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
    }

    .label {
        border: 1px solid #000
    }

    .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)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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
}


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
}


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

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

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

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

.container-fluidn:after {
    clear: both
}

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

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

.rown:after {
    clear: both
}

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

    .colv-lg-offset-1 {
        margin-left: 8.33333%
    }

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

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

    .colv-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*=colv-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=colv-],
table th[class*=colv-] {
    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: #fdcc02;
    border-color: #fdcc02
}

.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: #fdcc02;
    border-color: #fdcc02
}

.btn-primary .badge {
    color: #fdcc02;
    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: rgb(157, 106, 72);
    border-color: rgb(157, 106, 72);
    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*=colv-] {
    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: table
}

.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 {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.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: #fdcc02 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: #fdcc02
}

.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: #fdcc02
}

.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: #fdcc02;
    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: #fdcc02
}

.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;
    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: #fdcc02
}

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: #fdcc02
}

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: #fdcc02
}

.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 #fdcc02;
    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: #fdcc02;
    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: #fdcc02;
    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: auto
}

html.no-scroll {
    height: auto;
    position: relative
}

body {}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Gotham SSm', sans-serif;


}

.heading {
    font-weight: 500 !important;
    color: #474747 !important;
}

h1 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.9rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

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: #fdcc02;
    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: #fdcc02
}

.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: #fdcc02;
    border: 1px solid #fdcc02;
    -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: #fdcc02;
    border-color: rgba(153, 0, 0, .7)
}

.btn.btn-primary-outline:active,
.btn.btn-primary-outline:hover {
    background-color: #fff;
    color: #fdcc02
}

.btn.btn-primary-outline:hover {
    border-color: #fdcc02
}

.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: #fdcc02
}

.text-white {
    color: #fff
}

.color-gray-darker {
    background-color: #232323
}

.color-gray-dark {
    background-color: #272727
}

.color-gray-lighter {
    background-color: #f6f5f1
}

.color-red {
    background-color: #fdcc02
}

.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-fluidn {
    padding-left: 25px;
    padding-right: 25px
}

.section-banner .container-fluidn .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: #fdcc02;
    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%, #fdcc02 100%);
    background: -webkit-linear-gradient(top, #c90000 65%, #fdcc02 100%);
    background: linear-gradient(to bottom, #c90000 65%, #fdcc02 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;
    margin-top: 45px !important;
}

.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: #fdcc02;
    border-color: #fdcc02;
    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: #fdcc02;
    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: #fdcc02
}

.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: #fdcc02;
        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-fluidn {
        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: #fdcc02;
        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) {

    .colv-xl-10,
    .colv-xl-11,
    .colv-xl-12,
    .colv-xl-14,
    .colv-xl-16,
    .colv-xl-18,
    .colv-xl-20,
    .colv-xl-22,
    .colv-xl-24,
    .colv-xl-4,
    .colv-xl-6 {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        position: relative;
        min-height: 1px
    }
}

@media screen and (min-width:1900px) {
    .colv-xl-4 {
        width: 16.66667%
    }

    .colv-xl-6 {
        width: 25%
    }

    .colv-xl-10 {
        width: 41.66667%
    }

    .colv-xl-11 {
        width: 45.83333%
    }

    .colv-xl-12 {
        width: 50%
    }

    .colv-xl-14 {
        width: 58.33333%
    }

    .colv-xl-16 {
        width: 66.66667%
    }

    .colv-xl-18 {
        width: 75%
    }

    .colv-xl-20 {
        width: 83.33333%
    }

    .colv-xl-22 {
        width: 91.66667%
    }

    .colv-xl-24 {
        width: 100%
    }

    .colv-xl-push-0 {
        left: auto
    }

    .colv-xl-offset-0 {
        margin-left: 0
    }

    .colv-xl-offset-1 {
        margin-left: 4.16667%
    }

    .colv-xl-offset-2 {
        margin-left: 8.33333%
    }

    .colv-xl-offset-3 {
        margin-left: 12.5%
    }

    .colv-xl-offset-4 {
        margin-left: 16.66667%
    }

    .colv-xl-offset-5 {
        margin-left: 20.83333%
    }

    .colv-xl-offset-6 {
        margin-left: 25%
    }

    .colv-xl-offset-12 {
        margin-left: 50%
    }
}

