@media(max-width:575px) {

    .module.come-in {
        opacity: 1;
    }
    .vertically-align-items {
        display: block!important;
    }
    .underline-on-mobile {
        margin-bottom: 25px;
    }
    .underline-on-mobile:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 25%;
        right: 25%;
        border-bottom: 2px solid #AAD627;
    }
    #header-container {
        padding-top: 1rem;
    }
    #hero-image .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar {
        padding-top: 0;
    }
    .navbar-brand {
        width: 170px;
    }
    .sidenav .nav-content {
        width: 100%;
        padding: 50px 20px 20px;
        height: auto;
        min-height: 100%;
    }
    #menu-main-menu li .dropdown-menu li {
        width: 100%;
    }
    #quickSearchForm .dropdown-menu.themes .custom-checkbox,
    #quickSearchForm .dropdown-menu.region .custom-checkbox,
    #quickSearchForm .dropdown-menu.accomodation .custom-checkbox {
        width: 100%;
    }
    #quickSearchForm .dropdown-menu.themes,
    #quickSearchForm .dropdown-menu.region,
    #quickSearchForm .dropdown-menu.accomodation {
        height: 350px;
        overflow-y: scroll;
        -webkit-box-shadow: 3px 3px 3px 0px rgba(204,204,204,0.35);
        -moz-box-shadow: 3px 3px 3px 0px rgba(204,204,204,0.35);
        box-shadow: 3px 3px 3px 0px rgba(204,204,204,0.35);
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        border-radius: 4px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        margin-left: -1px;
        background-color: rgba(0,0,0,.5);
        box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
    #quickSearchForm .btn-group.position-static {
        position: relative;
    }
    .daterangepicker {
        width: 94%!important;
    }
    .daterangepicker .calendar {
        max-width: 100%;
    }
    .daterangepicker .calendar-left {
        margin-bottom: 20px;
    }
    input[type="number"] {
        width: 40px;
        font-size: 1.3rem;
    }
    div.value-button {
        width: 35px;
        height: 35px;
    }

    .taxonomy-tabs > .double-tab,
    .taxonomy-tabs > .single-tab {
        padding-left: 0;
        padding-right: 0;
    }
    .taxonomy-tabs .col .display-table,
    .taxonomy-tabs .col .display-table .display-table-cell {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .taxonomy-tabs .col .display-table .display-table-cell {
        padding: 20px;
        -webkit-flex-direction: column; /* Safari 6.1+ */
        flex-direction: column;
        justify-content: center;
    }
    .campsiteGalleryBanner {
        height: auto;
        background: none!important;
    }
    #campsiteGalleryCarousel {
        opacity: 1;
        display: block;
        position: relative;
        padding: 0;
    }
    #campsiteGalleryCarousel > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .holidaying-steps .step-separator {
        height: 100px;
    }



    /**** 2.0 ****/
    header {
        background: lawngreen;
    }
}


@media(min-width:576px) and (max-width:767px) {
    .module {
        opacity: 0;
    }

    a.navbar-brand {
        width: 180px;
    }
    #quickSearchForm .position-static {
        position: relative;
    }
    #quickSearchForm .dropdown-menu.themes .custom-checkbox,
    #quickSearchForm .dropdown-menu.region .custom-checkbox,
    #quickSearchForm .dropdown-menu.accomodation .custom-checkbox {
        width: 100%;
    }

    .campsiteGalleryBanner {
        height: auto;
    }
    #campsiteGalleryCarousel {
        position: relative;
        padding: 0;
        background: rgba(0,0,0,0.4)!important;
        background-image: none!important;
    }
    #campsiteGalleryCarousel .container {
        padding-left: 0;
        padding-right: 0;
    }

}

@media(max-width:767px) {
    #hero-image {
        min-height: 100vh;
        /*-webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;*/
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #hero-image .searchForm {
        padding: 1rem!important;
    }
    .sidenav a {
        font-size: 1.775rem;
    }
    #bookingForm,
    #bookingForm.fixed {
        background: #fff;
        z-index:9;
        position: fixed;
        bottom:0;
        left:0;
        right:0;
        top: auto;
        padding: 1rem;
    }
    #bookingForm h2 {

    }
    #hero-image #scroll-me {
        display: none;
    }
    #resultsPageSearchForm .custom-checkbox.region,
    #resultsPageSearchForm .custom-checkbox.accomodation,
    #resultsPageSearchForm .custom-checkbox.themes {
        width: 100%;
    }
    #resultsPageSearchForm .dropdown-menu,
    #resultsPageSearchForm #selectGuests + .dropdown-menu,
    #resultsPageSearchForm #selectPrice + .dropdown-menu{
        position: fixed;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow-y: auto;
    }
    body.page-template-page-search-results .daterangepicker.dropdown-menu.ltr.show-calendar {
        position: fixed;
        top: 0!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        overflow-y:auto!important;
    }
    .collapse-toggler {
        cursor: pointer;
        background: url('../images/caret.png');
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 15px 10px;
    }
    .single-campsite-review button {
        float: left;
        margin: 0.5rem 0 1rem;
    }
}


@media(min-width:768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .campsiteGalleryBanner {
        height: 450px;
        margin-bottom: 50px;
    }
    #campsiteGalleryCarousel {
        padding: 10px 50px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    #quickSearchForm .dropdown-menu.themes .custom-checkbox,
    #quickSearchForm .dropdown-menu.region .custom-checkbox,
    #quickSearchForm .dropdown-menu.accomodation .custom-checkbox {
        width: 33%;
    }
    .sidenav .nav-content {
        width: 85%;
    }
}


@media(min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/*********************** 2.0 ver *****************/


@media(min-width:1600px) {
    #resultsContainer.full-width .campsite-list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 25%;
        max-width: 20%;
    }
}


@media(min-width:768px) and (max-width:991px) {
    #resultsContainer.full-width .campsite-list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}


@media(max-width:575px) {
    .searchLoadingPopup > .flex-inner > .searchLoadingPopupContent {
        width: 80vw;
    }
    .date-picker-wrapper.no-topbar {
        position: absolute!important;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        left: 0!important;
        padding-top: 100px!important;
    }
    .date-picker-wrapper .month-wrapper {
        width: 100%!important;
    }
    .date-picker-wrapper .month-wrapper table {
        width: 90%;
    }
    .date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
        display: table-cell;
        width: 13px;
    }
    .mobile-confirm-section {
        position: absolute;
        left: 1rem;
        right: 1rem;
        width: auto!important;
        bottom: 2rem;
    }
    .guestControls {
        display: table;
    }
    .guestControls span {
        width: 40px;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }
}