/* Media Queries */


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

}


@media only screen and (max-width: 767px){
	#mobileslider .owl-item img { max-width: 55.5%;    padding: 20px 9px 8px 0px;}
}


@media (min-width: 768px) and (max-width: 1024px){

}


@media (-webkit-device-pixel-ratio: 1.50) {

}


