/*----------------------------------------------------------------*/
/* BASE SETTINGS */
/*----------------------------------------------------------------*/

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1920px;
    }
}

.body-fixed-position {
    /*position: fixed;*/
    overflow-x: hidden;
    touch-action: none;
}

body {

}

:root {
    --main-bg-color: white;
    --light-main-color: #1ba9e4;
    --secondary-main-color: #0c4777;

    --main-lines-color: #DDD;
    --main-blue-color: #0B0E3E;
    --blue-headers: #083861;
    --old-blue: #10253f;
    --old-light-blue: #163356;
    --carousel-height: 600px;
}


.swiper-container {
    height: 500px;
    min-height: 500px;
    margin: 60px;
    background-color: #f5f5fb;
}


.swiper-slide {
    overflow: hidden;
    min-height: 500px;
}

.full-height {
    height: 100%;
}

.btn-superblue {
    background-color: var(--main-blue-color);
    color: white;
    width: 100%;
    border-radius: 0;
}

.btn-superblue:hover {
    background-color: transparent;
    color: var(--main-blue-color);
    border: 1px solid var(--main-blue-color);
}

.btn-superblue-short {
    background-color: var(--main-blue-color);
    font-size: 13px;
    color: white;
    border-radius: 0;
}

.btn-superblue-short:hover {
    background-color: transparent;
    color: var(--main-blue-color);
    border: 1px solid var(--main-blue-color);
}

.slide-title {
    font-family: 'Comfortaa', cursive;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    line-height: 42px;
}

.slide-text {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    font-family: "Riviera Nights Light", cursive;
    color: var(--main-blue-color);
}

.description h3 {
    font-size: 16px;
    font-family: "Riviera Nights", cursive;
    color: var(--main-blue-color);
    margin-bottom: 10px;
    display: block;
}

.description {
    display: block;
}


.slide-overlay {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}


.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

/*----------------------------------------------------------------*/
/* YACHT LIST */
/*----------------------------------------------------------------*/

#room-list {
    font-size: 15px;
    border-right: 1px dotted var(--main-lines-color);
    border-left: 1px dotted var(--main-lines-color);
}

#room-list h1 {
    font-family: "Canela Web", cursive;
    font-size: 45px;
}

.yacht-thumb-cover {
    max-height: 180px;
    min-height: 180px;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}


#room-list .room-info {
    font-family: "Riviera Nights Light", cursive;
    font-size: .7125rem;
    line-height: 1.4;
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 1px dotted var(--main-lines-color);
    margin-bottom: 5px;
}

separator {
    height: 10px;
    width: 5px;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="5" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23cfcfcf}</style><path d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
}

#room-list .price {
    font-size: 13px;
    font-family: "Riviera Nights Light", cursive;
    font-weight: 300;
}

#room-list .room-card:hover .reserve {
    display: inline-block;
}

#room-list .room-card:hover .price {
    display: none;
}

#room-list .room-card:hover {
    cursor: pointer;
}

#room-list .room-card:hover img {
    filter: grayscale(100%);
}

#room-list .room-card .reserve {
    display: none;
    font-size: 13px;
    font-family: "Riviera Nights Light", cursive;
    font-weight: 300;
    text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* CONTENT DETAILS */
/*----------------------------------------------------------------*/
#content-details-header .section-header h1 {
    font-family: "Riviera Nights Light", cursive;
    font-size: 45px;
    color: var(--main-blue-color);
}

#content-details-header .container-xxl {
    border-bottom: 1px dotted var(--main-lines-color);
    border-right: 1px dotted var(--main-lines-color);
    border-left: 1px dotted var(--main-lines-color);
}

#content-details-header .section-header {
    font-family: "Riviera Nights Light", cursive;
    font-size: 15px;
    color: var(--main-blue-color);
}

#content-details .container-xxl {
    border-right: 1px dotted var(--main-lines-color);
    border-left: 1px dotted var(--main-lines-color);
}

@media screen and (max-width: 854px) {
    #content-details .multi-column {
        column-count: 1;
    }
}

