@charset 'UTF-8';
/*I am here*/
@font-face
{
    font-family: 'expedite';
    font-weight: normal;
    font-style: normal;

    src: url('../../font/expedite.woff2?ra8ks7') format('woff2'), url('../../font/expedite.ttf?ra8ks7') format('truetype'), url('../../font/expedite.woff?ra8ks7') format('woff'), url('../../font/expedite.svg?ra8ks7#expedite') format('svg');
}
[class^='ex-'],
[class*=' ex-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'expedite' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ex-tripadvisor-logotype:before
{
    content: '\e92a';
}
.ex-event-date-and-time-symbol:before
{
    content: '\e929';
}
.ex-right-arrow:before
{
    content: '\e927';
}
.ex-checked2:before
{
    content: '\e926';
}
.ex-checked:before
{
    content: '\e924';
}
.ex-facebook:before
{
    content: '\e900';
}
.ex-googleplus:before
{
    content: '\e901';
}
.ex-google-hangouts:before
{
    content: '\e902';
}
.ex-instagram:before
{
    content: '\e903';
}
.ex-linkedin:before
{
    content: '\e904';
}
.ex-linkedin-with-circle:before
{
    content: '\e920';
}
.ex-mail-with-circle:before
{
    content: '\e905';
}
.ex-pinterest:before
{
    content: '\e906';
}
.ex-tripadvisor:before
{
    content: '\e907';
}
.ex-twitter:before
{
    content: '\e909';
}
.ex-vimeo:before
{
    content: '\e90a';
}
.ex-youtube:before
{
    content: '\e90b';
}
.ex-address:before
{
    content: '\e90c';
}
.ex-back-in-time:before
{
    content: '\e90d';
}
.ex-calendar:before
{
    content: '\e90e';
}
.ex-chat:before
{
    content: '\e908';
}
.ex-check:before
{
    content: '\e928';
}
.ex-clock:before
{
    content: '\e91c';
}
.ex-direction:before
{
    content: '\e90f';
}
.ex-dot-single:before
{
    content: '\e925';
}
.ex-globe:before
{
    content: '\e910';
}
.ex-info:before
{
    content: '\e911';
}
.ex-lifebuoy:before
{
    content: '\e912';
}
.ex-link:before
{
    content: '\e922';
}
.ex-location:before
{
    content: '\e913';
}
.ex-location-pin:before
{
    content: '\e914';
}
.ex-envelope:before
{
    content: '\e91d';
}
.ex-mic:before
{
    content: '\e923';
}
.ex-mouse:before
{
    content: '\e915';
}
.ex-news:before
{
    content: '\e91f';
}
.ex-old-phone:before
{
    content: '\e916';
}
.ex-paper-plane:before
{
    content: '\e917';
}
.ex-pencil:before
{
    content: '\e918';
}
.ex-phone:before
{
    content: '\e919';
}
.ex-print:before
{
    content: '\e921';
}
.ex-quote:before
{
    content: '\e91a';
}
.ex-tablet:before
{
    content: '\e91b';
}
.ex-users:before
{
    content: '\e91e';
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden
{
    display: none;
}
/* Slider */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../slick/fonts/slick.eot');
    src: url('../../slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../slick/fonts/slick.woff') format('woff'), url('../../slick/fonts/slick.ttf') format('truetype'), url('../../slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 10000;
    top: 50%;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;

    cursor: pointer;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: 15px;
}
.slick-prev[dir='rtl']
{
    right: 15px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
.slick-prev:before[dir='rtl']
{
    content: '→';
}
.slick-next
{
    z-index: 1;
    right: 15px;
}
.slick-next[dir='rtl']
{
    right: auto;
    left: 15px;
}
.slick-next:before
{
    content: '←';
    content: '→';
}
.slick-next:before[dir='rtl']
{
    content: '←';
}
/* Dots */
.slick-dotted .slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html
{
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */

        -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body
{
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress
{
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden]
{
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a
{
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover
{
    outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]
{
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong
{
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong
{
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn
{
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.block-c-tours .block-item-content h2,
.block-c-tours-internal .block-item-content h2
{
    font-size: 2em;

    margin: .67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark
{
    color: #000;
    background-color: #ff0;
}
/**
 * Add the correct font size in all browsers.
 */
small
{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img
{
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root)
{
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure
{
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr
{
    /* 1 */
    overflow: visible;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea
{
    font: inherit;
    /* 1 */

    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup
{
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input
{
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select
{
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend
{
    /* 2 */
    display: table;

    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea
{
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search']
{
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder
{
    opacity: .54;
    color: inherit;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   .viewport-unit(height, 50vh);
 *   .viewport-unit(font-size, 5vmin);
 */
@-ms-viewport
{
    width: device-width;
}
html
{
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after
{
    box-sizing: inherit;
}
.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px)
{
    .container
    {
        /* max-width: 540px;*/
    }
}
@media (min-width: 768px)
{
    .container
    {
        /*max-width: 720px; */
    }
}
@media (min-width: 992px)
{
    .container
    {
        max-width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1140px;
    }
}
.container-fluid
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col-auto
{
    width: auto;
    max-width: none;

    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.col-1
{
    max-width: 8.3333333333%;

    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
}
.col-2
{
    max-width: 16.6666666667%;

    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
}
.col-3
{
    max-width: 25%;

    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}
.col-4
{
    max-width: 33.3333333333%;

    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
}
.col-5
{
    max-width: 41.6666666667%;

    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
}
.col-6
{
    max-width: 50%;

    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
.col-7
{
    max-width: 58.3333333333%;

    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
}
.col-8
{
    max-width: 66.6666666667%;

    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
}
.col-9
{
    max-width: 75%;

    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
}
.col-10
{
    max-width: 83.3333333333%;

    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
}
.col-11
{
    max-width: 91.6666666667%;

    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
}
.col-12
{
    max-width: 100%;

    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
.offset-1
{
    margin-left: 8.3333333333%;
}
.offset-2
{
    margin-left: 16.6666666667%;
}
.offset-3
{
    margin-left: 25%;
}
.offset-4
{
    margin-left: 33.3333333333%;
}
.offset-5
{
    margin-left: 41.6666666667%;
}
.offset-6
{
    margin-left: 50%;
}
.offset-7
{
    margin-left: 58.3333333333%;
}
.offset-8
{
    margin-left: 66.6666666667%;
}
.offset-9
{
    margin-left: 75%;
}
.offset-10
{
    margin-left: 83.3333333333%;
}
.offset-11
{
    margin-left: 91.6666666667%;
}
@media (min-width: 576px)
{
    .col-sm
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-sm-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-sm-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-sm-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-sm-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-sm-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-sm-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-sm-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-sm-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-sm-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-sm-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-sm-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-sm-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-sm-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-sm-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11
    {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px)
{
    .col-md
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-md-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-md-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-md-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-md-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-md-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-md-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-md-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-md-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-md-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-md-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-md-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-md-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-md-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-md-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-md-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-md-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-md-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-md-11
    {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px)
{
    .col-lg
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-lg-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-lg-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-lg-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-lg-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-lg-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-lg-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-lg-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-lg-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-lg-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-lg-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-lg-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-lg-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-lg-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-lg-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11
    {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px)
{
    .col-xl
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col-xl-auto
    {
        width: auto;
        max-width: none;

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .col-xl-1
    {
        max-width: 8.3333333333%;

        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    }
    .col-xl-2
    {
        max-width: 16.6666666667%;

        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    }
    .col-xl-3
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .col-xl-4
    {
        max-width: 33.3333333333%;

        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    }
    .col-xl-5
    {
        max-width: 41.6666666667%;

        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    }
    .col-xl-6
    {
        max-width: 50%;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .col-xl-7
    {
        max-width: 58.3333333333%;

        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    }
    .col-xl-8
    {
        max-width: 66.6666666667%;

        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    }
    .col-xl-9
    {
        max-width: 75%;

        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }
    .col-xl-10
    {
        max-width: 83.3333333333%;

        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    }
    .col-xl-11
    {
        max-width: 91.6666666667%;

        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    }
    .col-xl-12
    {
        max-width: 100%;

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .order-xl-first
    {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5
    {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6
    {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7
    {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9
    {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10
    {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11
    {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12
    {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2
    {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5
    {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8
    {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11
    {
        margin-left: 91.6666666667%;
    }
}
@font-face
{
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face
{
    font-family: 'Oswald';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
@font-face
{
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
*,
*::before,
*::after
{
    box-sizing: inherit;
}
html
{
    font-size: 10px;
    line-height: 1.42857143;

    box-sizing: border-box;

    -webkit-tap-highlight-color: transparent;
}
body
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;

    overflow-x: hidden;

    color: #333;
    background: #fff;
}
a
{
    text-decoration: underline;

    color: #d96527;
}
a:hover,
a:focus
{
    color: #6d3313;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|*  Typography
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.block-c-tours .block-item-content h2,
.block-c-tours-internal .block-item-content h2
{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.1;

    margin-top: 2.5rem;
    margin-bottom: 1.5rem;

    text-transform: uppercase;

    color: #d96527;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span
{
    color: #fff;
}
h1,
.h1,
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content h2,
.focus-c-why .focus-bg .focus-intro .focus-intro-heading,
.block-c-tours .block-item-content h2,
.block-c-tours-internal .block-item-content h2
{
    font-size: 7.5rem;

    margin-bottom: 3.5rem;
}
h1 em,
.h1 em,
.focus-c-why .focus-bg .focus-intro .focus-intro-heading em
{
    font-size: 5rem;
    font-style: normal;
}
@media (max-width: 991px)
{
    h1,
    .h1,
    .tour-itinerary .tour-itinerary-bg .tour-itinerary-content h2,
    .focus-c-why .focus-bg .focus-intro .focus-intro-heading,
    .block-c-tours .block-item-content h2,
    .block-c-tours-internal .block-item-content h2
    {
        font-size: 4.5rem;

        margin-bottom: 2rem;
    }
}
h2,
.h2,
.blog-item h1,
.tour-highlights .tour-highlights-intro h2,
.txt-c .txt-item h1,
.footer .footer-bg h2.footer-heading
{
    font-size: 5.5rem;

    margin-bottom: 3rem;
}
@media (max-width: 991px)
{
    h2,
    .h2,
    .blog-item h1,
    .tour-highlights .tour-highlights-intro h2,
    .txt-c .txt-item h1,
    .footer .footer-bg h2.footer-heading
    {
        font-size: 3.5rem;

        margin-bottom: 1.5rem;
    }
}
h3,
.h3,
.txt-c .txt-item h2,
.footer .footer-bg h3.footer-heading
{
    font-size: 3rem;
}
@media (max-width: 991px)
{
    h3,
    .h3,
    .txt-c .txt-item h2,
    .footer .footer-bg h3.footer-heading
    {
        font-size: 2.5rem;
    }
}
h4,
.h4,
.divider-c-memberships .divider-bg .col:first-of-type .divider-heading,
.divider-c-accreditations .divider-bg .col:first-of-type .divider-heading
{
    font-size: 2rem;
}
h5,
.h5
{
    font-size: 1.5rem;
}
h6,
.h6
{
    font-size: 1.5rem;
}
p
{
    margin: 0 0 1rem;
}
blockquote
{
    margin-left: 0;
    padding: 1rem 2rem;
}
blockquote p:last-child
{
    margin-bottom: 0;
}
blockquote cite
{
    color: #b3b3b3;
}
ul,
ol
{
    margin: 2rem 0 2rem 2rem;
    padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol
{
    margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li
{
    margin-top: 1rem;
}
ul
{
    list-style: disc inside;
}
ul ul
{
    list-style-type: circle;
}
ol
{
    list-style: decimal inside;
}
ol ol
{
    list-style-type: lower-alpha;
}
.alignnone
{
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter
{
    display: block;

    margin: 5px auto 5px auto;
}
.alignright
{
    float: right;

    margin: 5px 0 20px 20px;
}
.alignleft
{
    float: left;

    margin: 5px 20px 20px 0;
}
a img.alignright
{
    float: right;

    margin: 5px 0 20px 20px;
}
a img.alignnone
{
    margin: 5px 20px 20px 0;
}
a img.alignleft
{
    float: left;

    margin: 5px 20px 20px 0;
}
a img.aligncenter
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}
.main-wrapper .block img,
.main-wrapper .focus img,
.main-wrapper .side img,
.main-wrapper .slider img,
.main-wrapper .tour-intro img,
.main-wrapper .tour-highlights img,
.main-wrapper .tour-gallery img,
.main-wrapper .tour-testimonials img,
.main-wrapper .ex-gallery img,
.main-wrapper .block-item-gallery img,
.main-wrapper .side .side-gallery img,
.main-wrapper .side-1 .side-gallery img
{
    border-radius: 0 !important;
}
.wp-caption
{
    max-width: 96%;
    padding: 5px 3px 10px;

    text-align: center;

    background: #fff;
}
.wp-caption.alignnone
{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft
{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright
{
    margin: 5px 0 20px 20px;
}
.wp-caption img
{
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;

    border: 0 none;
}
.wp-caption p.wp-caption-text
{
    font-size: 13px;
    line-height: 17px;

    margin: 10px 0 0;
    padding: 0 4px 5px;
}
.alert-success
{
    border: 1px solid #c3e6cb;
    border-radius: 2px;
    background-color: #d4edda;
}
.alert-danger
{
    border: 1px solid #f5c6cb;
    border-radius: 2px;
    background-color: #d4edda;
}
.alert-warning
{
    border: 1px solid #ffeeba;
    border-radius: 2px;
    background-color: #fff3cd;
}
.slick-slide,
.slick-slide *
{
    outline: none !important;
}
.slick-slide:focus
{
    outline: none !important;
}
@media (min-width: 992px)
{
    .container
    {
        width: 90% !important;
        max-width: 1560px;
    }
}
@media (min-width: 1500px)
{
    .container
    {
        width: 80% !important;
        max-width: 1560px;
    }
}
.main-wrapper
{
    position: relative;

    max-width: 2560px !important;
    margin: 0 auto;
}
.col-0-padding [class*='col-'],
.tour-intro [class*='col-'],
.tour-gallery [class*='col-'],
.tour-testimonials [class*='col-'],
.tour-itinerary [class*='col-'],
.block-c-side-image [class*='col-'],
.block-side-side [class*='col-'],
.block-c-tours [class*='col-'],
.divider-image [class*='col-'],
.block-c-side-image-reverse [class*='col-'],
.block-c-tours-internal [class*='col-']
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.section-padding,
.tour-intro .tour-intro-bg,
.tour-itinerary .tour-itinerary-bg,
.txt,
.txt-c,
.block .block-bg,
.block-c-side-image .block-bg,
.block-c-tour-compare .block-bg,
.block-c-two-images .block-bg,
.block-c-full-image .block-bg,
.contact .contact-bg,
.contact-c .contact-bg,
.divider .divider-bg,
.testimonial .testimonial-bg,
.testimonial-1 .testimonial-bg,
.side .side-bg,
.side-1 .side-bg,
.block-c-side-image-reverse .block-bg,
.block-c-tour-book .block-bg
{
    padding: 10rem 0;
}
@media (max-width: 991px)
{
    .section-padding,
    .tour-intro .tour-intro-bg,
    .tour-itinerary .tour-itinerary-bg,
    .txt,
    .txt-c,
    .block .block-bg,
    .block-c-side-image .block-bg,
    .block-c-tour-compare .block-bg,
    .block-c-two-images .block-bg,
    .block-c-full-image .block-bg,
    .contact .contact-bg,
    .contact-c .contact-bg,
    .divider .divider-bg,
    .testimonial .testimonial-bg,
    .testimonial-1 .testimonial-bg,
    .side .side-bg,
    .side-1 .side-bg,
    .block-c-side-image-reverse .block-bg,
    .block-c-tour-book .block-bg
    {
        padding: 3rem 0;
    }
}
.container-100 .container,
.tour-intro .container,
.tour-gallery .container,
.block-c-side-image .container,
.block-c-side-image-reverse .container,
.block-side-side .container,
.block-c-tours .container,
.divider-image .container,
.block-c-side-image-reverse .container,
.block-c-tours-internal .container
{
    width: 100% !important;
    max-width: 2048px !important;
}
/*
.magic-padding{
  //padding bottom : height /(width/100) eg
  padding-bottom: 400% / (1920/100);
}
*/
.btn-default,
.btn-default-alt,
.divider-btn,
.focus-item-btn,
.block-item-btn,
.slider-btn,
.gform_button,
.block-item-btn,
.tour-intro a.tour-intro-btn,
.tour-highlights a.tour-highlights-btn,
.tour-rates a.tour-rates-btn,
.block-c-full-image .block-item .block-item-content .block-item-btn
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;

    display: inline-block;

    margin: 0 auto;
    padding: 1.5rem 3rem;

    transition-duration: .5s;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #d96527;
    background-color: #d96527;
}
.btn-default:hover,
.btn-default-alt:hover,
.divider-btn:hover,
.focus-item-btn:hover,
.block-item-btn:hover,
.slider-btn:hover,
.gform_button:hover,
.block-item-btn:hover,
.tour-intro a.tour-intro-btn:hover,
.tour-highlights a.tour-highlights-btn:hover,
.tour-rates a.tour-rates-btn:hover,
.block-c-full-image .block-item .block-item-content .block-item-btn:hover
{
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.btn-default-alt,
.tour-rates a.tour-rates-btn,
.block-c-full-image .block-item .block-item-content .block-item-btn
{
    border: 2px solid #fff;
    background-color: tranparent;
}
.btn-default-alt:hover,
.tour-rates a.tour-rates-btn:hover,
.block-c-full-image .block-item .block-item-content .block-item-btn:hover
{
    border-color: #d96527;
    background-color: #d96527;
}
.heading-default,
.text-heading,
.focus-intro-heading,
.block-intro-heading,
.divider-heading,
.divider-sub-heading,
.side-heading,
.testimonial-intro-heading,
.contact-heading,
.footer-heading,
.focus-item-heading,
.block-item-heading
{
    position: relative;
}
.contact-details i
{
    /*display: none;*/
}
.contact-details span
{
    display: none;
}
.image-bg-cover,
.blog-item,
.focus,
.focus .focus-item,
.focus-c-why,
.focus-c-why .focus-item,
.focus-c-images,
.focus-c-images .focus-item,
.focus-c-destinations,
.focus-c-destinations .focus-item,
.block .block-item,
.block-c-side-image .block-item,
.block-c-tours,
.block-c-two-images .block-item,
.block-c-full-image .block-item,
.testimonial,
.testimonial-1,
.side,
.side-1,
.block-c-side-image-reverse .block-item,
.block-c-tours-internal
{
    background-position: center center;
    background-size: cover;
}
.slick-next,
.slick-prev
{
    top: auto;
    right: auto;
    bottom: -110px !important;
    left: 50%;

    width: 60px;
    height: 60px;
    padding: 1rem;

    border-radius: 50%;
    background: #d96527 none repeat scroll 0 0 !important;
}
.slick-next::before,
.slick-prev::before
{
    font-family: 'icomoon' !important;
    font-size: 35px;
    line-height: 40px;

    opacity: 1;
    color: #fff;
}
.slick-prev
{
    margin-left: -65px;
}
.slick-prev:before
{
    content: '\e908';
}
.slick-next
{
    margin-left: 0 !important;
}
.slick-next:before
{
    content: '\e909';
}
.video-play-button
{
    position: absolute;
    z-index: 10;
    top: calc((100% - 130px));
    left: 20%;

    display: block;

    box-sizing: content-box;
    width: 120px;
    height: 120px;
    padding: 18px 20px 18px 28px;

    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .video-play-button
    {
        top: calc((100% - 35px));
        left: 50%;

        width: 80px;
        height: 80px;
        padding: 18px 20px 18px 28px;
    }
}
.video-play-button:before
{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;

    display: block;

    width: 120px;
    height: 120px;

    content: '';
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    animation: pulse-border 1500ms ease-out infinite;

    border-radius: 50%;
    background: #d96527;
}
@media (max-width: 991px)
{
    .video-play-button:before
    {
        width: 80px;
        height: 80px;
    }
}
.video-play-button:after
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 120px;
    height: 120px;

    content: '';
    transition: all 200ms;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
    background: #000;
}
@media (max-width: 991px)
{
    .video-play-button:after
    {
        width: 80px;
        height: 80px;
    }
}
.video-play-button:hover:after
{
    background-color: #000;
}
.video-play-button span
{
    position: absolute;
    z-index: 7;
    top: 54px;
    left: 70px;

    display: block;

    width: 0;
    height: 0;

    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 32px solid #fff;
}
@media (max-width: 991px)
{
    .video-play-button span
    {
        top: 36px;
        left: 51px;
    }
}
@keyframes pulse-border
{
    0%
    {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;
    }
    100%
    {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;
    }
}
.blockquote,
.tour-intro .tour-intro-bg .tour-intro-content blockquote,
.block-c-side-image .block-item .block-item-content blockquote,
.contact-c .contact-bg blockquote,
.block-c-side-image-reverse .block-item .block-item-content blockquote
{
    font-weight: 700;

    position: relative;

    margin-top: 3rem;
    margin-bottom: 0;

    background-color: #000;
}
.blockquote:before,
.tour-intro .tour-intro-bg .tour-intro-content blockquote:before,
.block-c-side-image .block-item .block-item-content blockquote:before,
.contact-c .contact-bg blockquote:before,
.block-c-side-image-reverse .block-item .block-item-content blockquote:before
{
    position: absolute;
    top: 50%;
    left: -14px;

    width: 0;
    height: 0;

    content: '';
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    border-width: 15px 0 15px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #d96527;
}
ul.list-inline
{
    display: inline-block;

    margin: 2rem auto 3rem auto;
    padding: 0;
}
ul.list-inline li
{
    display: inline-block;
}
.social-icons .ex
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    transition: all .3s ease-in-out;
    text-align: center;

    color: #fff;
    background-color: #0d9896;
}
.social-icons.icon-circle .ex
{
    border-radius: 50%;
}
.social-icons.icon-rounded .ex
{
    border-radius: 5px;
}
.social-icons.icon-flat .ex
{
    border-radius: 0;
}
.social-icons .ex:hover,
.social-icons .ex:active
{
    color: #d96527;
    border-color: #d96527;
    /*box-shadow: 1px 1px 3px #333;*/
}
/*
.social-icons.icon-zoom .ex:hover,
.social-icons.icon-zoom .ex:active {
    transform: scale(1.1);
}

.social-icons.icon-rotate .ex:hover,
.social-icons.icon-rotate .ex:active {
    transform: scale(1.1) rotate(360deg);
}*/
/*
.social-icons .ex-facebook {
    background-color: #3C599F;
}

.social-icons .ex-google-plus {
    background-color: #CF3D2E;
}

.social-icons .ex-instagram {
    background-color: #A1755C;
}

.social-icons .ex-linkedin {
    background-color: #0085AE;
}

.social-icons .ex-twitter {
    background-color: #32CCFE;
}

.social-icons .ex-vimeo {
    background-color: #229ACC;
}

.social-icons .ex-youtube {
    background-color: #C52F30;
}

.social-icons .ex-googleplus {
    background-color: #C52F30;
}*/
.gform_wrapper.gravity-theme
{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.gform_wrapper.gravity-theme .gform_required_legend
{
    display: none;
}
.gform_wrapper.gravity-theme .gform_fields
{
    grid-row-gap: 1.4rem;
    grid-column-gap: 1.4rem;
}
.gform_wrapper.gravity-theme .gfield
{
    line-height: 1;
}
.gform_wrapper.gravity-theme .gfield label,
.gform_wrapper.gravity-theme .gfield .gfield_label
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;

    display: block;

    width: 100%;
    margin: 0 0 .5rem;

    text-align: left;

    color: #000;
}
.gform_wrapper.gravity-theme .gfield input[type='text'],
.gform_wrapper.gravity-theme .gfield input[type='email'],
.gform_wrapper.gravity-theme .gfield input[type='tel'],
.gform_wrapper.gravity-theme .gfield input[type='url'],
.gform_wrapper.gravity-theme .gfield input[type='number'],
.gform_wrapper.gravity-theme .gfield input[type='password'],
.gform_wrapper.gravity-theme .gfield input[type='search'],
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;

    width: 100%;
    min-height: 4.4rem;
    padding: .8rem 1rem;

    color: #000;
    border: 1px solid #d96527;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}
.gform_wrapper.gravity-theme .gfield .ginput_container
{
    width: 100%;
}
.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.small,
.gform_wrapper.gravity-theme .gfield select.medium,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.small,
.gform_wrapper.gravity-theme .gfield textarea.medium,
.gform_wrapper.gravity-theme .gfield textarea.large
{
    width: 100% !important;
    max-width: 100% !important;

    inline-size: 100% !important;
    max-inline-size: 100% !important;
}
.gform_wrapper.gravity-theme .gfield textarea
{
    min-height: 14rem;

    resize: vertical;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus
{
    border-color: #0d9896;
    outline: none;
    background-color: #fff;
}
.gform_wrapper.gravity-theme .gfield.fifty,
.gform_wrapper.gravity-theme .gfield.gfield--width-full.fifty
{
    -ms-grid-column: span 6;
        grid-column: span 6;
}
@media (max-width: 991px)
{
    .gform_wrapper.gravity-theme .gfield.fifty,
    .gform_wrapper.gravity-theme .gfield.gfield--width-full.fifty
    {
        -ms-grid-column: 1;
        grid-column-start: 1;
        grid-column-end: -1;
    }
}
.gform_wrapper.gravity-theme .gfield--width-full,
.gform_wrapper.gravity-theme .gfield.gfield_error
{
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: -1;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer
{
    margin: 1.4rem 0 0;
    padding: 0;
}
.gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button
{
    float: none;

    margin-top: 0 !important;

    text-align: center;
}
.gform_wrapper.gravity-theme .gform_validation_errors
{
    margin: 0 0 1.5rem;
    padding: 1rem;

    border: 1px solid #ffc2c1;
    background-color: #fde0e0;
    box-shadow: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;

    margin: 0;

    text-transform: none;

    color: #000;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message
{
    font-size: 1.5rem;

    margin-top: .5rem;
    padding: .5rem;

    color: #000;
    border: 1px solid #ffc2c1;
    background-color: #fde0e0;
}
.gform_wrapper.gravity-theme .gfield_error input[type='text'],
.gform_wrapper.gravity-theme .gfield_error input[type='email'],
.gform_wrapper.gravity-theme .gfield_error input[type='tel'],
.gform_wrapper.gravity-theme .gfield_error input[type='url'],
.gform_wrapper.gravity-theme .gfield_error input[type='number'],
.gform_wrapper.gravity-theme .gfield_error input[type='password'],
.gform_wrapper.gravity-theme .gfield_error input[type='search'],
.gform_wrapper.gravity-theme .gfield_error select,
.gform_wrapper.gravity-theme .gfield_error textarea
{
    border-color: #ffc2c1 !important;
}
.gform_wrapper.gravity-theme .gform_validation_container
{
    position: absolute !important;
    left: -9000px;

    display: none !important;
}
.gform_confirmation_message
{
    font-size: 1.5rem;

    padding: 1rem;

    color: #000;
    border: 1px solid #c3e6cb;
    background-color: #d4edda;
}
.gravity-theme .gform-datepicker-calendar
{
    font-size: 13px !important;
}
.gravity-theme .gform-datepicker-calendar table.calendar th,
.gravity-theme .gform-datepicker-calendar table.calendar th span,
.gravity-theme .gform-datepicker-calendar table.calendar td,
.gravity-theme .gform-datepicker-calendar table.calendar td span
{
    font-size: 13px !important;
    line-height: 1.2;
}
.fourofour
{
    min-height: 530px;
    padding-top: 130px;

    text-align: center;

    background-color: #d96527;
}
.fourofour h2
{
    font-size: 150px;

    margin: 0;
    padding: 0;

    color: #fff;
}
.fourofour p
{
    margin: 0;

    color: #fff;
}
.fourofour a
{
    font-size: 17px;
    font-weight: 700;
    line-height: 55px;

    display: inline-block;

    height: 60px;
    margin-top: 50px;
    margin-right: 5px;
    padding: 0 8px;

    color: #fff;
    border-top: 3px solid #0d9896;
    border-bottom: 3px solid #0d9896;
}
.expedite-blog
{
    position: relative;

    padding: 8rem 0;
}
.expedite-blog::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 30px;

    content: '';

    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #000;
}
.expedite-blog .byline
{
    font-size: 1.4rem;
}
.expedite-blog #commentform
{
    padding: 2rem 3rem;

    border: 1px solid #d96527;
}
.expedite-blog #commentform ul
{
    margin: 0;
    padding: 0;
}
.expedite-blog #commentform ul li
{
    margin: .8rem 0;

    list-style: none;
}
.expedite-blog #commentform ul li label
{
    font-family: 'Oswald', sans-serif;

    display: block;

    color: #d96527;
}
.expedite-blog #commentform ul li input[type='text'],
.expedite-blog #commentform ul li textarea
{
    font-size: 1.5rem;

    width: 100%;
    padding: 0 5px;
}
.expedite-blog #commentform ul li textarea
{
    height: 15rem;
}
.expedite-blog ol.commentlist
{
    margin: 0;
    padding: 0;
}
.expedite-blog ol.commentlist li
{
    padding: 2rem;

    list-style: none;

    border: 1px solid #ccc;
}
.expedite-blog ol.commentlist li cite
{
    font-style: normal;
}
.expedite-blog ol.commentlist li p.small
{
    font-size: 1.4rem;
}
.expedite-blog-archive .col-lg-4:nth-child(even) .focus-item .focus-item-image::after
{
    background-color: #fff;
}
.widget
{
    margin-bottom: 2rem;
    padding: 2rem;

    background-color: #d96527;
}
.widget h3
{
    margin: 0;

    color: #fff;
}
.widget ul
{
    margin: 1rem 0;
    padding: 0 0 0 1rem;
}
.widget ul li
{
    margin: .8rem 0;

    list-style: none;
}
.widget ul li a
{
    display: block;

    text-decoration: none;

    color: #0d9896;
}
.blog-item
{
    position: relative;
    z-index: 50;

    margin-bottom: 2rem;
    padding: 4rem 3rem;

    text-align: left;

    border-radius: 25px;
    background-color: #f8e1d4;
}
.blog-item .focus-item-bg
{
    background-color: #d96527;
}
.blog-item .blog-item-image
{
    position: relative;
}
.blog-item .blog-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.blog-item .blog-item-image:after
{
    position: absolute;
    bottom: -10px;
    left: 0;

    width: calc((100% - 20px));
    height: 10px;

    content: '';

    background-color: #0d9896;
}
.blog-item .blog-item-content
{
    padding: 0 2rem;
}
.blog-item .blog-item-content h2
{
    color: #fff;
}
.blog-item .blog-item-content h2 span
{
    color: #0d9896;
}
.blog-item .blog-item-content h2 a
{
    text-decoration: none;
}
.blog-item .blog-item-content .blog-item-btn
{
    margin-top: 1rem;

    color: #d96527;
    border-color: #d96527;
    background-color: #fff;
}
.blog-item .blog-item-content .blog-item-btn:hover
{
    color: #0d9896;
    border-color: #0d9896;
    background-color: #fff;
}
.contact-details
{
    margin: 0;
    padding: 0;
}
.contact-details li
{
    display: table;

    list-style: none;
}
.contact-details li div
{
    display: table-cell;

    vertical-align: middle;
}
.contact-details strong
{
    display: inline-block;

    width: 8rem;
    margin-right: 10px;

    border-right: 1px solid #d96527;
}
.contact-details i
{
    font-size: 1.6rem;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-right: 10px;

    text-align: center;

    border-radius: 50%;
    background-color: #0d9896;
}
.contact-details i.ex-location-pin
{
    font-size: 2.2rem;
}
.contact-details span
{
    font-weight: 700;

    display: none;

    margin-right: .8rem;
}
.ex-gallery,
.block-item-gallery,
.side .side-gallery,
.side-1 .side-gallery
{
    position: relative;

    display: block;
    float: left;
    overflow: hidden;

    width: 100%;
}
.ex-gallery a,
.block-item-gallery a,
.side .side-gallery a,
.side-1 .side-gallery a
{
    position: relative;

    display: inline-block;
    float: left;

    width: 100%;
    height: auto;
}
.ex-gallery a img,
.block-item-gallery a img,
.side .side-gallery a img,
.side-1 .side-gallery a img
{
    position: relative;
    z-index: 1;

    float: left;

    width: 100%;
    height: auto;
}
.ex-gallery a .overlay,
.block-item-gallery a .overlay,
.side .side-gallery a .overlay,
.side-1 .side-gallery a .overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .2s ease 0s;
    text-align: center;

    opacity: 0;
    background: rgba(0, 0, 0, .5);
}
.ex-gallery a:hover .overlay,
.block-item-gallery a:hover .overlay,
.side .side-gallery a:hover .overlay,
.side-1 .side-gallery a:hover .overlay
{
    opacity: 1;
}
.ex-gallery a .overlay span,
.block-item-gallery a .overlay span,
.side .side-gallery a .overlay span,
.side-1 .side-gallery a .overlay span
{
    font-size: 50px;
    line-height: 65px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    color: #e5e5e5;
    border: 2px solid #fff;
}
/* CSS Document */
html.hc-nav-yscroll
{
    overflow-y: scroll;
}
body.hc-nav-open
{
    position: fixed;

    overflow: visible;

    width: 100%;
    min-height: 100%;
}
.hc-nav-trigger
{
    position: fixed;
    z-index: 9980;
    top: 75px;
    right: 45px;

    display: none;

    width: 30px;
    min-height: 24px;

    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 991px)
{
    .hc-nav-trigger
    {
        position: absolute;
    }
}
@media (max-width: 991px)
{
    .hc-nav-trigger
    {
        top: 75px;
    }
}
.hc-nav-trigger:before
{
    position: absolute;
    top: -17px;
    right: -15px;

    width: 60px;
    height: 60px;

    content: '';

    border-radius: 50%;
    background-color: #d96527;
}
.hc-nav-trigger span
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 30px;
    height: 4px;

    transition: all .2s ease;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    background: #fff;
}
.hc-nav-trigger span::before
{
    position: absolute;
    top: -10px;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: all .2s ease;

    background: #fff;
}
.hc-nav-trigger span::after
{
    position: absolute;
    bottom: -10px;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: all .2s ease;

    background: #fff;
}
.hc-nav-trigger.toggle-open span
{
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);

    background: rgba(0, 0, 0, 0);
}
.hc-nav-trigger.toggle-open span::before
{
    transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after
{
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav
{
    position: fixed;
    z-index: 9999;
    top: 0;

    display: none;
    visibility: hidden;

    height: 100%;
}
.hc-offcanvas-nav ul
{
    margin: 0;
    padding: 0;
}
.hc-offcanvas-nav ul li
{
    margin: 0;
    padding: 0;
}
.hc-offcanvas-nav .nav-container
{
    position: fixed;
    z-index: 9998;
    top: 0;

    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    max-height: 100%;

    transition: transform .4s ease;

    background: #d96527;
}
.hc-offcanvas-nav .nav-wrapper
{
    box-sizing: border-box;
    width: 100%;
    height: 100%;

    background: #d96527;

    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-wrapper::after
{
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    transition: visibility 0s ease .4s,
    opacity .4s ease;

    opacity: 0;
    background: rgba(0, 0, 0, .3);

    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-content
{
    height: 100%;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;

    box-sizing: border-box;
}
.hc-offcanvas-nav ul
{
    margin: 0;
    padding: 0;

    list-style: none;

    background: #d96527;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a
{
    margin-top: -1px;

    border-top: 1px solid #c05922;
}
.hc-offcanvas-nav li
{
    position: relative;

    display: block;

    text-align: left;
}
.hc-offcanvas-nav li:not(.custom-content) a
{
    font-size: 15px;

    position: relative;
    z-index: 1;

    display: block;

    box-sizing: border-box;
    padding: 14px 17px;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #c05922;
    background: rgba(0, 0, 0, 0);
}
.hc-offcanvas-nav li:not(.custom-content) a:hover
{
    text-decoration: none;
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled]
{
    cursor: not-allowed;

    color: rgba(255, 255, 255, .5);
}
.hc-offcanvas-nav li.level-open > .nav-wrapper
{
    visibility: visible;
}
.hc-offcanvas-nav input[type='checkbox']
{
    display: none;
}
.hc-offcanvas-nav label
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    cursor: pointer;
}
.hc-offcanvas-nav .nav-item
{
    font-size: 15px;

    position: relative;
    z-index: 1;

    display: block;

    box-sizing: border-box;
    padding: 14px 17px;

    color: #fff;
    border-bottom: 1px solid #c05922;
    background: rgba(0, 0, 0, 0);
}
.hc-offcanvas-nav .nav-item:focus
{
    z-index: 10;
}
.hc-offcanvas-nav .nav-item:focus-within
{
    z-index: 10;
}
.hc-offcanvas-nav .sub-level-open::after
{
    visibility: visible;

    transition-delay: .05s;

    opacity: 1;
}
.hc-offcanvas-nav:not(.nav-open)::after
{
    pointer-events: none;
}
.hc-offcanvas-nav::after
{
    background: rgba(0, 0, 0, .3);
}
.hc-offcanvas-nav h2
{
    font-size: 19px;
    font-weight: normal;

    padding: 20px 17px;

    text-align: left;

    color: #833d17;
}
.hc-offcanvas-nav .nav-item-wrapper
{
    position: relative;
}
.hc-offcanvas-nav .nav-highlight
{
    background: #c85d23;
}
.hc-offcanvas-nav .nav-close:focus
{
    z-index: 10;
}
.hc-offcanvas-nav .nav-next:focus
{
    z-index: 10;
}
.hc-offcanvas-nav .nav-next span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hc-offcanvas-nav .nav-next span::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-left: -2px;

    content: '';
    -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform-origin: center;
        transform-origin: center;

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav .nav-back:focus
{
    z-index: 10;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover
{
    background: #d16125;
}
.hc-offcanvas-nav li.nav-close a
{
    border-top: 1px solid #b75520;
    border-bottom: 1px solid #b75520;
    background: #c05922;
}
.hc-offcanvas-nav li.nav-close a:hover
{
    background: #be5821;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a
{
    margin-top: -1px;
}
.hc-offcanvas-nav li.nav-close span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 45px;

    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
}
.hc-offcanvas-nav li.nav-close span::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -9px;

    content: '';
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-close span::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 6px;
    height: 6px;
    margin-top: -3px;

    content: '';
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-back a
{
    border-top: 1px solid #b75520;
    border-bottom: 1px solid #b75520;
    background: #c05922;
}
.hc-offcanvas-nav li.nav-back a:hover
{
    background: #be5821;
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a
{
    margin-top: -1px;
}
.hc-offcanvas-nav li.nav-back span
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 45px;

    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
}
.hc-offcanvas-nav li.nav-back span::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin-left: -2px;

    content: '';
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform-origin: center;
        transform-origin: center;

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-parent .nav-item:last-child
{
    padding-right: 58px;
}
.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child)
{
    margin-right: 44px;
}
.hc-offcanvas-nav li.nav-parent .nav-next
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 45px;

    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
}
.hc-offcanvas-nav a.nav-next
{
    border-left: 1px solid #c05922;
}
.hc-offcanvas-nav.is-ios *
{
    cursor: pointer !important;
}
.hc-offcanvas-nav.disable-body::after
{
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    transition: visibility 0s ease .4s,
    opacity .4s ease;

    opacity: 0;

    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav.disable-body.nav-open::after
{
    visibility: visible;

    transition-delay: .05s;

    opacity: 1;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after
{
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0
{
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;

    box-sizing: border-box;
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper
{
    visibility: hidden;
    overflow: hidden;

    min-width: 0;
    max-height: 0;

    transition: height 0s ease .4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper
{
    visibility: visible;
    overflow: visible;

    max-height: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper
{
    background: transparent;
    box-shadow: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2
{
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item
{
    font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li
{
    transition: background .3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open
{
    background: #c85d23;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a
{
    border-bottom: 1px solid #b75520;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a:hover
{
    background: #cd5f24;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before
{
    margin-top: -2px;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content
{
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;

    box-sizing: border-box;
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper
{
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper
{
    position: absolute;
    z-index: 9999;
    top: 0;

    visibility: hidden;

    height: 100%;

    transition: visibility 0s ease .4s,
    transform .4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent
{
    position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper
{
    visibility: visible;

    transition: transform .4s ease;
    transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.nav-position-left
{
    left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container
{
    left: 0;
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper
{
    left: 0;

    transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right
{
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container
{
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-next span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper
{
    right: 0;

    transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top
{
    top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container
{
    top: 0;

    width: 100%;
}
.hc-offcanvas-nav.nav-position-top .nav-next span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper
{
    left: 0;

    transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom
{
    top: auto;
    bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container
{
    top: auto;
    bottom: 0;

    width: 100%;
}
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before
{
    margin-right: -2px;
    margin-left: 0;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper
{
    left: 0;

    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container
{
    transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.rtl li
{
    text-align: right;
}
.hc-offcanvas-nav.rtl .nav-next span
{
    right: unset;
    left: 0;
}
.hc-offcanvas-nav.rtl .nav-back span
{
    right: unset;
    left: 0;
}
.hc-offcanvas-nav.rtl .nav-close span
{
    right: unset;
    left: 0;
}
.hc-offcanvas-nav.rtl a.nav-next
{
    border-right: 1px solid #c05922;
    border-left: none;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item
{
    padding-right: 17px;
    padding-left: 58px;
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper
{
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper
{
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper
{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper
{
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper
{
    background: transparent;
    box-shadow: none;
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2
{
    display: none;
}
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item
{
    font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li
{
    transition: background .3s ease;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open
{
    background: #c85d23;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a
{
    border-bottom: 1px solid #b75520;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a:hover
{
    background: #cd5f24;
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > .nav-next span::before
{
    margin-top: 2px;

    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before
{
    margin-top: -2px;

    -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
}
.wave-flow
{
    position: relative;

    overflow: hidden;
}
.wave-flow::before
{
    position: absolute;
    z-index: 5;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;

    content: '';
    -ms-transform: scaleX(2);
        transform: scaleX(2);
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    animation: 25s infinite alternate shape-anim-5849 linear;
    pointer-events: none;

    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".8" fill="%2300aeef"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".9" fill="%23f68b34"/><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="black" opacity="1"/></svg>');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% 180px;
}
@media (max-width: 991px)
{
    .wave-flow::before
    {
        background-size: 100% 80px;
    }
}
@media (max-width: 600px)
{
    .wave-flow::before
    {
        background-size: 100% 50px;
    }
}
@keyframes shape-anim-5849
{
    100%
    {
        transform: scaleX(2) translateX(calc(50%));
    }
}
.tour-intro
{
    text-align: center;

    color: #fff;
}
.tour-intro .row
{
    -ms-flex-align: center;
    align-items: center;
}
.tour-intro .tour-intro-bg
{
    position: relative;

    padding: 4rem 0 6rem 0;

    background-color: #0d9896;
}
@media (max-width: 991px)
{
    .tour-intro .tour-intro-bg
    {
        padding: 4rem 2rem;
    }
}
.tour-intro .tour-intro-bg .tour-intro-content
{
    padding: 0 10%;

    text-align: left;
}
@media (max-width: 991px)
{
    .tour-intro .tour-intro-bg .tour-intro-content
    {
        padding: 0 2rem 3rem 2rem;
    }
}
.tour-intro .tour-intro-bg .tour-intro-content h1
{
    font-weight: 700;

    margin-top: 0;
}
.tour-intro .tour-intro-bg .tour-intro-content h1 span
{
    font-weight: 400;

    color: #000;
}
.tour-intro .tour-intro-bg img
{
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px)
{
    .tour-intro .tour-intro-bg img
    {
        border-radius: 25px;
    }
}
.tour-intro a.tour-intro-btn
{
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
}
.tour-highlights .tour-highlights-bg
{
    position: relative;

    padding: 6rem 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .tour-highlights .tour-highlights-bg
    {
        padding: 4rem 2rem;
    }
}
.tour-highlights .tour-highlights-icons
{
    position: relative;

    margin-bottom: 4rem;
    /*&:after {
            content: "";
            position: absolute;
            bottom: -3.5rem;
            left: 50%;
            margin-left: -778px/2;
            width: 778px;
            height: 8px;
            height: 8px;
            background-image: url(../../images/little-dots-b.svg);
            opacity: 0.15;
            @media (max-width: @screen-sm-max) {
                bottom: -3rem;
                margin-left: -250px/2;
                width: 250px;
            }
        }*/
}
@media (max-width: 991px)
{
    .tour-highlights .tour-highlights-icons
    {
        margin-bottom: 4rem;
    }
}
.tour-highlights .tour-highlights-icons .highlight-icon-item
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 1rem;

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.tour-highlights .tour-highlights-icons .highlight-icon-item i
{
    font-size: 5rem;

    position: relative;
    z-index: 2;

    display: block;

    margin: 0;
    padding: 15px;

    animation: pulse 2000ms ease-out infinite;

    color: #fff;
    border-radius: 50%;
    background-color: #d96527;
}
.tour-highlights .tour-highlights-icons .highlight-icon-item span
{
    padding: 1.5rem;

    text-align: center;
}
@media (max-width: 991px)
{
    .tour-highlights .tour-highlights-icons .highlight-icon-item span b
    {
        display: block;
    }
}
.tour-highlights .tour-highlights-intro
{
    position: relative;

    margin-bottom: 5rem;
}
@media (max-width: 991px)
{
    .tour-highlights .tour-highlights-intro
    {
        margin-bottom: 2rem;

        text-align: left;
    }
}
.tour-highlights .tour-highlights-intro h2 span
{
    font-weight: 400;

    color: #000;
}
@media (max-width: 991px)
{
    .tour-highlights .tour-highlights-intro h2 span
    {
        display: block;
    }
}
.tour-highlights .tour-highlight-item
{
    min-height: 200px;
    padding-bottom: 2rem;
    padding-left: 260px;

    text-align: left;
}
@media (max-width: 1250px)
{
    .tour-highlights .tour-highlight-item
    {
        padding-left: 0;
    }
}
.tour-highlights .tour-highlight-item img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 250px;

    transition: all 400ms ease-in-out;
}
.tour-highlights .tour-highlight-item img:hover
{
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
@media (max-width: 1250px)
{
    .tour-highlights .tour-highlight-item img
    {
        position: relative;

        width: 300px;
        max-width: 100%;
        height: auto;
    }
}
.tour-highlights .tour-highlight-item h3
{
    margin-top: 1rem;
}
.tour-highlights a.tour-highlights-btn
{
    margin-right: auto;
    margin-left: auto;
}
.tour-rates
{
    color: #fff;
}
.tour-rates .tour-rates-bg
{
    position: relative;

    padding: 8rem 0;

    text-align: center;

    background-color: #000;
}
@media (max-width: 991px)
{
    .tour-rates .tour-rates-bg
    {
        padding: 4rem 2rem;
    }
}
.tour-rates .tour-rates-bg .tour-rates-intro
{
    position: relative;

    margin-bottom: 6rem;

    text-align: left;
}
.tour-rates .tour-rates-bg .tour-rates-intro h2
{
    color: #fff;
}
.tour-rates .tour-rates-bg .tour-rates-intro h2 span
{
    font-weight: 400;

    color: #d96527;
}
@media (max-width: 991px)
{
    .tour-rates .tour-rates-bg .tour-rates-intro h2 span
    {
        display: block;
    }
}
.tour-rates .tour-rates-bg .tour-rates-intro blockquote
{
    font-weight: 700;

    position: relative;

    padding-left: 90px;

    border-left: 0 solid #fff;
}
@media (max-width: 991px)
{
    .tour-rates .tour-rates-bg .tour-rates-intro blockquote
    {
        padding: 0 !important;
        padding-left: 0;
    }
}
.tour-rates .tour-rates-bg .tour-rates-intro blockquote:before
{
    font-family: 'icomoon' !important;
    font-size: 4rem;
    line-height: 62px;

    position: absolute;
    top: 50%;
    left: 0;

    width: 70px;
    height: 70px;
    margin-top: -35px;

    content: '\e907';
    transition: all 400ms ease-in-out;
    animation: pulse 1000ms ease-out infinite;
    text-align: center;

    color: #000;
    border-radius: 50%;
    background-color: #f4c01f;
}
@media (max-width: 991px)
{
    .tour-rates .tour-rates-bg .tour-rates-intro blockquote:before
    {
        position: relative;

        display: inline-block;

        margin: 1rem 0 2rem 0;
    }
}
.tour-rates .tour-rates-bg .tour-rates-intro blockquote:hover:before
{
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.tour-rates .tour-rates-bg h3
{
    text-align: left;

    color: #fff;
}
.tour-rates .tour-rates-bg ul.rates
{
    margin: 2rem 0;
    padding: 0;

    text-align: left;
}
.tour-rates .tour-rates-bg ul.rates li
{
    display: -ms-flexbox;
    display: flex;

    list-style: none;

    border-bottom: 1px solid rgba(255, 255, 255, .25);
}
@media (max-width: 991px)
{
    .tour-rates .tour-rates-bg ul.rates li
    {
            flex-direction: column;

        -ms-flex-direction: column;
    }
}
.tour-rates .tour-rates-bg ul.rates li div
{
    padding: 5px;
}
@media (min-width: 992px)
{
    .tour-rates .tour-rates-bg ul.rates li div:first-of-type
    {
        max-width: 200px;

        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    }
}
.tour-rates .tour-rates-bg ul.rates li div span
{
    font-weight: 700;
}
.tour-rates .tour-rates-bg ul.rates a
{
    color: #fff;
}
.tour-rates .tour-rates-icons
{
    padding: 2rem 0 6rem 0;
}
.tour-rates .tour-rates-icons h3
{
    margin-bottom: 5rem;
}
.tour-rates .tour-rates-icons i
{
    font-size: 5rem;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0 0 1rem 0;
    margin-bottom: 1rem;
    padding: 15px;

    animation: pulse 2000ms ease-out infinite;

    color: #fff;
    border-radius: 50%;
    background-color: #0d9896;
}
.tour-rates .tour-rates-icons p
{
    font-weight: 700;
}
.tour-rates a.tour-rates-btn
{
    margin-right: auto;
    margin-left: auto;

    background-color: #000;
}
.tour-gallery
{
    color: #fff;
}
.tour-gallery .tour-gallery-bg
{
    position: relative;

    padding: 4rem 0 11rem 0;

    background-color: #000;
}
.tour-gallery .tour-gallery-bg div.gallery-item
{
    padding: 0 1rem;
}
.tour-gallery .tour-gallery-bg img
{
    display: block;

    width: 100%;
    height: auto;
}
.tour-testimonials .row
{
    -ms-flex-align: center;
    align-items: center;
}
.tour-testimonials .tour-testimonials-bg
{
    position: relative;

    padding: 8rem 0 0 0;
}
@media (max-width: 991px)
{
    .tour-testimonials .tour-testimonials-bg
    {
        padding: 2rem 2rem 4rem 2rem;
    }
}
.tour-testimonials .tour-gallery-intro
{
    position: absolute;
    z-index: 50;
    top: 80px;
    left: 130px;

    display: -ms-flexbox;
    display: flex;

    width: calc((100% - 295px) / 3);
    height: calc((100% - 160px));
    padding: 4rem;

    background-color: #d96527;

    -ms-flex-align: center;
    align-items: center;
}
.tour-itinerary
{
    display: none;
}
.tour-itinerary .row
{
    -ms-flex-align: center;
    align-items: center;
}
.tour-itinerary .tour-itinerary-bg
{
    position: relative;

    padding: 4rem 0 8rem 0;

    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.tour-itinerary .tour-itinerary-bg:after
{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;

    width: 680px;
    height: 480px;

    content: '';

    background-image: url(../../images/dots.png);
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content
{
    padding: 6rem 2rem;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content h2
{
    font-weight: 400;

    margin-top: 0 !important;

    color: #000;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content h2 span
{
    font-weight: 700;

    display: block;

    color: #d96527;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content ul.itinerary
{
    position: relative;

    margin: 1rem 0;
    padding: 1rem 0;

    border-top: 2px solid #f8f9f9;
    border-bottom: 2px solid #f8f9f9;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content ul.itinerary li
{
    position: relative;

    display: table;

    width: 100%;
    margin: 0;
    padding: 1rem 0;

    list-style: none;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content ul.itinerary li div
{
    display: table-cell;

    vertical-align: middle;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content ul.itinerary li div:first-of-type
{
    width: 140px;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content ul.itinerary li div:first-of-type span
{
    display: block;

    padding: 1rem;

    text-align: center;

    color: #fff;
    background-color: #d96527;
}
.tour-itinerary .tour-itinerary-bg .tour-itinerary-content ul.itinerary li div:last-of-type
{
    padding: 5px 10px;
}
.tour-itinerary .tour-itinerary-bg img
{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
ul.quick-buttons
{
    position: fixed;
    z-index: 50;
    top: 250px;
    right: 35px;

    width: 50px;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px)
{
    ul.quick-buttons
    {
        display: none;
    }
}
ul.quick-buttons li
{
    margin: 0 0 10px 0;

    list-style: none;
}
ul.quick-buttons li a
{
    position: relative;

    display: -ms-flexbox;
    display: flex;

    width: 400px;
    height: 50px;

    text-decoration: none;

    color: #fff;
}
ul.quick-buttons li a span
{
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 60px;

    height: 50px;
    padding: 0 2rem;

    transition: all .5s .1s ease-in;
    text-align: right;

    opacity: 0;
    border-radius: 10px;
    background-color: #1a1a1a;
}
ul.quick-buttons li a span:after
{
    position: absolute;
    top: 20px;
    right: -5px;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}
ul.quick-buttons li a i
{
    line-height: 50px;

    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    display: inline-block;

    width: 50px;
    height: 50px;

    text-align: center;

    border-radius: 50%;
    background-color: #000;
}
ul.quick-buttons li a i:before
{
    z-index: 50 !important;
}
ul.quick-buttons li a i:hover
{
    background-color: #000;
}
ul.quick-buttons li a:hover span
{
    -ms-transform: translateX(calc((-100% - 70px)));
        transform: translateX(calc((-100% - 70px)));

    opacity: 1;
}
.agents
{
    padding: 6rem 0;
}
.agents h2
{
    font-size: 2.2rem;

    margin-bottom: 0;
    padding: 2rem;

    text-transform: uppercase;

    color: #fff;
    border-top-right-radius: 50px;
    background-color: #d96527;
}
.agents .a-news
{
    margin: 0 0 2rem 0;
    padding: 2rem;

    border: 1px solid #d96527;
    background-color: rgba(217, 101, 39, .05);
}
.agents .a-news li
{
    margin: 0;
    padding: 1rem;

    list-style: none;

    background-color: rgba(217, 101, 39, .1);
}
.agents .a-news li:nth-child(odd)
{
    background-color: #fff;
}
.agents .a-news li a
{
    font-weight: 700;

    text-decoration: none;

    color: #333;
}
.agents .a-logos
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 0 2rem 0;

    border: 1px solid #d96527;
    background-color: rgba(217, 101, 39, .05);
    background-color: #efefef;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.agents .a-logos .a-logo-items
{
    max-width: 20%;

    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
}
.agents .a-logos .a-logo-items img
{
    width: 100%;
    height: auto;
    padding: 3rem;
}
.agents .a-brochures
{
    margin: 0 0 2rem 0;
    padding: 2rem;

    border: 1px solid #d96527;
    background-color: rgba(217, 101, 39, .05);
}
.agents .a-brochures li
{
    margin: 0;
    padding: 1rem;

    list-style: none;

    background-color: rgba(217, 101, 39, .1);
}
.agents .a-brochures li:nth-child(odd)
{
    background-color: #fff;
}
.agents .a-brochures li a
{
    text-decoration: none;
}
.agents .a-images
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 0 2rem 0;
    padding: 2rem;

    border: 1px solid #d96527;
    background-color: rgba(217, 101, 39, .05);

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.agents .a-images li
{
    max-width: 12.5%;

    list-style: none;

    border: 3px solid #efefef;

    -ms-flex: 12.5%;
        flex: 0 0 12.5%;
}
.agents .a-images li .gallery-item img
{
    display: block;

    width: 100%;
    height: auto;
}
.agents .a-images li .gallery-item b
{
    display: block;

    padding: 1rem;

    text-transform: uppercase;

    color: #fff;
    background-color: #d96527;
}
.agents .a-videos
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 0 2rem 0;
    padding: 2rem;

    border: 1px solid #d96527;
    background-color: rgba(217, 101, 39, .05);

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.agents .a-videos li
{
    max-width: 50%;

    list-style: none;

    border: 3px solid #efefef;

    -ms-flex: 50%;
        flex: 0 0 50%;
}
.agents .a-videos li .a-video-code
{
    margin: 1rem 0;
    padding: 2rem;

    border: 2px solid #ccc;
    background-color: #fff;
}
/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after
{
    box-sizing: border-box;

    -webkit-backface-visibility: hidden;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay
{
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: auto;

    opacity: 0;
    background: #fdfdfd;
    background: rgba(0, 0, 0, .85);
}
/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader
{
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;

    animation: playload 1.4s steps(18) infinite;
    text-indent: -100px;

    background-image: url(../../venobox/preload-circle.png);
}
@keyframes playload
{
    from
    {
        background-position: 0;
    }
    to
    {
        background-position: -576px;
    }
}
/* IOS preloader */
/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../../venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../../venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../../venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close
{
    position: fixed;
    top: -1px;
    right: 0;

    display: block;
    overflow: hidden;

    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;

    cursor: pointer;
    text-indent: -100px;

    color: #fff;
    background: url(../../venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
}
.vbox-next,
.vbox-prev
{
    position: fixed;
    top: 50%;
    /* Using border instead of padding to keep bg image in place */

    overflow: hidden;

    box-sizing: content-box;
    width: 30px;
    height: 170px;
    margin-top: -85px;

    cursor: pointer;
    text-indent: -100px;

    color: #fff;
    border: solid transparent;
}
.vbox-prev
{
    left: 0;

    border-width: 0 30px 0 10px;
    background: url(../../venobox/prev.gif) center center no-repeat;
}
.vbox-next
{
    right: 0;

    border-width: 0 10px 0 30px;
    background: url(../../venobox/next.gif) center center no-repeat;
}
.vbox-title
{
    font-size: 12px;
    line-height: 28px;

    position: fixed;
    top: -1px;
    left: 0;

    display: none;
    float: left;
    overflow: hidden;

    width: 100%;
    height: 40px;
    padding: 6px 40px;

    text-align: center;

    color: #fff;
    background: #161617;
}
.vbox-num
{
    font-size: 12px;
    line-height: 28px;

    position: fixed;
    top: -1px;
    left: 0;

    display: block;
    display: none;
    overflow: hidden;

    height: 40px;
    padding: 6px 10px;

    cursor: pointer;

    color: #fff;
    background: #161617;
}
/* ------- inline window ------ */
.vbox-inline
{
    overflow: auto;

    width: 420px;
    height: 315px;
    margin: 0 auto;
    padding: 10px;

    text-align: left;

    background: #fff;
}
/* ------- Video & iFrames window ------ */
.venoframe
{
    width: 960px;
    height: 720px;

    border: none;
}
@media (max-width: 992px)
{
    .venoframe
    {
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px)
{
    .venoframe
    {
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px)
{
    .vbox-inline
    {
        width: 100%;
    }
    .venoframe
    {
        width: 100%;
        height: 260px;
    }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open
{
    overflow: hidden;
}
.vbox-container
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;

    background: #000;
}
.vbox-content
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
.vbox-container img
{
    max-width: 100%;
    height: auto;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated
{
    animation-duration: 1s;

    animation-fill-mode: both;
}
.animated.hinge
{
    animation-duration: 2s;
}
@keyframes bounce
{
    0%,
    20%,
    50%,
    80%,
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
    40%
    {
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    }
    60%
    {
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    }
}
.bounce
{
    animation-name: bounce;
}
@keyframes flash
{
    0%,
    50%,
    100%
    {
        opacity: 1;
    }
    25%,
    75%
    {
        opacity: 0;
    }
}
.flash
{
    animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse
{
    0%
    {
        -ms-transform: scale(1);
            transform: scale(1);
    }
    50%
    {
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    }
    100%
    {
        -ms-transform: scale(1);
            transform: scale(1);
    }
}
.pulse
{
    animation-name: pulse;
}
@keyframes shake
{
    0%,
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90%
    {
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80%
    {
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    }
}
.shake
{
    animation-name: shake;
}
@keyframes swing
{
    20%
    {
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    }
    40%
    {
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    }
    60%
    {
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
    }
    80%
    {
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    }
    100%
    {
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    }
}
.swing
{
    -ms-transform-origin: top center;
        transform-origin: top center;
    animation-name: swing;
}
@keyframes tada
{
    0%
    {
        -ms-transform: scale(1);
            transform: scale(1);
    }
    10%,
    20%
    {
        -ms-transform: scale(.9) rotate(-3deg);
            transform: scale(.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90%
    {
        -ms-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80%
    {
        -ms-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
    }
    100%
    {
        -ms-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    }
}
.tada
{
    animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble
{
    0%
    {
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    }
    15%
    {
        -ms-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
    }
    30%
    {
        -ms-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
    }
    45%
    {
        -ms-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
    }
    60%
    {
        -ms-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
    }
    75%
    {
        -ms-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
    }
    100%
    {
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    }
}
.wobble
{
    animation-name: wobble;
}
@keyframes bounceIn
{
    0%
    {
        -ms-transform: scale(.3);
            transform: scale(.3);

        opacity: 0;
    }
    50%
    {
        -ms-transform: scale(1.05);
            transform: scale(1.05);

        opacity: 1;
    }
    70%
    {
        -ms-transform: scale(.9);
            transform: scale(.9);
    }
    100%
    {
        -ms-transform: scale(1);
            transform: scale(1);
    }
}
.bounceIn
{
    animation-name: bounceIn;
}
@keyframes bounceInDown
{
    0%
    {
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);

        opacity: 0;
    }
    60%
    {
        -ms-transform: translateY(30px);
            transform: translateY(30px);

        opacity: 1;
    }
    80%
    {
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
}
.bounceInDown
{
    animation-name: bounceInDown;
}
@keyframes bounceInLeft
{
    0%
    {
        -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);

        opacity: 0;
    }
    60%
    {
        -ms-transform: translateX(30px);
            transform: translateX(30px);

        opacity: 1;
    }
    80%
    {
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
}
.bounceInLeft
{
    animation-name: bounceInLeft;
}
@keyframes bounceInRight
{
    0%
    {
        -ms-transform: translateX(2000px);
            transform: translateX(2000px);

        opacity: 0;
    }
    60%
    {
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);

        opacity: 1;
    }
    80%
    {
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
}
.bounceInRight
{
    animation-name: bounceInRight;
}
@keyframes bounceInUp
{
    0%
    {
        -ms-transform: translateY(2000px);
            transform: translateY(2000px);

        opacity: 0;
    }
    60%
    {
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);

        opacity: 1;
    }
    80%
    {
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
}
.bounceInUp
{
    animation-name: bounceInUp;
}
@keyframes bounceOut
{
    0%
    {
        -ms-transform: scale(1);
            transform: scale(1);
    }
    25%
    {
        -ms-transform: scale(.95);
            transform: scale(.95);
    }
    50%
    {
        -ms-transform: scale(1.1);
            transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        -ms-transform: scale(.3);
            transform: scale(.3);

        opacity: 0;
    }
}
.bounceOut
{
    animation-name: bounceOut;
}
@keyframes bounceOutDown
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
    20%
    {
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(2000px);
            transform: translateY(2000px);

        opacity: 0;
    }
}
.bounceOutDown
{
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    20%
    {
        -ms-transform: translateX(20px);
            transform: translateX(20px);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);

        opacity: 0;
    }
}
.bounceOutLeft
{
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    20%
    {
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(2000px);
            transform: translateX(2000px);

        opacity: 0;
    }
}
.bounceOutRight
{
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
    20%
    {
        -ms-transform: translateY(20px);
            transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);

        opacity: 0;
    }
}
.bounceOutUp
{
    animation-name: bounceOutUp;
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
.fadeIn
{
    animation-name: fadeIn;
}
@keyframes fadeInDown
{
    0%
    {
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
}
.fadeInDown
{
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig
{
    0%
    {
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
}
.fadeInDownBig
{
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft
{
    0%
    {
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
}
.fadeInLeft
{
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig
{
    0%
    {
        -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
}
.fadeInLeftBig
{
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight
{
    0%
    {
        -ms-transform: translateX(20px);
            transform: translateX(20px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
}
.fadeInRight
{
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig
{
    0%
    {
        -ms-transform: translateX(2000px);
            transform: translateX(2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
}
.fadeInRightBig
{
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp
{
    0%
    {
        -ms-transform: translateY(20px);
            transform: translateY(20px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
}
.fadeInUp
{
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig
{
    0%
    {
        -ms-transform: translateY(2000px);
            transform: translateY(2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
}
.fadeInUpBig
{
    animation-name: fadeInUpBig;
}
@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
.fadeOut
{
    animation-name: fadeOut;
}
@keyframes fadeOutDown
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(20px);
            transform: translateY(20px);

        opacity: 0;
    }
}
.fadeOutDown
{
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(2000px);
            transform: translateY(2000px);

        opacity: 0;
    }
}
.fadeOutDownBig
{
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);

        opacity: 0;
    }
}
.fadeOutLeft
{
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);

        opacity: 0;
    }
}
.fadeOutLeftBig
{
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(20px);
            transform: translateX(20px);

        opacity: 0;
    }
}
.fadeOutRight
{
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(2000px);
            transform: translateX(2000px);

        opacity: 0;
    }
}
.fadeOutRightBig
{
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);

        opacity: 0;
    }
}
.fadeOutUp
{
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);

        opacity: 0;
    }
}
.fadeOutUpBig
{
    animation-name: fadeOutUpBig;
}
@keyframes flip
{
    0%
    {
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40%
    {
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }
    50%
    {
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80%
    {
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100%
    {
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}
.animated.flip
{
    animation-name: flip;

    backface-visibility: visible;
}
@keyframes flipInX
{
    0%
    {
        -ms-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }
    40%
    {
        -ms-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
    }
    70%
    {
        -ms-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
    }
    100%
    {
        -ms-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);

        opacity: 1;
    }
}
.flipInX
{
    animation-name: flipInX;

    backface-visibility: visible !important;
}
@keyframes flipInY
{
    0%
    {
        -ms-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }
    40%
    {
        -ms-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
    }
    70%
    {
        -ms-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
    }
    100%
    {
        -ms-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);

        opacity: 1;
    }
}
.flipInY
{
    animation-name: flipInY;

    backface-visibility: visible !important;
}
@keyframes flipOutX
{
    0%
    {
        -ms-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);

        opacity: 1;
    }
    100%
    {
        -ms-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }
}
.flipOutX
{
    animation-name: flipOutX;

    backface-visibility: visible !important;
}
@keyframes flipOutY
{
    0%
    {
        -ms-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);

        opacity: 1;
    }
    100%
    {
        -ms-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }
}
.flipOutY
{
    animation-name: flipOutY;

    backface-visibility: visible !important;
}
@keyframes lightSpeedIn
{
    0%
    {
        -ms-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);

        opacity: 0;
    }
    60%
    {
        -ms-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);

        opacity: 1;
    }
    80%
    {
        -ms-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);

        opacity: 1;
    }
}
.lightSpeedIn
{
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut
{
    0%
    {
        -ms-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);

        opacity: 0;
    }
}
.lightSpeedOut
{
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn
{
    0%
    {
        -ms-transform: rotate(-200deg);
            transform: rotate(-200deg);
        -ms-transform-origin: center center;
            transform-origin: center center;

        opacity: 0;
    }
    100%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: center center;
            transform-origin: center center;

        opacity: 1;
    }
}
.rotateIn
{
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft
{
    0%
    {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 0;
    }
    100%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 1;
    }
}
.rotateInDownLeft
{
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight
{
    0%
    {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 0;
    }
    100%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 1;
    }
}
.rotateInDownRight
{
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft
{
    0%
    {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 0;
    }
    100%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 1;
    }
}
.rotateInUpLeft
{
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight
{
    0%
    {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 0;
    }
    100%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 1;
    }
}
.rotateInUpRight
{
    animation-name: rotateInUpRight;
}
@keyframes rotateOut
{
    0%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: center center;
            transform-origin: center center;

        opacity: 1;
    }
    100%
    {
        -ms-transform: rotate(200deg);
            transform: rotate(200deg);
        -ms-transform-origin: center center;
            transform-origin: center center;

        opacity: 0;
    }
}
.rotateOut
{
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft
{
    0%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 1;
    }
    100%
    {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 0;
    }
}
.rotateOutDownLeft
{
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight
{
    0%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 1;
    }
    100%
    {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 0;
    }
}
.rotateOutDownRight
{
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft
{
    0%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 1;
    }
    100%
    {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;

        opacity: 0;
    }
}
.rotateOutUpLeft
{
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight
{
    0%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 1;
    }
    100%
    {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;

        opacity: 0;
    }
}
.rotateOutUpRight
{
    animation-name: rotateOutUpRight;
}
@keyframes slideInDown
{
    0%
    {
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
}
.slideInDown
{
    animation-name: slideInDown;
}
@keyframes slideInLeft
{
    0%
    {
        -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
}
.slideInLeft
{
    animation-name: slideInLeft;
}
@keyframes slideInRight
{
    0%
    {
        -ms-transform: translateX(2000px);
            transform: translateX(2000px);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
}
.slideInRight
{
    animation-name: slideInRight;
}
@keyframes slideOutLeft
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    100%
    {
        -ms-transform: translateX(-2000px);
            transform: translateX(-2000px);

        opacity: 0;
    }
}
.slideOutLeft
{
    animation-name: slideOutLeft;
}
@keyframes slideOutRight
{
    0%
    {
        -ms-transform: translateX(0);
            transform: translateX(0);
    }
    100%
    {
        -ms-transform: translateX(2000px);
            transform: translateX(2000px);

        opacity: 0;
    }
}
.slideOutRight
{
    animation-name: slideOutRight;
}
@keyframes slideOutUp
{
    0%
    {
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
    100%
    {
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);

        opacity: 0;
    }
}
.slideOutUp
{
    animation-name: slideOutUp;
}
@keyframes hinge
{
    0%
    {
        -ms-transform: rotate(0);
            transform: rotate(0);
        -ms-transform-origin: top left;
            transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60%
    {
        -ms-transform: rotate(80deg);
            transform: rotate(80deg);
        -ms-transform-origin: top left;
            transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%
    {
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        -ms-transform-origin: top left;
            transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80%
    {
        -ms-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
        -ms-transform-origin: top left;
            transform-origin: top left;
        animation-timing-function: ease-in-out;

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateY(700px);
            transform: translateY(700px);

        opacity: 0;
    }
}
.hinge
{
    animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn
{
    0%
    {
        -ms-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);

        opacity: 0;
    }
    100%
    {
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);

        opacity: 1;
    }
}
.rollIn
{
    animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut
{
    0%
    {
        -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);

        opacity: 1;
    }
    100%
    {
        -ms-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);

        opacity: 0;
    }
}
.rollOut
{
    animation-name: rollOut;
}
.video
{
    position: relative;

    margin: 0 auto;
    padding: 20px 20px 0 20px;

    text-align: center;

    background-color: #000;
    background-color: #0d9896;
    background-image: url(../../images/hatch.png);
    background-size: contain;
    /*- Responsive -*/
}
.video:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    width: 100%;
    height: 10px;
    height: 100%;

    content: '';

    background-image: linear-gradient(rgba(13, 152, 150, 0) 0%, rgba(13, 152, 150, 0) 60%, #0d9896 90%, #0d9896 100%);
}
.video:after
{
    position: absolute;
    bottom: 3rem;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../../images/jetboat.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media (max-width: 991px)
{
    .video
    {
        padding: 10px 10px 0 10px;
    }
    .video:after
    {
        bottom: 0;

        background-size: 80% auto;
    }
}
.video .video-bg
{
    position: relative;

    background-color: #000;
}
.video .video-bg:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    width: 100%;
    height: 10px;
    height: 100%;

    content: '';

    background-image: linear-gradient(rgba(13, 152, 150, 0) 0%, rgba(13, 152, 150, 0) 60%, #0d9896 100%);
}
.video video
{
    display: block;

    width: 100%;
    max-width: 2560px;
    height: auto;
    margin: 0 auto;
}
.txt
{
    text-align: left;
    /*- Responsive -*/
}
.txt .txt-item
{
    padding: 0;
}
.txt-c
{
    position: relative;

    text-align: left;
    /*- Responsive -*/
}
.txt-c::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 30px;

    content: '';

    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #000;
}
.txt-c .txt-item
{
    padding: 0;
}
.txt-c .txt-item h2
{
    color: #000;
}
.focus
{
    /*- Responsive -*/
}
.focus .focus-bg
{
    background-color: #e18452;
}
.focus .focus-item
{
    text-align: center;
}
.focus .focus-item .focus-item-bg
{
    background-color: #f8e1d4;
}
.focus .focus-item .focus-item-icon
{
    text-align: center;
}
.focus .focus-item .focus-item-icon i
{
    /* color: @main-color;
                font-size: 6rem;
                width: 60px;
                height: 60px;
                line-height: 56px;
                display: block;
                margin: 0 auto;*/
}
.focus .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.focus .focus-item .focus-item-content
{
    padding: 0;
}
.focus .focus-item .focus-item-content-icon
{
    display: -ms-flexbox;
    display: flex;
}
.focus .focus-item .focus-item-content-icon .focus-item-heading
{
    margin: 1rem .5rem;
}
.focus .focus-item .focus-item-content-icon i
{
    font-size: 2.4rem;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #d96527;
}
.focus-c-why
{
    position: relative;

    max-width: 2560px;
    margin: 0 auto;
    /*- Responsive -*/
}
.focus-c-why .focus-bg
{
    padding: 0;

    background-color: transparent;
}
.focus-c-why .focus-bg .focus-intro
{
    padding: 10rem 0 8rem 0;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .focus-c-why .focus-bg .focus-intro
    {
        padding: 6rem 2rem 4rem 2rem;
    }
}
.focus-c-why .focus-bg .focus-intro .focus-intro-heading
{
    font-weight: 400;
}
@media (max-width: 991px)
{
    .focus-c-why .focus-bg .focus-intro .focus-intro-heading
    {
        font-size: 4rem;
        line-height: 1.15;
    }
}
@media (max-width: 420px)
{
    .focus-c-why .focus-bg .focus-intro .focus-intro-heading
    {
        font-size: 3.7rem;
    }
}
.focus-c-why .focus-bg .focus-intro .focus-intro-heading span
{
    font-weight: 700;

    display: block;

    color: #000;
}
.focus-c-why .focus-bg .focus-intro p
{
    position: relative;
    z-index: 2;

    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.focus-c-why .container-fluid
{
    position: relative;

    padding-top: 10rem;
    padding-bottom: 12em;

    background-image: url(../../images/fronds.jpg);
    background-repeat: repeat;
    background-position: top center;
}
@media (max-width: 991px)
{
    .focus-c-why .container-fluid
    {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.focus-c-why .focus-item
{
    position: relative;

    text-align: center;
}
.focus-c-why .focus-item .focus-item-bg
{
    padding: 6rem;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .focus-c-why .focus-item .focus-item-bg
    {
        padding: 3rem 1rem;
    }
}
.focus-c-why .focus-item .focus-item-icon
{
    position: relative;

    text-align: center;
}
.focus-c-why .focus-item .focus-item-icon i
{
    font-size: 5rem;

    position: relative;

    display: block;
    display: inline-block;

    margin: 0 auto;
    padding: 15px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #d96527;
}
.focus-c-why .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.focus-c-why .focus-item .focus-item-content
{
    padding: 0;
}
.focus-c-why .focus-item .focus-item-content .focus-item-heading
{
    font-size: 2.5rem;

    text-transform: uppercase;

    color: #000;
}
@media (max-width: 991px)
{
    .focus-c-why .focus-item .focus-item-content .focus-item-heading
    {
        font-size: 2rem;
    }
}
.focus-c-why .focus-item .focus-item-content .focus-item-heading span
{
    font-size: 2rem;
    font-weight: 400;

    display: block;
}
@media (max-width: 991px)
{
    .focus-c-why .focus-item .focus-item-content .focus-item-heading span
    {
        font-size: 1.8rem;
    }
}
.focus-c-images
{
    /*- Responsive -*/
}
.focus-c-images .focus-bg
{
    padding: 2rem 0 8rem 0;

    background-color: #000;
}
.focus-c-images .focus-bg .focus-intro
{
    margin-bottom: 3rem;

    color: #fff;
}
.focus-c-images .focus-item
{
    text-align: left;
}
.focus-c-images .focus-item .focus-item-bg
{
    margin: 15px 0;

    color: #333;
    border-radius: 25px;
    background-color: #fff;
}
.focus-c-images .focus-item .focus-item-image
{
    position: relative;
}
.focus-c-images .focus-item .focus-item-image img
{
    display: block;

    width: 100%;
    height: auto;

    border-radius: 25px;
}
.focus-c-images .focus-item .focus-item-image .focus-item-heading
{
    font-size: 2.4rem;

    position: absolute;
    bottom: 2rem;
    left: 0;

    width: calc((100% - 30px));
    max-width: 600px;
    padding: 2rem 4rem;

    text-transform: uppercase;

    color: #fff;
    background-color: rgba(217, 101, 39, .9);
}
.focus-c-images .focus-item .focus-item-image .focus-item-heading a
{
    text-decoration: none;

    color: #fff;
}
.focus-c-images .focus-item .focus-item-content
{
    padding: 2rem 4rem;
}
.focus-c-images .focus-item .focus-item-content .focus-item-btn
{
    margin-top: 1rem;
}
.focus-c-destinations
{
    /*- Responsive -*/
}
.focus-c-destinations .focus-bg
{
    padding: 8rem 0;

    background-color: #d96527;
}
.focus-c-destinations .focus-bg .focus-intro
{
    margin-bottom: 3rem;

    text-align: center;

    color: #fff;
}
.focus-c-destinations .focus-bg .focus-intro .focus-intro-heading
{
    color: #fff;
}
.focus-c-destinations .focus-bg .focus-intro .focus-intro-heading span
{
    color: #000;
}
.focus-c-destinations .focus-item
{
    padding-bottom: 2rem;

    text-align: center;

    color: #fff;
}
.focus-c-destinations .focus-item .focus-item-bg
{
    display: table;

    text-align: left;

    background-color: transparent;
}
.focus-c-destinations .focus-item .focus-item-image
{
    display: table-cell;

    width: 250px;

    vertical-align: top;
}
.focus-c-destinations .focus-item .focus-item-image img
{
    display: block;

    width: 250px;
    max-width: 100%;
    height: auto;

    transition: all 400ms ease-in-out;

    border-radius: 15px;
}
.focus-c-destinations .focus-item .focus-item-image img:hover
{
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
.focus-c-destinations .focus-item .focus-item-content
{
    display: table-cell;

    padding: 0 3rem;
}
.focus-c-destinations .focus-item .focus-item-content .focus-item-heading
{
    color: #fff;
}
.focus-c-destinations .focus-item .focus-item-content-icon
{
    display: -ms-flexbox;
    display: flex;
}
.focus-c-destinations .focus-item .focus-item-content-icon .focus-item-heading
{
    margin: 1rem .5rem;
}
.focus-c-destinations .focus-item .focus-item-content-icon i
{
    font-size: 2.4rem;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #d96527;
}
.block
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block .block-bg
{
    color: #fff;
    background-color: #e18452;
}
.block-c-side-image,
.block-c-side-image-reverse
{
    position: relative;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-c-side-image .row,
.block-c-side-image-reverse .row
{
    -ms-flex-align: center;
    align-items: center;
}
.block-c-side-image .block-bg,
.block-c-side-image-reverse .block-bg
{
    position: relative;

    padding: 4rem 0 8rem 0;

    background-color: #0d9896;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.block-c-side-image .block-item .row,
.block-c-side-image-reverse .block-item .row
{
    margin: 0 !important;
}
.block-c-side-image .block-item .block-item-content,
.block-c-side-image-reverse .block-item .block-item-content
{
    padding: 0 10%;
}
@media (max-width: 991px)
{
    .block-c-side-image .block-item .block-item-content,
    .block-c-side-image-reverse .block-item .block-item-content
    {
        padding: 0 2rem 6rem 2rem;
    }
}
.block-c-side-image .block-item .block-item-content .block-item-heading,
.block-c-side-image-reverse .block-item .block-item-content .block-item-heading
{
    font-weight: 700;

    margin-top: 0 !important;
}
.block-c-side-image .block-item .block-item-content .block-item-heading span,
.block-c-side-image-reverse .block-item .block-item-content .block-item-heading span
{
    font-weight: 400;

    color: #000;
}
.block-c-side-image .col-lg-3,
.block-c-side-image-reverse .col-lg-3
{
    text-align: center;
}
@media (min-width: 992px)
{
    .block-c-side-image .col-lg-3 img,
    .block-c-side-image-reverse .col-lg-3 img
    {
        display: inline-block;

        width: 100%;
        height: auto;
    }
    .block-c-side-image .col-lg-3 .block-3-small-1,
    .block-c-side-image .col-lg-3 .block-3-small-2,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-1,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-2
    {
        position: relative;
        z-index: 5 !important;
    }
    .block-c-side-image .col-lg-3 .block-3-large,
    .block-c-side-image-reverse .col-lg-3 .block-3-large
    {
        margin-top: 0;
    }
    .block-c-side-image .col-lg-3 .block-3-small-1,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-1
    {
        margin-top: 0;
        margin-left: -25px;
    }
    .block-c-side-image .col-lg-3 .block-3-small-2,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-2
    {
        margin-top: -70px;
        margin-left: 60px !important;
    }
}
@media (max-width: 991px)
{
    .block-c-side-image .col-lg-3 .block-3-small-1,
    .block-c-side-image .col-lg-3 .block-3-small-2,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-1,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-2
    {
        position: relative;
        z-index: 5 !important;
    }
    .block-c-side-image .col-lg-3 .block-3-large,
    .block-c-side-image-reverse .col-lg-3 .block-3-large
    {
        max-width: 80%;
        height: auto;
        margin-top: -50px;
        margin-right: auto;
        margin-left: auto;
    }
    .block-c-side-image .col-lg-3 .block-3-small-1,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-1
    {
        float: left;

        width: 50%;
        margin-top: 0;
        margin-left: 25px;
    }
    .block-c-side-image .col-lg-3 .block-3-small-2,
    .block-c-side-image-reverse .col-lg-3 .block-3-small-2
    {
        float: left;

        width: 50%;
        margin-top: -25px;
        margin-left: -50px;
    }
}
.block-c-side-image-reverse .row
{
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}
.block-c-side-image-reverse .block-bg
{
    padding: 8rem 0;
}
.block-c-side-image-reverse .col-lg-3
{
    text-align: center;
}
@media (min-width: 992px)
{
    .block-c-side-image-reverse .col-lg-3 .block-3-large
    {
        border-top-left-radius: 0;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 0;
    }
    .block-c-side-image-reverse .col-lg-3 .block-3-small-1
    {
        margin-left: 25px;
    }
    .block-c-side-image-reverse .col-lg-3 .block-3-small-2
    {
        margin-left: -60px !important;
    }
}
.block-side-side .block-bg
{
    padding: 0 !important;
}
.block-side-side .block-bg .block-item .block-item-bg
{
    background-color: transparent;
}
.block-side-side .block-bg .block-item .block-item-content
{
    padding: 6rem;
}
.block-side-side .block-bg .block-item-markup-1
{
    background-color: #fff;
}
@media (min-width: 992px)
{
    .block-side-side [class*='col-']:nth-child(1)
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .block-side-side [class*='col-']:nth-child(2)
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .block-side-side [class*='col-']:nth-child(3)
    {
        -ms-flex-order: 4;
        order: 4;
    }
    .block-side-side [class*='col-']:nth-child(4)
    {
        -ms-flex-order: 3;
        order: 3;
    }
    .block-side-side [class*='col-']:nth-child(5)
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .block-side-side [class*='col-']:nth-child(6)
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .block-side-side [class*='col-']:nth-child(7)
    {
        -ms-flex-order: 8;
        order: 8;
    }
    .block-side-side [class*='col-']:nth-child(8)
    {
        -ms-flex-order: 7;
        order: 7;
    }
}
@media (min-width: 992px)
{
    .block-item-gallery a
    {
        width: 33.33333333% !important;
    }
}
.video-responsive
{
    /* Default 16:9, you can calculate this value by dividing 9 by 16 */
    position: relative;

    overflow: hidden;

    height: 0;
    padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-responsive video
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.video-responsive-4-3
{
    padding-bottom: 75%;
    /* 4:3 */
}
.block-faq .block-bg
{
    padding: 2rem 0 8rem 0;

    background-color: #0d9896;
}
.block-faq .block-bg .block-item-heading span
{
    font-weight: 400;

    color: #000;
}
.block-faq .faq-item
{
    margin: 2rem 0;
}
.block-faq .faq-item h3
{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;

    position: relative;

    margin: 0;
    padding: 1.2rem 1.5rem 1.2rem 3.8rem;

    cursor: hand;
    cursor: pointer;
    text-transform: uppercase;

    color: #fff;
    background-color: #d96527;
}
.block-faq .faq-item h3 span
{
    position: relative;
    position: absolute;
    top: 10px;
    left: 10px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    border: 2px solid #fff;
}
.block-faq .faq-item h3 span:after
{
    position: absolute;
    top: 7px;
    left: 4px;

    width: 8px;
    height: 2px;

    content: '';

    background-color: #fff;
}
.block-faq .faq-item h3 span:before
{
    position: absolute;
    top: 4px;
    left: 7px;

    width: 2px;
    height: 8px;

    content: '';

    background-color: #fff;
}
.block-faq .faq-item h3.faq-active span:before
{
    display: none;
}
.block-faq .faq-item div.faq-answer
{
    display: none;

    padding: 1.5rem 1.5rem;

    color: #333;
    border: 1px solid #d96527;
    background-color: #fff;
}
.project-info-window
{
    display: table;

    width: 400px;
    max-width: 400px;
}
.project-info-window .project-info-window-img,
.project-info-window .project-info-window-info
{
    display: table-cell;

    vertical-align: top;
}
.project-info-window .project-info-window-img img
{
    width: 100px;
    height: auto;
}
.project-info-window .project-info-window-info
{
    padding: 1rem;

    color: #000;
}
.project-info-window .project-info-window-info h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.gm-ui-hover-effect
{
    position: absolute !important;
    z-index: 5;
    top: 5px !important;
    right: 5px !important;

    padding: 0 !important;

    opacity: .9 !important;
    color: #fff !important;
    border: 1px solid #d96527 !important;
    background-color: #d96527 !important;
}
.block-c-tours,
.block-c-tours-internal
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-c-tours .acf-map,
.block-c-tours-internal .acf-map
{
    width: 100%;
    height: 100%;
}
@media (max-width: 991px)
{
    .block-c-tours .acf-map,
    .block-c-tours-internal .acf-map
    {
        min-height: 350px;
    }
}
.block-c-tours .block-bg,
.block-c-tours-internal .block-bg
{
    padding: 0 0 8rem 0;

    background-color: #d96527;
}
@media (max-width: 991px)
{
    .block-c-tours .block-bg,
    .block-c-tours-internal .block-bg
    {
        padding: 0;
    }
}
.block-c-tours .block-item-content,
.block-c-tours-internal .block-item-content
{
    max-width: 1560px;
    margin-right: auto;
    margin-left: auto;
    padding: 6rem 2rem;
}
@media (max-width: 991px)
{
    .block-c-tours .block-item-content,
    .block-c-tours-internal .block-item-content
    {
        padding: 4rem 2rem 2rem 2rem;
    }
}
.block-c-tours .block-item-content h2,
.block-c-tours-internal .block-item-content h2
{
    font-weight: 400;

    margin-top: 0;
    margin-bottom: 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
.block-c-tours .block-item-content h2 span,
.block-c-tours-internal .block-item-content h2 span
{
    font-weight: 700;

    color: #000;
}
.block-c-tours .block-item-content p,
.block-c-tours-internal .block-item-content p
{
    max-width: 1500px;
    margin-top: 2rem;
}
.block-c-tours .tour-slider,
.block-c-tours-internal .tour-slider
{
    background-color: #000;
}
@media (max-width: 991px)
{
    .block-c-tours .tour-slider,
    .block-c-tours-internal .tour-slider
    {
        padding: 2rem 0;
    }
}
.block-c-tours-internal .block-bg
{
    padding: 0 0 8rem 0;

    background-color: #000;
}
@media (max-width: 991px)
{
    .block-c-tours-internal .block-bg
    {
        padding: 4rem 0;
    }
}
.block-c-tours-internal .block-item-content h2
{
    text-align: left;
}
.tour-slider-item
{
    position: relative;

    overflow: hidden;

    max-width: 1760px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
}
@media (max-width: 991px)
{
    .tour-slider-item
    {
        padding: 1rem;
    }
}
.tour-slider-item img
{
    display: block;

    width: 100%;
    height: auto;

    border-radius: 25px;
}
@media (max-width: 991px)
{
    .tour-slider-item img
    {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 992px)
{
    .tour-slider-item .tour-slider-item-content
    {
        position: absolute;
        bottom: 8rem;
        left: 1rem;

        width: calc((100% - 20px));

        color: #fff;
    }
    .tour-slider-item .tour-slider-item-content h2
    {
        font-size: 2.8rem;

        width: calc((100% - 25px));
        max-width: 600px;
        margin-bottom: 1rem;
        padding: 2.5rem;

        text-transform: uppercase;

        color: #fff;
        background-color: #000;
    }
    .tour-slider-item .tour-slider-item-content .block-item-btn
    {
        position: absolute;
        top: 100%;
        left: 25px;

        margin: 0 !important;
    }
}
@media (max-width: 991px)
{
    .tour-slider-item .tour-slider-item-content
    {
        width: 100%;

        color: #fff;
        border-radius: 25px;
    }
    .tour-slider-item .tour-slider-item-content h2
    {
        font-size: 2.5rem;

        margin: 0;
        padding: 1.5rem 2rem;

        text-align: center;
        text-transform: uppercase;

        color: #000;
        color: #fff;
        background-color: #000;
    }
    .tour-slider-item .tour-slider-item-content h2 span
    {
        color: #d96527;
    }
    .tour-slider-item .tour-slider-item-content .block-item-btn
    {
        width: 100%;
        margin: 0 !important;
        padding: 1.5rem 2rem;

        text-align: center;

        border: 0 solid red;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .tour-slider-item .tour-slider-item-content .block-item-btn:hover
    {
        color: #000;
        border-color: #fff;
        background-color: #fff;
    }
}
.block-c-tour-compare,
.block-c-tour-book
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-c-tour-compare .block-bg,
.block-c-tour-book .block-bg
{
    background-color: #000;
}
.block-c-tour-compare .block-item .row,
.block-c-tour-book .block-item .row
{
    padding-top: 3rem;
}
.block-c-tour-compare .block-item .tour-compare-item,
.block-c-tour-book .block-item .tour-compare-item
{
    margin: 15px 0;

    color: #333;
    border-radius: 25px;
    background-color: #fff;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-img,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-img
{
    position: relative;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-img img,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-img img
{
    display: block;

    width: 100%;
    height: auto;

    border-radius: 25px;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-img h3,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-img h3
{
    font-size: 2.4rem;

    position: absolute;
    bottom: 2rem;
    left: 0;

    width: calc((100% - 30px));
    max-width: 600px;
    padding: 2rem;

    text-transform: uppercase;

    color: #fff;
    background-color: rgba(217, 101, 39, .9);
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-img h3 a,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-img h3 a
{
    text-decoration: none;

    color: #fff;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content
{
    padding: 2rem 4rem;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content ul.tour-list,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content ul.tour-list
{
    margin: 1rem 0rem 4rem 0rem;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content ul.tour-list li,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content ul.tour-list li
{
    position: relative;

    padding-left: 40px;

    list-style: none;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content ul.tour-list li i,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content ul.tour-list li i
{
    font-size: 1.8rem;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 5px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content .tour-btn,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content .tour-btn
{
    display: table;

    margin: 0;
    margin-top: 2rem;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content .tour-btn li,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content .tour-btn li
{
    display: table-cell;

    padding-right: 3px;
    padding-left: 0;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content .tour-btn li a,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content .tour-btn li a
{
    width: 150px;
    margin-bottom: 0;

    text-align: center;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content .tour-btn li .s,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content .tour-btn li .s
{
    border-color: #000;
    background-color: #000;
}
.block-c-tour-compare .block-item .tour-compare-item .tour-compare-item-content .tour-btn li .s:hover,
.block-c-tour-book .block-item .tour-compare-item .tour-compare-item-content .tour-btn li .s:hover
{
    border-color: #0d9896;
    background-color: #0d9896;
}
.block-c-tour-book .block-bg
{
    padding: 2rem 0 8rem 0;
}
.block-c-two-images
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-c-two-images .block-bg
{
    color: #fff;
    background-color: #d96527;
}
.block-c-two-images .block-bg a
{
    color: #fff;
}
.block-c-two-images .block-item .block-item-content
{
    padding-bottom: 4rem;
}
.block-c-two-images .block-item .block-item-content .block-item-heading
{
    font-weight: 700;

    margin-top: 0 !important;

    color: #fff;
}
.block-c-two-images .block-item .block-item-content .block-item-heading span
{
    font-weight: 400;
}
.block-c-two-images .block-item .block-horizontal-image
{
    width: 100%;
    height: auto;

    border-radius: 25px;
}
.block-c-packages
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-c-packages .block-bg
{
    padding: 2rem 0 8rem 0;

    background-color: #000;
}
.block-c-packages .block-item .row
{
    padding-top: 3rem;
}
.block-c-packages .block-item .package-item
{
    overflow: hidden;

    margin: 15px 0;

    color: #333;
    border-radius: 25px;
    background-color: #fff;
}
.block-c-packages .block-item .package-item .package-item-img
{
    position: relative;

    width: calc((100% + 2px));
}
.block-c-packages .block-item .package-item .package-item-img img
{
    display: block;

    height: auto;

    border-radius: 25px;
}
.block-c-packages .block-item .package-item .package-item-img h3
{
    font-size: 2.4rem;

    position: absolute;
    bottom: 2rem;
    left: 0;

    width: calc((100% - 30px));
    max-width: 600px;
    padding: 2rem 4rem;

    text-transform: uppercase;

    color: #fff;
    background-color: rgba(217, 101, 39, .9);
}
.block-c-packages .block-item .package-item .package-item-img h3 a
{
    text-decoration: none;

    color: #fff;
}
.block-c-packages .block-item .package-item .package-item-content
{
    padding: 2rem 3rem;
}
.block-c-packages .block-item .package-item .package-item-content h4
{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;

    margin-top: 0;

    text-transform: uppercase;

    color: #000;
}
.block-c-packages .block-item .package-item .package-item-content table
{
    width: 100%;
}
.block-c-packages .block-item .package-item .package-item-content table td
{
    padding: 7px;

    border-bottom: 1px solid #f4d1bf;
}
.block-c-packages .block-item .package-item .package-item-content table td:first-of-type
{
    font-weight: 700;
}
.block-c-packages .block-item .package-item .package-item-content table tr:nth-child(3) td
{
    font-weight: 700;
}
.block-c-packages .block-item .package-item .package-item-content table tr:nth-child(4) td
{
    font-weight: 700;

    color: #d96527;
}
.block-c-packages .block-item .package-item .package-item-content .block-item-btn
{
    margin-top: 1rem;
    /*position: absolute;
                    bottom: 4rem;
                    left: 5.5rem;*/
}
.block-c-full-image
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-c-full-image .block-bg
{
    color: #fff;
    background-color: #000;
}
.block-c-full-image .block-item .block-item-content
{
    text-align: center;
}
.block-c-full-image .block-item .block-item-content img
{
    display: block;

    width: 100%;
    height: auto;

    border-radius: 25px;
}
.block-c-full-image .block-item .block-item-content .block-item-btn
{
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;

    background-color: #000;
}
.contact
{
    /*- Responsive -*/
}
.contact-c
{
    /*- Responsive -*/
}
.contact-c .contact-bg
{
    padding: 4rem 0 8rem 0;

    color: #fff;
    background-color: #0d9896;
}
.contact-c .contact-bg .contact-heading
{
    font-weight: 700;

    margin-top: 0 !important;
}
.contact-c .contact-bg .contact-heading span
{
    font-weight: 400;
}
.contact-c .contact-bg .contact-details
{
    font-size: 1.8rem;

    margin-top: 2rem;
}
.contact-c .contact-bg a
{
    text-decoration: none;

    color: #fff;
}
.contact-c .contact-bg a:hover
{
    color: #d96527;
}
.contact-c .contact-bg .contact-details i
{
    background-color: #000;
}
.contact-c .gform_wrapper.gravity-theme .gfield label,
.contact-c .gform_wrapper.gravity-theme .gfield .gfield_label
{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;

    color: #fff;
}
.contact-c .gform_wrapper.gravity-theme .gfield input[type='text'],
.contact-c .gform_wrapper.gravity-theme .gfield input[type='email'],
.contact-c .gform_wrapper.gravity-theme .gfield input[type='tel'],
.contact-c .gform_wrapper.gravity-theme .gfield input[type='url'],
.contact-c .gform_wrapper.gravity-theme .gfield input[type='number'],
.contact-c .gform_wrapper.gravity-theme .gfield input[type='password'],
.contact-c .gform_wrapper.gravity-theme .gfield input[type='search'],
.contact-c .gform_wrapper.gravity-theme .gfield select,
.contact-c .gform_wrapper.gravity-theme .gfield textarea
{
    padding: 1rem;

    color: #000;
    border: 2px solid #0b817f;
    border-radius: 5px;
    background-color: #0ea6a4;
}
.contact-c .gform_wrapper.gravity-theme .gfield textarea
{
    height: 100px !important;
}
.contact-c .gform_wrapper.gravity-theme .gfield input:focus,
.contact-c .gform_wrapper.gravity-theme .gfield select:focus,
.contact-c .gform_wrapper.gravity-theme .gfield textarea:focus
{
    color: #000;
    outline: none;
    background-color: #fff;
}
.contact-c .gform_wrapper.gravity-theme .gform_footer,
.contact-c .gform_wrapper.gravity-theme .gform-page-footer,
.contact-c .gform_wrapper.gravity-theme .gform_page_footer
{
    text-align: left;

    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contact-c .gform_wrapper.gravity-theme .gform_button
{
    margin-right: auto;
    margin-left: 0;
}
@media (max-width: 991px)
{
    .contact-c .col-md-6:nth-child(2)
    {
        padding-top: 4rem;
    }
}
.divider
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider .divider-bg
{
    background-color: #000;
}
.divider .divider-buttons
{
    margin: 0 auto;
    padding: 0;
}
.divider .divider-buttons li
{
    display: inline;

    margin: 0;
    padding: 0;
}
@media (min-width: 992px)
{
    .divider .divider-skinny
    {
        display: table !important;

        width: auto;
        margin: 0 auto;
    }
    .divider .divider-skinny .divider-heading,
    .divider .divider-skinny .divider-buttons
    {
        display: table-cell;

        padding: 0 1rem;

        text-align: center;
        vertical-align: middle !important;
    }
}
.divider .divider-logo-slider .divider-logo-slider-item img
{
    width: 100%;
    height: auto;
}
.divider .divider-logo-slider .slick-dots
{
    bottom: -50px;
}
.divider .divider-features
{
    float: left;

    width: 100%;
    margin: 2rem 0;
    padding: 0;
}
.divider .divider-features li
{
    padding: 1rem;

    list-style: none;

    border: 2px solid #fff;
}
@media (min-width: 992px)
{
    .divider .divider-features li
    {
        float: left;

        width: 31.33333333%;
        margin: 1%;
    }
}
.divider-c-reviews
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-c-reviews .divider-bg
{
    position: relative;

    padding: 8rem 0 0rem 0;

    background-color: #fff;
}
.divider-c-reviews .divider-bg:after
{
    position: absolute;
    bottom: -4rem;
    left: 20%;

    width: 60%;
    height: 10px;

    content: '';

    border-radius: 10px;
    background-color: #f8f9f9;
}
.divider-image
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-image .divider-bg
{
    padding: 0;

    background-color: #000;
}
.divider-image .divider-bg img
{
    width: 100%;
    height: auto;
}
.divider-c-memberships,
.divider-c-accreditations
{
    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.divider-c-memberships .divider-bg,
.divider-c-accreditations .divider-bg
{
    padding: 8rem 2rem 2rem 2rem;

    background-color: #fff;
    /*position: relative;
        &:before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            width: 90%;
            height: 15px;
            background-color: @third-color;
            border-bottom-left-radius: 10px;
        }*/
}
@media (max-width: 991px)
{
    .divider-c-memberships .divider-bg,
    .divider-c-accreditations .divider-bg
    {
        padding: 4rem 2rem 2rem 2rem;
    }
}
.divider-c-memberships .divider-bg img,
.divider-c-accreditations .divider-bg img
{
    width: 100%;
    height: auto;
}
@media (max-width: 991px)
{
    .divider-c-memberships .divider-bg img,
    .divider-c-accreditations .divider-bg img
    {
        padding: 5px;
    }
}
.divider-c-memberships .divider-bg .row,
.divider-c-accreditations .divider-bg .row
{
    -ms-flex-pack: center;
    justify-content: center;
}
.divider-c-memberships .divider-bg .col,
.divider-c-accreditations .divider-bg .col
{
    display: -ms-flexbox;
    display: flex;

    max-width: 12.5%;
    padding: 15px !important;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 991px)
{
    .divider-c-memberships .divider-bg .col,
    .divider-c-accreditations .divider-bg .col
    {
        max-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
}
@media (max-width: 500px)
{
    .divider-c-memberships .divider-bg .col,
    .divider-c-accreditations .divider-bg .col
    {
        max-width: 50%;
        padding: 0 25px !important;

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.divider-c-memberships .divider-bg .col:first-of-type,
.divider-c-accreditations .divider-bg .col:first-of-type
{
    background-color: #d96527;
}
.divider-c-memberships .divider-bg .col:first-of-type .divider-heading,
.divider-c-accreditations .divider-bg .col:first-of-type .divider-heading
{
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 0;

    color: #fff;
}
.divider-c-memberships .divider-bg .col:first-of-type .divider-heading span,
.divider-c-accreditations .divider-bg .col:first-of-type .divider-heading span
{
    font-weight: 400;

    display: block;
}
.divider-c-accreditations
{
    text-align: center;

    color: #fff;
}
.divider-c-accreditations .divider-bg
{
    position: relative;

    padding: 2rem 2rem 8rem 2rem;
}
.divider-c-accreditations .divider-bg:before
{
    display: none;
}
@media (max-width: 991px)
{
    .divider-c-accreditations .divider-bg
    {
        padding: 2rem 2rem 4rem 2rem;
    }
}
@media (min-width: 992px)
{
}
.divider-c-accreditations .divider-bg .col:first-of-type
{
    background-color: #000;
}
.divider-c-accreditations .divider-bg .col:first-of-type .divider-heading
{
    color: #fff;
}
.testimonial
{
    text-align: center;
    /*- Responsive -*/
}
.testimonial .testimonial-bg
{
    background-color: #e18452;
}
.testimonial .testimonial-bg .testimonial-intro
{
    margin: 0 auto;
}
.testimonial .testimonial-bg .testimonial-slider
{
    padding: 2rem 7rem;
}
.testimonial .testimonial-bg .testimonial-slider .slick-dots
{
    bottom: -25px;
    left: 0;
}
.testimonial .testimonial-bg .testimonial-bio
{
    font-weight: 700;
}
.testimonial-1
{
    text-align: center;
    /*- Responsive -*/
}
.testimonial-1 .testimonial-bg
{
    background-color: #e18452;
}
.testimonial-1 .testimonial-bg .testimonial-intro
{
    margin: 0 auto;
}
.testimonial-1 .testimonial-bg .testimonial-slider
{
    padding: 2rem 7rem;
}
.testimonial-1 .testimonial-bg .testimonial-slider .slick-dots
{
    bottom: -25px;
    left: 0;
}
.testimonial-1 .testimonial-bg .testimonial-bio
{
    font-weight: 700;
}
.slider
{
    position: relative;

    padding: 20px 20px 0 20px;

    background-color: #0d9896;
    background-image: url(../../images/hatch.png);
    background-size: contain;
}
.slider:before
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 10px;
    width: 100%;
    height: 10px;
    height: 100%;

    content: '';

    background-image: linear-gradient(rgba(13, 152, 150, 0) 0%, rgba(13, 152, 150, 0) 60%, #0d9896 90%, #0d9896 100%);
}
.slider:after
{
    position: absolute;
    z-index: 11;
    bottom: 3rem;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../../images/jetboat.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media (max-width: 991px)
{
    .slider
    {
        padding: 10px 10px 0 10px;
    }
    .slider:after
    {
        bottom: 1.5rem;

        background-size: 88% auto;
    }
}
.slider .carousel
{
    overflow: hidden;
}
.slider img
{
    display: block;

    width: 100%;
    height: auto;
}
.slider .slider-full
{
    position: relative;

    width: 100%;
}
.slider .slider-skinny
{
    position: relative;
}
.slider .slider-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .slider .slider-bg
    {
        background-color: rgba(0, 0, 0, 0);
    }
}
.slider .slider-content
{
    position: absolute;
    bottom: 50%;
    left: 0;

    width: 100%;

    -ms-transform: translateY(50%);
        transform: translateY(50%);
    text-align: center;
}
.slider .slider-content .content-bg
{
    padding: 15px;

    background-color: rgba(0, 0, 0, 0);
}
.slider .slider-content .slider-icon
{
    font-size: 5rem;

    color: #fff;
}
.slider .slider-content h2,
.slider .slider-content h3,
.slider .slider-content p
{
    font-family: 'Oswald', sans-serif;
    line-height: .9;

    margin: 1rem 0;
    padding: 0;

    color: #fff;
}
.slider .slider-content h2
{
    font-size: 7vmin;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px)
{
    .slider .slider-content h2
    {
        font-size: 53.76px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px)
{
    .slider .slider-content h2
    {
        font-size: 22.4px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px)
{
    .slider .slider-content h2
    {
        font-size: 22.4px;
    }
}
.slider .slider-content h3
{
    font-size: 3.5vmin;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px)
{
    .slider .slider-content h3
    {
        font-size: 26.88px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px)
{
    .slider .slider-content h3
    {
        font-size: 11.2px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px)
{
    .slider .slider-content h3
    {
        font-size: 11.2px;
    }
}
.slider .slider-content p
{
    line-height: 2rem;

    max-width: 850px;
    margin: 1.5rem auto;
}
.slider .slider-content p.breadcrumbs
{
    font-size: 2.5rem;
    font-weight: 700;
}
.slider .slider-content p.breadcrumbs a
{
    text-decoration: none;
}
.slider .slider-buttons
{
    margin: 2rem 0 0 0;
    padding: 0;
}
.slider .slider-buttons li
{
    display: inline;

    margin: 0;
    padding: 0;
}
.slick-slider-nav
{
    padding: 3rem 0;

    text-align: center;

    background-color: #000;
}
@media (max-width: 991px)
{
    .slick-slider-nav
    {
        display: none;
    }
}
.slick-slider-nav .slick-slider-nav-item
{
    padding: 0 3rem;

    cursor: hand;
    cursor: pointer;
    transition-duration: .5s;
}
.slick-slider-nav .slick-slider-nav-item .slider-icon
{
    font-size: 4rem;

    transition-duration: .5s;

    color: #fff;
}
.slick-slider-nav .slick-slider-nav-item.slick-current .slider-icon
{
    color: #0d9896;
}
@media (min-width: 992px)
{
    .header
    {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;

        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;

        width: 100%;
        padding: 20px 20px 0 20px;
    }
    .header .container .row
    {
        /* align-items: center;
                justify-content: center;*/
    }
    .header .header-top
    {
        font-size: 1.5rem;

        display: none;

        padding: 1rem 0;

        color: #fff;
        background-color: #d96527;
    }
    .header .header-top .header-contact-details
    {
        margin: .4rem 0 0 0;
        padding: 0;
    }
    .header .header-top .header-contact-details li
    {
        display: table;
        float: left;

        margin: 0;
        padding: 0 1rem;
    }
    .header .header-top .header-contact-details li div
    {
        line-height: 1;

        display: table-cell;

        vertical-align: middle;
    }
    .header .header-top .header-contact-details li div span
    {
        display: none;

        margin: 0 .5rem;
    }
    .header .header-top .header-contact-details li div i
    {
        display: inline-block;

        margin: 2px .5rem 0 0;

        color: #000;
    }
    .header .header-top .header-contact-details li a
    {
        text-decoration: none;

        color: #fff;
    }
    .header .header-top .header-contact-details li a:hover
    {
        color: #000;
    }
    .header .header-top .header-social-icons
    {
        display: block;
        float: right;

        margin: 0 0 0 auto;
        padding: 0;

        text-align: center;
    }
    .header .header-top .header-social-icons li
    {
        display: inline-block;

        margin: 0;
        padding: 0;

        text-align: center;

        color: #fff;
    }
    .header .header-top .header-social-icons li a
    {
        text-decoration: none;

        color: #fff;
    }
    .header .header-top .header-social-icons li a i
    {
        line-height: 30px;

        display: block;

        width: 30px;
        height: 30px;

        text-decoration: none;

        background-color: #000;
    }
    .header .header-top .header-social-icons li a:hover i
    {
        background-color: #0d9896;
    }
    .header .header-bottom
    {
        position: relative;

        padding: 0;
    }
    .header .header-bottom [class*='col-']
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header-logo
    {
        display: block;

        max-width: 200px;
        height: auto;
        margin: 0;
    }
}
@media (min-width: 992px) and (min-width: 992px)
{
    .header .container
    {
        width: calc((100% - 120px)) !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 992px)
{
    #nav-toggle
    {
        display: none;
    }
    .main-menu
    {
        position: relative;
        z-index: 100;

        display: table !important;
        float: right;

        max-width: 1200px;
        margin: 0;
        padding: 0 100px 0 0;
    }
    .main-menu > li
    {
        position: relative;

        display: table-cell;

        margin: 0;
        padding: 2rem;

        vertical-align: middle;
    }
    .main-menu > li > a
    {
        display: block;

        padding: 2em 0;

        text-align: center;
        text-decoration: none;
        text-transform: uppercase;

        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }
    .main-menu > li > a > span
    {
        position: relative;
    }
    .main-menu > li > a > span:before
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 3px;

        content: '';
        transition: all .4s ease;

        background-color: transparent;
    }
    .main-menu li.current-menu-item > a,
    .main-menu li:hover > a,
    .main-menu li.current-menu-parent > a
    {
        color: #d96527;
    }
    .main-menu li.current-menu-item > a span:before,
    .main-menu li:hover > a span:before,
    .main-menu li.current-menu-parent > a span:before
    {
        position: absolute;
        top: -1.2rem;
        left: 0;

        background-color: #d96527;
    }
    .main-menu li:hover ul
    {
        display: block !important;
        visibility: visible !important;
    }
    .main-menu li.mega-image:hover ul
    {
        display: -ms-flexbox !important;
        display: flex !important;
        visibility: visible !important;
    }
    .main-menu li:not(.mega-image) ul
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        visibility: hidden;

        width: 25rem;
        margin: 0;
        margin-left: -12.5rem;
        padding: 0;

        box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    }
    .main-menu li:not(.mega-image) ul > li
    {
        display: block;

        margin: 0;
        padding: 0;
    }
    .main-menu li:not(.mega-image) ul > li > a
    {
        font-size: 1.5rem;

        display: block;

        margin: 0;
        padding: 1rem;

        text-align: center;
        text-decoration: none;
        text-transform: uppercase;

        color: #d96527;
        border: 0 solid #fff;
        border-bottom: 1px solid #f4d1bf;
        background-color: #fff;
    }
    .main-menu li:not(.mega-image) ul li:first-of-type
    {
        border-top: 2px solid #d96527;
    }
    .main-menu li:not(.mega-image) ul li.current-menu-item > a,
    .main-menu li:not(.mega-image) ul li:hover > a,
    .main-menu li:not(.mega-image) ul li.current-page-parent > a
    {
        color: #fff;
        border: 0 solid #fff;
        border-bottom: 1px solid #dd743d;
        background-color: #d96527;
    }
    .main-menu .mega-image ul
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;

        display: none;
        visibility: hidden;

        width: 100%;
        width: 800px;
        margin: 0;
        margin-left: -400px;
        padding: 0;

        transition: all 500ms ease-in-out;

        border: 3px solid rgba(0, 0, 0, .8);
        background-color: rgba(0, 0, 0, .8);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .main-menu .mega-image ul li
    {
        max-width: 33.333333333333%;
        margin: 0;
        padding: 3px;

        list-style: none;

        -ms-flex: 0 0 33.333333333333%;
            flex: 0 0 33.333333333333%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .main-menu .mega-image ul li a
    {
        font-size: 1.4rem;

        position: relative;

        display: block;

        margin: 0;
        padding: 0;

        color: #d96527;
        background-color: #fff;
    }
    .main-menu .mega-image ul li a img
    {
        display: block;

        width: 100%;
    }
    .main-menu .mega-image ul li a b
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        padding: .8rem;

        transition: all 500ms ease-in-out;
        text-align: center;
        text-transform: uppercase;

        color: #fff;
        background-color: rgba(217, 101, 39, .8);
    }
    .main-menu .mega-image ul li a:hover b
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
@media (max-width: 991px)
{
    .header
    {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;

        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;

        width: 100%;
        padding: 0 10px 0 10px;

        transition: all .4s ease;
    }
    .header .header-top
    {
        font-size: 1.5rem;

        padding: 0;

        color: #fff;
        background-color: #d96527;
    }
    .header .header-top [class*='col-']
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header .header-top .container
    {
        width: 100% !important;
    }
    .header .header-top .col-lg-9
    {
        display: none;
    }
    .header .header-top .header-social-icons
    {
        display: block;
        display: table;

        width: 100%;
        margin: 0;
        padding: 0;

        text-align: left;
    }
    .header .header-top .header-social-icons li
    {
        display: table-cell;

        margin: 0;
        padding: 0;

        text-align: center;

        color: #fff;
        border-right: 1px solid #262626;
        border-bottom: 1px solid #262626;
    }
    .header .header-top .header-social-icons li a
    {
        text-decoration: none;

        color: #fff;
    }
    .header .header-top .header-social-icons li a i
    {
        line-height: 40px;

        display: block;

        width: 100%;
        height: 40px;

        text-decoration: none;

        background-color: #000;
    }
    .header .header-bottom
    {
        position: relative;

        min-height: 100px;
        padding: 0;
    }
    .header .header-bottom [class*='col-']
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header .header-logo
    {
        display: block;

        width: auto;
        height: 100px;
        margin: 0;

        transition: all .4s ease;
    }
    .header-color-icons .header-top .header-social-icons li
    {
        border-right: 0 solid #262626;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-facebook
    {
        background-color: #3c599f;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-google-plus
    {
        background-color: #cf3d2e;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-instagram
    {
        background-color: #a1755c;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-linkedin
    {
        background-color: #0085ae;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-twitter
    {
        background-color: #32ccfe;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-vimeo
    {
        background-color: #229acc;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-youtube
    {
        background-color: #c52f30;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-googleplus
    {
        background-color: #c52f30;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-phone
    {
        background-color: #d96527;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-envelope
    {
        background-color: #0d9896;
    }
    .main-menu
    {
        display: none;
    }
}
.footer
{
    position: relative;

    padding: 20px 20px 0 20px;

    text-align: center;

    color: #fff;
    background-color: #0d9896;
    background-image: url(../../images/hatch.png);
    background-size: contain;
    /*- Responsive -*/
}
@media (max-width: 991px)
{
    .footer
    {
        padding: 10px 10px 0 10px;
    }
}
.footer:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    width: 100%;
    height: 10px;
    height: 100%;

    content: '';
}
.footer .footer-bg
{
    position: relative;

    padding: 8rem 0 0 0;

    background-color: #000;
}
@media (max-width: 991px)
{
    .footer .footer-bg
    {
        padding: 4rem 2rem;
    }
}
.footer .footer-bg .footer-message
{
    margin-bottom: 2rem;
    padding: 1.5rem 0;

    text-align: left;
}
.footer .footer-bg .acknowledge-message
{
    font-size: 1.4rem;

    position: relative;

    margin-top: 4rem;
    padding: 1.5rem 1rem 1.5rem 6rem;

    text-align: left;

    border-top: 1px solid #d96527;
    border-bottom: 1px solid #d96527;
    background-color: #000;
}
.footer .footer-bg .acknowledge-message span.icon-australia
{
    font-size: 4rem;

    position: absolute;
    top: 50%;
    left: 5px;

    -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    color: #d96527;
}
.footer .footer-bg .acknowledge-image
{
    font-size: 1.4rem;

    position: relative;

    margin-top: 0;
    padding: 1.5rem 1rem 1.5rem 6rem;

    text-align: left;
    text-align: center;

    background-color: #000;
}
.footer .footer-bg h2.footer-heading
{
    margin-bottom: 1.5rem;

    text-align: left;

    color: #fff;
}
.footer .footer-bg h2.footer-heading span
{
    font-weight: 400;
}
.footer .footer-bg h3.footer-heading
{
    text-align: left;

    color: #fff;
}
.footer .footer-bg h3.footer-heading span
{
    font-weight: 400;
}
.footer .footer-bg a
{
    text-decoration: none;

    color: #fff;
}
.footer .footer-bg a:hover
{
    color: #d96527;
}
.footer .footer-bg .contact-details,
.footer .footer-bg .footer-opening-hours
{
    font-size: 1.7rem;

    margin: 0;
    padding: 1rem 0;

    text-align: left;
}
.footer .footer-bg .contact-details li,
.footer .footer-bg .footer-opening-hours li
{
    margin: .8rem 0;

    list-style: none;
}
.footer .footer-bg .footer-menu
{
    margin: 0;
    padding: 1rem 0;

    text-align: left;
}
.footer .footer-bg .footer-menu li
{
    margin: .8rem 0;

    list-style: none;
}
.footer .footer-bg .footer-menu li a
{
    font-weight: 700;
}
.footer .footer-bg .footer-menu li a:hover
{
    color: #d96527;
}
.footer .footer-bg .footer-menu li ul
{
    margin: 1.8rem 0;
    padding: 0 0 0 5px;
}
.footer .footer-bg .footer-menu li ul li a
{
    font-weight: 400;

    color: #fff;
}
.signature
{
    padding: 2rem;

    background-color: #000;
}
.signature p
{
    font-size: 1.4rem;

    margin: 0;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 991px)
{
    .signature p
    {
        padding: 1rem;

        text-align: center;
    }
}
.signature p a
{
    text-decoration: none;

    color: rgba(255, 255, 255, .4);
}
.signature p.author
{
    text-align: right;
}
@media (max-width: 991px)
{
    .signature p.author
    {
        text-align: center;
    }
}
.map
{
    /*- Responsive -*/
}
.map .acf-map
{
    width: 100%;
    height: 400px;
}
.map .embed-container
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 0;
    padding-bottom: 25%;
}
.map .embed-container iframe,
.map .embed-container object,
.map .embed-container embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.side
{
    text-align: left;
    /*- Responsive -*/
}
.side .side-gallery a:not(:last-of-type)
{
    margin-bottom: 1rem;
}
.side-1
{
    text-align: left;
    /*- Responsive -*/
}
.side-1 .side-gallery a:not(:last-of-type)
{
    margin-bottom: 1rem;
}
.woo .woo-bg
{
    padding: 10rem 0;
}
