/* General styles for all menus */
.cbp-spmenu {
	background: #424242;
	position: fixed; 
}

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

.cbp-spmenu ul li  {
	display: block;
	
}

.cbp-spmenu ul li a {
	color: #fff;
	font-size: 1.4em;
	display: block;
	margin: 0em;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 1em 1.5em;
	font-weight: 700;
	text-align: left;
	background: #de8c47;  

}
.cbp-spmenu ul li a:hover {  
	color: #000000; 
	background: #e98c2d; 
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}


.cbp-spmenu-vertical { 
	width: 300px;
	height: 92%;
	top: 14%;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	
	padding: 1em;
}

.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;
}

 

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

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

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

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button#showRight {
	background: #fff;
	border: 0;
	outline: none;
	float: left;
	right:1%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: none;
}

button#flag {
	background: #fff;
	border: 0;
	outline: none; 
	float: left; 
	right:7%;  
	position:absolute;   
	top: 5px;
	z-index: 999;
	background: none; 
}
 

@media(max-width:1440px){
.cbp-spmenu-vertical {	
	height:86%;
	top: 15%;
	
}
	button#showRight {
		right: 1%;
	} 
	
	button#flag {
		right: 6%;
	} 	
	 
	.cbp-spmenu ul li a {
		font-size: 1.3em;
		padding: 0.85em 1.5em; 
	}
}  


@media (max-width: 1366px){
	button#showRight {
		right: 1%;
	}
	
	button#flag {
		right: 7%;
	} 	 
	
	.cbp-spmenu-vertical {
	height:85%; 
	top: 15%;
	
}
@media(max-width: 1280px){		
	button#showRight {
		right: 1%;
	}
	
	button#flag {
		right: 8%;
	} 	
	
	.cbp-spmenu-vertical {
		height: 71%;
		top: 13%;
	} 
}

@media(max-width: 1024px){
	button#showRight {
		right: 1%; 
}

	button#flag {
		right: 10%;
	} 	 
	
.cbp-spmenu-vertical {
		height: 76%;
	}
	.cbp-spmenu ul li a { 
		
		font-size: 1.3em;
	}
@media(max-width: 800px){ 
	button#showRight {
		right: 1%;
	} 
	
	button#flag {
		right: 9%; 	   
	} 	
	
	.cbp-spmenu ul li a {
		
		font-size: 1.2em; 
	}
	.cbp-spmenu-vertical {
		height: 68%;
		width: 270px;
		top: 9%;
	}
	button#showRight img {
		width: 70%;
	}
	
	button#flag img {
		width: 70%;
	}
}
@media(max-width: 640px){ 
	button#showRight {
		right: 1%;
	}
	
	button#flag {
		right: 10%;
	} 	
	 
	.cbp-spmenu ul li a { 
		font-size: 0.99em; 
		padding: 0.8em 1em;
	}
	.cbp-spmenu-vertical {
		height: 51%;
		top:6%;
		width: 230px;
	}
	button#showRight img {
		width: 50%;
	}
	button#flag img {
		width: 50%;
	}
}

@media(max-width: 480px){ 
	button#showRight {
		right: 1%;
}

	button#flag {
		right: 12%;  
	} 	  
	 
.cbp-spmenu ul li a {
		font-size: 0.8em;
	} 
	.cbp-spmenu-vertical { 
		height: 41%; 
		width: 160px;
	}
	button#showRight img {
		width: 47%;
	}
	button#flag img {
		width: 47%;
	}
	
}
@media(max-width: 320px){
	.cbp-spmenu-vertical {
		height: 52%;
		width: 130px;
		top: 9%;
	} 
	.cbp-spmenu ul li a {
		font-size: 0.75em;
		padding: 0.6em 1em;
	}
	button#showRight { 
		right: 1%;
	}
	 
	button#flag {
		right: 14%;     
	} 	
	
	button#showRight img {
		width: 43%;
}
button#flag img {
		width: 43%;
	}
}