@media screen and (min-width: 855px) {
    #content-details .multi-column {
        column-count: 2;
        column-gap: 80px;
        break-inside: avoid;
        column-fill: balance;
    }

}

.communicator {
    border: 1px dashed var(--main-blue-color);
    min-height: 200px;
    margin-top: 40px;
}

#content-details li {
    break-inside: avoid;
    column-fill: balance;
}

#content-details .service-wrapper {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.description {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}


#content-details {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Riviera Nights Light", cursive;
    color: var(--main-blue-color);
}

#content-details .multi-column h2, #content-details .multi-column h3,
#content-details .multi-column h4, #content-details .multi-column h5, #content-details .multi-column h6 {
    font-family: "Riviera Nights Light", cursive;
    font-weight: 300;
    color: var(--main-blue-color);
    margin-bottom: 20px;
}

#content-details .multi-column h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

#content-details .multi-column strong {
    font-family: "Riviera Nights", cursive;
    font-weight: 300;
    color: var(--main-blue-color);
    margin-bottom: 20px;
}

#content-details .listing .name {
    font-family: "Riviera Nights", cursive;
    font-weight: 900;
    color: var(--main-blue-color);
    margin-bottom: 10px;
    display: inline-block;
}

#content-details .listing .service-wrapper:hover {
    border-left: 1px outset solid var(--main-blue-color);
    box-shadow: -10px 0px 0px 0px white, -12px 0px 0px 0px var(--main-lines-color);
    -webkit-box-shadow: -10px 0px 0px 0px white, -12px 0px 0px 0px var(--main-lines-color);
    -moz-box-shadow: -10px 0px 0px 0px white, -12px 0px 0px 0px var(--main-lines-color);
}

.read-more a {
    font-size: 12px;
    text-decoration: none;
    color: var(--main-blue-color);
    display: inline;
    font-family: "Riviera Nights", cursive;
}

#content-details .listing .name a {
    text-decoration: none;
    font-weight: 900;
    color: var(--main-blue-color);
}

#content-details .listing .name a:hover {
    font-weight: 900;
    color: var(--main-blue-color);
}

#content-details .listing .excerpt {
    font-family: "Riviera Nights Light", cursive;
    font-weight: 300;
    color: var(--main-blue-color);
}

/*----------------------------------------------------------------*/
/* YACHT DETAILS */
/*----------------------------------------------------------------*/

#room-details-header .section-header h1 {
    font-family: "Riviera Nights Light", cursive;
    font-size: 45px;
    color: var(--main-blue-color);
}

#room-details-header .container-xxl {
    border-bottom: 1px dotted var(--main-lines-color);
    border-right: 1px dotted var(--main-lines-color);
    border-left: 1px dotted var(--main-lines-color);
}

#room-details-header .section-header {
    font-family: "Riviera Nights Light", cursive;
    font-size: 15px;
    color: var(--main-blue-color);
}

#room-details {
    font-size: 16px;
    line-height: 28px;
    font-family: "Riviera Nights Light", cursive;
}

#room-details-header a {
    text-decoration: none;
}
#room-details section h3 {
    font-family: "Riviera Nights Light", cursive;
    font-size: 20px;
    font-weight: 500;
    color: var(--main-blue-color);
}

#room-details section {
    margin-bottom: 30px;
}

#room-details .sticky-booking {
    position: sticky;
    top: 68px;
    color: var(--main-blue-color);
}

#room-details .left-dots {
    border-left: 1px dotted var(--main-lines-color);
    width: 350px;
}

.media-gallery a img {
    padding-right: 2px;
}

.gal a:nth-child(6) img {
    padding-right: 0;
}

#yacht-booking h1, .media-gallery h1 {
    font-size: 28px;
    line-height: 28px;
    font-family: "Riviera Nights Light", cursive;
}

#yacht-booking h2, .media-gallery h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Riviera Nights Light", cursive;
}

#yacht-specifications {
    border-top: 1px dotted var(--main-lines-color);
}

