/* RESPONSIVE */
@media screen and (max-width: 1750px) {
    .spectra-top {
        background-size: 100% auto;
        background-position: left;
    }


}

@media screen and (max-width: 1700px){
    .spectra-top {
        background-size: cover;
        background-position: left;
    }
}

@media screen and (max-width: 1200px) {

    .search-banner-label{
        display: none;
    }
    .spectra-top h2 {
        font-size: 8vw !important;
        text-align: center;
    }

    .spectra-top {
        background-size: auto 100%;
        background-position: right;
    }

    .filter-container h3:after {
        right: 10px;
    }

    .header-container {
        min-height: 46px;
    }

    
    .index_0 .ophold-image, .index_3 .ophold-image, .index_6 .ophold-image, .index_9 .ophold-image, .index_12 .ophold-image, .index_15 .ophold-image, .index_18 .ophold-image, .index_21 .ophold-image, .index_24 .ophold-image, .index_27 .ophold-image{
        width: 100%;
   
    }

    .index_2 .ophold-image, .index_5 .ophold-image, .index_8 .ophold-image, .index_11 .ophold-image, .index_14, .index_17 .ophold-image, .index_20 .ophold-image, .index_23 .ophold-image, .index_26 .ophold-image, .index_29 .ophold-image, .index_32 .ophold-image{
        width: 100%;
    }


    .ophold-image{
        width: 100%   
    }

    .main-booking-container{
        display: flex;
        flex-direction: column;
    }

    .booking-container-left, .calendar-loading{
        min-height: 465px;
        margin-bottom:30px;
    }

    
}

@media screen and (max-width: 992px) {
    .spectra-top .col-md-3 {
        margin-bottom: 15px;
    }

    .spectra-top .col-md-3 input[type='text'] {
        padding-left: 15px;
    }

    .spectra-top {
        background-size: auto 100%;
        background-position: left;
    }

    body .addonContainer .addon, .roomContainer .room{
        padding: 10px !important
    }

    .norooms-mobile{
        display: block;
    }

    .norooms-mobile svg{
        width: 20px;
        opacity: 0.2;
    }

    .bookingitem{
        min-height: 58px;
    }
}

@media screen and (max-width: 992px)
{

    .calendar-norooms,.bookingitem.error span{
        display: none;
    }

    .main-booking-container{
        display: flex;
        flex-direction: column;
    }

    .booking-container-left, .calendar-loading{
        min-height: 350px;
        margin-bottom:30px;
    }

    .room-row-end{
        padding: 30px;
    }
    .bookingitem.norooms{
        height: 100%;
    }    

    .submit-container{
        padding-left: 0 !important;
        text-align: left !important;
    }

    .spectra-bookingform .col-md-3:first-child{
        padding-left: 10px;
    }

    .spectra-bookingform .col-md-3:last-child{
        padding-right: 10px;
    }

    h3.arrow-header{
        margin-bottom: 10px !important; 
    }

    .bookingbelt-description{
        padding-top: 10px;
    }

    .select-selected:after{
        right: 19px;
    }
    .bask_back{
        text-align: center;
    }

    .table-responsive{
        border: none !important;
    }

    .roompop .modal.fade .modal-dialog{
        width: 100% !important
    }

    .modal-large-image img{
        max-height: 372px;
    }

 
}

@media screen and (max-width: 1024px){
    .call-to-action-container h3.arrow-header:after{
        display: none !important;
    }

    .reservation-item:before, .reservation-item::after{
        display: none !important;
    }
}

@media screen and (max-width: 768px){
    .calendar-booking-items .bookingitem{
       
    }

    #bookingform #roommodal{
        width:75% !important;
    }

    .calendar .calendar-days, .calendar-booking-items{
        grid-template-columns: repeat(7, 1fr);
    }

    .calendar-price{
        bottom: 2px;
        font-size: 12px;

    }

    .main-booking-container{
        grid-template-columns: 100%;
    }

    .res-left{
        border-right: none !important;
    }

    .modal-body .facilities{
        border: none;
    }

    .spectra-bookingform{
        margin: 30px 15px !important;
    }

    .spectra-bookingform .col-md-3:first-child{
        padding-left: 10px;
    }

    .spectra-bookingform .col-md-3:last-child{
        padding-right: 10px;
    }

    .select-selected:after{
        right: 19px;
    }
    
    .roomContainer{
        display: block;
    }

    h2{
        font-size: 7vw !important;
    }

    .addonContainer .addon .name, .roomContainer .room .name{
        font-size: 6.1vw !important;
    }

    h1, .h1, body #main h1{
        line-height: 100% !important;
    }

    

    .modal-small-images ul li{
        width: 75px;
        height: 50px;
        margin: 2px !important;
    }

    .modal-body ul{
        padding-left: 0 !important;
    }

    .mobile-language-menu, .menu-collapser-1{
        display: block;
    }

    html,body{
        overflow: visible !important;
    }

    .modal-large-image img{
        max-height: 250px;
    }
}

@media screen and (min-width: 992px){
    .modal-dialog{
        width: 790px;
    }
}

