a.nav_lang{
	font-family:'Cabin';
	font-size:14px;
	color:#ffffff;
	transition:0.3s;
}

a.nav_lang_active{
	font-family:'Cabin';
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
	transition:0.3s;
}

a.nav_lang:hover{
	color:#000000;
	transition:0.3s;
}


a.nav_main:link, a.nav_main:visited{
	font-family:'Cabin';
	font-size:18px;
	font-weight:400;
	line-height:18px;
	margin:35px 0 0 30px;
	transition:0.3s;
	text-transform:uppercase;
	float:right;
	color:#b4b4b4;
}

a.nav_main:active, a.nav_main:hover{
	color:#000000;
}

a.nav_main_active{
	font-family:'Cabin';
	font-size:18px;
	font-weight:400;
	line-height: 18px;
	margin:35px 0 0 30px;
	text-transform:uppercase;
	float:right;
	color:#000000;
}

span.burger{
	width:34px;
	height:31px;
	mask-image:url(../images/burger_menu.png);
	mask-size:cover;
	-webkit-mask: url(../images/burger_menu.png);
    -webkit-mask-size: cover;
	margin:30px 0 0 30px;
	display:inline-block;
	float:right;
	cursor:pointer;
	background-color:#b4b4b4;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}	

span.burger:hover{
	mask-image:url(../images/burger_menu_hover.png);
	background-color:#000000;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
	

.nav, .nav ul { 
	font-family:'Cabin';
	list-style: none;
	padding: 0;
	z-index:999;
	font-style:normal;
	float:right; position:relative; display:inline;
	margin:-8px 0 0 0;
	text-transform:uppercase;
}


.nav li{
	margin:0 0 0 0;
	width:100%;
	z-index:999;
	float: left;
	top: -999px;
}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999px;
  left: 0px;
  display:inline;
  z-index:999;
  height:auto;

}

.nav li:hover ul{
  top:100px;
  padding:0 0 0 0; 
  z-index: 999;
  display:inline;
  margin:0 0 0 0;
}

a.nav_main_sub{
	font-family:'Cabin';
	width:190px;
	font-weight:400;
	border-top:1px solid #3c3c3c;
	font-size:15px;
	text-transform:uppercase;
	padding:11px 20px 11px 20px;
	float:left;
	display:inline;
	position:relative;
	font-weight:400;
	transition:0.3s;
	
}
  
a.nav_main_sub_active{
	font-weight:400;
	width:190px;
	border-top:1px solid #a3742a;
	font-size:15px;
	text-transform:uppercase;
	padding:11px 20px 11px 20px;
	float:left;
	display:inline;
	position:relative;
	color:#ffffff;
}


a.nav_footer{
	font-family:'Cabin';
	font-size:16px;
	font-weight:400;
	transition:0.3s;
	color:#000000;
}

a.nav_footer:hover{
	
	color:#b4b4b4;
}

a.nav_footer_active{
	font-family:'Cabin';
	font-size:16px;
	font-weight:400;
	transition:0.3s;
	color:#b4b4b4;
}


.top_navi_mobi_100{
			display:block;
			padding:0px 0 0 0;
			position:fixed;
			background-color:#ffffff;
			top:0px;
			z-index:9999;
			height:66px;
		}
		
		
  /*.container { width:100%; z-index:10000; display:inline; float:right; position:relative;}*/
  
	  a.menu-link {height:40px; width:41px; display: block; color: #ffffff; float: left; text-decoration: none; padding: 12px 0 12px 0; font-family: 'Cabin'; font-size:30px; background-image: url(../images/dropdown_icon.png); background-size: 34px 31px; background-repeat: no-repeat; background-position:center center;}
	  
	  .menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #d4edfc; }
	  .menu, .menu > ul ul ul { overflow: hidden; max-height: 0; background-color: #ffffff; }
	  .menu > li > ul.sub-menu { padding: 0px; border: none; }
	  .menu.active, .menu > ul ul.active { max-height: 4000px; height:90%; overflow-y:hidden; }
	  .menu ul { display: inline; }
	  .menu > ul { border-top: 0px solid #f0f0f0; }
	  .menu li, .menu > ul > li { display: block; }
	  .menu li a { color: #323232; display: block; padding: 0; border-bottom: 1px solid #646464; position: relative; background:#ffffff; }
	  .menu li p { color: #323232; display: block; padding: 0; border-bottom: 1px solid #646464; position: relative; background:#ffffff; }
	  .menu li a.nav_res_sub2:hover { padding-left:40px; font-style:italic; }
		
	  
		
	
	  .menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: -5px;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }
	  
	  .menu li.has-submenu2 > a:after {
		content: '+';
		position: absolute;
		top: -5px;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 20px;
	  }
	  
	  .menu li.has-submenu > a.active:after {
		content: "-";
	  }
	  
	  .menu li.has-submenu2 > a.active:after {
		content: "-";
	  }
	  .menu ul ul > li a { background: #e9e9e9; color:#323232; height:20px; padding: 20px;}
	  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }
	  
	  .menu ul ul ul > li a { background: #ffffff; color:#1e1e1e; height:20px; padding: 20px; border-bottom: 1px solid #f0f0f0; }
		
		
		
		
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	font-family:'Cabin';
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  text-transform:uppercase;
  font-size: 20px;
  color: #b4b4b4;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffffff;
}

.sidenav a.active {
	font-family:'Cabin';
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  text-transform:uppercase;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0px;
}		


a.nav_main_drop{
	font-family:'Cabin';
	font-size:18px;
	font-weight:400;
	line-height:18px;
	margin:35px 0 0 30px;
	transition:0.3s;
	text-transform:uppercase;
	float:right;
	color:#b4b4b4;
	background-image:url(../images/arrow_dd_main.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:28px;
	
}
a.nav_main_drop:hover{
	background-image:url(../images/arrow_dd_main_hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#0069b4;
}

.nav2 li.main:hover a.nav_main_drop{
	background-image:url(../images/arrow_dd_main_hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#000000;
}
  
a.nav_main_drop_active{
	font-family:'Cabin';
	font-size:18px;
	font-weight:400;
	line-height: 18px;
	margin:35px 0 0 30px;
	text-transform:uppercase;
	float:right;
	color:#000000;
	background-image:url(../images/arrow_dd_main_hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:28px;
}

a.nav_main_sub{
	font-family: 'Cabin';
	font-size:16px;
	color:#2d2d2d;
	padding:12px 20px 12px;
	width:220px;
	position:relative;
	clear:right;
	display:inherit;
	background-color:#f0f0f0;
	border-top:1px solid #ffffff;
	text-align:left;
}

a.nav_main_sub:hover{
	color:#ffffff;
	background-color:#b4b4b4;
}

a.nav_main_sub_active{
	font-family: 'Cabin';
	font-size:16px;
	color:#ffffff;
	padding:12px 20px 12px;
	width:220px;
	position:relative;
	clear:right;
	display:inherit;
	background-color:#b4b4b4;
	border-top:1px solid #ffffff;
	text-align:left;
}

.nav, .nav ul { 
	font-family: 'Rajdhani';
	list-style: none;
	z-index:999;
	font-style:normal;
	float:right; position:relative; display:inline;
	margin:0;
	text-transform:uppercase;
}


.nav li{
	margin:0 0 0 0;
	z-index:999;
	float: right;
	top: -999px;
}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999px;
  right: -9px;
  display:inline;
  z-index:999;
  height:auto;

}

.nav li:hover ul{
  top:41px;
  padding:0 0 0 0; 
  z-index: 999;
  display:inline;
  margin:0 0 0 0;
}

.nav2, .nav2 ul { 
	font-family: 'Rajdhani';
	list-style: none;
	z-index:999;
	font-style:normal;
	float:right; position:relative; display:inline;
	margin:0;
	text-transform:uppercase;
	padding-top:10px;
}

.nav2 li{
	margin:0 0 0 0;
	z-index:999;
	float: right;
	top: -999px;
}

.nav2 ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999px;
  display:inline;
  z-index:999;
  height:auto;
  width:220px;
}

.nav2 li:hover ul{
  top:90px;
  padding:0 0 0 0; 
  z-index: 999;
  display:inline;
  margin:0 0 0 70px;
}

