﻿
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media (max-width: 480px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {  
    .contactus { 
        background: url(images/contact-background.png) repeat-y;
    }
    .contactus [class*="col-"]:nth-child(2) { 
        opacity: 1;
        background-color: #f9f9f9;
    }
    .main-slider .thumbnailtemplate-content
    {
        height: 70px;
    }
    .main-slider .thumbnailtemplate {
        font-family: verdana;
        font-weight: normal;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        line-height: 70px;
        font-size: 30px;
        padding-left: 10px;
    }
}
/* Small devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .contactus { 
        background: url(images/contact-background.png) repeat-y;
    }
    .main-slider .thumbnailtemplate-content
    {
        height: 70px;
    }
    .main-slider .thumbnailtemplate {
        font-family: verdana;
        font-weight: normal;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        line-height: 70px;
        font-size: 30px;
        padding-left: 10px;
    }
    .details-page .car-slider { 
        width: 100%; 
    }
    .details-page .car-info
    {
        width: 100%;

    }
    .col-sm-12.col-xs-12.car-info .table
    {
        position:relative;
    }
}
/* Medium devices (desktops, 992px to 199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .contactus [class*="col-"] { 
        min-height: 400px;
    } 
    .details-page .car-slider { 
        width: 50%;
        min-height: 480px; 
    }
    .details-page .car-info { 
        width: 50%; 
        min-height: 480px; 
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .contactus [class*="col-"] { 
        min-height: 400px;
    }
    .details-page .car-slider { 
        width: 555px;
        min-height: 480px; 
    }
    .details-page .car-info { 
        width: 570px; 
        min-height: 480px; 
    }
}
