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

	


	
#cbp-spmenu-s1 .int_menu a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 0.4vh 0 0.4vh 4vh;
	font-size: 90%;
	
}
	
#cbp-spmenu-s1 .int_menu:first-child a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 0 0 0 4vh;
	
}
		
#cbp-spmenu-s1 .int_menu2 a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 0.4vh 0 0.4vh 4vh;
	font-size: 90%;
	
}	
#cbp-spmenu-s1 .int_menu2:first-child a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 0 0 0 4vh;
	
}
	
	
.cbp-spmenu a {
	display: block;
	color: #222;
	font-size: 90%;
	font-weight: 400;
  text-transform: uppercase;
}

.cbp-spmenu a:hover {
	background: #F7A71E;
	color: #27963c;
}

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

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

}
		.click-first{
	background: #F7A71E;
	color: #27963c;
	}	
	
	.click-first a{
	color: #27963c;
	}

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

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

.cbp-spmenu-horizontal a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 0 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;
}

}
/*fine desk*/

/*MOBILE*/

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

	
.cbp-spmenu a {
	display: block;
	color: #222;
	font-size: 200%;
	font-weight: 400;
  text-transform: uppercase;
}

.cbp-spmenu a:hover {
	background: #F7A71E;
	color: #27963c;
}

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

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

}

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

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

.cbp-spmenu-horizontal a {
	/*border-bottom: 0.015em solid #ededed;*/
	padding: 1vh 0 1vh 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;
}

}

/*fine mob*/



/* 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: #fff;
     font-size: 100%;
     padding: 0 10px;
     right: 0;
     font-weight: 400;
		 text-transform: uppercase;
   }
