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

@media screen and (max-width:1280px){
  .nav_wrapper {width: 90%;}
}
/*.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: 0 0 -2px;
  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 {padding:0px; /*border-right:1px solid #ddd;*/}

.menu > ul > li {float:left; width: 14.28571428571429%;}

.menu ul li a {
  display: block;
  color:#555;
  font-size:20px;
  letter-spacing: -1px;
  font-weight: bold;
}

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

.menu ul li.hover > a {
  color:#fff;
  background:#02a2f8;
  transition-duration: 0.3s;
}

.menu ul li > a {padding:15px 10px; min-width:150px; text-align:center}
@media screen and (max-width:1100px){
  .menu ul li > a {min-width: 110px;}
}

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

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

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

.menu ul ul > li > a {
  padding: 10px 10px;
  height: auto;
  font-size:13px;
  text-align:left;
}

.menu ul ul > li a:hover {
  background: #89a9d8;
  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;
}

/*footer {
  width: 100%;
  background: #0099cc;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
}

footer a {
  color: #fff;
  text-decoration: none;
}*/


@media all and (max-width:1000px) {
.nav_wrapper span.allmu{display:none;}
.example-header .container { width: 100%; }

#search { padding: 10px; }

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin:10px;
  height:22px;
  width: 30px;
  float: left;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 2px;
  left: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 3px;
  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: -10px;
}

a.menu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 1.5em;
}

a.menu-link:hover { color: #efa666; }

a.menu-link:after {
  content: "\2630";
  font-weight: normal;
}

a.menu-link.active:after { content: "\2715"; }

.nav_wrapper {
  background: #0099cc;
  width:100%;
}

.menu {
  clear: both;
  min-width: inherit;
  float: none;
  background: #2f3b3f;
}

.menu,
.menu > ul ul {
  overflow: hidden;
  max-height: 0;
  /*background-color: #507cbd;*/
  background: #02a2f8; /* Old browsers */
  background: -moz-linear-gradient(left,  #02a2f8 0%, #28ef9e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #02a2f8 0%,#28ef9e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #02a2f8 0%,#28ef9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a2f8', endColorstr='#28ef9e',GradientType=1 ); /* IE6-9 */

}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}

.menu > ul > li {float:none; border-bottom:1px solid #ddd; width: auto;}
.menu ul li > a {padding:15px 10px; text-align:left; color:#fff; font-size:14px;}

.menu.active,
.menu > ul ul.active {max-height: 55em;}

.menu ul { display: inline; }

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

.menu > ul > li:last-of-type a { border: none; }

.menu ul ul > li { position: relative; border-bottom:1px solid #717171; border-right:0}
.menu ul ul > li:last-child{border-bottom:none;}
.menu ul > li {padding:0px; border-right:none;}

.menu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}

.menu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after { content: "-"; }

.menu ul ul > li a {
  background-color: #444;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #395b8d;
  color: #fff;
}

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

.menu ul ul,
.menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}

.search_box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
}

.search_box input { width: 70%; }
.search_box input.search_icon { width: 17%; }
#hero { height: 200px; }

}