@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 960px) {
#responsive-switch{display:none;}
#returnMobile{display:none !important;}
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 758px) {
body.responsive{}/*tablet responsive starts from here */
  
}

@media screen and (max-width: 424px) {
body.responsive{width:300px !important;}/*mobile responsive starts from here */
body.responsive #escapeMobile{display:block;float:left; margin-left:20px;}
body.responsive #returnMobile{display:block; margin:0 auto;}
body.responsive .leftbigger{background:grey;}
body.responsive #footer-inner{display:none;}
#footer-outer{width:1024px !important;}

}