﻿.calendar .calendar-header {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

    .calendar .calendar-header .year-title {
        font-size: 18px;
    }

        .calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
            border-bottom: 2px solid #2196f3;
        }

.calendar .months-container .month-container {
    height: 260px;
    margin-bottom: 25px;
}

.calendar table.month {
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

    .calendar table.month th.month-title {
        background-color: #2196F3;
        color: white;
        padding: 12px;
        font-weight: 400;
    }

    .calendar table.month th.day-header {
        padding-top: 10px;
        color: #CDCDCD;
        font-weight: 400;
        font-size: 12px;
    }

    .calendar table.month td.day .day-content {
        padding: 8px;
        border-radius: 100%;
    }

.guestSelector {
    cursor: pointer;
}

.theiaStickySidebar {
    position: sticky !important;
    top: 134px !important;
}

textarea {
    width: 100%;
    color: rgb(85, 85, 85);
    border: 1px solid #d2d8dd;
}

.stepper-guest-counter {
    border: 1px solid rgb(210, 216, 221);
    border-radius: 3px;
    padding-bottom: 11px;
    padding-top: 11px;
}

#party-message {
    text-align: center;
    margin-top: 70px;
}


.party-additional-member-slot {
    margin-top: 20px;
}

#details-part h5 {
    margin-top: 20px;
}

#travel-part textarea, #travel-part .form-group {
    margin-bottom: 0px;
}

#travel-part input[type="checkbox"] {
    margin-bottom: 2rem;
}

.bs-stepper-content select {
    display: block;
    width: 100%;
    height: 1px;
    border: 0px;
    outline: none;
    margin-top: -1px;
    padding: 0px;
}


#gallery figure:last-child {
    display: inline-block;
}

.cursor-p {
    cursor: pointer;
}


#gallery h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    font-family: "Poppins",Helvetica,sans-serif;
}

.hero_in {
    display: none;
}

body {
    margin-top: 40px;
}

#gallery-large {
    width: 100%;
    max-width: 615px;
    margin-bottom: 4px;
    height: 380px;
    object-fit: cover;
}

#extra-section {
    display: none;
}

#top-section {
    display: grid;
    grid-template-columns: 640px auto;
    width: 100%;
}

#top-section-container {
    width: 100%;
}

.booking-btn-container {
    width: 100%;
    display: flow-root;
    margin: 0px;
}

    .booking-btn-container > aside {
        padding: 0px;
    }

#btnBookNow {
    margin: 5px !important;
    height: 45px;
    font-size: 12px;
    padding: 0px;
    width: auto;
}

section#description {
    border: 0px
}

.booking-bar {
    display: grid;
    grid-template-columns: auto auto 150px;
}

    .booking-bar > div {
        margin: 5px !important;
    }

.pictures_grid figure {
    margin-bottom: -2px;
}


.pictures_grid img {
    cursor: pointer;
}

.secondary_nav {
    top: 68px;
}

#owl-gallery-mobile {
    display: none !important;
    margin-top: -12px;
}

.owl-item, #owl-gallery {
    width: 100%;
    /*height: 50vh;*/
}

.own-caption {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
}

.owl-item img {
    object-fit: cover;
    object-position: center;
    height: 50vh;
}


    #owl-gallery img {
        height: 380px;
        object-position: bottom;
    }

.swipe-icon {
    text-align: center;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

    display: none;
}

    .swipe-icon > .material-symbols-outlined {
        transform: translateY(23vh);
        z-index: 99;
        display: block;
        position: relative;
        color: white;
        font-size: 40px;
        text-shadow: 2px 2px #4e4d4d;
        animation: swipe 4s linear infinite;
    }

.owl-prev, .owl-next {
    position: absolute;
    top: calc(50% - 16px);
    background-color: #fff !important;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    color: #e1e1e1 !important;
    margin: 10px;
    opacity: 0.9;
}

.owl-prev > span {
    margin: 4px 4px 4px 11px;
    color: black;
    font-size: 16px !important;
}


    .owl-next > span {
        margin: 4px 2px 4px 4px;
        color: black;
        font-size: 16px !important;
    }


.owl-next {
    right: 0px;
}

#gallery {
    margin-right: 20px;
}

#gallery-item-container {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    row-gap: 4px;
    column-gap: 4px;
    margin-right: 12px;
    margin-top:4px;
}


#gallery-item-container img {
    width: -webkit-fill-available;
    cursor:pointer;
    object-fit:cover;
    height:114px;
}




@keyframes swipe {
    from {
        transform: translateX(100px) translateY(19vh);
    }

    to {
        transform: translateX(-100px) translateY(19vh);
    }
}


@media only screen and (max-width: 1199px) {
    #top-section {
        grid-template-columns: 512px auto;
    }

    #gallery {
        margin-right: 20px;
    }
}


@media only screen and (max-width: 1008px) {
    .secondary_nav {
        top: 68px !important;
    }
}

@media only screen and (max-width: 1199px) {
    #gallery-item-container img {
        height: 97px;
    }
}

@media only screen and (max-width: 991px) {
    #gallery-item-container img {
        height: 79px;
    }
}





