

.mobilmenu{
	display:none;
	
	}
.mobilmenu{
	margin-left:30px;
	width:43px;
	height:31px;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
	z-index:1;
	}
	
	
.mobilmenu.mini, .mobilmenu2 {
	top:20px;
	right:20px;
	}
.mobilmenu.mini, .mobilmenu2 img{
	width:30px;
	top:20px;
	}
	
#mobilemenu{
	padding-top:60px;
	padding-left:60px;
	}



/* MEGAMENY START */
	
.megamenu{
	display:none;
	top:0px;
	bottom:0px;
	z-index:11 !important;
	position:fixed;
	width:100%;
	min-height:100%;
	background-color:black;
    opacity: 0.7;filter: alpha(opacity=70);

      	animation: openmegamenu 0.2s;
  	  	-webkit-animation: openmegamenu 0.2s;
  	  	-o-animation: openmegamenu 0.2s;
  	  	-moz-animation: openmegamenu 0.2s;
  		}
@keyframes openmegamenu {
    0%   {opacity: 0;filter: alpha(opacity=0);}
    100% {opacity: 0.7;filter: alpha(opacity=70);}
 }
@-webkit-keyframes openmegamenu {
    0%   {opacity: 0;filter: alpha(opacity=0);}
    100% {opacity: 0.7;filter: alpha(opacity=70);}
 }
@-o-keyframes openmegamenu {
    0%   {opacity: 0;filter: alpha(opacity=0);}
    100% {opacity: 0.7;filter: alpha(opacity=70);}
 }
@-moz-keyframes openmegamenu {
    0%   {opacity: 0;filter: alpha(opacity=0);}
    100% {opacity: 0.7;filter: alpha(opacity=70);}
 }
 

	
.megamenuside{
	display:none;
	z-index:12 !important;
	overflow:auto;
	top:0px;
	bottom:0px;
	z-index:1;
	position:fixed;
	width:300px;
	min-height:100%;
	background-color:#283891;
	border-right:1px #fff solid;
	box-shadow: 5px 5px 5px #000;
	
	transform-origin: top left;
	
	background:#000;
	#background-image:url('/img/bg.jpg');
  	background-size:cover;
	
  	animation: openmegasidemenu 0.2s;
  	-webkit-animation: openmegasidemenu 0.2s;
  	-o-animation: openmegasidemenu 0.2s;
  	-moz-animation: openmegasidemenu 0.2s;
  	
  	
  		}
@keyframes openmegasidemenu {
    0%   {transform: scale(0, 1);}
    100% {transform: scale(1, 1);}
 }
@-webkit-keyframes openmegasidemenu {
    0%   {transform: scale(0, 1);}
    100% {transform: scale(1, 1);}
 }
@-o-keyframes openmegasidemenu {
    0%   {transform: scale(0, 1);}
    100% {transform: scale(1, 1);}
 }
@-moz-keyframes openmegasidemenu {
    0%   {transform: scale(0, 1);}
    100% {transform: scale(1, 1);}
 }
 
.megamenusideShow{
	width:30px;
	float:right;
	background:rgba(0,0,0,0.3);
	cursor:pointer;
	padding:7px 0 7px 0;
	text-align:center;
	}
	
 
.megamenusideItem{
	float:left;
	width: -moz-calc(280px - 40px);
    width: -webkit-calc(280px - 40px);
    width: calc(280px - 40px);
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	
	padding:10px 0 10px 20px;
	
	text-align:left;
	cursor:pointer;
	margin-bottom:3px;
	  	
  		}

 	

.megamenusideItem:hover1{
	color:#66851d;
	#background-color:#fff;
	box-shadow: 0px 0px 5px #8f8f8f;
  	}

 	
	
.megamenusideItem:active{

	}
	
.megamenusideItem.on{
	color:#e3000f;
	#background:#e5e5e5;
	}
	
.megamenusideItem.under{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	font-size:15px;
	font-weight:normal;
}

.megamenusideItem.under2{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	font-size:15px;
}

#hideMegamenu{
	cursor:pointer;
	padding:10px;
	position:absolute;
	right:0px;
	}



/* MEGA MENU END*/
	


