/* General styles for all menus */
.cbp-spmenu {
	background: #1c2d4a;
	position: fixed;
    padding:20px 15px;
}

.cbp-spmenu h3 {
	color: #ffffff;
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: 300;
	padding-left:0px;
}

.cbp-spmenu p {
    color: #ffffff;
	font-size: 0.9em;
	font-weight: 300;
    line-height:1.5em;
}

.cbp-spmenu a {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
    text-decoration:underline;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/* Custom forms Sitebar */
.cbp-spmenu form.customform input, .cbp-spmenu form.customform select, .cbp-spmenu form.customform textarea, .cbp-spmenu form.customform button {
 font-size:0.9em;
 font-family:inherit;
 margin-bottom:1.25em;
 color:#ffffff;
}
.cbp-spmenu form.customform input, .cbp-spmenu form.customform select {height: 2.2em;}
.cbp-spmenu form.customform input, .cbp-spmenu form.customform textarea, .cbp-spmenu form.customform select {
 background: none repeat scroll 0 0 #1c2d4a;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
  color:#ffffff;
}
.cbp-spmenu form.customform input:hover, .cbp-spmenu form.customform textarea:hover, .cbp-spmenu form.customform select:hover, .cbp-spmenu form.customform input:focus, .cbp-spmenu form.customform textarea:focus, .cbp-spmenu form.customform select:focus {background: none repeat scroll 0 0 #86c6db;}
.cbp-spmenu form.customform input, .cbp-spmenu .customform textarea, .cbp-spmenu form.customform select {
 background: none repeat scroll 0 0 #1c2d4a;
 border: 1px solid #E0E0E0;
 padding: 0.625em;
 width: 100%;
 color:#ffffff;
}
.cbp-spmenu form.customform button {
 width: 100%;
 background: none repeat scroll 0 0 #86c6db;
 border: 0 none;
 color: #FFFFFF;
 height: 2.3em;
 padding: 0.625em;
 cursor:pointer;
 width: 60%;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
.cbp-spmenu form.customform button:hover {background: none repeat scroll 0 0 #86c6db;}