@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
.col2_content
{display:none}
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
.locations {display:none}
@media all and (min-width: 768px) {
.locations {display:inherit}
}





/* Mobile Portrait */
@media only screen and (max-width: 320px) {
#djslider172{ display: none; }
.Godealmodule { display: none; }
.acymailing_modulehomesubscribe { 
background: transparent !important;
padding: 0px !important; 
margin-top: 20px;
}
#scrollToTop{display: none;}
.GoNormal-search-mod {margin-bottom: 20px;}

}



/* Landscape */
@media only screen and (min-width: 321px) and (max-width: 480px) {
#djslider172{ display: none; }
.Godealmodule { display: none; }
.acymailing_modulehomesubscribe { display: none; }
}

