/*Global Styles*/

/*Custom Styles*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 361px)
and (max-width : 768px) {
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 500px) {

}

/* Desktop Responsive ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 902px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 902px) {
}

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

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

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

}