@media only screen and (max-width: 991px) {
    #top-section {
        grid-template-columns: 388px auto;
    }

    .container, .container-md, .container-sm {
        max-width: none;
        padding-left: 40px;
        padding-right: 40px;
    }

    .secondary_nav {
        top: 43px;
    }

    .booking-bar {
        grid-template-columns: 100%;
    }


    #top-section {
        flex-wrap: wrap;
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 771px) {
    #top-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .layout-container {
        display: flex;
        flex-wrap: wrap;
        
    }

    #gallery {
        margin: 0px;
    }

    #gallery-large {
        max-width: none;
        display: none;
    }

    #owl-gallery-mobile {
        display: block !important;
    }

    #gallery {
        display:none;
    }


    #owl-gallery2 {
        display: none !important;
    }



    .pictures_grid {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .secondary_nav {
        display: none;
    }
}




#btn-more {
    background-color: initial;
    border: none !important;
    color: #666666;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 20px;
}

    #btn-more:hover {
        text-decoration: underline;
    }




.rental-period-table > div {
    display: grid;
    grid-template-columns: 30% 17.5% 17.5% 17.5% 17.5%;
}

.rental-period-table-year {
    height: 30px;
    background-color: #2c69b0;
    color: white;
    display: block !important;
    text-align: center;
    margin-top: 12px;
}

.rental-period-table-year > div{
    margin: auto;
    width: 100%;
    font-size: 20px;
}

.rental-period-table-header {
    background-color: white;
    font-weight: 500;
}

.rental-period-table-year > div {
    margin: auto;
    width: 100%;
    font-size: 20px;
}

.rental-period-table-row, .rental-period-table-header {
    padding: 5px 10px;
    background-color: #f8f8f8;
}

.rental-period-table {
    background-color: #f8f8f8;
    border: 1px solid #ededed !important;
    border-radius: 5px;
    text-align:left;
}

#rental {
    margin-bottom: 50px;
}

.rental-period-table-year:nth-of-type(1) {
    margin-top: 0px;
}


.rental-period-table > div {
    display: grid;
    grid-template-columns: 30% 17.5% 17.5% 17.5% 17.5%;
}


/*.rental-period-table .rental-period-table-row:nth-child(even) {
    background-color: #eeeeee;
}*/

.rental-period-table-row {
    border-left: 3px;
    border-top: 0px;
    border-right: 3px;
    border-bottom: 3px;
    border-color: #2c69b0;
    border-style: solid;
}

.rental-period-table-header {
    border-left: 3px;
    border-top: 3px;
    border-right: 3px;
    border-bottom: 3px;
    border-color: #2c69b0;
    border-style: solid;
}

@media only screen and (max-width: 800px) {
    .rental-period-table > div {
        display: grid;
        grid-template-columns: 40% 15% 15% 15% 15%;
    }
}

@media only screen and (max-width: 750px) {
    .rental-period-table-row {
        display: flex !important;
        flex-wrap: wrap;
    }
    .rental-period-table-row > div:nth-child(1) {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 5px;
        text-align: left;
    }

    .rental-period-table-header {
        text-align:center;
    }

    .rental-period-table-row > div:not(:nth-child(1)) {
        width: 100%;
        text-align: left;
    }

    .rental-period-table-header {
        grid-template-columns: 25% 25% 25% 25% !important;
    }

    .rental-period-table-header > div:nth-child(1){
        display:none;
    }

    .rental-period-table {
        text-align: left;
    }




}


@media only screen and (max-width: 771px) {
    .booking-btn-container {
        top: 119px;
        z-index: 999;
        left: 0px;
    }

    #availability, #btn-availability {
        display: none;
    }


  /*  #availability > .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #availability > .row > div {
        width:100% !important;
    }*/

    .booking {
        border-radius: 0px;
    }

}



@media only screen and (max-width: 700px) {
    .booking-btn-container {
        top: 70px;
        z-index: 999;
        left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .layout-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

#btnWinterBookNow {
    max-width: 550px;
    float: right;
    margin: 0px 0px 20px 0px;
}

#booking-bar-winter {
    display: grid;
    grid-template-columns: auto;
}

.winter-max-width {
    max-width: 550px;
    float:right
}

#winter-booking-instructions {
    margin: 0px;
    padding-bottom: 45px;
}

.icon-contact-layout {
    display: grid;
    grid-template-columns: 58px auto;
}

.icon-contact-layout a {
    margin-top: 15px;
    font-size: 15px;
    color: #292727;
}

@media only screen and (max-width: 1480px) {
    .winter-max-width, #btnWinterBookNow {
        max-width: initial;
    }
}

.hamburger {
    margin-top: 17px;
}

header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after {
    background-color: #fff;
}

.today {
    color:white !important;
}

@media (max-width: 991px) {
    #logo > a > img {
        margin-top: 21px !important;
    }
}


@media only screen and (max-width: 1199px) {
    .pictures_grid > figure:nth-child(n+8):not(.cursor-p) {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .pictures_grid > figure:nth-child(n+6):not(.cursor-p) {
        display: none;
    }
}


.calendar-table .disabled {
    background-color: #e9493d !important;
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .datepicker_mobile_full .daterangepicker {
        width: 100vw !important;
        padding: 20px;
    }
}

