.cabin {
    margin-bottom: 2rem;
}
.cabin > .row {
    background-color: #fff !important;
}
.cabin > .row:first-child .columns {
    padding: 0;
}
.cabin h1 {
    background-color: #fff !important;
    color: #222 !important;
    margin: 0;
    font-size: 2rem;
    line-height: 4rem;
    padding-left: 1rem;
}
ul.amenities {
    font-size: 0.9rem;
    line-height: 1rem;
    list-style-type: none;
    display: flex;
    flex-flow: column wrap;
    height: 40em;
}
ul.amenities li {
    padding: 4px;
    margin: 2px;
    list-style: revert;
}
@media screen and (max-width: 768px) {
    ul.amenities {
        height: 60em;
        flex-flow: column;
    }
}
ul.reviews {
    list-style-type: none;
}
ul.reviews li {
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(45, 45, 45, 0.15);
}
#CalMonthFld {
    width: auto;
}
.cal {
    width: 100%;
}
.cal th {
    background-color: #2a160f;
    color: #e0cfad;
    line-height: 2rem;
}
.cal thead th,
.cal thead td {
    text-align: center;
    padding: 0;
}
.cal tbody td {
    padding: 0;
    text-align: center;
    vertical-align: top;
    line-height: 1.5rem;
    width: calc(100% / 7);
}
.cal tbody td label {
    padding: 2px 0;
    margin: 0;
    line-height: 1rem;
}
.cal tbody td input {
    margin: 0;
}
.cabin .cal tbody td[data-date] {
    cursor: pointer;
}
.date-cell {
    width: 100%;
    height: 100%;
    min-height: 48px
}
.cabin .cal tbody td.arrive .date-cell {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.0) 50%, rgba(255,255,255,0.7) 50%);
}
.cabin .cal tbody td.stay .date-cell {
    background-color: rgba(255,255,255,0.7);
}
.cabin .cal tbody td.depart .date-cell {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.0) 50%);
}
.pet {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 2rem;
}
#quickquoteloading {
    height: 32px;
    background-image: url('ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

.viewcount {
    margin-top: -24px;
    color: white;
    position: relative; 
    background: rgba(42, 22, 25, 0.7) none repeat scroll 0% 0%;
    top: 24px;
    z-index: 9999;
    width: 50%;
    padding: 0 5px;
}
.swiper-container {
  width: 100%;
  padding: 0;
}
.iframe-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 480px;
    padding-bottom: 56.25%;
}
.tour-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    width: auto;
    height: auto;
}
.video-iframe {
    width: 100%;
    height: 100%;
    min-height: 43vh;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
    .viewcount {
        margin-top: -100px;
        top: 100px;
    }
    .video-iframe {
        min-height: 30vh;
    }
}
.cabin {
    margin-bottom: 2rem;
}
.cabin > .row {
    background-color: #fdf5f2;
}
.cabin > .row:first-child .columns {
    padding: 0;
}
.cabin h1 {
    background-color: #2a160f;
    color: #e0cfad;
    margin: 0;
    font-size: 2rem;
    line-height: 4rem;
    padding-left: 1rem;
}
.amenities {
    font-size: 0.9rem;
    line-height: 1rem;
}
#CalMonthFld {
    width: auto;
}
.cal {
    width: 100%;
}
.cal th {
    background-color: #345b54;
    color: #eee;
    line-height: 2rem;
}
.cal thead th,
.cal thead td {
    text-align: center;
    padding: 0;
}
.cal tbody td {
    padding: 0;
    text-align: center;
    vertical-align: top;
}
.cal tbody td label {
    padding: 2px 0;
    margin: 0;
    line-height: 1rem;
}
.cal tbody td input {
    margin: 0;
}
.pet {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 2rem;
}
#quickquoteloading {
    height: 32px;
    background-image: url('ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: top center;
}
.swiper-lazy-preloader {
    animation: none !important;
    -webkit-animation: none !important;
}
.swiper-lazy-preloader::after {
    background-image: url('ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: top center;
    height: 32px;
}
.swiper-slide-active {
    min-height: 200px !important;
}

.galleria-theme-classic {
    background: #345b54;
    min-height: 43vh;
}
@media screen and (max-width: 768px) {
    .galleria-theme-classic {
        min-height: 30vh;
    }
}
#goFullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    background-image: url(img/maximize.png);
    z-index:1;
}
.fullscreen #goFullscreen {
    background-image: url(img/minimize.png);
}

.xplorie-box {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.xplorie-box a {
    background-color: #f5f33c;
    color: #111;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
}
