﻿
/*BreadCrumbs Section*/

.breadcrumbs {
    display: block;
    margin: 0 auto;
    padding: .5em;
    list-style: none;
    max-width: 1200px;
}

.breadcrumbs__item {
    display: inline-block;
    padding: .5em 0;
}

    .breadcrumbs__item:after {
        content: '>';
        color: #9ba7ad;
        display: inline-block;
        width: 1.33333em;
        font-size: .75em;
    }

.breadcrumbd {
    display: inline-block !important;
    margin-right: .66667em;
    text-decoration: none;
    background-color: transparent;
    font-size: .75em;
    color: #43abef;
}

    .breadcrumbd:hover {
        color: #1e3945;
    }

.breadcrumb--last {
    cursor: text;
}

.breadcrumb--active {
    color: #1e3945;
    text-decoration: none;
}

/*Hero Section Begin*/

.hero {
    background-image: url("https://sncdn.com/banners/BlackFriday.png");
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: multiply;
    height: 300px;
    padding-bottom: 0em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.25em;
    text-align: center;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-teaser {
    background-image: url("https://sncdn.com/event-landing/black-friday/hero_image.jpg");
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: multiply;
    height: 300px;
    padding-bottom: 0em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.25em;
    text-align: center;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:940px) {
    .hero {
        background-image: url("https://sncdn.com/event-landing/black-friday/mobile-hero.jpg");
        height: 400px;
    }
}

@media (max-width:478px) {
    .hero {
        background-image: url("https://sncdn.com/event-landing/black-friday/mobile-hero.jpg");
        height: 250px;
    }
}

@media (max-width:940px) {
    .hero-teaser {
        background-image: url("https://sncdn.com/event-landing/black-friday/teaser-hero.jpg");
        height: 400px;
    }
}

@media (max-width:478px) {
    .hero-teaser {
        background-image: url("https://sncdn.com/event-landing/black-friday/teaser-hero.jpg");
        height: 250px;
    }
}

.hero__heading {
    margin-top: 0;
    font-size: 2.25em;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",sans-serif;
}

@media (min-width: 992px) {
    .hero__heading {
        font-size: 3em;
    }
}

.hero__content {
    color: #fff;
    vertical-align: middle;
}

.container-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5em 1.5em 0 1.5em;
}

@media (min-width: 980px) {
    .container-flex {
        width: 980px !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 1.5em;
    }
}

.intro-p {
    margin-bottom: 2em;
    margin-left: 0;
    text-align: center;
    color: #1e3945;
}

@media (min-width: 980px) {
    .intro-p {
        text-align: center;
        margin-bottom: 1em;
        text-align: center;
    }
}

.discovery-logo {
    width: 220px;
    max-width: 280px;
}

@media (min-width: 980px) {
    .discovery-logo {
        width: 280px;
    }
}

/*Hero Section End*/

/*Search Section Begin*/

#search-section {
    background-image: url();
    padding: 15px 0;
    background: #fafbfb;
}

    #search-section h4 {
        color: #43abef;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.05em;
        line-height: 2.0;
        text-transform: uppercase;
    }

@media screen and (max-width: 1199px) {
    #search-section h4 {
        font-size: 27px;
    }
}

@media screen and (max-width: 991px) {
    #search-section h4 {
        font-size: 26px;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    #search-section h4 {
        color: #43abef;
        font-size: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
}

#dd-guests {
    background-color: #fff;
    color: #495057;
}

/*Search Section End*/
/*Popular Destinations Begin*/
h2 {
    font-size: 1.5em;
    line-height: 1.333;
    font-weight: bold;
}

.cell__background-image {
    border-radius: 2px;
    height: 15em;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1280px) {
    .destination-item:hover {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 18px 0 rgba(0, 0, 0, 0.3);
        height: 15em;
    }
}

@media (min-width: 48em) {
    .cell--1of3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media (min-width: 48em) {
    .cell {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

.cell {
    display: table-cell;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.cell--relative {
    position: relative;
}

@media (min-width: 48em) {
    .cell--1of3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.grid {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    letter-spacing: normal;
}

@media (min-width: 48em) {
    .grid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.grid--has-gutters .cell, .gallery__items .cell {
    padding: .5em;
}

.card {
    box-shadow: 0px 1px 5px 0px rgba(0, 00, 0, 0.1);
    background: #fff;
    border-radius: 3px;
    overflow: auto;
    height: 100%;
}

.card-border {
    border: 1px solid #e0e4e5;
}

.card__body {
    color: #1e3945;
}

.location-name {
    float: right;
    margin-top: 30px;
}

.price-container {
    float: left;
    padding-right: 15px;
    margin-top: 12px;
}

.from-prices {
    display: block;
    text-decoration: line-through;
    color: #a7aaaf;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    float: none;
    margin-left: 3px;
}

.special-price {
    display: inline;
    color: #ff408b;
    padding-left: 0.12em;
    font-weight: 700;
    font-size: 24px;
    text-align: right;
    float: none;
}

.per-night {
    color: #a7aaaf;
    font-weight: normal;
    font-size: 14px;
}

#location {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

@media screen and (min-width: 48em) and (max-width: 60.875em) {
    .location-name {
        float: none;
        text-align: center;
        display: block;
        margin: 10px auto;
    }

    .mrl-auto {
        text-align: center;
    }

    .price-container, .special-price, .from-prices {
        float: none;
        text-align: center;
        display: block;
    }

    .btn-book {
        margin: 15px auto !important;
    }

    .per-night {
        text-align: center;
    }
}

@media (max-width: 29.375em) {
    .location-name {
        float: none;
        text-align: center;
        display: block;
        margin: 10px auto;
    }

    .mrl-auto {
        text-align: center;
    }

    .price-container, .special-price, .from-prices {
        float: none;
        text-align: center;
        display: block;
    }

    .btn-book {
        margin: 15px auto !important;
    }

    .per-night {
        text-align: center;
    }
}

.btn-book {
    background-color: #43abef;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    width: 115px;
    padding: .625em 1em .75em;
    min-height: 2.75em;
}

p {
    margin: .5em 0;
}

.how-to .container {
    max-width: 1200px !important;
    margin: 0 auto;
}

@media screen and (min-width: 48em) and (max-width: 61.9em) {
    .sub-title {
        display: none;
    }
}

.popular-destinations-grid__header {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(50%);
    font-size: 1.25em;
    line-height: 1.333;
    margin: 0;
}

#Header .container {
    margin: 0 auto;
    max-width: 80em !important;
}

/*Popular Destinations End*/
