/*DESKTOP*/
@media only screen and (min-width: 651px){
/* General styles for all menus */
.cbp-spmenu {
	background: /*rgba(0,0,0,0.8);*/#dedede;
	position: fixed;
z-index: 20;
padding-top: 5%;
}

.cbp-spmenu a {
	display: block;
	color: #555;
	font-size: 0.9em;
	font-weight: 400;
  text-transform: uppercase;
}

.cbp-spmenu a:hover {
	/*background: #D4DFEF;*/
	color: #111;
}

/*
.cbp-spmenu a:hover::before {
content: '\2731';
color: #111;
padding-right: 3px;
}
*/

.cbp-spmenu a:active {
/*background: #D4DFEF;*/
color: #000;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 15vw;
	height: 100%;
	top: 0;
	z-index: 21;

}

.bordmenu, #cbp-spmenu-s1 a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 1.5vh 0 1.5vh 2.5vh;
}

.cbp-spmenu-horizontal {
	width: 20vw;
	height: 100%;
	top: 0;
	z-index: 21;
}

.cbp-spmenu-horizontal a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 1.5vh;
}

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

.cbp-spmenu-left {
	left: -20vw;
}

.cbp-spmenu-right {
	right: -20vw;
}

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

.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: 20vw;
}

.cbp-spmenu-push-toleft {
	left: -20vw;
}

/* Transitions */

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

}



@media only screen and (max-width: 650px){
/* General styles for all menus */
.cbp-spmenu {
	background: /*rgba(0,0,0,0.8);*/#dedede;
	position: fixed;
z-index: 9999;
padding-top: 15%;
}

.cbp-spmenu a {
	display: block;
	color: #222;
	font-size: 0.8em;
	font-weight: 500;
  text-transform: uppercase;
}

.cbp-spmenu a:hover {
	color: #000;
}

.cbp-spmenu a:active {
	color: #000;

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

.cbp-spmenu-vertical {
	width: 70vw;
	height: 100%;
	top: 0;
	z-index: 1000;

}

.bordmenu, #cbp-spmenu-s1 a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 1.5vh 2.5vh;
}

.cbp-spmenu-horizontal {
	width: 70vw;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-horizontal a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 1.5vh 2.5vh;
}

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

.cbp-spmenu-left {
	left: -70vw;
}

.cbp-spmenu-right {
	right: -70vw;
}

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

.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: 70vw;
}

.cbp-spmenu-push-toleft {
	left: -70vw;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s 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: 60vw;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -60vw;
	}

	.cbp-spmenu-right {
		right: -60vw;
	}

	.cbp-spmenu-push-toright {
		left: 60vw;
	}
}



.close-vertical{
        text-align: right;
				cursor: pointer;
        width: 100%;
        padding: 8px 0;
        margin:0;
      }
   .close-vertical h2 {
     color: #000;
     font-size: 1em;
     padding: 0 10px;
     right: 0;
     font-weight: 400;
		 text-transform: uppercase;
   }
