﻿
@-ms-viewport{width:device-width;}
/* Desktop 1024 */ 
@media only screen and (max-width: 1199px) {


}

/* Desktop 1024 */ 
@media only screen and (max-width:1024px) {


}

/* Desktop 980 */ 
@media only screen and (max-width:980px) {

}

/* Tablet 768 - 800 */ 
@media only screen and (max-width:800px) {


}

/* iPhone 4 */
@media only screen and (max-width:640px) {

}

/* Extra Smart Phones */ 
@media only screen and (max-width:480px) {

}

/* Smart Phone + iPhone Retina 320 - 360 */ 
@media only screen and (max-width:360px) {
 
}