#yacht-specs {
    font-size: 15px;
    line-height: 28px;
    font-family: "Riviera Nights Light", cursive;
}

#yacht-specs table {
    width: 100%;
}

#yacht-specs table td:first-child {
    width: 100%;
    border-bottom: 1px solid var(--main-lines-color);
}

#yacht-specs table td:last-child {
    white-space: nowrap;
    border-bottom: 1px solid var(--main-lines-color);
}

@media screen and (min-width: 992px) {
    #yacht-images .container-fluid > .row > .col:first-child img {
        border-right: 1px solid #fff;
    }
}


/*----------------------------------------------------------------*/
/* MEGA MENU */
/*----------------------------------------------------------------*/

.dark {
    background-color: var(--old-light-blue) !important;
    border-bottom: 1px dotted #5375a1 !important;
    border-left: 1px dotted #5375a1 !important;
    border-right: 1px dotted #5375a1 !important;
}

.dark .navbar-toggler {
    border-right: 1px dotted #5375a1 !important;
}

.dark .left-menu button, .dark .navbar-toggler i, .dark .right-button i, .dark .link-button {
    color: #fff !important;
}

.dark .right-button {
    border-left: 1px dotted #5375a1 !important;
}

.dark .container-xxl {

}

.megaMenu .container-xxl {
    height: auto;
    background-color: var(--old-light-blue) !important;
    position: fixed;
    width: 100%;
    z-index: 1005;
    top: 70px;
    margin-left: -13px !important;
    border: transparent !important;
    border-top: 1px dotted #5375a1 !important;
    font-family: "Riviera Nights Light", cursive;
}

.megaMenu {
    color: #fff;
}

.megaMenu ul {
    margin: 0;
    padding: 0;
}

.megaMenu li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 5px;
}

.megaMenu h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

/*----------------------------------------------------------------*/
/* TOP CAROUSEL */
/*----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    #top-carousel .container-xxl {
        min-height: var(--carousel-height);
    }
}

@media screen and (min-width: 1281px) {
    #top-carousel .container-xxl {
        min-height: var(--carousel-height);
    }
}



#top-carousel .holder, #steady .holder {
    max-width: 400px;
    color: white;
}

#top-carousel .holder button, #steady .holder button {
    height: 60px;
    border: 1px solid white;
    border-radius: 0;
    padding: 0 30px 0 30px;
    color: white;
    letter-spacing: 0.03em;
}

#top-carousel .img-cover {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: var(--carousel-height);
    max-height: var(--carousel-height);
}

#top-carousel .gradient {
    background: linear-gradient(78deg, rgba(0, 0, 0, .8) .34%, rgba(0, 0, 0, 0) 58.77%);
}

#top-carousel .overtext, #steady .overtext {
    font-family: Riviera Nights Medium, serif;
    font-size: 17px;
    font-weight: 400;
    color: white;
    display: inline-block;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

#steady {
    position: absolute;
    z-index: 100;
    width: 100%;
}

#steady .overtext {
    font-family: Riviera Nights Medium, serif;
    font-size: 17px;
    font-weight: 400;
    color: white;
    display: inline-block;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}


#top-carousel .title, #steady .title {
    font-family: "Canela Web", serif;
    font-size: 47px;
    line-height: 58px;
}

#top-carousel .text, #steady .text {
    font-family: Riviera Nights Medium, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.03em;
}


/*----------------------------------------------------------------*/
/* NAVIGATION */
/*----------------------------------------------------------------*/
@media (min-width: 1400px) {
    /* For TopBar */
    #top-bar {
        border-right: 1px dotted var(--main-lines-color);
        border-left: 1px dotted var(--main-lines-color);
    }

    #navigation .container-xxl {
        border-right: 1px dotted var(--main-lines-color);
        border-left: 1px dotted var(--main-lines-color);
    }
}

#navigation .link-button {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Riviera Nights Light", cursive;
    font-size: 12px;
    font-weight: 300;
    color: var(--main-blue-color);
    padding-top: 3px;
    display: inline-block;
    border: none;
    background: transparent;
}

