/* Large Devices */
@media (min-width:1367px) and (max-width:2500px){
	
}
@media (min-width:1367px) and (max-width:1800px){
	
}
@media (min-width:1367px) and (max-width:1600px){
	
}

/* iPad Portrait and Landscape */
@media (min-width:768px) and (max-width:1024px){
    
}

/* iPhone/Android Portrait and Landscape */
@media screen and (max-width: 767px) {
	
}


/* Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
	
}
