/* ------------------------------------------------*/
/* CMS
/* Revision: 1.0
/* Date: 16-10-2014
/* Author: Origin Services
---------------------------------------------------*/

@media (max-width: 991px) {


}

@media (max-width: 768px) {


}

/* iPads in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}


/* iPads in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {


}

/* iPhone 2G-4S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
and (orientation : portrait) { 

}







































