/*
    Created on : Mar 30, 2015, 10:48:31 AM
    Author     : jasko
*/

@media only screen and (max-width: 1205px){
/*    div#sidebar {
        right: 15px;
        left: 75%;
        width: auto;
    }*/
    .from-price-section {
        font-size: 15px!important;
        line-height: 25px;
    }
    .datepick-popup {
        right: initial !important;
        width: 300px;
    }
    .customDatePicker .datepick-month {
        width: 100%!important;
        font-size: 12px;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    div#sidebar {
        right: 15px;
        left: 66.66666667%;
        width: auto;
    }
    .from-price-section {
        font-size: 16px;
    }
    .datepick-popup {
        right: initial !important;
        width: 440px;
    }
    .search-site {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .ad-gallery .ad-image-wrapper .ad-next, .ad-gallery .ad-image-wrapper .ad-prev {
        display: none;
    }
/*    .search-site {
        margin-bottom: 10px;
    }*/
    a.link-back-to-search {
        position: static;
        float: none!important;
        display: inline-block;
        text-align: center;
    }
    .mobile-p15 {
        padding-left: 15px;
    }
    .mobile-padding10 {
        padding-top: 10px;
    }
    .mobile-p0 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #desktop-footer {
        display: none;
    }
    .overview-summary {
        display: block;
    }
    .mobile-margin0 {
        margin: 0!important;
    }
    #mobile-footer {
        display: block;
        padding: 10px;
    }
    .mobile-none {
        display: none!important;
    }
    .mobile-margin-bottom15 {
        margin-bottom: 15px;
    }
    .mobile-m-b-10 {
        margin-bottom: 10px;
    }
    .mobile-right10 {
        padding-right: 10px!important;
    }
    .mobile-left10 {
        padding-left: 10px!important;
    }
    .col-xss-12 {
        width: 100%;
    }
    .col-xss-6 {
        width: 50%;
    }
    #header {
        min-height: 60px;
    }
    footer {
        padding: 0 0 70px 0;
    }
    .footer-size {
        height: auto;
    }
    .mobile-p15 {
        padding-left: 15px;
    }
    .property-facilities-section:nth-child(odd) {
        background: #fff;
    }
    .property-facilities-section:nth-child(even) {
        background: #efefef;
    }
    .mobile-datepick {
        width: 100% !important;
    }
    .mobile-datepick .datepick-month {
          width: 100% !important;
    }
    .mobile-datepick .datepick-month-header {
        font-size: 18px;
    }
    .mobile8 {
        padding-left: 8px;
        padding-right: 8px;
    }
    body.modal-open #right {
        position: fixed;
    }
    .other-eu-destinations span {
        display: inline-block;
    }
    .property-title, .other-eu-dest-title, .worldwide-dest-title {
        padding: 3px;
    }
    .datepick-popup {
        width: 340px;
    }
    .social {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .verify-email-modal .modal-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .verify-email-modal .modal-footer > .btn-booking1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 15px;
    }
    .verify-email-modal .modal-footer > .btn-close {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        width: 100%;
    }
}