#navigation .link-button:hover {
    background-color: var(--main-blue-color);
    color: white;
    transition: 0.5s;
}

#navigation .link-active {
    background-color: var(--main-blue-color);
    color: white;
}


#search-button {
    display: inline;
    float: right;
}

#main-menu-button {
    display: inline;
    float: left;
}


#navigation {
    border-bottom: 1px dotted var(--main-lines-color);
    border-left: 1px dotted var(--main-lines-color);
    border-right: 1px dotted var(--main-lines-color);
    z-index: 10000;
}

@media screen and (max-width: 890px) {
    #navigation .left-menu {
        display: none;
    }

    #navigation .right-menu {
        display: none;
    }
}

#navigation a {
    text-decoration: none;
}

#navigation .right-menu {
    padding-right: 0px !important;
}
#navigation .right-button {
    width: 125px;
    height: 70px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px dotted var(--main-lines-color);
    background-color: transparent;
    padding-right: 10px !important;
}

#navigation, #navigation .container-fluid {
    padding: 0;
}

#navigation .logo {
    width: 40px;
}

#navigation .navbar-toggler {
    border-radius: 0;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: 1px dotted var(--main-lines-color);
    background-color: transparent;
    width: 83px;
    height: 70px;
    color: var(--main-blue-color);
}


#top-bar .divider {
    background-position: 100%;
    background-repeat: no-repeat;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xNzIgMjAuODM1YS42LjYgMCAwIDAgLjQxNi4xNjUuNi42IDAgMCAwIC40MTYtLjE2NWw4LjgyNC04LjQzN2EuNTQ1LjU0NSAwIDAgMCAwLS43OTZMOC4wMDQgMy4xNjVhLjYwNy42MDcgMCAwIDAtLjgzMiAwIC41NDUuNTQ1IDAgMCAwIDAgLjc5NUwxNS41OCAxMmwtOC40MDggOC4wNGEuNTQ1LjU0NSAwIDAgMCAwIC43OTVaIiBmaWxsPSJjdXJyZW50Y29sb3IiLz48L3N2Zz4=);
    display: inline-block;
    height: 10px;
    width: 10px;
}


#top-bar {
    height: 40px;
    font-family: Riviera Nights Light, serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 26px;
}

#top-bar a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: var(--main-blue-color);
}


/*----------------------------------------------------------------*/
/* PROMOS */
/*----------------------------------------------------------------*/
#promos p {
    color: white;
    font-size: 15px;
    font-weight: 200;
    line-height: 25px;
}

#promos a {
    text-decoration: none;
    color: white;
}

#promos a:hover {
    text-decoration: underline;
    color: white;
}

#promos .sec-column img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 160px;
    max-height: 160px;
}

#promos .img-logo {
    width: 100px;
}

#promos .deep-blue-grid {
    background: linear-gradient(0deg, #01204e, #01204e), #090e36;
}

#promos .deep-sand-grid {
    background: linear-gradient(0deg, #8e775d, #ad937c), #ad937c;
}


#promos .sec-column h2 {
    color: white;
    font-weight: 200;
    line-height: 32px;
    font-size: 1.75rem;
    font-family: "Canela Web", serif;
    letter-spacing: 2px;
}

#promos h1 {
    color: white;
    font-family: "Riviera Nights Light", serif;
    font-weight: 300;
}


/*----------------------------------------------------------------*/
/* COLORS */
/*----------------------------------------------------------------*/
.bg-custom-blue {
    background-color: var(--secondary-main-color) !important;
}

/*----------------------------------------------------------------*/
/*  NAVIGATION                                                    */
/*----------------------------------------------------------------*/
.sr-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.28);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.active, .active a {
    color: orange !important;
    border-bottom: 2px solid orange;
}

/*----------------------------------------------------------------*/
/* TOP HEADER */
/*----------------------------------------------------------------*/


.mailto, .mailto a {
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 540px) {
    .centerOnMobile {
        text-align: center
    }
}

