@charset "UTF-8";
	#showLeftPush{
		display: none;		
	}
	
	/*#cbp-spmenu-s1{
		display: none;	
	}*/
	
	#xHideMenu{border:none; margin-left:15px;}
	#xHideMenu:hover{background:none;}
	.cbp-spmenu-right {
		right: -300px;
		display:none;
	}
	
@media only screen and (min-width: 240px) and (max-width: 799px) {
	#header .top-right{display:none;}
	#cbp-spmenu-s1 .nav-ul{
		margin-top:0px;
	}
	#cbp-spmenu-s1 ul li
	{
		list-style-type:none;
	}
	
	#cbp-spmenu-s1 ul li a{
		color:#DF0323;
		text-decoration:none;
		font-size:15px;
		line-height:25px;
	}

	#cbp-spmenu-s1 ul li a:hover{
		background:#28468E;
		color:#FFF;
		
	}
	
	/*#cbp-spmenu-s1{
		display: block;	
	}*/
	.header-nav{
		display:none;
	}
	.cbp-spmenu-right.cbp-spmenu-open ul li{
		width:100%;
	}
	
	#showLeftPush{
		display:block;
		position:absolute;
		opacity:.9;
		top:10px;
		right:10px;
	}
 .cbp-spmenu {
	background:#FAF2DE;
	position:absolute;
}

.cbp-spmenu h3 {
	color: #ff7800;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #3a3a3c;

}

.cbp-spmenu a:active {
	background: #ff7800;
	color: #fff;
}

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

.cbp-spmenu-vertical {
	width: 300px;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #9a9a9a;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #9a9a9a;
}

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

.cbp-spmenu-left {
	left: -300px;
}

.cbp-spmenu-right {
	right: -300px;
	display:none;
}

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

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

/* Horizontal menu that slides from the top or bottom */

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

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

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

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

/* Push classes applied to the body */

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

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

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

}
@media screen and (max-width: 375px) {
#showLeftPush {top: 6px;}
}

@media screen and (max-width: 320px) {
#showLeftPush {top: 3px;width: 10%;}
}