#showLeftPush{ display:none}
.cbp-spmenu {
	background: #1d568b;
	/*background: #47a3da;*/
	position: fixed;
	font-family: 'Roboto', sans-serif;
}
.cbp-spmenu h1 {
	color: #afdefa;
	font-size:18px;
	padding:10px;
	margin: 0;
	width:12%;
	float:left;
}
.cbp-spmenu h1 i { float:left}
.cbp-spmenu h1 span.showLeftPush { width:48px; height:48px}
.cbp-spmenu h3 {color: #afdefa;font-size:28px;padding:10px;margin: 0;background: #0e6fad; height:30px}
.cbp-spmenu.cbp-spmenu-horizontal h3 {background: none;}
.cbp-spmenu a {display: block;color: #fff;font-size: 16px;font-weight: 300;   }
.cbp-spmenu a i { font-size:21px; color:#999; margin-right:8px}
.cbp-spmenu a:hover i { font-size:21px; color:#333}
.cbp-spmenu a:not(#logo_to_home):hover {background: #dbdbdb;}
.cbp-spmenu a:active {background: #afdefa;color: #47a3da;}

.cbp-spmenu-vertical {width: 200px;	height: 100%;	top: 0;	z-index: 1000;overflow:auto;}
.cbp-spmenu-vertical a {border-bottom: 1px solid #174570;padding: 0.7em;}
.cbp-spmenu-vertical a:hover { color:#333}
.cbp-spmenu-horizontal {
/*	width: 1020px;*/
/*	height: 60px;
	left: 0;overflow: hidden;*/
	z-index: 99;
	
	position: absolute;
	margin:0 auto;
	width: 1020px;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-bottom:1px solid #eee;
}

.cbp-spmenu-horizontal h3 {height: 100%;width: 24%;float: left;padding:0;}

.cbp-spmenu-horizontal a {
	float: left;
	/*width: 24%;*/
	padding: 0 0.7em;
	line-height:50px; color:#676767;}
.cbp-spmenu-horizontal a:not(#logo_to_home):hover { color:#333}
.cbp-spmenu-horizontal a:first-child { border-left:none}
/* Vertical menu */
.cbp-spmenu-left {left: -200px;}
.cbp-spmenu-left.cbp-spmenu-open {left: 0px;}

/* Horizontal menu  */
.cbp-spmenu-top {top: 32px;}
.cbp-spmenu-top.cbp-spmenu-open {top: 90px;}
.cbp-spmenu-bottom.cbp-spmenu-open {bottom: 0px;}

/* Push body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {left: 200px;}

/* Transitions */
.pushMain,
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


@media screen and (max-width: 55.1875em){
	.cbp-spmenu-horizontal {
/*		font-size: 75%;
		height: 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-push-toright {left: 190px;	}
}