

.header_top {display:block !important;}
.side_menu_button_wrapper {display:none;}

.order-online {
color: #fff !important; 
font-size: 22px; 
font-weight: bold; 
background-color: #f66000; 
padding: 10px; 
text-align: center; 
border: 2px solid #fff;
margin-top:10px;
}
.right {margin-top:10px;}

.homesubhead2 {
text-align: center; 
font-size: 28px; 
line-height: 1.1em; 
margin: 10px 0; 
color: #ffffff;
letter-spacing:-1px;
font-family: 'Titillium Web', sans-serif !important;}

@media screen and (max-width: 1200px) {
.order-online {
color: #fff !important; 
font-size: 18px; 
font-weight: bold; 
display: block; 
background-color: #f66000; 
line-height: 14px; 
padding: 15px 15px; 
text-align: center; 
margin-top: 0px; 
float: right; 
margin-left: 10px; 
border: 4px solid #fff;
}
}


@media screen and (max-width: 1000px) {
.header_top {background-color:#f66000 !important;}
.left {display:none;}
}



@media screen and (max-width: 1000px) {
    header {
        position: fixed !important;
        left: 0px !important;
        top: 0px !important;
    }
    .content {
       top: 40px !important;
    }
    .mobile_menu > ul > li > a:hover { color:#f66000 !important }
    .mobile_menu .current, .mobile_menu > ul > li > a { color:#fff !important }
}




.ppt { visibility: hidden !important; }


/*----------- MOBILE -----------*/

@media screen and (max-width:999px){
.mobileShow {display:block;}
.mobileHide {display:none !important;}
}

@media screen and (min-width:1000px){
.mobileShow {display:none !important;}
.mobileHide {display:block;}
}