/*----------------------------------------------------------------*/
/* FOOTER */
/*----------------------------------------------------------------*/
.footer-bg {
    background-color: var(--old-blue) !important;
}

footer {
    font-family: "Riviera Nights Light", cursive;
    font-size: 14px;
}

/*----------------------------------------------------------------*/
/* SEARCH BOX */
/*----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    #search-box {
        margin-top: -60px;
        z-index: 1000;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: 90%;
    }

    .search-box .row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .search-box {
        /*height: 70px;*/
        /*min-width: 500px;*/
        /*max-width: 850px;*/
        border-radius: 5px;
        box-shadow: -1px 12px 75px -35px rgba(0, 0, 0, 0.78);
        -webkit-box-shadow: -1px 12px 75px -35px rgba(0, 0, 0, 0.78);
        -moz-box-shadow: -1px 12px 75px -35px rgba(0, 0, 0, 0.78);
    }

    .search-box-selector {
        z-index: 100;
        box-shadow: -1px 12px 35px -25px rgba(0, 0, 0, 0.78);
        -webkit-box-shadow: -1px 12px 35px -25px rgba(0, 0, 0, 0.78);
        -moz-box-shadow: -1px 12px 35px -25px rgba(0, 0, 0, 0.78);
    }
}

@media only screen and (min-width: 768px) {
    #search-box {
        height: 120px;
        margin-top: -60px;
    }

    .search-box {
        height: 90px;
        min-width: 500px;
        max-width: 950px;
        border-radius: 5px;
        z-index: 100;
        box-shadow: -1px 12px 35px -25px rgba(0, 0, 0, 0.78);
        -webkit-box-shadow: -1px 12px 35px -25px rgba(0, 0, 0, 0.78);
        -moz-box-shadow: -1px 12px 35px -25px rgba(0, 0, 0, 0.78);
    }


    .search-box-selector {
        max-width: 950px;
        z-index: 100;

    }

    .selector-shadow {

        box-shadow: 0 12px 15px -5px rgba(0, 0, 0, 0.15) !important;
        -webkit-box-shadow: -1px 12px 15px -15px rgba(0, 0, 0, 0.78);
        -moz-box-shadow: -1px 12px 15px 15px rgba(0, 0, 0, 0.78);
    }

}


.search-button {
    background-color: var(--light-main-color);
    height: 100%;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Comfortaa', cursive;
    color: white;
}

.search-button:hover {
    background-color: orange;
    color: black;
}

.search-box label {
    font-size: 12px;
    align-items: flex-start;
}

.search-box input[type=text] {
    font-size: 12px;
    padding: 5px 5px 5px 10px;
}

/*----------------------------------------------------------------*/
/* REASONS */
/*----------------------------------------------------------------*/
.reasons {
    background-color: #fff !important;
    min-height: 400px;
    height: 400px;
}

.reasons-big-title {
    font-family: 'Comfortaa', cursive;
    font-size: 38px;
    font-weight: 700;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
    line-height: 45px;
}

.reasons-small-title {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.reasons-text {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.reasons-large-icon {
    font-size: 45px;
}

.sr-reasons-bg {
    background-image: url("/static/images/parosmap.png");
    background-size: cover;
}

/*----------------------------------------------------------------*/
/* BOOK YOU CAR */
/*----------------------------------------------------------------*/
.book-your-car-bg {
    background-color: #efefef !important;
}

.card-car-name {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'Comfortaa', serif;
}

.card-pricing {
    color: #999;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.card-pricing .price {
    color: orange;
    font-weight: bold;
}

.vehicle-group {
    display: block;
    position: absolute;
    top: 0;
    padding: 5px;
    color: white;
    background-color: orange;
    font-size: 11px;
    border-bottom-right-radius: 5px;
}

.car-card {
    box-shadow: -1px 7px 9px 3px rgba(150, 150, 150, 0.39);
    -webkit-box-shadow: -1px 7px 9px 3px rgba(150, 150, 150, 0.39);
    -moz-box-shadow: -1px 7px 9px 3px rgba(150, 150, 150, 0.39);
}

.car-footer {
    background-color: #678996 !important;
    color: white !important;
    border-radius: 0 !important;
}

.card-footer-link {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.card-footer:hover {
    text-decoration: none;
    background-color: var(--secondary-main-color) !important;
}

/*----------------------------------------------------------------*/
/* Social Connections                                             */
/*----------------------------------------------------------------*/

#social-connections a {
    text-decoration: none;
}

#social-connections {
    background-color: var(--old-light-blue);
}

#social-connections.fa {
    font-size: 20px;
}

