nav{width:100%;}
.nav_wrapper span.allmu{position:absolute; right:0; top:15px;}
.nav_wrapper {
  position:relative;
  left: 0;
  top: 0;
  width:1195px;
  /*transition: top .5s ease-out;*/
  /*background: #2f3b3f;*/
  margin:0 auto;
}

/*.scroll {top: -90px;}

.no-scroll {
  top: 0;
  z-index: 9999;
}*/

.btn {
  padding: 10px 1%;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  /*transition: all 0.1s ease;*/
}

.btn:hover { /*transition: all 0.1s ease; */}

/*main {
  max-width: 800px;
  margin: 0 auto;
}

main p {  1.2em;
}*/

#search {
  float: right;
  font-size:16px;
  padding: 2px 15px;
  line-height:30px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  -webkit-transform: rotate(181deg);
  -moz-transform: rotate(181deg);
  -ms-transform: rotate(181deg);
  -o-transform: rotate(181deg);
  transform: rotate(181deg);
}

#search:hover { color: #efa666; }

.search_box {
  clear: both;
  width: 100%;
  background: #e8ebf0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.search_box.active {
  height: auto;
  padding: 15px 0;
}

.search_box input {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 10px;
  border: none;
  background: #fff;
}

.search_box input:focus { outline: none; }

.search_box input.search_icon {
  clear: both;
  width: 10%;
  height: auto;
  padding: 10px;
  margin: 0;
  margin-left: -5px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #8c949d;
  opacity: 1;
  transition: all 0.1s ease;
}

.search_box input.search_icon:hover { background: #efa666; }

.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.menu {
  width: 100%;
  height: auto;
  /*background: #2f3b3f;*/
  transition: all 0.3s ease;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}



.menu > ul > li {float:left;}

.menu ul li a {
  display: block;
  color:#393939;
  font-weight:500;
  font-size:18px;
}

.menu ul li a:hover {
  color: #95002a;
}

.menu ul li.hover > a {
  color:#fff;
  background:#336cc1;
}

.menu ul li > a {padding:15px 20px; width:120px; text-align:center; }

.menu ul ul {
  display: none;
  position: absolute;
  top:100%;
  width:160px;
  background:#fff;
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; border-bottom:1px solid #ddd; border-right:0; z-index:9999999;   }
.menu ul ul > li:last-child{border-bottom:0}

.menu ul ul > li > a {
  padding: 10px 10px;
  height: auto;
  font-size:14px;
  text-align:center;
   min-width:140px;
 
}

.menu ul ul:nth-child(4) > li > a {
  padding: 10px 10px;
  height: auto;
  font-size:14px;
  text-align:center;
   min-width:140px;
 
}




.menu ul ul > li a:hover {
  background: #95002a;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#hero {
  width: 100%;
  height: auto;
  background: #e8ebf0;
  margin: 70px 0 20px 0;
}

#hero img {
  width: 100%;
  height: auto;
}

