/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/****Ipad Landscape 1024 Container 970 ****/
	
}
   
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/****Ipad Portrait 768 Container 750 ****/
	
}

@media only screen and (max-width: 767px) {
	/****Mobile Landscape 480 Container 100% ****/
	
}

@media only screen and (max-width: 479px) {
	/****Mobile Portrait 320 ****/
}