/*----------------------------------------------------------------*/
/* Google Reviews                                                 */
/*----------------------------------------------------------------*/

.reviews-carousel card {
    min-height: 210px;
}


.reviews-carousel img {
    width: 50px;
    margin-bottom: 10px;
}

.reviews-carousel .card-text {
    font-size: 11px;
}

.reviews-carousel a {
    color: #666 !important;
}

.reviews-bg .reviews-logo {
    width: 80px !important;
}

.reviews-bg .reviews-avg {
    font-size: 33px;
    color: orange;
}

/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/
/* Offers */
/*----------------------------------------------------------------*/

.offers {
    border-radius: 10px;
}

.hide-this {
    display: none;
}

.offers .slide-overtitle, .offers .slide-title {
    color: white;
}

.offers .slide-text {
    color: white;
}

.offers.slide-overlay {
    color: white;
}

/*----------------------------------------------------------------*/
/* BUTTONS & ELEMENTS */
/*----------------------------------------------------------------*/

.sr-btn {
    border-radius: 0;
    background-color: #ffa500;
    padding: 15px;
    color: white;
}

.sr-btn:hover {
    background-color: #9b6c01;
    color: white;
}

/*----------------------------------------------------------------*/
/* CAR FLEET */
/*----------------------------------------------------------------*/

.fleet-card {
    border-radius: 0;
}

.card-image {
    border-radius: 0;
    padding: 0 !important;
    min-height: 180px;
    height: 100px;
}

.card {
    border-radius: 0;
}

.orange {
    color: orange;
    font-size: 30px;
    vertical-align: sub;
    margin-right: 10px;
}

.division-head {
    vertical-align: text-bottom;
}

.book-table td {
    padding: 12px 0 12px 0;
    border: #f5f5fb 1px solid;
}

/* CAR DETAIL TABLES */

.car-details-table {
    border-radius: 5px;
    background-color: #333;
}

.car-details-table i {
    color: orange;
}

.car-details-table td {
    border: #f5f5fb 1px solid;
    padding: 12px;
}

.car-table td {
    padding: 12px;
}

.sr-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    padding: 2px 10px 2px 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
}

.orange-bg {
    background-color: orange;
}

.card-offer {
    position: absolute;
    top: 27px;
}

.sr-badge i {
    margin-right: 5px;
    font-size: 16px;
}

.start-price-rent {
    font-size: 24px;
    color: #666;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}

.overview {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #81716b;
    display: inline-block;
}

.detail-headers {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    color: #666;
    display: inline-block;
}

/* RESERVATION SYSTEM */

.reservation-system {
    background-color: transparent;
}

.js-example-basic-single {
    max-width: 200px;
}

#indicator {

}

.extras-icons {
    font-size: 25px;
    color: #008cff;
    display: inline-block;
}

.loading-bar {
    height: 10px;
    width: 150px;
}

.sub-notes {
    display: block;
    color: #008cff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.sr-switch {
    float: none !important;
}

.sr-switch .form-check-input {
    float: none;
}

.search-form-widget input {
    font-size: 13px;
}

.extras_number_selector {
    width: 80px;
}

/* CALLUS */

.pb60 {
    padding-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}

.bg-color-2 {
    background: #1ba9e4;
    font-family: 'Comfortaa', cursive;
}

