
.nav_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height:80px;
	background: rgba(0, 0, 0, 0.2);
	background-image:url(../images/menu_bg.jpg);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    bottom: 0px;
    right: 0px;
	z-index:2000;
}

.nav_center {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.nav_logo {
	width:150px;
	line-height:100px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.spinner-master input[type=checkbox] { display: none; }





.btn_lang {
	margin-top:27px;
	margin-left:8px;
	float:right;
	width:44px;
	height:26px;
	text-align:center;
	border:1px solid #777;
	color:#fff;
	line-height:24px;
	cursor:pointer;
}

.menu {
  height: auto;
  float:right;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
  text-align:left;
  font-size:13px;
}

.menu ul li {
	padding: 0px;
	min-width:65px;
	text-align:center;
}

.menu ul > li > a:hover {
	color:#FF6 !important;
}

.menu > ul > li { display: inline-block; }

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height:80px;
  padding:0 15px; 
}


.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; }

.menu ul ul > li a {
  line-height:30px;
  background: #333;
  border-bottom:1px solid #444;
  color:#fff;
  font-size:14px;
  text-align:left;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.menu ul ul > li:first-child {
  border-top:2px solid #222;
}

.menu ul ul > li a:hover {
  background-color:#222;
  color:#333;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

@media all and (max-width: 768px) {
	
	.btn_lang {
		margin-top:16px;
	}
	
	.nav_logo {
		width:120px;
		line-height:43px;
		padding-top:15px;
		padding-left:5px;
	}
	 
	.nav_wrapper {
	  height:60px;
	  background: #2f3b3f;
	  border:0;
	}
	
	.spinner-master * {
	  transition: all 0.3s;
	  box-sizing: border-box;
	}
	
	.spinner-master {
	  position: relative;
	  margin: 5px 15px;
	  height: 30px;
	  width: 30px;
	  float: right;
	}
	
	.spinner-master label {
	  cursor: pointer;
	  position: absolute;
	  z-index: 99;
	  height: 100%;
	  width: 100%;
	  top: 15px;
	  left: 0;
	}
	
	.spinner-master .spinner {
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  padding: 0;
	  background-color: #fff;
	}
	
	.spinner-master .diagonal.part-1 {
	  position: relative;
	  float: left;
	}
	
	.spinner-master .horizontal {
	  position: relative;
	  float: left;
	  margin-top: 4px;
	}
	
	.spinner-master .diagonal.part-2 {
	  position: relative;
	  float: left;
	  margin-top: 4px;
	}
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
	  transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  margin-top: 10px;
	}
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	  margin-top: -12px;
	}
	
	.menu {
	  clear: both;
	  min-width: inherit;
	  float: none;
	}
	
	.menu,
	.menu > ul ul {
	  overflow: hidden;
	  max-height: 0;
	  background-color: #2f3b3f;
	}
	
	.menu > li > ul.sub-menu {
	  padding: 0px;
	  border: none;
	}
	
	.menu.active,
	.menu > ul ul.active { max-height: 45em; }
	
	.menu ul { display: inline; }
	
	.menu li,
	.menu > ul > li { display: block; }
	
	.menu ul li a {
	  background-color: #374144;
	  color: #fff;
	  display: block;
	  position: relative;
	  line-height:50px;
	  border-top:1px solid #555;
	  padding-left:30px;
	  text-align:left;
	}
	
	.menu li.has-submenu > a:after {
	  content: '+';
	  position: absolute;
	  top: 0;
	  right: 20px;
	  display: block;
	  font-size: 1.5em;
	}
	
	.menu li.has-submenu > a.active:after { content: "-"; }
	
	.menu ul ul > li a {
	  background-color: #374144;
	  padding-left:50px;
	  color: #ccc;
	  border-top:1px solid #555;
	  border-bottom:0;
	}
	
	.menu ul ul > li:first-child {
	  border-top:0;
	}

	.menu ul ul > li a:hover {
	  background-color: #374144;
	}
	
	.menu ul ul ul > li a {
	  padding-left:70px;
	}
	
	.menu ul ul,
	.menu ul ul ul {
	  display: inherit;
	  position: relative;
	  left: auto;
	  top: auto;
	  border: none;
	}
	
	
}
