﻿body {
}


@media screen and (max-width: 479px) {

    #be-wrapper.results .price-codes.compact table .book > span,
    #be-wrapper.results .price-codes table .book > span {
        padding: 2px 0 !important;
    }
}

@media screen and (max-width:745px) {
    .search-engine-wrapper {
        width: 100%;
    }

    .calendar-iframe-wrapper {
        height: 540px;
    }

    .deal-page-wrapper {
        width: 99%;
    }

    .arrow {
        display: inline-block;
    }

    /* searchbox iframe height*/
    .rooms-3 {
        height: 580px;
    }

    .rooms-4 {
        height: 630px;
    }

    .rooms-5 {
        height: 680px;
    }

    .rooms-6 {
        height: 730px;
    }

    .rooms-7 {
        height: 780px;
    }

    .rooms-8 {
        height: 830px;
    }

    #be-wrapper.results .room-category .main {
        flex-direction: column;
    }

        #be-wrapper.results .room-category .main .main-part-wrapper {
            flex: 0 0 auto !important;
        }

            #be-wrapper.results .room-category .main .main-part-wrapper.description {
                margin-top: 5px;
            }

    /* registration full page inputs */
    #be-wrapper.registration .input-box,
    #be-wrapper input[type="text"],
    #be-wrapper input[type="email"], #be-wrapper input[type="password"],
    #be-wrapper.registration .continue-wrapper,
    #be-wrapper.registration span.continue,
    #be-wrapper select {
        width: 100%;
        max-width: 100%;
    }

    #be-wrapper.registration .continue-wrapper {
        float: none;
    }
}
