.qqresults {
    padding-bottom: 1em;
}

.qqresults>p {
    margin-top: 0;
}

.qqresults input.success {
    font-weight: bold;
    width: 100%;
}

.qqresults h3 small {
    color: #1779ba;
}

.cabin-page .brbasl {
    color: #5d5d5d;
}

.cabin-page .amenities li {
    float: left;
    width: 280px;
}

#ajax-cal tbody td[data-date] {
    cursor: pointer;
}

#ajax-cal tbody td.arrive div {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.7) 50%);
}

#ajax-cal tbody td.stay div {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.7) !important;
}

#ajax-cal tbody td.depart div {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.0) 50%);
}

.loader-container {
    height: 300px;
    width: 100%;
    font-family: Helvetica;
}

.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

.loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
}

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

.loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}

#comments-body {
    height: 7em;
}

.cabin-page .home-featured h1 {
    background-color: #9eafbb;
    color: white;
    margin-bottom: 0;
    padding-top: 0.5em;
    text-shadow: 2px 2px 8px black;
}

#reviews {
    color: white;
    background: linear-gradient(#87757a, #4d454d);
    padding-bottom: 4em;
    text-align: center;
}

#reviews h1 {
    margin-bottom: 0;
    padding-top: 0.5em;
    text-shadow: 2px 2px 8px black;
    color: white;
    border: none;
}

#reviews h1 small {
    font-size: 1.3rem;
    display: block;
    margin-top: 6px;
    color: white;
}

#reviews .orbit-slide b {
    font-size: 300%;
    font-family: -webkit-body;
}

#reviews p {
    padding: 0rem 4rem;
}

#contact-form-block {
    background-image: url(/application/files/2114/8477/4974/CUSTOMER_REVIEWS.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2em
}

.cabin-page .textured {
    padding: 1rem;
}

#map_canvas {
    width: 100%;
    height: 30vw;
    min-height: 300px;
}

#goFullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    background-image: url(../maximize.png);
}

.fullscreen #goFullscreen {
    background-image: url(../minimize.png);
}

.cabin-page .galleria-theme-classic {
    background: #A1B1BC;
}

.cabin-page .galleria-theme-classic .galleria-stage {
    top: 50px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}

#ajax-cal {
    text-align: center;
}

.reviews {
    padding-bottom: 30px;
}

#photos-tab,
#tour-tab,
#floorplan-tab {
    padding: 0;
}

.photos img {
    display: none;
}

.photos {
    min-height: 200px;
    background-color: #fff;
    /*    background: #FFF url(/packages/brightside/blocks/single_cabin/ajax-loader.gif) no-repeat center; */
    width: 100%;
}

.modal {
    transition: opacity 0.25s ease;
}

body.modal-active {
    overflow-x: hidden;
    overflow-y: visible !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}


/* this adds style to the tooltips */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: white;
    color: #718096;
    text-align: center;
    top: 100%;
    left: 50%;
    margin-left: -160px;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    border: 1px solid #436a96;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}