@media screen and (min-width:1900px) {
    .container-fluidn {
        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: #fdcc02
    }
}

@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: #fdcc02
    }
}

@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: #fdcc02
    }
}

@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: #fdcc02 !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: #fdcc02
    }
}

@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: #fdcc02 !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: #fdcc02
    }
}

@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: #fdcc02;
        border-color: #fdcc02
    }
}

@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: #fdcc02
    }
}

.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: #fdcc02;
        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-fluidn {
        -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: 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")
}


@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: 130px;
        height: 130px;
        -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-weight: 500;
        font-family: 'Gotham SSm', sans-serif;
        color: #474747;
        font-size: 2rem;
        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: 1.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%
}


.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: #fdcc02;
    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
}





@-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)
    }
}


.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: #fdcc02
}


.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: #fdcc02
}

.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-fluidn .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 #813f27
}

.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 {
    font-weight: 500;
    font-family: 'Gotham SSm', sans-serif;
    color: #474747;

}

.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: #fdcc02;
    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: rgb(148, 58, 32, .5);
    font-size: 75%;
    font-family: 'Gotham SSm', sans-serif;

    letter-spacing: 1px;
    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-fluidn .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-fluidn {
        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-fluidn .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: 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;
}

.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(30% + 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: 'Gotham SSm', sans-serif;


}



/* TOP HERO */
/*! CSS Used from: Embedded */
.trip-detail-hero {
    --max-height: 800px;
    --bottom-height: 135px;
    min-height: min(var(--max-height), 100vh - var(--bottom-height));
}

@media (min-width:640px) {
    .trip-detail-hero {
        --max-height: 1000px;
    }
}

@media (min-width:1025px) {
    .trip-detail-hero {
        --bottom-height: 291px;
    }
}

/*! CSS Used from: https://www.viatu.com/_nuxt/entry.B57Gg8sb.css */
:focus {
    outline: 2px dashed var(--focus-colour, #1b1b1b);
    outline-offset: .25rem;
}

@media (hover:hover) {
    * {
        scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-bg);
        scrollbar-width: thin;
    }

    ::-webkit-scrollbar {
        width: var(--scrollbar-width);
    }

    ::-webkit-scrollbar-track {
        background: var(--scrollbar-bg);
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-thumb);
        border: 3px solid var(--scrollbar-bg);
        border-radius: .4rem;
    }
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.1;
}

button {
    background: none;
    border-width: 0;
    color: inherit;
    letter-spacing: inherit;
}

