
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {
}
@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 1024px) {
	.footer{position:static;}
body{padding-bottom:0;}
.product-slider .owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}
.product-slider .owl-theme .owl-controls .owl-buttons .owl-next{right:0;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 800px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 600px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-fixed-top{position:static;}
body{padding-top:0;}
}
@media only screen and (max-width : 640px) {
.head-contact .pull-right{float:right !important;}
.car-title{font-size:20px;margin:0;line-height:20px;}
.car-desc{font-size:15px;}
.carousel-caption{top:0;padding:0;}
.footer-sub .pull-right{float:none !important;}
.top-nav{margin-top:0;}
.product-slider1 .owl-theme .owl-controls .owl-buttons .owl-prev{top:40%;}
.product-slider1 .owl-theme .owl-controls .owl-buttons .owl-next{top:40%;}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.head-contact .pull-right{float:none !important;}
}

@media only screen and (max-width : 360px) {
.head-contact .pull-right{float:none !important;}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
