.jetmenu{
width: 100%;
padding: 0;
margin: 0;
position: relative;
float: left;
list-style: none;
background-color: #6FACBF;
}
.jetmenu li{
display: inline-block;
float: left;
}
.jetmenu a{
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
outline: none;
z-index: 10;
}
.jetmenu > li > a{
padding: 10px 12px 10px 12px;
font-family: 'Arvo', serif;
font-size: 13px;
color: #fff;
font-weight: 700;
text-decoration: none;
display: inline-block;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
color:#333;
} .jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
list-style: none;
margin: 0;
padding: 0;   
display: none;
position: absolute;
z-index: 99;
width: 250px;
background-color: #003764;
}
.jetmenu ul.dropdown{
top: 45px;
}
.jetmenu ul.dropdown li ul.dropdown{
left: 270px;
top: inherit;
}
.jetmenu ul.dropdown li{
clear:both;
width:100%;
font-size: 12px;
}
.jetmenu ul.dropdown li a{
width:100%;
padding: 10px;
display:inline-block;
float:left;
clear:both;
text-decoration: none;
color: #fff;
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
color: #fff;
text-decoration: underline;
} .jetmenu .indicator{
position: relative;
left: 5px;
top: 0px;
font-size: 14px;
float: right;
}
.jetmenu ul li .indicator{
font-size: 12px;
top: 1px;
left: 10px;
} .jetmenu > li.showhide{
display: none;
width: 100%;
height: 50px;
cursor: pointer;
color: #fff;
background-color: #6FACBF;
}
.jetmenu > li.showhide span.title{
margin: 15px 0 0 25px;
font-size: 15px;
font-family: 'Arvo', serif;
float: left;
}
.jetmenu > li.showhide span.icon{
margin: 17px 20px;
float: right;
}
.jetmenu > li.showhide .icon em{
margin-bottom: 3px;
display: block;
width: 20px;
height: 2px;
background: #fff;
}  @media screen and (max-device-width: 800px), screen and (max-width: 800px) {
.jetmenu > li{
display: block;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.jetmenu > li > a{
padding: 10px 25px;
border-top: 1px solid #fff;
}
.jetmenu a{
width: 100%;
background-color: #6FACBF;
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
}
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown{
width: 100% !important;
left: 0;
position: static !important;
border: none;
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
}
.jetmenu ul.dropdown li {
background: #fff !important;
border: none;
}
.jetmenu ul.dropdown > li > a{
padding-left: 40px !important;
}
.jetmenu > li > .megamenu{
width: 100% !important;
position: static;
border-top: none;
}
.megamenu .row [class*="col"]{
float: none;
display: block;
width: 100% !important;
margin-left: 0;
margin-top: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.megamenu .row:first-child  [class*="col"]:first-child {
margin-top: 0;
}
.megamenu .row{
margin-top: 0;
}
.jetmenu > li > ul.dropdown > li > a{ padding-left: 20px !important; 
background-color: #003764;
color: #fff;
}
}