/*.jumbotron .carousel .item, .jumbotron .carousel .item img{height: 400px !important;}*/

@media screen and (max-width: 600px) {
    .navbar-toggle {
        background: #368F9B;
    }
    .jumbotron { display: none; }
    .navbar-toggle span {  color: #fff;  }
    .navbar-toggle .icon-bar {  background: #fff;  }
    .mobile-slider { display: none; }
    .promo { display: none; }
    .news { display: none; }
    .portfolio-mini-wrapper { display: none; }
    .mobile-reviews { display: none; }
    .spacer-big { display: none; }
    .navigation--main > li:hover > a, .navigation--main > li.active > a { border-top: none;  }
    .navigation--main > li {
        display: block;
        text-align: center;
    }
    .spacer { display: none; }
    .navigation {
        min-width: 0;
    }
    .navigation--main > li > a { padding: 10px; }
    .navigation--main > li > a::before { background: none; }
    .navigation--main > li:hover > a, .navigation--main > li.active > a {  padding-top: 10px; }
    .navigation--main > .menu-item-has-children > a::after { bottom: -5px; }
    .navigation--main > li:hover > .sub-menu { text-align: center; z-index: 999; width: 100%; }
    /*.navigation--main .sub-menu { position: relative; }*/
    .promobg { background: none; }
    .promobg .btn {
        width: 100%;
        margin-top: 10px;
    }
    .footer a { font-size: 12px; }
    button#SendContactForm {
        width: 100%;
        margin-bottom: 20px;
    }
    .main-title {
        padding: 20px;
    }
    .mobile-rent { display: none; }
    .hentry__title { font-size: 20px; }
    .mobile-video { display: none; }
    .breadcrumbs { margin-bottom: 20px; }
    .mobile_reviews { display: none; }
    .contact_info_mobile { margin-top: 0; margin-bottom: 20px; }
    .logo {
        float: left;
        width: 100%;
    }
    .navigation {
        background-color: #f9f9f9;
        background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        margin-bottom: -37px;
        text-align: center;
        z-index: 210;
    }
    .navigation--main > .menu-item-has-children > a::after {
        right: calc(50% - 5px);
    }

}