

.spinner-master{
 display:none;
}
nav .shrink{
 min-height: 35px;
}
.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: 30px;
  padding: 2px 15px;
  line-height: 40px;
  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:focus { outline: none; }


.search_box input.search_icon:hover { background: #efa666; }

.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.menu {
  width: 100%;
  height: auto;
  text-align:left;
  
}

.menu ul {
  padding: 0px;
  margin:0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #e51c23;
  border: 1px solid #fff;
      
}
.menu ul li { 
 padding: 0px; 
 text-align:center;
 position:relative;
 
}
.menu ul li:after{
 position:absolute;
 content:"";
 height:30px;
 border-right:1px solid white;
 top:7px;
 right:-4px;	
}
.menu ul li:hover{
 border-bottom:none;
 background:#cb0000;	
}
.menu ul li:hover a{
color: white !important;
}

.menu > ul > li { display: inline-block; }
.menu ul li{
 position:relative;	
}

.menu ul li:last-child::after{
 border-right:none;	
}
.menu ul li a {
  display: block;
  text-decoration: none;
  color: white !important;
  font-size: 15px;
 /* font-family:OpenSans-Semibold;*/
  text-transform:Capitalize;
}
/*.menu ul li:hover{
 border-bottom:2px solid #F63C5E;	
}*/

.menu ul  .sub-menu li{
 border-bottom:0px solid #f97b15 !important;	
 text-align:center;
}

.sub-menu ul{
 text-align:center;
 background:#e51c23;
}
.sub-menu ul li a{
 color:#fff;
 font-size:14px;
 font-family:;
 margin:10px 0;
}
.sub-menu ul li:hover{
 border-bottom:none;
}
.nav_wrapper {
    margin-top: 0px;
}

.menu ul li a {
    margin: 4px 0;
    padding: 5px 16px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*.menu ul li:last-child a { padding: 5px 0px; }*/
.menu ul ul {
  display: none;
  position: absolute;
  top: 80%;
  left:-1px;
  min-width:140px;
  background:#EC677E;
  z-index:999;
  top:51px;
  border:1px solid #ffffff;
}
.menu ul ul>li::after{
 border-right:none;	
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; }

.menu ul ul > li a {
  padding: 3px 5px;
  height: auto;
  background:;
  color:#fff;
  margin:10px 0;
}

.menu ul ul > li a:hover {
  background:#6B6B6B;
  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 only screen and (max-width:1199px) {
.menu ul li a{

 padding:5px 19px;	 
} 	
}
@media only screen and (max-width:1198px) {

}
@media all and (max-width: 1024px) {
 .menu{
 margin-top:px;
 }
.menu ul li a{
 font-size:12px;
}
}
@media all and (max-width: 991px) {
.menu ul li a {
    padding: 5px 13px;
}	
}
@media all and (max-width: 980px) {
 .menu{
 margin-top:px;
 }



}
 @media all and (max-width: 767px) {
 .menu ul li a{
 font-size:12px;
}

.example-header .container { width: 100%; }

#search { padding: 10px; }

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}
.nav_wrapper{
 background:#F6932D;
 margin-top:0px;
 width:100%;
}
.spinner-master {
  position: relative;
  margin: 10px;
  height: 24px;
  width: 30px;
  float: left;
  display:inline-block;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 3px;
  left: 342px;
}

.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;
}

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"; }

.menu {
  clear: both;
  min-width: inherit;
  float: none;
}

.menu,
.menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #39484d;
}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}
.menu ul li a{
 color:#fff;
}
.menu.active,
.menu > ul ul.active { max-height: 55em; }

.menu ul { 
display: inline-block;
text-align:center;
width:100%;

 }

.menu li,
.menu > ul > li { display: block; }

.menu > ul > li:last-of-type a { border: 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: 1px 2px;
}

.menu li.has-submenu > a.active:after { content: "-"; }

.menu ul ul > li a {
  background-color: #39484d;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #4b5f65;
  color:#4dc6dd;
}

.menu ul li.hover > a {
  background: #4b5f65;
  color:#4dc6dd;
}

.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; }
;
}
@media all and (max-width:665px) {
.spinner-master label{
 left:286px;	
}	
}
@media all and (max-width:640px) {
 .spinner-master label {
  left:270px;
 }
}
@media all and (max-width:535px) {
.spinner-master label {
  left:229px;
 }	
}
@media all and (max-width:480px) {
 .spinner-master label {
  left:190px;
 }
 
}
@media all and (max-width:414px) {
 .spinner-master label {
  left:160px;
 }
 
}
@media all and (max-width:360px) {
 .spinner-master label {
  left:140px;
 }
 
}
@media all and (max-width:320px) {
 .spinner-master label {
  left:123px;
 }
 
}

