/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    list-style: none;
    direction: rtl;
    border-bottom: 5px solid #1D9F8E;
    background: #004D65;
}
.jetmenu li{
    display: inline-block;
    float: right;
    border-right: 1px solid #387487;
    border-left: 1px solid #003F52;
}
.jetmenu a{

    outline: none;
    z-index: 10;
}
.jetmenu > li > a{
    color: #FFF;
    font-size: 13px;
    padding: 5px 13px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Droid Arabic Naskh', serif;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
    background: #e0e0e0;
    color: #555;
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;   
    display: none;
    position: absolute;
    z-index: 99;
    width: 146px;
    border:0;
    border-top: 5px solid #1D9F8E;
    background: rgba(0, 77, 101, 0.95);
}
.jetmenu ul.dropdown{
    /*top: 58px;*/
}
.jetmenu ul.dropdown li ul.dropdown{
    right: 146px;
    top: inherit;
}
.jetmenu ul.dropdown li{
    clear:both;
    width:100%;
    font-size: 12px;
    border:0;
    background:  rgba(0, 77, 101, 0.95)   url('../../img/arrowleft.png') no-repeat right center!important;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(235, 235, 235, 0.11);
}
.blue ul.dropdown li:hover > a{  

    background:#387487 url('../../img/arrowleft.png') no-repeat right center!important;

}

.jetmenu ul.dropdown li a{
    width:100%;
    padding: 12px 28px 12px;
    display:inline-block;
    float:right;
    clear:both;
    font-family: 'Open Sans', sans-serif;
    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;

}


/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
    position: absolute;
    display: none;
    background: rgba(0, 77, 101, 0.95);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #E2A928;
    z-index: 9999;
    padding: 20px 30px 20px;
    border:0;
    border-top: 5px solid #1D9F8E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* megamenu list */
.jetmenu li > .megamenu ul{
    margin: 0 0 20px 0;
    float: right;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
}
.jetmenu li > .megamenu ul li{
    width: 100%;
    padding: 4px 0;
    border:0;
}
.jetmenu li > .megamenu ul li.title{
    margin: 0 0 8px;
    padding: 0 0 5px;
    font-size: 14px;
    border-bottom: solid 1px #fff;
}
.jetmenu li > .megamenu ul li.title a {
    color:#E2A928;
}

/* megamenu h5 */
.jetmenu li > .megamenu h5 {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* megamenu links */
.jetmenu li > .megamenu a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: tahoma;
    -webkit-transition: color 0.3s linear; 
    -moz-transition: color 0.3s linear; 
    -o-transition: color 0.3s linear; 
    transition: color 0.3s linear; 
    padding:12px 0;
}
.jetmenu li > .megamenu a:hover{
    color: #dedede;
}

