.search-wrapper .case-type-dropdown{
    display: none;
}
.car-block .inner-box .image {
    height: 200px;
}

@media only screen and (max-width: 1199px) {
    .car-block .inner-box .image{
        height: 195px;
    }

}
/* Medium devices (desktops, 992px and down) */
@media only screen and (max-width: 992px) {
    #header-nav .nav-logo {
        padding-right: 10px;
    }
    #header-nav .nav-list{
        margin-top: 0;
    }
    #header-nav .nav-list li > a{
        padding-left: 7px;
        padding-right: 7px;
    }


    #header-top .top-left,
    #header-top .top-right {
        float: none!important;
        margin: 8px auto 0;
        width: auto;
        display: table;
    }


    .guide-wrapper .guide-body,
    .news-wrapper .news-body {
        border-bottom: 1px solid #eee;
        box-shadow: 0 2px 5px 0 #f1eaea;
        padding: 0 20px 50px;
        background-color: #fbfbfb;
    }


    .footer-social li{
        width: 50%;
    }

    .car-block .inner-box .image{
        height: 490px;
    }

    .owl-item .car-block .inner-box .image {
        height: 180px;
    }
}
/* Medium devices (desktops, 768px and up) */
@media only screen and (min-width: 768px) {
    #header-nav .nav-list li.dropdown a:hover + ul{
        display: block;
    }
}
/* Small devices (tablets, 768px and down) */
@media only screen and (max-width: 767px) {
    #header-nav .nav-logo {
        padding: 0;
        width: 150px;
        margin: 0 auto;
        position: relative;
    }
    #header-nav .nav-list{
        float: none;
    }
    #header-nav .nav-list li {
        border-bottom: 1px solid #eee;
    }
    #header-nav .nav-list li > a {
        padding: 13px 15px;
    }
    #header-nav .nav-list .navbar-header{
        position: absolute;
        top: -55px;
    }
    #header-nav .nav-list li.dropdown a:hover + ul{
        display: none;
    }
    #header-nav .nav-list li.dropdown.open ul{
        display: block!important;
    }


    #header-top .top-right {
        display: none;
    }


    .search-wrapper.search-case .form-case-selector{
        display: none;
    }
    .search-wrapper .case-type-dropdown{
        display: block;
    }


    .listing-wrapper .listing-list-filter{
        margin: 0 0 25px;
        background-color: #f4f4f4;
    }
    .listing-wrapper .listing-list-filter .filter,
    .listing-wrapper .listing-list-filter .info{
        float: none;
        display: table;
        text-align: center;
        margin: 0 auto 10px;
    }


    .footer-social li{
        width: 100%;
    }
}
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 598px) {
    .showcase-wrapper {
        min-height: 630px;
    }
    .showcase-wrapper > .container{
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }


    .listing-detail-wrapper .detail-body .detail-tabs > ul li{
        display: table;
        width: 100%;
        text-align: center;
    }
    .listing-detail-wrapper .detail-body .detail-tabs .tab-pane{
        padding: 50px 15px;
    }
    .listing-detail-wrapper .detail-body .detail-tabs .tab-pane.expertise-pane {
        padding: 50px 0;
    }
}
/* Small devices (phones, 480px and down) */
@media only screen and (max-width: 480px) {
    .showcase-wrapper {
        min-height: auto;
    }


    .guide-wrapper .item .title {
        font-size: 15px;
        height: 18px;
    }
}