.pnb-num {
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.s2 {
    font-size: 42px;
    line-height: 42px;
}

.pnb-text {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.phone-num-big i {
    font-size: 48px;
    display: block;
}

textarea:focus, input:focus {
    outline: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* SLICK SLIDER FOR VEHICLES */
.car-slider {

}

.car-nav {
    height: 60px;
    margin-top: -55px;
}

.car-nav .slide {
    height: 50px;
    width: 75px;
    display: inline-block;
    margin-left: 1px;
    border: 1px solid #fff;
}

.car-slider .slide {
    height: 370px;
}


.slick-prev, .slick-next {
    border: 0
}


@media only screen and (max-width: 767px) {
    .car-slider .slide {
        height: 300px;
    }

    .slide-title {
        font-size: 30px;
    }

}

.yellow-box {
    background-color: orange;
}

.yellow-box .detail-headers {
    color: white;
}

.yellow-box table {
    background-color: transparent;
}

.yellow-box table td {
    background-color: transparent;
    border: 0;
}

.yellow-box i {
    display: block;
    background-color: white;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.group-badge {
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 10px !important;
    margin-bottom: 10px;
}


/* ----------------------------------------------------------------*/
/* ICONS & STUFF
/* ----------------------------------------------------------------*/

.sr-icon {
    font-size: 40px;
    color: orange;
}

.sr-details-icon {
    font-size: 18px;
    color: orange;
}

.carousel-image {
    max-height: 400px;
}

/* ----------------------------------------------------------------*/
/* SECTIONS
/* ----------------------------------------------------------------*/

.vehicles-carousel .card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slick-prev, .slick-next {
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: white;
    z-index: 1000;
    border-radius: 30px;
    color: #999;
    /*box-shadow: 0px 0px 3px 3px #eee;*/
}

.slick-prev:hover, .slick-next:hover {
    background-color: orange;
    color: white;
}

.slick-disabled {
    display: none !important;
}

.slick-prev i, .slick-next i {
    font-size: 25px;
    padding-top: 20px;
    padding-left: 10px;
}

.slick-next {
    right: 20px;
}

.upper-case {
    text-transform: uppercase;
}

.excerpt span {
    font-weight: 300;
}

/*-------------------------------------------------------*/
/* ROOM GALLERY */
/*-------------------------------------------------------*/
.minithumb {
    margin-bottom: 4px;
    margin-right: 0;
    margin-left: 0;
    border: none;
}

/*-------------------------------------------------------*/
/* SLICK SLIDER */
/*-------------------------------------------------------*/
.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 100%;
    transform: translate(50%, -50%);
    text-align: center;
    z-index: 2;

    li {
        list-style-type: none;
    }

    button {
        border-radius: 100%;
        border: none;
        width: 10px;
        height: 13px;
        text-indent: -9999px;
        margin-left: 5px;
    }

    li.slick-active button {
        background-color: #999;
    }
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.5;
}

.next-arrow {
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}

.text-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.book-now-button {
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px 15px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    align-self: flex-end;
}

.footer-accommodations {
    p {
        line-height: 18px;
    }
    a {
        color: #fff;

    }
}

.mini-excerpt {
    font-size: 14px;
}

.listing a {
    text-decoration: none;
    color: #0B0E3E;
}

section .other-articles {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.carousel-booking-button {
    height: 60px;
    border: 1px solid white;
    border-radius: 0;
    padding: 0 30px 0 30px;
    color: white;
    letter-spacing: 0.03em;
}

.megaMenu a {
    color: #fff !important;
}

.megaMenu a:hover {
    text-decoration: underline !important;
}

.restaurant-carousel a, .room-carousel a {
    text-decoration: none;
    color: #0B0E3E;
}

.restaurant-carousel a:hover, .room-carousel a:hover {
    text-decoration: underline;
}

.restaurant-carousel .excerpt a:hover, .room-carousel .excerpt a:hover {
    text-decoration: none;
}

.lightbox .lb-image {
     border: none !important;
}

.all-accommodations-button {
    padding: 20px;
    border: 1px solid #999;
}

.all-accommodations-button:hover {
    padding: 20px;
    border: 1px solid #999;
    background-color: #000;
    color: white;
}

footer a {
    color: #fff;
}