/* DEALERON HEADER IMAGE CSS */

.image {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

@media screen and (min-width:800px) {
    h2.heading {
        font-size: 34px;
    }
}

h2.heading {
    position: absolute;
    top: 30%;
    left: 20px;
    width: 50%;
    color: #ffffff;
}

h2.heading.white-bg {
    position: absolute;
    top: 19%;
    left: 20px;
    width: 50%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2%;
}

h2.heading.full {
    left: 10%;
}

h2.heading span {
    padding: 10% 0;
    text-align: center;
    font-size: 3vw;
    text-shadow: 0 0 13px #000;
}

h2.heading span.bg {
    padding: 10% 0;
    text-align: center;
    font-size: 3vw;
    text-shadow: 0 0 0px #000;
}

p.intro-sentance {
    position: absolute;
    top: 43%;
    left: 20px;
    width: 50%;
    color: #ffffff;
}

p.intro-sentance.full {
    left: 10%;
}

p.intro-sentance span {
    padding: 10% 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 0 13px #000;
}

/* DEALERON HEADER IMAGE CSS */

.grey {
    background-color: #eeeeee;
    padding: 1%;
}

.amenities {
    background-color: #eee;
    padding: 2%;
    color: #000;
}

.btn {
    padding: .5em;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .btn {
        padding: 1em;
        font-size: 17px;
    }
}

.block {
    display: block;
    margin-bottom: 8px;
}

/* COUPON CSS */

.container2 {
    position: relative;
    width: 100%;
}

.image2 {
    display: block;
    width: 100%;
    max-height: 200px !important;
    object-fit: cover;
}

.detail-overlay {
    position: absolute;
    top: 10px;
    left: 16px;
    padding-left: 10px;
    width: 60%;
}

.text2 {
    opacity: 1;
    font-weight: bold;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title {
    font-weight: 500 !important;
    font-size: 25px;
    color: #fff;
    transition: transform .4s ease;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    line-height: 1em;
}

.price {
    font-size: 20px !important;
    color: #fff;
    transition: transform .4s ease;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.coupon-container {
    border: solid 2px #F1F5F6;
    background-color: #fbfbfb;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 408px;
    position: relative;
}

.coupon-container.big {
    min-height: 440px;
}

.button, .button .test {
    padding: 20px 5px;
}

.overlay-cta {
    position: absolute;
    display: block;
    text-align: right;
    left: 28px;
    bottom: 5px;
    padding-bottom: 14px;
    font-size: 14px;
}

.learn-more {
    color: #fff;
    margin-right: 10px;
}

.interval {
    background-color: #CC0501;
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    padding: 10px 7px 10px 7px;
    text-align: center;
}

.interval.fod-black {
    background-color: #000;
}

.bg-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.more-info {
    text-align: center;
}

.detail-bg.none {
    background: none;
}

.detail-bg.light {
    background: linear-gradient(90deg, #00000078 0%, rgba(0, 0, 0, 0.30) 40%, rgba(255, 255, 255, 0) 100%);
}

.detail-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background: linear-gradient(90deg, #000000d1 0%, rgba(0, 0, 0, 0.30) 40%, rgba(255, 255, 255, 0) 100%);
}

/* NAVBAR CSS */

.fod-navbar-default {
    height: 100%;
    background-color: #CC0501;
    padding-left: 10px;
    float: none !important;
    display: inherit;
    text-transform: uppercase !important;
}

/* ul.nav.fod-navbar-nav {
    padding-left: 5vw;
} */

.fod-navbar-nav a {
    float: left;
    display: block;
    color: white;
    background-color: #CC0501 !important;
    text-align: center;
    padding: 24px 20px 19px 20px;
    text-decoration: none;
    font-size: 17px;
}

.fod-navbar-nav a:hover {
    background-color: #CC0501 !important;
    color: white;
    border-bottom: 4px solid #fff;
}

a.fod-active {
    color: white;
    background-color: #CC0501 !important;
    border-bottom: 4px solid #fff;
}

@media only screen and (max-width: 640px) {
    .fod-navbar-default {
        padding-left: 5px;
        min-height: 34px;
    }

    .fod-navbar-nav a {
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        font-size: 10px;
        min-height: 10px;
    }

    a.fod-navbar-button {
        display: none;
    }
}

a.fod-navbar-button {
    padding: 12px 30px !important;
    color: black;
    border: solid 2px white;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: auto !important;
    transition: all 0.5s ease;
    float: right;
    margin-right: 1vw;
    margin-top: 10px;
}

a.fod-navbar-button:hover {
    background-color: white !important;
    color: black;
    border: solid 2px white;
}

.navbar-container {
    position: relative;
    width: 100%;
    padding-bottom: 64px;
}

.navbar {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 1;
}

@media only screen and (max-width: 1175px) {
    a.fod-navbar-button {
        display: none;
    }
}

/* NAVBAR CSS */

/* ICON BOX CSS */

.card-container {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.custom-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid #bdc6ca;
    border-top: none;
    margin-top: 100px;
    min-height: 380px;
}

.custom-card.small {
    min-height: 325px;
}

.custom-card::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 2px solid #bdc6ca;
    width: 30%;
}

.custom-card::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-top: 2px solid #bdc6ca;
    width: 30%;
}

.custom-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
}

.custom-card-title {
    font-weight: 700;
    margin-bottom: .75rem;
}

.custom-card-text {
    margin: 2rem 0;
}

.icon-container {
    padding: 30px;
}

.icon-container.small {
    padding: 15px;
}

.icon-container img {
    position: absolute;
    width: 50%;
    left: 25%;
    top: -80px;
}

img.more-services {
    position: absolute;
    width: 28%;
    left: 192px;
    top: -80px;
}

img.more-services-white {
    position: absolute;
    width: 35%;
    left: 32%;
    top: -60px;
}

.custom-card-link {
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.custom-card-link i {
    margin-right: 1rem;
}

.custom-card.fod-200 {
    min-height: 200px;
}

.custom-card.fod-250 {
    min-height: 250px;
}

.custom-card.fod-300 {
    min-height: 300px;
}

.custom-card.fod-350 {
    min-height: 350px;
}

.custom-card.fod-400 {
    min-height: 400px;
}

.custom-card.fod-450 {
    min-height: 450px;
}

.custom-card.fod-500 {
    min-height: 500px;
}

.custom-card.fod-550 {
    min-height: 550px;
}

/* END ICON BOX CSS */

a.white {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 1367px) {
    .detail-overlay {
        top: 10px;
        left: 11px;
        width: 70%;
    }

    .overlay-cta {
        left: 23px;
        bottom: 0px;
    }

    .learn-more {
        font-size: 15px;
    }

    .title {
        font-size: 17px;
    }

    .price {
        font-size: 18px;
    }

    .image2 {
        width: 100%;
        max-height: 200px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .detail-overlay {
        top: 10px;
        left: 14px;
        width: 70%;
    }

    .overlay-cta {
        left: 26px;
        bottom: -5px;
    }

    .learn-more {
        font-size: 14px;
    }

    .title {
        font-size: 19px;
    }

    .price {
        font-size: 18px;
    }

    .image2 {
        width: 100%;
        max-height: 175px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .icon-container img {
        position: absolute;
        width: 36%;
        left: 32%;
        top: -52px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .detail-overlay {
        top: 10px;
        left: 9px;
        width: 70%;
    }

    .overlay-cta {
        left: 40px;
        bottom: 21px;
    }

    .learn-more {
        font-size: 15px;
    }

    .title {
        font-size: 18px;
    }

    .price {
        font-size: 19px;
    }

    .overlay-cta {
        left: 18px;
        bottom: 0px;
    }

    .image2 {
        width: 100%;
        max-height: 260px !important;
        object-fit: cover;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .icon-container img {
        position: absolute;
        width: 28%;
        left: 35%;
        top: -105px;
    }

    img.more-services-white {
        position: absolute;
        width: 20%;
        left: 40%;
        top: -69px;
    }
}

@media only screen and (max-width: 768px) {
    .custom-card.fod-200 {
        min-height: 200px;
    }

    .custom-card.fod-250 {
        min-height: 200px;
    }

    .custom-card.fod-300 {
        min-height: 200px;
    }

    .custom-card.fod-350 {
        min-height: 200px;
    }

    .custom-card.fod-400 {
        min-height: 200px;
    }

    .custom-card.fod-450 {
        min-height: 200px;
    }

    .custom-card.fod-500 {
        min-height: 200px;
    }

    .custom-card.fod-550 {
        min-height: 200px;
    }

    .custom-card.small {
        min-height: 200px;
    }

    .no-pad-mb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    h2.heading {
        top: 10%;
    }

    h2.heading span {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 640px) {
    .no-pad-mb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .title {
        font-size: 18px;
    }

    .price {
        font-size: 16px;
    }

    .learn-more {
        font-size: 15px;
    }

    .coupon-container {
        min-height: 300px;
    }

    .detail-overlay {
        top: 10px;
        left: 10px;
        width: 70%;
    }

    .overlay-cta {
        left: 18px;
        bottom: 2px;
    }

    .fod21-navbar-default .fod21-navbar-nav>li>a {
        width: 20%;
        font-size: 12px;

    }

    img.more-services {
        position: absolute;
        width: 50%;
        left: 85px;
        top: -80px;
    }

    img.more-services-white {
        position: absolute;
        width: 30%;
        left: 35%;
        top: -45px;
    }

    iframe.negative-margin {
        margin-bottom: -100px;
    }

    .image2 {
        display: block;
        width: 100%;
        max-height: 210px !important;
        object-fit: cover;
    }

    .amenitie-image {
        width: 50% !important;
    }

    h2.heading span {
        font-size: 5vw;
    }
}

.dk-grey {
    background-color: #202020;
}

.dk-grey a {
    color: #b3b3b3;
}

.fod-white {
    color: #fff;
}

.button-white {
    background-color: #fff !important;
    color: #000 !important;
    margin-top: 10px;
}

.services {
    background-color: #ebebeb;
    padding: 1%;
}

.standalone-paragraph {
    padding: 0% 5% 2% 5%;
    text-align: center;
}

.services-paragraph {
    padding: 2% 5% 1% 5%;
    text-align: center;
}

.p-1 {
    padding: 1%;
}

.pt-1 {
    padding-top: 2.5rem;
}

.pb-1 {
    padding-bottom: 2.5rem;
}

.pb-10 {
    padding-bottom: 10em;
}

.pb-12 {
    padding-bottom: 12em;
}

.pt-2 {
    padding-top: 4.5rem;
}

.p-5 {
    padding: 5%;
}

.pt-8 {
    padding-top: 8rem;
}

.mt-50 {
    margin-top: 50px;
}

.white-text {
    color: #fff;
    text-align: center;
}

.more-services-list {
    text-align: left;
    font-size: 14px;
}

iframe.negative-margin {
    margin-top: -150px !important;
}

.center {
    text-align: center;
}

/* Buttons */

.button-secondary {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #CC0501;
    color: #fff;
    margin: 10px;
    border-radius: 25px;
    display: block;
    /* width: 30%; */
    text-align: center;
    text-decoration: none;
    border: 3px #CC0501 solid;
}

.button-secondary:hover {
    background-color: #fff;
    color: #CC0501;
    border: 3px #CC0501 solid;
}

.button-primary {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #fff;
    color: #CC0501;
    margin: 10px;
    border-radius: 25px;
    display: block;
    /* width: 30%; */
    text-align: center;
    text-decoration: none;
    border: 3px #CC0501 solid;
}

.button-primary:hover {
    background-color: #CC0501;
    color: #fff;
    border: 3px #CC0501 solid;
}

/* Buttons */

/*  */

.amenitie-image {
    width: 25% !important;
}

.top-paragraph {
    padding: 2% 5%;
    text-align: center;
}

/*  */
/* DS VIDEO */
.fod-video {
    margin: 1% 2%;
}

@media only screen and (max-width: 640px) {
    .fod-video {
        margin: 0% 0%;
    }
}

.fod-video iframe#fod-video {
    width: 100%;
    height: 280px;
    max-width: 450px;
border: none;
}

@media only screen and (max-width: 640px) {
    .fod-video iframe#fod-video {
        height: 225px;
    }
}

/* DS VIDEO */