/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 section {
    display: block
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ml2 {
    font-size: 1em;
    margin-right: 5px;
}

a:hover,
a:active {
    outline: 0
}

button {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button {
    *overflow: visible;
    line-height: normal
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button {
    cursor: pointer
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}






[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container {
    width: 940px
}

.span12 {
    width: 940px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span4 {
    width: 300px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94681%
}

.row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%
}

.row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%
}

.row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%
}

.row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

p {
    margin: 0 0 14px
}

.lead {
    margin-bottom: 28px;
    font-size: 16.8px;
    font-weight: 200;
    line-height: 33.6px
}

.muted {
    color: #999
}

.text-left {
    text-align: left
}



h2,
h3 {
    line-height: 56px
}

h2 {
    font-size: 31.5px
}

h3 {
    font-size: 24.5px
}

button {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px
}

button {
    font-family: "Helvetica Neue", Arial, sans-serif
}

[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("https://media.gadventures.com/media-server/static/vendor/bootstrap-sass/images/glyphicons-halflings.png?68f394e53b6e");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px
}

.btnn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #009688;

    *background-color: #009688;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    *border: 0;
    font-family: "effra", Helvetica, Arial, sans-serif;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    *margin-left: .3em;
    font-weight: 700;



}

.btnn:hover,
.btnn:focus,
.btnn:active {
    color: #fff;

}


.btnn:first-child {
    *margin-left: 0
}



.btnn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.btnn-small [class*=" icon-"] {
    margin-top: 0
}

button.btnn {
    *padding-top: 3px;
    *padding-bottom: 3px
}

button.btnn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.btnn.btnn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

/*!
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
    width: device-width
}

.hidden-desktop {
    display: none !important
}

.visible-desktop {
    display: inherit !important
}

@media (min-width:768px) and (max-width:979px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

@media (min-width:1200px) {

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }

    .container {
        width: 1170px
    }

    .span12 {
        width: 1170px
    }

    .span7 {
        width: 670px
    }

    .span6 {
        width: 570px
    }

    .span4 {
        width: 370px
    }

    .offset1 {
        margin-left: 130px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 38px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.5641%;
        *margin-left: 2.51091%
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%
    }

    .row-fluid .span7 {
        width: 57.26496%;
        *width: 57.21177%
    }

    .row-fluid .span6 {
        width: 48.71795%;
        *width: 48.66476%
    }

    .row-fluid .span4 {
        width: 31.62393%;
        *width: 31.57074%
    }

    .row-fluid .offset1 {
        margin-left: 11.11111%;
        *margin-left: 11.00473%
    }
}

@media (min-width:768px) and (max-width:979px) {

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }

    .container {
        width: 724px
    }

    .span12 {
        width: 724px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span4 {
        width: 228px
    }

    .offset1 {
        margin-left: 82px
    }

    .row-fluid {
        width: 100%;
        *zoom: 1
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 38px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.76243%;
        *margin-left: 2.70924%
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94681%
    }

    .row-fluid .span7 {
        width: 57.18232%;
        *width: 57.12913%
    }

    .row-fluid .span6 {
        width: 48.61878%;
        *width: 48.56559%
    }

    .row-fluid .span4 {
        width: 31.49171%;
        *width: 31.43852%
    }

    .row-fluid .offset1 {
        margin-left: 11.32597%;
        *margin-left: 11.21958%
    }
}

@media (max-width:768px) {
    body {
        padding-left: 20px;
        padding-right: 20px
    }

    .container {
        width: auto
    }

    .row-fluid {
        width: 100%
    }

    [class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:768px) {
    body {
        padding-top: 0
    }
}

@font-face {
    font-family: 'montserrat_regular';
    src: url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Regular-webfont.eot?cb10a69d1c21") format("embedded-opentype"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Regular-webfont.woff?cb10a69d1c21") format("woff"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Regular-webfont.woff2?cb10a69d1c21") format("woff2"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Regular-webfont.ttf?cb10a69d1c21") format("truetype"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Regular-webfont.svf#montserratregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'montserrat_bold';
    src: url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Bold-webfont.eot?cb10a69d1c21") format("embedded-opentype"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Bold-webfont.woff?cb10a69d1c21") format("woff"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Bold-webfont.woff2?cb10a69d1c21") format("woff2"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Bold-webfont.ttf?cb10a69d1c21") format("truetype"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/Montserrat-Bold-webfont.svf#montserratbold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DINOT-CondBold';
    src: url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/DINOT-CondBold_gdi.eot?cb10a69d1c21");
    src: url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/DINOT-CondBold_gdi.eot?&cb10a69d1c21#iefix") format("embedded-opentype"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/DINOT-CondBold_gdi.woff?cb10a69d1c21") format("woff"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/DINOT-CondBold_gdi.ttf?cb10a69d1c21") format("truetype"), url("https://media.gadventures.com/media-server/static/gadventures/css/fonts/DINOT-CondBold_gdi.svg?cb10a69d1c21#DINOT-CondBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-25CA
}

@media (max-width:480px) {

    h2 {
        font-size: 1.4em
    }

    h3 {
        font-size: 1.3em
    }

    h2,
    h3 {
        line-height: 1.75em
    }
}



@media (max-width:768px) {
    body {
        padding: 0
    }
}

.btnn,
.btnn:link,
.btnn:visited,
.btnn:active {
    text-shadow: none !important;
    color: #FFF;
    border: none;
    border-radius: 0px
}

.btnn:hover {
    background: #8e6f39
}

.btnn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

h2,
h3 {
    margin: 14px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #4c4f56;
    text-rendering: optimizelegibility
}

h2,
h3 {
    line-height: 1.1em
}

.btn-wishlist {
    margin-top: 5px;
    background-color: #d4a95d !important;
}



/* G2 CSS */

.container h2 {
    line-height: 2.4rem;
    /* letter-spacing: 4px; */
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-family: 'Gotham SSm', sans-serif;
    font-weight: 500;
    color: #474747;


}

.container h3 {
    font-size: 18px;
    margin: 0.5em 0 0.2em 0
}

p.lead,
.mobile-intro p {
    line-height: 1.75em;
    font-family: "montserrat_regular", sans-serif;
    font-size: 14px;
    font-weight: normal
}

#trip-description-container {
    margin-top: 50px;
    position: relative
}

.lead {
    font-size: 18px
}

#trip-style,
#trip-service,
#trip-physical,
#trip-type {
    margin-bottom: 20px
}

#trip-attributes div:nth-child(3) {
    margin-left: 0;
    clear: both
}

#trip-attributes h3 .attribute-label {
    color: #47268d
}

#trip-attributes p {
    font-size: 14px;
    margin: 0;
    font-style: italic
}

#trip-attributes #age-requirement {
    margin: 0 0 40px 0
}

@media (min-width:768px) {
    #trip-attributes #visa-requirement {
        border-left: 1px solid #eee;
        padding-left: 30px
    }
}

@media (min-width:768px) and (max-width:979px) {
    #trip-description {
        width: 100%
    }
}

@media (max-width:768px) {

    #trip-description-container {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {

    #trip-attributes p {
        text-align: left
    }
}

#trip-price-box-container {
    min-width: 380px
}

.trip-price-box {
    border: 1px solid #E6E6E6;
    border-radius: 0.425rem;
    background-color: transparent;
}

.trip-pricing h3 {
    margin-top: 0
}

.promos {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px
}

.p-amount,
.p-expires {
    line-height: 3.25em;
    font-family: 'Bogle', sans-serif;
    font-weight: 300;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #474747;
    border-radius: 0.225rem;
    text-align: center;

}

.p-amount a {
    color: #474747;
}

.promo-alert {
    margin-bottom: 10px
}

.flag {
    display: none
}

.onsale-flag {
    display: block;
    width: 85px;
    height: 45px;
    background-size: cover;
    position: relative;
    left: 0;
    top: -2px;
    margin: 0 5px 20px 0
}

.onsale-flag {
    /* background-image: url(../img/flags.png); */
    /* background-position: 85px 0 */
}

.trip-pricing {
    /* width: 80%; */
    margin: auto;
    padding: 40px
}

.trip-pricing.onsale {
    padding: 0 40px
}

.trip-price a {
    text-decoration: none
}

.trip-price .was .price {
    font-size: 12px;
    font-weight: bold;
    right: 11px;
    bottom: -12px;
    position: absolute
}

.trip-price .price {
    line-height: normal;
    position: relative;
    font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #474747;
}

.trip-price .price span {
    font-size: 70px;

    line-height: .8em;
    display: inline-flex
}

.trip-price .price .from {
    font-size: 12px;
    position: absolute;
    top: -8px
}

.trip-price .price .symbol,
.trip-price .price .currency {
    font-size: 10px;
    display: inline-block
}

.trip-price .price .currency {
    position: absolute
}

.trip-price .price .symbol {
    font-size: 18px;
    vertical-align: top;
    position: relative;
    top: 8px
}

.trip-price .valid-price-date {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px
}

.duration-container {
    margin-top: 0;
    margin-bottom: 30px
}

.duration {

    font-weight: 300 !important;
    font-size: 1em !important;

    color: #474747;
    font-family: Merrant, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 0px;
    text-transform: uppercase;

}


.start_finish {
    font-weight: 500;
    font-size: 1em;
    font-size: 1.2rem;
    font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.trip_code {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px
}

.price-block {
    display: block
}

.price-box-buttons {
    /* padding-bottom: 40px */
}

.price-box-buttons #desktop-cta,
.price-box-buttons #wishlist-main {
    width: 60%
}

.price-box-buttons #desktop-cta button,
.price-box-buttons #wishlist-main button {
    width: 100%;
    padding: 8px 8px;
    border-radius: 2px;
}

.price-box-buttons #wishlist-mobile,
.price-box-buttons #mobile-cta {
    width: 100%
}

.price-box-buttons .mobile-button {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

@media (max-width:979px) {
    #mobile-intro-container {
        margin-bottom: 40px
    }
}

@media (max-width:979px) and (min-width:768px) {
    #mobile-intro-container .mobile-intro {
        width: 46%;
        float: left
    }

    #mobile-intro-container #mobile-price-box-container {
        width: 50%;
        float: right
    }
}

@media (max-width:709px) {
    #mobile-intro-container .mobile-intro {
        width: auto;
        float: none
    }

    #mobile-intro-container #mobile-price-box-container {
        width: auto;
        float: none
    }
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('https://media.gadventures.com/media-server/static/vendor/jquery/plugins/FlexSlider/fonts/flexslider-icon.eot?c5eb97b475f8');
    src: url('https://media.gadventures.com/media-server/static/vendor/jquery/plugins/FlexSlider/fonts/flexslider-icon.eot?&c5eb97b475f8#iefix') format('embedded-opentype'), url('https://media.gadventures.com/media-server/static/vendor/jquery/plugins/FlexSlider/fonts/flexslider-icon.woff?c5eb97b475f8') format('woff'), url('https://media.gadventures.com/media-server/static/vendor/jquery/plugins/FlexSlider/fonts/flexslider-icon.ttf?c5eb97b475f8') format('truetype'), url('https://media.gadventures.com/media-server/static/vendor/jquery/plugins/FlexSlider/fonts/flexslider-icon.svg?c5eb97b475f8#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal
}


/* what included css */

/*! CSS Used from: https://www.solosholidays.co.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.0.3 ; media=all */
@media all {
    ul {
        box-sizing: border-box;
    }
}

/*! CSS Used from: https://www.solosholidays.co.uk/wp-content/themes/solos/dist/css/app.css?ver=2.1.9 ; media=all */
@media all {
    img {
        border-style: none;
    }

    h3 {
        margin: 0;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    ul {
        list-style: none;
    }

    *,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid #e2e8f0;
    }

    img {
        border-style: solid;
    }

    h3 {
        font-size: inherit;
        font-weight: inherit;
    }

    img {
        display: block;
        vertical-align: middle;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    h3 {
        margin-bottom: 1rem;
        line-height: 1.375;
    }

    .bg-theme-grey-500 {
        --bg-opacity: 1;
        background-color: #494949;
        background-color: rgba(73, 73, 73, var(--bg-opacity));
    }

    .border-white {
        --border-opacity: 1;
        border-color: #fff;
        border-color: rgba(255, 255, 255, var(--border-opacity));
    }

    .border-solid {
        border-style: solid;
    }

    .border {
        border-width: 1px;
    }

    .inline-block {
        display: inline-block;
    }

    .flex {
        display: -ms-flexbox;
        display: flex;
    }

    .items-center {
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-1 {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }

    .flex-none {
        -ms-flex: none;
        flex: none;
    }

    .text-2xl {
        font-size: 1.5rem;
    }

    .mr-4 {
        margin-right: 1rem;
    }

    .mb-4 {
        margin-bottom: 1rem;
    }

    .mt-8 {
        margin-top: 2rem;
    }

    .mb-8 {
        margin-bottom: 2rem;
    }

    .p-4 {
        padding: 1rem;
    }

    @media (min-width: 1024px) {
        .lg\:mr-6 {
            margin-right: 1.5rem;
        }

        .lg\:p-8 {
            padding: 2rem;
        }
    }
}


@charset "UTF-8";

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
pre {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }



    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://static.rhinoafrica.com/static/bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(https://static.rhinoafrica.com/static/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://static.rhinoafrica.com/static/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://static.rhinoafrica.com/static/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://static.rhinoafrica.com/static/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}



button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}


a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.small,
small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    /* border-left: 5px solid #eee; */
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-md-10,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-10,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-10,
.col-xs-12,
.col-xs-4,
.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-10,
.col-xs-12,
.col-xs-4,
.col-xs-6 {
    float: left
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-12 {
    width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

@media (min-width:768px) {

    .col-sm-10,
    .col-sm-12,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        float: left
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
}

@media (min-width:992px) {

    .col-md-10,
    .col-md-12,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8 {
        float: left
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }
}

@media (min-width:1200px) {

    .col-lg-10,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-8 {
        float: left
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 10.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active {
    background-color: #f5f5f5
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success {
    background-color: #dff0d8
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info {
    background-color: #d9edf7
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple] {
    height: auto
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon {
    height: 46px;
    line-height: 46px
}

.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon {
    height: auto
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #bfbfbf
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #900;
    border-color: #900
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #600;
    border-color: #1a0000
}

.btn-primary:hover {
    color: #fff;
    background-color: #600;
    border-color: #5c0000
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #600;
    border-color: #5c0000
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #420000;
    border-color: #1a0000
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #900;
    border-color: #900
}

.btn-primary .badge {
    color: #900;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #272727;
    border-color: #272727
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #000
}

.btn-success:hover {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #080808
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #080808
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #272727;
    border-color: #272727
}

.btn-success .badge {
    color: #272727;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.btn-info:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #bfbfbf
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-info .badge {
    color: #fff;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #715845;
    border-color: #715845;
    font-family: "Euclid Square Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 2px !important;
    font-size: 11px;
    font-weight: 400;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #4f723b;
    border-color: #2c4021
}

.btn-warning:hover {
    color: #fff;
    background-color: #4f723b;
    border-color: #4a6c37
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #4f723b;
    border-color: #4a6c37
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #3f5b2f;
    border-color: #2c4021
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #66944c;
    border-color: #66944c
}

.btn-warning .badge {
    color: #66944c;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #fff;
    border-color: #272727
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #000
}

.btn-danger:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #080808
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #080808
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #000
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #fff;
    border-color: #272727
}

.btn-danger .badge {
    color: #fff;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-lg>.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: NONE;
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav>li>a>img {
    max-width: none
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-family: bogle;
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}


.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media {
    zoom: 1;
    overflow: hidden
}

.media>.pull-right {
    padding-left: 10px
}

.media>.pull-left {
    padding-right: 10px
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel>.panel-collapse>.table,
.panel>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.table+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top {
    margin-top: -3px;
    padding: 10px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 10px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 10px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 10px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 496px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@font-face {
    font-family: RhinoAfrica;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica/fonts/RhinoAfrica.eot?gyeq9d);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica/fonts/RhinoAfrica.eot?gyeq9d#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica/fonts/RhinoAfrica.woff2?gyeq9d) format("woff2"), url(https://static.rhinoafrica.com/static/rhinoafrica/fonts/RhinoAfrica.ttf?gyeq9d) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica/fonts/RhinoAfrica.woff?gyeq9d) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica/fonts/RhinoAfrica.svg?gyeq9d#RhinoAfrica) format("svg");
    font-weight: 400;
    font-style: normal
}

.ra {
    font-family: RhinoAfrica !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ra-arrow-right:before {
    content: "";
    color: #fff
}

.ra-tick-stroke:before {
    content: "";
    color: #fff
}

.ra-close-alt:before {
    content: "";
    color: #fcfcfd
}

.ra-arrow-down:before {
    content: "";
    color: #fff
}

.ra-logo-full:before {
    content: ""
}

.ra-logo-full-dot-com:before {
    content: ""
}

.ra-logo-letters:before {
    content: ""
}

.ra-logo-full-horizontal:before {
    content: ""
}

.ra-logo:before {
    content: ""
}

.ra-phone:before {
    content: ""
}

.ra-destinations:before {
    content: ""
}

.ra-chat:before {
    content: ""
}

.ra-tours:before {
    content: ""
}

.ra-africa:before {
    content: ""
}

.ra-price:before {
    content: ""
}

.ra-experience:before {
    content: ""
}

.ra-about:before {
    content: ""
}

.ra-specials:before {
    content: ""
}

.ra-search:before {
    content: ""
}

.ra-quote:before {
    content: ""
}

.ra-relax:before {
    content: ""
}

.ra-schedule:before {
    content: ""
}

.ra-tick:before {
    content: ""
}

.ra-close:before {
    content: ""
}

.ra-moon:before {
    content: ""
}

.ra-lock:before {
    content: ""
}

.ra-envelope:before {
    content: ""
}

.ra-plus:before {
    content: ""
}

.ra-minus:before {
    content: ""
}

.ra-angle-up-down:before {
    content: ""
}

.ra-check:before {
    content: ""
}

.ra-angle-left-right:before {
    content: ""
}

.ra-map-marker-fill:before {
    content: ""
}

.ra-calendar:before {
    content: ""
}

.ra-angle-left:before {
    content: ""
}

.ra-angle-right:before {
    content: ""
}

.ra-map-marker:before {
    content: ""
}

.ra-airplane:before {
    content: ""
}

.ra-angle-down:before {
    content: ""
}

.ra-angle-up:before {
    content: ""
}

.ra-gallery-dots:before {
    content: ""
}

.ra-cookie-notice:before {
    content: "";
    color: #5e5e5e
}

.ra-travel-info:before {
    content: ""
}

.ra-play:before {
    content: ""
}

.ra-gallery:before {
    content: ""
}

.ra-price-range:before {
    content: ""
}

.ra-destination-point:before {
    content: ""
}

.ra-property-type:before {
    content: ""
}

.ra-sort:before {
    content: ""
}

.ra-play-arrow:before {
    content: ""
}

.ra-landscape:before {
    content: ""
}

@font-face {
    font-family: Montserrat;
    src: url(https://static.rhinoafrica.com/static/app/fonts/Montserrat-ExtraLight.ttf) format("opentype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot);
    src: local(""), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2) format("woff2"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff) format("woff"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf) format("truetype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.svg#Montserrat) format("svg")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot);
    src: local(""), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2) format("woff2"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff) format("woff"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf) format("truetype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Montserrat) format("svg");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.eot);
    src: local(""), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.eot?#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2) format("woff2"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff) format("woff"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.ttf) format("truetype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.svg#Montserrat) format("svg");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot);
    src: local(""), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2) format("woff2"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff) format("woff"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf) format("truetype"), url(https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Montserrat) format("svg");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(https://static.rhinoafrica.com/static/app/fonts/Montserrat-Bold.ttf) format("opentype");
    font-weight: 800;
    font-style: normal
}

@-webkit-keyframes dr-rotate {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes dr-rotate {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



@keyframes dr-rotate {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dr-rotate {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes dr-rotate {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



@keyframes dr-rotate {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: RhinoAfricaNavigation;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.eot?tbk37a);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.eot?tbk37a#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.ttf?tbk37a) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.woff?tbk37a) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.svg?tbk37a#RhinoAfricaNavigation) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.rn {
    font-family: RhinoAfricaNavigation !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rn-youtube:before {
    content: ""
}

.rn-fb:before {
    content: ""
}

.rn-insta:before {
    content: ""
}

.rn-linkedin:before {
    content: ""
}

.rn-twitter:before {
    content: ""
}

.rn-map-pin:before {
    content: ""
}

.rn-phone:before {
    content: ""
}

.search-main-container {
    scrollbar-color: #900 transparent;
    scrollbar-width: thin
}

.search-main-container::-webkit-scrollbar {
    width: .5rem;
    border-radius: 5px
}

.search-main-container::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent
}

.search-main-container::-webkit-scrollbar-thumb {
    background-color: #900
}

.opacity-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .07) 80%, rgba(255, 255, 255, 0) 100%)
}

body.no-scroll .opacity-wrapper {
    display: block !important;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
}

body.nav-solid .opacity-wrapper {
    height: 100px
}

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 81px;
    width: 100%;
    z-index: 3000
}

header.site-header::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left .3s ease-out
}

header.site-header .nav-wrap {
    height: 100%
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    cursor: pointer
}

img {
    max-width: 100%
}

.nav-panel-main-child-all a,
.nav-panel-main-child-heading-button,
.nav-panel-main-child-item-button,
.nav-panel-main-heading-button,
.nav-panel-main-sub-child-all a,
.nav-panel-main-sub-child-item a,
.nav-panel-sub-heading-button,
nav .fa.fa-chevron-down,
nav .fa.fa-chevron-left,
nav .fa.fa-chevron-right {
    cursor: pointer
}

.site-header,
.site-header a,
.site-header button {
    font-family: Montserrat, sans-serif
}

.site-header a:hover,
.site-header button:hover,
.site-header:hover {
    text-decoration: none
}

.contact-button,
.nav-panel-main-child-all a,
.nav-panel-main-heading-button,
.nav-panel-main-sub-child-all a,
.nav-panel-main-sub-child-item a,
.nav-panel-sub-heading-button,
.nav-panel-sub-item-link a,
nav .rn {
    color: #000
}

.nav-panel-main-child-heading-button,
.nav-panel-main-sub-child-heading-button {
    color: #900
}

.nav-panel-main-child-all a,
.nav-panel-main-child-heading-button,
.nav-panel-main-heading-button,
.nav-panel-main-sub-child-all a,
.nav-panel-main-sub-child-heading-button {
    font-size: 15px;
    text-transform: uppercase
}

.nav-panel-main-child-item-button,
.nav-panel-main-sub-child-item a,
.nav-panel-sub-item-link a {
    font-size: 12px;
    text-transform: capitalize
}

.contact-button,
.nav-panel-sub-heading-button,
.nav-panel-sub-item-link a {
    font-size: 13px
}

.contact-button,
.nav-panel-main-child-all a,
.nav-panel-main-child-heading-button,
.nav-panel-main-heading-button,
.nav-panel-main-sub-child-all a,
.nav-panel-main-sub-child-heading-button,
.nav-panel-sub-heading-button {
    font-weight: 600
}

.nav-panel-main-child-item-button,
.nav-panel-main-sub-child-item a,
.nav-panel-sub-item-link a {
    font-weight: 400
}

.nav-panel-main.second .nav-panel-main-sub-child-item a:active,
.nav-panel-main.second .nav-panel-main-sub-child-item a:hover {
    color: #900;
    font-weight: 600;
    text-decoration: none
}

nav .fa {
    font-size: 1.2rem
}

nav .nav-row.sub .fa:not(.fa-chevron-down) {
    font-size: 2rem
}

.search-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 18px;
    height: 18px;
    color: #fff;
    border: 2px solid;
    border-radius: 100%;
    transition: all .3s ease-out
}

.search-icon::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 11px;
    left: 14px
}

.hamburger-icon {
    cursor: pointer
}

.hamburger-icon .bar {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 2px
}

.hamburger-icon .bar.bot {
    margin-bottom: 0
}

.navbar-logo {
    transition: color .3s ease-out
}

.navbar-logo:hover {
    text-decoration: none;
    color: #900
}

.navbar-logo:active {
    color: #000
}

nav.navigation-utils {
    position: relative;
    z-index: 2;
    height: 100%
}

nav.navigation-utils .nav-constraint {
    align-items: center;
    justify-content: space-between
}

nav.navigation .nav-constraint {
    display: flex;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px
}

nav.navigation ul.nav-panel-main-child .nav-panel-main-child-heading-button,
nav.navigation ul.nav-panel-main-child .nav-panel-main-sub-child-heading-button {
    position: relative;
    justify-content: center
}

nav.navigation ul.nav-panel-main-child .nav-panel-main-child-heading-button .previous-level,
nav.navigation ul.nav-panel-main-child .nav-panel-main-sub-child-heading-button .previous-level {
    position: absolute;
    left: 0
}

nav.navigation ul.nav-panel-main-child .nav-panel-main-child-all,
nav.navigation ul.nav-panel-main-child .nav-panel-main-sub-child-all {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9 !important
}

nav.navigation .nav-col.icons {
    width: 18px;
    transition: width .3s ease-out
}

nav.navigation .nav-col.icons ul li {
    display: none
}

nav.navigation .nav-col.icons ul li>span {
    display: none
}

nav.navigation .nav-col.icons ul li.menu {
    display: inline-block
}

nav.navigation .nav-col.brand .ra {
    color: #fff;
    font-size: 2rem;
    transition: color .3s ease-out
}

nav.navigation .nav-col.cta button.search-toggle {
    display: inline-block;
    padding: 0;
    color: #fff;
    transition: margin-right .3s ease-out
}

nav.navigation .nav-col.cta a.btn {
    display: none
}

nav.navigation .nav-panel-main {
    z-index: 2;
    position: fixed;
    top: 82px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 81px);
    overflow-y: auto;
    padding: 0 20px 50px;
    background-color: #fff;
    transition: left .3s ease !important
}

nav.navigation .nav-panel-main.slide-in {
    left: 0 !important
}

nav.navigation-main {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    height: calc(100vh - 81px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f3f3f3;
    transition: left .3s ease-out
}

nav.navigation-main .close-icon-desktop {
    display: none
}

nav.navigation-main .nav-constraint {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

nav.navigation-main .nav-row.bottom {
    width: 100%
}

ul.nav-links-list {
    padding: 20px 20px 0;
    background-color: #fff
}

ul.nav-links-list li {
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #d9d9d9
}

ul.nav-links-list li:last-child {
    border-bottom: none
}

ul.nav-links-list li button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0
}

.nav-row.sub {
    padding: 34px 0 0
}

.nav-row.sub>ul>li {
    padding: 30px 20px 0
}

.nav-row.sub>ul:first-child>li:first-child {
    padding-top: 0
}

.nav-row.sub .nav-links-list-additonal-item {
    transition: all .3s ease-out
}

.nav-row.sub .nav-links-list-additonal-item .toggle-dropdown {
    transition: transform .3s ease-out
}

.nav-row.sub .nav-links-list-additonal-item.toggle-open {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9
}

.nav-row.sub .nav-links-list-additonal-item.toggle-open .toggle-dropdown {
    transform: rotate(180deg)
}

.nav-row.sub .nav-links-list-additonal-item.toggle-open .nav-panel-sub-heading-button {
    padding-bottom: 10px
}

.nav-row.sub .nav-links-list-additonal-item.toggle-open .nav-row-sub-panel {
    max-height: 400px
}

.nav-row.sub button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0
}

.nav-row.sub button.contact-button {
    justify-content: flex-start
}

.nav-row.sub button.contact-button i.rn {
    height: auto;
    width: auto;
    margin-right: 10px;
    font-size: 17px
}

.nav-row.sub button.contact-button i.rn::before {
    color: #000
}

.nav-row.sub button.contact-button .flag-circle-btn {
    position: relative;
    top: -5px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px
}

.nav-row-sub-panel {
    overflow-y: hidden;
    max-height: 0;
    transition: max-height .3s ease-out
}

.nav-row-sub-panel li {
    padding: 11px 0
}

.nav-footer {
    padding: 4rem 2rem 8rem
}

.nav-footer ul {
    display: flex;
    align-items: center;
    margin-left: -83px !important;
    justify-content: center;
    padding: 20px 0 !important;
    /* border-top: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d9; */
}

.nav-footer ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    margin: 0 5px;
    /* border: 1px solid #000; */
    /* border-radius: 50%; */
}

.nav-footer ul li a i.fa {
    font-size: 2rem
}

.search-main-container {
    overflow-y: auto;
    z-index: 5;
    position: absolute;
    left: -100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 81px);
    padding: 1.4rem 2rem 0;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    transition: left .3s ease-out
}

.search-main-container>form {
    position: relative;
    width: 100%
}

.search-main-container .form-group {
    position: relative;
    float: none;
    margin: 0
}

.search-main-container .input-group {
    position: relative;
    display: block;
    height: 61px;
    background-color: #f4f4f4
}

.search-main-container .input-group-addon {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px !important;
    height: 100%;
    padding: 1rem;
    background-color: #f4f4f4 !important;
    border: none
}

.search-main-container .input-group-addon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 26px;
    background-color: #b8b8b8
}

.search-main-container .input-group-addon .search-icon {
    color: #b8b8b8
}

.search-main-container form .input-group .form-control {
    float: none;
    height: 100%;
    padding-left: 60px;
    color: #000;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 1.2rem !important;
    font-weight: 400
}

.search-main-container form .input-group+.btn {
    position: absolute;
    z-index: 3333;
    top: 50%;
    right: 1rem;
    padding: 0;
    margin: 0;
    font-size: 3rem;
    transform: translateY(-50%)
}

.search-main-container form .input-group+.btn::after {
    content: none
}

.search-main-container .search-container {
    width: 100%
}

.search-results.visible {
    display: block !important;
    width: 100% !important;
    max-height: 100vh !important;
    padding-top: 2rem;
    position: relative !important
}

header.site-header.menu-open::after {
    left: 0
}

header.site-header.menu-open .navigation-utils>.nav-constraint {
    justify-content: flex-start
}

header.site-header.menu-open .navigation-utils .icons {
    width: 0;
    overflow: hidden
}

header.site-header.menu-open .navigation-utils .brand .ra {
    color: #900
}

header.site-header.menu-open .navigation-utils .cta {
    margin-left: auto
}

header.site-header.menu-open .navigation-utils .cta .search-toggle {
    margin-right: 1.5rem
}

header.site-header.menu-open .navigation-utils .cta .search-toggle .search-icon {
    width: 11px;
    height: 11px;
    color: #000;
    border: 1px solid
}

header.site-header.menu-open .navigation-utils .cta .search-toggle .search-icon::after {
    top: 7px;
    left: 9px;
    width: 1px;
    height: 5px
}

header.site-header.menu-open .navigation-utils .cta .close-menu {
    cursor: pointer;
    position: relative;
    width: 13px;
    height: 13px
}

header.site-header.menu-open .navigation-utils .cta .close-menu .bar {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    display: block;
    width: 13px;
    height: 1px;
    background-color: #900
}

header.site-header.menu-open .navigation-utils .cta .close-menu .bar.bar-left {
    transform: rotate(45deg)
}

header.site-header.menu-open .navigation-main {
    left: 0;
    border-top: 1px solid #d9d9d9
}

body.nav-solid header.site-header,
header.site-header.menu-open-desktop:not(.menu-open) {
    background-color: #fff
}

body.nav-solid header.site-header .nav-col.icons .bar,
header.site-header.menu-open-desktop:not(.menu-open) .nav-col.icons .bar {
    background-color: #000
}

body.nav-solid header.site-header .nav-col.cta .search-toggle .search-icon,
header.site-header.menu-open-desktop:not(.menu-open) .nav-col.cta .search-toggle .search-icon {
    color: #000
}

body.nav-solid header.site-header .nav-col.brand .ra,
header.site-header.menu-open-desktop:not(.menu-open) .nav-col.brand .ra {
    color: #900
}

.search-main-container.open {
    left: 0
}

.modal.currency-language-modal,
.modal.nav-contact-modal {
    position: absolute;
    top: 81px;
    z-index: 4000;
    width: 100vw;
    height: calc(100vh - 81px);
    box-shadow: none;
    border-top: 1px solid #d6d6d6
}

.modal.currency-language-modal .modal-inner,
.modal.nav-contact-modal .modal-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6rem;
    background-color: #fff
}

.modal.currency-language-modal .modal-inner .centered,
.modal.nav-contact-modal .modal-inner .centered {
    max-width: 275px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal.currency-language-modal .modal-inner .modal-title,
.modal.nav-contact-modal .modal-inner .modal-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center
}

.modal.currency-language-modal .modal-inner .select-wrapper,
.modal.nav-contact-modal .modal-inner .select-wrapper {
    position: relative
}

.modal.currency-language-modal .modal-inner .flag-circle,
.modal.nav-contact-modal .modal-inner .flag-circle {
    position: absolute;
    top: 10px;
    left: calc(50% - 45px);
    height: 11px;
    width: 11px
}

.modal.currency-language-modal .modal-inner .flag-circle img,
.modal.nav-contact-modal .modal-inner .flag-circle img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.modal.currency-language-modal .modal-inner .modal-selects,
.modal.nav-contact-modal .modal-inner .modal-selects {
    max-width: 250px;
    width: 100%
}

.modal.currency-language-modal .modal-inner .modal-selects select,
.modal.nav-contact-modal .modal-inner .modal-selects select {
    position: relative;
    height: 33px;
    width: 100%;
    margin-bottom: 1.8rem;
    padding: 0 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 11px !important;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.modal.currency-language-modal .modal-inner .modal-selects option,
.modal.nav-contact-modal .modal-inner .modal-selects option {
    background-color: #fff;
    color: #000
}

.modal.currency-language-modal .modal-inner .modal-selects .select-wrapper,
.modal.nav-contact-modal .modal-inner .modal-selects .select-wrapper {
    position: relative
}

.modal.currency-language-modal .modal-inner .modal-selects .select-wrapper::after,
.modal.nav-contact-modal .modal-inner .modal-selects .select-wrapper::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 10px;
    right: 17px;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.modal.currency-language-modal .modal-inner .modal-body-copy,
.modal.nav-contact-modal .modal-inner .modal-body-copy {
    width: 100%;
    text-align: center
}

.modal.currency-language-modal .modal-inner .modal-body-copy a,
.modal.currency-language-modal .modal-inner .modal-body-copy p,
.modal.nav-contact-modal .modal-inner .modal-body-copy a,
.modal.nav-contact-modal .modal-inner .modal-body-copy p {
    margin-bottom: 0;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 300
}

.modal.currency-language-modal .modal-inner .modal-body-copy .number-title,
.modal.currency-language-modal .modal-inner .modal-body-copy .open,
.modal.currency-language-modal .modal-inner .modal-body-copy strong,
.modal.nav-contact-modal .modal-inner .modal-body-copy .number-title,
.modal.nav-contact-modal .modal-inner .modal-body-copy .open,
.modal.nav-contact-modal .modal-inner .modal-body-copy strong {
    font-weight: 600
}

.modal.currency-language-modal .modal-inner .modal-body-copy .number-title,
.modal.currency-language-modal .modal-inner .modal-body-copy strong,
.modal.nav-contact-modal .modal-inner .modal-body-copy .number-title,
.modal.nav-contact-modal .modal-inner .modal-body-copy strong {
    margin-right: 4px
}

.modal.currency-language-modal .modal-inner .modal-body-copy .local-number,
.modal.nav-contact-modal .modal-inner .modal-body-copy .local-number {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal.currency-language-modal .modal-inner .modal-body-copy .open,
.modal.nav-contact-modal .modal-inner .modal-body-copy .open {
    text-transform: uppercase
}

.modal.currency-language-modal .modal-inner .modal-body-copy #navCallUs,
.modal.nav-contact-modal .modal-inner .modal-body-copy #navCallUs {
    margin-top: 4rem
}

.modal.currency-language-modal .modal-inner .modal-body-copy .flag-icon,
.modal.nav-contact-modal .modal-inner .modal-body-copy .flag-icon {
    display: none
}

.modal.currency-language-modal .modal-inner .modal-buttons,
.modal.nav-contact-modal .modal-inner .modal-buttons {
    width: 100%;
    text-align: center
}

.modal.currency-language-modal .modal-inner .modal-buttons .btn,
.modal.nav-contact-modal .modal-inner .modal-buttons .btn {
    max-width: 190px;
    width: 100%;
    margin-top: 1rem;
    padding: 1.1rem 2rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    border-radius: 0;
    border: 1px solid #900;
    transition: all .3s ease-out
}

.modal.currency-language-modal .modal-inner .modal-buttons .btn:hover,
.modal.nav-contact-modal .modal-inner .modal-buttons .btn:hover {
    background-color: transparent;
    border-color: #000
}

.modal.currency-language-modal .currency-language-modal-close,
.modal.currency-language-modal .nav-contact-modal-close,
.modal.nav-contact-modal .currency-language-modal-close,
.modal.nav-contact-modal .nav-contact-modal-close {
    display: none
}

#pc-cookie-notice {
    position: fixed;
    bottom: 1.5rem;
    z-index: 1040;
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 15px 20px;
    background: #fff;
    color: #272727;
    text-align: left;
    font-size: 1.4rem !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(1, 1, 1, .19);
    box-shadow: 0 2px 15px 0 rgba(1, 1, 1, .19)
}

#pc-cookie-notice #pc-icon {
    display: none
}

#pc-cookie-notice #pc-message {
    display: block;
    height: 100%;
    line-height: 1.4
}

#pc-cookie-notice #pc-message a {
    color: #900;
    text-decoration: none;
    font-weight: 600
}

#pc-cookie-notice #pc-button {
    display: block;
    margin-top: 2rem
}

#pc-cookie-notice #pc-button button {
    width: 100%;
    padding: 8px 10px;
    color: #fff;
    background: #900;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: initial
}

body,
html {
    position: relative
}

body.no-scroll,
html.no-scroll {
    position: sticky;
    margin: 0;
    overflow-y: hidden;
    width: 100%;
    height: 100%
}

body.no-scroll::before,
html.no-scroll::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5)
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

html.no-scroll {
    height: auto;
    position: relative
}

body {}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Gotham SSm', sans-serif;


}

.heading {
    letter-spacing: 3px;
    font-size: 1.5rem;
    font-family: "Euclid Square Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(39, 39, 39);
    text-transform: uppercase;
}

h1 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.9rem;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, .5) */
    font-family: title !important;
}

h2 {
    font-weight: 300;
    font-size: 2.4rem
}

h3 {
    font-weight: 300;
    font-size: 2rem
}

h4 {
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 2.4rem
}

h5 {
    font-weight: 300;
    font-size: 1.6rem
}

h6 {
    font-size: 1.5rem
}

body,
ol,
p,
ul {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem
}

p {
    font-family: Muli, sans-serif;
    margin-bottom: 1em
}

ol,
ul {
    font-family: inherit
}

q {
    font-family: Muli, sans-serif;
    font-size: 16pt;
    font-weight: 300;
    font-style: italic
}

small {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    color: #828282
}

i.prepend {
    margin-right: .5em
}

i.append {
    margin-left: .5em
}

a {
    color: #900;
    text-decoration: none
}



a:focus {
    outline: 0
}

a.disabled {
    pointer-events: none;
    cursor: default
}

@media screen and (max-width:1199px) {

    input,
    select,
    textarea {
        font-size: 16px !important;
        line-height: 1.2 !important
    }
}

section {
    /* text-align: center; */
    /* padding-top: 3em;
    padding-bottom: 5em */
}

section .section-title {
    line-height: 1.3em
}

@media screen and (min-width:350px) {
    section .section-title {
        padding: 0 1em
    }
}

.hidden-mobile {
    display: none !important
}

.btn {
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    padding: 1.4em 1.8em;
    text-transform: uppercase;
    letter-spacing: .05em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (min-width:768px) {
    .btn {
        padding: 1.4em 2em
    }
}

@media screen and (min-width:992px) {
    .btn {
        padding: 1.2em 2em
    }
}

@media screen and (min-width:1900px) {
    .btn {
        padding: 1.2em 2.5em;
        font-size: 1.3rem
    }
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 4px 3px #d8d8d8
}

.btn.icon {
    position: relative
}

.btn.btn-success.hover,
.btn.btn-success:hover {
    background-color: #fff;
    color: #272727
}

.btn.btn-info {
    color: #272727
}

.btn.btn-info.hover,
.btn.btn-info:hover {
    background-color: #66944c;
    border-color: #66944c;
    color: #fff
}

.btn.btn-default-with-border {
    color: #272727;
    border-color: rgba(39, 39, 39, .7)
}

.btn.btn-default-with-border.hover,
.btn.btn-default-with-border:hover {
    border-color: #272727;
    background-color: #272727;
    color: #fff
}

.btn.btn-default {
    color: #272727
}

.btn.btn-default.hover,
.btn.btn-default:hover {
    border-color: #272727;
    background-color: #272727;
    color: #fff
}

.btn.btn-danger {
    color: #272727
}

.btn.btn-danger.focus,
.btn.btn-danger.hover,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    background-color: #272727;
    color: #fff
}

.btn.btn-link {
    color: #272727;
    font-weight: 700;
    padding: .6em 1.3em;
    margin-top: .6em;
    margin-bottom: .6em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn.btn-link::after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em
}

@media screen and (min-width:1200px) {
    .btn.btn-link::after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.btn.btn-link.active.focus,
.btn.btn-link.active:focus,
.btn.btn-link.focus,
.btn.btn-link.hover,
.btn.btn-link:active.focus,
.btn.btn-link:active:focus,
.btn.btn-link:focus,
.btn.btn-link:hover {
    box-shadow: none;
    text-decoration: none
}

@media screen and (min-width:1200px) {

    .btn.btn-link.active.focus::after,
    .btn.btn-link.active:focus::after,
    .btn.btn-link.focus::after,
    .btn.btn-link.hover::after,
    .btn.btn-link:active.focus::after,
    .btn.btn-link:active:focus::after,
    .btn.btn-link:focus::after,
    .btn.btn-link:hover::after {
        margin-left: 1em;
        margin-right: 0
    }
}

.btn.btn-link.text-red {
    color: #900
}

.btn.btn-link.text-red.hover,
.btn.btn-link.text-red:hover {
    color: #272727
}

.btn.btn-med {
    background-color: rgba(0, 0, 0, .1);
    color: #272727;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-med.hover,
.btn.btn-med:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #272727;
    border-color: rgba(0, 0, 0, .2)
}

.btn.btn-med.hover,
.btn.btn-med:active {
    background-color: rgba(0, 0, 0, .35);
    color: #272727;
    border-color: rgba(0, 0, 0, .35)
}

.btn.btn-toggle {
    padding: 0;
    width: 27px;
    height: 27px;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 .5em;
    position: relative;
    bottom: 3px;
    line-height: 2.3rem
}

.btn.btn-toggle i {
    line-height: 25px
}

.btn.btn-gray {
    padding: .5rem 1rem;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #272727;
    text-transform: initial
}

.btn.btn-gray i {
    margin-left: 5px
}

.btn.btn-red-outline {
    padding: .5rem 2rem;
    color: #900;
    border: 1px solid #900;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-transform: initial
}

.btn.btn-red-outline:hover {
    background-color: rgba(153, 0, 0, .1)
}

.btn.btn-collapse {
    background-color: transparent;
    margin-top: -1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.2rem;
    padding: 2px 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.btn.btn-collapse.active.focus,
.btn.btn-collapse.active:focus,
.btn.btn-collapse.focus,
.btn.btn-collapse.hover,
.btn.btn-collapse:active.focus,
.btn.btn-collapse:active:focus,
.btn.btn-collapse:focus,
.btn.btn-collapse:hover {
    background-color: #f0f0f0;
    box-shadow: inset 0 2px 1px 1px rgba(39, 39, 39, .3)
}

.btn.btn-gallery:before {
    content: "\e926";
    font-family: RhinoAfrica;
    padding-right: 5px
}

.btn.btn-video-toggle:before {
    content: "\e92b";
    font-family: RhinoAfrica;
    padding-right: 5px
}

.btn.btn-map:before {
    content: "\e919";
    font-family: RhinoAfrica;
    padding-right: 5px
}

.btn.btn-gallery,
.btn.btn-map,
.btn.btn-video-toggle {
    border-color: #f0f0f0;
    background: rgba(39, 39, 39, .7);
    padding: .8em 2em;
    margin-top: 5px;
    margin-bottom: 5px
}

.btn.btn-gallery:before,
.btn.btn-map:before,
.btn.btn-video-toggle:before {
    font-size: 1.6em;
    vertical-align: -.15em
}

.btn.btn-gallery.hover,
.btn.btn-gallery:hover,
.btn.btn-map.hover,
.btn.btn-map:hover,
.btn.btn-video-toggle.hover,
.btn.btn-video-toggle:hover {
    border-color: #272727;
    background-color: #272727;
    color: #fff
}

.btn.btn-gallery.btn-light,
.btn.btn-map.btn-light,
.btn.btn-video-toggle.btn-light {
    color: #272727;
    background: rgba(240, 240, 240, .8);
    border-color: #272727
}

.btn.btn-gallery.btn-light.hover,
.btn.btn-gallery.btn-light:hover,
.btn.btn-map.btn-light.hover,
.btn.btn-map.btn-light:hover,
.btn.btn-video-toggle.btn-light.hover,
.btn.btn-video-toggle.btn-light:hover {
    background-color: #f0f0f0
}

.btn.btn-outline {
    padding: .3rem 1.2rem;
    background-color: transparent;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: initial;
    font-size: 1.2rem;
    font-weight: 600
}

.btn.btn-outline i {
    margin-right: .5rem
}

.btn.btn-primary-outline {
    background-color: #fff;
    color: #900;
    border-color: rgba(153, 0, 0, .7)
}

.btn.btn-primary-outline:active,
.btn.btn-primary-outline:hover {
    background-color: #fff;
    color: #900
}

.btn.btn-primary-outline:hover {
    border-color: #900
}

.btn.btn-primary-outline:focus {
    outline: 0;
    box-shadow: none
}

form .select-wrapper {
    width: 100%;
    float: left
}

form .select-wrapper .chosen-dd {
    height: 52px;
    padding: 10px 12px;
    padding-right: calc(52px + 12px);
    border-color: #272727;
    background-image: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form .chosen-container-multi,
form .chosen-container-single,
form .select-wrapper:not(.select-multi) {
    position: relative
}

form .chosen-container-multi::before,
form .chosen-container-single::before,
form .select-wrapper:not(.select-multi)::before {
    font-family: RhinoAfrica;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 52px;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    padding: 14px 9px;
    pointer-events: none;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

form .chosen-container .chosen-single {
    padding: 12px 62px 12px 10px;
    height: 52px;
    line-height: 28px;
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem;
    background: 0 0
}

form .chosen-container .chosen-single span {
    margin-right: 0
}

form .chosen-container .chosen-drop {
    padding: 10px 12px;
    border-color: #272727;
    border-top: 1px;
    margin-top: 0
}

form .chosen-container .chosen-drop .chosen-results .highlighted {
    background: none 3px center/19px 19px no-repeat;
    background-color: #f0f0f0;
    color: inherit
}

form .tagselect-container .check::before {
    -webkit-transition: all .2s, border-color 80ms;
    -o-transition: all .2s, border-color 80ms;
    transition: all .2s, border-color 80ms
}

form .tagselect-container .check::after {
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.text-red {
    color: #900
}

.text-white {
    color: #fff
}

.color-gray-darker {
    background-color: #232323
}

.color-gray-dark {
    background-color: #272727
}

.color-gray-lighter {
    background-color: #f2f2f2
}

.color-red {
    background-color: #900
}

.color-white {
    background-color: #fff
}

.grayscale-filter {
    filter: grayscale(1);
    -webkit-filter: grayscale(1)
}

.owl-carousel {
    touch-action: manipulation
}

.owl-carousel .owl-dot:focus,
.owl-carousel .owl-next:focus,
.owl-carousel .owl-prev:focus {
    outline: 0
}

.carousel-layout .listing-cards.as-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.lazy-bg {
    background-image: none !important
}

@font-face {
    font-family: RhinoAfricaFacilities;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.eot?w4jemy);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.eot?w4jemy#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.ttf?w4jemy) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.woff?w4jemy) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.svg?w4jemy#RhinoAfricaFacilities) format("svg");
    font-weight: 400;
    font-style: normal
}

.rf {
    font-family: RhinoAfricaFacilities !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rf-complimentary:before {
    content: ""
}

.rf-24h-service:before {
    content: ""
}

.rf-card-facility:before {
    content: ""
}

.rf-shower:before {
    content: ""
}

.rf-village:before {
    content: ""
}

.rf-ice:before {
    content: ""
}

.rf-archery:before {
    content: ""
}

.rf-art-gallery:before {
    content: ""
}

.rf-plug:before {
    content: ""
}

.rf-badminton:before {
    content: ""
}

.rf-braai:before {
    content: ""
}

.rf-beach:before {
    content: ""
}

.rf-products:before {
    content: ""
}

.rf-bicycle:before {
    content: ""
}

.rf-billiards:before {
    content: ""
}

.rf-bird-hide:before {
    content: ""
}

.rf-boat:before {
    content: ""
}

.rf-bowling:before {
    content: ""
}

.rf-ten-pin-bowling:before {
    content: ""
}

.rf-bucket-shower:before {
    content: ""
}

.rf-room-service:before {
    content: ""
}

.rf-canoe:before {
    content: ""
}

.rf-car-wash:before {
    content: ""
}

.rf-dice:before {
    content: ""
}

.rf-fan:before {
    content: ""
}

.rf-chapel:before {
    content: ""
}

.rf-cigar:before {
    content: ""
}

.rf-movie:before {
    content: ""
}

.rf-computer:before {
    content: ""
}

.rf-bell:before {
    content: ""
}

.rf-card:before {
    content: ""
}

.rf-media:before {
    content: ""
}

.rf-fishing:before {
    content: ""
}

.rf-disabled:before {
    content: ""
}

.rf-scuba:before {
    content: ""
}

.rf-lift:before {
    content: ""
}

.rf-tap:before {
    content: ""
}

.rf-ticket:before {
    content: ""
}

.rf-bed:before {
    content: ""
}

.rf-fireplace:before {
    content: ""
}

.rf-toilet:before {
    content: ""
}

.rf-exchange:before {
    content: ""
}

.rf-hike:before {
    content: ""
}

.rf-game-drive:before {
    content: ""
}

.rf-garden:before {
    content: ""
}

.rf-gazebo:before {
    content: ""
}

.rf-power:before {
    content: ""
}

.rf-golf:before {
    content: ""
}

.rf-condiments:before {
    content: ""
}

.rf-running-water:before {
    content: ""
}

.rf-horse:before {
    content: ""
}

.rf-warm-beverage:before {
    content: ""
}

.rf-clean:before {
    content: ""
}

.rf-medic:before {
    content: ""
}

.rf-hospital:before {
    content: ""
}

.rf-sauna-spa:before {
    content: ""
}

.rf-jacuzzi:before {
    content: ""
}

.rf-kosher:before {
    content: ""
}

.rf-sports:before {
    content: ""
}

.rf-lapa:before {
    content: ""
}

.rf-garage:before {
    content: ""
}

.rf-lounge:before {
    content: ""
}

.rf-look-out:before {
    content: ""
}

.rf-phone:before {
    content: ""
}

.rf-mosquito-net:before {
    content: ""
}

.rf-mountain-bike:before {
    content: ""
}

.rf-venue:before {
    content: ""
}

.rf-night-club:before {
    content: ""
}

.rf-pet:before {
    content: ""
}

.rf-photography:before {
    content: ""
}

.rf-piano:before {
    content: ""
}

.rf-picnic:before {
    content: ""
}

.rf-pilates-yoga:before {
    content: ""
}

.rf-luggage-service:before {
    content: ""
}

.rf-yacht:before {
    content: ""
}

.rf-private-chef:before {
    content: ""
}

.rf-cinema:before {
    content: ""
}

.rf-karaoke:before {
    content: ""
}

.rf-quad-bike:before {
    content: ""
}

.rf-no-smoking:before {
    content: ""
}

.rf-vineyard:before {
    content: ""
}

.rf-safe:before {
    content: ""
}

.rf-solar-power:before {
    content: ""
}

.rf-telescope:before {
    content: ""
}

.rf-tv:before {
    content: ""
}

.rf-table-tennis:before {
    content: ""
}

.rf-compass:before {
    content: ""
}

.rf-desk:before {
    content: ""
}

.rf-under-floor-heating:before {
    content: ""
}

.rf-wedding:before {
    content: ""
}

.rf-heat:before {
    content: ""
}

.rf-i-pod:before {
    content: ""
}

.rf-cot:before {
    content: ""
}

.rf-day-room:before {
    content: ""
}

.rf-transfers:before {
    content: ""
}

.rf-helipad:before {
    content: ""
}

.rf-pool:before {
    content: ""
}

.rf-spa:before {
    content: ""
}

.rf-shop:before {
    content: ""
}

.rf-tennis:before {
    content: ""
}

.rf-restaurant:before {
    content: ""
}

.rf-parking:before {
    content: ""
}

.rf-wifi:before {
    content: ""
}

.rf-bar:before {
    content: ""
}

.rf-gym:before {
    content: ""
}

.rf-24h-security:before {
    content: ""
}

.rf-deck:before {
    content: ""
}

.rf-laundry:before {
    content: ""
}

.rf-wine-cellar:before {
    content: ""
}

.rf-business-facilities:before {
    content: ""
}

.rf-library:before {
    content: ""
}

.rf-kids-club:before {
    content: ""
}

.rf-boma:before {
    content: ""
}

@font-face {
    font-family: RhinoAfricaUSPs;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.eot?rwl9nq);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.eot?rwl9nq#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.ttf?rwl9nq) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.woff?rwl9nq) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.svg?rwl9nq#RhinoAfricaUSPs) format("svg");
    font-weight: 400;
    font-style: normal
}

.ru {
    font-family: RhinoAfricaUSPs !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ru-awards:before {
    content: ""
}

.ru-made-in-africa:before {
    content: ""
}

.ru-price-guarantee:before {
    content: ""
}

.ru-doing-good:before {
    content: ""
}

.ru-financial-protection:before {
    content: ""
}

.ru-accreditations:before {
    content: ""
}

.ru-tailor-made:before {
    content: ""
}

.ru-expert-advice:before {
    content: ""
}

.nav.nav-contextual {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.section-banner {
    position: relative;
    color: #fff;
    display: table;
    padding-top: 4em;
    background-position: center;
    background-size: cover;
    height: calc(75vh);
    width: 100%
}

.section-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    z-index: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
    filter: alpha(opacity=.25);
    -moz-opacity: .25;
    -khtml-opacity: .25;
    opacity: .25
}

.section-banner .banner-center {
    display: table-cell;
    vertical-align: middle;
    z-index: 1
}

.section-banner .banner-center .container-fluid {
    padding-left: 25px;
    padding-right: 25px
}

.section-banner .container-fluid .price {
    font-size: 2.2rem;
    font-family: Montserrat, sans-serif
}

.section-banner .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 15px 18px;
    z-index: 2;
    text-align: left
}

.section-banner .footer.adjusted {
    padding-left: 10px;
    padding-bottom: 25px
}

.section-banner .footer p {
    margin-bottom: 0
}

.section-banner .footer button {
    height: 40px
}

.section-banner .footer button.btn-gallery,
.section-banner .footer button.btn-video-toggle {
    width: 40px;
    margin-right: 20px;
    padding: 0
}

.section-banner .footer button.btn-gallery:before,
.section-banner .footer button.btn-video-toggle:before {
    padding-right: 0;
    font-size: 2rem
}

.section-banner .footer button span {
    display: none
}

.section-banner .footer .btn-quote {
    position: relative;
    padding: 1.1em 2em;
    font-size: 1rem
}

.section-banner .footer .btn-quote:after {
    font-family: RhinoAfrica !important;
    content: '\e91c';
    vertical-align: middle;
    margin-left: 5px
}

.section-banner .lightgallery.videos {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0
}

.section-banner p~.btn {
    margin-top: 5px
}

.ribbon {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    height: 105px;
    width: 105px
}

.ribbon.right {
    right: 0
}

.ribbon.right span {
    right: -35px;
    left: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon span {
    display: block;
    position: absolute;
    top: 25px;
    left: -35px;
    width: 150px;
    padding: 0 20px;
    overflow: hidden;
    background: #900;
    color: #fff;
    line-height: 2.4em;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon.banner {
    top: 0;
    width: 150px;
    height: 150px
}

.ribbon.banner span {
    top: 30px;
    left: -40px;
    width: 170px;
    line-height: 2.8em;
    font-size: 1.3rem
}

.ribbon.banner.right {
    right: 0
}

.ribbon.banner.right span {
    right: -40px
}

.triangle-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .triangle-ribbon {
        width: 200px;
        height: 200px
    }
}

.triangle-ribbon:after {
    content: "";
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    width: 142px;
    height: 142px;
    background: 0 0;
    background: -moz-linear-gradient(top, #c90000 65%, #900 100%);
    background: -webkit-linear-gradient(top, #c90000 65%, #900 100%);
    background: linear-gradient(to bottom, #c90000 65%, #900 100%);
    top: -71px;
    left: -71px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2), rgba(0, 0, 0, .35) 0 0 100px inset
}

@media screen and (min-width:768px) {
    .triangle-ribbon:after {
        width: 284px;
        height: 284px;
        top: -142px;
        left: -142px
    }
}

.triangle-ribbon.gray-ribbon:after {
    background: 0 0;
    background: -moz-linear-gradient(top, #4a4a4a 20%, #828282 100%);
    background: -webkit-linear-gradient(top, #4a4a4a 20%, #828282 100%);
    background: linear-gradient(to bottom, #4a4a4a 20%, #828282 100%)
}

.triangle-ribbon .content {
    position: absolute;
    z-index: 2;
    top: 19px;
    left: -10px;
    width: 85px;
    height: 30px;
    overflow: hidden;
    color: #fff !important;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.2rem;
    font-size: .7rem;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .triangle-ribbon .content {
        top: 39px;
        left: -9px;
        width: 150px;
        height: 60px;
        line-height: 1.8rem;
        font-size: 1.3rem
    }
}

.triangle-ribbon .content.single {
    top: 30px;
    left: -5px;
    width: 100px;
    height: 30px;
    line-height: 1.6rem;
    font-size: 1.1rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .triangle-ribbon .content.single {
        top: 50px;
        left: -20px;
        width: 180px;
        height: 30px;
        line-height: 2.2rem;
        font-size: 2rem
    }
}

.triangle-ribbon .content span {
    display: block
}

.triangle-ribbon .content span.main-text {
    font-weight: 700;
    line-height: 1.7rem;
    font-size: .95rem
}

@media screen and (min-width:768px) {
    .triangle-ribbon .content span.main-text {
        line-height: 3.2rem;
        font-size: 1.7rem
    }
}

.triangle-ribbon.right {
    right: 0;
    left: auto
}

.triangle-ribbon.right:after {
    left: auto;
    top: -71px;
    right: -71px
}

@media screen and (min-width:768px) {
    .triangle-ribbon.right:after {
        top: -142px;
        right: -142px
    }
}

.triangle-ribbon.right .text {
    right: 0;
    left: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.triangle-ribbon.right .content {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: -10px
}

@media screen and (min-width:768px) {
    .triangle-ribbon.right .content {
        right: -5px
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small {
        width: 133.33333px;
        height: 133.33333px
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small:after {
        width: 189.33333px;
        height: 189.33333px;
        top: -94.66667px;
        left: -94.66667px
    }
}

.triangle-ribbon.small .content.single {
    top: 30px;
    left: -5px;
    width: 100px;
    height: 30px;
    line-height: 1.6rem;
    font-size: 1.1rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small .content.single {
        top: 40px;
        left: -20px;
        width: 150px;
        height: 30px;
        line-height: 1.6rem;
        font-size: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small .content {
        top: 30px;
        left: 0;
        width: 100px;
        height: 40px;
        line-height: 1.4rem;
        font-size: 1.1rem;
        font-weight: 500
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small .content span.main-text {
        line-height: 2.1rem;
        font-size: 1.9rem
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small.right:after {
        top: -94.66667px;
        right: -94.66667px
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small.right .content {
        top: 30px;
        right: 0;
        left: auto
    }
}

.map-static {
    position: relative;
    display: block
}

@media screen and (min-width:768px) {
    .map-static {
        max-height: 300px
    }
}

@media screen and (min-width:1900px) {
    .map-static {
        max-height: 400px
    }
}

.map-static .map-static-labels {
    background-color: transparent;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    font-size: 75%;
    letter-spacing: 1px;
    text-align: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media screen and (min-width:768px) {
    .map-static .map-static-labels {
        padding: 16px
    }
}

.map-static .map-static-labels li {
    color: #fff;
    padding: 2px 4px;
    margin: 0 4px 4px 0;
    background-color: rgba(39, 39, 39, .8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

@media screen and (min-width:768px) {
    .map-static .map-static-labels li {
        padding: 4px 6px
    }
}

.map-static .map-static-labels li+li:before {
    content: '';
    display: none
}

.map-static .map-static-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    border-radius: 3px
}

.map-static .map-static-footer i {
    width: 52px;
    height: 52px;
    display: inline-block;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {
    .map-static .map-static-footer i {
        width: 60px;
        height: 60px
    }
}

.map-static .map-static-footer .ra {
    padding: 12px 8px;
    background-color: #fff;
    color: #272727;
    font-size: 2.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .map-static .map-static-footer .ra {
        padding: 18px 8px
    }
}

.map-static .map-static-footer .fa {
    font-size: 5.5rem
}

@media screen and (min-width:768px) {
    .map-static .map-static-footer .fa {
        font-size: 6.2rem
    }
}

@media screen and (min-width:1900px) {
    .map-static .map-static-footer .btn {
        padding: .8em 2.5em
    }
}

@media screen and (max-width:767px) {
    .section-breadcrumb {
        padding: 0 !important
    }
}

.section-info {
    text-align: left;
    padding-top: 3em;
    padding-bottom: 3em;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.section-info .info-container {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px
}

.section-info .info-container>h2 {
    margin-top: 0;
    margin-bottom: 25px
}

.section-info .info-container>h4,
.section-info .info-container>h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.section-info .info-container>p:last-child {
    margin-bottom: 0
}

.section-info .info-container h4.subtitle {
    margin-top: 23px;
    margin-bottom: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(130, 130, 130, .3);
    font-weight: 300
}

.section-info .info-container div.subtitle {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.section-info .info-container div.subtitle h5 {
    margin: 0;
    padding-bottom: 0
}

.section-info .media-container {
    padding: 30px 0
}

.section-info .media-container .teaser {
    min-height: 260px;
    margin: 0;
    padding-bottom: 50%
}

@media screen and (min-width:360px) {
    .section-info .media-container .teaser {
        min-height: 320px
    }
}

@media screen and (min-width:400px) {
    .section-info .media-container .teaser {
        min-height: 350px
    }
}

.section-info .media-container .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Montserrat, sans-serif;
    color: #fff;
    background: 0 0;
    background: -moz-linear-gradient(top, transparent 35%, rgba(39, 39, 39, .5) 100%);
    background: -webkit-linear-gradient(top, transparent 35%, rgba(39, 39, 39, .5) 100%);
    background: linear-gradient(to bottom, transparent 35%, rgba(39, 39, 39, .5) 100%)
}

.section-info .media-container .footer i {
    width: 52px;
    height: 52px;
    display: inline-block;
    margin-bottom: 5px
}

.section-info .media-container .footer .ra {
    padding: 12px 8px;
    background-color: #fff;
    color: #272727;
    font-size: 2.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.section-info .media-container .footer .fa {
    font-size: 5.5rem
}

.section-banner {
    text-align: left
}

.section-banner .banner-center p.visible-xs-block {
    margin-bottom: 0
}

.section-banner .banner-center p.tailor-tour {
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.section-banner .banner-center p.tailor-tour.tag,
.section-banner .banner-center p.tailor-tour.tag::after {
    color: #fff;
    border-style: solid;
    background: 0 0;
    background-color: #900;
    border-color: #900;
    background-size: 100%
}

.section-banner .banner-center p.tailor-tour.tag.gray-ribbon,
.section-banner .banner-center p.tailor-tour.tag.gray-ribbon::after {
    background-color: #828282;
    border-color: #828282
}

.section-banner .banner-center p.tailor-tour.tag {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 35px;
    padding: 1rem 2rem 1rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1;
    border-width: 1px 1px 1px 1px;
    -moz-border-radius: 0 12.5px 12.5px 0;
    -webkit-border-radius: 0;
    border-radius: 5px 0 0 5px
}

.section-banner .banner-center p.tailor-tour.tag::after {
    content: "";
    position: absolute;
    display: block
}

.section-banner .banner-center p.tailor-tour.tag::after {
    z-index: -1;
    left: 101%;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 0;
    border-width: 0 1px 1px 0;
    -moz-transform: translate(-18px, -1px) scale(.70711, .70711) rotateZ(-45deg);
    -ms-transform: translate(-18px, -1px) scale(.70711, .70711) rotateZ(-45deg);
    -webkit-transform: translate(-18px, -1px) scale(.70711, .70711) rotateZ(-45deg);
    transform: translate(-18px, -1px) scale(.70711, .70711) rotateZ(-45deg);
    border-radius: 0 0 5px 0
}

.section-banner .footer {
    text-align: left
}

.section-info .media-container {
    padding-bottom: 0
}

.section-info .media-container .media-cols {
    margin: 0
}

.section-info .media-container .two-cols .slide .teaser {
    padding-bottom: 133.34%;
    min-height: auto
}

.section-info .media-container .slide {
    margin: 0;
    padding: 0 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.section-info .media-container .slide .lightgallery {
    margin: 0
}

.section-info .tables-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0
}

.section-info .table-list {
    display: block;
    width: 48%;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #272727
}

.section-info .table-list li {
    padding: 5px;
    border-bottom: 1px solid #272727;
    margin-bottom: 0
}

.section-info .table-list li:first-child {
    background-color: #900;
    color: #fff;
    font-weight: 700
}

.section-info .table-list li:last-child {
    border-bottom: none
}

.section-info .darker {
    color: #272727
}

.section-info ul {
    -webkit-padding-start: 20px;
    list-style: none;
    padding: 0;
    margin: 30px 0 15px
}

.section-info ul li {
    line-height: 1.8;
    margin-bottom: 1.6em;
    color: #828282
}

.section-info ul li:last-child {
    margin-bottom: 0
}

.section-info ul li s {
    color: #900
}

.section-info ul li s span {
    color: #828282
}

.section-info ul li .best-time-to-visit ul.best-time-legend {
    margin-top: 1.15em;
    padding-top: 0;
    border-top: none
}

.section-info ul li .best-time-to-visit ul.best-time-months {
    margin-top: 0
}

.section-info ul li .best-time-to-visit ul li {
    margin-bottom: 0
}

.section-info ul .btn-toggle {
    bottom: 0;
    margin-right: 0;
    margin-left: .8em
}

.section-info ul:first-child {
    margin-bottom: calc(2em - 8px)
}

.section-info .labels {
    margin-top: 15px;
    margin-bottom: 0
}

.section-info .labels li {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 4px 12px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem
}



.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-za {
    background-image: url(https://static.rhinoafrica.com/static/flag-icon/flags/4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(https://static.rhinoafrica.com/static/flag-icon/flags/1x1/za.svg)
}

@font-face {
    font-family: RhinoAfricaNavigation;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.eot?tbk37a);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.eot?tbk37a#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.ttf?tbk37a) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.woff?tbk37a) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-navigation/fonts/RhinoAfricaNavigation.svg?tbk37a#RhinoAfricaNavigation) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}



.rn-youtube:before {
    content: ""
}

.rn-fb:before {
    content: ""
}

.rn-insta:before {
    content: ""
}

.rn-linkedin:before {
    content: ""
}

.rn-twitter:before {
    content: ""
}

.rn-map-pin:before {
    content: ""
}

.rn-phone:before {
    content: ""
}

@media screen and (min-width:768px) {
    header.site-header {
        transition: max-width .3s ease-out
    }
}

@media screen and (min-width:768px) {

    .currency-language-modal,
    .nav-contact-modal,
    .site-header.menu-open,
    nav.navigation .nav-panel-main {
        max-width: 510px
    }
}

@media screen and (min-width:768px) {
    nav.navigation .nav-panel-main {
        left: -100%
    }
}

@media screen and (min-width:768px) {
    #pc-cookie-notice #pc-button {
        max-width: 300px;
        margin: 2rem auto 0
    }
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 4rem;
        line-height: 4.5rem
    }
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 2.8rem;
        margin-bottom: .6em
    }
}

@media screen and (min-width:768px) {
    h5 {
        line-height: 1.5em
    }
}

@media screen and (min-width:768px) {
    section {
        padding-bottom: 4em
    }
}

@media screen and (min-width:1200px) {
    section {
        /* background-color: #fff */
    }
}

@media screen and (min-width:768px) {
    section .section-title {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .btn {
        padding: 1.4em 2em
    }
}

@media screen and (min-width:992px) {
    .btn {
        padding: 1.2em 2em
    }
}

@media screen and (min-width:768px) {
    form .tagselect-container .label {
        padding: .6em 1em
    }
}

@media screen and (min-width:768px) {
    .drop-caps:first-letter {
        color: #900;
        float: left;
        font-size: 4.5rem;
        line-height: 4rem;
        padding-top: 5px;
        padding-right: 8px;
        padding-left: 3px;
        font-weight: 500
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        display: block;
        min-height: 68px;
        max-height: 68px;
        width: 100% !important;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in;
        -moz-transition: opacity .3s ease-in;
        transition: opacity .3s ease-in
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .container-fluid {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right {
        margin-left: auto;
        padding-top: 0
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right .cmenu_tel {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 68px;
        margin-right: 30px;
        padding-left: 50px;
        padding-right: 30px;
        border-left: 1px solid rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right .cmenu_tel::after {
        content: " ";
        position: absolute;
        top: 15%;
        right: 0;
        width: 1px;
        height: 70%;
        background-color: rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right .cmenu_tel .ra {
        position: absolute;
        left: 22px;
        top: 22px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: none;
        padding: .05em 0;
        background-color: transparent;
        color: #828282;
        font-size: 2rem
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right .cmenu_tel p {
        margin: 0 0 7px 0;
        color: #232323 !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
        font-size: 1.1rem;
        line-height: 1.2rem
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right .cmenu_tel h3 {
        display: block;
        margin: 0;
        text-align: left;
        font-size: 1.1rem;
        line-height: 1.2rem
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual .navbar-right .cmenu_tel h3 a {
        margin: 0;
        color: #272727;
        font-weight: 300;
        font-size: 1.55rem;
        line-height: 1.2rem;
        text-transform: none
    }

    .nav.nav-contextual .navbar-right .cmenu_tel h3 a:hover {
        color: #900;
        text-decoration: none
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual.sticky {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual ul {
        list-style: none;
        margin-top: 12px;
        padding: 0 20px
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual ul li .dropdown-header {
        padding: 0 !important
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual ul li.cmenu-info {
        display: block;
        color: #272727;
        font-weight: 300;
        font-size: 1.55rem;
        line-height: 2.5rem;
        text-transform: none;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual ul li.cmenu-info span.lc {
        text-transform: lowercase !important
    }
}

@media screen and (min-width:992px) {
    .nav.nav-contextual ul li.cmenu-info span.darker .symbol {
        margin-right: 2px
    }
}

@media screen and (min-width:768px) {
    .section-banner {
        height: calc(80vh)
    }
}

@media screen and (min-width:768px) {
    .section-banner h4 {
        font-weight: 300
    }
}

@media screen and (min-width:768px) {
    .section-banner .banner-center.adjusted {
        padding-left: 20px
    }
}

@media screen and (min-width:992px) {
    .section-banner .banner-center.adjusted {
        padding-left: 35px
    }
}

@media screen and (min-width:768px) {
    .section-banner .footer.adjusted {
        padding-left: 30px
    }
}

@media screen and (min-width:992px) {
    .section-banner .footer.adjusted {
        padding-left: 45px
    }
}

@media screen and (min-width:768px) {
    .section-breadcrumb {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: left
    }
}

@media screen and (min-width:768px) {
    .section-breadcrumb .breadcrumb {
        padding: 0 30px;
        background-color: transparent;
        text-align: left;
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .section-breadcrumb .breadcrumb {
        padding: 0 45px
    }
}

@media screen and (min-width:768px) {
    .section-breadcrumb .breadcrumb li+li:before {
        font-family: FontAwesome;
        content: '\f105'
    }
}

@media screen and (min-width:768px) {
    .section-breadcrumb .breadcrumb li.active {
        color: #272727;
        font-weight: 400
    }
}

@media screen and (min-width:768px) {

    .section-breadcrumb .breadcrumb li a,
    .section-breadcrumb .breadcrumb li span {
        color: rgba(39, 39, 39, .7)
    }
}

@media screen and (min-width:768px) {
    .section-breadcrumb .breadcrumb li a:hover {
        text-decoration: underline !important
    }
}

@media screen and (min-width:768px) {
    .section-info {
        padding-top: 4em;
        padding-bottom: 4em
    }
}

@media screen and (min-width:768px) {
    .section-info .info-container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media screen and (min-width:992px) {
    .section-info .info-container {
        padding-right: 45px;
        padding-left: 60px
    }
}

@media screen and (min-width:768px) {

    .section-info .info-container>h4,
    .section-info .info-container>h5 {
        padding-bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) {
    .section-info .info-container>.subtitle {
        border-bottom: none
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container {
        padding: 20px 40px 15px
    }
}

@media screen and (min-width:992px) {
    .section-info .media-container {
        padding: 0 60px 0 0
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .teaser {
        min-height: auto;
        border-radius: 3px
    }
}

@media screen and (min-width:992px) {
    .section-info .media-container .teaser {
        min-height: 360px
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .footer i {
        width: 60px;
        height: 60px
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .footer .ra {
        padding: 18px 8px
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .footer .fa {
        font-size: 6.2rem
    }
}

@media screen and (min-width:768px) {
    .section-banner .consultant-info {
        position: absolute;
        bottom: 25px;
        right: 25px;
        display: table
    }
}

@media screen and (min-width:768px) {
    .section-banner .consultant-info .consultant-text-wrapper {
        float: left;
        height: 80px;
        padding-right: 10px;
        display: table
    }
}

@media screen and (min-width:768px) {
    .section-banner .consultant-info .consultant-text-wrapper .consultant-text {
        display: table-cell;
        vertical-align: middle
    }

    .section-banner .consultant-info .consultant-text-wrapper .consultant-text * {
        color: #fff
    }
}

@media screen and (min-width:768px) {
    .section-banner .consultant-info .consultant-img {
        float: left;
        width: 80px;
        height: 80px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #fff
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container {
        text-align: center
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .media-cols {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .media-cols.two-cols .slide {
        width: 50%;
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    .section-info .media-container .slide {
        padding: 5px
    }
}

@media screen and (min-width:768px) {
    .section-info ul {
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) {
    .section-info ul li {
        margin-bottom: 2em
    }
}

@media screen and (min-width:768px) {
    .section-info .color-strip {
        margin-top: 15px
    }
}

@media screen and (min-width:768px) {
    .section-info .color-strip li {
        width: calc(100% / 6);
        line-height: 3
    }
}

@media screen and (min-width:1900px) and (min-width:1900px) {

    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-14,
    .col-xl-16,
    .col-xl-18,
    .col-xl-20,
    .col-xl-22,
    .col-xl-24,
    .col-xl-4,
    .col-xl-6 {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        position: relative;
        min-height: 1px
    }
}

@media screen and (min-width:1900px) {
    .col-xl-4 {
        width: 16.66667%
    }

    .col-xl-6 {
        width: 25%
    }

    .col-xl-10 {
        width: 41.66667%
    }

    .col-xl-11 {
        width: 45.83333%
    }

    .col-xl-12 {
        width: 50%
    }

    .col-xl-14 {
        width: 58.33333%
    }

    .col-xl-16 {
        width: 66.66667%
    }

    .col-xl-18 {
        width: 75%
    }

    .col-xl-20 {
        width: 83.33333%
    }

    .col-xl-22 {
        width: 91.66667%
    }

    .col-xl-24 {
        width: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 4.16667%
    }

    .col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .col-xl-offset-3 {
        margin-left: 12.5%
    }

    .col-xl-offset-4 {
        margin-left: 16.66667%
    }

    .col-xl-offset-5 {
        margin-left: 20.83333%
    }

    .col-xl-offset-6 {
        margin-left: 25%
    }

    .col-xl-offset-12 {
        margin-left: 50%
    }
}

@media screen and (min-width:1900px) {
    .container-fluid {
        max-width: 1600px
    }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media screen and (max-width:767px) {

    .visible-xl-block.visible-xs-block,
    .visible-xl-inline-block.visible-xs-block,
    .visible-xl-inline.visible-xs-block {
        display: block !important
    }
}

@media screen and (max-width:767px) {

    .visible-xl-block.visible-xs-inline-block,
    .visible-xl-inline-block.visible-xs-inline-block,
    .visible-xl-inline.visible-xs-inline-block {
        display: inline-block !important
    }
}

@media screen and (max-width:767px) {

    .visible-xl-block.visible-xs-inline,
    .visible-xl-inline-block.visible-xs-inline,
    .visible-xl-inline.visible-xs-inline {
        display: inline !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .visible-xl-block.visible-sm-block,
    .visible-xl-inline-block.visible-sm-block,
    .visible-xl-inline.visible-sm-block {
        display: block !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .visible-xl-block.visible-sm-inline-block,
    .visible-xl-inline-block.visible-sm-inline-block,
    .visible-xl-inline.visible-sm-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .visible-xl-block.visible-sm-inline,
    .visible-xl-inline-block.visible-sm-inline,
    .visible-xl-inline.visible-sm-inline {
        display: inline !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .visible-xl-block.visible-md-block,
    .visible-xl-inline-block.visible-md-block,
    .visible-xl-inline.visible-md-block {
        display: block !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .visible-xl-block.visible-md-inline-block,
    .visible-xl-inline-block.visible-md-inline-block,
    .visible-xl-inline.visible-md-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .visible-xl-block.visible-md-inline,
    .visible-xl-inline-block.visible-md-inline,
    .visible-xl-inline.visible-md-inline {
        display: inline !important
    }
}

@media screen and (min-width:1200px) and (max-width:1899px) {

    .visible-xl-block.visible-lg-block,
    .visible-xl-inline-block.visible-lg-block,
    .visible-xl-inline.visible-lg-block {
        display: block !important
    }
}

@media screen and (min-width:1200px) and (max-width:1899px) {

    .visible-xl-block.visible-lg-inline-block,
    .visible-xl-inline-block.visible-lg-inline-block,
    .visible-xl-inline.visible-lg-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width:1200px) and (max-width:1899px) {

    .visible-xl-block.visible-lg-inline,
    .visible-xl-inline-block.visible-lg-inline,
    .visible-xl-inline.visible-lg-inline {
        display: inline !important
    }
}

@media screen and (min-width:1900px) {
    .visible-xl-block {
        display: block !important
    }
}

@media screen and (min-width:1900px) {
    .visible-xl-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width:1900px) {
    .visible-xl-inline {
        display: inline !important
    }
}

@media screen and (min-width:1900px) {
    .hidden-xl {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    body.nav-solid {
        background: linear-gradient(180deg, #fff 0, #fff 100%)
    }
}

@media screen and (min-width:1200px) {
    header.site-header {
        height: 140px;
        border-bottom: 1px solid transparent;
        transition: all .5s ease
    }
}

@media screen and (min-width:1200px) {
    header.site-header.menu-open-desktop {
        background: linear-gradient(180deg, #fff 0, #fff 100%)
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-heading-button,
    .utils-icon-copy {
        color: #fff
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-child-heading-button,
    .next-level-desktop.selected {
        color: #900
    }
}

@media screen and (min-width:1200px) {
    .next-level-desktop.selected {
        font-weight: 600
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.cta a.btn {
        font-size: 13px !important;
        font-weight: 500
    }
}

@media screen and (min-width:1200px) {
    .utils-icon-copy {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.25;
        font-family: Montserrat, sans-serif
    }
}

@media screen and (min-width:1200px) {
    .next-level-desktop {
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .next-level-desktop:hover {
        color: #900
    }
}

@media screen and (min-width:1200px) {
    .next-level-desktop.selected {
        position: relative
    }

    .next-level-desktop.selected::after {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #900
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-heading-button,
    .nav-panel-main-sub-child-item a {
        font-size: 1.5rem
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-child-all a,
    .nav-panel-main-child-item-button,
    .nav-panel-sub-item-link a {
        font-size: 1.6rem
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-child-heading-button,
    .nav-panel-sub-heading-button {
        font-size: 2.4rem
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-child-heading-button,
    .nav-panel-main-child-item,
    .nav-panel-main-child-item-button,
    .nav-panel-sub-heading-button {
        text-transform: uppercase
    }
}

@media screen and (min-width:1200px) {
    .nav-panel-main-heading-button {
        font-weight: 500;
        text-transform: initial
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-child-item-button,
    .nav-panel-main-sub-child-item a,
    .nav-panel-sub-item-link a {
        font-weight: 400
    }
}

@media screen and (min-width:1200px) {
    .opacity-wrapper {
        height: 210px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-utils {
        height: auto;
        padding-top: 35px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-utils .nav-constraint {
        width: 70%;
        max-width: 1568px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.icons {
        width: auto;
        margin-right: auto
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.icons ul {
        display: flex
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.icons ul li {
        cursor: pointer;
        display: flex !important;
        align-items: center;
        margin-right: 20px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.icons ul li>span {
        display: inline-block;
        margin-left: 10px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.brand .ra {
        font-size: 30px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.cta {
        margin-left: auto
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.cta button.search-toggle {
        display: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-col.cta a.btn {
        display: inline-block;
        width: 235px;
        padding: 13px 30px;
        color: #000;
        background-color: #fff
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main {
        position: initial;
        height: auto;
        overflow: auto;
        padding-top: 1.7rem;
        background-color: transparent
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .close-icon-desktop {
        cursor: pointer;
        position: absolute;
        top: 1.9rem;
        right: 7rem;
        display: block;
        padding-left: 3rem;
        text-transform: none;
        font-size: 14px;
        font-weight: 400
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {

    nav.navigation-main .close-icon-desktop:after,
    nav.navigation-main .close-icon-desktop:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2.5rem;
        height: 2px;
        background-color: #000;
        content: ''
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {
    nav.navigation-main .close-icon-desktop:before {
        transform: translateY(-50%) rotate(45deg)
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {
    nav.navigation-main .close-icon-desktop:after {
        transform: translateY(-50%) rotate(-45deg)
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-panel-main-sub-child-all,
    nav.navigation-main .nav-panel-main-sub-child-heading-button,
    nav.navigation-main .nav-row-additional-wrapper {
        display: none !important
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-links-list {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2rem;
        background-color: transparent
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-links-list li {
        padding: 0 3rem 0rem;
        border-bottom: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-links-list li button {
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-links-list li button>span.next-level {
        display: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-links-list .nav-panel-main-sub-child-heading {
        padding-top: 6.25rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main {
        top: 140px;
        overflow-y: hidden;
        max-height: calc(100vh - 140px);
        max-width: none;
        height: 0;
        padding: 0;
        transition: height .3s ease-out
    }
}

@media screen and (min-height:901px) and (min-width:1200px) {
    nav.navigation .nav-panel-main {
        max-height: 691px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.no-transition {
        transition: none !important
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.first {
        left: 0 !important
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.first>.nav-panel-main-container {
        width: 25%
    }
}

@media screen and (min-width:1568px) {
    nav.navigation .nav-panel-main.first>.nav-panel-main-container {
        width: calc(1568px / 4);
        margin-left: calc((100vw - 1568px)/ 2)
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.second {
        left: 25% !important;
        width: 25%;
        height: 0;
        background-color: #f4f4f4
    }
}

@media screen and (min-width:1568px) {
    nav.navigation .nav-panel-main.second {
        left: calc(((100vw - 1568px)/ 2) + (1568px / 4)) !important;
        width: calc(1568px / 4)
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.second .nav-panel-main-container {
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.third {
        left: auto !important;
        right: 0;
        height: 0;
        width: 50%
    }
}

@media screen and (min-width:1568px) {
    nav.navigation .nav-panel-main.third {
        left: calc(((100vw - 1568px)/ 2) + (1568px / 2)) !important;
        right: auto;
        width: calc(1568px / 2)
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.third .nav-panel-main-container {
        width: 100%;
        padding: 6rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.third .nav-panel-main-sub-sub-image {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.third .nav-panel-main-sub-sub-image::before {
        content: '';
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.94%, rgba(0, 0, 0, .5) 100%)
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.third .image-location {
        position: absolute;
        z-index: 3;
        bottom: 2rem;
        left: 2rem;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main.third .image-location .rn {
        position: relative;
        top: .5rem;
        margin-right: 1rem;
        font-size: 2.4rem;
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main .previous-level {
        display: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-panel-main-item.slide-in-desktop .nav-panel-main.first {
        height: 691px;
        max-height: calc(100vh - 140px)
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-panel-main-item.slide-in-desktop .nav-panel-main .nav-panel-main-child-item.active .second,
    nav.navigation-main .nav-panel-main-item.slide-in-desktop .nav-panel-main .nav-panel-main-sub-child-item.active .third {
        height: 691px;
        max-height: calc(100vh - 140px)
    }
}

@media screen and (min-width:1200px) {
    .nav-panel-main-child-item.active .nav-panel-main-child-item-button {
        position: relative;
        color: #900 !important;
        font-weight: 600
    }

    .nav-panel-main-child-item.active .nav-panel-main-child-item-button::after {
        content: '';
        position: absolute;
        bottom: -1rem;
        left: 0;
        width: 3.5rem;
        height: 1px;
        background-color: #900
    }
}

@media screen and (min-width:1200px) {
    .nav-panel-main-child-item.active .nav-panel-main.second {
        opacity: 1
    }
}

@media screen and (min-width:1200px) {
    nav.navigation .nav-panel-main-container {
        width: 25%
    }
}

@media screen and (min-width:1200px) {

    .nav-panel-main-child,
    .nav-panel-main-container {
        height: 100%
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-panel-main-child .nav-panel-main-child-heading {
        padding-bottom: 3.3rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-panel-main-child .nav-panel-main-child-heading .nav-panel-main-child-heading-button {
        justify-content: flex-start;
        padding: 3.9rem 0 0;
        color: #900 !important
    }
}

@media screen and (min-width:1200px) {
    nav.navigation ul.nav-panel-main-child .nav-panel-main-child-all {
        position: relative;
        padding-top: 3rem;
        border-bottom: none !important
    }

    nav.navigation ul.nav-panel-main-child .nav-panel-main-child-all::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 30px;
        height: 1px;
        width: 100%;
        max-width: 214px;
        background-color: #d9d9d9
    }
}

@media screen and (min-width:1200px) {

    nav.navigation ul.nav-panel-main-child .nav-panel-main-child-all,
    nav.navigation ul.nav-panel-main-child .nav-panel-main-child-heading button {
        justify-content: flex-start
    }
}

@media screen and (min-width:1200px) {
    .nav-row.sub>ul>li {
        padding-top: 0
    }
}

@media screen and (min-width:1200px) {
    .nav-links-list-additonal-item .nav-row-sub-panel {
        height: auto;
        max-height: none;
        transition: none
    }
}

@media screen and (min-width:1200px) {
    .nav-links-list-additonal-item .nav-row-sub-panel>ul {
        padding-top: 1.2rem
    }
}

@media screen and (min-height:901px) and (min-width:1200px) {
    .nav-links-list-additonal-item .nav-row-sub-panel>ul li {
        padding: 2rem 0
    }
}

@media screen and (max-height:900px) and (min-width:1200px) {
    .nav-links-list-additonal-item .nav-row-sub-panel>ul li {
        padding: .75rem 0
    }
}

@media screen and (min-width:1200px) {
    .nav-panel-sub-heading-button .toggle-dropdown {
        display: none
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header,
    header.site-header.menu-open-desktop {
        border-bottom: 1px solid #d6d6d6;
        background: linear-gradient(180deg, #fff 0, #fff 100%)
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header .nav-col.brand .ra,
    header.site-header.menu-open-desktop .nav-col.brand .ra {
        color: #900
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header .nav-col.icons ul li>span,
    body.nav-solid header.site-header .search-icon,
    body.nav-solid header.site-header nav.navigation ul.nav-links-list li button,
    header.site-header.menu-open-desktop .nav-col.icons ul li>span,
    header.site-header.menu-open-desktop .search-icon,
    header.site-header.menu-open-desktop nav.navigation ul.nav-links-list li button {
        color: #000
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header .nav-col.cta a.btn,
    body.nav-solid header.site-header .utils-icon-copy,
    header.site-header.menu-open-desktop .nav-col.cta a.btn,
    header.site-header.menu-open-desktop .utils-icon-copy {
        color: #fff
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header .nav-col.brand,
    header.site-header.menu-open-desktop .nav-col.brand {
        font-size: 16px;
        line-height: 1.25
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header .hamburger-icon .bar,
    header.site-header.menu-open-desktop .hamburger-icon .bar {
        background-color: #000
    }
}

@media screen and (min-width:1200px) {

    body.nav-solid header.site-header .nav-col.cta a.btn,
    header.site-header.menu-open-desktop .nav-col.cta a.btn {
        background-color: #66944c
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper {
        opacity: 0;
        transition: opacity .3s ease-in-out
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper .icon-container {
        display: flex;
        font-size: 1.4rem;
        font-weight: 400;
        font-family: Montserrat, sans-serif;
        line-height: 1
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper .icon-container .search-icon {
        top: -2px;
        left: -5px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper .close-secondary-desktop {
        position: relative;
        padding-left: 3rem
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper .close-secondary-desktop:after,
    nav.navigation-main .nav-row-additional-wrapper .close-secondary-desktop:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2.5rem;
        height: 2px;
        background-color: #fff;
        content: ''
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper .close-secondary-desktop:before {
        transform: translateY(-50%) rotate(45deg)
    }
}

@media screen and (min-width:1200px) and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper .close-secondary-desktop:after {
        transform: translateY(-50%) rotate(-45deg)
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5;
        opacity: 1;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100vh;
        width: 100vw;
        background-color: #232323
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open * {
        color: #fff !important
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open>div {
        max-width: 1109px;
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer {
        position: absolute;
        bottom: 2%;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 0 0;
        border-top: 1px solid #fff
    }
}

@media screen and (min-height:901px) and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer {
        bottom: 7rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-logo {
        padding-right: 2rem;
        margin-right: 2rem;
        border-right: 1px solid #fff
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-logo .ra {
        font-size: 1.7rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .footer-menu.social {
        padding: 0 !important;
        border: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .footer-menu.social a {
        border-color: #fff;
        width: 2.7rem;
        height: 2.7rem;
        margin: 0 1.6rem 0 0
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .footer-menu.social a i.rn {
        font-size: 1.2rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards {
        display: flex !important;
        margin-left: auto;
        border: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards .ra {
        font-size: 1.7rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards li:first-child {
        margin-right: 1.5rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards li:last-child {
        height: 65px;
        width: 118px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards li a {
        width: auto;
        height: auto;
        border: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards .wta-awards-menu {
        width: auto;
        height: auto;
        margin: none;
        border: none
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards .wta-awards-menu img {
        margin-right: 1.2rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-footer .desktop-awards .wta-awards-menu span {
        display: inline-block;
        width: 160px;
        font-size: 1.2rem;
        line-height: 1.25
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals {
        position: absolute;
        top: 2%;
        display: flex !important
    }
}

@media screen and (min-height:900px) and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals {
        top: 6rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals {
        left: 8rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals li:first-child {
        padding-right: 10px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals li:first-child .contact-button {
        margin-left: 0
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals li:last-child {
        padding-left: 10px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals button.contact-button i.rn::before {
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.modals .chevron-down {
        position: relative;
        top: -3px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-left: 10px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons {
        right: 8rem;
        width: auto
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons ul {
        display: flex
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons ul li:first-child {
        margin-right: 5rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons ul li>div {
        cursor: pointer
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .menu-icons .search-icon {
        display: inline-block;
        margin-right: 5px
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main {
        position: relative;
        top: -40px
    }
}

@media screen and (min-height:900px) and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main {
        position: initial;
        top: initial
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main {
        display: flex
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li {
        width: 25%
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners {
        width: 50%
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .nav-panel-sub-heading-button {
        margin: 2rem 0
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .nav-panel-sub-heading-button:first-child {
        margin-top: 0;
        margin-bottom: 2.5rem
    }
}

@media screen and (min-height:901px) and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .nav-panel-sub-heading-button:first-child {
        margin-bottom: 3.8rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-carousel {
        position: relative
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-carousel .owl-nav button {
        position: absolute;
        top: -25px;
        width: auto
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-carousel .owl-nav button.owl-prev {
        left: 1.5rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-carousel .owl-nav button.owl-next {
        right: 1.5rem
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-carousel .owl-nav button:hover {
        background-color: transparent
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container {
        position: relative;
        display: block;
        height: 110px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media screen and (min-height:901px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container {
        height: 165px
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item::after,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container::after {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .2);
        transition: background-color .3s ease-in-out
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item:hover::after,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container:hover::after {
        background-color: rgba(0, 0, 0, .6)
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item .partner-copy,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item .partner-logo,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item a.btn,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container .partner-copy,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container .partner-logo,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container a.btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item .partner-logo,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container .partner-logo {
        max-height: 56px;
        width: auto;
        opacity: 1;
        transition: opacity .3s ease-in-out
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item .partner-copy,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container .partner-copy {
        opacity: 0;
        color: #fff;
        transition: opacity .3s ease-in-out;
        font-size: 1.3rem;
        line-height: 1.55rem;
        font-family: Montserrat, sans-serif
    }
}

nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item .partner-copy p,
nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container .partner-copy p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item a.btn,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container a.btn {
        padding: 15px 40px;
        border: 1px solid #fff;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        transition: all .3s ease-in-out
    }
}

@media screen and (min-width:1200px) {

    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item a.btn:hover,
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .rhino-shop-container a.btn:hover {
        background-color: #900;
        border-color: #900
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item:hover .partner-logo {
        opacity: 0
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .nav-links-list-additional.main>li.partners .partner-item:hover .partner-copy {
        opacity: 1
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .chevron {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .chevron-right {
        transform: rotate(320deg)
    }
}

@media screen and (min-width:1200px) {
    nav.navigation-main .nav-row-additional-wrapper.open .chevron-left {
        transform: rotate(135deg)
    }
}

@media screen and (min-width:1200px) {
    .search-main-container {
        top: 0;
        height: 100vh;
        padding: 4rem
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .close-search-desktop {
        position: absolute;
        top: 4rem;
        right: 4rem;
        cursor: pointer;
        z-index: 3333
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .close-search-desktop>span {
        margin-left: 6px
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .close-search-desktop:hover .close-menu .bar {
        background-color: #900
    }
}

.search-main-container .close-menu {
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px
}

.search-main-container .close-menu .bar {
    position: absolute;
    top: 6px;
    left: 0;
    transform: rotate(-45deg);
    display: block;
    width: 25px;
    height: 1px;
    background-color: #000
}

.search-main-container .close-menu .bar.bar-left {
    transform: rotate(45deg)
}

.search-main-container form .input-group+.btn {
    z-index: 33333;
    font-size: 3rem;
    cursor: pointer;
    visibility: hidden
}

@media screen and (min-width:1200px) {

    .search-main-container .inputs-wrap,
    .search-main-container .suggestions-container {
        max-width: 760px;
        margin: 0 auto
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .inputs-wrap {
        position: relative
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .form-group {
        padding-bottom: 4rem;
        border-bottom: 1px solid #d6d6d6
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .suggestions-container {
        padding-top: 9rem
    }
}

@media screen and (min-width:1200px) {
    .search-main-container .suggestions-container h4 {
        margin-bottom: 2rem;
        color: #900;
        font-size: 2.4rem;
        line-height: 1.1;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        text-transform: uppercase
    }
}

@media screen and (min-width:1200px) {
    .search-main-container ul {
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .search-main-container ul>li {
        width: 100%;
        padding: 2.5rem 0;
        border-bottom: 1px solid #d6d6d6
    }
}

.search-main-container ul>li a {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300
}

.search-main-container ul>li a:hover {
    font-weight: 600
}

@media screen and (min-width:1200px) {
    .search-main-container .search-container {
        display: none !important
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal,
    .modal.nav-contact-modal {
        top: 0;
        max-width: none;
        height: 100vh;
        background-color: rgba(0, 0, 0, .6);
        border-top: none
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner,
    .modal.nav-contact-modal .modal-inner {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 762px;
        max-height: 849px;
        height: 80vh;
        padding: 8rem
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .centered,
    .modal.nav-contact-modal .modal-inner .centered {
        max-width: none
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-title,
    .modal.nav-contact-modal .modal-inner .modal-title {
        margin-bottom: 4rem;
        font-size: 4rem;
        line-height: 4.25rem
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .flag-circle,
    .modal.nav-contact-modal .modal-inner .flag-circle {
        top: 11px;
        left: calc(50% - 55px);
        height: 15px;
        width: 15px
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-selects,
    .modal.nav-contact-modal .modal-inner .modal-selects {
        max-width: 50rem
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-selects select,
    .modal.nav-contact-modal .modal-inner .modal-selects select {
        height: 4rem;
        margin-bottom: 1rem;
        font-size: 1.6rem !important
    }
}

.modal.currency-language-modal .modal-inner .modal-selects .select-wrapper::after,
.modal.nav-contact-modal .modal-inner .modal-selects .select-wrapper::after {
    top: 15px
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-body-copy a,
    .modal.currency-language-modal .modal-inner .modal-body-copy p,
    .modal.nav-contact-modal .modal-inner .modal-body-copy a,
    .modal.nav-contact-modal .modal-inner .modal-body-copy p {
        font-size: 1.6rem;
        line-height: 1.2
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-body-copy .local-number,
    .modal.nav-contact-modal .modal-inner .modal-body-copy .local-number {
        margin-top: 1.4rem
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-body-copy #navCallUs,
    .modal.nav-contact-modal .modal-inner .modal-body-copy #navCallUs {
        margin-top: 2rem
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-buttons,
    .modal.nav-contact-modal .modal-inner .modal-buttons {
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .modal-inner .modal-buttons .btn,
    .modal.nav-contact-modal .modal-inner .modal-buttons .btn {
        min-width: 235px;
        width: auto;
        margin-top: 5.7rem;
        padding: 1.7rem 2rem;
        font-size: 1.4rem;
        font-weight: 500;
        border-radius: 40px
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .currency-language-modal-close,
    .modal.currency-language-modal .nav-contact-modal-close,
    .modal.nav-contact-modal .currency-language-modal-close,
    .modal.nav-contact-modal .nav-contact-modal-close {
        display: block;
        position: absolute;
        top: 2.3rem;
        right: 3rem;
        cursor: pointer;
        padding-left: 3rem;
        font-size: 1.4rem;
        font-weight: 400;
        font-family: Montserrat, sans-serif;
        line-height: 1
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .currency-language-modal-close:after,
    .modal.currency-language-modal .currency-language-modal-close:before,
    .modal.currency-language-modal .nav-contact-modal-close:after,
    .modal.currency-language-modal .nav-contact-modal-close:before,
    .modal.nav-contact-modal .currency-language-modal-close:after,
    .modal.nav-contact-modal .currency-language-modal-close:before,
    .modal.nav-contact-modal .nav-contact-modal-close:after,
    .modal.nav-contact-modal .nav-contact-modal-close:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2.3rem;
        height: 2px;
        background-color: #000;
        content: ''
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .currency-language-modal-close:before,
    .modal.currency-language-modal .nav-contact-modal-close:before,
    .modal.nav-contact-modal .currency-language-modal-close:before,
    .modal.nav-contact-modal .nav-contact-modal-close:before {
        transform: translateY(-50%) rotate(45deg)
    }
}

@media screen and (min-width:1200px) {

    .modal.currency-language-modal .currency-language-modal-close:after,
    .modal.currency-language-modal .nav-contact-modal-close:after,
    .modal.nav-contact-modal .currency-language-modal-close:after,
    .modal.nav-contact-modal .nav-contact-modal-close:after {
        transform: translateY(-50%) rotate(-45deg)
    }
}

@media screen and (min-width:1200px) {
    #pc-cookie-notice {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media screen and (min-width:1900px) {
    #pc-cookie-notice {
        justify-content: space-around;
        max-width: 1532px;
        right: 50%;
        margin-right: -766px
    }
}

@media screen and (min-width:1200px) {
    #pc-cookie-notice #pc-button {
        display: inline-block;
        margin: 0 0 0 3rem
    }
}

.select-wrapper::before {
    display: none
}

@media screen and (min-width:1200px) {
    h1 {
        font-size: 5.2rem;
        line-height: 6rem
    }
}

@media screen and (min-width:1900px) {
    h1 {
        font-size: 8rem;
        line-height: 9.5rem
    }
}

@media screen and (min-width:1200px) {
    h2 {
        font-size: 3rem
    }
}

@media screen and (min-width:1900px) {
    h2 {
        font-size: 3.4rem
    }
}

@media screen and (min-width:1200px) {
    h3 {
        font-size: 2.2rem;
        font-weight: 100
    }
}

@media screen and (min-width:1900px) {
    h3 {
        font-size: 2.6rem
    }
}

@media screen and (min-width:1900px) {
    h4 {
        font-size: 2.1rem;
        line-height: 1.3
    }
}

@media screen and (min-width:1900px) {
    h5 {
        font-size: 2rem
    }
}

@media screen and (min-width:1200px) {

    body,
    ol,
    p,
    ul {
        font-size: 1.6rem;
        line-height: 2.5rem
    }
}

@media screen and (min-width:1900px) {
    small {
        font-size: 1.5rem
    }
}

@media screen and (min-width:1900px) {
    section {
        padding-top: 4em;
        padding-bottom: 6em
    }
}

@media screen and (min-width:1200px) {
    .hidden-mobile {
        display: block !important
    }
}

@media screen and (min-width:1900px) {
    .btn {
        padding: 1.2em 2.5em;
        font-size: 1.3rem
    }
}

@media screen and (min-width:1200px) {
    .btn.btn-link::after {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
}

@media screen and (min-width:1200px) {

    .btn.btn-link.hover::after,
    .btn.btn-link:hover::after {
        margin-left: 1em;
        margin-right: 0
    }
}

@media screen and (min-width:1200px) {

    form .chosen-container .chosen-choices .search-choice span,
    form .chosen-container .chosen-choices .search-field span,
    form .chosen-container .chosen-results,
    form .chosen-container .chosen-single span {
        font-size: 1.3rem
    }
}

@media screen and (min-width:1200px) {
    form .chosen-container .chosen-choices .search-field span {
        line-height: 25px
    }
}

@media screen and (min-width:1200px) {
    form .tagselect-container .check::before {
        top: 0
    }
}

@media screen and (min-width:1200px) {
    form .tagselect-container .label {
        font-size: 1.3rem
    }
}

@media screen and (min-width:1900px) {
    form .tagselect-container .label {
        padding: .8em 1.5em
    }
}

@media screen and (min-width:1200px) {
    form .input-slider {
        padding-top: 1em
    }
}

@media screen and (min-width:1900px) {

    form .input-slider .input-group .input-group-addon,
    form .input-slider .input-group input {
        font-size: 80% !important
    }
}

@media screen and (min-width:1900px) {
    form .input-slider .input-group input {
        padding: 3px 1px
    }
}

@media screen and (min-width:1200px) {
    .navbar .container-fluid {
        -webkit-transition: padding-right .5s ease;
        -moz-transition: padding-right .5s ease;
        transition: padding-right .5s ease
    }
}

@media screen and (min-width:1200px) {
    .navbar .navbar-btn {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease
    }
}

@media screen and (min-width:1200px) {
    .section-banner {
        text-align: left
    }
}

@media screen and (min-width:1900px) {
    .section-banner {
        height: calc(81vh)
    }
}

@media screen and (min-width:1200px) {
    .section-banner .footer button {
        height: auto
    }
}

@media screen and (min-width:1200px) {

    .section-banner .footer button.btn-gallery,
    .section-banner .footer button.btn-video-toggle {
        width: auto;
        padding: .4em 2em
    }
}

@media screen and (min-width:1900px) {

    .section-banner .footer button.btn-gallery,
    .section-banner .footer button.btn-video-toggle {
        padding: .8em 2.5em
    }
}

@media screen and (min-width:1200px) {
    .section-banner .footer button span {
        display: inline-block;
        vertical-align: text-bottom;
        padding-left: 8px
    }
}

@media screen and (min-width:1900px) {
    .section-banner .footer a.btn-quote {
        padding: 1.1em 2.5em
    }
}

@media screen and (min-width:1200px) {

    .section-banner .footer a.btn-quote,
    .section-banner .footer button span {
        font-size: 1rem
    }
}

@media screen and (min-width:1900px) {

    .section-banner .footer a.btn-quote,
    .section-banner .footer button span {
        font-size: 1.3rem
    }
}

@media screen and (min-width:1200px) {

    .section-banner .banner-center.adjusted,
    .section-banner .footer.adjusted {
        padding-left: 0
    }
}

@media screen and (min-width:1200px) {
    .section-breadcrumb .breadcrumb {
        font-size: 1.4rem;
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .section-info {
        padding-top: 5em;
        padding-bottom: 5em
    }
}

@media screen and (min-width:1200px) {
    .section-info .info-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1200px) {
    .section-info .info-container>h2 {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1200px) {
    .section-info .media-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1200px) {
    .section-info .media-container .teaser {
        min-height: 400px
    }
}

@media screen and (min-width:1900px) {
    .section-info .media-container .teaser {
        min-height: 464px
    }
}

@media screen and (min-width:1200px) {
    .section-info .media-container {
        text-align: right
    }
}

@media screen and (min-width:1200px) {
    .section-info .media-container .media-cols.two-cols .slide {
        padding: 5px
    }
}

@media screen and (min-width:1200px) {
    .section-info .media-container .media-cols.two-cols .slide .teaser {
        min-height: 380px
    }
}

@media screen and (min-width:1900px) {
    .section-info .media-container .media-cols.two-cols .slide .teaser {
        min-height: auto
    }
}

@media screen and (min-width:1200px) {
    .section-info .media-container .slide {
        padding: 0
    }
}

@media screen and (min-width:1900px) {
    .section-info .media-container .slide {
        max-width: 770px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (min-width:1200px) {
    .section-info ul li {
        margin-bottom: 1.2em
    }
}



@font-face {
    font-family: CoreSansCR;
    font-display: swap;
    font-weight: 400;
    src: url(../font/core_sans_cr_45_regular.woff) format("woff2"),
        url(../font/core_sans_cr_45_regular.woff) format("woff")
}


@font-face {
    font-family: title;
    font-display: swap;
    /* font-weight: 400; */
    src: url(../font/title.woff) format("woff2"),
        url(../font/title.woff) format("woff")
}

@font-face {
    font-family: CoreSansCR;
    font-display: swap;
    font-weight: 500;
    src: url(../font/core_sans_cr_55_medium.woff) format("woff2"),
        url(../font/core_sans_cr_55_medium.woff) format("woff")
}

@font-face {
    font-family: CoreSansCR;
    font-display: swap;
    font-weight: 700;
    src: url(../font/core_sans_cr_65_bold.woff) format("woff2"),
        url(../font/core_sans_cr_65_bold.woff) format("woff")
}

@font-face {
    font-family: CoreSansCR;
    font-display: swap;
    font-weight: 800;
    src: url(../font/core_sans_cr_75_extrabold.woff) format("woff2"),
        url(../font/core_sans_cr_75_extrabold.woff) format("woff")
}




@font-face {
    font-family: RhinoAfricaUSPs;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.eot?rwl9nq);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.eot?rwl9nq#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.ttf?rwl9nq) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.woff?rwl9nq) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.svg?rwl9nq#RhinoAfricaUSPs) format("svg");
    font-weight: 400;
    font-style: normal
}

.ru {
    font-family: RhinoAfricaUSPs !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ru-awards:before {
    content: ""
}

.ru-made-in-africa:before {
    content: ""
}

.ru-price-guarantee:before {
    content: ""
}

.ru-doing-good:before {
    content: ""
}

.ru-financial-protection:before {
    content: ""
}

.ru-accreditations:before {
    content: ""
}

.ru-tailor-made:before {
    content: ""
}

.ru-expert-advice:before {
    content: ""
}

.usp-strip {
    font-family: Montserrat, sans-serif;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    max-width: none
}

@media screen and (min-width:768px) {
    .usp-strip {
        padding: 9rem 0 11rem
    }
}

.usp-strip .usps>div {
    padding: 12px 15px;
    position: relative
}

@media screen and (min-width:768px) {
    .usp-strip .usps>div:first-of-type {
        padding-bottom: 0
    }
}

.usp-strip a {
    color: #fff;
    text-decoration: none
}

.usp-strip a:hover {
    text-decoration: none;
    color: #fff
}

.usp-strip .why-title a {
    -webkit-transition: word-spacing .3s ease;
    -moz-transition: word-spacing .3s ease;
    transition: word-spacing .3s ease
}

.usp-strip .why-title a:hover {
    word-spacing: 3px
}

.usp-strip .why-reasons {
    padding-top: 1.5rem;
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .usp-strip .why-reasons .owl-dots:not(.disabled) {
        border-top: 1px solid #828282
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons {
        border-bottom: 1px solid #828282
    }
}

.usp-strip .why-reasons a:hover .featured-usp i {
    border-color: #fff;
    color: #272727;
    background: #fff
}

.usp-strip .why-reasons .owl-item {
    padding: 0 30px
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:first-of-type {
        padding-right: 60px;
        padding-left: 0
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:first-of-type .featured-usp {
        margin-right: auto;
        margin-left: 0
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:last-of-type {
        padding-left: 60px;
        padding-right: 0
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:last-of-type .featured-usp {
        margin-left: auto;
        margin-right: 0
    }
}

.usp-strip .why-reasons .owl-dots:not(.disabled) .owl-dot {
    margin-top: 20px
}

.usp-strip .why-reasons .owl-dots:not(.disabled) .owl-dot span {
    background: #fff !important
}

.usp-strip .why-reasons .owl-dots:not(.disabled) .owl-dot.active span {
    background: #66944c !important
}

.usp-strip .why-reasons .featured-usp {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto
}

.usp-strip .why-reasons .featured-usp .icon-name-container {
    min-height: 100px
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp .icon-name-container {
        position: relative;
        min-height: 80px
    }
}

@media screen and (min-width:992px) {

    .usp-strip .why-reasons .featured-usp .icon-name-container h3,
    .usp-strip .why-reasons .featured-usp .icon-name-container i {
        position: absolute;
        top: 50%;
        left: 1px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.usp-strip .why-reasons .featured-usp .icon-name-container h3 {
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 500
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp .icon-name-container h3 {
        margin-top: 0;
        width: calc(100% - 46px);
        left: 46px;
        text-align: left
    }
}

.usp-strip .why-reasons .featured-usp .icon-name-container i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.5em;
    padding: 10px;
    color: #66944c;
    border: 1px solid #828282;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp .icon-name-container i {
        line-height: 1
    }
}

.usp-strip .why-reasons .featured-usp p {
    font-size: 85%;
    text-align: center;
    padding: 0 0 25px;
    margin: 0;
    border-bottom: 1px solid #828282
}

@media screen and (min-width:768px) {
    .usp-strip .why-reasons .featured-usp p {
        border-bottom: none
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp p {
        padding-top: 25px;
        border-top: 1px solid #828282;
        text-align: left
    }
}

.usp-strip .why-reasons .featured-usp:hover i {
    color: #272727;
    background: #fff;
    border-color: #fff
}

.usp-strip .awards {
    padding: 0 15px 2rem
}

@media screen and (min-width:768px) {
    .usp-strip .awards {
        padding-top: 5rem
    }
}

@media screen and (min-width:768px) {
    .usp-strip .awards .wta-badges {
        position: relative;
        width: 200px;
        height: 80px;
        display: inline-table
    }
}

@media screen and (min-width:768px) {
    .usp-strip .awards .wta-badges img {
        position: absolute;
        top: 13px;
        width: 86px
    }
}

@media screen and (min-width:768px) {
    .usp-strip .awards .wta-badges .wta-text {
        display: inline-table;
        max-width: 130px;
        vertical-align: middle;
        margin-left: 90px;
        margin-top: 25px;
        font-size: 75%;
        line-height: 15px;
        text-align: center;
        font-weight: 500
    }
}

.usp-strip .awards .trust-pilot {
    display: inline-table;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 5px
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot {
        text-align: left
    }
}

.usp-strip .awards .trust-pilot .tp-logo,
.usp-strip .awards .trust-pilot .tp-star-item {
    display: inline-block;
    vertical-align: middle
}

.usp-strip .awards .trust-pilot .tp-logo {
    width: 125px;
    margin-right: 15px
}

.usp-strip .awards .trust-pilot .tp-star-item {
    position: relative;
    width: 17px;
    height: 17px;
    background: #00b67a
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot .tp-star-item {
        width: 20px;
        height: 20px
    }
}

.usp-strip .awards .trust-pilot .tp-star-item:not(:last-of-type) {
    margin-right: 2px
}

.usp-strip .awards .trust-pilot .tp-star-item img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 17px
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot .tp-star-item img {
        max-height: 20px
    }
}

.usp-strip .awards .trust-pilot a {
    text-decoration: none;
    color: #fff
}

.usp-strip .awards .trust-pilot span {
    display: block;
    padding-left: 4px;
    font-size: 75%
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot span {
        display: inline-block
    }
}

.usp-strip .awards .ti-image {
    display: inline-table;
    margin-left: 10px
}

.modal.usps {
    color: #272727
}

.modal.usps .modal-header {
    padding: 20px 50px 20px 30px;
    word-wrap: break-word
}

@media screen and (min-width:1900px) {
    .modal.usps .modal-header {
        padding: 20px 45px
    }
}

.modal.usps .modal-title {
    position: relative;
    padding-left: 3.5rem
}

.modal.usps .modal-title i {
    position: absolute;
    font-size: 3rem;
    margin-left: -4rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal.usps .modal-body {
    padding: 15px 20px
}

@media screen and (min-width:768px) {
    .modal.usps .modal-body {
        padding: 35px 30px 20px
    }
}

@media screen and (min-width:1200px) {
    .modal.usps .modal-body {
        padding: 35px 45px
    }
}

.modal.usps .modal-body .usp-info {
    padding: 2rem 4rem 2rem 8rem
}

.modal.usps .modal-body .usp-info h5 {
    position: relative
}

.modal.usps .modal-body .usp-info i {
    position: absolute;
    font-size: 3rem;
    margin-left: -4rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-we-work h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(130, 130, 130, .3)
}

.how-we-work ul {
    padding: 0;
    list-style: none
}

.how-we-work ul li {
    position: relative;
    padding-left: calc(3.5rem + 55px);
    padding-bottom: 30px;
    font-size: 2.2rem
}

.how-we-work ul li i {
    position: absolute;
    left: 0;
    width: 3.5rem;
    color: #828282;
    font-size: 3.5rem
}

.how-we-work ul li:not(:last-of-type):before {
    content: ' ';
    position: absolute;
    top: calc(3.5rem / 2 - 25px /2);
    display: block;
    height: 100%;
    left: calc(3.5rem + 15px + 25px/2 - 1px);
    border-left: 2px dotted rgba(130, 130, 130, .3)
}

.how-we-work ul li span {
    position: absolute;
    top: calc(3.5rem / 2 - 25px /2);
    left: calc(3.5rem + 15px);
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #272727;
    color: #f0f0f0
}

.start-planning {
    text-align: center;
    padding-top: 40px
}

.start-planning .consultant-img {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (min-width:1200px) {
    .start-planning .consultant-img {
        width: 100px;
        height: 100px;
        -moz-border-radius: 65px;
        -webkit-border-radius: 65px;
        border-radius: 65px
    }
}

.start-planning h2 {
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .start-planning h2 {
        margin-bottom: 10px;
        font-size: 2.3rem
    }
}

@media screen and (min-width:992px) {
    .start-planning h2 {
        font-size: 2.6rem
    }
}

@media screen and (min-width:1200px) {
    .start-planning h2 {
        font-family: Avenir, serif;
        font-weight: bold;

        color: #474747;
        font-size: 2.5rem;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {
    .start-planning p {
        font-size: 1.5rem
    }
}

@media screen and (min-width:992px) {
    .start-planning p {
        font-size: 1.6rem
    }
}

@media screen and (min-width:1200px) {
    .start-planning p {
        font-size: 1.5rem
    }
}

.start-planning .btn {
    margin-top: 8px;

}

@media screen and (min-width:768px) {
    .start-planning .btn {
        margin-top: 0;
        padding: 1.2em 2.5em;
        font-size: 1rem
    }
}

.section-summary {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.no-border {
    box-shadow: none !important;
    text-align: left;
    padding: 20px 40px !important;
    background-color: #f0f0f075;
    border-radius: 4px;
}

.section-summary .summary {
    padding-top: 1.2em;
    padding-bottom: 2.2em
}

.section-summary .summary h2+h2,
.section-summary .summary p+p {
    margin-top: -10px
}

.section-summary .main-summary {
    position: relative;
    border: 15px solid #fff
}

.section-summary .middle-line {
    display: none
}

.section-summary .summary {
    position: relative
}

@media screen and (min-width:768px) {
    .section-summary .summary {
        padding: 30px 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary h2+h2 {
        margin-top: -10px
    }
}

@media screen and (min-width:768px) {
    .section-summary .main-summary {
        border: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .v-center {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .middle-line {
        display: flex;
        position: absolute;
        width: 1px;
        height: calc(100% - 10px - 60px);
        top: 35px;
        left: 50%;
        background: rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:768px) {
    .section-summary .trust-pilot .tp-star-item {
        height: 20px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary {
        padding: 20px 0
    }
}

@media screen and (min-width:1200px) {
    .section-summary .middle-line {
        height: calc(100% - 10px - 120px);
        top: 65px
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8";

@font-face {
    font-family: RhinoAfricaFacilities;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.eot?w4jemy);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.eot?w4jemy#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.ttf?w4jemy) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.woff?w4jemy) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-facilities/fonts/RhinoAfricaFacilities.svg?w4jemy#RhinoAfricaFacilities) format("svg");
    font-weight: 400;
    font-style: normal
}

.rf {
    font-family: RhinoAfricaFacilities !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rf-complimentary:before {
    content: ""
}

.rf-24h-service:before {
    content: ""
}

.rf-card-facility:before {
    content: ""
}

.rf-shower:before {
    content: ""
}

.rf-village:before {
    content: ""
}

.rf-ice:before {
    content: ""
}

.rf-archery:before {
    content: ""
}

.rf-art-gallery:before {
    content: ""
}

.rf-plug:before {
    content: ""
}

.rf-badminton:before {
    content: ""
}

.rf-braai:before {
    content: ""
}

.rf-beach:before {
    content: ""
}

.rf-products:before {
    content: ""
}

.rf-bicycle:before {
    content: ""
}

.rf-billiards:before {
    content: ""
}

.rf-bird-hide:before {
    content: ""
}

.rf-boat:before {
    content: ""
}

.rf-bowling:before {
    content: ""
}

.rf-ten-pin-bowling:before {
    content: ""
}

.rf-bucket-shower:before {
    content: ""
}

.rf-room-service:before {
    content: ""
}

.rf-canoe:before {
    content: ""
}

.rf-car-wash:before {
    content: ""
}

.rf-dice:before {
    content: ""
}

.rf-fan:before {
    content: ""
}

.rf-chapel:before {
    content: ""
}

.rf-cigar:before {
    content: ""
}

.rf-movie:before {
    content: ""
}

.rf-computer:before {
    content: ""
}

.rf-bell:before {
    content: ""
}

.rf-card:before {
    content: ""
}

.rf-media:before {
    content: ""
}

.rf-fishing:before {
    content: ""
}

.rf-disabled:before {
    content: ""
}

.rf-scuba:before {
    content: ""
}

.rf-lift:before {
    content: ""
}

.rf-tap:before {
    content: ""
}

.rf-ticket:before {
    content: ""
}

.rf-bed:before {
    content: ""
}

.rf-fireplace:before {
    content: ""
}

.rf-toilet:before {
    content: ""
}

.rf-exchange:before {
    content: ""
}

.rf-hike:before {
    content: ""
}

.rf-game-drive:before {
    content: ""
}

.rf-garden:before {
    content: ""
}

.rf-gazebo:before {
    content: ""
}

.rf-power:before {
    content: ""
}

.rf-golf:before {
    content: ""
}

.rf-condiments:before {
    content: ""
}

.rf-running-water:before {
    content: ""
}

.rf-horse:before {
    content: ""
}

.rf-warm-beverage:before {
    content: ""
}

.rf-clean:before {
    content: ""
}

.rf-medic:before {
    content: ""
}

.rf-hospital:before {
    content: ""
}

.rf-sauna-spa:before {
    content: ""
}

.rf-jacuzzi:before {
    content: ""
}

.rf-kosher:before {
    content: ""
}

.rf-sports:before {
    content: ""
}

.rf-lapa:before {
    content: ""
}

.rf-garage:before {
    content: ""
}

.rf-lounge:before {
    content: ""
}

.rf-look-out:before {
    content: ""
}

.rf-phone:before {
    content: ""
}

.rf-mosquito-net:before {
    content: ""
}

.rf-mountain-bike:before {
    content: ""
}

.rf-venue:before {
    content: ""
}

.rf-night-club:before {
    content: ""
}

.rf-pet:before {
    content: ""
}

.rf-photography:before {
    content: ""
}

.rf-piano:before {
    content: ""
}

.rf-picnic:before {
    content: ""
}

.rf-pilates-yoga:before {
    content: ""
}

.rf-luggage-service:before {
    content: ""
}

.rf-yacht:before {
    content: ""
}

.rf-private-chef:before {
    content: ""
}

.rf-cinema:before {
    content: ""
}

.rf-karaoke:before {
    content: ""
}

.rf-quad-bike:before {
    content: ""
}

.rf-no-smoking:before {
    content: ""
}

.rf-vineyard:before {
    content: ""
}

.rf-safe:before {
    content: ""
}

.rf-solar-power:before {
    content: ""
}

.rf-telescope:before {
    content: ""
}

.rf-tv:before {
    content: ""
}

.rf-table-tennis:before {
    content: ""
}

.rf-compass:before {
    content: ""
}

.rf-desk:before {
    content: ""
}

.rf-under-floor-heating:before {
    content: ""
}

.rf-wedding:before {
    content: ""
}

.rf-heat:before {
    content: ""
}

.rf-i-pod:before {
    content: ""
}

.rf-cot:before {
    content: ""
}

.rf-day-room:before {
    content: ""
}

.rf-transfers:before {
    content: ""
}

.rf-helipad:before {
    content: ""
}

.rf-pool:before {
    content: ""
}

.rf-spa:before {
    content: ""
}

.rf-shop:before {
    content: ""
}

.rf-tennis:before {
    content: ""
}

.rf-restaurant:before {
    content: ""
}

.rf-parking:before {
    content: ""
}

.rf-wifi:before {
    content: ""
}

.rf-bar:before {
    content: ""
}

.rf-gym:before {
    content: ""
}

.rf-24h-security:before {
    content: ""
}

.rf-deck:before {
    content: ""
}

.rf-laundry:before {
    content: ""
}

.rf-wine-cellar:before {
    content: ""
}

.rf-business-facilities:before {
    content: ""
}

.rf-library:before {
    content: ""
}

.rf-kids-club:before {
    content: ""
}

.rf-boma:before {
    content: ""
}

.facilities-list {
    -webkit-padding-start: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0
}

.facilities-list>li {
    position: relative;
    height: 50px;
    margin: 10px;
    display: inline-block
}

.facilities-list>li:before {
    content: none !important
}

.facilities-list>li:not(.more) {
    width: 50px;
    background: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.facilities-list>li:not(.more) i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem
}

.facilities-list>li:not(.more):hover {
    background: #900;
    color: #f0f0f0
}

.facilities-list>li.more {
    color: #232323;
    width: 80px;
    line-height: 50px
}

.facilities-list>li.more i {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    left: 0
}

.facilities-list>li.plus-more {
    top: 10px
}

.facilities-list>li i {
    position: absolute
}

.facilities-list>li .facility-label {
    color: #232323 !important;
    font-size: .9rem;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -5px;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media screen and (min-width:768px) {
    .facilities-list.facilities-collapsable>li.collapsing.collapse-xs {
        display: inline-block;
        height: 50px !important
    }
}

@media screen and (min-width:768px) {
    .facilities-list.facilities-collapsable>li.collapse.collapse-xs {
        display: inline-block;
        height: 50px !important
    }
}

@media screen and (max-width:767px) {
    .facilities-list.facilities-collapsable>li.collapse.collapse-xs {
        display: none
    }
}

.facilities-list.facilities-collapsable>li.collapse.in {
    display: inline-block
}

@media screen and (max-width:767px) {
    .facilities-list.facilities-collapsable>li.label-open {
        margin: 10px 10px 30px 10px
    }
}

@media screen and (min-width:768px) {
    .facilities-list.facilities-collapsable>li .facility-label {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .fc-collapsable-trigger {
        display: none !important
    }
}

.modal.map {
    background-color: rgba(0, 0, 0, .8)
}

.modal.map .modal-dialog {
    height: calc(100vh - 20px)
}

@media screen and (min-width:768px) {
    .modal.map .modal-dialog {
        height: calc(100vh - 60px)
    }
}

.modal.map .modal-dialog .modal-content {
    height: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.modal.map .modal-header {
    background-color: transparent
}

.modal.map .modal-header .close {
    color: #fff;
    top: 5px;
    right: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.modal.map .modal-body {
    height: calc(100% - 40px);
    padding: 0
}

.mapbox-map-container {
    position: relative;
    height: 100%
}

.mapbox-map-container .mapbox-map {
    height: 100%;
    min-height: 250px;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:1200px) {
    .mapbox-map-container .mapbox-map {
        min-height: 450px
    }
}

.mapbox-map-container .mapbox-map .mapboxgl-canvas {
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0
}

.mapbox-map-container .mapbox-map .marker {
    width: 30px;
    height: 70px;
    background-size: cover
}

.mapbox-map-container .mapbox-map .marker:hover {
    cursor: pointer
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-close-button,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-close-button {
    z-index: 2;
    font-size: 2em;
    color: #fff;
    right: 2px;
    top: 2px;
    outline: 0 !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-close-button {
    background-image: none !important
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-content,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-content {
    padding: 2px
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-content a,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-content a {
    text-decoration: none
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-content .teaser,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-content .teaser {
    width: 110px;
    height: 95px;
    padding: .8em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-content .teaser .overlay,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-content .teaser .overlay {
    top: auto;
    bottom: 0;
    height: 64px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-content .teaser .content,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-content .teaser .content {
    width: 100%;
    align-self: flex-end;
    text-align: left;
    text-decoration: none;
    color: #fff
}

.mapbox-map-container .mapbox-map.map-popover-teaser .leaflet-popup-content .teaser .content h5,
.mapbox-map-container .mapbox-map.map-popover-teaser .mapboxgl-popup-content .teaser .content h5 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400
}

.mapbox-map-container .mapbox-map .leaflet-control-attribution,
.mapbox-map-container .mapbox-map .mapbox-logo,
.mapbox-map-container .mapbox-map .mapboxgl-ctrl-bottom-left,
.mapbox-map-container .mapbox-map .mapboxgl-ctrl-bottom-right {
    display: none
}

.best-time-to-visit ul.best-time-legend,
.best-time-to-visit ul.best-time-months {
    list-style: none;
    width: 100%;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem
}

.best-time-to-visit ul.best-time-legend>li,
.best-time-to-visit ul.best-time-months>li {
    text-align: center
}

.best-time-to-visit ul.best-time-legend>li:before,
.best-time-to-visit ul.best-time-months>li:before {
    content: '';
    background-color: #f0f0f0
}

.best-time-to-visit ul.best-time-legend>li.green:before,
.best-time-to-visit ul.best-time-months>li.green:before {
    background-color: #8fc27d
}

.best-time-to-visit ul.best-time-legend>li.light-green:before,
.best-time-to-visit ul.best-time-months>li.light-green:before {
    background-color: #aad19e
}

.best-time-to-visit ul.best-time-legend {
    margin-top: 3.5rem
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-legend {
        margin-top: 1em;
        border-top: none;
        text-align: left
    }
}

.best-time-to-visit ul.best-time-legend>li {
    display: inline-block;
    margin-left: .9rem
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-legend>li {
        margin-left: 2.4rem
    }
}

.best-time-to-visit ul.best-time-legend>li:first-child {
    margin-left: 0;
    font-family: Muli, sans-serif;
    font-size: 1.5rem
}

.best-time-to-visit ul.best-time-legend>li:first-child:before {
    content: none
}

.best-time-to-visit ul.best-time-legend>li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-right: 4px;
    vertical-align: text-top;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-legend>li:before {
        width: 13px;
        height: 13px;
        margin-right: 10px
    }
}

.best-time-to-visit ul.best-time-months {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-months {
        padding-bottom: 2em
    }
}

.best-time-to-visit ul.best-time-months>li {
    width: 100%;
    font-size: 0;
    line-height: 0;
    font-family: Montserrat, sans-serif
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-months>li {
        font-size: 1.2rem
    }
}

.best-time-to-visit ul.best-time-months>li:before {
    display: block;
    height: 22px
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-months>li:before {
        margin-bottom: 1rem
    }
}

.best-time-to-visit ul.best-time-months>li:after {
    content: attr(first-letter);
    display: block;
    font-size: 1.2rem;
    line-height: 2.3rem;
    font-family: Montserrat, sans-serif
}

@media screen and (min-width:768px) {
    .best-time-to-visit ul.best-time-months>li:after {
        display: none
    }
}

/* Give the image 3px of space to breathe. */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
    background: none 3px center / 19px 19px no-repeat;
    padding-left: 28px;
}

/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
    padding-left: 2px;
}

.chosenImage-container .chosen-single span {
    background-position: left 2px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
    padding-left: inherit;
}

/*! jQuery UI - v1.12.1 - 2017-03-01
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #777
}

.ui-widget-content {
    border: 1px solid #ccc;
    background: #f9f9f9 url("images/ui-bg_highlight-hard_100_f9f9f9_1x100.png") 50% top repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: #333 url("images/ui-bg_diagonals-thick_8_333333_40x40.png") 50% 50% repeat;
    color: #eee;
    font-weight: bold
}

.ui-widget-header a {
    color: #eee
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #777;
    background: #111 url("images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #e3e3e3;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #000;
    background: #1c1c1c url("images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #fff
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #fff;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ccc;
    background: #fff;
    font-weight: normal;
    color: #222
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #ccc;
    background-color: #222
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #222;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ffde2e;
    background: #ffeb80 url("images/ui-bg_inset-hard_55_ffeb80_1x100.png") 50% bottom repeat-x;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #ffde2e;
    background: #ffeb80
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #9e0505;
    background: #cd0a0a url("images/ui-bg_inset-hard_45_cd0a0a_1x100.png") 50% bottom repeat-x;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_bbbbbb_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_4ca300_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffcf29_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_ededed_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("images/ui-bg_highlight-hard_40_aaaaaa_1x100.png") 50% top repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}

/*! jQuery UI - v1.12.1 - 2017-03-01
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

/*! jQuery UI - v1.12.1 - 2017-03-01
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=black-tie&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=20&bgImgOpacityShadow=50&bgTextureShadow=highlight_soft&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=40&bgTextureOverlay=highlight_hard&bgColorOverlay=aaaaaa&iconColorError=ffcf29&fcError=ffffff&borderColorError=9e0505&bgImgOpacityError=45&bgTextureError=inset_hard&bgColorError=cd0a0a&iconColorHighlight=4ca300&fcHighlight=363636&borderColorHighlight=ffde2e&bgImgOpacityHighlight=55&bgTextureHighlight=inset_hard&bgColorHighlight=ffeb80&iconColorActive=222222&fcActive=222222&borderColorActive=cccccc&bgImgOpacityActive=65&bgTextureActive=flat&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=000000&bgImgOpacityHover=55&bgTextureHover=glass&bgColorHover=1c1c1c&iconColorDefault=ededed&fcDefault=e3e3e3&borderColorDefault=777777&bgImgOpacityDefault=40&bgTextureDefault=glass&bgColorDefault=111111&iconColorContent=222222&fcContent=222222&borderColorContent=cccccc&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f9f9f9&iconColorHeader=bbbbbb&fcHeader=eeeeee&borderColorHeader=a3a3a3&bgImgOpacityHeader=8&bgTextureHeader=diagonals_thick&bgColorHeader=333333&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #777
}

.ui-widget-content {
    border: 1px solid #ccc;
    background: #f9f9f9 url("images/ui-bg_highlight-hard_100_f9f9f9_1x100.png") 50% top repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #a3a3a3;
    background: #333 url("images/ui-bg_diagonals-thick_8_333333_40x40.png") 50% 50% repeat;
    color: #eee;
    font-weight: bold
}

.ui-widget-header a {
    color: #eee
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #777;
    background: #111 url("images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #e3e3e3;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #000;
    background: #1c1c1c url("images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #fff
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #fff;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ccc;
    background: #fff;
    font-weight: normal;
    color: #222
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #ccc;
    background-color: #222
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #222;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ffde2e;
    background: #ffeb80 url("images/ui-bg_inset-hard_55_ffeb80_1x100.png") 50% bottom repeat-x;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #ffde2e;
    background: #ffeb80
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #9e0505;
    background: #cd0a0a url("images/ui-bg_inset-hard_45_cd0a0a_1x100.png") 50% bottom repeat-x;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_bbbbbb_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_4ca300_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffcf29_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_ededed_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("images/ui-bg_highlight-hard_40_aaaaaa_1x100.png") 50% top repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaa;
    box-shadow: -8px -8px 8px #aaa
}

@charset "UTF-8";

@font-face {
    font-family: FontAwesome;
    src: url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-star:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.section-crash {
    padding-bottom: 3em
}

.section-crash .crash-container .content .crash {
    margin: 2em -15px 2.5em;
    width: calc(100% + 30px);
    height: 200px;
    background-size: cover;
    background-position: center center
}

.section-crash .crash-container .content .overlay {
    display: none
}

footer {
    color: #828282;
    overflow: hidden
}

@media screen and (min-width:768px) {
    footer::before {
        content: '\e902';
        font-family: RhinoAfrica;
        position: absolute;
        font-size: 50em;
        bottom: -.403em;
        left: -.53em;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.05)";
        filter: alpha(opacity=.05);
        -moz-opacity: .05;
        -khtml-opacity: .05;
        opacity: .05
    }
}

footer .chosen-container-single.chosen-container-active .chosen-drop .chosen-results .active-result.highlighted {
    color: #272727
}

footer a {
    color: #828282
}

footer .menu {
    text-align: center;
    padding-top: 2.5em;
    padding-bottom: 1em
}

footer .menu .select-wrapper {
    margin: .5em 0
}

footer .menu .select-wrapper:not(.select-multi) .chosen-container::before,
footer .menu .select-wrapper:not(.select-multi)::before {
    color: #828282;
    border-color: #828282;
    border-left: 0;
    background-color: transparent
}

footer .menu .select-wrapper .chosen-container {
    background-color: transparent;
    text-align: left
}

footer .menu .select-wrapper .chosen-container .chosen-single {
    border-color: #828282;
    box-shadow: none
}

footer .menu .select-wrapper .chosen-container .chosen-drop {
    background-color: #272727;
    border-color: #828282;
    color: #828282;
    padding: 4px
}

footer .menu .select-wrapper .chosen-container .chosen-results li {
    line-height: 1.5
}

footer .menu .select-wrapper .currency-toggle,
footer .menu .select-wrapper .language-toggle {
    width: 100%;
    display: block;
    border-color: #828282;
    background-color: transparent;
    color: #828282;
    padding: .5em 1em;
    font-size: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

footer .menu .footer-menu {
    padding: 0;
    list-style: none;
    margin-top: 1.5em;
    text-transform: uppercase;
    color: #fff
}

footer .menu .footer-menu li {
    padding: .8em 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

footer .menu .footer-menu li:first-child {
    border-top: none
}

footer .menu .footer-menu li a {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem
}

footer .copyright-container .copyright {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em
}

footer .copyright-container .copyright p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0
}



.label.label-default {
    background-color: #272727;
    border-color: #272727;
    color: #fff
}

.label.label-default.active,
.label.label-default.hover,
.label.label-default:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.label.label-info {
    background-color: #828282;
    border-color: #828282;
    color: #fff
}

.label.label-info.active,
.label.label-info.hover,
.label.label-info:hover {
    background-color: #828282;
    border-color: #828282
}

.label.label-warning {
    color: #272727;
    border-color: #272727;
    background-color: #fff
}

.label.label-warning.active,
.label.label-warning.hover,
.label.label-warning:hover {
    background-color: #4a4a4a;
    color: #fff
}

.label.label-success {
    border-color: #ae8e48;
    color: #ae8e48
}

.label.label-success.active,
.label.label-success.hover,
.label.label-success:hover {
    color: #fff;
    background-color: #ae8e48
}

.label.label-primary {
    border-color: #d5d5d5;
    color: #5e5e5e
}

.label.label-primary.active,
.label.label-primary.hover,
.label.label-primary:hover {
    color: #828282;
    background-color: #d5d5d5
}

.popover {
    font-family: Muli, sans-serif;
    font-weight: 300;
    background: #fff;
    color: #272727;
    border-color: rgba(0, 0, 0, .28);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .35)
}

.popover.top>.arrow {
    border-top-color: rgba(0, 0, 0, .35)
}

.popover.top>.arrow:after {
    border-top-color: #fff
}

.popover.right>.arrow {
    border-right-color: rgba(0, 0, 0, .35)
}

.popover.right>.arrow:after {
    border-right-color: #fff
}

.popover.bottom>.arrow {
    border-bottom-color: rgba(0, 0, 0, .35)
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fff
}

.popover.left>.arrow {
    border-left-color: rgba(0, 0, 0, .35)
}

.popover.left>.arrow:after {
    border-left-color: #fff
}

.teaser {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    width: 100%;
    padding: 1.5em;
    color: #fff
}

.teaser .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.35)";
    filter: alpha(opacity=.35);
    -moz-opacity: .35;
    -khtml-opacity: .35;
    opacity: .35
}

.teaser .content {
    z-index: 2;
    position: relative;
    align-self: center
}

.teaser .content .btn {
    color: inherit
}

.list {
    padding-left: 0;
    list-style: none;
    position: relative
}

.list li {
    position: relative;
    padding-left: 1em;
    padding-bottom: 20px
}

.list li:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #900
}

.form-group {
    float: left;
    width: 100%
}

form h3 {
    font-weight: 300
}

form label {
    font-weight: 400
}

form .control-label {
    margin-bottom: 10px;
    display: block
}

form .control-label .optional {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=.5);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

form .form-control {
    min-height: 52px;
    border-color: #272727;
    padding: 10px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .form-control {
    background: #fff
}

form .input-group {
    width: 100%
}

form .input-group.number-input {
    max-width: 135px;
    min-height: 52px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

form .input-group.number-input .input-group-addon {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    padding: 7px
}

form .input-group.number-input .input-group-addon:first-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .input-group.number-input .input-group-addon:last-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .input-group.number-input .input {
    display: inline-block;
    padding: 0 10px;
    width: calc(100% - 60px);
    text-align: center
}

form .input-group input {
    border-color: #272727
}

form .input-group input+.input-group-addon {
    border-left: 0
}

form .input-group .input-group-addon {
    border-color: #272727;
    background-color: #fff;
    width: 52px;
    font-size: 2.2rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease
}

form .input-group .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .input-group .input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

form .input-group .input-group-addon.minus,
form .input-group .input-group-addon.plus {
    border: 1px solid #272727
}

form .input-group .input-group-addon.minus:hover,
form .input-group .input-group-addon.plus:hover {
    background-color: #828282;
    border-color: #828282;
    color: #fff
}

form .input-group .input-group-addon+input {
    border-right: 0
}

form .chosen-container-single::before,
form .select-wrapper:not(.select-multi)::before {
    content: '\e916';
    color: #272727;
    background-color: #fff;
    border: 1px solid #272727
}

form .chosen-container-single:hover::before,
form .select-wrapper:not(.select-multi):hover::before {
    color: #fff;
    background-color: #272727
}

form .chosen-container-multi::before {
    content: '\e90a';
    color: #272727;
    background-color: transparent;
    border: 1px solid #272727;
    border-left: 0
}

form .chosen-container {
    background-color: #fff
}

form .chosen-container.chosen-container-active .chosen-single {
    border-color: #272727;
    background: 0 0;
    box-shadow: none
}

form .chosen-container.chosen-container-results {
    background-color: transparent
}

form .chosen-container.chosen-container-results .chosen-choices {
    padding: 9px 0 0;
    min-height: 43px;
    margin: 0;
    display: inline-block
}

form .chosen-container.chosen-container-results .chosen-choices.chosen-locked .search-choice {
    padding: 6px 8px
}

form .chosen-container.chosen-container-results .chosen-choices .search-choice {
    display: inline
}

form .chosen-container.chosen-container-results .chosen-choices .search-field {
    display: none
}

form .chosen-container .chosen-choices,
form .chosen-container .chosen-single {
    border-color: #272727;
    background: 0 0;
    z-index: 1;
    padding: 9px 62px 9px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .chosen-container .chosen-choices input,
form .chosen-container .chosen-single input {
    font-family: Muli, sans-serif !important
}

form .chosen-container .chosen-choices .search-choice,
form .chosen-container .chosen-single .search-choice {
    display: none;
    position: relative;
    float: left;
    list-style: none;
    font-family: Muli, sans-serif;
    line-height: 13px;
    margin: 3px;
    padding: 6px 25px 6px 8px;
    background: 0 0;
    border: none;
    background-color: #828282;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .chosen-container .chosen-choices .search-choice span,
form .chosen-container .chosen-single .search-choice span {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff
}

form .chosen-container .chosen-choices .search-choice .search-choice-close,
form .chosen-container .chosen-single .search-choice .search-choice-close {
    background-color: #f0f0f0;
    font-size: .6rem;
    height: 15px;
    width: 15px;
    top: 6px;
    right: 6px;
    padding: 1px 0 3px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    position: absolute;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

form .chosen-container .chosen-choices .search-choice .search-choice-close::after,
form .chosen-container .chosen-single .search-choice .search-choice-close::after {
    content: '\e910';
    font-family: RhinoAfrica;
    color: #4a4a4a
}

form .chosen-container .chosen-choices .search-field,
form .chosen-container .chosen-single .search-field {
    margin: 2px 2.5px;
    font-size: 1.6rem;
    position: relative
}

form .chosen-container .chosen-choices .search-field,
form .chosen-container .chosen-choices .search-field input,
form .chosen-container .chosen-single .search-field,
form .chosen-container .chosen-single .search-field input {
    width: 100% !important
}

form .chosen-container .chosen-choices .search-field input,
form .chosen-container .chosen-single .search-field input {
    color: transparent !important
}

form .chosen-container .chosen-choices .search-field span,
form .chosen-container .chosen-single .search-field span {
    position: absolute;
    left: 0;
    top: 2px;
    color: #999;
    font-size: 1.6rem;
    line-height: 25px
}

form .chosen-container .chosen-choices {
    min-height: 52px
}

form .chosen-container .chosen-results,
form .chosen-container .chosen-single {
    font-size: 1.6rem;
    color: inherit
}

form .chosen-container .chosen-single {
    padding: 12px 62px 12px 10px;
    height: 52px;
    line-height: 28px;
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem
}

form .chosen-container .chosen-single span {
    margin-right: 0
}

form .chosen-container .chosen-drop {
    padding: 10px 12px;
    border-color: #272727;
    border-top: 1px;
    margin-top: 0
}

form .chosen-container .chosen-drop .chosen-results .highlighted {
    background: none 3px center/19px 19px no-repeat;
    background-color: #f0f0f0;
    color: inherit
}

form .calendar-group {
    height: 54px;
    border: 1px solid #272727;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

form .calendar-group .calendar-from-to {
    font-size: 16px;
    line-height: 1.8;
    border: 0;
    cursor: pointer;
    box-shadow: none
}

form .calendar-group .calendar-from-to .active {
    color: #900;
    font-weight: 700
}

form .calendar-group .calendar-from-to .calendar-from:hover,
form .calendar-group .calendar-from-to .calendar-to:hover {
    font-weight: 700
}

form .calendar-group .calendar-nights {
    background-color: #272727;
    border: none;
    height: 52px;
    width: 80px;
    padding: 16px 12px
}

form .calendar-group .calendar-nights i {
    color: #fff
}

form .calendar-group .calendar-nights input {
    background: 0 0;
    color: #fff;
    min-height: inherit;
    border: none;
    padding: 0;
    margin: 0
}

form .daterangepicker {
    border: 0
}

form .daterangepicker .calendar-header {
    background-color: #272727;
    border: 1px solid #272727;
    color: #fff;
    position: absolute;
    top: 0
}

form .daterangepicker .calendar-dates {
    position: absolute;
    top: 41px;
    background-color: #fff
}

form .daterangepicker .calendar-dates .date {
    border-color: #272727
}

form .daterangepicker .calendar-dates .date .title {
    color: #828282
}

form .daterangepicker .calendar-dates .date .day-month,
form .daterangepicker .calendar-dates .date .month {
    color: #232323
}

form .daterangepicker .calendar-week {
    padding: .5em 0;
    position: absolute;
    top: 120px;
    background-color: #f0f0f0
}

form .daterangepicker .calendar-week th {
    color: #828282
}

form .daterangepicker .calendars {
    position: absolute;
    top: 165px;
    height: calc(100vh - 165px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

form .daterangepicker .calendar .calendar-table {
    padding: 0;
    border: 0
}

form .daterangepicker .calendar .calendar-table table {
    border-collapse: initial
}

form .daterangepicker .calendar .calendar-table thead {
    background-color: #272727;
    color: #fff
}

form .daterangepicker .calendar .calendar-table thead th {
    line-height: 2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

form .daterangepicker .calendar .calendar-table tbody td {
    position: relative;
    line-height: 38px;
    color: #272727;
    border: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

form .daterangepicker .calendar .calendar-table tbody td.disabled {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
    filter: alpha(opacity=.3);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

form .daterangepicker .calendar .calendar-table tbody td.in-range {
    background-color: #f0f0f0
}

form .daterangepicker .calendar .calendar-table tbody td.active,
form .daterangepicker .calendar .calendar-table tbody td.end-date {
    background-color: #900;
    color: #fff
}

form .daterangepicker .calendar .calendar-table tbody td.start-date::after,
form .daterangepicker .calendar .calendar-table tbody td.start-date::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    background-color: transparent;
    border-style: solid
}

form .daterangepicker .calendar .calendar-table tbody td.start-date::before {
    top: 0;
    border-width: 0 15px 25px 0;
    border-color: transparent #f0f0f0 transparent transparent
}

form .daterangepicker .calendar .calendar-table tbody td.start-date::after {
    bottom: 0;
    border-width: 0 0 25px 15px;
    border-color: transparent transparent #f0f0f0 transparent
}

form .daterangepicker .calendar .calendar-table tbody td.end-date::after,
form .daterangepicker .calendar .calendar-table tbody td.end-date::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    background-color: transparent;
    border-style: solid
}

form .daterangepicker .calendar .calendar-table tbody td.end-date::before {
    top: 0;
    border-width: 25px 15px 0 0;
    border-color: #f0f0f0 transparent transparent transparent
}

form .daterangepicker .calendar .calendar-table tbody td.end-date::after {
    bottom: 0;
    border-width: 25px 0 0 15px;
    border-color: transparent transparent transparent #f0f0f0
}

form .daterangepicker .ranges {
    margin: 0
}

form .daterangepicker .ranges .applyBtn,
form .daterangepicker .ranges .cancelBtn {
    z-index: 2
}

form .daterangepicker .ranges .applyBtn {
    background-color: #66944c;
    border-color: #66944c;
    color: #fff
}

form .daterangepicker .ranges .cancelBtn {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #272727
}

form .tagselect-container {
    list-style: none;
    padding: 0;
    margin: 0
}

form .tagselect-container .label {
    padding: .5em;
    margin: 5px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

form .tagselect-container .label.label-default {
    border-color: #272727;
    background-color: #fff;
    color: #272727
}

form .tagselect-container .label.label-default.active,
form .tagselect-container .label.label-default.hover,
form .tagselect-container .label.label-default.tagselect-selected,
form .tagselect-container .label.label-default:hover {
    border-color: #828282;
    color: #fff
}

form .tagselect-container .label.label-default.hover,
form .tagselect-container .label.label-default:hover {
    background-color: #f0f0f0
}

form .tagselect-container .label.label-default.active,
form .tagselect-container .label.label-default.tagselect-selected {
    background-color: #828282
}

form .tagselect-container .label.label-warning {
    background-color: #f0f0f0;
    border-color: #fff;
    color: #272727
}

form .tagselect-container .label.label-warning.active,
form .tagselect-container .label.label-warning.hover,
form .tagselect-container .label.label-warning.tagselect-selected,
form .tagselect-container .label.label-warning:hover {
    color: #fff
}

form .tagselect-container .label.label-warning.hover,
form .tagselect-container .label.label-warning:hover {
    background-color: #8fc27d
}

form .tagselect-container .label.label-warning.active,
form .tagselect-container .label.label-warning.tagselect-selected {
    background-color: #579641
}

form .tagselect-container .check {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    line-height: 20px
}

form .tagselect-container .check::before {
    content: '';
    font-family: RhinoAfrica;
    color: #fff;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #272727;
    position: absolute;
    top: 2px;
    left: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

form .tagselect-container .check::after {
    content: '\f0c8';
    font-family: FontAwesome;
    color: #272727;
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

form .tagselect-container .check.hover::before,
form .tagselect-container .check:hover::before {
    background-color: #4a4a4a
}

form .tagselect-container .check.active::before,
form .tagselect-container .check.tagselect-selected::before {
    width: 0;
    top: -3px;
    left: 10px;
    border-radius: 0;
    opacity: 1;
    z-index: 2;
    border-width: 1px;
    border-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

form .tagselect-container .check.active::after,
form .tagselect-container .check.tagselect-selected::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

form .input-slider {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em
}

form .input-slider .input-group {
    width: auto
}

form .input-slider .input-group .input-group-addon,
form .input-slider .input-group input {
    font-size: 90% !important
}

form .input-slider .input-group .input-group-addon {
    border: 0;
    font-size: inherit;
    background-color: transparent;
    padding: 0;
    width: 15px
}

form .input-slider .input-group input {
    border: 0;
    background-color: transparent;
    width: 55px;
    text-align: right
}

form .input-slider .slider-max,
form .input-slider .slider-min {
    max-width: 50%;
    position: absolute;
    bottom: 0
}

form .input-slider .slider-min {
    left: 0
}

form .input-slider .slider-max {
    right: 0
}

form .collapse-link {
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    margin-bottom: 15px;
    display: block;
    text-decoration: underline
}

.dropdown-menu .btn,
.modal .btn {
    padding: .5em 1.5em
}

.dropdown-menu .btn.cancel,
.modal .btn.cancel {
    float: left;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    border-bottom: 1px solid #272727
}

.dropdown-menu .btn.cancel::after,
.modal .btn.cancel::after {
    content: '';
    display: none
}

.dropdown-menu .btn.apply,
.modal .btn.apply {
    font-weight: 700;
    float: right;
    margin-top: .6em;
    margin-bottom: .6em
}

.dropdown-menu .btn {
    padding: .5em 1.5em
}

.modal {
    text-align: left
}

.modal .modal-content {
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

.modal .modal-header {
    padding: 20px 35px;
    background-color: #f0f0f0;
    border: 0
}

.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 25px;
    color: #272727;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=.5);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal .modal-header .close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.modal .modal-header .modal-title {
    font-weight: 300
}

.modal .modal-body {
    width: 100%;
    padding: 25px 35px;
    display: inline-block
}

.modal .modal-body .form-group {
    margin-bottom: 30px
}

.modal .modal-body .form-group:last-child {
    margin-bottom: 0
}

.modal .modal-footer {
    border-top: 0;
    padding: 10px 35px 20px
}

.modal .btn {
    font-size: 1.2rem;
    padding: 1em 2em
}

.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot {
    cursor: default !important
}

.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot.active span {
    background: #900
}

.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot span {
    background: #272727
}

.section-trip-advisor {
    padding: 2rem 0
}

.section-trip-advisor span {
    display: block
}

.section-trip-advisor .ta-footer-logo {
    height: 45px;
    padding: 0 5px
}

.section-details {
    text-align: left;
    padding-top: 2.5em;
    padding-bottom: 1.5em
}

.section-details .container-fluid .mobile-spacing {
    margin-top: 2.75em;
    padding-top: 2.5em;
    border-top: 1px solid #828282
}

.section-details .details {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-details .details>li {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.section-summary {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.section-summary .summary {
    padding-top: 1.2em;
    padding-bottom: 2.2em
}

.section-summary .summary h2+h2,
.section-summary .summary p+p {
    margin-top: -10px
}

.section-summary .main-summary {
    position: relative;
    border: 15px solid #fff
}

.section-summary .middle-line {
    display: none
}

.modal.more-info .modal-header {
    padding: 20px 50px 20px 30px;
    word-wrap: break-word
}

.modal.more-info .modal-body {
    padding: 15px 20px
}

.modal.more-info .modal-body .heading {
    font-weight: 300;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px
}

.modal.more-info .modal-body .heading+.heading {
    margin-top: -10px;
    margin-bottom: 20px
}

.modal.more-info .modal-body .right>.teaser {
    padding-bottom: 56.25%
}

.modal.more-info .modal-body .col {
    padding: 0
}

.modal.more-info .modal-body .btn-link {
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: right;
    white-space: normal
}

.modal.more-info .modal-body .usp-info {
    padding: 2rem 4rem 2rem 8rem
}

.modal.more-info .modal-body .usp-info h5 {
    position: relative
}

.modal.more-info .modal-body .usp-info i {
    position: absolute;
    font-size: 3rem;
    margin-left: -4rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-details .details>li.middle-line {
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    text-transform: capitalize;
    color: #474747;
    font-family: 'Gotham SSm', sans-serif;
    font-size: 85%;
    margin: 45px 0;
    min-height: 4px;
    padding: 5px 0;
    word-wrap: break-word;
    top: -3px
}

.section-details .details>li.middle-line::after,
.section-details .details>li.middle-line::before {
    content: '';
    display: block;
    height: 35px;
    position: absolute;
    left: calc(50% - 2px);
    border-left: 4px dotted #9b8856
}

.section-details .details>li.middle-line::before {
    bottom: 100%
}

.section-details .details>li.middle-line::after {
    top: 100%
}

.section-details .details>li.middle-line.start-end {
    margin: 0 0 45px 0
}

.section-details .details>li.middle-line.start-end::after {
    top: 100%
}

.section-details .details>li.middle-line.start-end::before {
    content: none
}

.section-details .details>li.middle-line.start-end:last-child {
    margin: 45px 0 0 0
}

.section-details .details>li.middle-line.start-end:last-child::after {
    bottom: 100%;
    top: auto
}

.section-details .details>li .col {
    display: block;
    padding: 15px
}

.section-details .details>li .col .title {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px
}

.section-details .details>li .col h4.title {
    line-height: 2.4rem;
    letter-spacing: 3px;
    font-size: 1.8rem;
    font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #272727;
    text-transform: uppercase;

}

.section-details .details>li .col .number-input {
    max-width: 160px;
    margin: 0 auto
}

.section-details .details>li .col p {
    margin: 0
}

.section-details .details>li .more {
    color: #900;
    text-transform: none;
    font-weight: 400;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    top: -10px;
    left: 15px;
    border: 0;
    vertical-align: initial
}

.section-details .details>li .more::after {
    display: none
}

.section-details .details>li .left {
    padding: 0
}

.section-details .details>li .left .teaser {
    height: 210px
}

.section-details .details>li .left .country {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    background-color: #009688;
    font-size: 65%;
    font-family: 'Euclid Square Regular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 10;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.section-details .details>li .footer {
    padding: 0 15px 10px
}

.section-details .details>li .footer .property.teaser {
    height: 180px
}

.section-details .details>li .footer .controls {
    border-top: 1px solid rgba(130, 130, 130, .3);
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 40px;
    width: 100%;
    display: table
}

.section-details .details>li .footer .controls .heading {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 50px);
    margin: 0
}

@media screen and (max-width:767px) {
    .section-details .details>li .footer .properties {
        padding: 10px 0
    }
}

.section-details .details>li .footer .properties>.heading {
    font-weight: 300;
    margin-bottom: 20px
}

.section-details .details>li .footer .properties .sp-brief .info {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.section-details .details>li .footer .properties .sp-brief .info p {
    margin: 0
}

.section-details .details>li .footer .properties-modals .modal.more-info .modal-body .teaser {
    margin-bottom: 10px
}

.section-details .details>li .teaser .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 15px;
    background: 0 0;
    background: -moz-linear-gradient(top, transparent 0, rgba(14, 14, 14, .9) 100%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(14, 14, 14, .9) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(14, 14, 14, .9) 100%)
}

.section-details .details>li .teaser .caption .title {
    display: inline-block;
    margin: 0
}

.section-details .details>li .subtitle {
    margin-bottom: 20px;
    border-top: 1px solid rgba(130, 130, 130, .3);
    padding-top: 15px
}

.section-details .details>li .facilities {
    padding-bottom: 10px;
    border-bottom: 1px solid #828282
}

.section-details .details>li .owl-carousel .slide a {
    color: inherit;
    text-decoration: none
}

.section-details .details>li .owl-carousel .slide .teaser {
    height: 200px
}

.section-details .details>li .owl-carousel .slide .info {
    display: block;
    background-color: rgba(240, 240, 240, .5);
    padding: 15px
}

.section-details .details>li .owl-carousel .slide .info .title {
    font-family: 'Gotham SSm', sans-serif;
    color: #474747;
    margin: 0;
    font-weight: 500;
    font-size: .89em;
}

.section-details .details>li .owl-carousel .owl-nav:not(.disabled) {
    margin: 0;
    display: none
}

.section-details .details>li .owl-carousel .owl-nav:not(.disabled) .owl-next,
.section-details .details>li .owl-carousel .owl-nav:not(.disabled) .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    background-color: transparent;
    color: #fff;
    font-size: 3.5rem;
    margin: 0 .4em;
    padding: 0;
    text-shadow: .5px 1px rgba(0, 0, 0, .35)
}

.section-details .details>li .owl-carousel .owl-nav:not(.disabled) .owl-prev {
    left: 0
}

.section-details .details>li .owl-carousel .owl-nav:not(.disabled) .owl-next {
    right: 0
}

@media screen and (max-width:767px) {
    .section-summary .summary {
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    .section-summary .summary .tour-summary {
        background: #fff;
        padding-bottom: 10px
    }
}

.section-summary .summary .tour-summary ul {
    list-style: none;
    padding-left: 15px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(130, 130, 130, .3)
}

.section-summary .summary .tour-summary ul>li {
    position: relative;
    padding-bottom: 20px;
    font-family: 'Gotham SSm', sans-serif;
    line-height: 2rem
}

.section-summary .summary .tour-summary ul>li:before {
    content: "•";
    color: #813f27;
    display: inline-block;
    width: 2rem;
    font-size: 1.8rem;
    margin-left: -2rem;
    position: relative;
    top: .5rem
}

.section-summary .summary .tour-summary ul>li.line:after {
    content: ' ';
    position: absolute;
    display: block;
    height: 45px;
    left: calc(-1.5rem - 1.5px);
    bottom: -5px;
    border-left: 3px dotted rgba(130, 130, 130, .3)
}

.section-summary .summary .tour-summary ul>li small {
    display: block
}

.section-summary .summary .tour-summary ul>li:not(.total):last-of-type:after {
    content: none
}

.section-summary .summary .tour-summary ul>li.total {
    border-top: 1px solid #655d58;
    border-bottom: 1px solid #655d58;
    padding: 15px 5px 50px 15px;
    margin-left: -15px
}

.section-summary .summary .tour-summary ul>li.total:before {
    content: none
}

.section-summary .summary .tour-summary ul>li.total span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 .5rem;
    min-height: 42px;
    background: #655d58;
    text-align: left
}

.section-summary .summary .tour-summary ul>li.total span span {
    position: relative;
    padding: 0 2px 0 3px
}

.section-summary .summary .tour-summary ul>li.total span small {
    position: relative;
    top: 15px;
    padding: 0 5px;
    color: #fff;
    font-weight: 700
}

.section-summary .enquire {
    display: block;
    width: 100%;
    float: left
}

.section-recommend {
    padding-top: 1.8em !important;
    padding-bottom: 3.2em !important;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0 !important
}

@media screen and (min-width:768px) {
    .section-crash {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container {
        height: calc(100vw / 4 * 2 - 1px);
        display: block;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .section-crash .crash-container {
        height: calc(100vw / 5 * 2 - 1px)
    }
}

@media screen and (min-width:1200px) {
    .section-crash .crash-container {
        height: calc(100vw / 7 * 2 - 1px)
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 2;
        position: relative;
        height: 100%;
        color: #fff
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container .content h2 {
        margin: 0 0 10px
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container .content .btn-success {
        margin-top: 1em
    }
}

@media screen and (min-width:768px) {

    .section-crash .crash-container .content .crash,
    .section-crash .crash-container .content .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(100% + 30px);
        margin: 0 -15px;
        z-index: -1
    }
}

.section-crash .crash-container .content .overlay {
    display: block;
    background-color: #272727;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
    filter: alpha(opacity=.25);
    -moz-opacity: .25;
    -khtml-opacity: .25;
    opacity: .25
}

@media screen and (min-width:768px) {
    footer {
        font-size: 1.2rem;
        position: relative
    }
}

@media screen and (min-width:768px) {
    footer::before {
        content: '\e902';
        font-family: RhinoAfrica;
        position: absolute;
        font-size: 50em;
        line-height: 1.37em;
        bottom: -.403em;
        left: -.53em;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.05)";
        filter: alpha(opacity=.05);
        -moz-opacity: .05;
        -khtml-opacity: .05;
        opacity: .05
    }
}

@media screen and (min-width:768px) {
    footer a:hover {
        color: #fff !important;
        text-decoration: none
    }
}

@media screen and (min-width:768px) {
    footer .menu {
        padding: 5.5em 8% 4em;
        text-align: left
    }
}

@media screen and (min-width:768px) {
    footer .menu .select-wrapper {
        margin: 0;
        margin-bottom: .5em
    }
}

@media screen and (min-width:768px) {

    footer .menu .select-wrapper .currency-toggle,
    footer .menu .select-wrapper .language-toggle {
        padding: .6em 1em
    }
}

@media screen and (min-width:768px) {
    footer .menu .select-wrapper select {
        border-color: #828282;
        color: #828282
    }
}

@media screen and (min-width:768px) {
    footer .menu .contact {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 2em;
        font-size: inherit;
        float: left
    }
}

footer .menu .contact li {
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {

    footer .menu .contact a,
    footer .menu .contact li {
        color: #fff;
        line-height: 1.7rem
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu {
        font-size: inherit;
        margin: 0;
        font-weight: 400;
        line-height: 1.7rem
    }
}

@media screen and (min-width:768px) {

    footer .menu .footer-menu.associations .footer-header,
    footer .menu .footer-menu.social .footer-header {
        display: block
    }
}

@media screen and (min-width:768px) {

    footer .menu .footer-menu.associations li,
    footer .menu .footer-menu.social li {
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.social li a {
        font-size: 2.3rem;
        margin-right: .7em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.social li i {
        margin: 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations {
        margin-bottom: 2em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li {
        margin-left: 1em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li.footer-header {
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(2) {
        margin-left: 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(2) img {
        height: 35px
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(3) img {
        height: 32px
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(4) img {
        height: 40px
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(5) img {
        height: 40px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=.5);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu li {
        border: 0;
        padding: 0;
        margin: .3em 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu li a {
        font-weight: 300;
        font-family: inherit;
        font-size: inherit;
        color: #828282;
        text-transform: none
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-header {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 1em;
        font-weight: 700;
        line-height: 2rem
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-action {
        margin-top: .5em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-action a {
        color: #fff
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-action a:hover {
        text-decoration: underline
    }
}

@media screen and (min-width:768px) {
    footer .copyright-container .copyright {
        padding-top: 1.7em;
        padding-bottom: 1.7em
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog {
        width: 60vw;
        max-width: 500px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog {
        width: 50vw;
        max-width: 550px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.modal-sm {
        width: 50vw;
        max-width: 400px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog.modal-sm {
        width: 40vw;
        max-width: 450px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.modal-lg {
        width: 80vw;
        max-width: 600px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog.modal-lg {
        width: 70vw;
        max-width: 700px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.modal-xl {
        width: 90vw;
        max-width: 850px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog.modal-xl {
        width: 85vw;
        max-width: 950px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-header {
        padding: 20px 45px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-body {
        padding: 35px 45px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-footer {
        padding: 10px 45px 30px
    }
}

@media screen and (min-width:992px) {
    .modal .btn {
        font-size: 1.3rem
    }
}

@media screen and (min-width:768px) {
    .section-trip-advisor span {
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    .section-details {
        padding-top: 4em;
        padding-bottom: 3em
    }
}

@media screen and (min-width:768px) {
    .section-details .container-fluid .mobile-spacing {
        margin-top: 0;
        padding-top: 3em;
        border-top: none
    }
}

@media screen and (min-width:768px) {
    .section-details .details {
        padding: 0 30px
    }
}

@media screen and (min-width:992px) {
    .section-details .details {
        padding: 0 45px
    }
}

.section-summary .summary {
    position: relative
}

@media screen and (min-width:768px) {
    .section-summary .summary {
        padding: 30px 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary h2+h2 {
        margin-top: -10px
    }
}

@media screen and (min-width:768px) {
    .section-summary .main-summary {
        border: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .v-center {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .middle-line {
        display: flex;
        position: absolute;
        width: 1px;
        height: calc(100% - 10px - 60px);
        top: 35px;
        left: 50%;
        background: rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:768px) {
    .section-summary .trust-pilot .tp-star-item {
        height: 20px
    }
}

.section-details .owl-stage-outer {
    width: calc(100% - 1px)
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body {
        padding: 35px 30px 20px
    }
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body .right .teaser {
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .modal.more-info .modal-body .right .teaser {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body .right>.teaser {
        width: calc(50% - 10px);
        margin: 0 5px;
        padding-bottom: 45%;
        display: inline-block
    }
}

@media screen and (min-width:992px) {
    .modal.more-info .modal-body .right>.teaser {
        width: calc(50% - 20px);
        padding-bottom: 25%;
        margin: 0 10px
    }
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body .right .owl-carousel .slide .info {
        background-color: transparent;
        padding: 15px 0
    }
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body .right .owl-carousel .slide .teaser {
        height: 300px
    }
}

@media screen and (min-width:992px) {
    .modal.more-info .modal-body .right .owl-carousel .slide .teaser {
        height: 240px
    }
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body .right .owl-carousel .owl-nav:not(.disabled) {
        display: initial
    }
}

@media screen and (min-width:768px) {
    .modal.more-info .modal-body .right .owl-carousel .owl-dots {
        display: none
    }
}

@media screen and (min-width:992px) {
    .modal.more-info .modal-body .btn-link {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li.middle-line.start-end {
        margin-bottom: 45px
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li .col {
        width: 50%
    }
}

@media screen and (min-width:992px) {

    .section-details .details>li .col.left,
    .section-details .details>li .col.right {
        float: left
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li .col.left .content {
        padding-left: 3.2em
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .col.right {
        padding: 30px 50px
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li .col.right {
        padding: 60px 40px 30px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .col.right .content {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .col .number-input {
        display: inline-block;
        float: left
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .col .number-input+.title {
        display: inline-block;
        text-align: left;
        margin: 11px 15px;
        line-height: 30px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .left .slides .slide .teaser {
        height: 450px
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li .left .slides .slide .teaser {
        height: 380px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .left .country {
        padding: 6px 12px;
        top: 16px;
        left: 16px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .subtitle {
        margin-top: 0;
        padding-top: 25px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .content {
        padding-bottom: 1em;
        padding-left: 3.5em;
        padding-right: 2.5em
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .owl-carousel.destinations .slide .info {
        background-color: transparent;
        padding: 15px 0
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .owl-carousel.destinations .slide .teaser {
        height: 300px
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li .owl-carousel.destinations .slide .teaser {
        height: 330px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .owl-carousel .owl-nav:not(.disabled) {
        display: block;
        display: initial
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .owl-carousel .owl-dots {
        display: none
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer {
        padding: 0 50px 25px
    }
}

@media screen and (min-width:992px) {
    .section-details .details>li .footer {
        float: left;
        width: 100%;
        padding-top: 40px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .controls {
        border: 0;
        padding-top: 0;
        padding-bottom: 20px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .collapsible {
        display: block
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties>.col.left {
        padding: 0 15px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .visible-exclusive {
        display: none
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .sp-brief .info {
        background: initial;
        padding: initial
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .sp-brief .info p {
        margin: initial
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .owl-carousel {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .owl-carousel .slide {
        padding: 0 15px
    }
}

@media screen and (min-width:768px) {

    .section-details .details>li .footer .properties .owl-carousel .owl-nav:not(.disabled) .owl-next,
    .section-details .details>li .footer .properties .owl-carousel .owl-nav:not(.disabled) .owl-prev {
        text-shadow: none;
        color: #272727;
        top: calc(50% - 25px)
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .owl-carousel .owl-nav:not(.disabled) .owl-prev {
        left: calc(-35px - 5px)
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties .owl-carousel .owl-nav:not(.disabled) .owl-next {
        right: calc(-35px - 5px)
    }
}

@media screen and (min-width:768px) {
    .section-details .details>li .footer .properties-modals .modal-body .right .teaser {
        margin-bottom: 15px
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary .tour-summary ul {
        padding: 10px 15px;
        border-top: none;
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary .tour-summary ul>li.total {
        margin-top: 20px
    }
}

@media screen and (min-width:992px) {
    .section-summary .summary .tour-summary ul>li.total {
        padding-bottom: 15px
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary .tour-summary ul>li.total span {
        padding: 0 2rem
    }
}

@media screen and (min-width:992px) {
    .section-summary .summary .tour-summary ul>li.total span {
        left: auto;
        top: 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary .tour-summary ul>li.total span small {
        top: 2px;
        padding: 15px 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary .tour-summary ul>li.total span span {
        padding: 0 2px 0 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 4.5em
    }
}

@media screen and (min-width:992px) {
    .section-summary .summary {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 3em
    }
}

@media screen and (min-width:768px) {
    .section-summary .enquire form {
        padding: 0 15px
    }
}

@media screen and (min-width:992px) {
    .section-summary .enquire form {
        padding: 0 35px
    }
}

@media screen and (min-width:768px) {
    .section-summary .enquire form .collapse-link {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media screen and (min-width:768px) {
    .section-summary .enquire form .collapse-link:nth-of-type(1) {
        margin-top: calc(29px + 1em)
    }
}

@media screen and (min-width:992px) {
    .section-summary .enquire form .collapse-link:nth-of-type(1) {
        margin-top: calc(31px + 1em)
    }
}

@media screen and (min-width:768px) {
    .section-summary .enquire form .form-group {
        padding: 1em 15px .7em;
        margin: 0
    }
}

@media screen and (min-width:768px) {

    .section-summary .enquire form .form-group:nth-of-type(1),
    .section-summary .enquire form .form-group:nth-of-type(2) {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .section-summary .enquire form .form-group:nth-of-type(2) {
        margin-top: 29px
    }
}

@media screen and (min-width:992px) {
    .section-summary .enquire form .form-group:nth-of-type(2) {
        margin-top: 31px
    }
}

@media screen and (min-width:992px) {
    .section-summary .enquire form .section-form-submit {
        width: calc(100% + 100px);
        margin-left: -50px
    }
}

@media screen and (min-width:992px) {
    .section-summary .enquire form .section-form-submit .group-submit {
        padding: 0
    }
}

@media screen and (min-width:992px) {
    .section-summary .enquire form .section-form-submit .group-submit button {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@media screen and (min-width:1900px) {
    .section-crash .container-fluid {
        max-width: 100%
    }
}

@media screen and (min-width:1900px) {
    .section-crash .crash-container {
        height: calc(100vw / 8 * 2 - 1px)
    }
}

@media screen and (min-width:1900px) {
    .section-crash .crash-container .content .crash {
        width: calc(100% + 30px - .5px)
    }
}

@media screen and (min-width:1900px) {
    .section-crash .crash-container .content .btn-success {
        margin-top: 1em
    }
}

@media screen and (min-width:1900px) {
    footer {
        font-size: 1.4rem
    }
}

@media screen and (min-width:1200px) {
    footer::before {
        bottom: -.447em;
        left: -.6em;
        font-size: 60em;
        line-height: 1.43em
    }
}

@media screen and (min-width:1900px) {
    footer::before {
        left: -.55em
    }
}

@media screen and (min-width:1200px) {
    footer .menu {
        padding: 7em 8% 7em 10%;
        min-height: calc(430px - 56px)
    }
}

@media screen and (min-width:1900px) {
    footer .menu {
        padding-left: 12%;
        min-height: calc(485px - 66px)
    }
}

@media screen and (min-width:1200px) {

    footer .menu .select-wrapper .currency-toggle,
    footer .menu .select-wrapper .language-toggle {
        padding: .8em 1em
    }
}

@media screen and (min-width:1200px) {
    footer .menu .contact {
        margin-top: 2em
    }
}

@media screen and (min-width:1200px) {
    footer .menu .contact a {
        color: #fff;
        display: block
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu {
        font-size: inherit;
        margin: 0;
        font-weight: 400;
        line-height: 1.7rem
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu {
        padding: 0 .5em
    }
}

@media screen and (min-width:1200px) {

    footer .menu .footer-menu.associations .footer-header,
    footer .menu .footer-menu.social .footer-header {
        color: inherit
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.social li a {
        font-size: 2.5rem
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.social li a {
        font-size: 3rem;
        margin-right: .8em
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li {
        margin-left: 1.6em
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(2) img {
        height: 40px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(2) img {
        height: 50px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(3) img {
        height: 40px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(3) img {
        height: 50px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(4) img {
        height: 50px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(4) img {
        height: 60px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(5) img {
        height: 50px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(5) img {
        height: 60px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
        filter: alpha(opacity=.6);
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }
}

@media screen and (min-width:1900px) {
    footer .copyright-container {
        max-width: 100%
    }
}

@media screen and (min-width:1900px) {
    footer .copyright-container .copyright p {
        font-size: 1.3rem
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog {
        width: 40vw;
        max-width: 600px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog {
        width: 35vw;
        max-width: 650px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-sm {
        width: 35vw;
        max-width: 500px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-sm {
        width: 25vw;
        max-width: 550px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg {
        width: 80vw;
        max-width: 1000px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg {
        width: 85vw;
        max-width: 1300px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg .modal-header {
        padding: 20px 60px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg .modal-header {
        padding: 20px 80px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg .modal-body {
        padding: 35px 60px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg .modal-body {
        padding: 35px 80px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg .modal-footer {
        padding: 10px 60px 30px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg .modal-footer {
        padding: 10px 80px 30px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-xl {
        width: 85vw;
        max-width: 1200px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-xl {
        width: 80vw;
        max-width: 1400px
    }
}

@media screen and (min-width:1200px) {
    .section-details {
        padding-top: 5em;
        padding-bottom: 5em
    }
}

@media screen and (min-width:1200px) {
    .section-details .container-fluid .mobile-spacing {
        padding-top: 4em
    }
}

@media screen and (min-width:1200px) {
    .section-details .details {
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li {
        margin-bottom: 0
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary {
        padding: 20px 0
    }
}

@media screen and (min-width:1200px) {
    .section-summary .middle-line {
        height: calc(100% - 10px - 120px);
        top: 65px
    }
}

@media screen and (min-width:1900px) {
    .modal.more-info .modal-header {
        padding: 20px 45px
    }
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body {
        padding: 35px 45px
    }
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body .left {
        display: inline-block;
        width: 50%;
        padding-right: 22px
    }
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body .right {
        display: inline-block;
        width: 50%;
        float: right;
        padding-left: 22px
    }
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body .right .teaser {
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body .right>.teaser {
        margin: 5px 15px 5px 45px;
        width: calc(100% - 60px);
        padding-bottom: 56.25%
    }
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body .right .owl-carousel .slide .teaser {
        height: 500px
    }
}

@media screen and (min-width:1900px) {
    .modal.more-info .modal-body .right .owl-carousel .slide .teaser {
        height: 500px
    }
}

.modal.more-info .modal-body .right .text-right #btn-sp-quote-modal {
    margin-top: .8rem
}

@media screen and (min-width:1200px) {
    .modal.more-info .modal-body .col {
        margin: 0;
        width: 100%
    }
}

@media screen and (min-width:1200px) {

    .section-details .details>li .col .subtitle,
    .section-details .details>li .col .title {
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .subtitle {
        font-weight: 300
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .col.right {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (min-width:1900px) {
    .section-details .details>li .col.right {
        padding-top: 125px
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .left .owl-carousel.destinations .slides .slide .teaser {
        height: 350px
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .owl-carousel .slide .teaser {
        height: 175px;
        border-radius: 4px 4px 0 0;
    }
}

@media screen and (min-width:1900px) {
    .section-details .details>li .owl-carousel.destinations .slide .teaser {
        height: 470px
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer {
        font-weight: 300;
        padding-bottom: 50px
    }
}

@media screen and (min-width:1900px) {
    .section-details .details>li .footer {
        padding-bottom: 70px
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer .controls .heading {
        padding-bottom: 0
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer .sp-brief .right-line {
        border-right: 1px solid rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:1900px) {
    .section-details .details>li .footer .sp-brief .right-line {
        padding-right: 3em
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer .sp-brief .left-line {
        border-left: 1px solid rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:1900px) {
    .section-details .details>li .footer .sp-brief .left-line {
        padding-left: 3em
    }
}

@media screen and (min-width:1900px) {

    .section-details .details>li .footer .sp-brief .inclusions,
    .section-details .details>li .footer .sp-brief .popular-facilities {
        padding-left: 3em
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer .sp-brief .facilities-list {
        padding-left: 0
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer .sp-brief .facilities-list li {
        float: left;
        margin-bottom: 10px
    }
}

@media screen and (min-width:1200px) and (max-width:1899px) {
    .section-details .details>li .footer .sp-brief .facilities-list li:nth-of-type(4n) {
        clear: left
    }
}

@media screen and (min-width:1900px) {
    .section-details .details>li .footer .sp-brief .facilities-list li:nth-of-type(5n) {
        clear: left
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li .footer .properties-modals .modal-body .right .teaser .caption {
        display: none
    }
}

@media screen and (min-width:1900px) {
    .section-summary .summary .tour-summary {
        padding: 0 60px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary .tour-summary ul {
        padding: 10px 15px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary .tour-summary ul>li {
        font-size: 1.4rem;
        padding: 10px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary .tour-summary ul>li small {
        display: inline-block
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary .tour-summary ul>li.line:after {
        left: calc(-.5rem - 1.5px);
        bottom: -20px;
        height: 40px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary .tour-summary ul>li.total {
        margin-top: 20px;
        padding-left: 25px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary .tour-summary ul>li.total small {
        top: 10px
    }
}

@media screen and (min-width:1900px) {
    .section-summary .summary .middle-line {
        left: calc(50% + 30px)
    }
}

@media screen and (min-width:1200px) {
    .section-summary .enquire form {
        padding: 0 70px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .enquire form .collapse-link:nth-of-type(1) {
        width: 25%
    }
}

@media screen and (min-width:1200px) {
    .section-summary .enquire form .collapse-link:nth-of-type(2) {
        width: 100%
    }
}

@media screen and (min-width:1200px) {

    .section-summary .enquire form .form-group:nth-of-type(1),
    .section-summary .enquire form .form-group:nth-of-type(2),
    .section-summary .enquire form .form-group:nth-of-type(3) {
        width: 25%
    }
}

@media screen and (min-width:1200px) {

    .section-summary .enquire form .form-group:nth-of-type(5),
    .section-summary .enquire form .form-group:nth-of-type(6) {
        width: 50%
    }
}

@media screen and (min-width:1200px) {
    .section-summary .enquire form .section-form-submit {
        width: calc(100% + 170px);
        margin-left: -85px
    }
}

@media screen and (min-width:1200px) {
    .section-recommend.section-list {
        display: block !important
    }
}



/*  */


/*! CSS Used from: https://www.flashpack.com/wp-content/themes/flashpackv2/css/style.css?ver=1665143121 ; media=all */
@media all {

    *,
    ::before,
    ::after {
        box-sizing: border-box;
    }

    button,
    input {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
    }

    ::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    :-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    legend {
        padding: 0;
    }

    p {
        margin: 0;
    }

    button {
        background-color: transparent;
        background-image: none;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    *,
    ::before,
    ::after {
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: currentColor;
    }

    img {
        border-style: solid;
    }

    input::-moz-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    button {
        cursor: pointer;
    }

    :-moz-focusring {
        outline: auto;
    }

    a {
        color: inherit;
        text-decoration: inherit;
    }

    button,
    input {
        padding: 0;
        line-height: inherit;
        color: inherit;
    }

    img {
        display: block;
        vertical-align: middle;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    *,
    ::before,
    ::after {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .container {
            max-width: 640px;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {
        .container {
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1280px;
        }
    }

    @media (min-width: 1536px) {
        .container {
            max-width: 1536px;
        }
    }

    *,
    ::before,
    ::after {
        --tw-shadow: 0 0 #0000;
    }

    *,
    ::before,
    ::after {
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgba(59, 130, 246, 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
    }

    .container {
        max-width: 1176px;
        margin: 0 auto;
        padding: 0 18px;
    }

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    div,
    span,
    p,
    a,
    img,
    ul,
    li,
    label,
    legend,
    nav,
    section {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    :focus {
        outline: 0;
    }

    nav,
    section {
        display: block;
    }

    ul {
        list-style: none;
    }

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    img {
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
        margin-left: -7px;
    }

    button,
    input {
        font-size: 100%;
        margin: 0;
        vertical-align: baseline;
        vertical-align: middle;
    }

    button,
    input {
        line-height: normal;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
        cursor: pointer;
        overflow: visible;
    }

    input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        height: 13px;
        width: 13px;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button,
    input {
        color: #222;
    }

    ::-moz-selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    img {
        vertical-align: middle;
        max-width: 100%;
    }

    .h4 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

    .container {
        width: 100% !important;
        max-width: 1176px !important;
        margin: 0 auto;
        padding: 0 18px;
    }

    @media only screen and (min-width: 768px) {
        body .container {
            padding: 0 48px;
        }
    }

    @media only screen and (min-width: 1176px) {
        body .container {
            padding: 0;
        }
    }

    .visually-hidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .lrg {
        display: none;
    }

    @media only screen and (min-width: 1024px) {
        .lrg {
            display: inline-block;
        }
    }

    .h4 {
        margin: 2.6rem 0 1.6rem 0;
        line-height: 2.2rem;
        font-size: 1.8rem;
        font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #202020;
    }

    p {
        margin-bottom: 1.25em;
        line-height: 2.4rem;
        font-size: 1.6rem;
    }

    ul,
    .ul {
        margin: 3rem 0 0 16px;
        list-style: disc;
    }

    ul li,
    .ul li {/* line-height: 2.4rem; *//* font-size: 1.6rem; */font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;}

    a {
        text-decoration: none;
        color: #202020;

    }



    .standalone_link {
        text-decoration: none;
        color: #202020;
        border-bottom: none;
        outline: none;
    }

    .standalone_link .link_text {
        border-bottom: 1px solid transparent;
        transition: all 0.4s ease-in-out;
    }

    .standalone_link:hover {
        color: #004d40;
    }

    .standalone_link:hover .link_text {
        border-bottom: 1px solid #004d40;
    }

    .button {
        display: inline-block;
        background: rgb(255 255 255);
        color: white;
        padding: 0 24px;
        line-height: 2.6rem;
        border: 1px solid #004d40;
        text-align: center;
        white-space: nowrap;
        font-size: 1.2rem;
        /* letter-spacing: 0.4rem; */
        font-family: "Euclid Square medium", Helvetica Neue, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        width: 100%;
        /* min-width: 120px; */
        text-align: center;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
    }

    .button:hover {
        background: #9d6a48;
        border-color: #9d6a48;
        color: white;
    }

    .button--secondary {
        background-color: transparent;
        border: 1px solid #474747;
        color: #474747;
        border-radius: 0.225rem;
    }

    .button--tertiary {
        font-family: Merrant, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 1.3rem;
        letter-spacing: .10687rem;
        text-transform: uppercase;
        background-color: rgb(155, 136, 86);
        border: 1px solid rgb(155, 136, 86);
        color: #fff !important;
        border-radius: 0.225rem;
    }

    .button--tertiary:hover {
        background-color: #fff;
        border: 1px solid #fff;
        color: #474747;
    }


    .button--tertiar {
        font-family: Merrant, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 1.3rem;
        letter-spacing: .10687rem;
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #715846;
        color: #715846;
        border-radius: 0.225rem;
    }

    .button--tertiar:hover {
        background-color: #715846;
        border: 1px solid #715846;
        color: #fff;
    }

    .button--linkstyle {
        background-color: transparent;
        color: #202020;
        border: none;
        border-radius: 0;
        box-shadow: none;
        letter-spacing: normal;
    }

    .button--linkstyle .button_text {
        border-bottom: 1px solid transparent;
        transition: all 0.4s ease-in-out;
    }

    .button--linkstyle:hover {
        background-color: transparent;
        color: #202020;
    }

    .button--linkstyle:hover .button_text {
        border-bottom: 1px solid #004d40;
    }

    @media only screen and (min-width: 768px) {
        .button {
            width: auto;
        }
    }

    label {
        display: block;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: 0.8rem 0;
        border: none;
        cursor: default;
    }

    input {
        width: 100%;
        padding: 8px 16px;
        border: 1px solid #e0e0e0;
        background: white;
        font-size: 1.6rem;
        line-height: 48px;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
        height: 48px;
        border-radius: 0;
        -webkit-appearance: none;
    }

    input:focus {
        border-color: #004d40;
    }

    ::-moz-placeholder {
        color: #202020;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    :-ms-input-placeholder {
        color: #202020;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    ::placeholder {
        color: #202020;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .logo {
        display: block;
    }

    .logo.logo--wordmark {
        width: 70px;
        height: 50px;
    }

    @media only screen and (min-width: 768px) {
        .logo.logo--wordmark {
            width: 100px;
            height: 80px;
        }
    }

    .button_group {
        width: 100%;
    }

    .button_group .button {
        display: inline-block;
        margin: 0 0 16px 0;
    }

    @media only screen and (min-width: 768px) {
        .button_group.button_group--centre {
            text-align: center;
        }

        .button_group.button_group--centre .button {
            margin: 0 8px 16px 0;
        }
    }

    .currency_selector {
        position: relative;
    }

    .currency_selector .currency_trigger {
        cursor: pointer;
        background: none;
        border: none;
        position: relative;
        z-index: 4;
        padding: 0;
        color: #202020;
        line-height: normal;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
        text-align: center;
        min-width: 0px;
    }

    .currency_selector .currency_trigger .selected_flag {
        display: block;
        width: 32px;
        height: 20px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .currency_selector .currency_trigger .selected_flag img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }

    .currency_selector .currency_trigger .selected_country,
    .currency_selector .currency_trigger .selected_symbol {
        letter-spacing: 0;
        font-size: 14px;
    }

    .currency_selector .currency_list {
        position: fixed;
        top: -500px;
        left: 0;
        z-index: 23;
        max-height: 200px;
        clear: left;
        width: 100%;
        padding: 0;
        overflow: hidden;
        transform: translate3d(0, 0, 0);
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .currency_selector .currency_list {
            left: -100px;
        }
    }

    .currency_selector .currency_list .currency_list_inner {
        padding: 12px 0 0 0;
        background: white;
        border: 1px solid #e0e0e0;
    }

    .currency_selector .currency_list .currency_list_inner .currency_list_heading {
        margin-top: 0;
        padding: 0 24px;
    }

    .currency_selector .currency_list .currency_list_inner ul {
        list-style: none;
        margin: 0;
        padding: 0 0 12px 0;
    }

    .currency_selector .currency_list .currency_list_inner ul li {
        display: block;
        font-size: 1.6rem;
        line-height: 2rem;
        margin: 0;
        padding: 6px 24px;
        cursor: pointer;
        color: #202020;
        background: transparent;
        transition: all ease-in-out 0.4s;
    }

    .currency_selector .currency_list .currency_list_inner ul li:hover {
        background: #eee;
    }

    .currency_selector .currency_list .currency_list_inner ul li.currency_list_selected {
        color: #202020;
    }

    .currency_selector .currency_list .currency_list_inner ul li label {
        display: block;
        line-height: 2rem;
        text-transform: uppercase;
        cursor: pointer;
    }

    .currency_selector .currency_list .currency_list_inner ul li label .flag {
        display: block;
        float: left;
        width: 32px;
        height: 20px;
        margin-right: 6px;
        position: relative;
        overflow: hidden;
    }

    .currency_selector .currency_list .currency_list_inner ul li label .flag img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }

    .currency_selector .currency_list .currency_list_inner .button {
        display: none;
    }

    @media only screen and (min-width: 768px) {
        .currency_selector .currency_list {
            position: absolute;
            width: 180px;
            max-height: none;
            top: 0;
            display: none;
        }

        .currency_selector .currency_list .currency_list_heading {
            display: none;
        }
    }

    .cols {
        display: flex;
        flex-wrap: wrap;
    }

    #page_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 24;
        background: white;
        box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid #E5E5E5;
    }

    #page_header.menu_fixed {
        border-bottom: none;
    }

    #page_header .container {
        padding: 12px 0;
        position: relative;
    }

    #page_header .button--linkstyle {
        display: block;
        width: auto;
        line-height: normal;
        min-width: 0;
        border-bottom: none;
        padding: 0;
        margin: 0 6px;
    }

    #page_header .button--linkstyle:hover .button_text {
        color: #004d40;
        border: none;
    }

    @media only screen and (min-width: 1024px) {
        #page_header .button--linkstyle:hover {
            color: #004d40;
        }
    }

    #page_header .button--linkstyle .button_text {
        color: #202020;
        vertical-align: middle;
        transition: none;
    }

    #page_header .page_header_logo {
        margin: 0 auto;
        border-bottom: none;
        background-image: url("../img/oscar.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #page_header .tab-nav {
        height: 100%;
        padding: 22px 0px;
        align-items: center;
    }

    #page_header .tab-nav a {
        text-decoration: none;
        display: inline-block;
        color: #474747;
        margin-right: 24px;
        border: none;
        font-size: 1.4rem;
        padding: 30px 0;
        text-align: left;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;

    }

    #page_header #header_search {
        width: 30px;
        height: 30px;
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/search-header.svg");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center;
        padding: 0;
        display: block;
    }

    @media only screen and (min-width: 1024px) {
        #page_header #header_search {
            display: none;
        }
    }

    #page_header .page_header_account {
        border-bottom: 1px solid transparent;
        transition: none !important;
    }

    #page_header .page_header_account .button_text {
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/flashpack.png");
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 25px;
        height: 25px;
        width: 25px;
    }

    #page_header .page_header_account .title_text {
        display: block;
        font-size: 1.4rem;
        text-transform: none;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    #page_header .page_header_contact {
        border-bottom: 1px solid transparent;
        transition: none !important;
    }

    #page_header .page_header_contact .button_text {
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/people.svg");
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 25px;
        height: 25px;
        width: 25px;
        border-bottom: none;
    }

    #page_header .page_header_contact .title_text {
        display: block;
        font-size: 1.4rem;
        text-transform: none;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;

    }

    .amend {
        color: #fff !important;
        font-size: 15px;
        font-family: europa, sans-serif;
        font-weight: 400;
        text-transform: none;
    }




    .amen {
        background-color: #fff;
        padding: 20px;
        margin-left: 20px;
        border-radius: 50px;
        text-align: center;

    }

    #page_header .page_header_trips {
        padding: 0 10px;
        margin-left: 12px;
    }

    @media only screen and (min-width: 1024px) {
        #page_header .page_header_trips {
            margin-left: 10px;
        }
    }

    @media only screen and (min-width: 1176px) {
        #page_header .page_header_trips {
            padding: 0 20px;
        }
    }

    #page_header .currency_selector {
        float: right;
        margin: 0 12px;
    }

    #page_header .page_header_1 {
        position: absolute;
        top: 0;
        left: 12px;
        height: 100%;
    }

    @media (min-width: 1176px) {
        #page_header .page_header_1 {
            left: 0;
        }
    }

    #page_header .page_header_1 .page_header_inner {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #page_header .page_header_1 .button--linkstyle {
        float: left;
    }

    #page_header .page_header_1 nav {
        display: none;
    }

    #page_header .page_header_1 .page_header_contact {
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/chevron.svg");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right 32px;
        padding: 0 16px 0 0;
    }

    @media (max-width: 320px) {
        #page_header .page_header_1 .page_header_contact {
            background-image: none !important;
            padding: 0;
        }
    }

    @media (min-width: 1024px) {
        #page_header .page_header_1 .page_header_contact {
            display: none;
        }

        #page_header .page_header_1 nav {
            display: flex;
        }
    }

    #page_header .page_header_2 {
        position: absolute;
        top: 0;
        right: 12px;
        height: 100%;
    }

    @media (min-width: 1176px) {
        #page_header .page_header_2 {
            right: 0;
        }
    }

    #page_header .page_header_2 .page_header_inner {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #page_header .page_header_2 .button--linkstyle {
        float: right;
    }

    #page_header .page_header_2 .page_header_contact,
    #page_header .page_header_2 .page_header_account {
        margin-right: 15px;
    }

    @media (min-width: 1024px) {

        #page_header .page_header_2 .page_header_contact,
        #page_header .page_header_2 .page_header_account {
            padding-top: 16px;
            padding-bottom: 15px;
        }
    }

    @media (min-width: 1024px) {
        #page_header .page_header_2 .page_header_currency {
            margin-top: 18px;
            margin-bottom: 15px;
        }
    }

    #page_header .page_header_2 .page_header_contact,
    #page_header .page_header_2 .page_header_trips,
    #page_header .page_header_2 .page_header_account {
        display: none;
    }

    @media (min-width: 1024px) {

        #page_header .page_header_2 .page_header_contact,
        #page_header .page_header_2 .page_header_trips,
        #page_header .page_header_2 .page_header_account {
            display: block;
        }
    }

    #page_header .page_header_2 .page_header_menu {
        display: block;
    }

    @media (min-width: 1024px) {
        #page_header .page_header_2 .page_header_menu {
            display: none;
        }
    }

    .tabs-sections .menu-tab {
        position: fixed;
        left: 0;
        top: 75px;
        width: 100%;
        display: none;
        z-index: 22;
        background: white;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
    }

    .tabs-sections .menu-tab .container {
        padding: 0 12px;
    }

    @media (max-width: 1176px) and (min-width: 1024px) {
        .tabs-sections .menu-tab .container {
            margin: 0 12px;
        }
    }

    @media (min-width: 1176px) {
        .tabs-sections .menu-tab .container {
            padding: 0;
        }
    }

    .tabs-sections .locations-menu .cols {
        width: 100%;
        display: flex;
        padding: 20px 0;
    }

    .tabs-sections .locations-menu .cols .col-item-9 {
        flex-grow: 1;
        flex-basis: auto;
        min-width: 11%;
        max-width: 30%;
        border-right: 1px solid #E5E5E5;
    }

    .tabs-sections .locations-menu .cols .col-item-9 .continent {
        padding: 5px 20px;
    }

    .tabs-sections .locations-menu .cols .col-item-9 .continent .heading {
        text-transform: uppercase;
        font-size: 12px;
        border: none;
        letter-spacing: 4px;
        line-height: 17px;
        font-weight: bold;
    }

    .tabs-sections .locations-menu .cols .col-item-9 .continent ul {
        margin: 20px 0 0 0;
        list-style-type: none;
    }

    .tabs-sections .locations-menu .cols .col-item-9 .continent ul li {
        font-size: 14px;
        margin: 7px 0;
    }

    .tabs-sections .locations-menu .cols .col-item-9:first-of-type .continent {
        padding: 5px 20px 5px 0;
    }

    .tabs-sections .tab-inner .cols {
        display: flex;
        padding: 20px 0;
    }

    .tabs-sections .tab-inner .cols .col-item-3 {
        width: 33.3%;
        border-right: 1px solid #E5E5E5;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content {
        padding: 5px 20px;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .heading {
        text-transform: uppercase;
        font-size: 12px;
        border: none;
        letter-spacing: 4px;
        line-height: 17px;
        margin-bottom: 25px;
        color: #454545;
        font-weight: bold;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content ul {
        list-style-type: none;
        margin: 0;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content ul li {
        margin: 12px 0;
        font-size: 14px;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card {
        display: flex;
        margin-bottom: 15px;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card>a {
        width: 24%;
        border-bottom: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card img {
        width: 100%;
        border-bottom: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card div {
        width: 76%;
        padding-left: 20px;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card div a {
        font-size: 14px;
        line-height: 23px;
        border: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card div a:hover {
        border-bottom: 1px solid #004d40;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card div .subheading {
        text-transform: uppercase;
        font-size: 11px;
        border: none;
        letter-spacing: 4px;
        line-height: 17px;
        color: #e58a00;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .trip-card {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .trip-card a {
        margin-right: 20px;
        font-size: 14px;
        line-height: 23px;
        border: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .trip-card a:hover {
        border-bottom: 1px solid #004d40;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .trip-card a.trip-card-image {
        width: 38%;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .trip-card a.trip-card-image:hover {
        border-bottom: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .trip-card img {
        width: 100%;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card-full a.image {
        margin-right: 0;
        display: block;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card-full a.image:hover {
        border-bottom: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card-full .subheading {
        text-transform: uppercase;
        font-size: 11px;
        border: none;
        letter-spacing: 4px;
        line-height: 17px;
        color: #e58a00;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card-full a {
        margin-right: 15px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 23px;
        border: none;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content .blog-card-full a:hover {
        border-bottom: 1px solid #004d40;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us p {
        font-size: 1.4rem;
        padding: 0;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item {
        padding: 0 0 12px 0;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a {
        font-size: 1.4rem;
        line-height: 1.8rem;
        text-decoration: none;
        border: 0;
        font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.phone,
    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.email,
    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.shortlist,
    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.flashpack,
    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.help {
        background-repeat: no-repeat;
        background-size: 20px 25px;
        padding: 4px 0 4px 34px;
        margin: 13px 0;
        display: block;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.phone {
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/phone.svg");
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.email {
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/mail.svg");
        background-size: 22px;
        background-position-y: center;
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.shortlist {
        background-size: 48px;
        background-position-y: center;
        background-position-x: -10px;
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/heart-filled.svg");
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.flashpack {
        background-size: 25px 25px;
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/flashpack.png");
    }

    .tabs-sections .tab-inner .cols .col-item-3 .tab-content.talk-to-us .mobile_contact_menu_item a.help {
        background-size: 25px 25px;
        background-image: url("https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/help.svg");
    }

    .tabs-sections .tab-inner .cols .col-item-3:first-of-type .tab-content {
        padding: 5px 20px 5px 0px;
    }

    .hamburger {
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }

    .hamburger-box {
        width: 25px;
        height: 30px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 8px;
        margin: 0;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 25px;
        height: 1px;
        background-color: #000;
        border-radius: 0px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger:hover .hamburger-inner {
        background: #004d40;
    }

    .hamburger:hover .hamburger-inner::before {
        background: #004d40;
    }

    .hamburger:hover .hamburger-inner::after {
        background: #004d40;
    }

    .hamburger--spring .hamburger-inner {
        transition: background-color 0s 0.13s linear;
    }

    .hamburger--spring .hamburger-inner::before {
        top: 8px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 16px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Euclid Square Medium";
    src: url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Medium-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Medium-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Medium-WebS.ttf") format("truetype");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square Regular";
    src: url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.ttf") format("truetype");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square Bold";
    src: url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Bold-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Bold-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Bold-WebS.ttf") format("truetype");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}


/*! CSS Used from: https://www.flashpack.com/wp-content/themes/flashpackv2/css/style.css?ver=1665143121 ; media=all */
@media all {

    *,
    ::before,
    ::after {
        box-sizing: border-box;
    }

    ::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    :-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    h1,
    p {
        margin: 0;
    }

    *,
    ::before,
    ::after {
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: currentColor;
    }

    :-moz-focusring {
        outline: auto;
    }

    h1 {
        font-size: inherit;
        font-weight: inherit;
    }

    video {
        display: block;
        vertical-align: middle;
    }

    video {
        max-width: 100%;
        height: auto;
    }

    *,
    ::before,
    ::after {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .container {
            max-width: 640px;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {
        .container {
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1280px;
        }
    }

    @media (min-width: 1536px) {
        .container {
            max-width: 1536px;
        }
    }

    *,
    ::before,
    ::after {
        --tw-shadow: 0 0 #0000;
    }

    *,
    ::before,
    ::after {
        --tw-ring-inset: var(--tw-empty, );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgba(59, 130, 246, 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
    }

    .container {
        max-width: 1176px;
        margin: 0 auto;
        padding: 0 18px;
    }

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    div,
    h1,
    p,
    section,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    :focus {
        outline: 0;
    }

    section {
        display: block;
    }

    h1 {
        font-weight: normal;
    }

    video {
        display: inline-block;
        display: inline;
        zoom: 1;
        max-width: 100%;
    }

    ::-moz-selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    h1,
    .h1 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

    .container {
        width: 100% !important;
        max-width: 1176px !important;
        margin: 0 auto;
        padding: 0 18px;
    }

    @media only screen and (min-width: 768px) {
        body .container {
            padding: 0 48px;
        }
    }

    @media only screen and (min-width: 1176px) {
        body .container {
            padding: 0;
        }
    }

    .h1 {
        margin: 2.75rem 0 1.6rem 0;
        line-height: 3.4rem;
        /* letter-spacing: 4px; */
        font-size: 3.2rem;
        font-family: 'Gotham SSm', sans-serif;
        /* font-weight: 300;                                         */
        color: #202020;
    }

    @media only screen and (min-width: 768px) {
        .h1 {
            margin: 2.75rem 0 1rem 0;
            line-height: 5.2rem;
            /* font-size: 4.8rem; */
            font-family: 'Gotham SSm', sans-serif;
        }
    }

    .subtitle {
        margin-bottom: 1rem;
        line-height: 2.2rem;
        font-size: 1.6rem;
        font-family: bogle;
        color: #474747;
    }

    p {
        margin-bottom: 1.25em;
        line-height: 2.4rem;
        font-size: 1.5rem;
        font-family: bogle;
        color: #474747;
        font-weight: 300 !important;
    }

    ::-moz-placeholder {
        color: #474747;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    :-ms-input-placeholder {
        color: #202020;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    ::placeholder {
        color: #202020;
        font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .hero_image {
        position: relative;
        margin: 0;
        background-size: cover;
        background-position: 50% 50%;
    }

    .hero_image .hero_image_content {
        position: relative;
        z-index: 8;
    }

    .hero_image:after {
        content: " ";
        display: none;
        width: 100%;
        height: 1000px;
        background: rgba(32, 32, 32, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
    }

    .hero_image .container {
        position: static;
        padding: 0;
    }

    .hero_image .hero_image_content {
        margin: 0 auto;
        padding: 24px;
        position: relative;
        z-index: 4;
        background-size: cover;
        background-position: 50% 50%;
        overflow: hidden;
        min-height: 260px;
    }

    .hero_image .hero_image_content * {
        position: relative;
        z-index: 5;
    }

    .hero_image .hero_image_content:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1000px;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .hero_image .hero_image_content .hero_image_title {
        text-align: center;
        color: white;
        margin-top: 0;
    }

    .hero_image .hero_image_content .hero_image_subtitle {
        text-align: center;
        color: white;
        margin-bottom: 1.6rem;
    }

    .single-trip .hero_image:after {
        background: rgba(32, 32, 32, 0.2);
    }

    @media (min-width: 1024px) {
        .single-trip .hero_image:after {
            background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 767px) {
        .hero_image {
            background-image: none !important;
        }
    }

    @media only screen and (min-width: 480px) {
        .hero_image .hero_image_content {
            padding: 24px 48px;
        }
    }

    @media only screen and (min-width: 768px) {
        .hero_image {
            padding: 0 0 140px 0;
            overflow: visible;
        }

        .hero_image .container {
            padding: 0 48px;
        }

        .hero_image:after {
            display: block;
        }

        .hero_image .hero_image_content {
            max-width: 680px;
            position: static;
            padding: 112px 24px 0 24px;
            background-image: none !important;
        }

        .hero_image .hero_image_content:after {
            display: none;
        }

        .hero_image .hero_image_content .hero_image_title,
        .hero_image .hero_image_content .hero_image_subtitle {
            position: relative;
            z-index: 6;
        }
    }

    @media only screen and (min-width: 1024px) {
        .hero_image {
            min-height: 500px;
        }

        .hero_image.hero_image--alignedleft .hero_image_content {
            max-width: none;
            position: static;
            margin: 0;
            width: 51.583333%;
            padding: 32px 0 0 0;
            min-height: 200px;
            margin-top: 20%;
        }

        .hero_image.hero_image--alignedleft .hero_image_content .hero_image_title,
        .hero_image.hero_image--alignedleft .hero_image_content .hero_image_subtitle {
            text-align: left;
        }
    }

    @media only screen and (min-width: 1176px) {
        .hero_image .container {
            padding: 0;
        }
    }

    .single-trip section#hero {
        overflow: hidden;
        position: relative;
    }

    .single-trip section#hero #video-container {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .single-trip section#hero #video-container video {
        opacity: 0;
        transition: opacity 0.6s;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover;";
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Euclid Flex Bold";
    src: url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidFlex-Bold-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidFlex-Bold-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidFlex-Bold-WebS.ttf") format("truetype");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square Medium";
    src: url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Medium-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Medium-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Medium-WebS.ttf") format("truetype");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square Regular";
    src: url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.ttf") format("truetype");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}


.gap-30 {
    width: 100%;
    height: 30px;
    background-color: #fff;
}

.promos h3 {
    font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 1.2em !important;
    text-transform: uppercase;
    margin-bottom: 1em !important;
}


/* Map */

/*! CSS Used from: https://www.safaribookings.com/css/safaribookings_combined.min.css?1.0.72 ; media=all */
@media all {
    div {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    *,
    *:before,
    *:after {
        box-sizing: inherit;
        margin: 0;
        padding: 0;
    }



    .svg {
        display: none;
    }

    .svg.replaced-svg {
        display: inline-block;
    }

    .mirrored {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    @media print {
        .avoid-break-p {
            page-break-inside: avoid;
        }
    }

    #map-africa .country {
        fill: #cbc9ca;
        stroke: #fff;
        stroke-linecap: round;
        stroke-width: 1px;
    }

    #map-africa circle.country {
        stroke-width: .75px;
    }

    #map-africa .active {
        fill: #a41e22;
    }

    .map-africa-svg #dots circle#malawi-dot,
    #map-africa #dots circle#malawi-dot {
        opacity: 0;
    }

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

    .routemap:before {
        content: "";
        width: 100%;
        padding-top: 86.1904761905%;
        position: relative;
        top: 0;
        display: block;
    }

    .routemap .map-route-svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .routemap .map-africa-svg {
        width: 15.2380952381%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .routemap .map-africa-svg #map-africa .country {
        fill: #f9f9f9;
        stroke: none;
    }

    .routemap .map-africa-svg #map-africa .active {
        fill: #a41e22;
        z-index: 100;
    }

    .routemap .map-africa-svg #map-africa #madagascar {
        stroke: #a09f9f;
        stroke-width: 1px;
    }

    .tour__content__block--routemap .countryoutline {
        margin-top: .5rem;
        position: relative;
        padding-top: 60%;
    }

    .tour__content__block--routemap .countryoutline--withroutemap {
        padding-top: 0;
        margin-bottom: .8125rem;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .routemap {
        border: 1px solid #e9e9e9;
        overflow: hidden;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-svg {
        background-color: #deeff9;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa {
        background-color: rgba(255, 255, 255, .8);
        border: 1px solid #e9e9e9;
        position: absolute;
        width: 21%;
        height: 24.4%;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa .map-africa-svg {
        width: 85%;
        left: 10%;
        top: 8%;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa .map-africa-svg #map-africa path.country,
    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa .map-africa-svg #map-africa circle.country {
        stroke: #d9d9d9;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa .arrow-svg {
        width: 60%;
        position: absolute;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa .arrow-svg #arrow {
        fill: #666;
    }

    .tour__content__block--routemap .countryoutline--withroutemap .map-route-africa.bottom-left .arrow-svg {
        left: 80%;
        bottom: 35%;
    }

    .tour__route-map {
        margin-top: .5rem !important;
    }

    @media (min-width: 744px) {
        .tour__route-map {
            width: 57%;
            margin-top: .75rem !important;
            padding-top: 35%;
        }

        .tour__route-map svg {
            width: 100%;
        }
    }
}

/*! CSS Used from: Embedded ; media=all */
@media all {

    .sbr-32218.to-be-animated [id*=route],
    .sbr-32218.to-be-animated [id*=day-labels] [id*=label] {
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .sbr-32218.run [id*=route] {
        opacity: 1;
    }

    .sbr-32218.run [id*=day-labels] [id*=label] {
        -webkit-animation: sbr-32218appear .3s linear forwards;
        animation: sbr-32218appear .3s linear forwards;
    }

    .sbr-32218.run [id*=day-labels] [id*=label] [id*=dot] {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .sbr-32218 .st2 {
        fill: #fff;
    }

    .sbr-32218 .st4 {
        fill: #f0f1ee;
    }

    .sbr-32218 .st5 {
        fill: #deeff9;
        stroke: #deeff9;
        stroke-width: .25;
    }

    .sbr-32218 .st6 {
        fill: none;
        stroke: #e7e7e7;
    }

    .sbr-32218 .st7 {
        fill: #f5f6f4;
    }

    .sbr-32218 .st8 {
        fill: #d0d9c6;
    }

    .sbr-32218 .st9 {
        fill: #deeff9;
        stroke: #deeff9;
        stroke-width: .25;
    }

    .sbr-32218 .st10 {
        fill: none;
        stroke: #9a9a9a;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(1),
    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(1) [id*=dot] {
        -wekbit-animation-delay: 1.14s;
        animation-delay: 1.14s;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(2),
    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(2) [id*=dot] {
        -wekbit-animation-delay: 1.5923607904906s;
        animation-delay: 1.5923607904906s;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(3),
    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(3) [id*=dot] {
        -wekbit-animation-delay: 1.9477187103758s;
        animation-delay: 1.9477187103758s;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(4),
    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(4) [id*=dot] {
        -wekbit-animation-delay: 2.76941507366s;
        animation-delay: 2.76941507366s;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(5),
    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(5) [id*=dot] {
        -wekbit-animation-delay: 3.3104038265521s;
        animation-delay: 3.3104038265521s;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(6),
    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(6) [id*=dot] {
        -wekbit-animation-delay: 4.0501934651686s;
        animation-delay: 4.0501934651686s;
    }

    .sbr-32218 [id*=day-labels] [id*=label]:nth-of-type(7) {
        -wekbit-animation-delay: 4.2389729754781s;
        animation-delay: 4.2389729754781s;
    }

    .sbr-32218 [id*=indicator] {
        offset-path: path('M280.07584633293,85.26463945858C 280.13586133092 85.184650709265 276.51203259439 96.665101061353 262.09139301975 109.23454658099C 268.61837144574 103.90482347135 263.65499723638 95.209099557279 252.16464460103 91.843098752836C 238.16064247138 91.243588178589 222.32154187186 70.74032125529 220.48644340198 50.836564906238C 230.46644981414 63.538593512663 242.23762051535 77.254698886481 244.0287848044 78.268775653875C 260.82218460437 80.679237194977 285.18357651176 84.800647243627 292.75156861918 86.511595751175C 296.18117908417 85.538725598733 289.87332544004 84.875253077778 280.13586133092 85.184650709265');
        offset-distance: 0%;
        animation: indicatorMotion 6.1979459509563s linear infinite;
        -webkit-animation-delay: 6.4277524857877s;
        animation-delay: 6.4277524857877s;
    }
}

/*! CSS Used from: Embedded ; media=all */
@media all {
    .cls-1 {
        fill: #cdcbcb;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sbr-32218appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes sbr-32218appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes indicatorMotion {
    0% {
        offset-distance: 0%;
        opacity: 1;
    }

    68.884925105281% {
        offset-distance: 100%;
        opacity: 1;
    }

    68.884935105281% {
        offset-distance: 100%;
        opacity: 0;
    }

    100% {
        offset-distance: 100%;
        opacity: 0;
    }
}

.map {
    padding: 10px;
    text-align: center;
}

.map h3 {

    text-align: center;
}



/* places visited */

/*! CSS Used from: Embedded */
img {
    vertical-align: middle;
}

img {
    border: 0;
}

b {
    font-weight: 700;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img {
    max-width: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[data-ember-action],
a {
    cursor: pointer;
}

b {
    font-weight: 500;
}

.wrap {
    max-width: 1147px;
    margin: 0 auto;
}

@media print {
    ::-webkit-scrollbar {
        display: none;
    }

    a:after {
        content: " ("attr(href) ") ";
        font-size: 0.8em;
        font-weight: 400;
    }
}

.mt40 {
    margin-top: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    display: block;
    height: 0;
}

@media print {
    a:after {
        display: none !important;
    }
}

.peek-slider .viewport {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.peek-slider,
.peek-slider .wrap {
    position: relative;
}

.peek-slider {
    margin-right: -24px;
}

.peek-slider .wrap.headings {
    padding-right: 24px;
}

.peek-slider .viewport {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 15px;
    margin-bottom: -15px;
    padding-left: 24px;
    margin-left: -24px;
    overflow-x: hidden !important;!i;!;
}

.peek-slider .viewport::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.peek-slider .viewport .slide {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: calc(100% - 12px);
    padding-right: 12px;
}

.peek-slider .control-spacer {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.peek-slider .control-spacer.left {
    left: 0;
}

.peek-slider .control-spacer.right {
    right: 0;
}

.peek-slider.-w-2-4 .slide {
    padding-right: 10px;
    width: calc(50% - 6px);
}

.peek-slider.-w-2-4 .slide:last-child {
    padding-right: 10px;
    margin-right: 14px;
}

@media only screen and (min-width: 768px) {
    .peek-slider {
        margin-right: 0;
        position: relative;
    }

    .peek-slider .viewport {
        padding-left: 0;
        margin-left: 0;
    }

    .peek-slider .viewport .slide {
        padding-right: 20px;
        width: calc(50% + 10px);
    }

    .peek-slider .viewport .slide:last-child {
        padding-right: 0;
        width: calc(50% - 10px);
    }

    .peek-slider.-w-2-4 .viewport .slide {
        padding-right: 16px;
        width: calc(25% + 3px);
    }

    .peek-slider.-w-2-4 .viewport .slide:last-child {
        padding-right: 16px;
        margin-right: 0;
    }
}

.region-card-simple:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

.region-card-simple {
    background: #e6e6e6;
    overflow: hidden;
}

.region-card-simple {
    color: #fff;
    min-height: 238px;
    border-radius: 4px;
    position: relative;
    transform: translateZ(0);
}

.region-card-simple .cover {
    position: absolute;
    top: 50%;
    min-height: 100%;
    left: 50%;
    max-width: none;
    max-height: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.region-card-simple .cover.left.center {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}

.region-card-simple .cover.center.center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.region-card-simple .cover.center.bottom {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.region-card-simple .content,
.region-card-simple:after {
    position: absolute;
    right: 0;
    transform: translate3d(0, 0, 0);
    left: 0;
    bottom: 0;
}

.region-card-simple:after {
    content: "";
    height: 45%;
}

.region-card-simple .content {
    z-index: 2;
    padding: 14px;
    text-align: center;
    line-height: 1.25;
}

.region-card-simple .content .name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gotham SSm', sans-serif;


}

.region-card-simple .content .country {
    font-size: 14px;
    display: block;
    margin-top: 4px;
}

@media only screen and (min-width: 768px) {
    .region-card-simple {
        min-height: 185px;
    }
}


.budget {
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    color: #474747;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 7%;
    z-index: 2;
    font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #202020;


}

/* dropdown */

/*! CSS Used from: https://altezza.travel/bitrix/cache/css/en/altezza.travel/template_87dab60ddaca059c8c67dad49b5cb73d/template_87dab60ddaca059c8c67dad49b5cb73d_v1.css?1669831643582186 */
*,
:after,
:before {
    box-sizing: border-box;
    outline: none;
}

::-moz-selection {
    background-color: #393939;
    color: #fff;
}

::selection {
    background-color: #393939;
    color: #fff;
}

ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul {
    list-style: none;
}

a {
    cursor: pointer;
    outline: none;
}

.header__lang {
    margin-left: 15px;
    margin-right: 30px;
}

.lang {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

.lang:hover {
    overflow: visible;
}

.lang:hover .lang__wrap {
    opacity: 1;
}

.lang:hover .lang__active {
    border: 2px solid rgb(255 255 255 / 76%);
}

.lang__active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 2px solid rgb(255 255 255 / 26%);
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 0.3s ease 0s;
}


@media (max-width: 1024px) {
    .lang__active {
        width: 20px;
        height: 20px;
    }
}

.lang__wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 35px;
    opacity: 1;
    transition: opacity 0.3s;
}

@media (max-width: 1024px) {
    .lang__wrap {
        z-index: 10;
        top: 23px;
        right: -13px;
        padding-top: 9px;
    }
}

.lang__list {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    left: 10%;
}

@media (max-width: 1024px) {
    .lang__list {
        padding: 13px;
    }
}

.lang__list:before {
    content: "";
    position: absolute;
    top: -9px;
    right: 16px;
    width: 33px;
    height: 11px;
    background-image: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../images/decor-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.lang__item {
    padding-bottom: 10px;
    transition: opacity 0.3s;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 9px;
}

.lang__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.lang__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-width: 96px;
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #202020;
    padding: 0;
    background-image: none;
    text-decoration: none;
    text-transform: none;
    transition: color 0.3s;
}

.lang__link:before {
    content: "";
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-repeat: no-repeat;
}

.lang__link:hover {
    color: #77b017;
}

.lang__link--ru:before {
    background-image: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../images/russia-icon.svg);
}

.lang__link--usa:before {
    background-image: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../images/usa-icon.svg);
}

.lang__link--de:before {
    background-image: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../images/germany-icon.svg);
}

.lang__active-flag {
    width: 19px;
    height: 19px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .lang__active-flag {
        width: 14px;
        height: 14px;
    }
}

.lang__active-flag--usa {
    background-image: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../images/usa-icon.svg);
}

/*! CSS Used fontfaces */
@font-face {
    font-family: Nunito;
    font-display: swap;
    font-weight: 400;
    src: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-Regular.woff2) format("woff2"), url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-Regular.woff) format("woff");
}

@font-face {
    font-family: Nunito;
    font-display: swap;
    font-weight: 600;
    src: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-SemiBold.woff2) format("woff2"), url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-SemiBold.woff) format("woff");
}

@font-face {
    font-family: Nunito;
    font-display: swap;
    font-weight: 700;
    src: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-Bold.woff2) format("woff2"), url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-Bold.woff) format("woff");
}

@font-face {
    font-family: Nunito;
    font-display: swap;
    font-weight: 800;
    src: url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-ExtraBold.woff2) format("woff2"), url(https://altezza.travel/bitrix/templates/altezza.travel/css/../fonts/Nunito-ExtraBold.woff) format("woff");
}


@font-face {
    font-display: swap;
    font-family: Bogle;
    font-style: normal;
    font-weight: 700;
    src: url(https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Bold.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Bogle;
    font-style: normal;
    font-weight: 400;
    src: url(https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: ui-icons;
    src: url(https://i5.walmartimages.com/dfw/63fd9f59-ad4a/85c1124e-d12f-41b8-9a1d-951ecf56d5cb/v2/en-US/_next/static/media/ui-icons.30a3cdb4dfdc0fc2945b22e4376329be.woff2) format("woff2"), url(https://i5.walmartimages.com/dfw/63fd9f59-ad4a/85c1124e-d12f-41b8-9a1d-951ecf56d5cb/v2/en-US/_next/static/media/ui-icons.37ea2703eebf59498d03d8368f802532.woff) format("woff");
}


.pr3 {

    letter-spacing: 0 !important;
}

.ld {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 16px/1 ui-icons;
    font-size: inherit
}

.ld.ld-AccountSignInNudge:before {
    content: "\f101"
}

.ld.ld-AddToCart:before {
    content: "\f102"
}

.ld.ld-Alcohol:before {
    content: "\f103"
}

.ld.ld-Apple:before {
    content: "\f104"
}

.ld.ld-ARFashion:before {
    content: "\f105"
}

.ld.ld-ARHome:before {
    content: "\f106"
}

.ld.ld-ArrowDown:before {
    content: "\f107"
}

.ld.ld-ArrowLeft:before {
    content: "\f108"
}

.ld.ld-ArrowRight:before {
    content: "\f109"
}

.ld.ld-ArrowUp:before {
    content: "\f10a"
}

.ld.ld-ArrowUpLeft:before {
    content: "\f10b"
}

.ld.ld-Article:before {
    content: "\f10c"
}

.ld.ld-Associate:before {
    content: "\f10d"
}

.ld.ld-AssociateUser:before {
    content: "\f10e"
}

.ld.ld-ATV:before {
    content: "\f10f"
}

.ld.ld-Autocare:before {
    content: "\f110"
}

.ld.ld-AverageReading:before {
    content: "\f111"
}

.ld.ld-Bakery:before {
    content: "\f112"
}

.ld.ld-Ban:before {
    content: "\f113"
}

.ld.ld-Barcode:before {
    content: "\f114"
}

.ld.ld-Bell:before {
    content: "\f115"
}

.ld.ld-Box:before {
    content: "\f116"
}

.ld.ld-BoxReturn:before {
    content: "\f117"
}

.ld.ld-Calendar:before {
    content: "\f118"
}

.ld.ld-Camera:before {
    content: "\f119"
}

.ld.ld-Car:before {
    content: "\f11a"
}

.ld.ld-CaretDown:before {
    content: "\f11b"
}

.ld.ld-CaretUp:before {
    content: "\f11c"
}

.ld.ld-Cart:before {
    content: "\f11d"
}

.ld.ld-CartFill:before {
    content: "\f11e"
}

.ld.ld-ChatBubble:before {
    content: "\f11f"
}

.ld.ld-Check:before {
    content: "\f120"
}

.ld.ld-CheckCircle:before {
    content: "\f121"
}

.ld.ld-CheckCircleFill:before {
    content: "\f122"
}

.ld.ld-CheckVerification:before {
    content: "\f123"
}

.ld.ld-ChevronDown:before {
    content: "\f124"
}

.ld.ld-ChevronLeft:before {
    content: "\f125"
}

.ld.ld-ChevronRight:before {
    content: "\f126"
}

.ld.ld-ChevronUp:before {
    content: "\f127"
}

.ld.ld-ChooseACharity:before {
    content: "\f128"
}

.ld.ld-Clock:before {
    content: "\f129"
}

.ld.ld-Close:before {
    content: "\f12a"
}

.ld.ld-CloseCircleFill:before {
    content: "\f12b"
}

.ld.ld-CloudDownload:before {
    content: "\f12c"
}

.ld.ld-CloudUpload:before {
    content: "\f12d"
}

.ld.ld-CreditCard:before {
    content: "\f12e"
}

.ld.ld-Currency:before {
    content: "\f12f"
}

.ld.ld-Deli:before {
    content: "\f130"
}

.ld.ld-Direction:before {
    content: "\f131"
}

.ld.ld-Ebook:before {
    content: "\f132"
}

.ld.ld-Ecomm:before {
    content: "\f133"
}

.ld.ld-Email:before {
    content: "\f134"
}

.ld.ld-ExclamationCircle:before {
    content: "\f135"
}

.ld.ld-ExclamationCircleFill:before {
    content: "\f136"
}

.ld.ld-ExternalLink:before {
    content: "\f137"
}

.ld.ld-Eye:before {
    content: "\f138"
}

.ld.ld-EyeSlash:before {
    content: "\f139"
}

.ld.ld-Facebook:before {
    content: "\f13a"
}

.ld.ld-Filter:before {
    content: "\f13b"
}

.ld.ld-Flag:before {
    content: "\f13c"
}

.ld.ld-Flash:before {
    content: "\f13d"
}

.ld.ld-FlashSlash:before {
    content: "\f13e"
}

.ld.ld-FuelPump:before {
    content: "\f13f"
}

.ld.ld-GardenCenter:before {
    content: "\f140"
}

.ld.ld-Gear:before {
    content: "\f141"
}

.ld.ld-Gift:before {
    content: "\f142"
}

.ld.ld-GiftCardSpark:before {
    content: "\f143"
}

.ld.ld-Globe:before {
    content: "\f144"
}

.ld.ld-Grants:before {
    content: "\f145"
}

.ld.ld-Grid:before {
    content: "\f146"
}

.ld.ld-GridFill:before {
    content: "\f147"
}

.ld.ld-Grocery:before {
    content: "\f148"
}

.ld.ld-Healthclinic:before {
    content: "\f149"
}

.ld.ld-Heart:before {
    content: "\f14a"
}

.ld.ld-HeartFill:before {
    content: "\f14b"
}

.ld.ld-History:before {
    content: "\f14c"
}

.ld.ld-Home:before {
    content: "\f14d"
}

.ld.ld-IdCard:before {
    content: "\f14e"
}

.ld.ld-Image:before {
    content: "\f14f"
}

.ld.ld-InfoCircle:before {
    content: "\f150"
}

.ld.ld-Instagram:before {
    content: "\f151"
}

.ld.ld-Installation:before {
    content: "\f152"
}

.ld.ld-Keyboard:before {
    content: "\f153"
}

.ld.ld-Link:before {
    content: "\f154"
}

.ld.ld-List:before {
    content: "\f155"
}

.ld.ld-Location:before {
    content: "\f156"
}

.ld.ld-Lock:before {
    content: "\f157"
}

.ld.ld-LockOpen:before {
    content: "\f158"
}

.ld.ld-Menu:before {
    content: "\f159"
}

.ld.ld-Microphone:before {
    content: "\f15a"
}

.ld.ld-MicrophoneSlash:before {
    content: "\f15b"
}

.ld.ld-Minus:before {
    content: "\f15c"
}

.ld.ld-MinusCircleFill:before {
    content: "\f15d"
}

.ld.ld-Mobile:before {
    content: "\f15e"
}

.ld.ld-Money:before {
    content: "\f15f"
}

.ld.ld-MoneyCircle:before {
    content: "\f160"
}

.ld.ld-More:before {
    content: "\f161"
}

.ld.ld-Motorcycle:before {
    content: "\f162"
}

.ld.ld-Note:before {
    content: "\f163"
}

.ld.ld-Pause:before {
    content: "\f164"
}

.ld.ld-Pencil:before {
    content: "\f165"
}

.ld.ld-Pharmacy:before {
    content: "\f166"
}

.ld.ld-Phone:before {
    content: "\f167"
}

.ld.ld-PhotoCenter:before {
    content: "\f168"
}

.ld.ld-PillBottle:before {
    content: "\f169"
}

.ld.ld-Pinterest:before {
    content: "\f16a"
}

.ld.ld-Play:before {
    content: "\f16b"
}

.ld.ld-PlayCircle:before {
    content: "\f16c"
}

.ld.ld-Plus:before {
    content: "\f16d"
}

.ld.ld-Printer:before {
    content: "\f16e"
}

.ld.ld-QrCode:before {
    content: "\f16f"
}

.ld.ld-QuestionCircle:before {
    content: "\f170"
}

.ld.ld-Receipt:before {
    content: "\f171"
}

.ld.ld-Refresh:before {
    content: "\f172"
}

.ld.ld-Reorder:before {
    content: "\f173"
}

.ld.ld-ReorderFill:before {
    content: "\f174"
}

.ld.ld-Restroom:before {
    content: "\f175"
}

.ld.ld-Returns:before {
    content: "\f176"
}

.ld.ld-Rollback:before {
    content: "\f177"
}

.ld.ld-ScanAndGo:before {
    content: "\f178"
}

.ld.ld-Search:before {
    content: "\f179"
}

.ld.ld-Services:before {
    content: "\f17a"
}

.ld.ld-ServicesFill:before {
    content: "\f17b"
}

.ld.ld-Share:before {
    content: "\f17c"
}

.ld.ld-Shield:before {
    content: "\f17d"
}

.ld.ld-ShoppingBag:before {
    content: "\f17e"
}

.ld.ld-Shuffle:before {
    content: "\f17f"
}

.ld.ld-SignIn:before {
    content: "\f180"
}

.ld.ld-SignOut:before {
    content: "\f181"
}

.ld.ld-Spark:before {
    content: "\f182"
}

.ld.ld-Sparkle:before {
    content: "\f183"
}

.ld.ld-Star:before {
    content: "\f184"
}

.ld.ld-StarFill:before {
    content: "\f185"
}

.ld.ld-StarHalf:before {
    content: "\f186"
}

.ld.ld-Store:before {
    content: "\f187"
}

.ld.ld-Subscription:before {
    content: "\f188"
}

.ld.ld-Tag:before {
    content: "\f189"
}

.ld.ld-ThumbDown:before {
    content: "\f18a"
}

.ld.ld-ThumbUp:before {
    content: "\f18b"
}

.ld.ld-Tire:before {
    content: "\f18c"
}

.ld.ld-TrashCan:before {
    content: "\f18d"
}

.ld.ld-Truck:before {
    content: "\f18e"
}

.ld.ld-Twitter:before {
    content: "\f18f"
}

.ld.ld-User:before {
    content: "\f190"
}

.ld.ld-UserPlus:before {
    content: "\f191"
}

.ld.ld-VisionCenter:before {
    content: "\f192"
}

.ld.ld-VuduLibrary:before {
    content: "\f193"
}

.ld.ld-Wallet:before {
    content: "\f194"
}

.ld.ld-WalmartPay:before {
    content: "\f195"
}

.ld.ld-WalmartPlus:before {
    content: "\f196"
}

.ld.ld-WalmartPlusAccount:before {
    content: "\f197"
}

.ld.ld-WalmartProtectionPlan:before {
    content: "\f198"
}

.ld.ld-WalmartShield:before {
    content: "\f199"
}

.ld.ld-Warning:before {
    content: "\f19a"
}

.ld.ld-WiFi:before {
    content: "\f19b"
}

.ld.ld-WirelessServices:before {
    content: "\f19c"
}

.ld.ld-Wrench:before {
    content: "\f19d"
}

.ld.ld-YouTube:before {
    content: "\f19e"
}

.ld.ld-ZoomIn:before {
    content: "\f19f"
}

.ld.ld-ZoomOut:before {
    content: "\f1a0"
}


.pperson {
    font-family: 'Bogle';
    font-size: .9em;
}



/*! CSS Used fontfaces */
@font-face {
    font-family: Merrant;
    src: url(https://bushtopscamps.com/wp-content/themes/bushtops/assets/fonts/Merrant-Lithe/font.woff2) format("woff2"), url(https://bushtopscamps.com/wp-content/themes/bushtops/assets/fonts/Merrant-Lithe/font.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Merrant;
    src: url(https://bushtopscamps.com/wp-content/themes/bushtops/assets/fonts/Merrant-Regular/font.woff2) format("woff2"), url(https://bushtopscamps.com/wp-content/themes/bushtops/assets/fonts/Merrant-Regular/font.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}


.gap-20 {
    width: 100%;
    height: 30px;
}

.gap-10 {
    width: 100%;
    height: 15px;
}

.giraffe-svg {
    position: absolute;
    top: 50%;
    opacity: .7;
}



/* FeaturedImageThemeMain */
.featured-image {
    display: block;
    position: relative;
    width: 100%
}

.featured-image:not(.featured-image--no-lazy):not(.featured-image--loaded):after {
    background: #0006;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.featured-image .featured-image__picture {
    align-items: center;
    display: flex;
    max-height: inherit
}

.featured-image__image {
    bottom: 0;
    flex: 1;
    height: 100% !important;
    left: 0;
    max-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.featured-image--auto .featured-image__image {
    bottom: auto;
    height: auto !important;
    left: auto;
    -o-object-fit: initial;
    object-fit: fill;
    -o-object-position: initial;
    object-position: initial;
    position: relative;
    right: auto;
    top: auto;
    width: auto
}

.featured-image--full {
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0
}

.featured-image--fit--fill .featured-image__image {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.featured-image--fit--contain .featured-image__image {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.featured-image--position--bottom .featured-image__image {
    -o-object-position: bottom;
    object-position: bottom
}

.featured-image--position--top .featured-image__image {
    -o-object-position: top;
    object-position: top
}

.featured-image--size--auto .featured-image__image {
    bottom: auto;
    height: auto !important;
    left: auto;
    -o-object-fit: initial;
    object-fit: fill;
    -o-object-position: initial;
    object-position: initial;
    position: relative;
    right: auto;
    top: auto;
    width: auto
}

.featured-image--size--auto-height .featured-image__picture {
    width: 100%
}

.featured-image--size--auto-height .featured-image__image {
    bottom: auto;
    height: auto !important;
    left: auto;
    -o-object-fit: initial;
    object-fit: fill;
    -o-object-position: initial;
    object-position: initial;
    position: relative;
    right: auto;
    top: auto;
    width: 100%
}

.featured-image--size--full {
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0
}

/* Link */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

/* Tooltipster */
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-backface-visibility: hidden;
    transform: scale(0);
    transition-property: transform
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    transform: rotate(4deg);
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotate(0);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    opacity: 0;
    top: 0 !important;
    transition-property: all
}

.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    left: 0 !important;
    opacity: 0;
    transition-property: all
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    to {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    left: 0;
    margin-top: -10px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid #0000
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid #0000;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

/* LinkThemeOffersSliderItem */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue,
.link--theme--offers-slider-item {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover,
.link--theme--offers-slider-item:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear),
.link--theme--offers-slider-item:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear,
.link--theme--offers-slider-item:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow,
.link--theme--offers-slider-item .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before,
.link--theme--offers-slider-item .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before,
.link--theme--offers-slider-item .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before,
.link--theme--offers-slider-item .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--offers-slider-item {
    align-items: center;
    display: flex !important;
    display: flex
}

.link--theme--offers-slider-item .link__arrow {
    display: inline-block !important
}

.link--theme--offers-slider-item .link__text {
    order: 2
}

.link--theme--offers-slider-item .link__arrow {
    margin-right: 15px;
    order: 1
}

/* OffersSliderItem */
.offers-slider-item {
    display: flex !important;
    flex-direction: column
}

.offers-slider-item__image-wrapper {
    position: relative
}

.offers-slider-item__image {
    z-index: 1
}

.offers-slider-item__caption-wrapper {
    position: absolute;
    z-index: 2
}

.offers-slider-item__content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.offers-slider-item .offers-slider-item__discount {
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 2
}

@media screen and (min-width:992px) {

    .offers-slider-item__content,
    .offers-slider-item__description,
    .offers-slider-item__info {
        flex: 1
    }
}


/* LinkThemeMegaMenuFeature */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--mega-menu-feature {
    align-items: center;
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    display: flex;
    font-family: latobold, sans-serif, arial;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mega-menu-feature:hover {
    cursor: pointer
}

.link--theme--mega-menu-feature:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mega-menu-feature:hover.link--clear {
    color: inherit
}

.link--theme--mega-menu-feature .link__arrow {
    display: none
}

.link--theme--mega-menu-feature .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mega-menu-feature .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mega-menu-feature .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--mega-menu-feature:hover .link__text {
    border-color: #715845
}

.link--theme--mega-menu-feature .link__text {
    border-bottom: 1px solid #0000
}

.link--theme--mega-menu-feature .link__icon {
    height: 36px
}

.link--theme--mega-menu-feature .link__icon--type--before {
    margin: 0 15px 0 0
}

.link--theme--mega-menu-feature .link__icon--type--after {
    margin: 0 0 0 10px
}

/* OffersSliderItemThemeMegaMenu */
.offers-slider-item {
    display: flex !important;
    flex-direction: column
}

.offers-slider-item__image-wrapper {
    position: relative
}

.offers-slider-item__image {
    z-index: 1
}

.offers-slider-item__caption-wrapper {
    position: absolute;
    z-index: 2
}

.offers-slider-item__content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.offers-slider-item .offers-slider-item__discount {
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 2
}

@media screen and (min-width:992px) {

    .offers-slider-item__content,
    .offers-slider-item__description,
    .offers-slider-item__info {
        flex: 1
    }
}

.offers-slider-item--theme--mega-menu .offers-slider-item__title-wrapper {
    text-transform: uppercase
}

.offers-slider-item--theme--mega-menu .offers-slider-item__title {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 5px
}

.offers-slider-item--theme--mega-menu .offers-slider-item__sub-title {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0
}

.offers-slider-item--theme--mega-menu .offers-slider-item__info {
    margin: 5px 0 0
}

.offers-slider-item--theme--mega-menu .offers-slider-item__info-item {
    display: flex;
    margin: 5px 0
}

.offers-slider-item--theme--mega-menu .offers-slider-item__info-icon {
    flex-shrink: 0;
    height: 24px;
    margin: 0 15px 0 0;
    width: 26px
}

.offers-slider-item--theme--mega-menu .offers-slider-item__info-text {
    font-size: 14px;
    letter-spacing: .5px
}

.offers-slider-item--theme--mega-menu .offers-slider-item__info-link {
    align-items: center;
    color: #717272;
    display: flex;
    font-size: 14px
}

.offers-slider-item--theme--mega-menu .offers-slider-item__delimiter {
    background-color: #cecece;
    height: 1px
}

.offers-slider-item--theme--mega-menu .offers-slider-item__link-wrapper {
    display: flex;
    margin: 10px 0 0
}

.offers-slider-item--theme--mega-menu .offers-slider-item__delimiter--type--after-enquire,
.offers-slider-item--theme--mega-menu .offers-slider-item__delimiter--type--before-enquire {
    display: none
}

.offers-slider-item--theme--mega-menu .offers-slider-item__name {
    color: #715845;
    font-family: Didot-HTF-M06-Medium-Ital, sans-serif, arial;
    font-size: 23px;
    margin: 0 0 25px
}

/* LinkThemeMegaMenuOffer */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--mega-menu-offer {
    align-items: center;
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    display: flex !important;
    display: flex;
    font-family: latobold, sans-serif, arial;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mega-menu-offer:hover {
    cursor: pointer
}

.link--theme--mega-menu-offer:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mega-menu-offer:hover.link--clear {
    color: inherit
}

.link--theme--mega-menu-offer .link__arrow {
    display: none
}

.link--theme--mega-menu-offer .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mega-menu-offer .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mega-menu-offer .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--mega-menu-offer .link__arrow {
    display: inline-block !important;
    margin: 0 0 0 5px
}

/* LinkThemeMegaMenuMobileFooter */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--mega-menu-mobile-footer {
    align-items: center;
    color: inherit;
    color: #fff !important;
    display: inline-block;
    display: flex !important;
    flex-direction: column;
    font-family: latobold, sans-serif, arial;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--mega-menu-mobile-footer:hover {
    cursor: pointer
}

.link--theme--mega-menu-mobile-footer:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mega-menu-mobile-footer:hover.link--clear {
    color: inherit
}

.link--theme--mega-menu-mobile-footer .link__arrow {
    display: none
}

.link--theme--mega-menu-mobile-footer .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mega-menu-mobile-footer .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mega-menu-mobile-footer .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--mega-menu-mobile-footer:hover {
    opacity: .5
}

.link--theme--mega-menu-mobile-footer .link__icon--type--after {
    margin: 5px 0 0;
    max-width: 30px
}

/* JsSlider */
@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: #0000;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide:not(.is-initialized) {
    visibility: visible
}

.splide:not(.is-initialized) .splide__slide:first-child {
    width: 100%
}

.splide:not(.is-initialized) .splide__slide:not(:first-child) {
    visibility: hidden
}

.splide .splide__pagination {
    padding: 20px 0 0
}

.splide .splide__pagination li:not(:last-child) .splide__pagination__page {
    margin-right: 4px
}

.splide .splide__pagination__page {
    background: #715845 !important;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 8px;
    opacity: .25;
    padding: 0;
    width: 8px
}

.splide .splide__pagination__page.is-active {
    opacity: 1
}

.splide .splide__list {
    align-items: flex-start;
    transition: height .6s ease
}

.splide .featured-image:after {
    display: none !important
}

@media screen and (min-width:992px) {
    .splide .splide__pagination {
        display: none
    }
}




/* Fonts */
@font-face {
    font-display: swap;
    font-family: latobold;
    font-style: normal;
    font-weight: 400;
    src: url(wp-content/themes/angama/assets/fonts/lato/bold.eot);
    src: url(wp-content/themes/angama/assets/fonts/lato/bold.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/angama/assets/fonts/lato/bold.woff) format("woff2"), url(wp-content/themes/angama/assets/fonts/lato/bold.woff) format("woff"), url(/wp-content/themes/angama/assets/fonts\ /lato/bold.ttf) format("truetype"), url(wp-content/themes/angama/assets/fonts/lato/bold.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: latolight;
    font-style: normal;
    font-weight: 400;
    src: url(wp-content/themes/angama/assets/fonts/lato/light.eot);
    src: url(wp-content/themes/angama/assets/fonts/lato/light.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/angama/assets/fonts/lato/light.woff) format("woff2"), url(wp-content/themes/angama/assets/fonts/lato/light.woff) format("woff"), url(wp-content/themes/angama/assets/fonts/lato/light.ttf) format("truetype"), url(wp-content/themes/angama/assets/fonts/lato/light.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: latoregular;
    font-style: normal;
    font-weight: 400;
    src: url(wp-content/themes/angama/assets/fonts/lato/regular.eot);
    src: url(wp-content/themes/angama/assets/fonts/lato/regular.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/angama/assets/fonts/lato/regular.woff) format("woff2"), url(wp-content/themes/angama/assets/fonts/lato/regular.woff) format("woff"), url(wp-content/themes/angama/assets/fonts/lato/regular.ttf) format("truetype"), url(wp-content/themes/angama/assets/fonts/lato/regular.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: latoitalic;
    font-style: normal;
    font-weight: 400;
    src: url(wp-content/themes/angama/assets/fonts/lato/italic.eot);
    src: url(wp-content/themes/angama/assets/fonts/lato/italic.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/angama/assets/fonts/lato/italic.woff) format("woff2"), url(wp-content/themes/angama/assets/fonts/lato/italic.woff) format("woff"), url(wp-content/themes/angama/assets/fonts/lato/italic.ttf) format("truetype"), url(wp-content/themes/angama/assets/fonts/lato/italic.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Didot-HTF-M06-Medium-Ital;
    font-style: normal;
    font-weight: 400;
    src: url(wp-content/themes/angama/assets/fonts/didot/medium-italic.eot);
    src: url(wp-content/themes/angama/assets/fonts/didot/medium-italic.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/angama/assets/fonts/didot/medium-italic.woff) format("woff"), url(wp-content/themes/angama/assets/fonts/didot/medium-italic.ttf) format("truetype"), url(wp-content/themes/angama/assets/fonts/didot/medium-italic.svg) format("svg")
}

@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(font/icomoon/icomoon.eot);
    src: url(font/icomoon/icomoon.eot#iefix) format("embedded-opentype"), url(font/icomoon/icomoon.ttf) format("truetype"), url(font/icomoon/icomoon.woff) format("woff"), url(font/icomoon/icomoon.svg) format("svg")
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-downarrow:before {
    content: "\e900"
}

.icon-email:before {
    content: "\e901"
}

.icon-facebook:before {
    content: "\e902"
}

.icon-googleplus:before {
    content: "\e903"
}

.icon-instagram:before {
    content: "\e904"
}

.icon-leftarrow:before {
    content: "\e905"
}

.icon-linkedin:before {
    content: "\e906"
}

.icon-minus:before {
    content: "\e907"
}

.icon-mobileNav:before {
    content: "\e908"
}

.icon-pinterest:before {
    content: "\e909"
}

.icon-plus:before {
    content: "\e90a"
}

.icon-rightarrow:before {
    content: "\e90b"
}

.icon-search:before {
    content: "\e90c"
}

.icon-tripadvisor:before {
    content: "\e90d"
}

.icon-twitter:before {
    content: "\e90e"
}

.icon-youtube:before {
    content: "\e90f"
}

@font-face {
    font-family: icomoon-more;
    font-style: normal;
    font-weight: 400;
    src: url(wp-content/themes/angama/assets/fonts/icomoon-more/icomoon-more.eot);
    src: url(wp-content/themes/angama/assets/fonts/icomoon-more/icomoon-more.eot#iefix) format("embedded-opentype"), url(wp-content/themes/angama/assets/fonts/icomoon-more/icomoon-more.ttf) format("truetype"), url(wp-content/themes/angama/assets/fonts/icomoon-more/icomoon-more.woff) format("woff"), url(wp-content/themes/angama/assets/fonts/icomoon-more/icomoon-more.svg) format("svg")
}

[class*=" icon-more-"],
[class^=icon-more-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon-more !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-more-play:before {
    content: "\e900"
}

.icon-more-home:before {
    content: "\e901"
}



/* CommonThemeMain */
* {
    box-sizing: inherit;
    outline: none
}




picture {
    display: inline-block
}

picture source {
    display: none
}

/* BreadcrumbsThemeMain */
.g-breadcrumbs {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.g-breadcrumbs__text--home {
    display: none
}

.g-breadcrumbs__delimiter:before {
    display: inline-block
}

@media screen and (min-width:768px) {
    .g-breadcrumbs__home-icon {
        display: none
    }

    .g-breadcrumbs__text--home {
        display: inline-block
    }
}

.breadcrumbs--theme--main,
.g-breadcrumbs--theme--main {
    font-family: bogle, sans-serif, arial;
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: 2px; */
    line-height: 2.2;
    padding: 0 20px;
    text-transform: capitalize
}

.breadcrumbs--theme--main .g-breadcrumbs__text,
.g-breadcrumbs--theme--main .g-breadcrumbs__text {
    color: #717272
}

.breadcrumbs--theme--main .g-breadcrumbs__text--last,
.breadcrumbs--theme--main .g-breadcrumbs__text:hover,
.g-breadcrumbs--theme--main .g-breadcrumbs__text--last,
.g-breadcrumbs--theme--main .g-breadcrumbs__text:hover {
    color: #715845 !important
}

.breadcrumbs--theme--main .g-breadcrumbs__text--last,
.g-breadcrumbs--theme--main .g-breadcrumbs__text--last {
    font-size: 16px
}

.breadcrumbs--theme--main .g-breadcrumbs__delimiter,
.g-breadcrumbs--theme--main .g-breadcrumbs__delimiter {
    margin: 0 15px
}

.breadcrumbs--theme--main .g-breadcrumbs__delimiter:before,
.g-breadcrumbs--theme--main .g-breadcrumbs__delimiter:before {
    color: #717272;
    font-size: 18px;
    font-weight: 700;
    transform: rotate(270deg)
}

.breadcrumbs--theme--main .g-breadcrumbs__home-icon,
.g-breadcrumbs--theme--main .g-breadcrumbs__home-icon {
    color: #717272
}

@media screen and (min-width:992px) {

    .breadcrumbs--theme--main,
    .g-breadcrumbs--theme--main {
        padding: 0 135px !important;
        padding-top: 30px !important;
    }

    .breadcrumbs--theme--main .g-breadcrumbs__delimiter,
    .g-breadcrumbs--theme--main .g-breadcrumbs__delimiter {
        margin: 0 22px
    }
}

.g-breadcrumbs--style--short .g-breadcrumbs__delimiter--last,
.g-breadcrumbs--style--short .g-breadcrumbs__text--last {
    display: none
}

@media screen and (min-width:992px) {

    .g-breadcrumbs--style--short .g-breadcrumbs__delimiter--last,
    .g-breadcrumbs--style--short .g-breadcrumbs__text--last {
        display: inline-block
    }
}

/* SectionHeaderThemeSafariDirection */
.section-header--theme--safari-direction {
    align-items: stretch;
    color: #715845;
    display: flex;
    flex-direction: column;
    font-family: Didot-HTF-M06-Medium-Ital, sans-serif, arial;
    font-size: 40px;
    font-size: 30px;
    letter-spacing: 3px;
    letter-spacing: 1px;
    line-height: 1.2;
    line-height: 1.4;
    text-align: center;
    text-transform: inherit
}

.section-header--theme--safari-direction .section-header__text {
    background-color: #fff;
    order: 2
}

.section-header--theme--safari-direction .section-header__delimiter {
    display: block;
    flex: 1 0 1px;
    order: 1
}

.section-header--theme--safari-direction .section-header__delimiter--position--left {
    display: none !important
}

@media screen and (min-width:992px) {
    .section-header--theme--safari-direction {
        align-items: center;
        flex-direction: row
    }

    .section-header--theme--safari-direction .section-header__delimiter,
    .section-header--theme--safari-direction .section-header__text {
        order: 0
    }

    .section-header--theme--safari-direction .section-header__delimiter--position--left {
        display: inline-block !important
    }
}

.section-header--theme--safari-direction .section-header__delimiter {
    background: #cecece;
    height: 1px
}

.section-header--theme--safari-direction .section-header__delimiter--position--left,
.section-header--theme--safari-direction .section-header__delimiter--position--right {
    margin: 0 0 20px
}

@media screen and (min-width:992px) {
    .section-header--theme--safari-direction {
        font-size: 55px
    }

    .section-header--theme--safari-direction .section-header__delimiter--position--left {
        margin: 0 20px 0 0
    }

    .section-header--theme--safari-direction .section-header__delimiter--position--right {
        margin: 0 0 0 20px
    }
}

.section-header--theme--safari-direction .section-header__text {
    padding: 0 20px
}

@media screen and (min-width:992px) {
    .section-header--theme--safari-direction {
        letter-spacing: 3px;
        line-height: 1
    }

    .section-header--theme--safari-direction .section-header__text {
        padding: 0
    }
}

/* WrittenByThemeGuestAreas */
.written-by {
    align-items: center;
    display: flex;
    flex-direction: column
}

.written-by__heading {
    margin: 0;
    padding: 0
}

.written-by__description {
    margin-bottom: 0
}

.written-by .written-by__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .written-by__description {
        max-width: 80%
    }
}

@media screen and (min-width:1200px) {
    .written-by__description {
        max-width: 1100px
    }
}

.written-by--theme--guest-areas .written-by__section-header-wrapper {
    align-self: stretch
}

.written-by--theme--guest-areas .written-by__description {
    font-size: 14px;
    margin: 20px auto 0;
    max-width: 950px;
    text-align: justify
}

@media screen and (min-width:992px) {
    .written-by--theme--guest-areas .written-by__description {
        font-size: 18px;
        margin: 40px auto 0;
        text-align: center
    }
}

/* VideoThemeMain */
.video--style--16x9 {
    padding-bottom: 56.25%
}

.video--theme--main {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.video--theme--main .video__frame {
    bottom: 0;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

/* OverlayThemeVideo */
.overlay--theme--video {
    position: relative
}

.overlay--theme--video .overlay__background {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.overlay--theme--video .overlay__content {
    height: 100%;
    width: 100%
}

@media screen and (min-width:992px) {
    .overlay--theme--video:not(.overlay--play--inside) .overlay__background {
        position: fixed
    }

    .overlay--theme--video.overlay--play--inside .overlay__background {
        z-index: 999
    }

    .overlay--theme--video.overlay--ratio--16x9 .overlay__preview {
        padding-bottom: 56.25%
    }
}

.overlay--theme--video .overlay__preview {
    height: 0;
    padding-bottom: 75%;
    position: relative
}

.overlay--theme--video .overlay__preview:hover .overlay__preview-background {
    background: #0009;
    cursor: pointer
}

.overlay--theme--video .overlay__preview-background {
    background: #0000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 2
}

.overlay--theme--video .overlay__preview-icon {
    font-size: 62px
}

.overlay--theme--video .overlay__preview-inner {
    color: #fff;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.overlay--theme--video .overlay__preview-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0 0;
    text-transform: uppercase
}

.overlay--theme--video .overlay__preview-description {
    font-size: 16px
}

.overlay--theme--video .overlay__preview-image {
    line-height: 0 !important
}

.overlay--theme--video .overlay__content-video {
    height: 100%;
    width: 100%
}

@media screen and (min-width:992px) {
    .overlay--theme--video .overlay__preview-inner {
        left: 50%;
        padding: 0;
        right: auto;
        transform: translate(-50%, -50%)
    }

    .overlay--theme--video .overlay__preview-icon {
        font-size: 122px
    }

    .overlay--theme--video .overlay__preview-title {
        font-family: latolight, sans-serif, arial;
        font-size: 30px
    }

    .overlay--theme--video .overlay__preview-description {
        font-size: 20px
    }

    .overlay--theme--video .overlay__preview {
        padding-bottom: 39.4%
    }

    .overlay--theme--video .overlay__background {
        background: #000c
    }

    .overlay--theme--video:not(.overlay--play--inside) .overlay__background {
        padding: 5%
    }
}

/* WrittenByThemeUList */
.written-by {
    align-items: center;
    display: flex;
    flex-direction: column
}

.written-by__heading {
    margin: 0;
    padding: 0
}

.written-by__description {
    margin-bottom: 0
}

.written-by .written-by__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .written-by__description {
        max-width: 80%
    }
}

@media screen and (min-width:1200px) {
    .written-by__description {
        max-width: 1100px
    }
}

.written-by--theme--u-list .written-by__heading {
    font-family: latolight, sans-serif, arial;
    font-size: 26px;
    letter-spacing: 3px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.written-by--theme--u-list .written-by__description {
    font-size: 14px;
    margin: 0 auto;
    max-width: 950px;
    text-align: justify
}

.written-by--theme--u-list .written-by__description ul {
    float: left;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    text-align: justify
}

.written-by--theme--u-list .written-by__description ul+p {
    clear: both
}

.written-by--theme--u-list .written-by__description a {
    color: #715845;
    font-weight: 700
}

@media screen and (min-width:992px) {
    .written-by--theme--u-list .written-by__heading {
        font-size: 30px;
        margin: 0
    }

    .written-by--theme--u-list .written-by__description {
        font-size: 18px;
        margin: 30px auto 0;
        text-align: center
    }

    .written-by--theme--u-list .written-by__description ul {
        margin: 0 0 30px;
        max-width: 50%;
        padding: 0 10px 0 20px;
        text-align: left
    }

    .written-by--theme--u-list .written-by__description ul li {
        margin: 0 0 5px
    }

    .written-by--theme--u-list .written-by__description p:not(:last-child) {
        margin: 0 0 30px
    }
}

/* SliderItemThemeVideo */
.slider-item,
.slider-item .slider-item__image-wrapper {
    position: relative
}

.slider-item--theme--video .slider-item__image-wrapper {
    height: 100%;
    width: 100%
}

/* SliderThemeVideo */
.g-slider__content {
    position: relative
}

.g-slider--theme--video .g-slider__arrow.g-slider__arrow--type--prev {
    background: #fff url(../img/arrow-left.png) 50% 50% no-repeat
}

.g-slider--theme--video .g-slider__arrow.g-slider__arrow--type--next {
    background: #fff url(../img/arrow-left.png) 50% 50% no-repeat
}

.g-slider--theme--video .g-slider__item {
    height: 280px
}

.g-slider--theme--video .g-slider__arrow {
    background-size: 18px !important;
    border: 2px solid gray;
    display: none;
    height: 72px;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    z-index: 2
}

.g-slider--theme--video .g-slider__arrow:hover {
    cursor: pointer;
    opacity: 1
}

.g-slider--theme--video .g-slider__arrow--type--prev {
    left: 45px
}

.g-slider--theme--video .g-slider__arrow--type--next {
    right: 45px
}

.g-slider--theme--video .g-slider__top {
    padding: 0 20px
}

.g-slider--theme--video .g-slider__description {
    font-size: 14px;
    margin: 20px auto 30px;
    max-width: 950px;
    text-align: justify
}

.g-slider--theme--video .g-slider__description ul {
    float: left;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    text-align: justify
}

.g-slider--theme--video .g-slider__description ul+p {
    clear: both;
    height: 0
}

.g-slider--theme--video .g-slider__description a {
    border: solid #0000;
    border-width: 0 0 1px;
    color: #715845;
    font-weight: 700;
    transition: all .3s ease
}

.g-slider--theme--video .g-slider__description a:hover {
    border-color: currentColor
}

@media screen and (min-width:992px) {
    .g-slider--theme--video .g-slider__top {
        padding: 0 110px
    }

    .g-slider--theme--video .g-slider__description {
        font-size: 18px;
        margin: 30px auto 60px;
        text-align: center
    }

    .g-slider--theme--video .g-slider__description ul {
        margin: 0 0 50px;
        max-width: 50%;
        text-align: left
    }

    .g-slider--theme--video .g-slider__description ul li {
        margin: 0 0 5px
    }

    .g-slider--theme--video .g-slider__arrow {
        display: block
    }
}

/* SectionHeaderThemeClassic */
.section-header--theme--classic {
    align-items: stretch;
    color: #474747;
    display: flex;
    flex-direction: column;
    font-family: Avenir, sans-serif, arial;
    font-size: 2em;
    font-weight: 700;
    /* letter-spacing: 3px;
    letter-spacing: 1px; */
    line-height: 1.2;
    line-height: 1.4;
    text-align: center;
    text-transform: inherit
}

.section-header--theme--classic .section-header__text {
    /* background-color: #fff; */
    order: 2
}

.section-header--theme--classic .section-header__delimiter {
    display: block;
    flex: 1 0 1px;
    order: 1
}

.section-header--theme--classic .section-header__delimiter--position--left {
    display: none !important
}

@media screen and (min-width:992px) {
    .section-header--theme--classic {
        align-items: center;
        flex-direction: row
    }

    .section-header--theme--classic .section-header__delimiter,
    .section-header--theme--classic .section-header__text {
        order: 0
    }

    .section-header--theme--classic .section-header__delimiter--position--left {
        display: inline-block !important
    }
}

.section-header--theme--classic .section-header__delimiter {
    background: #cecece;
    height: 1px
}

.section-header--theme--classic .section-header__delimiter--position--left,
.section-header--theme--classic .section-header__delimiter--position--right {
    margin: 0 0 20px
}

@media screen and (min-width:992px) {
    .section-header--theme--classic {
        /* font-size: 55px */
    }

    .section-header--theme--classic .section-header__delimiter--position--left {
        margin: 0 20px 0 0
    }

    .section-header--theme--classic .section-header__delimiter--position--right {
        margin: 0 0 0 20px
    }
}

.section-header--theme--classic .section-header__text {
    padding: 0 20px
}

@media screen and (min-width:992px) {
    .section-header--theme--classic {
        /* letter-spacing: 3px; */
        line-height: 1
    }

    .section-header--theme--classic .section-header__text {
        padding: 0
    }
}

/* WrittenByThemeSection */
.written-by {
    align-items: center;
    display: flex;
    flex-direction: column
}

.written-by__heading {
    margin: 0;
    padding: 0
}

.written-by__description {
    margin-bottom: 0
}

.written-by .written-by__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .written-by__description {
        max-width: 80%
    }
}

@media screen and (min-width:1200px) {
    .written-by__description {
        max-width: 1100px
    }
}

.written-by--theme--section .written-by__title {
    color: #715845;
    font-family: Didot-HTF-M06-Medium-Ital, sans-serif, arial;
    font-size: 56px;
    line-height: 1.35;
    text-align: center
}

.written-by--theme--section .written-by__heading {
    font-family: latolight, sans-serif, arial;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase
}

.written-by--theme--section .written-by__description {
    max-width: 1000px;
    text-align: justify
}

.written-by--theme--section .written-by__description p {
    margin: 0 0 20px;
    font-family: eb-garamond, serif !important;
    font-weight: 500 !important;
    font-style: italic;
    font-size: 20px !important;
    color: #715846;
}

@media screen and (min-width:992px) {
    .written-by--theme--section .written-by__title {
        font-size: 70px;
        line-height: 1.5;
        text-align: left
    }

    .written-by--theme--section .written-by__heading {
        font-size: 36px;
        font-weight: 400;
        margin: 20px 0 40px;
        text-align: left
    }

    .written-by--theme--section .written-by__description {
        font-size: 18px;
        text-align: center
    }

    .written-by--theme--section .written-by__description p {
        margin: 0 0 40px
    }
}

.written-by--theme--section .written-by__description {
    font-size: 14px
}

@media screen and (min-width:992px) {
    .written-by--theme--section .written-by__heading {
        font-size: 30px !important;
        margin: 0 0 40px !important
    }

    .written-by--theme--section .written-by__description {
        font-size: 18px
    }
}

/* ExpandItemThemeClassic */
.expand-item--theme--classic .expand-item__body {
    overflow-y: hidden;
    transition: all .5s ease
}

.expand-item--theme--classic:not(.expand-item--open) .expand-item__body {
    max-height: 0 !important
}

.expand-item--theme--classic.expand-item--open .expand-item__arrow {
    transform: rotate(270deg)
}

.expand-item--theme--classic.expand-item--open .expand-item__header {
    border-bottom: initial
}

.expand-item--theme--classic:not(.expand-item--open):not(.expand-item--state--changing) .expand-item__header {
    /* border-bottom: 1px solid #cecece */
}

.expand-item--theme--classic .expand-item__header {
    align-items: center;
    display: flex;
    /* padding: 0 0 10px */
}

.expand-item--theme--classic .expand-item__header:hover {
    cursor: pointer
}

.expand-item--theme--classic .expand-item__body-wrapper {
    /* border-bottom: 1px solid #cecece; */
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.7;
    margin: 0;
    padding: 20px 0 10px;
    text-align: left
}

.expand-item--theme--classic .expand-item__body-wrapper a {
    border: solid #0000;
    border-width: 0 0 1px;
    color: #715845;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease
}

.expand-item--theme--classic .expand-item__body-wrapper a:hover {
    border-color: currentColor;
    border-bottom: 1px solid #715845 !important
}

.expand-item--theme--classic .expand-item__body-wrapper ul li {
    padding-left: 5px
}

.expand-item--theme--classic .expand-item__body-wrapper ul li::marker {
    content: "-" !important
}

.expand-item--theme--classic .expand-item__title {
    flex: 1;
    font-size: 14px;
    letter-spacing: .4px;
    text-align: left;
    font-family: Averta, Helvetica, Arial, sans-serif;
    text-transform: capitalize !important;
    color: #343A40;
    font-weight: 500;
}

.expand-item--theme--classic .expand-item__arrow {
    background: url(../img/arrow-left.png) no-repeat;
    background-size: 8px;
    display: block;
    height: 16px;
    transform: rotate(180deg);
    transition: all .3s ease;
    width: 10px;
    /* background-color: #F7F7F7; */
    /* border-radius: 50%; 
    text-align: center;
    padding-bottom: 20px; */
}

@media screen and (min-width:992px) {
    .expand-item--theme--classic .expand-item__title {
        font-size: 16px
    }

    .expand-item--theme--classic .expand-item__arrow {
        margin: 0 20px 0 0
    }

    .expand-item--theme--classic .expand-item__header {
        /* border-bottom: 1px solid #cecece !important;
        padding: 0 0 15px */
    }

    .expand-item--theme--classic .expand-item__body-wrapper {
        border-bottom: initial;
        font-size: 17px;
        letter-spacing: 1px;
        padding: 40px 20px 20px
    }
}

.expand-item--theme--classic .expand-item__body-wrapper ul {
    padding: 0 0 0 15px
}

.expand-item--theme--classic .expand-item__body-wrapper ul li::marker {
    content: normal !important
}

/* SliderItem */
.slider-item,
.slider-item .slider-item__image-wrapper {
    position: relative
}

/* SelectionThemeFaq */
.selection__item--hidden {
    display: none !important
}

.selection--theme--faq .selection__description {
    font-size: 14px;
    letter-spacing: .5px;
    margin: 20px 0;
    text-align: justify
}

.selection--theme--faq .selection__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    /* background-color: #f4f1ec; */
}

.selection--theme--faq .selection__item {
    margin: 15px 0;
    max-width: 800px;
    width: 60%;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    padding: 20px 24px 20px 32px;
}

@media screen and (min-width:992px) {
    .selection--theme--faq .selection__description {
        font-size: 18px;
        margin: 50px 0;
        padding: 0 25%;
        text-align: center
    }
}

/* TextThemeBlue */
.text--theme--blue {
    color: #715845;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media screen and (min-width:992px) {
    .text--theme--blue {
        font-size: 20px
    }
}

/* LinkThemeHighlightMore */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--highlight-more {
    border: 1px solid #715845;
    color: inherit;
    color: #717272 !important;
    color: #715845 !important;
    display: inline-block;
    font-size: 18px;
    justify-content: center;
    letter-spacing: 2px;
    letter-spacing: 2.2px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--highlight-more:hover {
    cursor: pointer
}

.link--theme--highlight-more:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--highlight-more:hover.link--clear {
    color: inherit
}

.link--theme--highlight-more .link__arrow {
    display: none
}

.link--theme--highlight-more .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--highlight-more .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--highlight-more .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (min-width:992px) {
    .link--theme--highlight-more {
        border-width: 1px;
        padding: 10px 30px
    }
}

@media screen and (max-width:992px) {
    .link--theme--highlight-more {
        align-items: center;
        display: flex !important
    }

    .link--theme--highlight-more .link__arrow {
        display: inline-block !important
    }
}

.link--theme--highlight-more:hover {
    border-color: #715845;
    color: #715845 !important
}

.link--theme--highlight-more .link__arrow--position--after {
    margin: 0 0 0 5px
}

@media screen and (min-width:992px) {
    .link--theme--highlight-more {
        border-bottom-width: 1px;
        letter-spacing: 1px
    }

    .link--theme--highlight-more .link__arrow--position--after {
        margin: 0
    }
}

.link--theme--highlight-more:hover {
    border-color: #717272 !important;
    color: #717272 !important
}

.link--theme--highlight-more .link__arrow {
    display: none !important
}

@media screen and (min-width:992px) {
    .link--theme--highlight-more {
        font-size: 22px
    }
}

@media screen and (max-width:992px) {
    .link--theme--highlight-more {
        display: inline-block !important
    }
}

/* LinkThemePartnersSliderItem */
.link--theme--gray {
    color: inherit;
    color: #717272 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--gray:hover {
    cursor: pointer
}

.link--theme--gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--gray:hover.link--clear {
    color: inherit
}

.link--theme--gray .link__arrow {
    display: none
}

.link--theme--gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--gray:hover {
    color: #715845 !important
}

.link--theme--mobile-gray {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--mobile-gray:hover {
    cursor: pointer
}

.link--theme--mobile-gray:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--mobile-gray:hover.link--clear {
    color: inherit
}

.link--theme--mobile-gray .link__arrow {
    display: none
}

.link--theme--mobile-gray .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--mobile-gray .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--mobile-gray .link__arrow--position--after:before {
    transform: rotate(270deg)
}

@media screen and (max-width:992px) {
    .link--theme--mobile-gray {
        color: inherit;
        color: #717272 !important;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .link--theme--mobile-gray:hover {
        cursor: pointer
    }

    .link--theme--mobile-gray:hover:not(.link--clear) {
        border-color: #715845;
        color: #715845
    }

    .link--theme--mobile-gray:hover.link--clear {
        color: inherit
    }

    .link--theme--mobile-gray .link__arrow {
        display: none
    }

    .link--theme--mobile-gray .link__arrow:before {
        display: inline-block;
        font-weight: 700
    }

    .link--theme--mobile-gray .link__arrow--position--before:before {
        transform: rotate(90deg)
    }

    .link--theme--mobile-gray .link__arrow--position--after:before {
        transform: rotate(270deg)
    }

    .link--theme--mobile-gray:hover {
        color: #715845 !important
    }
}

.link--type--button {
    border: solid;
    border-width: 0 0 1px;
    padding: 20px 0
}

@media screen and (min-width:992px) {
    .link--type--button {
        border-width: 1px;
        padding: 10px 30px
    }

    .link--type--pc-button {
        border: solid;
        border-width: 0 0 1px;
        padding: 20px 0
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .link--type--pc-button {
        border-width: 1px;
        padding: 10px 30px
    }
}

.link--theme--blue,
.link--theme--partners-slider-item {
    color: inherit;
    color: #715845 !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--theme--blue:hover,
.link--theme--partners-slider-item:hover {
    cursor: pointer
}

.link--theme--blue:hover:not(.link--clear),
.link--theme--partners-slider-item:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--blue:hover.link--clear,
.link--theme--partners-slider-item:hover.link--clear {
    color: inherit
}

.link--theme--blue .link__arrow,
.link--theme--partners-slider-item .link__arrow {
    display: none
}

.link--theme--blue .link__arrow:before,
.link--theme--partners-slider-item .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--blue .link__arrow--position--before:before,
.link--theme--partners-slider-item .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--blue .link__arrow--position--after:before,
.link--theme--partners-slider-item .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--type--arrow {
    align-items: center;
    display: flex !important
}

.link--type--arrow .link__arrow {
    display: inline-block !important
}

@media screen and (max-width:992px) {
    .link--type--mobile-arrow {
        align-items: center;
        display: flex !important
    }

    .link--type--mobile-arrow .link__arrow {
        display: inline-block !important
    }
}

.link--theme--white {
    color: inherit;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    transition: all .3s ease-out
}

.link--theme--white:hover {
    cursor: pointer
}

.link--theme--white:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--theme--white:hover.link--clear {
    color: inherit
}

.link--theme--white .link__arrow {
    display: none
}

.link--theme--white .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--theme--white .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--theme--white .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--white:hover {
    opacity: .5
}

.link--clear {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.link--clear:hover {
    cursor: pointer
}

.link--clear:hover:not(.link--clear) {
    border-color: #715845;
    color: #715845
}

.link--clear:hover.link--clear {
    color: inherit
}

.link--clear .link__arrow {
    display: none
}

.link--clear .link__arrow:before {
    display: inline-block;
    font-weight: 700
}

.link--clear .link__arrow--position--before:before {
    transform: rotate(90deg)
}

.link--clear .link__arrow--position--after:before {
    transform: rotate(270deg)
}

.link--theme--partners-slider-item {
    align-items: center;
    display: flex !important;
    font-size: 15px;
    justify-content: center;
    letter-spacing: 1px
}

.link--theme--partners-slider-item .link__arrow {
    display: inline-block !important;
    margin: 0 0 0 5px
}

.link--theme--partners-slider-item .link__icon {
    display: inline-block;
    margin-left: 8px;
    width: 14px
}

@media screen and (min-width:992px) {
    .link--theme--partners-slider-item {
        font-size: 20px;
        justify-content: normal
    }

    .link--theme--partners-slider-item .link__icon {
        width: 17px
    }
}

/* SliderItemThemeBlogStayTented */
.slider-item,
.slider-item .slider-item__image-wrapper {
    position: relative
}

.slider-item--theme--blog-stay-tented {
    display: flex !important;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .slider-item--theme--blog-stay-tented {
        flex-direction: row
    }

    .slider-item--theme--blog-stay-tented .slider-item__image-wrapper,
    .slider-item--theme--blog-stay-tented .slider-item__info {
        flex: 1 0 50%
    }
}

.slider-item--theme--blog-stay-tented .slider-item__title {
    color: #717272;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase
}

.slider-item--theme--blog-stay-tented .slider-item__description {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.7;
    margin: 15px 0;
    text-align: justify
}

@media screen and (min-width:992px) {
    .slider-item--theme--blog-stay-tented .slider-item__title {
        font-family: latolight, sans-serif, arial;
        font-size: 30px
    }

    .slider-item--theme--blog-stay-tented .slider-item__description {
        font-size: 18px;
        letter-spacing: 1px;
        margin: 20px 0
    }
}

.slider-item--theme--blog-stay-tented .slider-item__info {
    padding: 20px 20px 30px;
    text-align: center
}

.slider-item--theme--blog-stay-tented .slider-item__sub-title {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 15px 0 0;
    text-transform: uppercase
}

.slider-item--theme--blog-stay-tented .slider-item__links {
    margin: 20px 0 0
}

.slider-item--theme--blog-stay-tented .slider-item__image-wrapper {
    height: 260px
}

@media screen and (min-width:992px) {
    .slider-item--theme--blog-stay-tented .slider-item__image-wrapper {
        height: auto
    }

    .slider-item--theme--blog-stay-tented .slider-item__sub-title {
        font-size: 20px
    }

    .slider-item--theme--blog-stay-tented .slider-item__info {
        padding: 20px 40px 80px 50px;
        text-align: left
    }

    .slider-item--theme--blog-stay-tented .slider-item__links {
        margin: 30px 0 0
    }
}

.slider-item--theme--blog-stay-tented .slider-item__info {
    color: #77787a
}

.slider-item--theme--blog-stay-tented .slider-item__links {
    display: none
}

.slider-item--theme--blog-stay-tented .slider-item__title {
    font-family: latoregular, sans-serif, arial;
    letter-spacing: 3px;
    line-height: 1.2
}

.slider-item--theme--blog-stay-tented .slider-item__sub-title {
    letter-spacing: 2px;
    margin: 12px 0 0
}

.slider-item--theme--blog-stay-tented .slider-item__description {
    margin: 12px 0
}

.slider-item--theme--blog-stay-tented .slider-item__description a {
    border: solid #0000;
    border-width: 0 0 1px;
    color: #715845;
    font-weight: 700;
    transition: all .3s ease
}

.slider-item--theme--blog-stay-tented .slider-item__description a:hover {
    border-color: currentColor
}

@media screen and (min-width:992px) {
    .slider-item--theme--blog-stay-tented .slider-item__title {
        line-height: 1.5
    }
}

/* SelectionThemeBlog */
.selection__item--hidden {
    display: none !important
}

.selection--theme--blog .selection__title {
    margin: 0 0 30px
}

@media screen and (min-width:992px) {
    .selection--theme--blog .selection__title {
        margin: 0 0 80px
    }

    .selection--theme--blog .selection__item:not(:last-child) {
        margin: 0 0 40px
    }
}

.selection--theme--blog .selection__info {
    padding: 0 20px
}

.selection--theme--blog .selection__title-image-wrapper {
    height: 51px;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: 300px
}

@media screen and (min-width:992px) {
    .selection--theme--blog .selection__info {
        padding: 0
    }

    .selection--theme--blog .selection__title {
        margin: 0 0 50px
    }

    .selection--theme--blog .selection__title-image-wrapper {
        height: 75px;
        width: 450px
    }
}

/* TileThemeAbout */
.tile--theme--about {
    align-items: center;
    display: flex;
    min-height: 200px;
    overflow-anchor: none;
    position: relative
}

.tile--theme--about .tile__info {
    position: relative;
    width: 100%;
    z-index: 1
}

.tile--theme--about .tile__cover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.tile--theme--about .tile__link-wrapper {
    flex: 1
}

@media screen and (min-width:992px) {
    .tile--theme--about {
        align-items: flex-end
    }

    .tile--theme--about .tile__description {
        overflow-y: hidden;
        transition: all .5s ease
    }

    .tile--theme--about .tile__description:not(.tile__description--visible) {
        max-height: 0 !important
    }

    .tile--theme--about .tile__cover {
        display: none
    }
}

.tile--theme--about .tile__info {
    padding: 40px 0
}

.tile--theme--about .tile__info:hover {
    cursor: pointer
}

.tile--theme--about .tile__title {
    color: #fff;
    font-family: latoregular, sans-serif, arial;
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.tile--theme--about .tile__description-content {
    color: #fff;
    font-family: latoitalic, sans-serif, arial;
    padding: 20px 40px 0;
    text-align: center
}

.tile--theme--about .tile__cover {
    background: #0009
}

@media screen and (min-width:992px) {
    .tile--theme--about {
        min-height: 300px
    }

    .tile--theme--about .tile__info {
        background: #0009
    }
}

/* TilesThemeGallery */
.tiles--theme--gallery {
    overflow: hidden
}

.tiles--theme--gallery .tiles__wrapper {
    display: flex;
    flex-wrap: wrap
}

.tiles--theme--gallery .tiles__item {
    flex: 1 0 100%
}

@media screen and (min-width:992px) {
    .tiles--theme--gallery .tiles__item {
        flex: 1 0
    }
}

.tiles--theme--gallery .tiles__item {
    margin: 10px 0
}

.tiles--theme--gallery .tiles__section-header {
    margin: 0 20px 30px
}

@media screen and (min-width:992px) {
    .tiles--theme--gallery .tiles__section-header {
        margin: 0 110px 60px
    }

    .tiles--theme--gallery .tiles__wrapper {
        margin: 0 -25px
    }

    .tiles--theme--gallery .tiles__item {
        margin: 0 25px;
        margin: 0 10px
    }
}

/* UniversalPageThemeTopNoSpace */
.universal-page--theme--top-no-space {
    display: flex;
    flex-direction: column;
    padding: 0 20px 60px;
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.938), rgba(255, 255, 255, 0.821)), url(../img/osc-africa-14.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 110% 15%;

}

.universal-page--theme--top-no-space .universal-page__center {
    align-self: center
}

.universal-page--theme--top-no-space .universal-page__full-width {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto !important
}

.universal-page--theme--top-no-space .wp-block-column,
.universal-page--theme--top-no-space .wp-block-columns {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .universal-page--theme--top-no-space {
        padding: 0 110px 120px
    }

    .universal-page--theme--top-no-space .universal-page__full-width:not(.universal-page__full-width--mobile) {
        margin-left: -110px !important;
        margin-right: -110px !important
    }

    .universal-page--theme--top-no-space .universal-page__full-width--mobile {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .universal-page--theme--top-no-space .wp-block-columns {
        flex-direction: row
    }
}

.guide {
    display: block;
    margin: auto;
}

.nb {
    font-size: 2.75em !important;
    font-family: eb-garamond, serif !important;
    font-weight: 500 !important;

}

.v-center {
    padding: 30px;
    background-color: #f1ede7;
    border-radius: 8px;
    border: .5px solid #474747;
}

.vct {
    width: 50%;
    margin: auto;
}



/* Weather Css */

.weather {
    width: 60%;
    margin: auto;
}

/*! CSS Used from: https://www.niarratravel.com/static/1659018031/css/main.css */
section {
    display: block;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-seasons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.list-seasons__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 7.8125rem;
    margin-top: 1.625rem;
    padding-bottom: .625rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.list-seasons__text-upper {
    font-family: "Basetica Medium", sans-serif;
    font-size: .75em;
    letter-spacing: .03em;
    line-height: 2.15em;
    text-transform: uppercase;
}

.list-seasons__container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.list-seasons__divider {
    margin-top: auto;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.list-seasons__text-number {
    display: block;
    margin-top: .8875em;
    font-family: "merrant", serif !important;
    font-size: 1.5em;
    letter-spacing: -.01em;
    line-height: 1.9375rem;
}

.list-seasons__name {
    margin-top: 1.5rem;
    margin-bottom: .25rem;
    font-family: "Avenir", serif;
    font-size: 1.25em;
    letter-spacing: -.01em;
    line-height: 1.9375rem;
    /* font-weight: 700; */
}

@media (min-width: 1024px) {
    .list-seasons::after {
        content: '';
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .list-seasons__item {
        width: 25%;
        margin-top: 3.125rem;
    }

    .list-seasons__name {
        margin-bottom: .9375rem;
        font-size: 1.5em;
        line-height: 1.9375rem;
    }
}

.block-country-weather {
    padding: 3.25rem 1.875rem 3rem;
}

.block-country-weather__heading {

    font-size: 18px !important;
    margin-bottom: 0.6em;
    line-height: 2.5rem;
    font-family: "Euclid Square Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    margin-top: .75rem;

    letter-spacing: -.01em;


}

.block-country-weather__subheading {
    font-family: Bogle, sans-serif;
    font-size: 1em;
    font-weight: 100 !important;
    line-height: 1.75em;

}

.block-country-weather__body {
    margin-top: 1.625rem;
    padding-top: 2.25rem;
    border-top: 1px solid #000;
}

@media (min-width: 1024px) {
    .block-country-weather {
        padding: 0;
    }

    .block-country-weather__body {
        border-top: none;
    }

    .block-country-weather__container {
        display: -webkit-flex;
        display: flex;
        padding-bottom: 2.625rem;
        border-bottom: 1px solid #9b8856;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .block-country-weather__container-headings {
        width: calc(60% - 1.5rem);
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    .block-country-weather__body {
        margin-top: 0;
        margin-left: 3.75rem;
        padding-top: 0;
        font-family: 'Bogle' !important;
    }

    .block-country-weather__heading {
        margin-top: .9375rem;
        font-size: 2.25em;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .page-country .block-country-weather {
        width: 83.33333%;
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        margin-top: 9rem;
        padding: 0;
    }

    .page-country .block-country-weather__container {
        width: calc(71.42857% - 1.07143rem);
        margin-right: auto;
        margin-left: auto;
    }

    .page-country .block-country-weather__seasons {
        width: calc(71.42857% - 1.07143rem);
        margin-right: auto;
        margin-left: auto;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Basetica Medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../font/basetica-medium.woff2") format("woff2"), url("../font/basetica-medium.woff") format("woff");
}

@font-face {
    font-family: 'Wulkan Display Medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("https://www.niarratravel.com/static/1659018031/fonts/wulkan/wulkan-display-medium.woff2") format("woff2"), url("https://www.niarratravel.com/static/1659018031/fonts/wulkan/wulkan-display-medium.woff") format("woff");
}



/*! CSS Used from: https://www.niarratravel.com/static/1659018031/css/main.css */
section {
    display: block;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h2,
h3 {
    margin: 0;
    font-weight: 400;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-highlights__list {
    margin-top: 1.625rem;
    padding-top: 1.875rem;
    border-top: 1px solid currentColor;
}

.list-highlights__list-item {
    display: -webkit-flex;
    display: flex;
    font-size: .875rem;
    letter-spacing: .03em;
    line-height: 1.125rem;
    -webkit-align-items: center;
    align-items: center;
}

.list-highlights__list-item:not(:first-child) {
    margin-top: 1.25rem;
}

.list-highlights__list-style {
    position: relative;
    top: -.1875rem;
    margin-right: .875rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.list-highlights__subheading {
    font-family: "Basetica Medium", sans-serif;
    font-size: .75em !important;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
    margin: 0 0 .9375rem;
}

.list-highlights__heading {
    font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1.5rem;

    line-height: 1.9375rem;
}

.list-highlights__heading em {
    font-family: "Euclid Square Medium", Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media (min-width: 1024px) {
    .list-highlights__subheading {
        margin: 0 0 1.25rem;
    }

    .list-highlights__heading {
        font-size: 1.3em;
        line-height: 3.5rem;
    }

    .list-highlights__list {
        margin-top: 2.625rem;
        padding-top: 3.125rem;
    }

    .list-highlights__subheading {
        font-size: .75rem;
    }
}

.block-itinerary-intro__container-lists {
    /* margin-top: 3.75rem; */
}

.block-itinerary-intro__list-highlights {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.block-itinerary-intro__list-highlights+.block-itinerary-intro__list-highlights {
    margin-top: 3.625rem;
}

@media (min-width: 480px) {
    .block-itinerary-intro__container-lists {
        width: 100%;

        margin-right: auto;
        margin-left: auto;
        display: -webkit-flex;
        display: flex;

        margin-right: auto;
        margin-left: auto;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .block-itinerary-intro__list-highlights {
        width: 45%;
        padding-right: 0;
        padding-left: 0;
    }

    .block-itinerary-intro__list-highlights+.block-itinerary-intro__list-highlights {
        margin-top: 0;
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .block-itinerary-intro__container-lists {
        width: 100%;
    }

    .block-itinerary-intro__list-highlights {
        width: 80%;
    }
}

/*! CSS Used fontfaces */
/* @font-face {
    font-family: 'Basetica Medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("https://www.niarratravel.com/static/1659018031/fonts/basetica/basetica-medium.woff2") format("woff2"), url("https://www.niarratravel.com/static/1659018031/fonts/basetica/basetica-medium.woff") format("woff");
} */

@font-face {
    font-family: 'Wulkan Display Medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../font/wulkan-display-medium.woff2") format("woff2"), url("https://www.niarratravel.com/static/1659018031/fonts/wulkan/wulkan-display-medium.woff") format("woff");
}

@font-face {
    font-family: 'Wulkan Display Regular Italic';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../font/wulkan-display-regular-italic.woff2") format("woff2"), url("") format("woff");
}


.inclusion {
    width: 70%;
    margin: auto;
    padding: 90px 50px;
}


/* top container */

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/669be40.css */
.text-h1,
.text-h2 {
    font-family: eb-garamond, serif !important;
    font-weight: 500;
    font-style: normal;
    color: #272727;
}

.text-h1 {
    font-size: 56px;
    line-height: 64px;
}

@media (min-width:640px) {
    .text-h1 {
        font-size: 88px;
        line-height: 96px;
    }
}

.text-h2 {
    font-size: 48px;
    line-height: 56px;
}

@media (min-width:640px) {
    .text-h2 {
        font-size: 56px;
        line-height: 64px;
    }
}

.subtitle-large,
.subtitle-medium {
    font-family: merrant, ui-sans-serif, system-ui, -apple-system;
    font-weight: 500;
    text-transform: uppercase;
}

.subtitle-large {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .2em;
}

.subtitle-medium {
    letter-spacing: .3em;
}

.subtitle-medium {
    font-size: 12px;
    line-height: 16px;
}

.text-default {
    font-family: Atyp Display Light, ui-sans-serif, system-ui, -apple-system;
    letter-spacing: .025em;
}

.text-default {
    font-size: 16px;
    line-height: 24px;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

:after,
:before {
    --tw-content: "";
}

h2 {
    font-size: inherit;
    font-weight: inherit;
}

strong {
    font-weight: bolder;
}

:-moz-focusring {
    outline: auto;
}

h2,
p {
    margin: 0;
}

:disabled {
    cursor: default;
}

img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
}

.containerr {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width:640px) {
    .containerr {
        max-width: 640px;
    }
}

@media (min-width:768px) {
    .containerr {
        max-width: 768px;
    }
}

@media (min-width:1024px) {
    .containerr {
        max-width: 1024px;
    }
}

@media (min-width:1441px) {
    .containerr {
        max-width: 1441px;
    }
}

@media (min-width:1536px) {
    .containerr {
        max-width: 1536px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-\[50\%\] {
    left: 50%;
}

.right-\[-10px\] {
    right: -10px;
}

.-top-10 {
    top: -2.5rem;
}

.z-\[1\] {
    z-index: 1;
}

.order-1 {
    order: 1;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mt-20 {
    margin-top: 5rem;
}

.-ml-9 {
    margin-left: -2.25rem;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-full {
    height: 80%;
}

.h-\[100\%\] {
    height: 100%;
}

.h-\[465px\] {
    height: 465px;
}

.h-\[65\%\] {
    height: 65%;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-\[377px\] {
    height: 377px;
}

.w-\[100\%\] {
    width: 100%;
}

.w-\[70px\] {
    width: 70px;
}

.w-\[283px\] {
    width: 283px;
}

.min-w-\[16px\] {
    min-width: 16px;
}

.-rotate-180 {
    --tw-rotate: -180deg;
}

.-rotate-180 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.overflow-hidden {
    overflow: hidden;
}

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

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.text-darkSand {
    --tw-text-opacity: 1;
    color: #272727;
}

.opacity-50 {
    /* opacity: .5; */
}

.opacity-75 {}

.opacity-75 p {
    opacity: .95;
    color: #000 !important;
    line-height: 1.55;

}

.opacity-50 p {
    opacity: .95;
    color: #474747 !important;
    line-height: 1.55;

}

.containerr {
    max-width: 1224px;
}

.padding-size-top-large {
    padding-top: 4rem;
}

@media (min-width:1024px) {
    .padding-size-top-large {
        padding-top: 100px;
    }
}

.padding-size-bottom-large {
    padding-bottom: 4rem;
}

@media (min-width:1024px) {
    .padding-size-bottom-large {
        padding-bottom: 100px;
    }
}

@media (min-width:640px) {
    .sm\:-top-36 {
        top: -9rem;
    }

    .sm\:right-\[-40\%\] {
        right: -40%;
    }

    .sm\:mb-\[104px\] {
        margin-bottom: 104px;
    }

    .sm\:mt-40 {
        margin-top: 10rem;
    }

    .sm\:mr-\[-5\%\] {
        margin-right: -5%;
    }

    .sm\:h-\[671px\] {
        height: 671px;
    }

    .sm\:h-\[465px\] {
        height: 465px;
    }

    .sm\:w-\[503px\] {
        width: 503px;
    }

    .sm\:w-\[349px\] {
        width: 349px;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }

    .sm\:px-\[124px\] {
        padding-left: 124px;
        padding-right: 124px;
    }

    .sm\:pt-0 {
        padding-top: 0;
    }
}

@media (min-width:1024px) {
    .md\:-top-20 {
        top: -5rem;
    }

    .md\:-right-6 {
        right: -1.5rem;
    }

    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:w-3\/5 {
        width: 60%;
    }

    .md\:w-\[395px\] {
        width: 395px;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:self-center {
        align-self: center;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:pt-\[160px\] {
        padding-top: 160px;
    }
}

@media (min-width:1441px) {
    .md2\:block {
        display: block;
    }

    .md2\:hidden {
        display: none;
    }
}

@media (min-width:1536px) {
    .lg\:-top-36 {
        top: -9rem;
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .lg\:h-\[704px\] {
        height: 704px;
    }

    .lg\:w-\[528px\] {
        width: 528px;
    }
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/83a6e2a.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e8e050f.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f94c0d5.css */
.text-with-portait-right .vertical-text[data-v-8697069c] {
    writing-mode: vertical-rl;
}

.text-with-portait-right .text[data-v-8697069c] strong {
    font-family: Atyp Display Medium;
}

.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/db232ba.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/55cbd14.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f4f3ae8.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/81d2a9b.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/a5f62f2.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/83a6e2a.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e8e050f.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f94c0d5.css */
.text-with-portait-right .vertical-text[data-v-8697069c] {
    writing-mode: vertical-rl;
}

.text-with-portait-right .text[data-v-8697069c] strong {
    font-family: Atyp Display Medium;
}

.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/db232ba.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/55cbd14.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f4f3ae8.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/81d2a9b.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/a5f62f2.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e8e050f.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Athelas';
    src: local('Athelas'), url('https://www.wildernessdestinations.com/fonts/Athelas-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display Medium';
    src: local('AtypDisplayMedium'), url('https://www.wildernessdestinations.com/fonts/AtypDisplay-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display Light';
    src: local('AtypDisplayLight'), url('https://www.wildernessdestinations.com/fonts/AtypDisplay-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}





/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/669be40.css */
.text-h2,
.text-h3 {
    font-family: eb-garamond, serif !important;
    font-weight: 500;
    font-size: 4.5rem !important;
}

.text-h2 {
    font-size: 48px;
    line-height: 56px;
}

@media (min-width:640px) {
    .text-h2 {
        font-size: 56px;
        line-height: 64px;
    }
}

.text-h3 {
    font-size: 40px;
    line-height: 48px;
}

@media (min-width:640px) {
    .text-h3 {
        font-size: 48px;
        line-height: 56px;
    }
}

.text-default {
    font-family: Atyp Display Light, ui-sans-serif, system-ui, -apple-system;
    letter-spacing: .025em;
}

.text-default {
    font-size: 16px;
    line-height: 24px;
}



.pointer-events-none {
    pointer-events: none;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.-mt-8 {
    margin-top: -2rem;
}

.mb-\[56px\] {
    margin-bottom: 56px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.h-\[174px\] {
    height: 174px;
}

.h-\[177px\] {
    height: 177px;
}

.w-full {
    width: 100%;
}

.w-\[85\%\] {
    width: 85%;
}

.w-\[133px\] {
    width: 133px;
}

.flex-col {
    flex-direction: column;
}

.self-end {
    align-self: flex-end;
}



.container {
    max-width: 1224px;
}

.padding-size-top-large {
    padding-top: 4rem;
}

@media (min-width:1024px) {
    .padding-size-top-large {
        padding-top: 100px;
    }
}

.padding-size-bottom-large {
    padding-bottom: 4rem;
}

@media (min-width:1024px) {
    .padding-size-bottom-large {
        padding-bottom: 100px;
    }
}

@media (min-width:640px) {
    .sm\:-mt-20 {
        margin-top: -5rem;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:h-\[404px\] {
        height: 404px;
    }

    .sm\:h-\[392px\] {
        height: 392px;
    }

    .sm\:w-\[85\%\] {
        width: 85%;
    }

    .sm\:w-\[294px\] {
        width: 294px;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:items-start {
        align-items: flex-start;
    }
}

@media (min-width:1024px) {
    .md\:mb-0 {
        margin-bottom: 0;
    }

    .md\:-mr-\[104px\] {
        margin-right: -104px;
    }

    .md\:h-\[337px\] {
        height: 337px;
    }

    .md\:h-\[280px\] {
        height: 280px;
    }

    .md\:w-\[30\%\] {
        width: 30%;
    }

    .md\:w-\[590px\] {
        width: 590px;
    }

    .md\:w-\[210px\] {
        width: 210px;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:pr-\[103px\] {
        padding-right: 103px;
    }

    .md\:pt-\[48px\] {
        padding-top: 48px;
    }
}

@media (min-width:1441px) {
    .md2\:block {
        display: block;
    }

    .md2\:hidden {
        display: none;
    }

    .md2\:h-\[377px\] {
        height: 377px;
    }

    .md2\:h-\[384px\] {
        height: 384px;
    }

    .md2\:w-\[603px\] {
        width: 603px;
    }

    .md2\:w-\[288px\] {
        width: 288px;
    }

    .md2\:pt-\[130px\] {
        padding-top: 130px;
    }
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/83a6e2a.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e8e050f.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f94c0d5.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/db232ba.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/55cbd14.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f4f3ae8.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/81d2a9b.css */
.text-plus-two-image .second-img[data-v-678b8747] {
    box-shadow: 0 44px 84px 0 rgba(0, 0, 0, .2509803922);
}

.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/a5f62f2.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/83a6e2a.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e8e050f.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f94c0d5.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/db232ba.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/55cbd14.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/f4f3ae8.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/81d2a9b.css */
.text-plus-two-image .second-img[data-v-678b8747] {
    box-shadow: 0 44px 84px 0 rgba(0, 0, 0, .2509803922);
}

.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/a5f62f2.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e8e050f.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used from: https://www.wildernessdestinations.com/_nuxt/css/e39054a.css */
.vue-responsive-image[data-v-1f4e8256] {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Athelas';
    src: local('Athelas'), url('https://www.wildernessdestinations.com/fonts/Athelas-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atyp Display Light';
    src: local('AtypDisplayLight'), url('https://www.wildernessdestinations.com/fonts/AtypDisplay-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




#lp-pom-box-12 {
    left: 0px;
    top: 108px;
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: none;
    border-radius: 4px;
    z-index: 66;
    width: 406px;
    height: 436px;
    position: absolute;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0 6px 20px 0 rgb(142 154 173 / 50%);
}

#lp-pom-box-511 {
    left: 220px;
    top: 66px;
    display: block;
    background: rgba(255, 255, 255, 0);
    background-image: url(../img/5da9e5cb-63d2-4165-996b-d397b9edbd17_magashitemp_e018.avif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    border-radius: 4px;
    z-index: 65;
    width: 780px;
    height: 523px;
    position: absolute;
}

#lp-pom-root {
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: none;
    margin: auto;
    padding-top: 0px;
    border-radius: 0px;
}

#lp-pom-button-13 {
    display: block;
    border-style: solid;
    border-radius: 5px;
    left: 39px;
    top: 276px;
    z-index: 70;
    width: 323px;
    height: 46px;
    position: absolute;
    background: rgba(0, 152, 219, 0);
    box-shadow: none;
    text-shadow: none;
    color: #292929;
    border-width: 1px;
    border-color: #292929;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: Open Sans;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}

#lp-pom-text-14 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 39px;
    top: 39px;
    z-index: 67;
    width: 298px;
    height: 90px;
    position: absolute;
    font-family: eb-garamond, serif !important;
    font-weight: 500;
    font-style: normal;
}

#lp-pom-text-15 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 39px;
    top: 134px;
    z-index: 75;
    width: 325px;
    height: 48px;
    position: absolute;
}

#lp-pom-button-16 {
    display: block;
    border-style: none;
    border-radius: 5px;
    left: 39px;
    top: 208px;
    z-index: 68;
    width: 325px;
    height: 48px;
    position: absolute;
    background: rgb(113, 88, 70);
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    border-width: undefinedpx;
    border-color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: Open Sans;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}

#lp-pom-text-20 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 39px;
    top: 368px;
    z-index: 69;
    width: 325px;
    height: 40px;
    position: absolute;
}

#lp-pom-image-536 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 39px;
    top: 10px;
    z-index: 71;
    position: absolute;
}

#lp-pom-image-645 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 40px;
    top: 349px;
    z-index: 72;
    position: absolute;
}

#lp-pom-root .lp-positioned-content {
    top: 0px;
    width: 1000px;
    margin-left: -500px;
}

#lp-pom-button-13:hover {
    background: rgba(0, 136, 208, 0);
    box-shadow: none;
    color: #292929;
}

#lp-pom-button-13:active {
    background: rgba(0, 124, 197, 0);
    box-shadow: none;
    color: #292929;
}

#lp-pom-button-13 .label {
    margin-top: -10px;
}

#lp-pom-button-16:hover {
    background: rgba(14, 134, 134, 1);
    box-shadow: none;
    color: #ffffff;
}

#lp-pom-button-16:active {
    background: rgba(11, 127, 127, 1);
    box-shadow: none;
    color: #ffffff;
}

#lp-pom-button-16 .label {
    margin-top: -10px;
    font-family: merrant;

    font-weight: 100 !important;
}

#lp-pom-image-536 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 124px;
    height: 34px;
}

#lp-pom-image-536 .lp-pom-image-container img {
    width: 124px;
    height: 34px;
}

#lp-pom-image-645 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 83px;
    height: 12px;
}

#lp-pom-image-645 .lp-pom-image-container img {
    width: 83px;
    height: 12px;
}

#lp-pom-box-12-color-overlay {
    position: absolute;
    background: none;
    border-radius: 4px;
    height: 436px;
    width: 406px;
}

#lp-pom-box-511-color-overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    height: 523px;
    width: 780px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 97dpi) {

    #lp-pom-box-511 {
        background-image: url(../img/5da9e5cb-63d2-4165-996b-d397b9edbd17_magashitemp_e018.avif);
    }
}

@media only screen and (max-width: 600px) {


    #lp-pom-box-12 {
        display: block;
        background: rgba(255, 255, 255, 1);
        border-style: none;
        border-radius: 4px;
        left: 0px;
        top: 21px;
        z-index: 66;
        width: 320px;
        height: 544px;
        position: absolute;
    }

    #lp-pom-button-13 {
        display: block;
        border-style: solid;
        border-radius: 5px;
        left: 24px;
        top: 375px;
        z-index: 70;
        width: 270px;
        height: 46px;
        position: absolute;
        background: rgba(0, 152, 219, 0);
        box-shadow: none;
        text-shadow: none;
        color: #292929;
        border-width: 1px;
        border-color: #292929;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        font-family: Open Sans;
        font-style: normal;
        text-align: center;
        background-repeat: no-repeat;
    }

    #lp-pom-text-14 {
        display: block;
        background: rgba(255, 255, 255, 0);
        border-style: none;
        border-radius: 0px;
        left: 24px;
        top: 75px;
        z-index: 67;
        width: 272px;
        height: 135px;
        position: absolute;
    }

    #lp-pom-text-15 {
        display: block;
        background: rgba(255, 255, 255, 0);
        border-style: none;
        border-radius: 0px;
        left: 24px;
        top: 215px;
        z-index: 75;
        width: 272px;
        height: 72px;
        position: absolute;
    }

    #lp-pom-button-16 {
        display: block;
        border-style: none;
        border-radius: 5px;
        left: 24px;
        top: 309px;
        z-index: 68;
        width: 272px;
        height: 48px;
        position: absolute;
        background: rgba(18, 141, 141, 1);
        box-shadow: none;
        text-shadow: none;
        color: #ffffff;
        border-width: undefinedpx;
        border-color: #fff;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        font-family: Open Sans;
        font-style: normal;
        text-align: center;
        background-repeat: no-repeat;
    }

    #lp-pom-text-20 {
        display: block;
        background: rgba(255, 255, 255, 0);
        border-style: none;
        border-radius: 0px;
        left: 24px;
        top: 473px;
        z-index: 69;
        width: 272px;
        height: 40px;
        position: absolute;
    }

    #lp-pom-image-536 {
        display: block;
        background: rgba(255, 255, 255, 0);
        left: 19px;
        top: 24px;
        z-index: 71;
        position: absolute;
    }

    #lp-pom-image-645 {
        display: block;
        background: rgba(255, 255, 255, 0);
        left: 24px;
        top: 452px;
        z-index: 72;
        position: absolute;
    }

    #lp-pom-box-511 {
        display: none;
        background: rgba(255, 255, 255, 0);
        background-image: url(../img/5da9e5cb-63d2-4165-996b-d397b9edbd17_magashitemp_e018.avif);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-style: none;
        border-radius: 4px;
        left: 0px;
        top: 505px;
        z-index: 65;
        width: 320px;
        height: 181px;
        position: absolute;
    }

    body {
        color: #000;
    }

    a {
        color: #0000ff;
        text-decoration: none;
    }

    #lp-pom-root .lp-positioned-content {
        top: 0px;
        width: 320px;
        margin-left: -160px;
    }

    #lp-pom-button-13:hover {
        background: rgba(0, 136, 208, 0);
        box-shadow: none;
        color: #292929;
    }

    #lp-pom-button-13:active {
        background: rgba(0, 124, 197, 0);
        box-shadow: none;
        color: #292929;
    }

    #lp-pom-button-13 .label {
        margin-top: -10px;
    }

    #lp-pom-button-16:hover {
        background: rgba(14, 134, 134, 1);
        box-shadow: none;
        color: #ffffff;
    }

    #lp-pom-button-16:active {
        background: rgba(11, 127, 127, 1);
        box-shadow: none;
        color: #ffffff;
    }

    #lp-pom-button-16 .label {
        margin-top: -10px;
    }

    #lp-pom-image-536 .lp-pom-image-container {
        border-style: none;
        border-radius: 0px;
        width: 124px;
        height: 34px;
    }

    #lp-pom-image-536 .lp-pom-image-container img {
        width: 124px;
        height: 34px;
    }

    #lp-pom-image-645 .lp-pom-image-container {
        border-style: none;
        border-radius: 0px;
        width: 83px;
        height: 12px;
    }

    #lp-pom-image-645 .lp-pom-image-container img {
        width: 83px;
        height: 12px;
    }

    #lp-pom-box-12-color-overlay {

        background: none;
        border-radius: 4px;
        height: 544px;
        width: 320px;
    }

    #lp-pom-box-511-color-overlay {

        background: rgba(255, 255, 255, 0);
        border-radius: 4px;
        height: 181px;
        width: 320px;
    }
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.1),
only screen and (max-width: 600px) and (min-resolution: 97dpi) {

    #lp-pom-box-511 {
        background-image: url(../img/5da9e5cb-63d2-4165-996b-d397b9edbd17_magashitemp_e018.avif);
    }
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2.1),
only screen and (max-width: 600px) and (min-resolution: 193dpi) {

    #lp-pom-box-511 {
        background-image: url(../img/5da9e5cb-63d2-4165-996b-d397b9edbd17_magashitemp_e018.avif);
    }
}



div.lp-pom-root .lp-pom-form-field.legacy {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 12px
}

div.lp-pom-root .lp-pom-form-field.legacy label {
    position: absolute;
    left: 0;
    top: 0
}

div.lp-pom-root .lp-pom-form-field.legacy select {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #666
}

div.lp-pom-root .lp-pom-form-field.legacy select option {
    padding: 0.2em
}

div.lp-pom-root .lp-pom-form-field.legacy textarea,
div.lp-pom-root .lp-pom-form-field.legacy input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #666
}

div.lp-pom-root .lp-pom-form-field.legacy input[type=text]::-moz-focus-inner {
    padding: 0;
    border: none
}

div.lp-pom-root .lp-pom-form-field.legacy select::-moz-focus-inner {
    padding: 0;
    border: none
}

div.lp-pom-root .lp-pom-form-field.legacy .optionsList {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0
}

div.lp-pom-root .lp-pom-form-field.legacy .option {
    position: relative;
    margin-bottom: 6px
}

div.lp-pom-root .lp-pom-form-field.legacy .option input {
    position: absolute
}

div.lp-pom-root .lp-pom-form-field.legacy .option label {
    position: relative;
    display: block
}

div.lp-pom-root .lp-pom-form input.submit {
    position: absolute;
    left: 0;
    top: 0
}

.lp-pom-form.has-axis * {
    box-sizing: border-box
}

.lp-pom-form.has-axis form {
    position: static !important
}

.lp-pom-form.has-axis .fields {
    display: flex;
    justify-content: flex-start
}

.lp-pom-form.has-axis input,
.lp-pom-form.has-axis select,
.lp-pom-form.has-axis textarea {
    box-shadow: none;
    outline: none
}

.lp-pom-form.has-axis input[type='text'],
.lp-pom-form.has-axis input[type='email'],
.lp-pom-form.has-axis input[type='tel'],
.lp-pom-form.has-axis select,
.lp-pom-form.has-axis textarea {
    width: 100%
}

.lp-pom-form.has-axis select {
    padding: 0.2em
}

.lp-pom-form.has-axis input::-moz-focus-inner {
    padding: 0;
    border: none
}

.lp-pom-form.has-axis select::-moz-focus-inner {
    padding: 0;
    border: none
}

.lp-pom-form.has-axis .option {
    align-items: center;
    margin-bottom: 6px;
    padding-left: 20px;
    padding-right: 8px
}

.lp-pom-form.has-axis .option input {
    margin-right: 8px;
    margin-left: -20px
}

html {
    color: #000;
    background: rgba(0, 0, 0, 0)
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

:focus {
    outline: 0
}

blockquote,
q {
    quotes: none
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

html,
body,
.lp-pom-body {
    height: 100%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

body.lp-pom-body.lp-sub-page {
    -webkit-transform: translateZ(0)
}

body.lp-pom-body:not(.lp-convertable-page) {
    background-color: #fff
}

body.lp-pom-body.lp-convertable-page {
    overflow: hidden
}

body.lp-pom-body.lp-sub-page .lp-pom-root {
    overflow: hidden
}

div.lp-pom-root {
    min-height: 100%;
    position: relative;
    top: 0
}

div.lp-pom-root,
.cke-text {
    font-size: 14px;
    line-height: 17px
}

.lp-pom-body {
    font-family: Arial, sans-serif
}

.lp-positioned-content {
    position: absolute;
    left: 50%;
    top: 0;
    height: 0;
    z-index: 1
}

.lp-pom-block-content {
    position: relative;
    height: 100%
}

.lp-pom-root .lp-pom-button {
    text-decoration: none;
    display: block;
    cursor: pointer
}

.lp-pom-root .lp-pom-button:disabled {
    opacity: 0.6;
    pointer-events: none
}

div.lp-pom-root .lp-pom-button span {
    position: absolute;
    top: 50%;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 8px 0 8px;
    cursor: pointer
}

div.lp-pom-root .lp-pom-button {
    *background-image: url(/images/transparent.gif);
    _background-image: url(/images/transparent.gif);
    background-image: url(/images/transparent.gif);
    background: rgba(0, 0, 0, 0)
}

.lp-pom-button .label strong {
    font-weight: bolder
}

.lp-pom-button .label em {
    font-style: italic
}

.lp-pom-text span[style~="color:"] a {
    color: inherit
}

div.lp-pom-root .lp-pom-text span {
    line-height: 0
}

div.lp-pom-root .lp-pom-text.inline span {
    line-height: 1
}

div.lp-pom-root .lp-pom-text p,
.cke-text p {
    line-height: 17px
}

div.lp-pom-root .lp-pom-text.nlh p,
.cke-text.nlh p {
    line-height: 22px
}

div.lp-pom-root .lp-pom-text a,
.cke-text a {
    text-decoration: underline
}

div.lp-pom-root .lp-pom-text h1,
.cke-text h1 {
    font-size: 28px;
    margin-bottom: 19px;
    line-height: 34px
}

div.lp-pom-root .lp-pom-text h2,
.cke-text h2 {
    font-size: 1.75em !important;
    margin-bottom: 16px;
    line-height: 35px;
    font-weight: 700 !important;
    text-align: center;
}

div.lp-pom-root .lp-pom-text h3,
.cke-text h3 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 19px
}

div.lp-pom-root .lp-pom-text h4,
.cke-text h4 {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 17px
}

div.lp-pom-root .lp-pom-text h5,
.cke-text h5 {
    font-size: 12px;
    margin-bottom: 13px;
    line-height: 14px
}

div.lp-pom-root .lp-pom-text h6,
.cke-text h6 {
    font-size: 10px;
    margin-bottom: 12px;
    line-height: 12px
}

div.lp-pom-root .lp-pom-text .lplh-8,
div.lp-pom-root .lp-pom-text.nlh .lplh-8,
.cke-text .lplh-8,
.cke-text.nlh .lplh-8 {
    line-height: 8px
}

div.lp-pom-root .lp-pom-text .lplh-9,
div.lp-pom-root .lp-pom-text.nlh .lplh-9,
.cke-text .lplh-9,
.cke-text.nlh .lplh-9 {
    line-height: 9px
}

div.lp-pom-root .lp-pom-text .lplh-10,
div.lp-pom-root .lp-pom-text.nlh .lplh-10,
.cke-text .lplh-10,
.cke-text.nlh .lplh-10 {
    line-height: 10px
}

div.lp-pom-root .lp-pom-text .lplh-11,
div.lp-pom-root .lp-pom-text.nlh .lplh-11,
.cke-text .lplh-11,
.cke-text.nlh .lplh-11 {
    line-height: 11px
}

div.lp-pom-root .lp-pom-text .lplh-12,
div.lp-pom-root .lp-pom-text.nlh .lplh-12,
.cke-text .lplh-12,
.cke-text.nlh .lplh-12 {
    line-height: 12px
}

div.lp-pom-root .lp-pom-text .lplh-13,
div.lp-pom-root .lp-pom-text.nlh .lplh-13,
.cke-text .lplh-13,
.cke-text.nlh .lplh-13 {
    line-height: 13px
}

div.lp-pom-root .lp-pom-text .lplh-14,
div.lp-pom-root .lp-pom-text.nlh .lplh-14,
.cke-text .lplh-14,
.cke-text.nlh .lplh-14 {
    line-height: 14px
}

div.lp-pom-root .lp-pom-text .lplh-15,
div.lp-pom-root .lp-pom-text.nlh .lplh-15,
.cke-text .lplh-15,
.cke-text.nlh .lplh-15 {
    line-height: 15px
}

div.lp-pom-root .lp-pom-text .lplh-16,
div.lp-pom-root .lp-pom-text.nlh .lplh-16,
.cke-text .lplh-16,
.cke-text.nlh .lplh-16 {
    line-height: 16px
}

div.lp-pom-root .lp-pom-text .lplh-17,
div.lp-pom-root .lp-pom-text.nlh .lplh-17,
.cke-text .lplh-17,
.cke-text.nlh .lplh-17 {
    line-height: 17px
}

div.lp-pom-root .lp-pom-text .lplh-18,
div.lp-pom-root .lp-pom-text.nlh .lplh-18,
.cke-text .lplh-18,
.cke-text.nlh .lplh-18 {
    line-height: 18px
}

div.lp-pom-root .lp-pom-text .lplh-19,
div.lp-pom-root .lp-pom-text.nlh .lplh-19,
.cke-text .lplh-19,
.cke-text.nlh .lplh-19 {
    line-height: 19px
}

div.lp-pom-root .lp-pom-text .lplh-20,
div.lp-pom-root .lp-pom-text.nlh .lplh-20,
.cke-text .lplh-20,
.cke-text.nlh .lplh-20 {
    line-height: 20px
}

div.lp-pom-root .lp-pom-text .lplh-22,
div.lp-pom-root .lp-pom-text.nlh .lplh-22,
.cke-text .lplh-22,
.cke-text.nlh .lplh-22 {
    line-height: 22px
}

div.lp-pom-root .lp-pom-text .lplh-24,
div.lp-pom-root .lp-pom-text.nlh .lplh-24,
.cke-text .lplh-24,
.cke-text.nlh .lplh-24 {
    line-height: 24px
}

div.lp-pom-root .lp-pom-text .lplh-26,
div.lp-pom-root .lp-pom-text.nlh .lplh-26,
.cke-text .lplh-26,
.cke-text.nlh .lplh-26 {
    line-height: 26px
}

div.lp-pom-root .lp-pom-text .lplh-29,
div.lp-pom-root .lp-pom-text.nlh .lplh-29,
.cke-text .lplh-29,
.cke-text.nlh .lplh-29 {
    line-height: 29px
}

div.lp-pom-root .lp-pom-text .lplh-31,
div.lp-pom-root .lp-pom-text.nlh .lplh-31,
.cke-text .lplh-31,
.cke-text.nlh .lplh-31 {
    line-height: 31px
}

div.lp-pom-root .lp-pom-text .lplh-32,
div.lp-pom-root .lp-pom-text.nlh .lplh-32,
.cke-text .lplh-32,
.cke-text.nlh .lplh-32 {
    line-height: 32px
}

div.lp-pom-root .lp-pom-text .lplh-34,
div.lp-pom-root .lp-pom-text.nlh .lplh-34,
.cke-text .lplh-34,
.cke-text.nlh .lplh-34 {
    line-height: 34px
}

div.lp-pom-root .lp-pom-text .lplh-35,
div.lp-pom-root .lp-pom-text.nlh .lplh-35,
.cke-text .lplh-35,
.cke-text.nlh .lplh-35 {
    line-height: 35px
}

div.lp-pom-root .lp-pom-text .lplh-38,
div.lp-pom-root .lp-pom-text.nlh .lplh-38,
.cke-text .lplh-38,
.cke-text.nlh .lplh-38 {
    line-height: 38px
}

div.lp-pom-root .lp-pom-text .lplh-40,
div.lp-pom-root .lp-pom-text.nlh .lplh-40,
.cke-text .lplh-40,
.cke-text.nlh .lplh-40 {
    line-height: 40px
}

div.lp-pom-root .lp-pom-text .lplh-42,
div.lp-pom-root .lp-pom-text.nlh .lplh-42,
.cke-text .lplh-42,
.cke-text.nlh .lplh-42 {
    line-height: 42px
}

div.lp-pom-root .lp-pom-text .lplh-43,
div.lp-pom-root .lp-pom-text.nlh .lplh-43,
.cke-text .lplh-43,
.cke-text.nlh .lplh-43 {
    line-height: 43px
}

div.lp-pom-root .lp-pom-text .lplh-45,
div.lp-pom-root .lp-pom-text.nlh .lplh-45,
.cke-text .lplh-45,
.cke-text.nlh .lplh-45 {
    line-height: 45px
}

div.lp-pom-root .lp-pom-text .lplh-58,
div.lp-pom-root .lp-pom-text.nlh .lplh-58,
.cke-text .lplh-58,
.cke-text.nlh .lplh-58 {
    line-height: 58px
}

div.lp-pom-root .lp-pom-text .lplh-77,
div.lp-pom-root .lp-pom-text.nlh .lplh-77,
.cke-text .lplh-77,
.cke-text.nlh .lplh-77 {
    line-height: 77px
}

div.lp-pom-root .lp-pom-text .lplh-86,
div.lp-pom-root .lp-pom-text.nlh .lplh-86,
.cke-text .lplh-86,
.cke-text.nlh .lplh-86 {
    line-height: 86px
}

div.lp-pom-root .lp-pom-text .lplh-87,
div.lp-pom-root .lp-pom-text.nlh .lplh-87,
.cke-text .lplh-87,
.cke-text.nlh .lplh-87 {
    line-height: 87px
}

div.lp-pom-root .lp-pom-text .lplh-115,
div.lp-pom-root .lp-pom-text.nlh .lplh-115,
.cke-text .lplh-115,
.cke-text.nlh .lplh-115 {
    line-height: 115px
}

div.lp-pom-root .lp-pom-text p,
.cke-text p,
div.lp-pom-root .lp-pom-text blockquote,
.cke-text blockquote,
div.lp-pom-root .lp-pom-text ul,
.cke-text ul,
div.lp-pom-root .lp-pom-text dl,
.cke-text dl {
    margin-bottom: 16px
}

div.lp-pom-root .lp-pom-text>p:last-child,
div.lp-pom-root .lp-pom-text>blockquote:last-child,
div.lp-pom-root .lp-pom-text>dl:last-child,
div.lp-pom-root .lp-pom-text>h1:last-child,
div.lp-pom-root .lp-pom-text>h2:last-child,
div.lp-pom-root .lp-pom-text>h3:last-child,
div.lp-pom-root .lp-pom-text>h4:last-child,
div.lp-pom-root .lp-pom-text>h5:last-child,
div.lp-pom-root .lp-pom-text>h6:last-child,
div.lp-pom-root .lp-pom-text .fr-view>p:last-child,
div.lp-pom-root .lp-pom-text .fr-view>blockquote:last-child,
div.lp-pom-root .lp-pom-text .fr-view>dl:last-child,
div.lp-pom-root .lp-pom-text .fr-view>h1:last-child,
div.lp-pom-root .lp-pom-text .fr-view>h2:last-child,
div.lp-pom-root .lp-pom-text .fr-view>h3:last-child,
div.lp-pom-root .lp-pom-text .fr-view>h4:last-child,
div.lp-pom-root .lp-pom-text .fr-view>h5:last-child,
div.lp-pom-root .lp-pom-text .fr-view>h6:last-child {
    margin-bottom: 0
}

div.lp-pom-root .lp-pom-text h1,
.cke-text h1,
div.lp-pom-root .lp-pom-text h2,
.cke-text h2,
div.lp-pom-root .lp-pom-text h3,
.cke-text h3,
div.lp-pom-root .lp-pom-text h4,
.cke-text h4,
div.lp-pom-root .lp-pom-text h5,
.cke-text h5,
div.lp-pom-root .lp-pom-text h6,
.cke-text h6 {
    font-weight: bolder
}

div.lp-pom-root .lp-pom-text b,
.cke-text b,
div.lp-pom-root .lp-pom-text strong,
.cke-text strong {
    font-weight: bolder
}

div.lp-pom-root .lp-pom-text optgroup,
.cke-text optgroup {
    font-weight: normal
}

div.lp-pom-root .lp-pom-text abbr,
.cke-text abbr,
div.lp-pom-root .lp-pom-text acronym,
.cke-text acronym {
    border-bottom: 1px dotted #000;
    cursor: help
}

div.lp-pom-root .lp-pom-text em,
.cke-text em {
    font-style: italic
}

div.lp-pom-root .lp-pom-text del,
.cke-text del {
    text-decoration: line-through
}

div.lp-pom-root .lp-pom-text blockquote,
.cke-text blockquote,
div.lp-pom-root .lp-pom-text ul,
.cke-text ul,
div.lp-pom-root .lp-pom-text ol,
.cke-text ol,
div.lp-pom-root .lp-pom-text dl,
.cke-text dl {
    margin: 14px;
    font-size: 14px;
    line-height: 17px
}

div.lp-pom-root .lp-pom-text ul,
.cke-text ul {
    margin-left: 16px
}

div.lp-pom-root .lp-pom-text ol,
.cke-text ol {
    margin-left: 25px
}

div.lp-pom-root .lp-pom-text li,
.cke-text li {
    display: list-item
}

div.lp-pom-root .lp-pom-text ol li,
.cke-text ol li {
    list-style: decimal outside
}

div.lp-pom-root .lp-pom-text ul li,
.cke-text ul li {
    list-style: disc outside
}

div.lp-pom-root .lp-pom-text dl dd,
.cke-text dl dd {
    margin-left: 14px
}

div.lp-pom-root .lp-pom-text th,
.cke-text th,
div.lp-pom-root .lp-pom-text td,
.cke-text td {
    border: 1px solid #000;
    padding: 7px
}

div.lp-pom-root .lp-pom-text th,
.cke-text th {
    font-weight: bold;
    text-align: center
}

div.lp-pom-root .lp-pom-text caption,
.cke-text caption {
    margin-bottom: 7px;
    text-align: center
}

div.lp-pom-root .lp-pom-text sup,
.cke-text sup {
    vertical-align: super
}

div.lp-pom-root .lp-pom-text sub,
.cke-text sub {
    vertical-align: sub
}

div.lp-pom-root #powered-by-unbounce {
    display: block !important;
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    text-indent: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 48px !important;
    overflow: hidden !important;
    background: #0098db !important;
    z-index: 8675309 !important;
    text-align: center !important;
    font-size: 11px !important;
    color: #666 !important;
    font-weight: bold !important;
    transform: rotate(0deg) !important
}

div.lp-pom-root #powered-by-unbounce a {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    z-index: 18885159161 !important;
    text-indent: 0 !important;
    height: 44px !important
}

div.lp-pom-root #powered-by-unbounce img {
    display: inline !important;
    position: static !important;
    visibility: visible !important;
    max-width: 440px;
    margin-top: 7px;
    width: 85% !important;
    vertical-align: bottom !important
}

div.lp-pom-root .lp-element.lp-code {
    overflow: hidden
}

.lp-pom-root .lp-pom-image img {
    vertical-align: top
}

.lp-pom-root .lp-pom-image a img {
    cursor: pointer
}

.lp-pom-social-widget .horizontal {
    margin-left: 0;
    padding: 0
}

.lp-pom-social-widget .horizontal .facebook_container {
    margin-left: 0;
    overflow: hidden
}

.lp-pom-social-widget .widget {
    padding-right: 5px
}

.lp-pom-social-widget .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important
}

.lp-pom-social-widget iframe.fb_ltr {
    display: none !important
}

.fb_edge_widget_with_comment span {
    width: 120px !important
}

.fb_recommend .fb_edge_widget_with_comment iframe {
    width: 97px !important
}

body.ms-windows .fb_recommend {
    overflow: hidden;
    width: 88px
}

body.ms-windows .fb_like {
    overflow: hidden;
    width: 48px !important
}

body.ms-windows .lp-editor .fb_recommend {
    overflow: hidden;
    width: 90px
}

body.ms-windows .lp-editor .fb_like {
    overflow: hidden;
    width: 50px !important
}

@-moz-document url-prefix() {
    body.ms-windows .fb_recommend {
        width: 86px !important
    }

    body.ms-windows .lp-editor .fb_recommend {
        width: 90px !important
    }

    body.ms-windows .lp-editor .fb_like {
        width: 50px !important
    }
}

.fb_like .fb_edge_widget_with_comment iframe {
    width: 50px !important
}

.lp-pom-social-widget .vertical {
    margin-left: 0;
    overflow: hidden
}

.lp-pom-social-widget .horizontal.widget_container {
    margin-right: -5px
}

.lp-pom-social-widget .widget.horizontal.container {
    margin-right: 0;
    white-space: nowrap;
    float: left
}

.lp-pom-social-widget .facebook_container.horizontal.container {
    margin: 0
}

.lp-pom-social-widget .widget_container.horizontal.top .twitter_container {
    margin-top: 40px
}

.lp-pom-social-widget .widget_container.horizontal.top.widget-count-1 .twitter_container {
    margin-top: 0
}

div.lp-social-widget-overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000
}

.lp-pom-video-background iframe {
    transition: opacity 200ms linear
}


.dt {
    font-size: 32px;
    line-height: 48px;
    margin: 30px 0px 15px;
    font-weight: 700;
    color: #474747;
    text-align: left !important;
}


/*! CSS Used from: https://cdn.jsdelivr.net/npm/bootstrap@3.3.6/dist/css/bootstrap.min.css */
section {
    display: block;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

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

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .col-sm-3 {
        float: left;
    }

    .col-sm-3 {
        width: 25%;
    }
}

.container:after,
.container:before {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

/*! CSS Used from: https://www.directours.com/resources/css/responsive/fonticons-9.css?v=3-17 */
[class*=" icon-"]:before {
    font-family: "fonticons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-price-tag:before {
    content: '\e813';
}

.icon-certification-medal:before {
    content: '\e814';
}

.icon-spe:before {
    content: '\e81e';
}

.icon-bell:before {
    content: '\e836';
}

/*! CSS Used from: https://www.directours.com/resources/css/responsive/style-10.css?v=3-17 */
p {
    font-size: 0.875em;
}

h3,
h4,
p {
    margin: 0;
    padding: 0;
}

#affix-nav-pos {
    height: 1px;
    background-color: #FFFFFF;
}

#reassurance {
    padding-top: 30px;
    padding-bottom: 30px;
}

#reassurance .title {
    font-size: 1.625em;
}

#reassurance .col-title {
    font-size: 0.938em;
    font-weight: 600;
}

#reassurance .desc {
    font-size: 0.875em;
    line-height: 1.250em;
}

#reassurance .icon {
    font-size: 2.125em;
}

#reassurance .title {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: italic;
}

.bl-white {
    background-color: #FFFFFF;
}

.bl-white p {
    color: #282623;
}

.c-blue {
    color: #27507e;
}

.m-top-30 {
    margin-top: 30px;
}

.m-btm-30 {
    margin-bottom: 30px;
}

.m-btm-5 {
    margin-bottom: 5px;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF;

}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #715846;
}

::-webkit-scrollbar-thumb {
    background-color: #715846;
}

@media only screen and (max-width: 991px) {
    ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    ::-webkit-scrollbar-button {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-thumb {
        background: #90887e;
        border: 0 none #ffffff;
        border-radius: 50px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #90887e;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #90887e;
    }

    ::-webkit-scrollbar-track {
        background: #e9e8e7;
        border: 0 none #ffffff;
        border-radius: 50px;
    }

    ::-webkit-scrollbar-track:hover {
        background: #e9e8e7;
    }

    ::-webkit-scrollbar-track:active {
        background: #e9e8e7;
    }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'fonticons';
    src: url('https://www.directours.com/resources/font/fonticons.eot?7232865');
    src: url('https://www.directours.com/resources/font/fonticons.eot?7232865#iefix') format('embedded-opentype'), url('https://www.directours.com/resources/font/fonticons.woff2?7232865') format('woff2'), url('https://www.directours.com/resources/font/fonticons.woff?7232865') format('woff'), url('https://www.directours.com/resources/font/fonticons.ttf?7232865') format('truetype'), url('https://www.directours.com/resources/font/fonticons.svg?7232865#fonticons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqJ2nPWc3ZyhTjcV.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqt2nPWc3ZyhTjcV.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqB2nPWc3ZyhTjcV.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoqF2nPWc3ZyhTjcV.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoq92nPWc3ZyhTg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





/* why */

/*! CSS Used from: https://www.niarratravel.com/static/1659018031/css/main.css */
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: currentColor;
}

a:focus {
    outline: none;
}

h2,
h3 {
    margin: 0;
    font-weight: 400;
}



p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.button-outline {
    font-weight: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    position: relative;
    display: inline-block;
    height: 3.125em;
    padding: 1px 1.875em 0;
    font-family: "Bogle", sans-serif;
    font-size: 1em;
    letter-spacing: 0.018em;
    line-height: 3.125em;
    text-align: center;
    color: #fff;
}

.button-outline:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px solid #fff;
    border-radius: 1.5625rem;
    content: '';
    transition: border-color 0.3s linear, background-color 0.3s linear;
}

.button-outline:hover {
    color: #000;
}

.button-outline:hover::before {
    border-color: #fff;
    background-color: #fff;
}

.button-outline:hover .button-outline__label {
    color: #000;
}

.button-outline--inverted {
    color: #000;
}

.button-outline--inverted::before {
    border: 1.5px solid #000;
}

.button-outline--inverted:hover {
    color: #fff;
}

.button-outline--inverted:hover::before {
    border-color: #283a2c;
    background-color: #283a2c;
}

.button-outline--inverted:hover .button-outline__label {
    color: #fff;
}

.button-outline__label {
    position: relative;
    transition: color 0.3s linear;
}

.block-itinerary-contributions {
    padding: 7.6875rem 1.875rem 7rem;
    background-color: #fff;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.938), rgba(255, 255, 255, 0.821)), url(../img/r-11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 80% 15%;
}

.block-itinerary-contributions__button {
    margin-top: 1.5rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.block-itinerary-contributions__body {
    letter-spacing: .01875em;
}

.block-itinerary-contributions__body-item {
    margin-top: .75em;
    font-size: .875em;
    letter-spacing: .03em;
    line-height: 1.125em;
}

.block-itinerary-contributions__container-body {
    margin-top: 1.125rem;
}

.block-itinerary-contributions__divider {
    margin-top: 1.5rem;
}

.block-itinerary-contributions__icon {
    width: auto;
    height: 3.5625rem;
}

.block-itinerary-contributions__list {
    margin-top: 3.5rem;
}

.block-itinerary-contributions__list-item {
    width: 79.36508%;
    margin-top: 1.375rem;
    margin-right: auto;
    margin-left: auto;
}

.block-itinerary-contributions__subheading {
    font-family: "Wulkan Display Medium", serif;
    margin-top: 1.8125em;
    font-size: 1.5em;
    letter-spacing: -.01em;
    line-height: 1.937em;
}

.block-itinerary-contributions__heading {
    font-family: "Wulkan Display Medium", serif;
    font-size: 2.25em;
    letter-spacing: -.01em;
    line-height: 2.5em;
}

.block-itinerary-contributions__heading em {
    font-family: "Wulkan Display Regular Italic", serif;
}

@media (min-width: 1024px) {
    .block-itinerary-contributions {
        padding: 14.125rem 0 13.875rem;
    }

    .block-itinerary-contributions__body {
        margin-right: 1.875rem;
        text-align: left;
    }

    .block-itinerary-contributions__button {
        margin-top: -.3125rem;
    }

    .block-itinerary-contributions__container {
        width: 73.33333%;
        /* max-width: 75rem; */
        margin-right: auto;
        margin-left: auto;
    }

    .block-itinerary-contributions__container-body {
        display: -webkit-flex;
        display: flex;
        width: 48.83333%;
        margin-top: 3.125em;
        margin-right: auto;
        margin-left: auto;
    }

    .block-itinerary-contributions__divider {
        position: absolute;
        top: calc(50% - .375rem);
        right: 0;
        margin-top: 0;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }

    .block-itinerary-contributions__list {
        display: -webkit-flex;
        display: flex;
        width: 83.16667%;
        margin-top: 3.125rem;
        margin-right: auto;
        margin-left: auto;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .block-itinerary-contributions__list-item {
        position: relative;
        width: 33.26653%;
        margin: 0;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}




/*  */


/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/core-atoms.d427ae73.chunk.css */
.text-h2-title-m {
    margin: 0 !important;
    font-family: eb-garamond, serif !important;
   
    color: #888 !important;
    font-size: 4.5rem !important;
    font-size: 32px;

    /* letter-spacing: .055em !important; */
}

@media (max-width:1024px) {
    .text-h2-title-m {
        font-size: 28px;
        font-weight: 500;
    }
}

@media (max-width:768px) {
    .text-h2-title-m {
        font-size: 24px;
    }
}

.text-paragraph-s {
    margin: 0;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
    font-family: "effra" !important;
}

@media (max-width:1024px) {
    .text-paragraph-s {
        font-size: 14px;
    }
}

.icon-wrapper,
.icon-wrapper>span {
    display: inline-flex;
}

.icon-wrapper>span {
    align-items: center;
}

.icon {
    width: 1em;
    height: 1em;
}

.icon {
    fill: #081e3f;
}

.title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
}

@media (max-width:1024px) {
    .title-section {
        padding: 1.5rem 0;
    }
}

@media (max-width:768px) {
    .title-section {
        padding: 1.25rem 0;
    }
}

.title-section--aligned-left {
    align-items: flex-start;
    text-align: left;
    align-self: flex-start;
}

.title-section__title {
    fill: #081e3f;
    color: #081e3f;
}

p {
    margin: 0;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/core-molecules.774ce8c2.chunk.css */
.with-padding {
    padding-left: clamp(.5rem, (100vw - 1380px)/2, 100vw);
    padding-right: clamp(.5rem, (100vw - 1380px)/2, 100vw);
}

@media (max-width:1380px) {
    .with-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width:1024px) {
    .with-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width:768px) {
    .with-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/pages-TourPage-TourPage.32b33d1e.chunk.css */
.with-padding {
    padding-left: clamp(.5rem, (100vw - 1380px)/2, 100vw);
    padding-right: clamp(.5rem, (100vw - 1380px)/2, 100vw);
}

@media (max-width:1380px) {
    .with-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width:1024px) {
    .with-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width:768px) {
    .with-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.component-container>div {
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
}

@media (max-width:1380px) {
    .component-container>div {
        /* padding-top: 3rem; */
        padding-bottom: 3rem;
    }
}

@media (max-width:768px) {
    .component-container>div {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.component-container>div:empty {
    padding-top: 0;
    padding-bottom: 0;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/SubHeader-SubHeader.043029f8.chunk.css ; media=all */
@media all {
    .with-padding {
        padding-left: clamp(.5rem, (100vw - 1380px)/2, 100vw);
        padding-right: clamp(.5rem, (100vw - 1380px)/2, 100vw);
    }

    @media (max-width:1380px) {
        .with-padding {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

    @media (max-width:1024px) {
        .with-padding {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

    @media (max-width:768px) {
        .with-padding {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/ContentSection-ContentSection.243bcd98.chunk.css ; media=all */
@media all {
    .component-container>div {
        /* padding-top: 3rem; */
        padding-bottom: 3rem;
    }

    @media (max-width:1380px) {
        .component-container>div {
            /* padding-top: 3rem; */
            padding-bottom: 3rem;
        }
    }

    @media (max-width:768px) {
        .component-container>div {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
    }

    .component-container>div:empty {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/17.f99f2e04.chunk.css ; media=all */
@media all {
    [data-sal] {
        transition-delay: 0s;
        transition-delay: var(--sal-delay, 0s);
        transition-duration: .2s;
        transition-duration: var(--sal-duration, .2s);
        transition-timing-function: ease;
        transition-timing-function: var(--sal-easing, ease);
    }

    [data-sal][data-sal-duration="500"] {
        transition-duration: .5s;
    }

    [data-sal|=fade] {
        opacity: 0;
        transition-property: opacity;
    }

    [data-sal|=fade].sal-animate {
        opacity: 1;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/tourPage-TripVariations-TripVariations.bcfd2f40.chunk.css ; media=all */
@media all {
    [data-sal] {
        transition-delay: 0s;
        transition-delay: var(--sal-delay, 0s);
        transition-duration: .2s;
        transition-duration: var(--sal-duration, .2s);
        transition-timing-function: ease;
        transition-timing-function: var(--sal-easing, ease);
    }

    [data-sal][data-sal-duration="500"] {
        transition-duration: .5s;
    }

    [data-sal|=fade] {
        opacity: 0;
        transition-property: opacity;
    }

    [data-sal|=fade].sal-animate {
        opacity: 1;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/IconsRow-IconsRow.8dd99c33.chunk.css ; media=all */
@media all {
    [data-sal] {
        transition-delay: 0s;
        transition-delay: var(--sal-delay, 0s);
        transition-duration: .2s;
        transition-duration: var(--sal-duration, .2s);
        transition-timing-function: ease;
        transition-timing-function: var(--sal-easing, ease);
    }

    [data-sal][data-sal-duration="500"] {
        transition-duration: .5s;
    }

    [data-sal|=fade] {
        opacity: 0;
        transition-property: opacity;
    }

    [data-sal|=fade].sal-animate {
        opacity: 1;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/IconListHighlights-IconListHighlights.6709a8eb.chunk.css ; media=all */
@media all {
    .detailed-highlights-title {
        padding: 0 12.5rem 0 0;
    }

    @media (max-width:768px) {
        .detailed-highlights-title {
            padding: 0;
        }
    }

    .detailed-highlights-content2 {
        margin-top: -2.5rem;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

    .detailed-highlights-content2--list {
        order: 3;
        margin-top: 0;
    }

    @media (max-width:768px) {
        .detailed-highlights-content2 {
            margin-top: 2rem;
            flex-flow: column nowrap;
        }
    }

    .detailed-highlights-content2--list {
        display: grid;
        grid-gap: 2rem 1.5rem;
        grid-template-rows: repeat(auto, 1fr);
        grid-auto-flow: row;
    }

    @media (max-width:768px) {
        .detailed-highlights-content2--list {
            grid-gap: 0;
            display: flex;
            flex-flow: column nowrap;
        }

        .detailed-highlights-content2--list>:not(:first-child) {
            margin-top: 2rem;
        }
    }

    .detailed-highlights-content2--list {
        margin-top: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .detailed-highlights-item {
        display: flex;
        align-items: flex-start;
        padding-right: 1.25rem;
        color: #292929;
        background-color: #f5f5f5db;
        padding: 10px;
        border-radius: 4px;
    }

    .detailed-highlights-item__icon {
        width: 1.5em;
        height: 1.5em;
        margin-top: 20px;
    }

    .detailed-highlights-item .icon-wrapper {
        margin-right: 1.5em;
    }

    .detailed-highlights-item__icon {
        fill: #081e3f;
        padding: 0;
        border-radius: 0;
        background: unset;
    }

    [data-sal] {
        transition-delay: 0s;
        transition-delay: var(--sal-delay, 0s);
        transition-duration: .2s;
        transition-duration: var(--sal-duration, .2s);
        transition-timing-function: ease;
        transition-timing-function: var(--sal-easing, ease);
    }

    [data-sal][data-sal-duration="500"] {
        transition-duration: .5s;
    }

    [data-sal|=fade] {
        opacity: 0;
        transition-property: opacity;
    }

    [data-sal|=fade].sal-animate {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/e4377d/00000000000000003b9b48a0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/e4377d/00000000000000003b9b48a0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/e4377d/00000000000000003b9b48a0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/95e179/00000000000000003b9b48a1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/95e179/00000000000000003b9b48a1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/95e179/00000000000000003b9b48a1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 900;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/core-atoms.d427ae73.chunk.css */
.text-title-xxxs {
    margin: 0;
    line-height: 140%;

    letter-spacing: 4px;
    font-size: 1.7rem !important;
    font-family: "Euclid Square Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #202020;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width:1024px) {
    .text-title-xxxs {
        font-size: 16px;
        line-height: 20px;
    }
}

.text-paragraph-s {
    margin: 0;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
    font-family: "effra";
}

@media (max-width:1024px) {
    .text-paragraph-s {
        font-size: 14px;
    }
}

.text-label-el {
    margin: 0;
    line-height: 140%;
    font-size: 24px;
    font-weight: 500;
    font-family: "effra";
}

.text-label-s {
    margin: 0;
    line-height: 140%;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "effra";
}

.text-tag-s {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
}

.text-tag-s {
    letter-spacing: .33px;
}

.text-tag-s {
    font-family: "source-sans-pro";
    font-weight: 600;
}

.text-comm-l {
    margin: 0;
    line-height: 125%;
    font-family: "effra";
    font-weight: 700;
}

.text-comm-l {
    font-size: 32px;
}

.text-comm-s {
    margin: 0;
    line-height: 140%;
    font-family: "effra";
    font-weight: 700;
}

.text-comm-s {
    font-size: 16px;
}

.icon-wrapper,
.icon-wrapper>span {
    display: inline-flex;
}

.icon-wrapper>span {
    align-items: center;
}

.icon {
    width: 1em;
    height: 1em;
}

.icon {
    fill: #081e3f;
}

.tag {
    padding: 4px 8px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: default;
    font-family: "source-sans-pro", sans-serif;
}

body input {
    font-family: "effra", sans-serif;
    font-weight: 400;
    color: #081e3f;
}

p {
    margin: 0;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/tourPage-DatesAndPricing-DatesAndPricing.e05894a2.chunk.css */
.tooltip {
    display: flex;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/tourPage-TripHero-TripHero.b639d99f.chunk.css */
.tooltip {
    display: flex;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/SubHeader-SubHeader.043029f8.chunk.css ; media=all */
@media all {
    .tooltip {
        display: flex;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/tourPage-MapItinerary-MapItinerary.d910c057.chunk.css ; media=all */
@media all {
    .tooltip {
        display: flex;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/20.0c262674.chunk.css ; media=all */
@media all {
    .trip-variations__desktop {
        display: grid;
        flex-direction: row;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, minmax(23%, 1fr));
        grid-gap: 1.5rem;
        padding-top: .5rem;

    }

    @media (max-width:1380px) {
        .trip-variations__desktop {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media (max-width:768px) {
        .trip-variations__desktop {
            display: none;
        }
    }

    .trip-variations__wrapper-card {
        display: flex;
        flex-direction: column;
    }

    @media (max-width:768px) {
        .trip-variations__wrapper-card {
            width: 100%;
            height: 100%;
        }
    }

    .trip-variations__card {
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        flex-grow: 1;
        background: #fff;
        cursor: pointer;
    }

    .trip-variations__card * {
        cursor: pointer;
    }

    .trip-variations__card--action {
        pointer-events: none;
    }

    @media (max-width:768px) {
        .trip-variations__card {
            margin: .5rem .5rem 1.5rem;
        }
    }

    .trip-variations__header-card {
        display: flex;
        flex-direction: row;
        color: #081e3f;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 1rem;
        justify-content: center;
        /* height: 100px; */
    }

    @media (max-width:768px) {
        .trip-variations__header-card {
            padding-bottom: 0;
        }
    }

    .trip-variations__header-card--action {
        border-radius: 6px 6px 0 0;
        color: #fff;
        margin: -1rem -1rem 0;
        padding: 1rem;
    }

    @media (max-width:768px) {
        .trip-variations__header-card--action {
            padding-bottom: 0;
        }
    }

    .trip-variations__title-card {
        display: flex;
        flex-direction: column;
        padding-right: .5em;
        text-transform: uppercase;
        max-width: 85%;
    }

    .trip-variations__title-card>p {
        white-space: wrap;
        overflow: hidden;
    }

    .trip-variations__radio {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        flex-grow: 1;
        position: relative;
    }

    .trip-variations__radio label:after {
        position: relative;
        left: 8px;
    }

    .trip-variations__card-section {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex: 3 1;
        justify-content: space-between;
    }

    .trip-variations__price-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-top: .75rem;
        padding-bottom: .5rem;
        margin-top: auto;
    }

    .trip-variations__price-container span {
        fill: #114ba2;
    }

    .trip-variations__abstract-text {
        padding: 1rem 0 .25rem;
        color: #292929;
    }

    .trip-variations__discounts {
        display: flex;
        grid-gap: .25rem;
        gap: .25rem;
        align-items: center;
        margin-bottom: .25rem;
        font-family: "effra" !important;
        font-weight: 400 !important;
    }

    .trip-variations__price {
        display: flex;
        align-items: baseline;
    }

    .trip-variations__price p {
        margin-right: .25rem;
        color: #292929;
        font-family: "effra" !important;
        font-weight: 400 !important;
    }

    .trip-variations__trip-label {
        margin-bottom: .75rem;
        padding: .25rem;
        border-radius: 6px;
        order: -1;
    }

    .trip-variations__trip-label--hidden {
        visibility: hidden;
    }

    .trip-variations__card {
        box-shadow: 0 0 11px rgba(8, 30, 63, .1);
    }

    .trip-variations__card--action {
        box-shadow: 0 0 1.5rem rgba(8, 30, 63, .2);
    }

    .trip-variations__header-card {
        color: #fff;
    }

    .trip-variations__header-card--action {
        background-color: rgb(155, 136, 86);
        color: #fff !important;
    }

    .trip-variations__discounts {
        color: #114ba2;
        text-transform: uppercase;
        font-family: "effra" !important;
        font-weight: 400 !important;
    }

    .trip-variations__trip-label {
        background: #d37455;
        color: #fff;
    }

    .trip-variations__title-card--selected {
        color: #fff;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/tourPage-TripVariations-TripVariations.bcfd2f40.chunk.css ; media=all */
@media all {
    .trip-variations__selected-variation {
        text-align: center;
        padding-bottom: .5rem;
    }

    .trip-variations__selected-variation--hidden {
        visibility: hidden;
    }

    .trip-variations__price-old {
        display: flex;
        margin-right: .25rem;
    }

    .trip-variations__price-old p {
        margin-right: .25rem;
    }

    .trip-variations__price-old p {
        color: #292929;
    }

    .trip-variations__price-number {
        text-decoration: line-through;
    }

    .trip-variations__priceOld-text {
        align-items: center;
    }

    .trip-variations__wrapper-old-price {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .trip-variations__wrapper-old-price {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .trip-variations__radio label {
        background-color: #5382120f;
        border-top: none;
        border-right: none;
        border-radius: 50%;
        height: 2rem;
        width: 2rem;
        position: absolute;
    }



    .trip-variations__radio input[type=radio] {
        visibility: hidden;
    }

    .trip-variations__radio input[type=radio]:checked+label:after {
        opacity: 1;
    }

    .trip-variations__priceOld-text {
        display: flex;
    }

    .trip-variations__selected-variation {
        color: #538212;
    }

    .trip-variations__radio label {
        border: 1px solid #538212;
    }

    .trip-variations input[type=radio]:checked+label {
        background-color: #538212;
        border-color: #538212;
    }

    .trip-variations input[type=radio]:checked+label:after {
        border-color: #fff;
    }

    .tooltip {
        display: flex;
    }
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/95.ac2745df.chunk.css ; media=all */
@media all {
    .tooltip {
        display: flex;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/e4377d/00000000000000003b9b48a0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/e4377d/00000000000000003b9b48a0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/e4377d/00000000000000003b9b48a0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "effra";
    src: url("https://use.typekit.net/af/95e179/00000000000000003b9b48a1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/95e179/00000000000000003b9b48a1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/95e179/00000000000000003b9b48a1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/9373a0/00000000000000003b9b3d68/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/9373a0/00000000000000003b9b3d68/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/9373a0/00000000000000003b9b3d68/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/524796/00000000000000003b9b3d62/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/524796/00000000000000003b9b3d62/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/524796/00000000000000003b9b3d62/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/8b9a4a/00000000000000003b9b3d6a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/8b9a4a/00000000000000003b9b3d6a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/8b9a4a/00000000000000003b9b3d6a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/ca3a3d/00000000000000003b9b3d5f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/ca3a3d/00000000000000003b9b3d5f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/ca3a3d/00000000000000003b9b3d5f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "source-sans-pro";
    src: url("https://use.typekit.net/af/2d1b09/00000000000000003b9b3d60/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff2"), url("https://use.typekit.net/af/2d1b09/00000000000000003b9b3d60/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff"), url("https://use.typekit.net/af/2d1b09/00000000000000003b9b3d60/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("opentype");
    font-display: swap;
    font-style: italic;
    font-weight: 200;
}

.price-badge {
    width: 80%;
    margin: auto;
}




/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/core-atoms.d427ae73.chunk.css */
.text-title-xxxs {
    margin: 0;
    line-height: 140%;
    font-family: "effra";
    font-size: 23px;
    font-weight: 500;
}

@media (max-width:1024px) {
    .text-title-xxxs {
        font-size: 16px;
        line-height: 20px;
    }
}

.text-paragraph-s {
    margin: 0;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
    font-family: "effra";
}

@media (max-width:1024px) {
    .text-paragraph-s {
        font-size: 14px;
    }
}

.text-paragraph-xxs {
    margin: 0;
    line-height: 150%;
    font-weight: 500 !important;
    font-size: 12px;
    font-family: "effra";
}

.text-label-el {
    margin: 0;
    line-height: 140%;
    font-size: 24px;
    font-weight: 500;
    font-family: "effra";
}

.text-label-l {
    margin: 0;
    line-height: 140%;
    font-size: 18px;
    font-weight: 500;
    font-family: "effra";
}

.text-label-s {
    margin: 0;
    line-height: 140%;
    font-size: 14px;
    font-weight: 500;
    font-family: "effra";
}

.text-button-m {
    font-size: 16px;
}

.text-button-m {
    margin: 0;
    font-family: "effra";
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
}

.text-link-s {
    font-family: "effra";
    font-size: 14px;
}

.text-link-s {
    margin: 0;
    line-height: 16px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.text-tag-s {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
}

.text-tag-s {
    letter-spacing: .33px;
}

.text-tag-s {
    font-family: "source-sans-pro";
    font-weight: 600;
}

.text-comm-m {
    font-size: 24px;
}

.text-comm-m,
.text-comm-s {
    margin: 0;
    line-height: 140%;
    font-family: "effra";
    font-weight: 700 !important;
}

.text-comm-s {
    font-size: 16px;
}

.text-strikethrough-s {
    line-height: 150%;
    font-size: 12px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.text-default,
.text-strikethrough-s {
    margin: 0;
    font-family: "effra";
    font-weight: 400;
}

.text-default {
    font-size: 18px;
    line-height: 32px;
}

@media (max-width:1024px) {
    .text-default {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .text-default {
        font-size: 16px;
        line-height: 24px;
    }
}

.icon-wrapper,
.icon-wrapper>span {
    display: inline-flex;
}

.icon-wrapper>span {
    align-items: center;
}

.icon {
    width: 1em;
    height: 1em;
}

.icon {
    fill: #081e3f;
}

p {
    margin: 0;
}

/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/9.0c332893.chunk.css */
.btn {
    transition: .2s;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    padding: calc(.25rem - 1px) calc(1rem - 1px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.btn--M {
    padding: calc(.5rem - 1px) calc(1rem - 1px);
    background-color: #f2f2f2 !important;

    color: #474747 !important;
}

@media (max-width:768px) {
    .btn {
        white-space: normal;
    }
}

.btn-pr {
    border-radius: 200px;
    color: #fff;
    background-color: #114ba2;
    border-color: transparent;
    border-width: 1px;
    box-shadow: unset;
    text-decoration: unset;
}



/*! CSS Used from: https://www.insightvacations.com/assets/IV/static/css/Deals-Deals.b915edb2.chunk.css ; media=all */
@media all {
    .deals-promo-code {
        width: 133px;
    }

    @media (max-width:768px) {
        .deals-promo-code {
            display: flex;
            grid-gap: .375rem;
            gap: .375rem;
            align-items: baseline;
            width: auto;
        }
    }

    .deals-promo-code {
        display: none;
    }

    @media (max-width:768px) {
        .deals-promo-code {
            display: none;
        }
    }

    .deals-departure__dates {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        padding: 0 1.5rem;
        width: calc(45% - 3rem);
    }

    .deals-departure__dates-icon {
        fill: #114ba2;
        margin: 0 1.5rem;
    }

    @media (max-width:1024px) {
        .deals-departure__dates {
            margin-left: unset;
            flex: unset;
            width: 100%;
            padding: 0;
        }
    }

    @media (max-width:476px) {
        .deals-departure__dates {
            justify-content: space-between;
        }
    }

    .deals-departure__price-n-cta {
        align-items: center;
        display: flex;
        /* justify-content: flex-end; */
        padding-right: 1.5rem;
        /* width: calc(30% - 1.5rem); */
        flex-wrap: wrap;
    }

    @media (max-width:1024px) {
        .deals-departure__price-n-cta {
            margin-left: unset;
            flex: unset;
            justify-content: flex-start;
            width: 100%;
            padding: 0;
        }
    }

    .deals-departure__price-n-cta .deals-departure__dates {
        display: none;
    }

    .deals-departure__locations {
        display: flex;
        justify-content: flex-start;
    }

    .deals-departure__location {
        align-items: center;
        justify-content: center;
        display: flex;
        white-space: normal;
        word-break: break-word;
    }

    .deals-departure__locations-cta {
        display: none;
    }

    .deals-departure__date-container {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .deals-departure__date {
        color: #292929;
    }

    .deals-departure__day-name {
        color: #78737d;
    }

    .deals-departure__date {
        margin: 0;
        line-height: 140%;
        font-size: 24px;
        font-weight: 500;
        font-family: "effra";
        font-size: 18px;
    }

    @media (max-width:1380px) {
        .deals-departure__date {
            margin: 0;
            line-height: 140%;
            font-size: 18px;
            font-weight: 500;
            font-family: "effra";
        }
    }

    .promo-code {
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
        filter: drop-shadow(0 2px 5px rgba(255, 255, 255, .5));
        position: relative;
        height: 3.25rem;
        padding: .2rem 1.5rem;
        color: #a6cfed;
        border: 2px dashed;
        background-position: 0 0, 100% 0;
    }

    .promo-code--text {
        white-space: nowrap;
        color: #114ba2;
    }

    .promo-code--code {
        color: #545454;
    }

    .promo-code--code,
    .promo-code--code:hover {
        border-bottom: initial;
    }

    .promo-code:before {
        left: -15px;
        transform: rotate(40deg);
    }

    .promo-code:after,
    .promo-code:before {
        position: absolute;
        top: 23%;
        width: 30px;
        height: 30px;
        background: #fff;
        content: "";
        z-index: -1;
        border-radius: 50%;
        border: 2px dashed #a6cfed;
        border-bottom: none;
        border-left: none;
    }

    .promo-code:after {
        right: -15px;
        transform: rotate(220deg);
    }

    .deals-departure__was-price {
        align-items: center;
        color: #545454;
        display: flex;
        font-family: 'effra' !important;
        font-weight: 400 !important;
    }

    @media (max-width:768px) {
        .deals-departure__was-price-label {
            white-space: nowrap;
        }
    }

    .deals-departure__was-price-amount {
        text-decoration: line-through;
        padding-left: .25rem;
    }

    @media (max-width:1024px) {
        .deals-departure__was-price {
            margin-right: .25rem;
        }
    }

    .deals-departure__from-price-label {
        padding-right: .25rem;
    }

    .deals-departure__prices {
        align-items: flex-end;
        display: flex;
        flex: 1 1;
        flex-direction: column;
    }

    @media (max-width:1024px) {
        .deals-departure__prices {
            align-items: flex-start;
        }
    }

    .deals-departure__savings {
        display: flex;
        margin-bottom: .5rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

    @media (max-width:1024px) {
        .deals-departure__savings {
            margin-bottom: unset;
            justify-content: flex-start;
            align-items: flex-start;
        }
    }

    .deals-departure__savings-cta,
    .deals-departure__was-price-cta {
        display: none;
    }

    .deals-departure__discount {
        align-items: center;
        margin-left: .5rem;
        display: flex;
    }

    @media (max-width:1024px) {
        .deals-departure__discount {
            margin-left: 0;
        }
    }

    .deals-departure__discount-label {
        color: #292929;
        margin-right: 5px
    }

    .deals-departure__discount-tag {
        background-color: rgb(84 130 17);
        border-radius: 4px;
        color: #fff;
        margin-left: .5rem;
        padding: .25rem;
        text-align: center;
        font-family: 'effra';
        font-weight: 400 !important;
    }

    @media (max-width:1024px) {
        .deals-departure__discount-tag {
            margin-left: .25rem;
        }
    }

    @media (max-width:768px) {
        .deals-departure__from-price {
            font-size: 24px;
        }
    }

    .deals-departure__from-price-wrapper {
        display: flex;
        align-items: baseline;
        color: #292929;
        justify-content: flex-end;
        margin-left: 0;
    }

    @media (max-width:1024px) {
        .deals-departure__from-price-wrapper {
            align-items: baseline;
        }
    }

    .deals-departure__from-price-wrapper-cta {
        display: none;
    }

    .deals-departure__cta {
        margin-left: 1.5rem;
        background-color: #fdfdfd;
    }

    @media (max-width:1380px) {
        .deals-departure__cta {
            margin-top: 1.5rem;
        }
    }

    @media (max-width:1024px) {
        .deals-departure__cta {
            margin-top: 0;
        }
    }
}


.mi-r {
    font-size: 24px !important;
    line-height: 48px;
    margin: 30px 0 15px;
    font-family: "Euclid Flex Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    color: #272727 !important;
    letter-spacing: 4px;
}



/* timbuktu */

/*! CSS Used from: Embedded */
b {
    font-weight: 700;
}

.bs16 {
    font-size: 16px;
    line-height: 24px;
}

.btn {
    font-weight: 700;
}

.underline {
    text-underline-offset: 1px;
}

.btn {
    border: 2px solid transparent;
    padding: 15px 24px;
    user-select: none;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1em;
    background: var(--theme);
    font-size: 16px;
    border-radius: 4px;
    position: relative;
}

@media print {
    ::-webkit-scrollbar {
        display: none;
    }

    a:after {
        content: " ("attr(href) ") ";
        font-size: .8em;
        font-weight: 400;
    }
}

.mt20 {
    margin-top: 20px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt64 {
    margin-top: 64px !important;
}

.mb64 {
    margin-bottom: 64px !important;
}

.half-block.stacked:last-child {
    padding-top: 32px;
}

.t-container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1147px;
    margin: 0 auto;
}

@media only screen and (min-width:1147px) {
    .t-container:not(.-s):not(.-p32) {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.half-block {
    vertical-align: top;
}

@media print,
screen and (min-width:768px) {
    .half-block.stacked:not(.always-stacked) {
        display: inline-block;
        width: calc(50% - (27px + 5px));
    }

    .half-block.stacked:not(.always-stacked):first-child {
        margin-right: 27px;
    }

    .half-block.stacked:not(.always-stacked):last-child {
        margin-left: 27px;
        padding-top: inherit;
    }
}

@media print {
    a:after {
        display: none !important;
    }
}

.chat-to-expert .experts-container .expert-img-container .expert-name {
    font-family: adobe-garamond-pro, serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chat-to-expert .phone-num-modifier {
    display: block;
}

.chat-to-expert .experts-container {
    display: flex;
    flex-direction: row;
}

.chat-to-expert .experts-container .expert-img-container {
    margin-right: 8px;
    position: relative;
    padding-top: calc(192 / 365.77 * 100%);
    width: 100%;
    background-size: cover;
    border-radius: 4px;
}

.chat-to-expert .experts-container .expert-img-container.jonty {
    background-image: url(https://waybird.imgix.net/assets/images/open-for-travel/jonty-chat-to-an-expert.jpg);
}

.chat-to-expert .experts-container .expert-img-container.eve {
    background-image: url(https://waybird.imgix.net/assets/images/open-for-travel/eve-chat-to-an-expert.jpg);
}

.chat-to-expert .experts-container .expert-img-container.kristin {
    background-image: url(https://waybird.imgix.net/assets/images/open-for-travel/kristin-chat-to-an-expert.jpg);
}

.chat-to-expert .experts-container .expert-img-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    max-width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    border-radius: 4px;
}

.chat-to-expert .experts-container .expert-img-container .expert-name {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.chat-to-expert .experts-container .expert-img-container:last-of-type {
    margin-right: 0;
}

@media print,
screen and (min-width:440px) {
    .chat-to-expert .phone-num-modifier {
        display: inline;
    }
}

@media print,
screen and (min-width:768px) {
    .chat-to-expert .phone-num-modifier {
        display: inline;
    }

    .chat-to-expert .experts-container .expert-img-container {
        padding-top: calc(192 / 360.77 * 100%);
    }
}

@media print,
screen and (min-width:1147px) {
    .chat-to-expert .experts-container .expert-img-container {
        margin-right: 16px;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: adobe-garamond-pro;
    src: url(https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: adobe-garamond-pro;
    src: url(https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: adobe-garamond-pro;
    src: url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}


@media print {
    .t-footer {
        display: none;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    a:after {
        content: " ("attr(href) ") ";
        font-size: .8em;
        font-weight: 400;
    }
}

.t-link {
    color: var(--theme);
    font-weight: 500;
    cursor: pointer;
}

.t-link:not(.static):active {
    color: var(--theme10Darker);
}

@media only screen and (min-width:1147px) {
    .t-link:not(.static):hover {
        color: var(--theme10Darker);
    }

    .t-link:not(.static):hover:active {
        color: var(--theme15Darker);
    }
}

.t-container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1147px;
    margin: 0 auto;
}

@media only screen and (min-width:1147px) {
    .t-container:not(.-s):not(.-p32) {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media print {
    a:after {
        display: none !important;
    }
}

.t-footer,
.t-footer .logos,
.t-footer .right-col {
    border-top: 1px solid #E6E6E6;
}

.t-footer .new-trip {
    border-bottom: 1px solid #E6E6E6;
}

.t-footer .contact h4 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.t-footer {
    padding: 40px 0 80px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.538), rgba(255, 255, 255, 0.981)), url(../img/Hero_Lion_Isolated.png);
    background-size: cover;
    background-position: top center;

}

.t-footer .new-trip {
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.t-footer .new-trip .btn {
    margin-top: 25px;
}

.t-footer .social {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 50px;
}

.t-footer .social .social-icon {
    display: inline-block;
    margin-right: 32px;
}

.t-footer .social .social-icon svg {
    max-width: 20px;
    max-height: 20px;
    fill: #474747;
}

.t-footer .social .social-icon:last-child {
    margin-right: 0;
}

.t-footer .contact {
    text-align: center;
    padding-bottom: 38px;
    padding-top: 40px;
}

.t-footer .contact h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.t-footer .contact a,
.t-footer .contact span {
    display: block;
    font-size: 14px;
    color: #474747;
    margin-bottom: 10px;
}

.t-footer .logos {
    padding: 23px 0;
}

.t-footer .logos .timbuktu {
    text-align: center;
}

.t-footer .logos .timbuktu span {
    font-size: 20px;
    vertical-align: top;
    line-height: 1;
}

.t-footer .logos .timbuktu svg {
    fill: grey;
    width: 100px;
    height: 23px;
    margin-left: 10px;
}

.t-footer .logos .associations {
    text-align: center;
    margin-top: 25px;
}

.t-footer .logos .associations a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 48px;
}

.t-footer .logos .associations a img {
    max-width: 100%;
}

.t-footer .logos .associations a:last-child {
    margin-right: 0;
}

.t-footer .logos .associations a:nth-child(1) {
    max-width: 54px;
}

.t-footer .logos .associations a:nth-child(2) {
    max-width: 35px;
}

.t-footer .logos .associations a:nth-child(3) {
    max-width: 42px;
}

.t-footer .link-list {
    vertical-align: top;
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    text-align: center;
}

.t-footer .link-list li {
    font-size: 14px;
    color: #474747;
    margin-bottom: 10px;
}

.t-footer .link-list li a:not(.t-link) {
    color: #474747;
}

.t-footer .link-list li:first-child {
    font-weight: 600;
    margin-bottom: 20px;
}

.t-footer .link-list li.see-all a {
    color: var(--theme);
    font-weight: 500;
}

.t-footer .center-col {
    padding-bottom: 8px;
}

@media only screen and (min-width:768px) {
    .t-footer {
        padding-bottom: 0;
    }

    .t-footer .left-col {
        display: inline-block;
        width: 200px;
        vertical-align: top;
    }

    .t-footer .center-col {
        display: inline-block;
        width: calc(100% - 206px);
        vertical-align: top;
        padding-bottom: 33px;
    }

    .t-footer .right-col {
        padding-top: 48px;
    }

    .t-footer .new-trip {
        padding-right: 200px;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 48px;
    }

    .t-footer .new-trip .btn {
        position: absolute;
        right: 0;
        top: 10px;
        margin: 0;
    }

    .t-footer .contact {
        padding-top: 0;
    }

    .t-footer .link-list {
        display: inline-block;
        margin-bottom: 0;
        text-align: left;
        margin-left: 64px;
    }

    .t-footer .logos {
        padding: 40px 0;
    }

    .t-footer .logos:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .t-footer .logos .timbuktu {
        float: left;
        margin-top: 10px;
    }

    .t-footer .logos .associations {
        float: left;
        margin-top: 5px;
        margin-left: 40px;
        padding-left: 40px;
        position: relative;
    }

    .t-footer .logos .associations:before {
        content: '';
        width: 1px;
        height: 24px;
        background: #E6E6E6;
        position: absolute;
        left: 0;
        top: 5px;
    }
}

@media only screen and (min-width:1147px) {
    .t-footer .new-trip {
        margin-bottom: 64px;
    }

    .t-footer .center-col {
        width: calc(100% - 491px);
        padding-bottom: 0;
    }

    .t-footer .right-col {
        display: inline-block;
        width: 280px;
        vertical-align: top;
        border-top: 0;
        padding-top: 0;
    }

    .t-footer .contact {
        text-align: left;
        padding-bottom: 5px;
        padding-left: 66px;
        border-left: 1px solid #E6E6E6;
        padding-top: 10px;
    }

    .t-footer .logos {
        margin-top: 49px;
    }
}

.ember-power-select-trigger {
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    overflow-x: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
    user-select: none;
    -webkit-user-select: none;
}

.ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both;
}

.ember-power-select-trigger:focus {
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    box-shadow: none;
    outline: 0;
}

.ember-power-select-status-icon {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 4px 0;
    border-color: #666 transparent transparent;
    right: 5px;
}

.ember-power-select-trigger {
    padding: 0 16px 0 0;
}

.ember-power-select-trigger {
    font-size: 16px;
    text-align: left;
}

.ember-power-select-trigger {
    border-radius: 4px;
    font-size: 18px;
    color: #474747;
    line-height: 54px;
    padding-right: 40px;
}



.ember-power-select-selected-item {
    margin-left: 16px;
    white-space: nowrap;
}

.uppercase.ember-power-select-trigger {
    text-transform: uppercase;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: adobe-garamond-pro;
    src: url(https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: adobe-garamond-pro;
    src: url(https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: adobe-garamond-pro;
    src: url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}





@charset "UTF-8";

@font-face {
    font-family: RhinoAfricaUSPs;
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.eot?rwl9nq);
    src: url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.eot?rwl9nq#iefix) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.ttf?rwl9nq) format("truetype"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.woff?rwl9nq) format("woff"), url(https://static.rhinoafrica.com/static/rhinoafrica-usps/fonts/RhinoAfricaUSPs.svg?rwl9nq#RhinoAfricaUSPs) format("svg");
    font-weight: 400;
    font-style: normal
}

.ru {
    font-family: RhinoAfricaUSPs !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ru-awards:before {
    content: ""
}

.ru-made-in-africa:before {
    content: ""
}

.ru-price-guarantee:before {
    content: ""
}

.ru-doing-good:before {
    content: ""
}

.ru-financial-protection:before {
    content: ""
}

.ru-accreditations:before {
    content: ""
}

.ru-tailor-made:before {
    content: ""
}

.ru-expert-advice:before {
    content: ""
}

.usp-strip {
    font-family: Montserrat, sans-serif;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    max-width: none
}

@media screen and (min-width:768px) {
    .usp-strip {
        padding: 9rem 0 11rem
    }
}

.usp-strip .usps>div {
    padding: 12px 15px;
    position: relative
}

@media screen and (min-width:768px) {
    .usp-strip .usps>div:first-of-type {
        padding-bottom: 0
    }
}

.usp-strip a {
    color: #fff;
    text-decoration: none
}

.usp-strip a:hover {
    text-decoration: none;
    color: #fff
}

.usp-strip .why-title a {
    -webkit-transition: word-spacing .3s ease;
    -moz-transition: word-spacing .3s ease;
    transition: word-spacing .3s ease
}

.usp-strip .why-title a:hover {
    word-spacing: 3px
}

.usp-strip .why-reasons {
    padding-top: 1.5rem;
    padding-bottom: 20px
}

@media screen and (min-width:768px) {
    .usp-strip .why-reasons .owl-dots:not(.disabled) {
        border-top: 1px solid #828282
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons {
        border-bottom: 1px solid #828282
    }
}

.usp-strip .why-reasons a:hover .featured-usp i {
    border-color: #fff;
    color: #272727;
    background: #fff
}

.usp-strip .why-reasons .owl-item {
    padding: 0 30px
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:first-of-type {
        padding-right: 60px;
        padding-left: 0
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:first-of-type .featured-usp {
        margin-right: auto;
        margin-left: 0
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:last-of-type {
        padding-left: 60px;
        padding-right: 0
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .owl-item:last-of-type .featured-usp {
        margin-left: auto;
        margin-right: 0
    }
}

.usp-strip .why-reasons .owl-dots:not(.disabled) .owl-dot {
    margin-top: 20px
}

.usp-strip .why-reasons .owl-dots:not(.disabled) .owl-dot span {
    background: #fff !important
}

.usp-strip .why-reasons .owl-dots:not(.disabled) .owl-dot.active span {
    background: #66944c !important
}

.usp-strip .why-reasons .featured-usp {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto
}

.usp-strip .why-reasons .featured-usp .icon-name-container {
    min-height: 100px
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp .icon-name-container {
        position: relative;
        min-height: 80px
    }
}

@media screen and (min-width:992px) {

    .usp-strip .why-reasons .featured-usp .icon-name-container h3,
    .usp-strip .why-reasons .featured-usp .icon-name-container i {
        position: absolute;
        top: 50%;
        left: 1px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.usp-strip .why-reasons .featured-usp .icon-name-container h3 {
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 500
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp .icon-name-container h3 {
        margin-top: 0;
        width: calc(100% - 46px);
        left: 46px;
        text-align: left
    }
}

.usp-strip .why-reasons .featured-usp .icon-name-container i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.5em;
    padding: 10px;
    color: #66944c;
    border: 1px solid #828282;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp .icon-name-container i {
        line-height: 1
    }
}

.usp-strip .why-reasons .featured-usp p {
    font-size: 85%;
    text-align: center;
    padding: 0 0 25px;
    margin: 0;
    border-bottom: 1px solid #828282
}

@media screen and (min-width:768px) {
    .usp-strip .why-reasons .featured-usp p {
        border-bottom: none
    }
}

@media screen and (min-width:992px) {
    .usp-strip .why-reasons .featured-usp p {
        padding-top: 25px;
        border-top: 1px solid #828282;
        text-align: left
    }
}

.usp-strip .why-reasons .featured-usp:hover i {
    color: #272727;
    background: #fff;
    border-color: #fff
}

.usp-strip .awards {
    padding: 0 15px 2rem
}

@media screen and (min-width:768px) {
    .usp-strip .awards {
        padding-top: 5rem
    }
}

@media screen and (min-width:768px) {
    .usp-strip .awards .wta-badges {
        position: relative;
        width: 200px;
        height: 80px;
        display: inline-table
    }
}

@media screen and (min-width:768px) {
    .usp-strip .awards .wta-badges img {
        position: absolute;
        top: 13px;
        width: 86px
    }
}

@media screen and (min-width:768px) {
    .usp-strip .awards .wta-badges .wta-text {
        display: inline-table;
        max-width: 130px;
        vertical-align: middle;
        margin-left: 90px;
        margin-top: 25px;
        font-size: 75%;
        line-height: 15px;
        text-align: center;
        font-weight: 500
    }
}

.usp-strip .awards .trust-pilot {
    display: inline-table;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 5px
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot {
        text-align: left
    }
}

.usp-strip .awards .trust-pilot .tp-logo,
.usp-strip .awards .trust-pilot .tp-star-item {
    display: inline-block;
    vertical-align: middle
}

.usp-strip .awards .trust-pilot .tp-logo {
    width: 125px;
    margin-right: 15px
}

.usp-strip .awards .trust-pilot .tp-star-item {
    position: relative;
    width: 17px;
    height: 17px;
    background: #00b67a
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot .tp-star-item {
        width: 20px;
        height: 20px
    }
}

.usp-strip .awards .trust-pilot .tp-star-item:not(:last-of-type) {
    margin-right: 2px
}

.usp-strip .awards .trust-pilot .tp-star-item img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 17px
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot .tp-star-item img {
        max-height: 20px
    }
}

.usp-strip .awards .trust-pilot a {
    text-decoration: none;
    color: #fff
}

.usp-strip .awards .trust-pilot span {
    display: block;
    padding-left: 4px;
    font-size: 75%
}

@media screen and (min-width:768px) {
    .usp-strip .awards .trust-pilot span {
        display: inline-block
    }
}

.usp-strip .awards .ti-image {
    display: inline-table;
    margin-left: 10px
}

.modal.usps {
    color: #272727
}

.modal.usps .modal-header {
    padding: 20px 50px 20px 30px;
    word-wrap: break-word
}

@media screen and (min-width:1900px) {
    .modal.usps .modal-header {
        padding: 20px 45px
    }
}

.modal.usps .modal-title {
    position: relative;
    padding-left: 3.5rem
}

.modal.usps .modal-title i {
    position: absolute;
    font-size: 3rem;
    margin-left: -4rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal.usps .modal-body {
    padding: 15px 20px
}

@media screen and (min-width:768px) {
    .modal.usps .modal-body {
        padding: 35px 30px 20px
    }
}

@media screen and (min-width:1200px) {
    .modal.usps .modal-body {
        padding: 35px 45px
    }
}

.modal.usps .modal-body .usp-info {
    padding: 2rem 4rem 2rem 8rem
}

.modal.usps .modal-body .usp-info h5 {
    position: relative
}

.modal.usps .modal-body .usp-info i {
    position: absolute;
    font-size: 3rem;
    margin-left: -4rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-we-work h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(130, 130, 130, .3)
}

.how-we-work ul {
    padding: 0;
    list-style: none
}

.how-we-work ul li {
    position: relative;
    padding-left: calc(3.5rem + 55px);
    padding-bottom: 30px;
    font-size: 2.2rem
}

.how-we-work ul li i {
    position: absolute;
    left: 0;
    width: 3.5rem;
    color: #828282;
    font-size: 3.5rem
}

.how-we-work ul li:not(:last-of-type):before {
    content: ' ';
    position: absolute;
    top: calc(3.5rem / 2 - 25px /2);
    display: block;
    height: 100%;
    left: calc(3.5rem + 15px + 25px/2 - 1px);
    border-left: 2px dotted rgba(130, 130, 130, .3)
}

.how-we-work ul li span {
    position: absolute;
    top: calc(3.5rem / 2 - 25px /2);
    left: calc(3.5rem + 15px);
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #272727;
    color: #f0f0f0
}

.start-planning {
    text-align: center;
    padding-top: 40px
}

.start-planning .consultant-img {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (min-width:1200px) {
    .start-planning .consultant-img {
        width: 100px;
        height: 100px;
        -moz-border-radius: 65px;
        -webkit-border-radius: 65px;
        border-radius: 65px
    }
}

.start-planning h2 {
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .start-planning h2 {
        margin-bottom: 10px;
        font-size: 2.3rem
    }
}

@media screen and (min-width:992px) {
    .start-planning h2 {
        font-size: 2.6rem
    }
}

@media screen and (min-width:1200px) {
    .start-planning h2 {
        /* font-size: 3rem;
        line-height: 1.2 */
    }
}


.start-planning .btn {
    margin-top: 8px;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .start-planning .btn {
        margin-top: 0;
        padding: 1.2em 2.5em;
        font-size: 1rem
    }
}

.section-summary {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.section-summary .summary {
    padding-top: 1.2em;
    padding-bottom: 2.2em
}

.section-summary .summary h2+h2,
.section-summary .summary p+p {
    margin-top: -10px
}

.section-summary .main-summary {
    position: relative;
    border: 15px solid #fff
}

.section-summary .middle-line {
    display: none
}

.section-summary .summary {
    position: relative
}

@media screen and (min-width:768px) {
    .section-summary .summary {
        padding: 30px 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary h2+h2 {
        margin-top: -10px
    }
}

@media screen and (min-width:768px) {
    .section-summary .main-summary {
        border: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .v-center {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .middle-line {
        display: flex;
        position: absolute;
        width: 1px;
        height: calc(100% - 10px - 60px);
        top: 35px;
        left: 50%;
        background: rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:768px) {
    .section-summary .trust-pilot .tp-star-item {
        height: 20px
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary {
        padding: 60px 0
    }
}

@media screen and (min-width:1200px) {
    .section-summary .middle-line {
        height: calc(100% - 10px - 120px);
        top: 65px
    }
}

.destination-cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: 100%
}

.destination-cards .destination-card {
    overflow: hidden;
    width: calc(100% - 31px);
    margin: 15px;
    height: 320px
}

.destination-cards .destination-card a {
    text-decoration: none
}

@media screen and (min-width:768px) {
    .destination-cards .destination-card {
        width: calc(50% - 3em);
        margin: 1.5em
    }
}

@media screen and (min-width:992px) {
    .destination-cards .destination-card {
        width: calc(100% / 3 - 3.01em)
    }
}

.destination-cards .destination-card .teaser {
    width: 100%;
    height: 320px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.destination-cards .destination-card .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@media screen and (min-width:768px) {
    .destination-cards .destination-card .overlay {
        top: auto;
        bottom: 0;
        height: 80px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        background: 0 0;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

.destination-cards .destination-card .content {
    align-self: flex-end;
    text-align: left;
    text-decoration: none;
    color: #fff
}

.destination-cards .destination-card .content h3 {
    font-weight: 400
}

.destination-cards.as-preview {
    margin: 1em 0 2em
}

.destination-cards.as-preview .destination-card {
    height: auto;
    width: calc(50% - 31px);
    margin: 15px
}

@media screen and (min-width:768px) {
    .destination-cards.as-preview .destination-card {
        height: 320px
    }
}

@media screen and (min-width:992px) {
    .destination-cards.as-preview .destination-card {
        width: calc(100% / 3 - 31px)
    }
}

.destination-cards.as-preview .destination-card .teaser {
    height: 150px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media screen and (min-width:768px) {
    .destination-cards.as-preview .destination-card .teaser {
        height: 100%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
}

.destination-cards.as-preview .destination-card .footer {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

@media screen and (max-width:768px) {
    .destination-cards.as-preview .destination-card .footer {
        display: flex
    }
}

.destination-cards.as-preview .destination-card .footer p {
    color: #272727;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: 300
}

.ribbon {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    height: 105px;
    width: 105px
}

.ribbon.right {
    right: 0
}

.ribbon.right span {
    right: -35px;
    left: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon span {
    display: block;
    position: absolute;
    top: 25px;
    left: -35px;
    width: 150px;
    padding: 0 20px;
    overflow: hidden;
    background: #900;
    color: #fff;
    line-height: 2.4em;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon.banner {
    top: 0;
    width: 150px;
    height: 150px
}

.ribbon.banner span {
    top: 30px;
    left: -40px;
    width: 170px;
    line-height: 2.8em;
    font-size: 1.3rem
}

.ribbon.banner.right {
    right: 0
}

.ribbon.banner.right span {
    right: -40px
}

.triangle-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .triangle-ribbon {
        width: 200px;
        height: 200px
    }
}

.triangle-ribbon:after {
    content: "";
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    width: 142px;
    height: 142px;
    background: 0 0;
    background: -moz-linear-gradient(top, #c90000 65%, #900 100%);
    background: -webkit-linear-gradient(top, #c90000 65%, #900 100%);
    background: linear-gradient(to bottom, #c90000 65%, #900 100%);
    top: -71px;
    left: -71px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2), rgba(0, 0, 0, .35) 0 0 100px inset
}

@media screen and (min-width:768px) {
    .triangle-ribbon:after {
        width: 284px;
        height: 284px;
        top: -142px;
        left: -142px
    }
}

.triangle-ribbon.gray-ribbon:after {
    background: 0 0;
    background: -moz-linear-gradient(top, #4a4a4a 20%, #828282 100%);
    background: -webkit-linear-gradient(top, #4a4a4a 20%, #828282 100%);
    background: linear-gradient(to bottom, #4a4a4a 20%, #828282 100%)
}

.triangle-ribbon .content {
    position: absolute;
    z-index: 2;
    top: 19px;
    left: -10px;
    width: 85px;
    height: 30px;
    overflow: hidden;
    color: #fff !important;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.2rem;
    font-size: .7rem;
    font-weight: 300
}

@media screen and (min-width:768px) {
    .triangle-ribbon .content {
        top: 39px;
        left: -9px;
        width: 150px;
        height: 60px;
        line-height: 1.8rem;
        font-size: 1.3rem
    }
}

.triangle-ribbon .content.single {
    top: 30px;
    left: -5px;
    width: 100px;
    height: 30px;
    line-height: 1.6rem;
    font-size: 1.1rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .triangle-ribbon .content.single {
        top: 50px;
        left: -20px;
        width: 180px;
        height: 30px;
        line-height: 2.2rem;
        font-size: 2rem
    }
}

.triangle-ribbon .content span {
    display: block
}

.triangle-ribbon .content span.main-text {
    font-weight: 700;
    line-height: 1.7rem;
    font-size: .95rem
}

@media screen and (min-width:768px) {
    .triangle-ribbon .content span.main-text {
        line-height: 3.2rem;
        font-size: 1.7rem
    }
}

.triangle-ribbon.right {
    right: 0;
    left: auto
}

.triangle-ribbon.right:after {
    left: auto;
    top: -71px;
    right: -71px
}

@media screen and (min-width:768px) {
    .triangle-ribbon.right:after {
        top: -142px;
        right: -142px
    }
}

.triangle-ribbon.right .text {
    right: 0;
    left: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.triangle-ribbon.right .content {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: -10px
}

@media screen and (min-width:768px) {
    .triangle-ribbon.right .content {
        right: -5px
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small {
        width: 133.33333px;
        height: 133.33333px
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small:after {
        width: 189.33333px;
        height: 189.33333px;
        top: -94.66667px;
        left: -94.66667px
    }
}

.triangle-ribbon.small .content.single {
    top: 30px;
    left: -5px;
    width: 100px;
    height: 30px;
    line-height: 1.6rem;
    font-size: 1.1rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small .content.single {
        top: 40px;
        left: -20px;
        width: 150px;
        height: 30px;
        line-height: 1.6rem;
        font-size: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small .content {
        top: 30px;
        left: 0;
        width: 100px;
        height: 40px;
        line-height: 1.4rem;
        font-size: 1.1rem;
        font-weight: 500
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small .content span.main-text {
        line-height: 2.1rem;
        font-size: 1.9rem
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small.right:after {
        top: -94.66667px;
        right: -94.66667px
    }
}

@media screen and (min-width:768px) {
    .triangle-ribbon.small.right .content {
        top: 30px;
        right: 0;
        left: auto
    }
}

.listing-cards {
    list-style: none;
    padding: 0
}

.listing-cards~.btn {
    font-size: 1.3rem;
    font-weight: 600
}

.listing-cards.as-carousel {
    margin-bottom: 2em !important;
    margin-top: 0 !important
}

.listing-cards.as-carousel .owl-item {
    padding: 30px 15px
}

.listing-cards.as-carousel .owl-nav:not(.disabled) {
    margin: 0
}

.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next,
.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    background-color: transparent;
    color: #272727;
    font-size: 3.5rem;
    margin: 0 .4em;
    padding: 0;
    text-shadow: .5px 1px rgba(0, 0, 0, .35)
}

.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next:hover,
.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev:hover {
    background-color: transparent;
    color: #272727
}

.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev {
    left: 0
}

.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next {
    right: 0
}

.listing-cards.as-carousel .listing-card {
    max-width: 380px;
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important
}

.listing-cards .empty-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .listing-cards .empty-background {
        background-image: none !important;
        background-color: #fff
    }
}

.listing-cards .listing-card {
    float: left;
    background-color: #fff;
    margin: .6em 0;
    width: 100%;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.listing-cards .listing-card.clearfix {
    width: 100%;
    height: 0;
    margin: 0;
    border: 0;
    float: none
}

.listing-cards .listing-card.description .header {
    padding: 0 15px
}

.listing-cards .listing-card.description .usp a {
    color: inherit
}

.listing-cards .listing-card.empty {
    margin-bottom: 40px;
    margin-top: -80px
}

@media screen and (max-width:767px) {
    .listing-cards .listing-card.empty {
        box-shadow: none;
        border: 0
    }
}

.listing-cards .listing-card.empty .content,
.listing-cards .listing-card.empty .header {
    padding: 16px
}

.listing-cards .listing-card.empty .card-title {
    margin-bottom: 0
}

.listing-cards .listing-card.empty .tailor-made {
    margin-top: 32px
}

.listing-cards .listing-card.empty .tailor-made p {
    color: #272727
}

.listing-cards .listing-card.empty .actions {
    margin-top: 16px;
    text-align: left
}

.listing-cards .listing-card.empty .actions .filter-clear {
    padding: 0;
    margin: 1.5em 5px 0 0;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #272727;
    font-weight: 300
}

.listing-cards .listing-card.empty .actions .filter-clear::after {
    content: '';
    display: none
}

.listing-cards .listing-card>a {
    color: inherit;
    text-decoration: none
}

.listing-cards .listing-card .header .image {
    width: 100%;
    height: calc(100vw * 9 / 16 - 30px * 9 / 16);
    position: relative;
    background-size: cover;
    background-position: center
}

@media screen and (min-width:370px) {
    .listing-cards .listing-card .header .image {
        height: calc(100vw * 9 / 16 + 30px * 9 / 8);
        max-height: 225px
    }
}

.listing-cards .listing-card .header .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.listing-cards .listing-card .header .image .breadcrumb {
    color: #fff;
    position: absolute;
    left: 0;
    padding: 10px;
    font-size: 75%;
    letter-spacing: 1px;
    width: calc(100% - 70px)
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .header .image .breadcrumb {
        padding: 16px
    }
}

.listing-cards .listing-card .header .image .breadcrumb li {
    margin: 0 4px 4px 0;
    padding: 0 8px;
    background-color: rgba(39, 39, 39, .8);
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1rem
}

.listing-cards .listing-card .content {
    display: table;
    width: 100%
}

.listing-cards .listing-card .content.lines {
    padding: 16px 16px 0
}

.listing-cards .listing-card .content.lines .title-container {
    padding: 0 0 16px
}

.listing-cards .listing-card .content.lines .breadcrumb-container {
    padding: 10px 0;
    background-color: transparent;
    border-top: 1px solid rgba(130, 130, 130, .3);
    border-bottom: 1px solid rgba(130, 130, 130, .3)
}

.listing-cards .listing-card .content.lines .border-bottom {
    border-bottom: 1px solid rgba(130, 130, 130, .3)
}

.listing-cards .listing-card .content .content-row {
    display: table-row
}

.listing-cards .listing-card .content .card-box {
    display: table;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid rgba(130, 130, 130, .3);
    border-bottom: 1px solid rgba(130, 130, 130, .3)
}

.listing-cards .listing-card .content .card-box>div {
    width: 100%;
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle
}

.listing-cards .listing-card .content .card-box>div.half-size {
    width: 50%
}

.listing-cards .listing-card .content .card-box>div.half-size:last-of-type {
    border-left: 1px solid rgba(130, 130, 130, .3)
}

.listing-cards .listing-card .content .card-box .card-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 auto;
    font-family: Montserrat, sans-serif
}

.listing-cards .listing-card .content .card-box .card-price.price {
    padding-top: 5.5px
}

.listing-cards .listing-card .content .card-box .card-price span {
    float: left
}

.listing-cards .listing-card .content .card-box .card-price span.helper-info {
    font-size: .813em;
    line-height: 1.538em;
    color: #272727
}

.listing-cards .listing-card .content .card-box .card-price span.h4 {
    margin: 0 5px;
    font-size: 1.222em
}

.listing-cards .listing-card .content .card-box .card-price span.h4 .symbol {
    position: relative;
    padding-right: 2px
}

.listing-cards .listing-card .content .card-box .card-price h6 {
    margin: 0;
    padding-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: .87em;
    line-height: 1.538em
}

.listing-cards .listing-card .content .card-box .card-ta {
    margin: 0 auto;
    display: inline-block
}

.listing-cards .listing-card .content .card-box .card-ta h5 {
    font-size: 60%;
    margin: 0
}

.listing-cards .listing-card .content .card-box .card-ta>div {
    margin-top: -6px
}

.listing-cards .listing-card .content .card-box .card-ta>div img {
    vertical-align: text-bottom;
    display: inline-block;
    width: 55%
}

.listing-cards .listing-card .content .card-box .card-ta>div .link {
    width: 45%;
    text-align: left;
    padding-left: 3px;
    color: #272727;
    text-decoration: underline;
    font-size: calc(1.25rem * 2 / 3)
}

.listing-cards .listing-card .content .title-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 16px
}

.listing-cards .listing-card .content .title-container .card-title {
    margin-bottom: 0
}

.listing-cards .listing-card .content .breadcrumb-container {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 16px;
    height: 60px;
    max-height: 60px;
    background-color: rgba(240, 240, 240, .25);
    border: 1px solid #fff
}

.listing-cards .listing-card .content .breadcrumb-container .breadcrumb {
    overflow: hidden;
    max-height: 44px;
    display: block
}

.listing-cards .listing-card .content .breadcrumb-container .breadcrumb li {
    line-height: 20px
}

.listing-cards .listing-card .content .breadcrumb-container .breadcrumb .separator {
    vertical-align: text-top;
    line-height: 15px
}

.listing-cards .listing-card .content .usp {
    list-style: none;
    padding: 0;
    margin: 16px 0 0
}

.listing-cards .listing-card .content .usp li {
    display: block;
    padding: 16px 0 16px 32px;
    font-family: Montserrat, sans-serif;
    position: relative;
    line-height: 1.3
}

.listing-cards .listing-card .content .usp li:hover::before {
    color: #900
}

.listing-cards .listing-card .content .usp li::before {
    content: '\e90f';
    font-family: RhinoAfrica;
    color: #66944c;
    font-size: 2.5rem;
    position: absolute;
    top: 12px;
    left: 0;
    width: 25px;
    height: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.listing-cards .listing-card .footer {
    width: 100%
}

.listing-cards .listing-card .footer .controls {
    padding: 16px
}

.listing-cards .listing-card .footer .controls:after,
.listing-cards .listing-card .footer .controls:before {
    content: " ";
    display: table
}

.listing-cards .listing-card .footer .controls:after {
    clear: both
}

.listing-cards .listing-card .footer .controls .btn-primary {
    float: left !important;
    color: #900;
    background-color: transparent;
    border-color: rgba(153, 0, 0, .2);
    padding: 10px 15px;
    font-weight: 700;
    font-size: 1.15rem
}

.listing-cards .listing-card .footer .controls .btn-primary.active.focus,
.listing-cards .listing-card .footer .controls .btn-primary.active:focus,
.listing-cards .listing-card .footer .controls .btn-primary.focus,
.listing-cards .listing-card .footer .controls .btn-primary.hover,
.listing-cards .listing-card .footer .controls .btn-primary:active.focus,
.listing-cards .listing-card .footer .controls .btn-primary:active:focus,
.listing-cards .listing-card .footer .controls .btn-primary:focus,
.listing-cards .listing-card .footer .controls .btn-primary:hover {
    background-color: rgba(153, 0, 0, .1);
    border-color: transparent
}

.listing-cards .listing-card .footer .controls .btn-primary .fa {
    position: relative;
    top: 1px;
    margin-left: 4px;
    font-size: 1.5rem
}

.listing-cards .listing-card .footer .controls .btn-collapse {
    float: right !important;
    border: 1px solid rgba(130, 130, 130, .3)
}

.listing-cards .listing-card .footer .collapsible p {
    padding: 0 16px 16px
}

.listing-cards .listing-card .footer .collapsible .details {
    margin: 0;
    font-weight: 400
}

.listing-cards .listing-card .footer .collapsible .details.validity {
    padding-bottom: 4px
}

.listing-cards .listing-card p {
    margin: 0;
    color: #828282
}

.listing-cards .listing-card p.details {
    color: #272727;
    margin: 5px 0 0;
    font-size: 85%
}

.listing-cards .listing-card p.details.small {
    font-size: 80%;
    color: #828282
}

.listing-cards .listing-card p.details s {
    color: #900
}

.listing-cards .listing-card p.details s>span {
    color: #828282
}

.listing-cards .listing-card p.details .text .symbol {
    margin-left: 2px;
    margin-right: 2px
}

.listing-cards .listing-card p .divider {
    margin: 0 8px
}

.listing-cards .listing-card .color-strip {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 70%;
    display: table
}

.listing-cards .listing-card .color-strip li {
    display: inline-block;
    width: calc(100% / 12);
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    color: #828282
}

.listing-cards .listing-card .color-strip li.green,
.listing-cards .listing-card .color-strip li.light-green {
    color: #fff
}

.listing-cards .listing-card .color-strip li.green {
    background-color: #8fc27d
}

.listing-cards .listing-card .color-strip li.light-green {
    background-color: #aad19e
}

.listing-cards .listing-card .card-title {
    line-height: 1.2;
    margin-top: 0;
    font-weight: 300
}

.listing-cards .listing-card .breadcrumb {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 85%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.listing-cards .listing-card .breadcrumb li+li:before {
    content: '';
    display: none
}

.listing-cards .listing-card .breadcrumb .separator {
    font-size: 75%;
    padding: 0 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
    filter: alpha(opacity=.7);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

@media screen and (min-width:768px) {
    .listing-cards.as-carousel {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        position: relative
    }
}

@media screen and (min-width:768px) {
    .listing-cards.as-carousel .owl-nav:not(.disabled) {
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    .listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev {
        left: -15px
    }
}

@media screen and (min-width:768px) {
    .listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next {
        right: -15px
    }
}

@media screen and (min-width:768px) {
    .listing-cards .empty-background {
        background-size: cover;
        background-position: center
    }
}

@media screen and (min-width:768px) {
    .listing-cards .empty-background .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272727;
        z-index: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
        filter: alpha(opacity=.4);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card {
        overflow: hidden;
        width: calc(50% - 3em - .1px);
        margin: 1.5em
    }
}

@media screen and (min-width:992px) {
    .listing-cards .listing-card {
        width: calc(100% / 3 - 2em - .1px);
        margin: 1em
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card.empty {
        width: calc(100% - 64px);
        height: auto;
        text-align: center;
        margin: -20px 32px 80px;
        padding: 32px 64px
    }
}

@media screen and (min-width:992px) {
    .listing-cards .listing-card.empty {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card.empty .content {
        position: static;
        border: 0
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card.empty .tailor-made .usp {
        margin-top: 32px;
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card.empty .tailor-made .usp li {
        display: inline-block;
        width: calc(100% / 3 - 16px);
        padding: 38px 8px 16px
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card.empty .tailor-made .usp li::before {
        top: 0;
        left: calc(50% - 12.5px)
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card.description .content {
        position: static
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .header .image {
        height: calc(50vw * 9 / 16 + 30px)
    }
}

@media screen and (min-width:992px) {
    .listing-cards .listing-card .header .image {
        height: calc(100vw / 3 * 9 / 16 + 30px)
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .content.lines .title-container {
        max-height: 120px;
        height: 120px
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .content.lines.promotion {
        max-height: 120px;
        height: 120px
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .content .title-container {
        max-height: 107px;
        height: 107px
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .content .title-container.promotion {
        max-height: 128px;
        height: 128px
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .content .usp {
        padding: .5em 0
    }
}

@media screen and (min-width:992px) {
    .listing-cards .listing-card .content .usp li {
        padding-top: .5em;
        padding-bottom: .5em
    }
}

@media screen and (min-width:992px) {
    .listing-cards .listing-card .content .usp li::before {
        top: .5em
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .footer .controls .btn-primary {
        float: right !important
    }
}

@media screen and (min-width:768px) {
    .listing-cards .listing-card .footer .controls .btn-collapse {
        float: left !important
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card {
        width: calc(100% / 2 - 2em - .1px);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
}

@media screen and (min-width:1550px) {
    .listing-cards .listing-card {
        width: calc(100% / 2 - 2.4em - .1px);
        margin: 1.2em
    }
}

@media screen and (min-width:1780px) {
    .listing-cards .listing-card {
        width: calc(100% / 2 - 3.2em - .1px);
        margin: 1.6em
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card {
        width: calc(100% / 2 - 4em - .1px);
        margin: 2em
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.three-cards-layout {
        width: calc(100% / 3 - 2em - .1px);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
}

@media screen and (min-width:1550px) {
    .listing-cards .listing-card.three-cards-layout {
        width: calc(100% / 3 - 2.4em - .1px);
        margin: 1.2em
    }
}

@media screen and (min-width:1780px) {
    .listing-cards .listing-card.three-cards-layout {
        width: calc(100% / 3 - 3.2em - .1px);
        margin: 1.6em
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card.three-cards-layout {
        width: calc(100% / 3 - 4em - .1px);
        margin: 2em
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card:hover {
        box-shadow: 0 10px 25px rgba(0, 0, 0, .35)
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.empty {
        width: 90%;
        margin: 32px 0 80px;
        padding: 16px 32px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card.empty {
        padding: 32px 64px;
        width: 85%;
        margin-left: 5%;
        margin-top: 64px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.empty:hover {
        transform: none;
        box-shadow: none
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.empty .btn-primary {
        background-color: #900;
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.empty .btn-primary:hover {
        background-color: #fff;
        color: #900
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.description .header {
        padding: .5em 1.5em
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card.description .content {
        padding: 1.2em 1.6em
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .header .image {
        height: calc(65vw * .45 - 60px - 2em)
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .header .image {
        height: calc(65vw * .4 - 120px - 4em)
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content.lines .title-container {
        max-height: 116px;
        height: 116px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content.lines .title-container {
        max-height: 126px;
        height: 126px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content.lines .title-container.promotion {
        max-height: 116px;
        height: 116px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content.lines .title-container.promotion {
        max-height: 126px;
        height: 126px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .title-container {
        max-height: 132px;
        height: 132px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content .title-container {
        max-height: 142px;
        height: 142px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .title-container.promotion {
        max-height: 132px;
        height: 132px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content .title-container.promotion {
        max-height: 142px;
        height: 142px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content .title-container .card-title {
        font-size: 2rem
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .breadcrumb-container {
        height: 76px;
        max-height: 76px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .breadcrumb-container .breadcrumb {
        max-height: 46px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .breadcrumb-container .breadcrumb li {
        line-height: 22px
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .breadcrumb-container .breadcrumb .separator {
        line-height: 17px
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content .usp {
        padding: 1em 0
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content .usp li {
        padding-top: 1em;
        padding-bottom: 1em
    }
}

@media screen and (min-width:1200px) {
    .listing-cards .listing-card .content .usp li::before {
        top: .2em
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .content .usp li::before {
        top: .4em
    }
}

@media screen and (min-width:1900px) {
    .listing-cards .listing-card .footer .controls .btn-primary {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.2rem
    }
}

.widget-container {
    margin-top: 3em;
    background-color: #fff;
    border-top: 1px solid rgba(130, 130, 130, .3)
}

@media screen and (min-width:992px) {
    .widget-container {
        margin-top: 0;
        border-top: none
    }
}

.widget-container .cta-widget {
    padding: 0 30px;
    background-color: #fff;
    text-align: center
}

@media screen and (min-width:992px) {
    .widget-container .cta-widget {
        padding: 20px 30px;
        background-color: #f0f0f0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

@media screen and (min-width:1200px) {
    .widget-container .cta-widget {
        padding: 30px 50px
    }
}

.widget-container .cta-widget .consultant-img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border: 3px solid #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 3px 5px #00000040;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.widget-container .cta-widget h2 {
    line-height: 1.3
}

@media screen and (min-width:768px) {
    .widget-container .cta-widget h2 {
        margin-bottom: .75rem;
        font-size: 2.3rem
    }
}

@media screen and (min-width:992px) {
    .widget-container .cta-widget h2 {
        font-size: 2.6rem
    }
}

@media screen and (min-width:1200px) {
    .widget-container .cta-widget h2 {
        font-size: 3rem;
        line-height: 1.2
    }
}

@media screen and (min-width:768px) {
    .widget-container .cta-widget p {
        font-size: 1.5rem
    }
}

@media screen and (min-width:992px) {
    .widget-container .cta-widget p {
        font-size: 1.6rem
    }
}

@media screen and (min-width:1200px) {
    .widget-container .cta-widget p {
        font-size: 2rem
    }
}

.widget-container .cta-widget .tap-phone {
    text-decoration: none;
    color: inherit
}

.widget-container .cta-widget .number {
    text-transform: uppercase;
    color: #900;
    margin-top: 20px
}

.widget-container .cta-widget .number span {
    font-weight: 200;
    font-size: 1.4rem;
    margin-left: .5em
}

.widget-container .cta-widget .btn {
    margin-top: 8px
}

@media screen and (min-width:768px) {
    .widget-container .cta-widget .btn {
        margin-top: 0;
        padding: 1.2em 2.5em;
        font-size: 1.3rem
    }
}

.widget-container .cta-widget .trustpilot-badge {
    margin-top: 2em;
    padding-top: 1.3em;
    border-top: 1px solid rgba(130, 130, 130, .3)
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot {
    display: inline-table;
    vertical-align: middle
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-logo,
.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-star-item {
    display: inline-block;
    vertical-align: middle
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-logo {
    width: 110px;
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-logo {
        width: 150px
    }
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-logo img {
    max-width: 100%
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-star-item {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    background: #00b67a
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-star-item:not(:last-of-type) {
    margin-right: 2px
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot .tp-star-item img {
    max-height: 20px;
    vertical-align: top
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot a {
    text-decoration: none;
    color: #333
}

.widget-container .cta-widget .trustpilot-badge .trust-pilot span {
    display: block;
    margin-top: .4em;
    font-size: 80%;
    font-weight: 600
}

.widget-container.cta-half .cta-widget {
    margin-top: 3em
}

@media screen and (min-width:992px) {
    .widget-container.cta-half .cta-widget {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .widget-container.cta-half .cta-widget h2 {
        margin-bottom: 5px
    }
}

.widget-container.cta-half .cta-widget .btn-container .btn {
    display: block;
    width: 100%;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    white-space: normal
}

.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote {
    position: relative;
    animation: a .4s .4s ease-in-out both
}

.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote:after {
    position: absolute;
    content: '\f105';
    margin-left: .75em;
    font-family: FontAwesome;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote.hover,
.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote:hover {
    background-color: #66944c;
    border-color: #66944c;
    transform: scale(1.02) translateY(-2%);
    backface-visibility: hidden;
    box-shadow: 0 .4rem 2rem rgba(50, 58, 67, .4)
}

.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote.hover:after,
.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote:hover:after {
    margin-left: 1em
}

.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote.active,
.widget-container.cta-half .cta-widget .btn-container .btn.btn-quote:active {
    background-color: #579641;
    border-color: #579641
}

@media screen and (min-width:768px) {
    .widget-container.cta-half .cta-widget .btn-container .btn {
        max-width: 340px
    }
}

@media screen and (min-width:992px) {
    .widget-container.cta-half .cta-widget .btn-container .btn {
        max-width: none
    }
}

.widget-container.cta-half .cta-widget .btn-container .btn:first-child {
    margin-top: 0
}

.widget-container.cta-overlap {
    width: calc(100% - 30px);
    margin: 0 auto 0 auto;
    padding: 3.75em 30px
}

@media screen and (min-width:992px) {
    .widget-container.cta-overlap {
        display: flex;
        width: 100%;
        padding-top: 2em;
        padding-bottom: 3em;
        background-color: #fff
    }
}

@media screen and (min-width:992px) {
    .widget-container.cta-overlap .cta-widget {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 1500px;
        width: calc(100% - 30px);
        height: 150px;
        padding: 20px 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        box-shadow: -1px 4px 20px 0 rgba(67, 67, 72, .25);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

@media screen and (min-width:992px) {
    .widget-container.cta-overlap .cta-widget .copy-section {
        padding-left: 30px;
        padding-right: 30px;
        text-align: left
    }
}

.widget-container.cta-overlap .cta-widget>div.btn-container {
    margin-left: auto;
    margin-right: 0
}

.widget-container.cta-overlap .cta-widget .btn-container .btn-med,
.widget-container.cta-overlap .cta-widget .trustpilot-badge {
    display: none
}

@media screen and (min-width:992px) {
    .widget-container+.section-details {
        padding: 11em 0 3em;
        margin-top: -8.5em
    }
}

@media screen and (min-width:992px) {
    .top-widget-container {
        position: initial;
        position: sticky;
        position: -webkit-sticky;
        top: 80px;
        padding-right: 45px
    }
}

@media screen and (min-width:1200px) {
    .top-widget-container {
        padding-right: 15px
    }
}

@media screen and (min-width:992px) {
    .section-details+.widget-container {
        margin-top: -1.5em
    }
}

.widget-container+.second-details.section-details .container-fluid .mobile-spacing {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

@keyframes a {
    0% {
        opacity: .5
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

#lg-counter,
.lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}

@font-face {
    font-family: lg;
    src: url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.eot?n1z373);
    src: url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 6680
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 6682;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 6680
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 6680;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 6680;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(https://static.rhinoafrica.com/static/lightgallery/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(https://static.rhinoafrica.com/static/lightgallery/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(https://static.rhinoafrica.com/static/lightgallery/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(https://static.rhinoafrica.com/static/lightgallery/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(https://static.rhinoafrica.com/static/lightgallery/img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6683;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 6680;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6650;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(https://static.rhinoafrica.com/static/lightgallery/img/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 6660
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6640;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* Give the image 3px of space to breathe. */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
    background: none 3px center / 19px 19px no-repeat;
    padding-left: 28px;
}

/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
    padding-left: 2px;
}

.chosenImage-container .chosen-single span {
    background-position: left 2px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
    padding-left: inherit;
}

@charset "UTF-8";

@font-face {
    font-family: FontAwesome;
    src: url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-star:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.section-crash {
    padding-bottom: 3em
}

.section-crash .crash-container .content .crash {
    margin: 2em -15px 2.5em;
    width: calc(100% + 30px);
    height: 200px;
    background-size: cover;
    background-position: center center
}

.section-crash .crash-container .content .overlay {
    display: none
}

footer {
    color: #828282;
    overflow: hidden
}

@media screen and (min-width:768px) {
    footer::before {
        content: '\e902';
        font-family: RhinoAfrica;
        position: absolute;
        font-size: 50em;
        bottom: -.403em;
        left: -.53em;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.05)";
        filter: alpha(opacity=.05);
        -moz-opacity: .05;
        -khtml-opacity: .05;
        opacity: .05
    }
}

footer .chosen-container-single.chosen-container-active .chosen-drop .chosen-results .active-result.highlighted {
    color: #272727
}

footer a {
    color: #828282
}

footer .menu {
    text-align: center;
    padding-top: 2.5em;
    padding-bottom: 1em
}

footer .menu .select-wrapper {
    margin: .5em 0
}

footer .menu .select-wrapper:not(.select-multi) .chosen-container::before,
footer .menu .select-wrapper:not(.select-multi)::before {
    color: #828282;
    border-color: #828282;
    border-left: 0;
    background-color: transparent
}

footer .menu .select-wrapper .chosen-container {
    background-color: transparent;
    text-align: left
}

footer .menu .select-wrapper .chosen-container .chosen-single {
    border-color: #828282;
    box-shadow: none
}

footer .menu .select-wrapper .chosen-container .chosen-drop {
    background-color: #272727;
    border-color: #828282;
    color: #828282;
    padding: 4px
}

footer .menu .select-wrapper .chosen-container .chosen-results li {
    line-height: 1.5
}

footer .menu .select-wrapper .currency-toggle,
footer .menu .select-wrapper .language-toggle {
    width: 100%;
    display: block;
    border-color: #828282;
    background-color: transparent;
    color: #828282;
    padding: .5em 1em;
    font-size: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

footer .menu .footer-menu {
    padding: 0;
    list-style: none;
    margin-top: 1.5em;
    text-transform: uppercase;
    color: #fff
}

footer .menu .footer-menu li {
    padding: .8em 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

footer .menu .footer-menu li:first-child {
    border-top: none
}

footer .menu .footer-menu li a {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem
}

footer .copyright-container .copyright {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em
}

footer .copyright-container .copyright p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0
}

.label {
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.label.label-default {
    background-color: #272727;
    border-color: #272727;
    color: #fff
}

.label.label-default.active,
.label.label-default.hover,
.label.label-default:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.label.label-info {
    background-color: #828282;
    border-color: #828282;
    color: #fff
}

.label.label-info.active,
.label.label-info.hover,
.label.label-info:hover {
    background-color: #828282;
    border-color: #828282
}

.label.label-warning {
    color: #272727;
    border-color: #272727;
    background-color: #fff
}

.label.label-warning.active,
.label.label-warning.hover,
.label.label-warning:hover {
    background-color: #4a4a4a;
    color: #fff
}

.label.label-success {
    border-color: #ae8e48;
    color: #ae8e48
}

.label.label-success.active,
.label.label-success.hover,
.label.label-success:hover {
    color: #fff;
    background-color: #ae8e48
}

.label.label-primary {
    border-color: #d5d5d5;
    color: #5e5e5e
}

.label.label-primary.active,
.label.label-primary.hover,
.label.label-primary:hover {
    color: #828282;
    background-color: #d5d5d5
}

.popover {
    font-family: Muli, sans-serif;
    font-weight: 300;
    background: #fff;
    color: #272727;
    border-color: rgba(0, 0, 0, .28);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .35)
}

.popover.top>.arrow {
    border-top-color: rgba(0, 0, 0, .35)
}

.popover.top>.arrow:after {
    border-top-color: #fff
}

.popover.right>.arrow {
    border-right-color: rgba(0, 0, 0, .35)
}

.popover.right>.arrow:after {
    border-right-color: #fff
}

.popover.bottom>.arrow {
    border-bottom-color: rgba(0, 0, 0, .35)
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fff
}

.popover.left>.arrow {
    border-left-color: rgba(0, 0, 0, .35)
}

.popover.left>.arrow:after {
    border-left-color: #fff
}

.teaser {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    width: 100%;
    padding: 1.5em;
    color: #fff
}

.teaser .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.35)";
    filter: alpha(opacity=.35);
    -moz-opacity: .35;
    -khtml-opacity: .35;
    opacity: .35
}

.teaser .content {
    z-index: 2;
    position: relative;
    align-self: center
}

.teaser .content .btn {
    color: inherit
}

.list {
    padding-left: 0;
    list-style: none;
    position: relative
}

.list li {
    position: relative;
    padding-left: 1em;
    padding-bottom: 20px
}

.list li:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #900
}

.form-group {
    float: left;
    width: 100%
}

form h3 {
    font-weight: 300
}

form label {
    font-weight: 400
}

form .control-label {
    margin-bottom: 10px;
    display: block
}

form .control-label .optional {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=.5);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

form .form-control {
    min-height: 52px;
    border-color: #272727;
    padding: 10px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .form-control {
    background: #fff
}

form .input-group {
    width: 100%
}

form .input-group.number-input {
    max-width: 135px;
    min-height: 52px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

form .input-group.number-input .input-group-addon {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    padding: 7px
}

form .input-group.number-input .input-group-addon:first-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .input-group.number-input .input-group-addon:last-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .input-group.number-input .input {
    display: inline-block;
    padding: 0 10px;
    width: calc(100% - 60px);
    text-align: center
}

form .input-group input {
    border-color: #272727
}

form .input-group input+.input-group-addon {
    border-left: 0
}

form .input-group .input-group-addon {
    border-color: #272727;
    background-color: #fff;
    width: 52px;
    font-size: 2.2rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease
}

form .input-group .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .input-group .input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

form .input-group .input-group-addon.minus,
form .input-group .input-group-addon.plus {
    border: 1px solid #272727
}

form .input-group .input-group-addon.minus:hover,
form .input-group .input-group-addon.plus:hover {
    background-color: #828282;
    border-color: #828282;
    color: #fff
}

form .input-group .input-group-addon+input {
    border-right: 0
}

form .chosen-container-single::before,
form .select-wrapper:not(.select-multi)::before {
    content: '\e916';
    color: #272727;
    background-color: #fff;
    border: 1px solid #272727
}

form .chosen-container-single:hover::before,
form .select-wrapper:not(.select-multi):hover::before {
    color: #fff;
    background-color: #272727
}

form .chosen-container-multi::before {
    content: '\e90a';
    color: #272727;
    background-color: transparent;
    border: 1px solid #272727;
    border-left: 0
}

form .chosen-container {
    background-color: #fff
}

form .chosen-container.chosen-container-active .chosen-single {
    border-color: #272727;
    background: 0 0;
    box-shadow: none
}

form .chosen-container.chosen-container-results {
    background-color: transparent
}

form .chosen-container.chosen-container-results .chosen-choices {
    padding: 9px 0 0;
    min-height: 43px;
    margin: 0;
    display: inline-block
}

form .chosen-container.chosen-container-results .chosen-choices.chosen-locked .search-choice {
    padding: 6px 8px
}

form .chosen-container.chosen-container-results .chosen-choices .search-choice {
    display: inline
}

form .chosen-container.chosen-container-results .chosen-choices .search-field {
    display: none
}

form .chosen-container .chosen-choices,
form .chosen-container .chosen-single {
    border-color: #272727;
    background: 0 0;
    z-index: 1;
    padding: 9px 62px 9px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .chosen-container .chosen-choices input,
form .chosen-container .chosen-single input {
    font-family: Muli, sans-serif !important
}

form .chosen-container .chosen-choices .search-choice,
form .chosen-container .chosen-single .search-choice {
    display: none;
    position: relative;
    float: left;
    list-style: none;
    font-family: Muli, sans-serif;
    line-height: 13px;
    margin: 3px;
    padding: 6px 25px 6px 8px;
    background: 0 0;
    border: none;
    background-color: #828282;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .chosen-container .chosen-choices .search-choice span,
form .chosen-container .chosen-single .search-choice span {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff
}

form .chosen-container .chosen-choices .search-choice .search-choice-close,
form .chosen-container .chosen-single .search-choice .search-choice-close {
    background-color: #f0f0f0;
    font-size: .6rem;
    height: 15px;
    width: 15px;
    top: 6px;
    right: 6px;
    padding: 1px 0 3px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    position: absolute;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

form .chosen-container .chosen-choices .search-choice .search-choice-close::after,
form .chosen-container .chosen-single .search-choice .search-choice-close::after {
    content: '\e910';
    font-family: RhinoAfrica;
    color: #4a4a4a
}

form .chosen-container .chosen-choices .search-field,
form .chosen-container .chosen-single .search-field {
    margin: 2px 2.5px;
    font-size: 1.6rem;
    position: relative
}

form .chosen-container .chosen-choices .search-field,
form .chosen-container .chosen-choices .search-field input,
form .chosen-container .chosen-single .search-field,
form .chosen-container .chosen-single .search-field input {
    width: 100% !important
}

form .chosen-container .chosen-choices .search-field input,
form .chosen-container .chosen-single .search-field input {
    color: transparent !important
}

form .chosen-container .chosen-choices .search-field span,
form .chosen-container .chosen-single .search-field span {
    position: absolute;
    left: 0;
    top: 2px;
    color: #999;
    font-size: 1.6rem;
    line-height: 25px
}

form .chosen-container .chosen-choices {
    min-height: 52px
}

form .chosen-container .chosen-results,
form .chosen-container .chosen-single {
    font-size: 1.6rem;
    color: inherit
}

form .chosen-container .chosen-single {
    padding: 12px 62px 12px 10px;
    height: 52px;
    line-height: 28px;
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem
}

form .chosen-container .chosen-single span {
    margin-right: 0
}

form .chosen-container .chosen-drop {
    padding: 10px 12px;
    border-color: #272727;
    border-top: 1px;
    margin-top: 0
}

form .chosen-container .chosen-drop .chosen-results .highlighted {
    background: none 3px center/19px 19px no-repeat;
    background-color: #f0f0f0;
    color: inherit
}

form .calendar-group {
    height: 54px;
    border: 1px solid #272727;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

form .calendar-group .calendar-from-to {
    font-size: 16px;
    line-height: 1.8;
    border: 0;
    cursor: pointer;
    box-shadow: none
}

form .calendar-group .calendar-from-to .active {
    color: #900;
    font-weight: 700
}

form .calendar-group .calendar-from-to .calendar-from:hover,
form .calendar-group .calendar-from-to .calendar-to:hover {
    font-weight: 700
}

form .calendar-group .calendar-nights {
    background-color: #272727;
    border: none;
    height: 52px;
    width: 80px;
    padding: 16px 12px
}

form .calendar-group .calendar-nights i {
    color: #fff
}

form .calendar-group .calendar-nights input {
    background: 0 0;
    color: #fff;
    min-height: inherit;
    border: none;
    padding: 0;
    margin: 0
}

form .daterangepicker {
    border: 0
}

form .daterangepicker .calendar-header {
    background-color: #272727;
    border: 1px solid #272727;
    color: #fff;
    position: absolute;
    top: 0
}

form .daterangepicker .calendar-dates {
    position: absolute;
    top: 41px;
    background-color: #fff
}

form .daterangepicker .calendar-dates .date {
    border-color: #272727
}

form .daterangepicker .calendar-dates .date .title {
    color: #828282
}

form .daterangepicker .calendar-dates .date .day-month,
form .daterangepicker .calendar-dates .date .month {
    color: #232323
}

form .daterangepicker .calendar-week {
    padding: .5em 0;
    position: absolute;
    top: 120px;
    background-color: #f0f0f0
}

form .daterangepicker .calendar-week th {
    color: #828282
}

form .daterangepicker .calendars {
    position: absolute;
    top: 165px;
    height: calc(100vh - 165px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

form .daterangepicker .calendar .calendar-table {
    padding: 0;
    border: 0
}

form .daterangepicker .calendar .calendar-table table {
    border-collapse: initial
}

form .daterangepicker .calendar .calendar-table thead {
    background-color: #272727;
    color: #fff
}

form .daterangepicker .calendar .calendar-table thead th {
    line-height: 2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

form .daterangepicker .calendar .calendar-table tbody td {
    position: relative;
    line-height: 38px;
    color: #272727;
    border: 1px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

form .daterangepicker .calendar .calendar-table tbody td.disabled {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
    filter: alpha(opacity=.3);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

form .daterangepicker .calendar .calendar-table tbody td.in-range {
    background-color: #f0f0f0
}

form .daterangepicker .calendar .calendar-table tbody td.active,
form .daterangepicker .calendar .calendar-table tbody td.end-date {
    background-color: #900;
    color: #fff
}

form .daterangepicker .calendar .calendar-table tbody td.start-date::after,
form .daterangepicker .calendar .calendar-table tbody td.start-date::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    background-color: transparent;
    border-style: solid
}

form .daterangepicker .calendar .calendar-table tbody td.start-date::before {
    top: 0;
    border-width: 0 15px 25px 0;
    border-color: transparent #f0f0f0 transparent transparent
}

form .daterangepicker .calendar .calendar-table tbody td.start-date::after {
    bottom: 0;
    border-width: 0 0 25px 15px;
    border-color: transparent transparent #f0f0f0 transparent
}

form .daterangepicker .calendar .calendar-table tbody td.end-date::after,
form .daterangepicker .calendar .calendar-table tbody td.end-date::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    background-color: transparent;
    border-style: solid
}

form .daterangepicker .calendar .calendar-table tbody td.end-date::before {
    top: 0;
    border-width: 25px 15px 0 0;
    border-color: #f0f0f0 transparent transparent transparent
}

form .daterangepicker .calendar .calendar-table tbody td.end-date::after {
    bottom: 0;
    border-width: 25px 0 0 15px;
    border-color: transparent transparent transparent #f0f0f0
}

form .daterangepicker .ranges {
    margin: 0
}

form .daterangepicker .ranges .applyBtn,
form .daterangepicker .ranges .cancelBtn {
    z-index: 2
}

form .daterangepicker .ranges .applyBtn {
    background-color: #66944c;
    border-color: #66944c;
    color: #fff
}

form .daterangepicker .ranges .cancelBtn {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #272727
}

form .tagselect-container {
    list-style: none;
    padding: 0;
    margin: 0
}

form .tagselect-container .label {
    padding: .5em;
    margin: 5px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

form .tagselect-container .label.label-default {
    border-color: #272727;
    background-color: #fff;
    color: #272727
}

form .tagselect-container .label.label-default.active,
form .tagselect-container .label.label-default.hover,
form .tagselect-container .label.label-default.tagselect-selected,
form .tagselect-container .label.label-default:hover {
    border-color: #828282;
    color: #fff
}

form .tagselect-container .label.label-default.hover,
form .tagselect-container .label.label-default:hover {
    background-color: #f0f0f0
}

form .tagselect-container .label.label-default.active,
form .tagselect-container .label.label-default.tagselect-selected {
    background-color: #828282
}

form .tagselect-container .label.label-warning {
    background-color: #f0f0f0;
    border-color: #fff;
    color: #272727
}

form .tagselect-container .label.label-warning.active,
form .tagselect-container .label.label-warning.hover,
form .tagselect-container .label.label-warning.tagselect-selected,
form .tagselect-container .label.label-warning:hover {
    color: #fff
}

form .tagselect-container .label.label-warning.hover,
form .tagselect-container .label.label-warning:hover {
    background-color: #8fc27d
}

form .tagselect-container .label.label-warning.active,
form .tagselect-container .label.label-warning.tagselect-selected {
    background-color: #579641
}

form .tagselect-container .check {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    line-height: 20px
}

form .tagselect-container .check::before {
    content: '';
    font-family: RhinoAfrica;
    color: #fff;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #272727;
    position: absolute;
    top: 2px;
    left: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

form .tagselect-container .check::after {
    content: '\f0c8';
    font-family: FontAwesome;
    color: #272727;
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

form .tagselect-container .check.hover::before,
form .tagselect-container .check:hover::before {
    background-color: #4a4a4a
}

form .tagselect-container .check.active::before,
form .tagselect-container .check.tagselect-selected::before {
    width: 0;
    top: -3px;
    left: 10px;
    border-radius: 0;
    opacity: 1;
    z-index: 2;
    border-width: 1px;
    border-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

form .tagselect-container .check.active::after,
form .tagselect-container .check.tagselect-selected::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

form .input-slider {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em
}

form .input-slider .input-group {
    width: auto
}

form .input-slider .input-group .input-group-addon,
form .input-slider .input-group input {
    font-size: 90% !important
}

form .input-slider .input-group .input-group-addon {
    border: 0;
    font-size: inherit;
    background-color: transparent;
    padding: 0;
    width: 15px
}

form .input-slider .input-group input {
    border: 0;
    background-color: transparent;
    width: 55px;
    text-align: right
}

form .input-slider .slider-max,
form .input-slider .slider-min {
    max-width: 50%;
    position: absolute;
    bottom: 0
}

form .input-slider .slider-min {
    left: 0
}

form .input-slider .slider-max {
    right: 0
}

form .collapse-link {
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    margin-bottom: 15px;
    display: block;
    text-decoration: underline
}

.dropdown-menu .btn,
.modal .btn {
    padding: .5em 1.5em
}

.dropdown-menu .btn.cancel,
.modal .btn.cancel {
    float: left;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    border-bottom: 1px solid #272727
}

.dropdown-menu .btn.cancel::after,
.modal .btn.cancel::after {
    content: '';
    display: none
}

.dropdown-menu .btn.apply,
.modal .btn.apply {
    font-weight: 700;
    float: right;
    margin-top: .6em;
    margin-bottom: .6em
}

.dropdown-menu .btn {
    padding: .5em 1.5em
}

.modal {
    text-align: left
}

.modal .modal-content {
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

.modal .modal-header {
    padding: 20px 35px;
    background-color: #f0f0f0;
    border: 0
}

.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 25px;
    color: #272727;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=.5);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal .modal-header .close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.modal .modal-header .modal-title {
    font-weight: 300
}

.modal .modal-body {
    width: 100%;
    padding: 25px 35px;
    display: inline-block
}

.modal .modal-body .form-group {
    margin-bottom: 30px
}

.modal .modal-body .form-group:last-child {
    margin-bottom: 0
}

.modal .modal-footer {
    border-top: 0;
    padding: 10px 35px 20px
}

.modal .btn {
    font-size: 1.2rem;
    padding: 1em 2em
}

.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot {
    cursor: default !important
}

.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot.active span {
    background: #900
}

.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot span {
    background: #272727
}

.section-trip-advisor {
    padding: 2rem 0
}

.section-trip-advisor span {
    display: block
}

.section-trip-advisor .ta-footer-logo {
    height: 45px;
    padding: 0 5px
}

.section-details {
    text-align: left;
    padding-top: 2.5em;
    padding-bottom: 1.5em
}

.section-details .container-fluid .mobile-spacing {
    margin-top: 2.75em;
    padding-top: 2.5em;
    border-top: 1px solid #828282
}

.section-details .details {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-details .details>li {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.section-summary {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.section-summary .summary {
    padding-top: 1.2em;
    padding-bottom: 2.2em
}

.section-summary .summary h2+h2,
.section-summary .summary p+p {
    margin-top: -10px
}

.section-summary .main-summary {
    position: relative;
    border: 15px solid #fff
}

.section-summary .middle-line {
    display: none
}

.carousel-layout {
    padding-top: 3em;
    padding-bottom: 3.75em
}

.carousel-layout .flex-align {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 0
}

.carousel-layout .flex-align .section-copy {
    text-align: left
}

.carousel-layout .flex-align .section-copy .section-title,
.carousel-layout .flex-align .section-copy p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}

.carousel-layout .flex-link {
    margin-top: 0;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    font-weight: 700
}

.carousel-layout .flex-link:focus {
    box-shadow: none
}

.carousel-layout .listing-cards.as-carousel {
    margin-bottom: 1em !important
}

.carousel-layout .listing-cards.as-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.carousel-layout .activities.owl-carousel.owl-rhino-standard {
    margin-bottom: 3em !important;
    padding-left: 0;
    padding-right: 0
}

.carousel-layout.with-widget .widget-container {
    width: 100%;
    margin-top: 3em;
    margin-bottom: -3.75em;
    padding: 5em 15px 0;
    border-top: none
}

.carousel-layout.with-widget .widget-container .cta-widget {
    padding-bottom: 3.5em;
    border-bottom: 1px solid rgba(130, 130, 130, .3)
}

section.section-details.carousel-layout+section.section-details.carousel-layout {
    margin-top: -1em;
    padding-top: 1em
}

section.section-details.carousel-layout+section.section-details.carousel-layout .container-fluid .mobile-spacing {
    margin-top: 0;
    border-top: none
}

.section-details .properties-container .listing-card,
.section-recommended-tours .listing-card {
    max-width: 380px
}

@media screen and (min-width:768px) {
    .section-crash {
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container {
        height: calc(100vw / 4 * 2 - 1px);
        display: block;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .section-crash .crash-container {
        height: calc(100vw / 5 * 2 - 1px)
    }
}

@media screen and (min-width:1200px) {
    .section-crash .crash-container {
        height: calc(100vw / 7 * 2 - 1px)
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 2;
        position: relative;
        height: 100%;
        color: #fff
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container .content h2 {
        margin: 0 0 10px
    }
}

@media screen and (min-width:768px) {
    .section-crash .crash-container .content .btn-success {
        margin-top: 1em
    }
}

@media screen and (min-width:768px) {

    .section-crash .crash-container .content .crash,
    .section-crash .crash-container .content .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(100% + 30px);
        margin: 0 -15px;
        z-index: -1
    }
}

.section-crash .crash-container .content .overlay {
    display: block;
    background-color: #272727;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
    filter: alpha(opacity=.25);
    -moz-opacity: .25;
    -khtml-opacity: .25;
    opacity: .25
}

@media screen and (min-width:768px) {
    footer {
        font-size: 1.2rem;
        position: relative
    }
}

@media screen and (min-width:768px) {
    footer::before {
        content: '\e902';
        font-family: RhinoAfrica;
        position: absolute;
        font-size: 50em;
        line-height: 1.37em;
        bottom: -.403em;
        left: -.53em;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.05)";
        filter: alpha(opacity=.05);
        -moz-opacity: .05;
        -khtml-opacity: .05;
        opacity: .05
    }
}

@media screen and (min-width:768px) {
    footer a:hover {
        color: #fff !important;
        text-decoration: none
    }
}

@media screen and (min-width:768px) {
    footer .menu {
        padding: 5.5em 8% 4em;
        text-align: left
    }
}

@media screen and (min-width:768px) {
    footer .menu .select-wrapper {
        margin: 0;
        margin-bottom: .5em
    }
}

@media screen and (min-width:768px) {

    footer .menu .select-wrapper .currency-toggle,
    footer .menu .select-wrapper .language-toggle {
        padding: .6em 1em
    }
}

@media screen and (min-width:768px) {
    footer .menu .select-wrapper select {
        border-color: #828282;
        color: #828282
    }
}

@media screen and (min-width:768px) {
    footer .menu .contact {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 2em;
        font-size: inherit;
        float: left
    }
}

footer .menu .contact li {
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {

    footer .menu .contact a,
    footer .menu .contact li {
        color: #fff;
        line-height: 1.7rem
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu {
        font-size: inherit;
        margin: 0;
        font-weight: 400;
        line-height: 1.7rem
    }
}

@media screen and (min-width:768px) {

    footer .menu .footer-menu.associations .footer-header,
    footer .menu .footer-menu.social .footer-header {
        display: block
    }
}

@media screen and (min-width:768px) {

    footer .menu .footer-menu.associations li,
    footer .menu .footer-menu.social li {
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.social li a {
        font-size: 2.3rem;
        margin-right: .7em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.social li i {
        margin: 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations {
        margin-bottom: 2em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li {
        margin-left: 1em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li.footer-header {
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(2) {
        margin-left: 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(2) img {
        height: 35px
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(3) img {
        height: 32px
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(4) img {
        height: 40px
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li:nth-child(5) img {
        height: 40px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu.associations li img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=.5);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu li {
        border: 0;
        padding: 0;
        margin: .3em 0
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu li a {
        font-weight: 300;
        font-family: inherit;
        font-size: inherit;
        color: #828282;
        text-transform: none
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-header {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 1em;
        font-weight: 700;
        line-height: 2rem
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-action {
        margin-top: .5em
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-action a {
        color: #fff
    }
}

@media screen and (min-width:768px) {
    footer .menu .footer-menu .footer-action a:hover {
        text-decoration: underline
    }
}

@media screen and (min-width:768px) {
    footer .copyright-container .copyright {
        padding-top: 1.7em;
        padding-bottom: 1.7em
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog {
        width: 60vw;
        max-width: 500px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog {
        width: 50vw;
        max-width: 550px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.modal-sm {
        width: 50vw;
        max-width: 400px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog.modal-sm {
        width: 40vw;
        max-width: 450px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.modal-lg {
        width: 80vw;
        max-width: 600px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog.modal-lg {
        width: 70vw;
        max-width: 700px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.modal-xl {
        width: 90vw;
        max-width: 850px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog.modal-xl {
        width: 85vw;
        max-width: 950px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-header {
        padding: 20px 45px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-body {
        padding: 35px 45px
    }
}

@media screen and (min-width:768px) {
    .modal .modal-footer {
        padding: 10px 45px 30px
    }
}

@media screen and (min-width:992px) {
    .modal .btn {
        font-size: 1.3rem
    }
}

@media screen and (min-width:768px) {
    .section-trip-advisor span {
        display: inline-block
    }
}

@media screen and (min-width:768px) {
    .section-details {
        padding-top: 4em;
        padding-bottom: 3em
    }
}

@media screen and (min-width:768px) {
    .section-details .container-fluid .mobile-spacing {
        margin-top: 0;
        padding-top: 3em;
        border-top: none
    }
}

@media screen and (min-width:768px) {
    .section-details .details {
        padding: 0 30px
    }
}

@media screen and (min-width:992px) {
    .section-details .details {
        padding: 0 45px
    }
}

.section-summary .summary {
    position: relative
}

@media screen and (min-width:768px) {
    .section-summary .summary {
        padding: 30px 0
    }
}

@media screen and (min-width:768px) {
    .section-summary .summary h2+h2 {
        margin-top: -10px
    }
}

@media screen and (min-width:768px) {
    .section-summary .main-summary {
        border: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .v-center {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media screen and (min-width:768px) {
    .section-summary .middle-line {
        display: flex;
        position: absolute;
        width: 1px;
        height: calc(100% - 10px - 60px);
        top: 35px;
        left: 50%;
        background: rgba(130, 130, 130, .3)
    }
}

@media screen and (min-width:768px) {
    .section-summary .trust-pilot .tp-star-item {
        height: 20px
    }
}

@media screen and (min-width:768px) {
    .carousel-layout {
        padding-top: 5em
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .flex-align {
        justify-content: space-between
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .flex-align .flex-link {
        align-self: flex-end;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .section-title {
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .carousel-layout .section-title {
        padding: 0 1.2em 0 10px
    }
}

@media screen and (min-width:768px) {

    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-next,
    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-prev {
        width: 45px;
        height: 45px;
        padding: 5px !important;
        background-color: #fff !important;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
        border-radius: 50%;
        font-size: 2rem !important
    }
}

@media screen and (min-width:992px) {

    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-next,
    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-prev {
        padding: 7px !important;
        background-color: transparent !important;
        box-shadow: none;
        font-size: 3.5rem !important
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-prev {
        left: -20px !important
    }
}

@media screen and (min-width:992px) {
    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-prev {
        left: -60px !important
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-next {
        right: -20px !important
    }
}

@media screen and (min-width:992px) {
    .carousel-layout .owl-carousel .owl-nav:not(.disabled) .owl-next {
        right: -60px !important
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .owl-carousel .owl-stage .owl-item .listing-card {
        max-width: none
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .owl-carousel .owl-stage .owl-item .listing-card .details {
        padding-left: 0
    }
}

@media screen and (min-width:768px) {
    .carousel-layout .owl-carousel .owl-stage .owl-item .listing-card .footer p.details {
        padding-left: 16px
    }
}

@media screen and (min-width:992px) {
    .carousel-layout.with-widget .widget-container {
        margin: 0 auto 0 auto;
        padding: 4em 30px 3.75em;
        background-color: transparent
    }
}

@media screen and (min-width:992px) {
    .carousel-layout.with-widget .widget-container .cta-widget {
        padding-bottom: 20px;
        border-bottom: none
    }
}

@media screen and (min-width:992px) {
    .carousel-layout.with-widget+section.section-details {
        margin-top: -12.5em;
        padding-top: 10em;
        background-color: #fff
    }
}

@media screen and (min-width:768px) {
    section.section-details.carousel-layout+section.section-details.carousel-layout {
        margin-top: -.25em;
        padding-top: 1.75em
    }
}

@media screen and (min-width:1900px) {
    .section-crash .container-fluid {
        max-width: 100%
    }
}

@media screen and (min-width:1900px) {
    .section-crash .crash-container {
        height: calc(100vw / 8 * 2 - 1px)
    }
}

@media screen and (min-width:1900px) {
    .section-crash .crash-container .content .crash {
        width: calc(100% + 30px - .5px)
    }
}

@media screen and (min-width:1900px) {
    .section-crash .crash-container .content .btn-success {
        margin-top: 1em
    }
}

@media screen and (min-width:1900px) {
    footer {
        font-size: 1.4rem
    }
}

@media screen and (min-width:1200px) {
    footer::before {
        bottom: -.447em;
        left: -.6em;
        font-size: 60em;
        line-height: 1.43em;
        display: none;
    }
}

@media screen and (min-width:1900px) {
    footer::before {
        left: -.55em
    }
}

@media screen and (min-width:1200px) {
    footer .menu {
        padding: 7em 8% 7em 10%;
        min-height: calc(430px - 56px)
    }
}

@media screen and (min-width:1900px) {
    footer .menu {
        padding-left: 12%;
        min-height: calc(485px - 66px)
    }
}

@media screen and (min-width:1200px) {

    footer .menu .select-wrapper .currency-toggle,
    footer .menu .select-wrapper .language-toggle {
        padding: .8em 1em
    }
}

@media screen and (min-width:1200px) {
    footer .menu .contact {
        margin-top: 2em
    }
}

@media screen and (min-width:1200px) {
    footer .menu .contact a {
        color: #fff;
        display: block
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu {
        font-size: inherit;
        margin: 0;
        font-weight: 400;
        line-height: 1.7rem
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu {
        padding: 0 .5em
    }
}

@media screen and (min-width:1200px) {

    footer .menu .footer-menu.associations .footer-header,
    footer .menu .footer-menu.social .footer-header {
        color: inherit
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.social li a {
        font-size: 2.5rem
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.social li a {
        font-size: 3rem;
        margin-right: .8em
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li {
        margin-left: 1.6em
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(2) img {
        height: 40px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(2) img {
        height: 50px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(3) img {
        height: 40px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(3) img {
        height: 50px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(4) img {
        height: 50px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(4) img {
        height: 60px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li:nth-child(5) img {
        height: 50px
    }
}

@media screen and (min-width:1900px) {
    footer .menu .footer-menu.associations li:nth-child(5) img {
        height: 60px
    }
}

@media screen and (min-width:1200px) {
    footer .menu .footer-menu.associations li img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
        filter: alpha(opacity=.6);
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }
}

@media screen and (min-width:1900px) {
    footer .copyright-container {
        max-width: 100%
    }
}

@media screen and (min-width:1900px) {
    footer .copyright-container .copyright p {
        font-size: 1.3rem
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog {
        width: 40vw;
        max-width: 600px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog {
        width: 35vw;
        max-width: 650px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-sm {
        width: 35vw;
        max-width: 500px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-sm {
        width: 25vw;
        max-width: 550px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg {
        width: 80vw;
        max-width: 1000px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg {
        width: 85vw;
        max-width: 1300px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg .modal-header {
        padding: 20px 60px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg .modal-header {
        padding: 20px 80px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg .modal-body {
        padding: 35px 60px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg .modal-body {
        padding: 35px 80px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-lg .modal-footer {
        padding: 10px 60px 30px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-lg .modal-footer {
        padding: 10px 80px 30px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog.modal-xl {
        width: 85vw;
        max-width: 1200px
    }
}

@media screen and (min-width:1900px) {
    .modal .modal-dialog.modal-xl {
        width: 80vw;
        max-width: 1400px
    }
}

@media screen and (min-width:1200px) {
    .section-details {
        padding-top: 5em;
        padding-bottom: 5em
    }
}

@media screen and (min-width:1200px) {
    .section-details .container-fluid .mobile-spacing {
        padding-top: 4em
    }
}

@media screen and (min-width:1200px) {
    .section-details .details {
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .section-details .details>li {
        margin-bottom: 0
    }
}

@media screen and (min-width:1200px) {
    .section-summary .summary {
        padding: 60px 0
    }
}

@media screen and (min-width:1200px) {
    .section-summary .middle-line {
        height: calc(100% - 10px - 120px);
        top: 65px
    }
}

@media screen and (min-width:1200px) {
    .carousel-layout {
        padding-top: 6em;
        padding-bottom: 4em
    }
}

@media screen and (min-width:1200px) {
    .carousel-layout.with-widget .widget-container {
        padding-top: 5em
    }
}

@media screen and (min-width:1200px) {
    section.section-details.carousel-layout+section.section-details.carousel-layout {
        margin-top: 0;
        padding-top: 2em
    }
}



/*! CSS Used from: https://www.explore.co.uk/assets/css/explore/explore.min.css?v=58 */
h2,
h4,
p {
    margin: 0;
    padding: 0;
}

h2,
h4 {
    font-size: 100%;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    font-family: Lato, Helvetica, Arial, sans-serif;
}

*,
:after,
:before {
    box-sizing: inherit;
}

a {
    color: #b12d1a;
    text-decoration: none;
}

::selection {
    background: #b12d1a;
    color: #fff;
}

.usp-widget {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1240px;
    padding: 4em 0;
    border-bottom: .8px solid rgb(155, 136, 86);

}

.usp-widget__content {
    background-color: transparent;
    -ms-flex: 1;
    flex: 1;
    margin: 15px 0 30px;
    padding: 2.5em;
    text-align: left;
    color: #000;
}

@media screen and (min-width:1025px) {
    .usp-widget__content {
        padding: 0 48px 0 40px;
        text-align: left;
    }
}

.usp-widget__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 15px 0;
    text-align: left;
}

.usp-widget__title {
    font-size: 2rem;
    letter-spacing: 2px;

    margin: 0 auto;
    text-align: center;
    font-family: "Euclid Flex Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #202020;
}

.usp-widget__title:after {
    content: "";
    display: block;
    height: 4px;
    width: 49px;
    background: rgb(155, 136, 86);
    margin: 12px auto 15px;
}

.usp-widget__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 30px 0;
    text-align: center;
    font-family: 'Bogle';
}

.usp-widget__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
    max-width: 25%;
}

.usp-widget__item h4 {
    line-height: 2.4rem;
    letter-spacing: 2px;
    font-size: 1.4rem;
    font-family: "Euclid Square Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #202020;
    text-transform: uppercase;
    margin: 2.7rem 0 1.6rem 0;
}

.usp-widget__item h4,
.usp-widget__item p {
    margin-bottom: 6px;
}

@media screen and (max-width:767px) {
    .usp-widget__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.usp-widget__item-img {
    height: 70px;
    margin-bottom: 25px;
    width: 70px;
    display: block;
    margin: auto;
}

/*! CSS Used from: Embedded */
* {
    box-sizing: border-box;
}


.h2 {
    font-family: "Goudy";
    text-transform: capitalize;
    color: #30241c !important;
    font-size: 4.5rem !important;
    /* letter-spacing: 1px !important; */
    font-weight: none !important;
    line-height: 1.55;
}

.h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 49px;
    background: rgb(155, 136, 86);
    margin: 12px auto 15px;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-mPCLC79U11vU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-oPCLC79U1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_FQftx9897sxZ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_Gwftx9897g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wi_FQftx9897sxZ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wi_Gwftx9897g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*! CSS Used from: https://www.explore.co.uk/assets/css/explore/explore.min.css?v=58 */
h2,
p {
    margin: 0;
    padding: 0;
}



* {
    font-family: Lato, Helvetica, Arial, sans-serif;
}

*,
:after,
:before {
    box-sizing: inherit;
}

a {
    color: #b12d1a;
    text-decoration: none;
}

::selection {
    background: #b12d1a;
    color: #fff;
}

@media print {
    p a {
        color: #252525 !important;
    }

    p a {
        pointer-events: none !important;
        cursor: default !important;
    }
}

.wyg-panel-icon {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    font-size: 50px;
    line-height: 50px;
    line-height: 5rem;
    margin-bottom: 20px;
    font-weight: 500;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 700;
}

/*! CSS Used from: Embedded */
div.right>p>a {
    color: rgb(255, 255, 255);
}

/*! CSS Used from: Embedded */
div.right>p>a {
    text-decoration-line: underline;
}

/*! CSS Used from: Embedded */
div.right>p>a {
    text-decoration-style: initial;
}

/*! CSS Used from: Embedded */
div.right>p>a {
    text-decoration-color: initial;
}

/*! CSS Used from: Embedded */
span.wyg-panel-icon.nopad {
    margin-bottom: 0px;
}

/*! CSS Used from: Embedded */
@media screen and (max-width: 600px) {
    .column {
        width: 100% !important;
    }

    .pg-header {
        font-size: 1.4em !important;
    }
}

/*! CSS Used from: Embedded */
.pg-promo {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.pg-header {
    font-size: 1.5em;
    font-weight: 900;
    padding-top: 1em;
    padding-bottom: .5em;
    color: #fff;
}

/* div.left>span {
    width: 100px;
    height: 100px;
} */

div.right>p {
    font-size: 16px;
    color: #fff;
}

div.ro {
    margin-bottom: 40px !important;
    height: fit-content;
    background-color: #6b9998;
    padding: 10px;
    max-width: 900px;
    border-radius: 8px;
}

/*! CSS Used from: Embedded */
* {
    box-sizing: border-box;
}

.column {
    float: left;
    padding: 10px;
}

.left {
    width: 20%;
}

.right {
    width: 80%;
}

.ro:after {
    content: "";
    display: table;
    clear: both;
}

/*! CSS Used from: Embedded */
div.right>p>a {
    display: none;
    color: #fff;
}

.exp-img {
    border-radius: 8px;
}


.help {
    display: block !important;
    margin: auto !important;
}




/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/styles-legacy?v=6IYHYAs8ILt5uGgFJQz8nfupfSMDftMyWN_lCVYt3MA1 */
@media only screen and (min-width:1025px) {
    .columns {
        position: relative;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        background-clip: content-box !important;
    }
}



::-webkit-input-placeholder {
    font-size: 12px;
    color: #666;
}

.columns {
    background-clip: content-box !important;
}

.columns {
    position: relative;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    background-clip: content-box !important;
}


.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}

@media only screen {
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
}

@media only screen and (min-width:40.063em) {
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }

    .medium-12 {
        width: 100%;
    }
}

@media only screen and (min-width:64.063em) {
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
}

div {
    margin: 0;
    padding: 0;
}


/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/local?v=t7c-v6JwHLLa1et8jRZON04-iK1xVB44cogkwSHDQpE1 */
div {
    font-family: "Open Sans", sans-serif;
}

@media screen and (max-width:641px) {
    .threeup .columns {
        padding-left: .9375rem !important;
        padding-right: .9375rem !important;
    }
}

.single-btn-center {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width:992px) {
    .single-btn-center {
        text-align: left;
    }
}

a:link,
a:visited {
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.ak-btn {
    display: inline-block;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-transform: capitalize;
}

.ak-btn.primary {
    padding: 15px 44px;
    background-color: #9b8856;
    color: #fff !important;
    border: 1px solid #9b8856;
    border-radius: 4px;
    font-family: 'Avenir';
    font-weight: 500;
}

.ak-btn.primary:hover {
    background-color: transparent;
    border-color: #9b8856;
    color: #9b8856 !important;
}

.ak-btn.primary:disabled {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    opacity: .5;
}

.ak-btn.primary:disabled:hover {
    color: #fff;
}



::-ms-clear {
    display: none;
}

/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/styles-bottom?v=URh71Gcu1lMe4seEQ9GzpUcsqWayFYZNSL8QlFY2-bc1 */
.columns {
    position: relative;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    background-clip: content-box !important;
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}

::-moz-placeholder {
    color: #666;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 12px;
}

:-moz-placeholder {
    color: #666;
    font-size: 12px;
}

/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/override?v=__ty8Bn_y7ARDSpK__8FsZo9K8Fkw_EC7xmsJ5apDTI1 */
.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

@media screen and (min-width:1025px) {
    .columns {
        padding-left: 25px;
        padding-right: 25px;
    }
}




/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/styles-legacy?v=6IYHYAs8ILt5uGgFJQz8nfupfSMDftMyWN_lCVYt3MA1 */
@media only screen and (min-width:1025px) {
    hr {
        margin: 15px 25px;
    }
}

hr {
    width: auto;
    margin: 15px 0;
    border: none;
    border-bottom: solid 1px #a5a5a5;
    clear: both;
}

hr {
    margin: 12px .9375rem;
}

hr {
    margin: 15px 25px;
}

/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/vendor?v=fV1iB7Tb-wdbIPHLyNBFUz4i6FatM6ne75oZMvKQ1fQ1 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:40.063em) {
    .medium-12 {
        width: 100%;
    }
}

div {
    margin: 0;
    padding: 0;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
}

div {
    font-family: "Open Sans", sans-serif;
}

hr {
    border: 0;
    height: 1px;
    background-color: #a5a5a5 !important;
}

hr {
    background-color: rgba(151, 151, 151, .5);
}

::-ms-clear {
    display: none;
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}

::-moz-placeholder {
    color: #666;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 12px;
}

:-moz-placeholder {
    color: #666;
    font-size: 12px;
}


/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/styles-legacy?v=6IYHYAs8ILt5uGgFJQz8nfupfSMDftMyWN_lCVYt3MA1 */
@media only screen and (min-width:1025px) {
    .rowe {
        max-width: 1074px;
    }

    .no-pad-small {
        padding: 0 25px !important;
    }

    .columns {
        position: relative;
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        background-clip: content-box !important;
    }

    .top-40 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}



.rowe {
    max-width: 1048px;
}

img {
    margin-left: auto;
    margin-right: auto;
}

img.fill {
    width: 100%;
}

.top-40 {
    padding-bottom: 12px !important;
}

a.trigger img {
    margin: 0 !important;
}

.advert p {
    margin: 10px .9375rem 0 .9375rem;
}

.advert :not(.btn_con) a {
    margin-bottom: 15px;
}

.top-40 {
    padding-bottom: 12px !important;
}

a.trigger img {
    margin: 0 !important;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #666;
}

.carrot_text_homepage {
    float: left;
    width: calc(100% - 50px);
}



.no-pad-small {
    padding: 0 .9375rem !important;
}

.columns {
    background-clip: content-box !important;
}

.advert p {
    margin-left: 0;
    margin-right: 0;
}

.top-40 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.rowe {
    max-width: 1074px;
}

.no-pad-small {
    padding: 0 25px !important;
}

.columns {
    position: relative;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    background-clip: content-box !important;
}

.top-40 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.rowe {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
}

.rowe:before,
.rowe:after {
    content: " ";
    display: table;
}

.rowe:after {
    clear: both;
}

.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}

@media only screen {
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
}

@media only screen and (min-width:40.063em) {
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-12 {
        width: 100%;
    }
}

@media only screen and (min-width:64.063em) {
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
}

div,
h2,
p {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}



a img {
    border: none;
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}


@media only screen and (min-width:1025px) {
    .rowe {
        max-width: 1280px !important;
    }
}

.carrot_text_homepage {
    width: 100%;
    float: none;
}

@media screen and (max-width:650px) {
    .advert .ak-btn {
        margin: 10px .9375rem 0 .9375rem;
    }
}

.twoup {
    padding-bottom: 20px;
}

@media screen and (max-width:641px) {
    .twoup .columns {
        padding-left: .9375rem !important;
        padding-right: .9375rem !important;
    }
}

.advert .trigger {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-callout {
    position: relative;
}

p {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    p {
        font-size: 14px;
        line-height: 1.6;
    }
}

a:link,
a:visited {
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.ak-btn {
    display: inline-block;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-transform: capitalize;
}

.ak-btn.basic {
    background-color: #fff;
    color: #f28a21;
    display: inline-block;
}

.ak-btn.basic.right-arrow {
    position: relative;
    padding-right: 15px;
}

.ak-btn.basic.right-arrow:after {
    margin-top: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    content: "";
    font-family: "icomoon" !important;
    font-size: 75%;
}

.ak-btn.basic:hover {
    color: #0b3868;
}

.ak-btn.basic:hover.right-arrow:after {
    -webkit-animation: moveArrow .15s forwards;
    animation: moveArrow .15s forwards;
}

@media screen and (max-width:641px) {
    .ak-btn.right-arrow {
        margin-left: 0;
    }
}

a {
    color: #f28a21;
}

a:hover {
    color: #444;
}

.ak-btn.top-40 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ak-btn.top-40 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

::-ms-clear {
    display: none;
}

/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/styles-bottom?v=URh71Gcu1lMe4seEQ9GzpUcsqWayFYZNSL8QlFY2-bc1 */
.columns {
    position: relative;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    background-clip: content-box !important;
}

@media screen and (max-width:641px) {
    .image-callout .carrot_text_homepage {
        margin-bottom: 20px;
    }

    .image-callout .carrot_text_homepage+.ak-btn.right-arrow {
        margin-top: 0;
        padding-top: 0 !important;
    }

    .image-callout .carrot_text_homepage+.ak-btn.right-arrow:after {
        margin-top: -4px;
    }
}


/*! CSS Used from: https://www.abercrombiekent.com/bundles/css/override?v=__ty8Bn_y7ARDSpK__8FsZo9K8Fkw_EC7xmsJ5apDTI1 */
@media screen and (max-width:1024px) {
    .no-pad-small {
        padding: 0 .9375rem !important;
    }
}

.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

@media screen and (min-width:1025px) {
    .columns {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.rowe {
    max-width: 1048px;
}

@media screen and (min-width:1025px) {
    .rowe {
        max-width: 1280px;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes moveArrow {
    from {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    to {
        -webkit-transform: translate(5px, -50%);
        transform: translate(5px, -50%);
    }
}

@keyframes moveArrow {
    from {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    to {
        -webkit-transform: translate(5px, -50%);
        transform: translate(5px, -50%);
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "minion-pro";
    src: url(https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/ea8d85/0000000000000000000151d1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "minion-pro";
    src: url(https://use.typekit.net/af/d3cf65/0000000000000000000151d4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/d3cf65/0000000000000000000151d4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/d3cf65/0000000000000000000151d4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "minion-pro";
    src: url(https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/1286c7/0000000000000000000151d6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "minion-pro";
    src: url(https://use.typekit.net/af/acb0f1/0000000000000000000151d7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"), url(https://use.typekit.net/af/acb0f1/0000000000000000000151d7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"), url(https://use.typekit.net/af/acb0f1/0000000000000000000151d7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "icomoon";
    src: url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.eot?hi23eu);
    src: url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.eot?hi23eu#iefix) format("embedded-opentype"), url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.ttf?hi23eu) format("truetype"), url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.woff?hi23eu) format("woff"), url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.svg?hi23eu#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "icomoon";
    src: url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.eot?hi23eu);
    src: url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.eot?hi23eu#iefix) format("embedded-opentype"), url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.ttf?hi23eu) format("truetype"), url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.woff?hi23eu) format("woff"), url(https://www.abercrombiekent.com/Areas/Ak/Assets/Local/Fonts/icomoon.svg?hi23eu#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.g-h2 {
    font-size: 3.5em !important;
}
 