/* megamenu images */
.jetmenu  .megamenu img{
    width: 100%;
    -webkit-transition: border 0.3s linear; 
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
    width: 50%;
}
.jetmenu > li > .megamenu.full-width{
    width: 100%;
    right: 0;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form{
    width: 100%;
}

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
    padding: 5px;
    color: #999;
    background: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear; 
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus{
    border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
    width: 100%;
    margin-top: 10px;
}
.jetmenu li > .megamenu form textarea{
    width: 100%;
    margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
    width: 25%;
    float: left;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background 0.3s linear; 
    -moz-transition: background 0.3s linear; 
    -o-transition: background 0.3s linear; 
    transition: background 0.3s linear; 
}
.jetmenu li > .megamenu form input[type="submit"]:hover{
    background: #e0e0e0;
    color: #555;
}

.jetmenu > li:hover .hoverMenu {
    display:block;
}
.hoverMenu {
    display:none;
    position:relative
}
.borderbottommenu {
    background: #E2A928;
    display: block;
    height: 5px;
    width: 100%;
    z-index: 999999;
    position: absolute;
    bottom: -54px;
}
/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
    width: 100%;
    margin-top: 15px;
}
.megamenu .row:first-child {
    margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .row:after {
    clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6{
    display: block;
    width: 100%;
    min-height: 20px;
    float: right;
    margin-right: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
    margin-right: 0;
}
.megamenu .row .col1{
    width: 14.893617021276595%;
}
.megamenu .row .col2{
    width: 31.914893617021278%;
}
.megamenu .row .col3{
    width: 48.93617021276595%;
}
.megamenu .row .col4{
    width: 65.95744680851064%;
}
.megamenu .row .col5{
    width: 82.97872340425532%;
}
.megamenu .row .col6{
    width: 100%;
}

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.left{
    float: left;
}
.jetmenu > li.left > .megamenu{
    left: 0;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
    background: #333;
}
.jetmenu > li.showhide span.title{
    margin: 15px 0 0 25px;
    font-family: 'Open Sans', sans-serif;
    float: right;
}
.jetmenu > li.showhide span.icon{
    margin: 17px 20px;
    float: left;
}
.jetmenu > li.showhide .icon em{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
}

.withbottomline a{
    text-decoration: none;
    font-size: 12px;
    font-family: tahoma;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    color:#E2A928!important;
}
.withbottomline {
    margin: 0 0 8px!important;
    padding: 0 0 5px!important;
    font-size: 14px;
    border-bottom: solid 1px #FFF;
}
/* STYLES
**********************************************************/

/* black */
.black > li:hover > a, .black > li.active > a{ background: #111111;	color: #fff; }
.black ul.dropdown li:hover > a{ background: #111111; color: #fff; }
.black li > .megamenu form input[type="text"]:focus, .black li > .megamenu form textarea:focus{ border-color: #111111; }
.black li > .megamenu form input[type="submit"]:hover{ background: #111111; color: #fff; }
.black li > .megamenu a:hover{ color: #dedede; }

/* grey */
.grey > li:hover > a, .grey > li.active > a{ background: #82837E;	color: #fff; }
.grey ul.dropdown li:hover > a{ background: #82837E; color: #fff; }
.grey li > .megamenu form input[type="text"]:focus, .grey li > .megamenu form textarea:focus{ border-color: #82837E; }
.grey li > .megamenu form input[type="submit"]:hover{ background: #82837E; color: #fff; }
.grey li > .megamenu a:hover{ color: #dedede; }

/* blue */
.blue > li:hover > a, .blue > li.active > a{	background:#004D65; color: #E2A928; }
.blue ul.dropdown li:hover > a{ background: #E2A928; color: #fff; }
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus{ border-color: #E2A928; }
.blue li > .megamenu form input[type="submit"]:hover{ background: #E2A928; color: #fff; }
.blue li > .megamenu a:hover{ color: #E2A928; }

/* deeper */
.deeper > li:hover > a, .deeper > li.active > a{	background: #008C9E; color: #fff; }
.deeper ul.dropdown li:hover > a{ background: #008C9E; color: #fff; }
.deeper li > .megamenu form input[type="text"]:focus, .deeper li > .megamenu form textarea:focus{ border-color: #008C9E; }
.deeper li > .megamenu form input[type="submit"]:hover{ background: #008C9E; color: #fff; }
.deeper li > .megamenu a:hover{ color: #008C9E; }

/* green */
.green > li:hover > a, .green > li.active > a{ background: #88c425;	color: #fff; }
.green ul.dropdown li:hover > a{ background: #88c425; color: #fff; }
.green li > .megamenu form input[type="text"]:focus, .green li > .megamenu form textarea:focus{ border-color: #88c425; }
.green li > .megamenu form input[type="submit"]:hover{ background: #88c425; color: #fff; }
.green li > .megamenu a:hover{ color: #88c425; }

/* emerald */
.emerald > li:hover > a, .emerald > li.active > a{ background: #2ecc71;	color: #fff; }
.emerald ul.dropdown li:hover > a{ background: #2ecc71; color: #fff; }
.emerald li > .megamenu form input[type="text"]:focus, .emerald li > .megamenu form textarea:focus{ border-color: #2ecc71; }
.emerald li > .megamenu form input[type="submit"]:hover{ background: #2ecc71; color: #fff; }
.emerald li > .megamenu a:hover{ color: #2ecc71; }

/* red */
.red > li:hover > a, .red > li.active > a{ background: #C21A01;	color: #fff; }
.red ul.dropdown li:hover > a{ background: #C21A01; color: #fff; }
.red li > .megamenu form input[type="text"]:focus, .red li > .megamenu form textarea:focus{ border-color: #C21A01; }
.red li > .megamenu form input[type="submit"]:hover{ background: #C21A01; color: #fff; }
.red li > .megamenu a:hover{ color: #C21A01; }

/* pox */
.pox > li:hover > a, .pox > li.active > a{ background: #FA023C;	color: #fff; }
.pox ul.dropdown li:hover > a{ background: #FA023C; color: #fff; }
.pox li > .megamenu form input[type="text"]:focus, .pox li > .megamenu form textarea:focus{ border-color: #FA023C; }
.pox li > .megamenu form input[type="submit"]:hover{ background: #FA023C; color: #fff; }
.pox li > .megamenu a:hover{ color: #FA023C; }

/* orange */
.orange > li:hover > a, .orange > li.active > a{	background: #ff670f; color: #fff; }
.orange ul.dropdown li:hover > a{ background: #ff670f; color: #fff; }
.orange li > .megamenu form input[type="text"]:focus, .orange li > .megamenu form textarea:focus{ border-color: #ff670f; }
.orange li > .megamenu form input[type="submit"]:hover{ background: #ff670f; color: #fff; }
.orange li > .megamenu a:hover{ color: #ff670f; }

/* sunburst */
.sunburst > li:hover > a, .sunburst > li.active > a{	background: #D46D22; color: #fff; }
.sunburst ul.dropdown li:hover > a{ background: #D46D22; color: #fff; }
.sunburst li > .megamenu form input[type="text"]:focus, .sunburst li > .megamenu form textarea:focus{ border-color: #D46D22; }
.sunburst li > .megamenu form input[type="submit"]:hover{ background: #D46D22; color: #fff; }
.sunburst li > .megamenu a:hover{ color: #D46D22; }

/* yellow */
.yellow > li:hover > a, .yellow > li.active > a{	background: #febf01; color: #222; }
.yellow ul.dropdown li:hover > a{ background: #febf01; color: #222; }
.yellow li > .megamenu form input[type="text"]:focus, .yellow li > .megamenu form textarea:focus{ border-color: #febf01; }
.yellow li > .megamenu form input[type="submit"]:hover{ background: #febf01; color: #222; }
.yellow li > .megamenu a:hover{ color: #febf01; }

/* purple */
.purple > li:hover > a, .purple > li.active > a{	background: #a849a3; color: #fff; }
.purple ul.dropdown li:hover > a{ background: #a849a3; color: #fff; }
.purple li > .megamenu form input[type="text"]:focus, .purple li > .megamenu form textarea:focus{ border-color: #a849a3; }
.purple li > .megamenu form input[type="submit"]:hover{ background: #a849a3; color: #fff; }
.purple li > .megamenu a:hover{ color: #a849a3; }

/* pink */
.pink > li:hover > a, .pink > li.active > a{	background: #F56991; color: #fff; }
.pink ul.dropdown li:hover > a{ background: #F56991; color: #fff; }
.pink li > .megamenu form input[type="text"]:focus, .pink li > .megamenu form textarea:focus{ border-color: #F56991; }
.pink li > .megamenu form input[type="submit"]:hover{ background: #F56991; color: #fff; }
.pink li > .megamenu a:hover{ color: #F56991; }

/* RESPONSIVE LAYOUT
********************************************************** 
@media (max-width: 768px) {
    .jetmenu > li{
        display: block;
        width: 100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box;
    }
    .jetmenu > li > a{
        padding: 15px 25px;
    }
    .jetmenu a{
        width: 100%;
        background: #333;
        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;
        right: 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-right: 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-right: 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-right: 40px !important; }
    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-right: 60px !important; }
    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-right: 80px !important; }
}
*/
.megamenuIMG {
    width: 80px!important;
    height: 80px;
    float: right;
    margin-left: 10px;
}


.blue > li:hover > .menuborder 
{
display:block!important;  
 }

.menuborder {
    position: absolute;;
    background: #E2A928;
     z-index: 999999;
    width: 97px;
    display:none;
    height: 5px;
}