button {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

button {
    cursor: pointer;
}

* {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

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

picture,
picture img {
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.flex-col>* {
    max-width: 100%;
}

@media (prefers-reduced-motion:reduce) {

    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

[id] {
    scroll-margin-top: var(--header-height);
    scroll-snap-margin-top: var(--header-height);
}

.fade-in {
    animation: fadeIn .5s ease-in-out;
}

*,
: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, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

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

:after,
:before {
    --tw-content: "";
}

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

button {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

h1,
p {
    margin: 0;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

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

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

.h1 {
    font-family: Krona One;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: 34px;
    margin-block: 0;
}

@media (min-width:768px) {
    .h1 {
        font-size: 50px;
        letter-spacing: -.1em;
        line-height: 120%;
    }
}

.body-xl {
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 24px;
    margin-block: 0;
}

.body-l {
    font-size: 16px;
}

.body-l,
.body-m {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-block: 0;
}

.body-m {
    font-size: 13px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:1025px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.btn,
.btn-white {
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 158px;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(84 23 54/var(--tw-bg-opacity, 1));
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.03em;
    padding: 18px 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1));
    transition-duration: .3s;
    transition-property: background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:768px) {

    .btn,
    .btn-white {
        min-width: 230px;
    }
}

.btn,
.btn-white {
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.btn span,
.btn-white span {
    --tw-translate-x: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1));
    text-decoration: none !important;
    transition-property: transform, color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.btn span,
.btn-white span,
.btn-white:before,
.btn:before {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .3s;
}

.btn-white:before,
.btn:before {
    bottom: 0;
    content: "";
    margin-bottom: auto;
    margin-top: auto;
    pointer-events: none;
    position: absolute;
    right: 24px;
    top: 0;
    --tw-translate-x: -2rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.5 7h12m0 0-6-6m6 6-6 6'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 15px;
    opacity: 0;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 14px;
}

.btn-white:hover,
.btn:hover {
    background: #450b28;
}

.btn-white:hover span,
.btn:hover span {
    --tw-translate-x: var(--w);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.btn-white:hover:before,
.btn:hover:before {
    --tw-translate-x: 0px;
    opacity: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-white {
    border-style: solid;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity, 1));
    border-style: 2px #fff solid;
}

.btn-white,
.btn-white:hover {
    background-color: transparent;
}

button:disabled {
    opacity: .5;
}

.pointer-events-none {
    pointer-events: none;
}

.\!absolute {
    position: absolute !important;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0;
}

.inset-x-\[40px\] {
    left: 40px;
    right: 40px;
}

.bottom-\[30px\] {
    bottom: 30px;
}

.z-\[0\] {
    z-index: 0;
}

.z-\[2\] {
    z-index: 2;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-\[30px\] {
    margin-bottom: 30px;
}

.mt-\[21px\] {
    margin-top: 21px;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.flex {
    display: flex;
}

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

.h-\[56px\] {
    height: 56px;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.max-w-\[850px\] {
    max-width: 850px;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.justify-center {
    justify-content: center;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[12px\] {
    gap: 12px;
}

.gap-x-\[10px\] {
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.gap-y-\[5px\] {
    row-gap: 5px;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-\[12px\] {
    border-radius: 12px;
}

.border {
    border-width: 1px;
}

.border-\[1px\] {
    border-width: 1px;
}

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

.border-current {
    border-color: currentColor;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity, 1));
}

.bg-black\/40 {
    background-color: #1b1b1b66;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.\!py-\[17px\] {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
}

.py-\[100px\] {
    padding-bottom: 100px;
    padding-top: 100px;
}

.py-\[10px\] {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pt-\[60px\] {
    padding-top: 60px;
}

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

.\!text-\[24px\] {
    font-size: 24px !important;
}

.text-\[18px\] {
    font-size: 18px;
}

.text-\[24px\] {
    font-size: 24px;
}

.font-bold {
    font-weight: 700;
}

.leading-\[1\.2\] {
    line-height: 1.2;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.text-opacity-100 {
    --tw-text-opacity: 1;
}

.text-opacity-70 {
    --tw-text-opacity: .7;
}

@media (min-width:768px) {
    .md\:bottom-\[44px\] {
        bottom: 44px;
    }

    .md\:right-auto {
        right: auto;
    }

    .md\:min-h-\[48px\] {
        min-height: 48px;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-\[25px\] {
        gap: 25px;
    }

    .md\:pt-\[0px\] {
        padding-top: 0;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:\!text-\[50px\] {
        font-size: 50px !important;
    }
}

@media (max-height:400px) {
    .\[\@media\(max-height\:400px\)\]\:mt-\[50px\] {
        margin-top: 50px;
    }
}

/*! CSS Used from: Embedded */
*,
::before,
::after {
    box-sizing: border-box;
}

/*! CSS Used from: https://www.viatu.com/_nuxt/_id_.CQrdoNWU.css */
.trip-detail-hero {
    --max-height: 800px;
    --bottom-height: 135px;
    min-height: min(var(--max-height), 100vh - var(--bottom-height));
}

@media (min-width:640px) {
    .trip-detail-hero {
        --max-height: 1000px;
    }
}

@media (min-width:1025px) {
    .trip-detail-hero {
        --bottom-height: 291px;
    }
}

/*! CSS Used keyframes */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: Krona One;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.viatu.com/_nuxt/KronaOne-Regular.Duzo3FGr.woff2) format("woff2"), url(https://www.viatu.com/_nuxt/KronaOne-Regular.DzTVOndX.woff) format("woff"), url(https://www.viatu.com/_nuxt/KronaOne-Regular.D4BHpB7a.ttf) format("truetype");
    unicode-range: u+0-ff, u+131, u+152, u+153, u+2bb, u+2bc, u+2c6, u+2da, u+2dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
    font-display: swap;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.viatu.com/_nuxt/Satoshi-Medium.CFKGS7aH.woff2) format("woff2"), url(https://www.viatu.com/_nuxt/Satoshi-Medium.eqBSjZUL.woff) format("woff"), url(https://www.viatu.com/_nuxt/Satoshi-Medium.DOt9kM-a.ttf) format("truetype");
    unicode-range: u+0-ff, u+131, u+152, u+153, u+2bb, u+2bc, u+2c6, u+2da, u+2dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
    font-display: swap;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.viatu.com/_nuxt/Satoshi-Bold.DBc0Fx_t.woff2) format("woff2"), url(https://www.viatu.com/_nuxt/Satoshi-Bold.dLXt6Yru.woff) format("woff"), url(https://www.viatu.com/_nuxt/Satoshi-Bold.CPly9kH5.ttf) format("truetype");
    unicode-range: u+0-ff, u+131, u+152, u+153, u+2bb, u+2bc, u+2c6, u+2da, u+2dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}


/* .inclusions */


/* INCLUSSION TB */

/*! CSS Used from: https://www.viatu.com/_nuxt/entry.B57Gg8sb.css */
:focus {
    outline: 2px dashed var(--focus-colour, #1b1b1b);
    outline-offset: .25rem;
}

.outline-inner {
    outline-offset: -.25rem;
}

@media (hover:hover) {
    * {
        scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-bg);
        scrollbar-width: thin;
    }

    ::-webkit-scrollbar {
        width: var(--scrollbar-width);
    }

    ::-webkit-scrollbar-track {
        background: var(--scrollbar-bg);
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-thumb);
        border: 3px solid var(--scrollbar-bg);
        border-radius: .4rem;
    }
}

button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.1;
}

select {
    background: #fff;
}

button {
    background: none;
    border-width: 0;
    color: inherit;
    letter-spacing: inherit;
}

button {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

button,
select {
    cursor: pointer;
}

* {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.flex-col>* {
    max-width: 100%;
}

@media (prefers-reduced-motion:reduce) {

    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

[id] {
    scroll-margin-top: var(--header-height);
    scroll-snap-margin-top: var(--header-height);
}

.navbar-hide-on-scroll .tabs-trigger {
    top: 0;
}

*,
: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, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

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

:after,
:before {
    --tw-content: "";
}

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

button,
select {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

h2,
h3 {
    margin: 0;
}

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

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

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

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

.h4 {
    font-size: 25px;
    letter-spacing: -.02em;
}

.h4,
.h5 {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-block: 0;
}

.h5 {
    font-size: 20px;
    letter-spacing: -.01em;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:1025px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

button:disabled {
    opacity: .5;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0;
}

.right-\[24px\] {
    right: 24px;
}

.top-0 {
    top: 0;
}

.top-\[26px\] {
    top: 26px;
}

.top-\[86px\] {
    top: 86px;
}

.z-\[3\] {
    z-index: 3;
}

.z-\[4\] {
    z-index: 4;
}

.col-span-2 {
    grid-column: span 2/span 2;
}

.col-span-5 {
    grid-column: span 5/span 5;
}

.col-start-3 {
    grid-column-start: 3;
}

.col-start-6 {
    grid-column-start: 6;
}

.mx-\[24px\] {
    margin-left: 24px;
    margin-right: 24px;
}

.mb-\[32px\] {
    margin-bottom: 32px;
}

.mb-\[36px\] {
    margin-bottom: 36px;
}

.mb-\[64px\] {
    margin-bottom: 64px;
}

.mt-\[68px\] {
    margin-top: 68px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-\[122px\] {
    height: 122px;
}

.h-\[24px\] {
    height: 24px;
}

.h-\[60px\] {
    height: 60px;
}

.h-\[8px\] {
    height: 8px;
}

.h-auto {
    height: auto;
}

.w-\[14px\] {
    width: 14px;
}

.w-\[24px\] {
    width: 24px;
}

.w-full {
    width: 100%;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-col {
    flex-direction: column;
}

.items-start {
    align-items: flex-start;
}

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

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[16px\] {
    gap: 16px;
}

.space-x-\[55px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(55px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(55px*var(--tw-space-x-reverse));
}

.self-start {
    align-self: flex-start;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-\[24px\] {
    border-radius: 24px;
}

.rounded-\[4px\] {
    border-radius: 4px;
}

.border-\[2px\] {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(27 27 27/var(--tw-border-opacity, 1));
}

.bg-greenish {
    --tw-bg-opacity: 1;
    background-color: rgb(28 65 71/var(--tw-bg-opacity, 1));
}

.bg-sangria {
    --tw-bg-opacity: 1;
    background-color: rgb(84 23 54/var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.p-\[20px\] {
    padding: 20px;
}

.pb-\[19px\] {
    padding-bottom: 19px;
}

.pr-\[75px\] {
    padding-right: 75px;
}

.pt-\[21px\] {
    padding-top: 21px;
}

.pt-\[64px\] {
    padding-top: 64px;
}

.text-left {
    text-align: left;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[25px\] {
    font-size: 25px;
}

.font-medium {
    font-weight: 500;
}

.leading-\[20px\] {
    line-height: 20px;
}

.text-\[\#1B1B1B\] {
    --tw-text-opacity: 1;
    color: rgb(27 27 27/var(--tw-text-opacity, 1));
}

.opacity-\[0\.55\] {
    opacity: .55;
}

.opacity-\[1\] {
    opacity: 1;
}

.shadow-\[0_4px_58px_rgba\(0\,0\,0\,0\)\] {
    --tw-shadow: 0 4px 58px transparent;
    --tw-shadow-colored: 0 4px 58px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-\[box-shadow\] {
    transition-duration: .15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[opacity\,top\] {
    transition-duration: .15s;
    transition-property: opacity, top;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-\[300ms\] {
    transition-duration: .3s;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:768px) {
    .md\:h3 {
        font-family: Satoshi;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-block: 0;
    }

    .md\:h3 {
        font-size: 32px;
        letter-spacing: -.04em;
    }
}

@media (min-width:768px) {
    .md\:mb-\[100px\] {
        margin-bottom: 100px;
        margin-top: 93px;
    }

    .md\:block {
        display: block;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .md\:pt-\[84px\] {
        padding-top: 84px;
    }

    .md\:pt-\[86px\] {
        padding-top: 86px;
    }

    .md\:text-\[32px\] {
        font-size: 32px;
    }
}

/*! CSS Used from: Embedded */
*,
::before,
::after {
    box-sizing: border-box;
}

/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.viatu.com/_nuxt/Satoshi-Medium.CFKGS7aH.woff2) format("woff2"), url(https://www.viatu.com/_nuxt/Satoshi-Medium.eqBSjZUL.woff) format("woff"), url(https://www.viatu.com/_nuxt/Satoshi-Medium.DOt9kM-a.ttf) format("truetype");
    unicode-range: u+0-ff, u+131, u+152, u+153, u+2bb, u+2bc, u+2c6, u+2da, u+2dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
    font-display: swap;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.viatu.com/_nuxt/Satoshi-Bold.DBc0Fx_t.woff2) format("woff2"), url(https://www.viatu.com/_nuxt/Satoshi-Bold.dLXt6Yru.woff) format("woff"), url(https://www.viatu.com/_nuxt/Satoshi-Bold.CPly9kH5.ttf) format("truetype");
    unicode-range: u+0-ff, u+131, u+152, u+153, u+2bb, u+2bc, u+2c6, u+2da, u+2dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}


/* TABS  */
/*! CSS Used from: https://www.viatu.com/_nuxt/entry.B57Gg8sb.css */
:focus {
    outline: 2px dashed var(--focus-colour, #1b1b1b);
    outline-offset: .25rem;
}

.outline-inner {
    outline-offset: -.25rem;
}

@media (hover:hover) {
    * {
        scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-bg);
        scrollbar-width: thin;
    }

    ::-webkit-scrollbar {
        width: var(--scrollbar-width);
    }

    ::-webkit-scrollbar-track {
        background: var(--scrollbar-bg);
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--scrollbar-thumb);
        border: 3px solid var(--scrollbar-bg);
        border-radius: .4rem;
    }
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.1;
}

button {
    background: none;
    border-width: 0;
    color: inherit;
    letter-spacing: inherit;
}

button {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

button {
    cursor: pointer;
}

* {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

@media (prefers-reduced-motion:reduce) {

    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

[id] {
    scroll-margin-top: var(--header-height);
    scroll-snap-margin-top: var(--header-height);
}

*,
: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, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

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

:after,
:before {
    --tw-content: "";
}

button {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

button:disabled {
    opacity: .5;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.absolute {
    position: absolute;
}

.left-0 {
    left: 0;
}

.top-\[86px\] {
    top: 86px;
}

.z-\[3\] {
    z-index: 3;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-\[122px\] {
    height: 122px;
}

.w-full {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.justify-center {
    justify-content: center;
}

.space-x-\[55px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(55px*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(55px*var(--tw-space-x-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.border-b {
    border-bottom-width: 1px;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.pb-\[19px\] {
    padding-bottom: 19px;
}

.pt-\[21px\] {
    padding-top: 21px;
}

.text-\[16px\] {
    font-size: 16px;
}

.font-medium {
    font-weight: 500;
}

.leading-\[20px\] {
    line-height: 20px;
}

.text-\[\#1B1B1B\] {
    --tw-text-opacity: 1;
    color: rgb(27 27 27/var(--tw-text-opacity, 1));
}

.opacity-\[0\.55\] {
    opacity: .55;
}

.opacity-\[1\] {
    opacity: 1;
}

.shadow-\[0_4px_58px_rgba\(0\,0\,0\,0\)\] {
    --tw-shadow: 0 4px 58px transparent;
    --tw-shadow-colored: 0 4px 58px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-\[box-shadow\] {
    transition-duration: .15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[opacity\,top\] {
    transition-duration: .15s;
    transition-property: opacity, top;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-\[300ms\] {
    transition-duration: .3s;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:768px) {
    .md\:block {
        display: block;
    }
}

/*! CSS Used from: Embedded */
*,
::before,
::after {
    box-sizing: border-box;
}



/* package */

.tabs-container-fixed {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.tab-item {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 25px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    opacity: 0.6;
    outline: none !important;
    /* Removed dotted focus ring */
}

.tab-item:hover {
    opacity: 1;
}

.tab-item.active {
    opacity: 1;
    border-bottom: 3px solid #1B1B1B;
    font-weight: 700;
}

/* FAQ Accordion Styles */
.accordion-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 10px;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none !important;
}

.accordion-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #1B1B1B;
    transition: all 0.3s ease;
}

.accordion-icon::before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.accordion-icon::after {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.accordion-item.active .accordion-icon {
    transform: rotate(135deg);
}

/* FAQ Accordion Styles - Premium Polished */
.accordion-item {
    border: 1px solid #eee;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.accordion-item:hover {
    border-color: #ddd;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.accordion-item.active {
    border-color: #1B1B1B;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 50px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none !important;
}

.accordion-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1B1B1B;
    letter-spacing: -0.01em;
}

.accordion-header:hover h3 {
    color: #000;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #1B1B1B;
    transition: all 0.3s ease;
}

.accordion-icon::before {
    width: 2px;
    height: 12px;
}

.accordion-icon::after {
    width: 12px;
    height: 2px;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 30px;
}

.accordion-item.active .accordion-content {
    max-height: 800px;
    padding-bottom: 30px;
}

/* Trip Overview & Gallery Styles */
.trip-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

@media (min-width: 769px) {
    .trip-overview-grid {
        grid-template-columns: 1.5fr 1fr;
    }
}

.overview-highlight {
    background: #fbfbfb;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
}

/* Gallery Carousel Styles - Single Image View */
.gallery-container {
    margin-top: 50px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.gallery-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-item {
    flex: 0 0 100%;
    width: 100%;
    height: 500px;
    scroll-snap-align: start;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.carousel-nav.prev {
    left: 20px;
}

.carousel-nav.next {
    right: 20px;
}

.carousel-nav svg {
    width: 20px;
    height: 20px;
    fill: #1B1B1B;
}

@media (max-width: 768px) {
    .gallery-item {
        height: 300px;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.7);
    }

    .carousel-nav.prev {
        left: 10px;
    }

    .carousel-nav.next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .tab-item {
        margin: 0 10px;
        font-size: 14px;
        padding: 15px 0;
    }
}

/* Premium CTA Redesign */
.cta-premium-section {
    padding: 20px 20px;
    background-color: #fbfbfb;
}

.cta-premium-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 20px 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
}

.consultant-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 30px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-premium-card h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cta-premium-card p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-premium-action {
    display: inline-block;
    background: #501131;
    color: #fff;
    padding: 20px 50px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none !important;
}

.btn-premium-action:hover {
    background: #3d0d26;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(80, 17, 49, 0.25);
    color: #fff;
}