/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {

}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
    header.top-header{
        position: relative;
        z-index: 99999;
    }
    header.top-header nav .navbar-collapse{
        z-index: 99999;
        position: relative;
    }
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {

}

/* Small Devices Potrait */
@media (max-width : 767px){
    body{
        overflow-x: hidden;
    }
    header{
        position: relative;
        width:100%;
        top: 0px !important;
    }
    header .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .top-bar {
        color: #FFF;
        background: #2C3341;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-bar-info{
        display:none;
    }
    .top-bar-icons{
        display: block;
    }
    a.main-logo{
        text-align: left;
    }
    a.main-logo img{
        display: inline-block;
        padding: 0;
        max-width: 150px;
    }
    .navbar-main{
        position: absolute;
        right: 0px;
        top: -48px;
        z-index: 999;
        width: 100%;
    }
    nav.navbar-main .navbar-collapse{
        overflow-x: hidden;
        background: #FFF;
        z-index: 99;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    nav.navbar-main .navbar-collapse ul.navbar-nav{
        display: block;
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: calc(100% - 0px);
        text-align: left;
    }
    nav.navbar-main .navbar-collapse ul.navbar-nav li{
        width: 100%;
        display: block;
    }
    nav.navbar-main .navbar-collapse ul.navbar-nav {
        padding-top: 2px;
    }
    section.home{
        display: block;
        max-width: 100%;
        position: relative;
        top: 0px;
        margin-bottom: 0px;
        z-index: 9;
        padding-top: 30px;
    }
    .homebadgedeshow .slider-spacer{
        display: none;
    }
    .jplist-panel{
        display: block;
    }
    .range-title {
        top: 5px;
    }
    .modules-box.footer-widget{
        padding-bottom: 50px;
    }
    .footer-menu{
        display: none !important;
    }
    .bottom-footer{
        text-align: center;
    }
    header.fixed .navbar-header{
        padding-bottom: 22px;
    }
    .homepage-slidedshow .owl-nav{
        margin-top: -30px;
    }
    section.car-cataloge .container .breadcrumb-col{
        left: 0;
        right: inherit;
        text-align: left;
    }
    ul.breadcrumb{
        text-align: left;
    }
    section.car-cataloge {
        top: -6px;
        margin-bottom: 0;
        /*background: #FFF;*/
    }
    .share-section{
        margin-top: 30px;
    }
    .red-banner{
        text-align: center;
    }
    .red-banner .text-right{
        text-align: center !important;
    }
    .catalog-content .page-bottom-widget .widget-title {
        padding-bottom: 15px;
    }
    h4.widget-title{
        font-size: 14px;
    }
    section.car-cataloge .container .page-head-title {
        bottom: 40px;
        left: 15px;
    }
    .content-img-auto-gen img{
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }
    .section-map .slider-spacer{
        display: none;
    }
    .section-map .map-module{
        height: 285px !important;
    }
    header.fixed {
        position: relative;
        top: 0px !important;
        z-index: 99;
        background: #FFF;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
}
/* Extra Small Devices, Phones */
@media (max-width : 479px) {
}

/* Custom, iPhone Retina */
@media (max-width : 320px) and (max-width: 478px)  {

}