/* General styles for all menus */
.cbp-spmenu {
	background: #ffffff;
	position: fixed;
}
.cbp-spmenu ul {
    margin-top: 0px;
    /*margin-left: 5%;
	margin-right: 4%;*/
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
}
.cbp-spmenu ul li {
    display: block;
}
.cbp-spmenu ul li a {
  display: block;
  min-width: 150px;
  margin: 0px 0px;
  color: #303030;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  line-height:20px;
  padding-left:0px;
}



.cbp-spmenu2 {
  background-color: rgba(0,0,0,0.5);
	position: fixed;
}




 ul.submenu { 
	width: 100%;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
}
 ul.submenu li {
    display: block;
    padding: 6px 0px;
}
 ul.submenu li:hover {
    background: #f7f7f7;
}
 ul.submenu li a {
    display: block;
    min-width: 150px;
    margin: 0px 0px;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding-left: 10px;
}




 ul.sort {
    padding-top: 10px;
    z-index: 101;
    overflow-y: auto;
    overflow-x: hidden;
}
 ul.sort li {
    display: block;
    padding: 9px  0px;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
 ul.sort li:hover {
    background: #ededed;
}
 ul.sort li a {
	display: block;
	min-width: 150px;
	margin: 0px 0px;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height:20px;
    padding-left: 12%;
}



/*#logo {
	float: left;
    width: 200px;
    height: 50px;
	line-height:30px;
	padding: 10px;
	font-size: 14px;
	color:#ffffff;
    background: #db0000;
    background-repeat: no-repeat;
	background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#logo a {
    width: 100%;
    height:auto;
	text-indent: -9999px;
    display: block;
}*/
.cbp-spmenu .out {
    padding-left: 0px;
    background-image: none;
    position: absolute;
    bottom: 0;
    padding-bottom: 25px;
	z-index: 1000;
}
/* i5 height*/
@media (min-height: 500px) and (max-height: 578px) {
.cbp-spmenu ul {
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
.cbp-spmenu ul li {
  display: block;
}


#logo {
	float: left;
    width: 100%;
    height: 50px;
	line-height:30px;
	padding: 10px;
	font-size: 14px;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cbp-spmenu .out {
  padding-left:0px;
  background-image:none;
  position: absolute;
  bottom:0;
  padding-bottom:15px;
}}






body.openmenu {
	display:block;
}
body.openmenu[disabled] {
  position: fixed;
  overflow: hidden;
}
.overlay {
  position: fixed;
    width: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display:none;
}

.openmenu .overlay {
  position: fixed;
  z-index:999;
  overflow: hidden;
    width: 100%;
    height:100%;
  background: rgba(0,0,0,0.4);
}












.cbp-spmenu h3 {
	color: #afdefa;
	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;
}



/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 300px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
@media only screen and (max-width: 320px) {
.cbp-spmenu-vertical {
    width: 280px;
}}
@media all and (min-width: 480px) and (max-width: 1023px) {
.cbp-spmenu-vertical {
    width: 300px;
}}



.cbp-spmenu-vertical2 {
    width: 100%;
	height: 100%;
	top: 0;
	z-index: 999 !important;
}



.cbp-spmenu-vertical a {
	/*border-bottom: 1px solid #258ecd;*/
	display: block;
  min-width: 310px;
  margin: 0px 0px;
  color: #C00;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  line-height:15px;
  padding-left:35px;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -300px;
}
@media only screen and (max-width: 320px) {
.cbp-spmenu-left {
	left: -300px;
}}
@media all and (min-width: 480px) and (max-width: 1023px) {
.cbp-spmenu-left {
	left: -320px;
}}


/*.cbp-spmenu-left2 {
	left: -360px;
}
.cbp-spmenu-left2.cbp-spmenu-open {
	left: 0px;
}*/



.cbp-spmenu-right {
	right: -275px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* 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: 275px;
}

.cbp-spmenu-push-toleft {
	left: -275px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.2);
  box-shadow: 3px 0 7px rgba(0,0,0,0.2);
}

/* 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: 285px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -285px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}









/*.cbp-spmenu-s1 {
  background: rgba(0,0,0,0.5);
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
	overflow:hidden !important;
}*/