
/* ******************************************************************** */
/*                      media queries                                  */
/* ******************************************************************** */

@media print{
 /** hide the left column when printing */
 #leftcol{display:none;}

 /** hide the right column when printing */
 #rightcol{display:none;}
 #onecol, #twocols, #maincol, #maincol_wide {width:100%; float:none;}
}

@media only screen and (min-width: 1280px) {
 #nav-bottom {max-width: 1160px;}
 #conti {max-width: 1100px;}
 .oTextBox { width:100% !important; float:none !important;padding-left:430px; }
 #hotelOffers .oTextBox {padding-left: 0}
 .hentry {max-width: inherit; }
 .hentrypic {max-width: 350px;width: 33%}
 .cols { width: 22.5%; }
}

@media only screen and (max-width: 980px) {
 #onecol {padding-right:20px; }
 #naviobn {margin-right:20px; }
}

@media only screen and (max-width: 768px) {
 #leftcol {display:none;}
 #naviobn {display:block; margin-left:0;margin-right:0px;}
 #logobox {margin-left:25px;}
 #social-box {margin:0;height:28px;}
 #onecol {padding:0;}
 .onethird, .twothirds {width:100%;margin:0;padding:0;border:0;}
 #themebox .onethird { width:100%; }
 .onefourth { width: 50%; }
 .nav-bottom1 { width: 33% !important; }
 .btn {}
 .oPicBox { width:100% !important; max-width: 100% !important;}
 .oTextBox { width:100% !important; }
 #filteroptions {width: 100% !important;float: none !important;clear:both;}
 .filterbox {width: 47%;margin-right:2%;float:left;}
 #banners {display:none;  }
 #conti { width:100%; }
 #maplink1 {display:none;}
 .plaincol { width: 100% }
 .hentrypic {width:100%;max-width: 220px;}
 .hentrytext {width:99%;}
 #paspartout {width:100%;margin:0;}
 .cols { width: 47.5%; }
}

@media only screen and (max-width: 480px) {
 .hentrypic {max-width:350px;} 
 #headerr {width:100%;}
 #naviobn ul.rex-navi1 { width: 100%; }
 ul.rex-navi1 li { width:100%; margin: 0;min-height:40px;text-align:center; }
 .cform {padding:40px 10px 40px 10px;}
 .nyroModalCont {margin:10px !important;}
 .w5 { width:100% !important;min-width:auto !important;}
 .submit { margin: 35px auto 20px auto !important; }
}


