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

    src: url('../../font/Hackney-Vector.woff2?ra8ks7') format('woff2'), url('../../font/Hackney-Vector.ttf?ra8ks7') format('truetype'), url('../../font/Hackney-Vector.woff?ra8ks7') format('woff'), url('../../font/Hackney-Vector.svg?ra8ks7#Hackney-Vector') format('svg');
}
[class^='ex-'],
[class*=' ex-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Hackney-Vector' !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';
}
@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

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

    text-transform: none;

    speak: never;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Paste Icon CSS Below*/
/*Make sure you save the icon mooon font files in fonts*/
/*
.icon-right-arrow1:before {
    content: "\e920";
  }
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-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
{
    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: 'Montserrat';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;

    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face
{
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;

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

    overflow-x: hidden;

    box-sizing: border-box;

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

    overflow-x: hidden;

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

    color: #f00;
}
a:hover,
a:focus
{
    color: #800000;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|*  Typography
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Hackney-Vector', sans-serif;
    font-weight: 400;
    line-height: 1.1;

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

    color: #f00;
}
h1,
.h1
{
    font-size: 3.5rem;
    font-weight: 100;
}
h2,
.h2
{
    font-size: 5rem;

    color: #000;
}
@media (max-width: 1339px)
{
    h2,
    .h2
    {
        font-size: 3rem;
    }
}
h3,
.h3
{
    font-size: 2rem;
}
h4,
.h4
{
    font-size: 1.8rem;
}
h5,
.h5
{
    font-size: 1.5rem;
}
h6,
.h6
{
    font-size: 1.5rem;
}
p
{
    font-weight: 600;
    line-height: 2.6rem;

    margin: 0 0 1rem;
}
blockquote
{
    margin-left: 0;
    padding: 1rem 2rem;

    border-left: .2rem solid #ddd;
}
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;
}
.x
{
    display: block;

    margin: 0;
}
.x li
{
    font-weight: 600;

    list-style-type: none;
}
.x li:before
{
    font-family: 'Hackney-Vector', sans-serif;
    font-weight: 100;

    margin-right: .4rem;

    content: 'X ';

    color: #f00;
}
/*
.x { // puts X instead of dot.
    display: table;
   
margin: 0;

li{
    list-style-type: none;
    font-weight: 600;
    display: table-row;
    text-indent: -.6rem;
}
li:before{
    content: "X ";
    font-family: @heading-font;
    color: @main-color;
    font-weight: 100;
    display: table-cell
}

}
*/
.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;
}
.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: 1340px)
{
    .container
    {
        width: 90% !important;
        max-width: 1560px;
    }
}
@media (min-width: 1500px)
{
    .container
    {
        width: 80% !important;
        max-width: 1560px;
    }
}
.col-0-padding [class*='col-'],
.block-side-side [class*='col-']
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.section-padding,
.txt,
.focus .focus-bg,
.focus-1 .focus-bg,
.block .block-bg,
.block-1 .block-bg,
.block-faq .block-bg,
.block-p-bio .block-bg,
.contact .contact-bg,
.contact- .contact-bg,
.divider .divider-bg,
.testimonial .testimonial-bg,
.testimonial-1 .testimonial-bg,
.side-1 .side-bg
{
    padding: 0rem 0;
}
@media (max-width: 1339px)
{
    .section-padding,
    .txt,
    .focus .focus-bg,
    .focus-1 .focus-bg,
    .block .block-bg,
    .block-1 .block-bg,
    .block-faq .block-bg,
    .block-p-bio .block-bg,
    .contact .contact-bg,
    .contact- .contact-bg,
    .divider .divider-bg,
    .testimonial .testimonial-bg,
    .testimonial-1 .testimonial-bg,
    .side-1 .side-bg
    {
        padding: 0rem 0;
    }
}
.container-100 .container,
.block-side-side .container
{
    width: 100% !important;
    max-width: 1920px !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
{
    font-family: 'Hackney-Vector', sans-serif;
    font-weight: 700;

    display: inline-block;

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

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

    color: #fff;
    border: 1px solid #f00;
    background-color: #f00;
}
.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
{
    color: #fff;
    border-color: #9a8881;
    background-color: #9a8881;
}
.btn-default-alt,
.block-item-btn
{
    border: 1px solid #9a8881;
    background-color: #9a8881;
}
.btn-default-alt:hover,
.block-item-btn:hover
{
    border-color: #f00;
    background-color: #f00;
}
.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,
.focus,
.focus .focus-item,
.focus-1,
.focus-1 .focus-item,
.focus-p-img,
.focus-p-img .focus-item,
.focus-p-img-top,
.focus-p-img-top .focus-item,
.block,
.block .block-item,
.block-1,
.block-1 .block-item,
.block-p-img,
.block-p-img .block-item,
.block-p-img-2,
.block-p-img-2 .block-item,
.block-p-map,
.block-p-map .block-item,
.block-p-skull,
.block-p-skull .block-item,
.block-p-bio,
.block-p-resources,
.block-p-resources-4,
.block-p-resources-2,
.block-p-resources-2 .block-item,
.block-p-resources-3,
.block-p-resources-3 .block-item,
.contact,
.contact-,
.divider,
.divider-p-text,
.divider-p-text-line,
.divider-p-text-line-2,
.divider-p-icons,
.testimonial,
.testimonial-1,
.side,
.side-1
{
    background-position: center center;
    background-size: cover;
}
/*.slick-next,
    .slick-prev {
        background: @black none repeat scroll 0 0 !important;
        padding: 1rem;
        width: 60px;
        height: 60px;
        .rounded(50%);
    }
    .slick-next::before,
    .slick-prev::before {
        color: @second-color;
        font-size: 40px;
        line-height: 40px;
        opacity: .5;
        font-family: 'icomoon' !important;
    }
    .slick-prev {
        &:before {
            content: "\e90b";
        }
    }
    .slick-next {
        &:before {
            content: "\e90a";
        }
    }*/
/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */
.responsive-tabs .responsive-tabs__heading
{
    display: none;
}
.responsive-tabs .responsive-tabs__list__item
{
    display: inline;

    cursor: pointer;
}
.responsive-tabs-wrapper
{
    clear: both;
    zoom: 1;

    margin-bottom: 20px;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after
{
    display: table;

    content: '';
}
.responsive-tabs-wrapper:after
{
    clear: both;
}
.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus
{
    outline: 1px solid transparent;
}
.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus
{
    outline: none;
}
.responsive-tabs ul.responsive-tabs__list
{
    margin: 2rem 0 0 0;
    padding: 0;
}
.responsive-tabs .responsive-tabs__list__item
{
    font-family: 'Hackney-Vector', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7rem;

    float: left;

    margin: 1px 1px 0 0;
    padding: 15px 15px 15px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    text-transform: inherit;

    color: #f00;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
}
.responsive-tabs .responsive-tabs__list__item .fa
{
    line-height: .8;

    margin-right: 8px;
}
.responsive-tabs .responsive-tabs__list__item:hover
{
    color: #b30000;
}
.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover
{
    position: relative;
    top: 1px;

    margin-top: 0;
    padding-bottom: 16px;

    color: #f00;
    border-color: #c00;
    background: #fff;
}
.responsive-tabs .responsive-tabs__panel
{
    clear: left;

    margin-bottom: 0;
    padding: 20px 20px;

    word-wrap: break-word;

    border: 1px solid #f00;
    border-top: 1px solid #f00;
    background: #fff;
}
.responsive-tabs .responsive-tabs__panel:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 768px)
{
    .responsive-tabs .responsive-tabs__panel--closed-accordion-only
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .responsive-tabs .responsive-tabs__list
    {
        display: none;
    }
    .responsive-tabs .responsive-tabs__heading
    {
        display: block;

        cursor: pointer;
    }
    .responsive-tabs-wrapper
    {
        border-top: 1px solid #f00;
    }
    .responsive-tabs .responsive-tabs__heading
    {
        font-size: 16px;
        font-weight: 700;

        position: relative;

        margin: 0;
        padding: 10px 0;
        padding-left: 20px;

        text-transform: inherit;

        color: #f00;
        border: 1px solid #f00;
        border-top: none;
        background: #fff;
    }
    .responsive-tabs .responsive-tabs__heading .fa
    {
        display: none;

        margin-right: 8px;
    }
    .responsive-tabs .responsive-tabs__heading:after
    {
        position: absolute;
        top: 20px;
        right: 20px;

        display: block;

        width: 0;
        height: 0;

        content: '';

        border-top: 6px solid #777;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .responsive-tabs .responsive-tabs__heading:hover
    {
        color: #f00;
        background: #ffe5e5;
    }
    .responsive-tabs .responsive-tabs__heading:hover:after
    {
        border-top: 6px solid #777;
    }
    .responsive-tabs .responsive-tabs__heading--active,
    .responsive-tabs .responsive-tabs__heading--active:hover
    {
        color: #fff;
        background: #f00;
    }
    .responsive-tabs .responsive-tabs__heading--active:after,
    .responsive-tabs .responsive-tabs__heading--active:hover:after
    {
        top: 18px;

        border-top: 0;
        border-bottom: 6px solid #fff;
    }
    .responsive-tabs .responsive-tabs__panel
    {
        margin: 0;
        padding: 0 20px;
        padding-top: 20px;

        border: 1px solid #f00;
        border-top: none;
        border-radius: 0;
        background: #fff;
    }
}
.expedite-accordian .responsive-tabs .responsive-tabs__panel--closed-accordion-only
{
    display: block;
}
.expedite-accordian .responsive-tabs .responsive-tabs__list
{
    display: none;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading
{
    display: block;

    cursor: pointer;
}
.expedite-accordian .responsive-tabs-wrapper
{
    border-top: 1px solid #f00;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading
{
    font-size: 16px;
    font-weight: 700;

    position: relative;

    margin: 0;
    padding: 10px 0;
    padding-left: 20px;

    text-transform: inherit;

    color: #f00;
    border: 1px solid #f00;
    border-top: none;
    background: #fff;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading .fa
{
    display: none;

    margin-right: 8px;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading:after
{
    position: absolute;
    top: 20px;
    right: 20px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-top: 6px solid #777;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading:hover
{
    color: #f00;
    background: #ffe5e5;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading:hover:after
{
    border-top: 6px solid #777;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading--active,
.expedite-accordian .responsive-tabs .responsive-tabs__heading--active:hover
{
    color: #fff;
    background: #f00;
}
.expedite-accordian .responsive-tabs .responsive-tabs__heading--active:after,
.expedite-accordian .responsive-tabs .responsive-tabs__heading--active:hover:after
{
    top: 18px;

    border-top: 0;
    border-bottom: 6px solid #fff;
}
.expedite-accordian .responsive-tabs .responsive-tabs__panel
{
    margin: 0;
    padding: 0 20px;
    padding-top: 20px;

    border: 1px solid #f00;
    border-top: none;
    border-radius: 0;
    background: #fff;
}
ul.list-inline
{
    margin: 2rem 0;
    padding: 0;
}
ul.list-inline li
{
    display: inline-block;
}
.social-icons .ex
{
    line-height: 46px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    color: #fff;
    border: 2px solid #fff;
}
.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: #f00;
    border-color: #f00;
    /*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
{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
@media (min-width: 1340px)
{
    .gform_wrapper
    {
        float: left;
    }
}
.gform_wrapper .gform_body ul
{
    width: 100%;
    margin: 0;
    padding: 0;
}
@media (min-width: 1340px)
{
    .gform_wrapper .gform_body ul
    {
        float: left;
    }
}
.gform_wrapper .gform_body ul li
{
    line-height: 1;

    width: 100%;
    padding: 0 0;

    list-style: none;
}
@media (min-width: 1340px)
{
    .gform_wrapper .gform_body ul li
    {
        float: left;
    }
}
.gform_wrapper .gform_body ul li label
{
    font-family: 'Hackney-Vector', sans-serif;
    font-weight: 400;

    display: block;

    width: 100%;
    margin-bottom: .5rem;

    text-align: left;

    color: #000;
}
.gform_wrapper .gform_body ul li input,
.gform_wrapper .gform_body ul li select,
.gform_wrapper .gform_body ul li textarea
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    padding: 8px 5px;

    color: #f00;
    border: 1px solid #f00;
    background-color: #fff;
}
.gform_wrapper .gform_body ul li textarea
{
    height: 7rem;
}
.gform_wrapper .gform_body ul li.fifty
{
    float: left;

    width: 49.5%;
    margin-right: .5%;
}
@media (max-width: 1339px)
{
    .gform_wrapper .gform_body ul li.fifty
    {
        float: none;

        width: 100%;
    }
}
.gform_submission_error
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;

    margin: 0;

    color: #000;
}
.gform_wrapper:before,
.gform_wrapper:after
{
    display: table;

    content: ' ';
}
.gform_wrapper:after
{
    clear: both;
}
.gform_button
{
    display: block;
    float: left;

    margin-top: 1% !important;

    text-align: center;
}
.validation_error,
.validation_message
{
    font-size: 15px;

    padding: 5px;

    color: #000;
    border: 1px solid #ffc2c1;
    background-color: #fde0e0;
}
.validation_error
{
    padding: 10px;
}
.gform_confirmation_message
{
    font-size: 15px;

    padding: 5px;
    padding: 10px;

    border: 1px solid #c3e6cb;
    background-color: #d4edda;
}
.gform_wrapper ul li.gfield_error input[type='text']
{
    margin-bottom: 1px;

    border: 1px solid #ffc2c1 !important;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container
{
    position: absolute !important;
    left: -9000px;

    display: none !important;
}
.ui-datepicker
{
    font: 9pt Arial, sans-serif;

    width: 216px;
    height: auto;
    margin: 5px auto 0;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.ui-datepicker a
{
    text-decoration: none;
}
.ui-datepicker table
{
    width: 100%;

    border-collapse: collapse;
}
.ui-datepicker-header
{
    font-weight: bold;
    line-height: 30px;

    color: #e0e0e0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #f00;
    background-color: #f00;
    box-shadow: 0 1px 1px 0 rgba(250, 250, 250, .2) inset;
    text-shadow: 1px -1px 0 #000;
}
.ui-datepicker-title
{
    text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next
{
    line-height: 600%;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-align: center;

    background-image: url(../../images/datepicker/arrow.png);
    background-repeat: no-repeat;
}
.ui-datepicker-prev
{
    float: left;

    background-position: center -30px;
}
.ui-datepicker-next
{
    float: right;

    background-position: center 0;
}
.ui-datepicker thead
{
    border-bottom: 1px solid #bbb;
    background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
}
.ui-datepicker th
{
    font-size: 6pt;

    padding: 5px 0;

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

    color: #666;
    text-shadow: 1px 0 0 #fff;
}
.ui-datepicker tbody td
{
    padding: 0;

    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child
{
    border-right: 0 none;
}
.ui-datepicker tbody tr
{
    border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child
{
    border-bottom: 0 none;
}
.ui-datepicker td span,
.ui-datepicker td a
{
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #666;
    text-shadow: 1px 1px 0 #fff;
}
.ui-datepicker-calendar .ui-state-default
{
    background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 transparent;
    box-shadow: 1px 1px 0 0 rgba(250, 250, 250, .5) inset;
}
.ui-datepicker-calendar .ui-state-hover
{
    background: none repeat scroll 0 0 #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active
{
    position: relative;

    margin: -1px;

    color: #666;
    border: 1px solid #c19163;
    background: none repeat scroll 0 0 #fff2aa;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1) inset;
    text-shadow: 0 1px 0 #fff;
}
.ui-datepicker-unselectable .ui-state-default
{
    color: #b4b3b3;
    background: none repeat scroll 0 0 #f4f4f4;
}
.ui-datepicker-calendar td:first-child .ui-state-active
{
    width: 29px;
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active
{
    width: 29px;
    margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active
{
    height: 29px;
    margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled
{
    background-color: #d7d7d7;
}
.fourofour
{
    min-height: 530px;
    padding-top: 130px;

    text-align: center;

    background-color: #f00;
}
.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 #9a8881;
    border-bottom: 3px solid #9a8881;
}
.expedite-blog
{
    padding: 5rem 0;
}
.expedite-blog .byline
{
    font-size: 1.4rem;
}
.expedite-blog #commentform
{
    padding: 2rem 3rem;

    border: 1px solid #f00;
}
.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: 'Hackney-Vector', sans-serif;

    display: block;

    color: #f00;
}
.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 .blog-item
{
    padding-bottom: 1rem;

    border-bottom: 1px solid #f00;
}
.expedite-blog-archive h2 a
{
    text-decoration: none;
}
.expedite-blog-archive .attachment-blog_thumb
{
    float: right;

    margin: 0 0 1rem 1rem;
}
.widget
{
    margin-bottom: 2rem;
    padding: 2rem;

    background-color: #efefef;
}
.widget h3
{
    margin: 0;
}
.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;

    border-bottom: 1px solid #ccc;
}
.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 #f00;
}
.contact-details i
{
    font-size: 1.8rem;

    display: inline-block;

    margin-right: 5px;
    margin-right: .5rem;

    text-align: center;
}
.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-1 .side-gallery
{
    position: relative;

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

    width: 100%;
}
.ex-gallery a,
.block-item-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-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-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-1 .side-gallery a:hover .overlay
{
    opacity: 1;
}
.ex-gallery a .overlay span,
.block-item-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;
}
/* ------ 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;

    -webkit-backface-visibility: visible;
            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;

    -webkit-backface-visibility: visible !important;
            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;

    -webkit-backface-visibility: visible !important;
            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;

    -webkit-backface-visibility: visible !important;
            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;

    -webkit-backface-visibility: visible !important;
            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;
    margin: 8rem 0 1rem;
    padding-left: 1.5rem;

    text-align: center;

    background-color: #fff;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .video
    {
        margin: 0 0 2rem -1.5rem;
    }
}
.video svg
{
    position: absolute;
    top: 55%;
    left: 50%;

    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
@media (max-width: 1339px)
{
    .video svg
    {
        -ms-transform: translate(-50%, -50%) scale(.45);
            transform: translate(-50%, -50%) scale(.45);
    }
}
.video video
{
    width: 100%;
    max-width: 2560px;
    height: auto;
    margin: 0 auto;
}
.video .heading-video
{
    font-size: 6.2rem;

    padding-bottom: 3rem;

    text-align: left;

    color: #000;
}
@media (max-width: 1339px)
{
    .video .heading-video
    {
        font-size: 3rem;

        padding: 0;
    }
}
.txt
{
    text-align: left;
    /*- Responsive -*/
}
.txt .txt-item
{
    padding: 0;
}
.txt-p-warning
{
    padding: 7rem 0 8rem;

    text-align: center;

    background-color: #f00;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .txt-p-warning
    {
        margin-top: 2rem;
        padding: 3rem 0 3rem;
    }
}
.txt-p-warning .txt-item
{
    font-family: 'Hackney-Vector', sans-serif;
    font-size: 6.2rem;
    line-height: 6rem;

    width: 80%;
    margin: 0 auto;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-warning .txt-item
    {
        font-size: 3rem;
        line-height: 2.8rem;

        width: 85%;
    }
}
.txt-p-warning .txt-item p
{
    font-weight: 100;
    line-height: 5.5rem;
}
@media (max-width: 1339px)
{
    .txt-p-warning .txt-item p
    {
        line-height: 2.5rem;
    }
}
.txt-p-warning .txt-heading
{
    font-size: 10rem;

    margin: 0 0 3rem;

    color: #000;
}
@media (max-width: 1339px)
{
    .txt-p-warning .txt-heading
    {
        font-size: 5rem;
        line-height: 4rem;

        margin: 0 0 2rem;
    }
}
.txt-p-call
{
    padding: 7rem 0 7rem;

    text-align: center;

    background-color: #f00;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .txt-p-call
    {
        margin-top: 0rem;
        padding: 3rem 0 3rem 0;
    }
}
.txt-p-call .txt-item
{
    font-family: 'Hackney-Vector', sans-serif;
    font-size: 6.2rem;
    line-height: 6rem;

    margin: 0 auto;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-call .txt-item
    {
        font-size: 3rem;
        line-height: 2.8rem;

        width: 100%;
    }
}
.txt-p-call .txt-item p
{
    font-weight: 100;
    line-height: 5.5rem;
}
@media (max-width: 1339px)
{
    .txt-p-call .txt-item p
    {
        line-height: 2.5rem;
    }
}
.txt-p-call .txt-heading
{
    font-size: 12rem;
    line-height: 8.5rem;

    margin: 0 0 3rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-call .txt-heading
    {
        font-size: 5rem;
        line-height: 3.6rem;

        margin: 0 0 1rem;
    }
}
.txt-p-call .txt-heading a
{
    text-decoration: none;

    color: #000;
}
.txt-p-call-2
{
    margin-top: 7rem;
    padding: 7rem 0 7rem;

    text-align: center;

    background-color: #f00;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .txt-p-call-2
    {
        margin-top: 0rem;
        padding: 3rem 0 3rem 0;
    }
}
.txt-p-call-2 .txt-item
{
    font-family: 'Hackney-Vector', sans-serif;
    font-size: 6.2rem;
    line-height: 6rem;

    margin: 0 auto;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-call-2 .txt-item
    {
        font-size: 3rem;
        line-height: 2.8rem;

        width: 100%;
    }
}
.txt-p-call-2 .txt-item p
{
    font-weight: 100;
    line-height: 5.5rem;
}
@media (max-width: 1339px)
{
    .txt-p-call-2 .txt-item p
    {
        line-height: 2.5rem;
    }
}
.txt-p-call-2 .txt-heading
{
    font-size: 12rem;
    line-height: 8.5rem;

    margin: 0 0 3rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-call-2 .txt-heading
    {
        font-size: 5rem;
        line-height: 3.6rem;

        margin: 0 0 1rem;
    }
}
.txt-p-call-2 .txt-heading a
{
    text-decoration: none;

    color: #000;
}
.txt-p-skinny
{
    padding: 12rem 0 10rem;

    text-align: left;

    background-color: #9a8881;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .txt-p-skinny
    {
        margin-top: -3rem;
        padding: 3rem 0 5rem;
    }
}
.txt-p-skinny span
{
    display: block;
}
.txt-p-skinny .txt-item
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 6rem;

    margin: 0 auto;
    padding-left: 15px;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-skinny .txt-item
    {
        font-size: 3rem;
        line-height: 2.5rem;

        padding-left: 0;
    }
}
.txt-p-skinny .txt-item p
{
    line-height: 3rem;

    width: 80%;
}
@media (max-width: 1339px)
{
    .txt-p-skinny .txt-item p
    {
        font-size: 1.6rem;
        line-height: 2.5rem;

        width: 100%;
        margin-top: 0;
    }
}
.txt-p-skinny .txt-heading
{
    font-size: 10rem;
    line-height: 8rem;

    margin: 0 0 5rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-skinny .txt-heading
    {
        font-size: 3rem;
        line-height: 2.7rem;

        margin-top: 7.5rem;
        margin-bottom: 2rem;
    }
}
.txt-p-skinny .txt-heading a
{
    text-decoration: none;

    color: #000;
}
.txt-p-skinny-r
{
    padding: 8rem 0 6rem;

    text-align: left;

    background-color: #9a8881;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .txt-p-skinny-r
    {
        padding: 1rem 0 5rem;
    }
}
.txt-p-skinny-r span
{
    display: block;
}
.txt-p-skinny-r .txt-item
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 6rem;

    margin: 0 auto;
    padding-left: 15px;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-skinny-r .txt-item
    {
        font-size: 3rem;
        line-height: 2.5rem;

        padding-left: 0;
    }
}
.txt-p-skinny-r .txt-item p
{
    line-height: 3rem;

    width: 80%;
}
@media (max-width: 1339px)
{
    .txt-p-skinny-r .txt-item p
    {
        font-size: 1.6rem;
        line-height: 2.5rem;

        width: 100%;
        margin-top: 0;
    }
}
.txt-p-skinny-r .txt-heading
{
    font-size: 10rem;
    line-height: 8rem;

    margin: 0 0 3rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .txt-p-skinny-r .txt-heading
    {
        font-size: 3rem;
        line-height: 2.7rem;

        margin-top: 7.5rem;
        margin-bottom: 2rem;
    }
}
.txt-p-skinny-r .txt-heading a
{
    text-decoration: none;

    color: #000;
}
.txt-faq
{
    margin-left: 1.5rem;
    padding: 3rem 0 10rem;

    text-align: left;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .txt-faq
    {
        margin-left: 0;
        padding: 3rem 0;
    }
}
.txt-faq .txt-item
{
    padding: 2rem 0 0;
}
@media (max-width: 1339px)
{
    .txt-faq .txt-item
    {
        padding: 0;
    }
}
.txt-faq ul
{
    margin-top: 2rem;
}
.focus
{
    /*- Responsive -*/
}
.focus .focus-bg
{
    background-color: #f33;
}
.focus .focus-intro
{
    margin: 0 auto;
}
.focus .focus-item
{
    text-align: center;
}
.focus .focus-item .focus-item-bg
{
    background-color: #fcc;
}
.focus .focus-item .focus-item-icon
{
    text-align: center;
}
.focus .focus-item .focus-item-icon i
{
    font-size: 6rem;
    line-height: 56px;

    display: block;

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

    color: #f00;
}
.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: #f00;
}
.focus-1
{
    /*- Responsive -*/
}
.focus-1 .focus-bg
{
    background-color: #f33;
}
.focus-1 .focus-intro
{
    margin: 0 auto;
}
.focus-1 .focus-item
{
    text-align: center;
}
.focus-1 .focus-item .focus-item-bg
{
    background-color: #fcc;
}
.focus-1 .focus-item .focus-item-icon
{
    text-align: center;
}
.focus-1 .focus-item .focus-item-icon i
{
    font-size: 6rem;
    line-height: 56px;

    display: block;

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

    color: #f00;
}
.focus-1 .focus-item .focus-item-image img
{
    display: block;

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

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #f00;
}
.focus-p-img
{
    /*- Responsive -*/
}
.focus-p-img .focus-bg
{
    position: relative;

    padding: 3rem 0;
    padding-left: 1.5rem;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .focus-p-img .focus-bg
    {
        padding: 0;
    }
}
@media (max-width: 1339px)
{
    .focus-p-img .focus-item
    {
        padding: 2rem 0;
    }
}
.focus-p-img .focus-item .focus-item-image
{
    position: relative;
    z-index: 99;
}
.focus-p-img .focus-item .focus-item-image:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 50%;

    content: '';

    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, .704) 100%);
}
.focus-p-img .focus-item .focus-item-image .hide p
{
    line-height: 3rem;

    position: absolute;

    width: 100%;
    height: 100%;
    padding: 18rem 7rem 0 1rem;

    content: '';
    text-align: left;

    opacity: 0;
}
@media (max-width: 1339px)
{
    .focus-p-img .focus-item .focus-item-image .hide p
    {
        padding: 12rem 2rem 0 1rem;
    }
}
.focus-p-img .focus-item .focus-item-image .hide p:hover
{
    transition: all .3s;

    opacity: 1;
    color: #fff;
}
.focus-p-img .focus-item .focus-item-image .hide
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    cursor: pointer;
}
.focus-p-img .focus-item .focus-item-image .hide:hover
{
    transition: all .3s;

    background: rgba(255, 0, 0, .703);
}
.focus-p-img .focus-item .focus-item-image img
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
.focus-p-img .focus-item .focus-item-content
{
    padding: 0;
}
.focus-p-img .focus-item .focus-item-content-icon
{
    display: -ms-flexbox;
    display: flex;
}
.focus-p-img .focus-item .focus-item-content-icon .focus-item-heading
{
    margin: 1rem .5rem;
}
.focus-p-img .focus-item-image
{
    position: relative;
}
.focus-p-img .focus-item-btn
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

    width: 100%;
    padding: 0;
    padding: .5rem 1rem;

    text-align: left;
}
.focus-p-img .focus-item-btn:hover
{
    border: solid 1px #000;
    background-color: #000;
}
.focus-p-img .image
{
    position: relative;
}
.focus-p-img .image .focus-item-heading
{
    font-size: 4.5rem;
    line-height: 3.6rem;

    position: absolute;
    z-index: 10;
    top: -1rem;
    left: 0;

    width: 60%;
    padding: 0 0 0 1rem;

    text-align: left;

    color: #fff;
}
@media (max-width: 1339px)
{
    .focus-p-img .image .focus-item-heading
    {
        font-size: 4rem;

        width: 80%;
    }
}
.focus-p-img-top
{
    /*- Responsive -*/
}
.focus-p-img-top .focus-bg
{
    position: relative;

    padding: 10rem 0 2rem;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .focus-p-img-top .focus-bg
    {
        padding: 3rem 0 0 0;
    }
}
.focus-p-img-top .focus-item
{
    padding-left: 1.5rem;
}
@media (max-width: 1339px)
{
    .focus-p-img-top .focus-item
    {
        padding: 1rem 0 2rem;
    }
}
.focus-p-img-top .focus-item .focus-item-image
{
    position: relative;
    z-index: 99;
}
.focus-p-img-top .focus-item .focus-item-image:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 50%;

    content: '';

    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, .704) 100%);
}
.focus-p-img-top .focus-item .focus-item-image .hide p
{
    line-height: 3rem;

    position: absolute;

    width: 100%;
    height: 100%;
    padding: 18rem 7rem 0 1rem;

    content: '';
    text-align: left;

    opacity: 0;
}
@media (max-width: 1339px)
{
    .focus-p-img-top .focus-item .focus-item-image .hide p
    {
        padding: 12rem 2rem 0 1rem;
    }
}
.focus-p-img-top .focus-item .focus-item-image .hide p:hover
{
    transition: all .3s;

    opacity: 1;
    color: #fff;
}
.focus-p-img-top .focus-item .focus-item-image .hide
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    cursor: pointer;
}
.focus-p-img-top .focus-item .focus-item-image .hide:hover
{
    transition: all .3s;

    background: rgba(255, 0, 0, .703);
}
.focus-p-img-top .focus-item .focus-item-image img
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}
@media (max-width: 1339px)
{
    .focus-p-img-top .focus-item .focus-item-image img
    {
        min-height: 405px;

        object-fit: cover;
    }
}
.focus-p-img-top .focus-item .focus-item-content
{
    padding: 0;
}
.focus-p-img-top .focus-item .focus-item-content-icon
{
    display: -ms-flexbox;
    display: flex;
}
.focus-p-img-top .focus-item .focus-item-content-icon .focus-item-heading
{
    margin: 1rem .5rem;
}
.focus-p-img-top .focus-item-image
{
    position: relative;
}
.focus-p-img-top .focus-item-btn
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

    width: 100%;
    padding: 0;
    padding: .5rem 1rem;

    text-align: left;
}
.focus-p-img-top .focus-item-btn:hover
{
    border: solid 1px #000;
    background-color: #000;
}
.focus-p-img-top .image
{
    position: relative;
}
.focus-p-img-top .image .focus-item-heading
{
    font-size: 4.5rem;
    line-height: 3.6rem;

    position: absolute;
    z-index: 10;
    top: -1rem;
    left: 0;

    width: 60%;
    padding: 0 0 0 1rem;

    text-align: left;

    color: #fff;
}
@media (max-width: 1339px)
{
    .focus-p-img-top .image .focus-item-heading
    {
        font-size: 4rem;

        width: 80%;
    }
}
.focus-p-img-top .image .focus-item-heading span
{
    display: block;
}
.block
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block .block-bg
{
    background-color: #f33;
}
.block-1
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-1 .block-bg
{
    background-color: #f33;
}
.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: 1340px)
{
    .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: 1340px)
{
    .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
{
    background-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: #f00;
}
.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 #9a8881;
}
.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;

    border: 1px solid #f00;
    background-color: #fff;
}
.block-p-img
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-p-img .block-bg
{
    padding: 10rem 0;

    background-color: #9a8881;
}
@media (max-width: 1339px)
{
    .block-p-img .block-bg
    {
        padding: 2rem 0 5rem 0;
    }
}
.block-p-img .block-item .block-item-content
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-p-img .block-item .block-item-content .block-item-heading
{
    font-size: 6.2rem;
    line-height: 6.5rem;

    float: right;

    margin-top: 6.5rem;
    margin-left: -5rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-img .block-item .block-item-content .block-item-heading
    {
        font-size: 3rem;
        line-height: 2.75rem;

        margin-top: 4.5rem;
    }
}
.block-p-img .block-item .block-item-content .block-item-heading span
{
    display: block;
}
@media (max-width: 1339px)
{
    .block-p-img .col-8
    {
        float: right;

        padding-left: 10rem;
    }
}
@media (max-width: 1339px)
{
    .block-p-img .col-8 h2
    {
        margin-left: -5rem;
    }
}
.block-p-img .col-4
{
    position: relative;
}
@media (max-width: 1339px)
{
    .block-p-img .col-4
    {
        margin-left: -4rem;
    }
}
.block-p-img .col-4 img
{
    float: left;

    transition: all 1s;
    -ms-transform: scale(1);
        transform: scale(1);
}
@media (max-width: 1339px)
{
    .block-p-img .col-4 img
    {
        position: absolute;
        top: -4.4rem;
        left: -3.5rem;

        -ms-transform: scale(.35);
            transform: scale(.35);
    }
}
.block-p-img-2
{
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-p-img-2 .block-bg
{
    padding: 4rem 0 4rem;

    background-color: #9a8881;
}
@media (max-width: 1339px)
{
    .block-p-img-2 .block-bg
    {
        padding: 3rem 0 5rem;
    }
}
.block-p-img-2 .block-item .block-item-content .block-item-heading
{
    font-size: 6.2rem;
    line-height: 6.5rem;

    margin-top: 12rem;
    margin-left: 12rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-img-2 .block-item .block-item-content .block-item-heading
    {
        font-size: 3rem;
        line-height: 2.75rem;

        float: right;

        width: 80%;
        margin-top: 2.5rem;
        margin-right: -8rem;
        margin-left: 0rem;
    }
    .block-p-img-2 .block-item .block-item-content .block-item-heading span
    {
        display: inline-block;
    }
}
.block-p-img-2 .block-item .block-item-content .block-item-heading span
{
    display: block;
}
@media (max-width: 1339px)
{
    .block-p-img-2 .block-item .block-item-content .block-item-heading span
    {
        display: inline;
    }
}
@media (max-width: 1339px)
{
    .block-p-img-2 .col-8
    {
        width: 100%;
        margin-left: -8rem;
    }
}
.block-p-img-2 .col-4
{
    position: relative;
}
.block-p-img-2 .col-4 img
{
    float: left;

    transition: all 1s;
    -ms-transform: scale(1);
        transform: scale(1);
}
@media (max-width: 1339px)
{
    .block-p-img-2 .col-4 img
    {
        position: absolute;
        top: -12rem;
        left: -14rem;

        -ms-transform: scale(.3);
            transform: scale(.3);
    }
}
.block-p-map .block-bg
{
    padding: 3rem 0 6rem;
    padding-left: 1.5rem;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-map .block-bg
    {
        padding: 3rem 0;
    }
}
.block-p-map .block-intro-heading
{
    font-size: 6.2rem;

    margin: 0;

    color: #000;
}
@media (max-width: 1339px)
{
    .block-p-map .block-intro-heading
    {
        font-size: 3rem;
        line-height: 2.5rem;

        width: 80%;
        padding-bottom: 2rem;
    }
    .block-p-map .block-intro-heading span
    {
        display: block;
    }
}
.block-p-map .block-item .block-item-content .block-item-heading
{
    font-size: 6.2rem;

    color: #fff;
}
.block-p-map .row
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
}
.block-p-map .block-item-top-image img
{
    max-width: 100%;
    height: auto;
    padding-top: 3rem;
}
.block-p-map p
{
    font-size: 3rem;
    font-weight: 600;
}
@media (max-width: 1339px)
{
    .block-p-map p
    {
        font-size: 1.6rem;
        line-height: 2rem;

        width: 80%;
        margin-bottom: -1rem;
    }
}
.block-p-skull
{
    position: relative;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-p-skull .block-bg
{
    margin-top: 3rem;

    background-color: #9a8881;
}
.block-p-skull .block-bg img
{
    position: absolute;
    bottom: 0;
    left: 0;

    max-width: 100%;
    height: auto;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-skull .block-bg img
    {
        bottom: -6.9rem;
        left: -8rem;

        -ms-transform: scale(.7);
            transform: scale(.7);
    }
}
@media (min-device-width: 376px) and (max-width: 480px)
{
    .block-p-skull .block-bg img
    {
        bottom: -10.4rem;
        left: -12rem;

        max-width: 100%;
        height: auto;

        -ms-transform: scale(.4);
            transform: scale(.4);
    }
}
@media (max-width: 375px)
{
    .block-p-skull .block-bg img
    {
        bottom: -10rem;
    }
}
@media (max-width: 1339px)
{
    .block-p-skull .block-bg
    {
        padding: 0;
    }
}
.block-p-skull .block-item .block-item-content
{
    padding: 16rem 0;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-skull .block-item .block-item-content
    {
        padding: 10rem 0;
    }
}
@media (min-device-width: 376px) and (max-device-width: 480px)
{
    .block-p-skull .block-item .block-item-content
    {
        padding: 0;
    }
}
.block-p-skull .block-item .block-item-content .block-item-heading
{
    font-size: 6.2rem;
    line-height: 6.5rem;

    margin-left: 5rem;

    color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-skull .block-item .block-item-content .block-item-heading
    {
        font-size: 3rem;
        line-height: 2.75rem;

        width: 90%;
        margin-top: 0rem;
        margin-bottom: -.5rem;
        margin-left: 3rem;
        padding: 3rem 0;
    }
}
.block-p-skull .block-item .block-item-content .block-item-heading span
{
    display: block;
}
@media (max-width: 1339px)
{
    .block-p-skull .block-item .block-item-content .block-item-heading span
    {
        display: inline;
    }
}
.block-p-skull .col-8
{
    float: right;
}
.block-p-bio
{
    margin-left: 1.5rem;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
@media (max-width: 1339px)
{
    .block-p-bio
    {
        margin-left: 0;
    }
}
.block-p-bio .block-bg
{
    padding: 0rem 0;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-bio .block-bg
    {
        padding: 0;
    }
}
@media (max-width: 1339px)
{
    .block-p-bio .col-lg-12:not(:last-child)
    {
        margin-bottom: -5rem;
    }
}
@media (max-width: 1339px)
{
    .block-p-bio .col-lg-12:last-child
    {
        margin-bottom: 5rem;
    }
}
.block-p-bio h2
{
    margin: -1.5rem 0 2rem 0;
    padding: 0;
}
@media (max-width: 1339px)
{
    .block-p-bio h2
    {
        margin: 0;
        padding-top: 2rem;
    }
}
.block-p-bio p
{
    padding-bottom: 1rem;

    color: #000;
}
@media (max-width: 1339px)
{
    .block-p-bio p
    {
        padding-top: 1rem;
    }
}
.block-p-bio .row
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    padding: 5rem 0;

    -ms-flex-direction: row-reverse;
}
@media (max-width: 1339px)
{
    .block-p-bio .row
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        padding: 0rem 0;

        -ms-flex-direction: row-reverse;
    }
}
.block-p-bio .col-lg-6:nth-child(1) img
{
    float: right;

    max-width: 100%;
    height: auto;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-bio .col-lg-6:nth-child(1) img
    {
        float: left;
    }
}
.block-p-bio .col-lg-6:nth-child(2) ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 1339px)
{
    .block-p-bio .col-lg-6:nth-child(2)
    {
        margin-bottom: 0rem;
    }
}
@media (max-width: 1339px)
{
    .block-p-bio .col-lg-6:nth-child(2) ul:last-of-type
    {
        margin-bottom: 0rem;
    }
}
.block-p-resources
{
    position: relative;

    overflow-x: hidden;

    margin-left: 1.5rem;
    padding: 10rem 0 0rem;
}
.block-p-resources .resources
{
    display: none;
}
@media (max-width: 1339px)
{
    .block-p-resources .resources
    {
        font-family: 'Hackney-Vector', sans-serif;
        font-size: 3rem;
        font-weight: 100;

        position: absolute;
        z-index: 100000;
        top: 0rem;
        left: 1.5rem;

        display: block;

        color: #000;
    }
}
@media (max-width: 1339px)
{
    .block-p-resources
    {
        margin-left: 0;
    }
}
@media (max-width: 1339px)
{
    .block-p-resources
    {
        padding: 2rem 0 0;
    }
}
.block-p-resources .block-bg
{
    padding: 0;

    background-color: #fff;
}
.block-p-resources .block-intro .block-intro-heading span
{
    display: none;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -50.5rem;
        left: 15px;
    }
}
@media (max-width: 480px)
{
    .block-p-resources .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -35.5rem;
        left: 15px;
    }
}
.block-p-resources .block-item-content img
{
    float: right;

    max-width: 100%;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources .block-item-content img
    {
        float: left;
    }
}
.block-p-resources .block-item-content .resource-heading
{
    font-weight: 700;
}
@media (max-width: 1339px)
{
    .block-p-resources .block-item-content .resource-heading
    {
        padding-top: 2rem;
    }
}
.block-p-resources .block-item-content a
{
    font-weight: 600;

    text-decoration: none;
}
.block-p-resources .block-item-content p
{
    font-weight: 600;
}
.block-p-resources .block-item-content span
{
    color: #f00;
}
.block-p-resources .block-item-content .resources-links
{
    padding-bottom: 3rem;
}
.block-p-resources .block-item-content ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.block-p-resources .block-item-content ul li
{
    line-height: 1.6rem;

    padding: 0;

    list-style-type: none;
}
@media (max-width: 1339px)
{
    .block-p-resources .row
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -ms-flex-direction: column-reverse;
    }
}
@media (max-width: 1339px)
{
    .col-lg-6:nth-child(1)
    {
        padding-top: 6rem;
    }
}
.col-lg-6:nth-child(2) img
{
    margin-top: -5.5rem;
}
@media (max-width: 1339px)
{
    .col-lg-6:nth-child(2) img
    {
        padding-top: 5rem;
    }
}
/*Responsive*/
/*Desktop*/
/*Mobile*/
.block-p-resources-4
{
    position: relative;

    overflow-x: hidden;

    margin-left: 1.5rem;
    padding: 0rem 0 10rem;
}
.block-p-resources-4 .resources
{
    display: none;
}
@media (max-width: 1339px)
{
    .block-p-resources-4
    {
        margin-left: 0;
    }
}
@media (max-width: 1339px)
{
    .block-p-resources-4
    {
        padding: 0rem 0  5rem;
    }
}
.block-p-resources-4 .block-bg
{
    padding: 0;

    background-color: #fff;
}
.block-p-resources-4 .block-intro .block-intro-heading span
{
    display: none;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources-4 .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -50.5rem;
        left: 15px;
    }
}
@media (max-width: 480px)
{
    .block-p-resources-4 .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -35.5rem;
        left: 15px;
    }
}
.block-p-resources-4 .block-item-content img
{
    float: right;

    max-width: 100%;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources-4 .block-item-content img
    {
        float: left;
    }
}
.block-p-resources-4 .block-item-content .resource-heading
{
    font-weight: 700;
}
@media (max-width: 1339px)
{
    .block-p-resources-4 .block-item-content .resource-heading
    {
        padding-top: 2rem;
    }
}
.block-p-resources-4 .block-item-content a
{
    font-weight: 600;

    text-decoration: none;
}
.block-p-resources-4 .block-item-content p
{
    font-weight: 600;
}
.block-p-resources-4 .block-item-content span
{
    color: #f00;
}
.block-p-resources-4 .block-item-content .resources-links
{
    padding-bottom: 3rem;
}
.block-p-resources-4 .block-item-content ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.block-p-resources-4 .block-item-content ul li
{
    line-height: 1.6rem;

    padding: 0;

    list-style-type: none;
}
@media (max-width: 1339px)
{
    .block-p-resources-4 .row
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -ms-flex-direction: column-reverse;
    }
}
@media (max-width: 1339px)
{
    .col-lg-6:nth-child(1)
    {
        padding-top: 6rem;
    }
}
.col-lg-6:nth-child(2) img
{
    margin-top: -5.5rem;
}
@media (max-width: 1339px)
{
    .col-lg-6:nth-child(2) img
    {
        margin-top: 0;
    }
}
/*Responsive*/
/*Desktop*/
/*Mobile*/
.block-p-resources-2
{
    position: relative;

    overflow-x: hidden;

    margin-left: 1.5rem;
    padding: 7rem 0;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-p-resources-2 .resources
{
    display: none;
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .resources
    {
        font-family: 'Hackney-Vector', sans-serif;
        font-size: 3rem;
        font-weight: 100;

        position: absolute;
        z-index: 100000;
        top: -9.5rem;
        left: 1.5rem;

        display: block;

        color: #000;
    }
}
@media (max-width: 1339px)
{
    .block-p-resources-2
    {
        margin-left: 0;
    }
}
.block-p-resources-2 .block-bg
{
    padding: 0;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .block-bg
    {
        padding-top: 5rem;
    }
}
.block-p-resources-2 .block-intro
{
    position: relative;
}
.block-p-resources-2 .block-intro .block-intro-heading
{
    width: 40%;
    padding-bottom: 3rem;
}
.block-p-resources-2 .block-intro .block-intro-heading span
{
    display: none;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources-2 .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -81.5rem;
        left: 15px;
    }
}
@media (min-width: 376px) and (max-width: 480px)
{
    .block-p-resources-2 .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -57.5rem;
        left: 15px;

        width: 100%;
    }
}
@media (max-width: 375px)
{
    .block-p-resources-2 .block-intro .block-intro-heading
    {
        bottom: -60.5rem;
    }
}
.block-p-resources-2 .block-item .block-item-content img
{
    float: right;

    max-width: 100%;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources-2 .block-item .block-item-content img
    {
        float: left;
    }
}
.block-p-resources-2 .block-item .block-item-content .title-resources
{
    font-weight: 700;
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .block-item .block-item-content .title-resources
    {
        padding-top: 2rem;
    }
}
.block-p-resources-2 .block-item .block-item-content p
{
    font-weight: 600;
}
.block-p-resources-2 .block-item .block-item-content .resources-links
{
    padding-bottom: 3rem;
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .block-item .block-item-content .resources-links
    {
        padding-bottom: 0rem;
    }
}
.block-p-resources-2 .block-item .block-item-content ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.block-p-resources-2 .block-item .block-item-content ul li
{
    margin: -1rem 0 -1rem;

    list-style-type: none;
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .row
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -ms-flex-direction: column-reverse;
    }
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .col-lg-6:nth-child(1)
    {
        padding-top: 6rem;
    }
}
.block-p-resources-2 .col-lg-6:nth-child(2) img
{
    margin-top: -9rem;
}
@media (max-width: 1339px)
{
    .block-p-resources-2 .col-lg-6:nth-child(2) img
    {
        margin-top: -rem;
    }
}
.block-p-resources-3
{
    overflow-x: hidden;

    margin-top: -4rem;
    margin-left: 1.5rem;
    padding: 0 0 10rem 0;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
.block-p-resources-3 .resources
{
    display: none;
}
@media (max-width: 1339px)
{
    .block-p-resources-3
    {
        margin-left: 0;
        padding: 0 0 3rem;
    }
}
.block-p-resources-3 .block-bg
{
    padding: 0;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .block-bg
    {
        padding-top: 3rem;
    }
}
.block-p-resources-3 .block-intro .block-intro-heading
{
    width: 40%;
    padding-bottom: 3rem;
}
.block-p-resources-3 .block-intro .block-intro-heading span
{
    display: none;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources-3 .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -86.5rem;
        left: 15px;

        width: 100%;
    }
}
@media (min-device-width: 375px) and (max-width: 480px)
{
    .block-p-resources-3 .block-intro .block-intro-heading
    {
        position: absolute;
        bottom: -62.5rem;
        left: 15px;

        width: 100%;
    }
}
@media (max-width: 375px)
{
    .block-p-resources-3 .block-intro .block-intro-heading
    {
        bottom: -65.5rem;
    }
}
.block-p-resources-3 .block-item .block-item-content img
{
    float: right;

    max-width: 100%;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .block-p-resources-3 .block-item .block-item-content img
    {
        float: left;
    }
}
.block-p-resources-3 .block-item .block-item-content .title-resources
{
    font-weight: 700;
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .block-item .block-item-content .title-resources
    {
        padding-top: 2rem;
    }
}
.block-p-resources-3 .block-item .block-item-content p
{
    font-weight: 600;
}
.block-p-resources-3 .block-item .block-item-content span
{
    color: #f00;
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .block-item .block-item-content span
    {
        display: block;
    }
}
.block-p-resources-3 .block-item .block-item-content .resources-links
{
    padding-bottom: 3rem;
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .block-item .block-item-content .resources-links
    {
        padding-bottom: 0rem;
    }
}
.block-p-resources-3 .block-item .block-item-content ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.block-p-resources-3 .block-item .block-item-content ul li
{
    margin: -1rem 0 -1rem;

    list-style-type: none;
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .row
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        -ms-flex-direction: column-reverse;
    }
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .col-lg-6:nth-child(1)
    {
        padding-top: 6rem;
    }
}
.block-p-resources-3 .col-lg-6:nth-child(2) img
{
    margin-top: -9rem;
}
@media (max-width: 1339px)
{
    .block-p-resources-3 .col-lg-6:nth-child(2) img
    {
        margin-top: -4rem;
    }
}
.contact
{
    /*- Responsive -*/
}
.contact-
{
    /*- Responsive -*/
}
.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: 1340px)
{
    .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: 1340px)
{
    .divider .divider-features li
    {
        float: left;

        width: 31.33333333%;
        margin: 1%;
    }
}
.divider-p-text
{
    text-align: left;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
@media (max-width: 1339px)
{
    .divider-p-text
    {
        padding: 0;
    }
}
.divider-p-text .divider-intro
{
    padding-left: 15px;
}
@media (max-width: 1339px)
{
    .divider-p-text .divider-intro
    {
        padding-left: 0;
    }
}
.divider-p-text .divider-bg
{
    padding: 10rem 0 2rem;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .divider-p-text .divider-bg
    {
        padding: 0;
    }
}
.divider-p-text .divider-heading
{
    font-size: 5rem;

    margin: 0 0  2.5rem;

    color: #000;
}
@media (max-width: 1339px)
{
    .divider-p-text .divider-heading
    {
        font-size: 3rem;

        margin: 0 0 1.5rem;
    }
}
.divider-p-text p
{
    margin: 0 0 -2rem;

    color: #000;
}
.divider-p-text .divider-buttons
{
    margin: 0 auto;
    padding: 7.8rem 0 0 10rem;
}
@media (max-width: 1339px)
{
    .divider-p-text .divider-buttons
    {
        margin-left: 0rem;
        padding: 5rem 0 0;
    }
}
.divider-p-text .divider-buttons li
{
    display: inline;

    margin: 0;
    padding: 0;
}
.divider-p-text .divider-buttons .divider-btn
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;

    margin-top: 1rem;

    letter-spacing: .1rem;

    color: #fff;
    border: none;
    background-color: #f00;
}
.divider-p-text .divider-buttons .divider-btn:hover
{
    color: #fff;
    background-color: #000;
}
@media (max-width: 1339px)
{
    .divider-p-text .col-lg-6:nth-child(1)
    {
        padding-top: 3rem;
    }
}
.divider-p-text-line
{
    position: relative;

    padding: 10rem 0 10rem;

    text-align: left;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
@media (max-width: 1339px)
{
    .divider-p-text-line
    {
        padding: 5rem 0 10rem;
    }
}
.divider-p-text-line:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 77%;
    height: 80px;
    margin: 0 auto;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1069\' height=\'96\'%3E%3Ctext data-name=\'---------------------------------------------------------------\' font-size=\'80\' font-family=\'Hackney-Vector, Hackney\'%3E%3Ctspan x=\'0\' y=\'80\'%3E---------------------------------------------------------------%3C/tspan%3E%3C/text%3E%3C/svg%3E');
}
@media (max-width: 1500px)
{
    .divider-p-text-line:after
    {
        width: 86%;
    }
}
@media (max-width: 1339px)
{
    .divider-p-text-line:after
    {
        width: 95%;
    }
}
.divider-p-text-line .divider-intro
{
    padding-left: 15px;
}
@media (max-width: 1339px)
{
    .divider-p-text-line .divider-intro
    {
        padding-left: 0;
    }
}
.divider-p-text-line .divider-bg
{
    margin-bottom: -3rem;
    padding: 0;

    background-color: #fff;
}
.divider-p-text-line .divider-heading
{
    font-size: 5rem;

    color: #000;
}
@media (max-width: 1339px)
{
    .divider-p-text-line .divider-heading
    {
        font-size: 3rem;
    }
}
.divider-p-text-line p
{
    margin: 0 0 -2rem;

    color: #000;
}
.divider-p-text-line .divider-buttons
{
    margin: 0 auto;
    padding: 9.8rem 0 0 10rem;
}
@media (max-width: 1339px)
{
    .divider-p-text-line .divider-buttons
    {
        margin-left: 0rem;
        padding: 5rem 0 0;
    }
}
.divider-p-text-line .divider-buttons li
{
    display: inline;

    margin: 0;
    padding: 0;
}
.divider-p-text-line .divider-buttons .divider-btn
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;

    letter-spacing: .1rem;

    color: #fff;
    border: none;
    background-color: #f00;
}
.divider-p-text-line .divider-buttons .divider-btn:hover
{
    color: #fff;
    background-color: #000;
}
.divider-p-text-line .divider-bg
{
    margin-bottom: -15rem;
}
@media (max-width: 1339px)
{
    .divider-p-text-line .divider-bg
    {
        margin-bottom: -7rem;
    }
}
@media (max-width: 1339px)
{
    .divider-p-text-line .col-lg-6:nth-child(1)
    {
        padding-top: 3rem;
    }
}
.divider-p-text-line-2
{
    position: relative;

    padding: 10rem 0 10rem;

    text-align: left;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
@media (max-width: 1339px)
{
    .divider-p-text-line-2
    {
        padding: 5rem 0 10rem;
    }
}
.divider-p-text-line-2:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 77%;
    height: 80px;
    margin: 0 auto;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1069\' height=\'96\'%3E%3Ctext data-name=\'---------------------------------------------------------------\' font-size=\'80\' font-family=\'Hackney-Vector, Hackney\'%3E%3Ctspan x=\'0\' y=\'80\'%3E---------------------------------------------------------------%3C/tspan%3E%3C/text%3E%3C/svg%3E');
}
@media (max-width: 1500px)
{
    .divider-p-text-line-2:after
    {
        width: 86%;
    }
}
@media (max-width: 1339px)
{
    .divider-p-text-line-2:after
    {
        width: 95%;
    }
}
.divider-p-text-line-2 .divider-intro
{
    padding-left: 15px;
}
@media (max-width: 1339px)
{
    .divider-p-text-line-2 .divider-intro
    {
        padding-left: 0;
    }
}
.divider-p-text-line-2 .divider-bg
{
    margin-bottom: -3rem;
    padding: 0;

    background-color: #fff;
}
.divider-p-text-line-2 .divider-heading
{
    font-size: 5rem;

    color: #000;
}
@media (max-width: 1339px)
{
    .divider-p-text-line-2 .divider-heading
    {
        font-size: 3rem;
    }
}
.divider-p-text-line-2 p
{
    color: #000;
}
.divider-p-text-line-2 .divider-buttons
{
    margin: 0 auto;
    padding: 9.8rem 0 0 10rem;
}
@media (max-width: 1339px)
{
    .divider-p-text-line-2 .divider-buttons
    {
        margin-left: 0rem;
        padding: 3rem 0 0;
    }
}
.divider-p-text-line-2 .divider-buttons li
{
    display: inline;

    margin: 0;
    padding: 0;
}
.divider-p-text-line-2 .divider-buttons .divider-btn
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;

    letter-spacing: .1rem;

    color: #fff;
    border: none;
    background-color: #f00;
}
.divider-p-text-line-2 .divider-buttons .divider-btn:hover
{
    color: #fff;
    background-color: #000;
}
@media (max-width: 1339px)
{
    .divider-p-text-line-2 .col-lg-6:nth-child(1)
    {
        padding-top: 3rem;
    }
}
.divider-p-icons
{
    margin-left: 1.5rem;

    text-align: center;

    color: #fff;
    /*Responsive*/
    /*Desktop*/
    /*Mobile*/
}
@media (max-width: 1339px)
{
    .divider-p-icons
    {
        margin-left: 0;
    }
}
.divider-p-icons .divider-bg
{
    padding: 10rem 0 7rem;

    background-color: #fff;
}
@media (max-width: 1339px)
{
    .divider-p-icons .divider-bg
    {
        padding: 2rem 0 0 ;
    }
}
.divider-p-icons .divider-buttons
{
    margin: 0 auto;
    padding: 0;
}
.divider-p-icons .divider-buttons li
{
    display: inline;

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

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

        padding: 0 1rem;

        text-align: center;
        vertical-align: middle !important;
    }
}
.divider-p-icons .divider-logo-slider
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1339px)
{
    .divider-p-icons .divider-logo-slider
    {
            flex-direction: column;

        padding-bottom: 6rem;

        -ms-flex-direction: column;
    }
}
.divider-p-icons .divider-logo-slider .divider-logo-slider-item img
{
    width: 100%;
    height: auto;
}
.divider-p-icons .divider-logo-slider .slick-dots
{
    bottom: -50px;
}
.testimonial
{
    text-align: center;
    /*- Responsive -*/
}
.testimonial .testimonial-bg
{
    background-color: #f33;
}
.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: #f33;
}
.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
{
    overflow: hidden;
}
.slider img
{
    display: block;

    width: 100%;
    height: 100%;
}
.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, .26);
}
.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);
}
@media (max-width: 1339px)
{
    .slider .slider-content .content-bg
    {
        margin-left: -15px;
        padding-left: 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: 'Hackney-Vector', sans-serif;
    line-height: .9;

    margin: 1.0rem 0;
    margin-left: 1.5rem;
    padding: 0;

    color: #fff;
}
.slider .slider-content h2
{
    font-size: 11rem;
}
@media (max-width: 1339px)
{
    .slider .slider-content h2
    {
        font-size: 8.9rem;

        width: 80%;
        margin-top: -9rem;

        text-align: left;
    }
}
.slider .slider-content h2 span
{
    position: relative;

    padding-right: 8rem;

    color: #f00;
}
.slider .slider-content h2 span:after
{
    position: absolute;
    top: 20px;
    right: -255px;

    width: 500px;
    height: 500px;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg id=\'Group_665\' data-name=\'Group 665\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'971.765\' height=\'109.386\' viewBox=\'0 0 971.765 109.386\'%3E%3Cdefs%3E%3CclipPath id=\'clip-path\'%3E%3Crect id=\'Rectangle_78\' data-name=\'Rectangle 78\' width=\'971.765\' height=\'109.386\' fill=\'none\'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=\'Group_664\' data-name=\'Group 664\' transform=\'translate(0 0)\' clip-path=\'url(%23clip-path)\'%3E%3Ctext id=\'STOP\' transform=\'translate(-3 212.387)\' fill=\'%23ff0013\' font-size=\'110\' font-family=\'HackneyPersonalUseOnly, Hackney\'%3E%3Ctspan x=\'0\' y=\'0\' letter-spacing=\'-0.009em\'%3EST%3C/tspan%3E%3Ctspan y=\'0\'%3EOP%3C/tspan%3E%3C/text%3E%3Ctext id=\'_\' data-name=\' \' transform=\'translate(161.184 90.387)\' fill=\'%23fff\' font-size=\'110\' font-family=\'Helvetica\'%3E%3Ctspan x=\'0\' y=\'0\' xml:space=\'preserve\'%3E%3C/tspan%3E%3C/text%3E%3Ctext id=\'_2\' data-name=\' \' transform=\'translate(230.246 86.387)\' fill=\'%23fff\' font-size=\'106\' font-family=\'Helvetica\'%3E%3Ctspan x=\'0\' y=\'0\'%3E%3C/tspan%3E%3C/text%3E%3Ctext id=\'AFRICAN_SWINE_FEVER\' data-name=\'AFRICAN SWINE FEVER\' transform=\'translate(262.107 225.387)\' fill=\'%23fff\' font-size=\'110\' font-family=\'HackneyPersonalUseOnly, Hackney\'%3E%3Ctspan x=\'0\' y=\'0\'%3EAFRICAN SWINE FEVER%3C/tspan%3E%3C/text%3E%3Cpath id=\'Path_835\' data-name=\'Path 835\' d=\'M152.889,15.177A75.227,75.227,0,0,0,152.846,23a39.247,39.247,0,0,0,.949,7.235,10.859,10.859,0,0,0,2.314,5,11.526,11.526,0,0,0,3.339,2.382,1.623,1.623,0,0,1,.76,2.156,36.7,36.7,0,0,0-3.5,15.75c0,20.105,16.033,36.46,35.741,36.46s35.738-16.358,35.738-36.46a36.725,36.725,0,0,0-3.5-15.753,1.625,1.625,0,0,1,.761-2.157,11.586,11.586,0,0,0,3.33-2.378,10.893,10.893,0,0,0,2.315-5A39.729,39.729,0,0,0,232.041,23,75.2,75.2,0,0,0,232,15.177a71.4,71.4,0,0,0-7.674-.043,37.351,37.351,0,0,0-7.09.966,10.452,10.452,0,0,0-4.9,2.363,11.822,11.822,0,0,0-2.33,3.4,1.562,1.562,0,0,1-2.061.8l-.052-.024A35.2,35.2,0,0,0,177,22.638a1.564,1.564,0,0,1-2.091-.721c-.009-.017-.017-.035-.025-.052a11.814,11.814,0,0,0-2.331-3.4,10.518,10.518,0,0,0-4.919-2.367,37.418,37.418,0,0,0-7.108-.962,70.751,70.751,0,0,0-7.639.045\' transform=\'translate(20.192 1.989)\' fill=\'%23ec1e27\'/%3E%3Cpath id=\'Path_836\' data-name=\'Path 836\' d=\'M206.746,62.706c0,9.55-7.589,6.226-16.949,6.226s-16.952,3.326-16.952-6.226c0-5.376,8.128-17.291,16.95-17.291s16.951,11.917,16.951,17.291\' transform=\'translate(22.847 6.003)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_837\' data-name=\'Path 837\' d=\'M186.186,54.822c-1.919-1.378-4.615-1.8-6.219.279a7.726,7.726,0,0,0-1.293,3.2c-.35,1.671-.326,3.986,1.571,4.668a3.51,3.51,0,0,0,4.4-2.226c.693-2.005-.083-4.988-2.294-5.621a3.459,3.459,0,0,1,2.4-.247c.334.063.9.389,1.211.353.157-.019.53-.183.226-.4\' transform=\'translate(23.594 7.093)\' fill=\'%23ec1e27\'/%3E%3Cpath id=\'Path_838\' data-name=\'Path 838\' d=\'M190.36,54.822c1.917-1.378,4.615-1.8,6.218.279a7.741,7.741,0,0,1,1.293,3.2c.35,1.671.324,3.986-1.571,4.668a3.51,3.51,0,0,1-4.4-2.226c-.692-2.005.083-4.988,2.294-5.621a3.455,3.455,0,0,0-2.4-.247c-.334.063-.906.389-1.213.353-.156-.019-.529-.183-.224-.4\' transform=\'translate(25.146 7.093)\' fill=\'%23ec1e27\'/%3E%3Cpath id=\'Path_839\' data-name=\'Path 839\' d=\'M176.992,75.046a1.15,1.15,0,0,1-.984-.559,1.192,1.192,0,0,1,.375-1.622,24.341,24.341,0,0,1,26.036,0,1.192,1.192,0,0,1,.375,1.622,1.143,1.143,0,0,1-1.564.4l-.027-.017a22.067,22.067,0,0,0-23.6,0,1.135,1.135,0,0,1-.608.177\' transform=\'translate(23.242 9.132)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_840\' data-name=\'Path 840\' d=\'M176.791,41.265,179.3,38.7a1.192,1.192,0,0,0,0-1.654,1.132,1.132,0,0,0-1.6-.022l-.02.022-2.515,2.564-2.512-2.564a1.13,1.13,0,0,0-1.6-.023l-.023.023a1.187,1.187,0,0,0,0,1.654l2.511,2.563-2.511,2.562a1.187,1.187,0,0,0,0,1.654,1.125,1.125,0,0,0,1.62,0l2.512-2.564,2.515,2.564a1.127,1.127,0,0,0,1.621,0,1.192,1.192,0,0,0,0-1.654Z\' transform=\'translate(22.563 4.851)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_841\' data-name=\'Path 841\' d=\'M202.707,41.265l2.513-2.563a1.192,1.192,0,0,0,0-1.654,1.131,1.131,0,0,0-1.6-.02l-.02.02-2.512,2.564-2.515-2.564a1.129,1.129,0,0,0-1.6-.023l-.023.023a1.187,1.187,0,0,0,0,1.654l2.511,2.563-2.515,2.562a1.187,1.187,0,0,0,0,1.654,1.124,1.124,0,0,0,1.619,0l2.518-2.563,2.513,2.564a1.129,1.129,0,0,0,1.621,0,1.19,1.19,0,0,0,0-1.654Z\' transform=\'translate(25.988 4.852)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_842\' data-name=\'Path 842\' d=\'M152.889,15.177A75.227,75.227,0,0,0,152.846,23a39.247,39.247,0,0,0,.949,7.235,10.859,10.859,0,0,0,2.314,5,11.526,11.526,0,0,0,3.339,2.382,1.623,1.623,0,0,1,.76,2.156,36.7,36.7,0,0,0-3.5,15.75c0,20.105,16.033,36.46,35.741,36.46s35.738-16.358,35.738-36.46a36.725,36.725,0,0,0-3.5-15.753,1.625,1.625,0,0,1,.761-2.157,11.586,11.586,0,0,0,3.33-2.378,10.893,10.893,0,0,0,2.315-5A39.729,39.729,0,0,0,232.041,23,75.2,75.2,0,0,0,232,15.177a71.4,71.4,0,0,0-7.674-.043,37.351,37.351,0,0,0-7.09.966,10.452,10.452,0,0,0-4.9,2.363,11.822,11.822,0,0,0-2.33,3.4,1.562,1.562,0,0,1-2.061.8l-.052-.024A35.2,35.2,0,0,0,177,22.638a1.564,1.564,0,0,1-2.091-.721c-.009-.017-.017-.035-.025-.052a11.814,11.814,0,0,0-2.331-3.4,10.518,10.518,0,0,0-4.919-2.367,37.418,37.418,0,0,0-7.108-.962,70.751,70.751,0,0,0-7.639.045\' transform=\'translate(20.192 1.989)\' fill=\'%23ff0013\'/%3E%3Cpath id=\'Path_843\' data-name=\'Path 843\' d=\'M206.746,62.706c0,9.55-7.589,6.226-16.949,6.226s-16.952,3.326-16.952-6.226c0-5.376,8.128-17.291,16.95-17.291s16.951,11.917,16.951,17.291\' transform=\'translate(22.847 6.003)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_844\' data-name=\'Path 844\' d=\'M186.186,54.822c-1.919-1.378-4.615-1.8-6.219.279a7.726,7.726,0,0,0-1.293,3.2c-.35,1.671-.326,3.986,1.571,4.668a3.51,3.51,0,0,0,4.4-2.226c.693-2.005-.083-4.988-2.294-5.621a3.459,3.459,0,0,1,2.4-.247c.334.063.9.389,1.211.353.157-.019.53-.183.226-.4\' transform=\'translate(23.594 7.093)\' fill=\'%23ec1e27\'/%3E%3Cpath id=\'Path_845\' data-name=\'Path 845\' d=\'M190.36,54.822c1.917-1.378,4.615-1.8,6.218.279a7.741,7.741,0,0,1,1.293,3.2c.35,1.671.324,3.986-1.571,4.668a3.51,3.51,0,0,1-4.4-2.226c-.692-2.005.083-4.988,2.294-5.621a3.455,3.455,0,0,0-2.4-.247c-.334.063-.906.389-1.213.353-.156-.019-.529-.183-.224-.4\' transform=\'translate(25.146 7.093)\' fill=\'%23ec1e27\'/%3E%3Cpath id=\'Path_846\' data-name=\'Path 846\' d=\'M176.992,75.046a1.15,1.15,0,0,1-.984-.559,1.192,1.192,0,0,1,.375-1.622,24.341,24.341,0,0,1,26.036,0,1.192,1.192,0,0,1,.375,1.622,1.143,1.143,0,0,1-1.564.4l-.027-.017a22.067,22.067,0,0,0-23.6,0,1.135,1.135,0,0,1-.608.177\' transform=\'translate(23.242 9.132)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_847\' data-name=\'Path 847\' d=\'M176.791,41.265,179.3,38.7a1.192,1.192,0,0,0,0-1.654,1.132,1.132,0,0,0-1.6-.022l-.02.022-2.515,2.564-2.512-2.564a1.13,1.13,0,0,0-1.6-.023l-.023.023a1.187,1.187,0,0,0,0,1.654l2.511,2.563-2.511,2.562a1.187,1.187,0,0,0,0,1.654,1.125,1.125,0,0,0,1.62,0l2.512-2.564,2.515,2.564a1.127,1.127,0,0,0,1.621,0,1.192,1.192,0,0,0,0-1.654Z\' transform=\'translate(22.563 4.851)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_848\' data-name=\'Path 848\' d=\'M202.707,41.265l2.513-2.563a1.192,1.192,0,0,0,0-1.654,1.131,1.131,0,0,0-1.6-.02l-.02.02-2.512,2.564-2.515-2.564a1.129,1.129,0,0,0-1.6-.023l-.023.023a1.187,1.187,0,0,0,0,1.654l2.511,2.563-2.515,2.562a1.187,1.187,0,0,0,0,1.654,1.124,1.124,0,0,0,1.619,0l2.518-2.563,2.513,2.564a1.129,1.129,0,0,0,1.621,0,1.19,1.19,0,0,0,0-1.654Z\' transform=\'translate(25.988 4.852)\' fill=\'%23fff\'/%3E%3C/g%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
}
@media (max-width: 1339px)
{
    .slider .slider-content h2 span:after
    {
        top: 5px;
    }
}
.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: 2.0rem;

    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: 1339px)
{
    .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: #9a8881;
}
.slider-p-skinny
{
    overflow: hidden;
}
.slider-p-skinny img
{
    display: block;

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

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .26);
}
.slider-p-skinny .slider-content
{
    text-align: left;
}
.slider-p-skinny .slider-content .content-bg
{
    padding: 15px;

    background-color: rgba(0, 0, 0, 0);
}
.slider-p-skinny .slider-content h2,
.slider-p-skinny .slider-content h3,
.slider-p-skinny .slider-content p
{
    font-family: 'Hackney-Vector', sans-serif;
    line-height: .9;

    margin: 1.0rem 0;
    padding: 0;

    color: #fff;
}
@media (max-width: 1339px)
{
    .slider-p-skinny .slider-content h2,
    .slider-p-skinny .slider-content h3,
    .slider-p-skinny .slider-content p
    {
        margin-top: -3rem;
        margin-left: 5rem;
    }
}
.slider-p-skinny .slider-content h2
{
    font-size: 11rem;
}
@media (max-width: 1339px)
{
    .slider-p-skinny .slider-content h2
    {
        font-size: 5rem;

        text-align: center;
    }
}
.slider-p-skinny .slider-content p
{
    line-height: 2.0rem;

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

    margin: 0;
    padding: 0;
}
@media (min-width: 1340px)
{
    .header
    {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;

        transition: all .4s ease;
        letter-spacing: .1rem;

        background-color: #fff;
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;*/
    }
    .header .header-notification
    {
        background-color: #f00;
    }
    .header .header-notification p
    {
        font-size: 1.2rem;
        font-weight: 600;

        margin: 0;
        padding: 1rem 0;

        text-align: center;

        color: #fff;
    }
    .header .header-notification a
    {
        color: #fff;
    }
    .header .header-notification a:hover
    {
        transition: .3s;

        color: #000;
    }
    .header .container .row
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .container .row [class*='col-']
    {
        float: none;
    }
    .header .header-top
    {
        font-size: 1.4rem;

        display: none;

        padding: 1.0rem 0;

        color: #fff;
        background-color: #f00;
    }
    .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: #9a8881;
    }
    .header .header-bottom
    {
        position: relative;

        padding: 1.5rem 0;

        background-color: #000;
    }
    .header-logo
    {
        position: absolute;
        bottom: -2rem;
        left: -3rem;

        display: block;
        float: left;

        width: auto;
        max-width: 140px;
        height: auto;
    }
    .flag
    {
        position: absolute;
        top: 1rem;
        left: 0;

        min-width: 80px;
        margin-left: 50px;
    }
 
    .flag:before
    {
        position: absolute;
        z-index: 10120;
        top: 0;
        left: -45%;

        width: 30px;
        height: 20px;

        content: '';

        border: solid #f00 1px;
        background-image: url(../../../assets/images/en-flag.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media (min-width: 1340px)
{
    #nav-toggle
    {
        display: none;
    }
    .main-menu
    {
        display: table !important;
        float: right;

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

        display: table-cell;

        margin: 0;
        padding: 0 .5rem;

        vertical-align: middle;
    }
    .main-menu li a
    {
        font-size: 1.3rem;
        display: block;
        padding: 1.0rem 0.5em;
        transition: all 100ms ease-in-out;
        text-align: center;
        text-decoration: none;
        text-transform: none;

        color: #fff;
        /*
                span {
                    position: relative;
                    &:before {
                        content: '';
                        width: 100%;
                        height: 3px;
                        background-color: transparent;
                        position: absolute;
                        top: 0;
                        left: 0;
                        transition: all 0.4s ease;
                    }
                }*/
    }
    .main-menu li.current-menu-item > a,
    .main-menu li:hover > a,
    .main-menu li.current-menu-parent > a
    {
        color: #f00;
        /*span {
                &:before {
                    background-color: @main-color;
                    position: absolute;
                    top: -1.2rem;
                    left: 0;
                }
            }*/
    }
    .main-menu li:hover ul
    {
        display: block !important;
        visibility: visible !important;
    }

    /* Parent Item */
    .main-menu>.menu-item-has-children a {
        position: relative;
    }

    .main-menu>.menu-item-has-children>a span {
        margin-right: .5em;
    }

    .main-menu>.menu-item-has-children>a:before {
        content: '\f078';
        font-family: 'Font Awesome 6 Free';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 1.3rem;
    }

    /* Main Menu */
    .main-menu ul {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;
        visibility: hidden;
        width: 17rem;
        margin: 0;
        margin-left: -8.5rem;
        padding: 2rem 0 0 0;
        text-align: center;
    }
    .main-menu ul li
    {
        display: block;

        margin: 0;
        padding: 0;
    }
    .main-menu ul li a
    {
        font-size: 1.2rem;
        margin: 0;
        padding: 1.0rem;
        color: #fff;
        border: 0 solid #fff;
        border-bottom: 1px solid #000;
        background-color: #000;
    }

    .main-menu ul li.current-menu-item > a,
    .main-menu ul li:hover > a,
    .main-menu ul li.current-page-parent > a
    {
        color: #fff;
        border: 0 solid #fff;
        border-bottom: 1px solid #f00;
        background-color: #f00;
    }
}
@media (max-width: 1339px)
{
    .header
    {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;

        transition: all .4s ease;
    }
    .header .header-notification
    {
        background-color: #f00;
    }
    .header .header-notification p
    {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: normal;

        width: 90%;
        margin: 0 auto;
        padding: 1rem 0;

        text-align: center;

        color: #fff;
    }
    .header .header-notification a
    {
        color: #fff;
    }
    .header .header-notification a:hover
    {
        transition: .3s;

        color: #000;
    }
    .header .header-top
    {
        font-size: 1.5rem;

        padding: 0;

        color: #fff;
        background-color: #f00;
    }
    .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-10
    {
        display: none;
    }
    .header .header-top .header-social-icons
    {
        display: block;
        display: table;

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

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

        margin: 0;
        padding: 0;

        text-align: center;

        color: #fff;
        border-right: 1px solid #404040;
        border-bottom: 1px solid #404040;
    }
    .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: 80px;
        padding: 1rem 0;

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

        display: block;
        float: left;

        width: auto;
        max-width: 50%;
        height: auto;

        transition: all .4s ease;
    }
    .header .flag
    {
        position: absolute;
        top: 1rem;
        left: 0;

        min-width: 80px;
        margin-left: 50px;
    }
    .header .flag .lan
    {
        font-size: 3rem;

        position: absolute;
        top: -535px;
        left: 0;

        width: 400px;
    }
    .header .flag .lan:before
    {
        position: absolute;
        z-index: 10120;
        top: 18px;
        right: 110px;

        width: 30px;
        height: 20px;

        content: '';

        border: solid #f00 1px;
        background-image: url(../../../assets/images/en-flag.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .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: #f00;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-envelope
    {
        background-color: #9a8881;
    }
}
@media (max-width: 1339px)
{
    #nav-toggle
    {
        position: absolute;
        z-index: 10;
        z-index: 999999;
        top: 12px;
        right: 0;

        width: 60px;
        height: 60px;
        padding: 25px;

        cursor: pointer;
    }
    #nav-toggle span
    {
        right: 12px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after
    {
        position: absolute;

        display: block;

        width: 35px;
        height: 5px;

        content: '';
        cursor: pointer;

        border-radius: 2px;
        background: #f00;
    }
    #nav-toggle span:before
    {
        top: -10px;
    }
    #nav-toggle span:after
    {
        bottom: -10px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after
    {
        transition: all 500ms ease-in-out;
    }
    #nav-toggle.active span
    {
        background-color: transparent;
    }
    #nav-toggle.active span:before,
    #nav-toggle.active span:after
    {
        top: 0;

        background-color: #f00;
    }
    #nav-toggle.active span:before
    {
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    }
    #nav-toggle.active span:after
    {
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    }
    .main-menu
    {
        position: absolute;
        z-index: 1000;
        top: -1rem;
        left: -2rem;

        display: none;

        width: 100vw;
        height: 100vh;
        padding: 0;

        border: 1px solid #f00;
        background-color: #fff;
    }
    .main-menu li
    {
        position: relative;

        display: block;

        margin: 0;
        padding: 0;
    }
    .main-menu li span.nav-click
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 50px;
        height: 50px;
    }
    .main-menu li span.nav-click i
    {
        position: absolute;
        top: 13px;
        right: 20px;

        display: block;

        width: 25px;
        height: 25.026px;

        content: '';
        cursor: pointer;

        background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'25\' height=\'25.026\'%3E%3Cg data-name=\'+\'%3E%3Cg data-name=\'Group 15\'%3E%3Cpath data-name=\'Path 24\' d=\'M10.301 25.027V14.644H.001v-4.338h10.3V0h4.39v10.305h10.31v4.338H14.694v10.384Z\' fill=\'%23000\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    }
    .main-menu li .nav-rotate
    {
        transition: all 500ms ;

        background: none;
    }
    .main-menu li a
    {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 50px;

        display: block;

        height: 50px;
        margin: 0;
        padding: 0;

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

        color: #000;
        border-top: 1px solid #fff;
        background-color: #fff;
    }
    .main-menu li ul
    {
        display: none;

        margin: 0;
        padding: 0;
    }
    .main-menu li ul li a
    {
        background-color: #ffe5e5;
    }
    .main-menu li:first-of-type a
    {
        border-top: 0 solid transparent;
    }
    .main-menu li.current-menu-parent ul
    {
        display: block;
    }
    .main-menu li.current-menu-item > a,
    .main-menu li a:hover
    {
        color: #fff;
        border-top: 1px solid #f00;
        background-color: #f00;
    }
}
@media (min-width: 1340px)
{
    .header
    {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;

        transition: all .4s ease;

        background-color: #fff;
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;*/
    }
    .header .container .row
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .container .row [class*='col-']
    {
        float: none;
    }
    .header .header-top
    {
        font-size: 1.5rem;

        display: none;

        padding: 1.0rem 0;

        color: #fff;
        background-color: #f00;
    }
    .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: #9a8881;
    }
    .header .header-bottom
    {
        position: relative;

        padding: 2rem 0;
    }
    .header-logo
    {
        display: block;

        width: auto;
        max-width: 140px;
        height: auto;
        margin: 0 auto;
    }
}
@media (min-width: 1340px)
{
    #nav-toggle
    {
        display: none;
    }
    .main-menu
    {
        display: table !important;
        float: right;

        width: 100%;
        max-width: auto;
        margin: 0;
        padding: 0;
    }
    .main-menu li
    {
        position: relative;

        display: table-cell;

        margin: 0;
        padding: 0 .5rem;

        vertical-align: middle;
    }
    .main-menu li a
    {
        font-size: 1.3rem;
        display: block;
        padding: 1.0rem 0.5em;
        transition: all 100ms ease-in-out;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        /*
                span {
                    position: relative;
                    &:before {
                        content: '';
                        width: 100%;
                        height: 3px;
                        background-color: transparent;
                        position: absolute;
                        top: 0;
                        left: 0;
                        transition: all 0.4s ease;
                    }
                }*/
    }
    .main-menu li.current-menu-item > a,
    .main-menu li:hover > a,
    .main-menu li.current-menu-parent > a
    {
        color: #f00;
        /*span {
                &:before {
                    background-color: @main-color;
                    position: absolute;
                    top: -1.2rem;
                    left: 0;
                }
            }*/
    }
    .main-menu li:hover ul
    {
        display: block !important;
        visibility: visible !important;
    }

    /* Parent Item */
    .main-menu>.menu-item-has-children a {
        position: relative;
    }

    .main-menu>.menu-item-has-children>a span {
        margin-right: .5em;
    }

    .main-menu>.menu-item-has-children>a:before {
        content: '\f078';
        font-family: 'Font Awesome 6 Free';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 1.3rem;
    }

    /* Dropdown */
    .main-menu ul {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;
        visibility: hidden;
        width: 17rem;
        margin: 0;
        margin-left: -8.5rem;
        padding: 2rem 0 0 0;
        text-align: center;
    }
    .main-menu ul li
    {
        display: block;

        margin: 0;
        padding: 0;
    }
    .main-menu ul li a
    {
        font-size: 1.2rem;

        margin: 0;
        padding: 1.0rem;

        color: #fff;
        border: 0 solid #fff;
        border-bottom: 1px solid #000;
        background-color: #000;
    }

    .main-menu ul li.current-menu-item > a,
    .main-menu ul li:hover > a,
    .main-menu ul li.current-page-parent > a
    {
        color: #fff;
        border: 0 solid #fff;
        border-bottom: 1px solid #f00;
        background-color: #f00;
    }
}
@media (max-width: 1339px)
{
    .header
    {
        font-family: 'Hackney-Vector', sans-serif;
        font-weight: 600;

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

        padding: 0;

        color: #fff;
        background-color: #f00;
    }
    .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-10
    {
        display: none;
    }
    .header .header-top .header-social-icons
    {
        display: block;
        display: table;

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

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

        margin: 0;
        padding: 0;

        text-align: center;

        color: #fff;
        border-right: 1px solid #404040;
        border-bottom: 1px solid #404040;
    }
    .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: 80px;
        padding: 1rem 0;
    }
    .header .header-logo
    {
        z-index: 1000;

        display: block;

        width: auto;
        max-width: 120px;
        height: auto;
        margin: 1.8rem auto;

        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: #f00;
    }
    .header-color-icons .header-top .header-social-icons li a .ex-envelope
    {
        background-color: #9a8881;
    }
}
@media (max-width: 1339px)
{
    #nav-toggle
    {
        position: absolute;
        z-index: 10;
        z-index: 999999;
        top: 12px;
        right: 0;

        width: 60px;
        height: 60px;
        padding: 25px;

        cursor: pointer;
    }
    #nav-toggle span
    {
        right: 12px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after
    {
        position: absolute;

        display: block;

        width: 35px;
        height: 5px;

        content: '';
        cursor: pointer;

        border-radius: 2px;
        background: #fff;
    }
    #nav-toggle span:before
    {
        top: -10px;
    }
    #nav-toggle span:after
    {
        bottom: -10px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after
    {
        transition: all 300ms ease-in-out;
    }
    #nav-toggle.active span
    {
        background-color: transparent;
    }
    #nav-toggle.active span:before,
    #nav-toggle.active span:after
    {
        top: 0;

        background-color: #fff;
    }
    #nav-toggle.active span:before
    {
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    }
    #nav-toggle.active span:after
    {
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    }
    .main-menu
    {
        position: absolute;
        z-index: 1000;
        z-index: 3;
        top: -13rem;
        left: -2rem;

        display: none;

        width: 100vw;
        height: 100vh;
        margin-top: -5rem;
        padding: 0;

        border: 1px solid #f00;
        background-color: #f00;
    }
    .main-menu li
    {
        position: relative;

        display: block;

        margin: 0;
        padding: 0;
    }
    .main-menu li span.nav-click
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 50px;
        height: 50px;
    }
    .main-menu li span.nav-click i
    {
        position: absolute;
        top: 13px;
        right: 20px;

        display: block;

        width: 25px;
        height: 25.026px;

        content: '';
        cursor: pointer;

        background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'25\' height=\'25.026\'%3E%3Cg data-name=\'+\'%3E%3Cg data-name=\'Group 15\'%3E%3Cpath data-name=\'Path 24\' d=\'M10.301 25.027V14.644H.001v-4.338h10.3V0h4.39v10.305h10.31v4.338H14.694v10.384Z\' fill=\'%23000\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    }
    .main-menu li .nav-rotate
    {
        transition: all 500ms ;

        background: none;
    }
    .main-menu li a
    {
        font-size: 5rem;
        font-weight: 600;
        line-height: 50px;

        display: block;

        height: 55px;
        margin: 0;
        padding: 0;

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

        color: #fff;
        border-top: 0;
        background-color: #f00;
    }
    .main-menu li ul
    {
        display: none;

        margin: 0;
        padding: 0;
    }
    .main-menu li ul li a
    {
        background-color: #000;
    }
    .main-menu > li:first-of-type a
    {
        margin-top: 20rem;

        border-top: 0 solid transparent;
    }
    .main-menu li.current-menu-parent ul
    {
        display: block;
    }
    .main-menu li.current-menu-item > a,
    .main-menu li a:hover
    {
        color: #000;
        border-top: 1px solid #f00;
        background-color: #f00;
    }
}
.footer
{
    color: #fff;
    background-color: #000;
    /*- Responsive -*/
}
.footer .footer-bg
{
    padding-top: 5rem;
    padding-left: 1.5rem;
}

@media (max-width: 1339px)
{
    .footer .footer-bg
    {
        padding-left: 0;
    }
}
.footer .footer-bg .footer-message
{
    padding: 1.5rem 0 0 0;
}
.footer .footer-bg .footer-heading
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

    text-decoration: underline;

    color: #fff;
}
@media (max-width: 1339px)
{
    .footer .footer-bg .footer-heading
    {
        margin: 0;
        padding: 0;
    }
}
.footer .footer-bg .contact-details,
.footer .footer-bg .footer-opening-hours,
.footer .footer-bg .footer-menu
{
    margin: 0;
    margin-left: 15px;
    padding: 0;
}
.footer .footer-bg .contact-details ul,
.footer .footer-bg .footer-opening-hours ul
{
    margin: 2rem 0 2rem 1.5rem;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li a:before {
    content: '- ';
}
@media (max-width: 1339px)
{
    .footer .footer-bg .contact-details ul,
    .footer .footer-bg .footer-opening-hours ul
    {
        margin: 1rem 0 1rem 1.5rem;
    }
}
.footer .footer-bg .contact-details li,
.footer .footer-bg .footer-opening-hours li,
.footer .footer-bg .footer-menu li
{
    margin: .8rem 0;

    list-style: none;
}
.footer .footer-bg .contact-details li a,
.footer .footer-bg .footer-opening-hours li a,
.footer .footer-bg .footer-menu li a
{
    text-decoration: none;

    color: #fff;
}
.footer .footer-bg .contact-details li a:hover,
.footer .footer-bg .footer-opening-hours li a:hover,
.footer .footer-bg .footer-menu li a:hover
{
    transition: all .3s;

    color: #f00;
}
.footer .footer-bg .footer-img
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -ms-flex-pack: top ;
    justify-content: top ;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-direction: column;
}
@media (max-width: 1339px)
{
    .footer .footer-bg .footer-img
    {
        -ms-flex-align: start;
        align-items: start;
    }
}
.footer .footer-bg .footer-img img
{
    width: auto;
    height: auto;
}
.footer .footer-bg .footer-img .footer-logo
{
    margin-right: 2rem;
}
.footer .social-text
{
    margin: -1.5rem 0;
}
@media (max-width: 1339px)
{
    .footer .social-text
    {
        margin: 1rem 0 1rem 0rem;
    }
}
.footer .social-text li
{
    margin: 2rem 0;
    padding: 0;
}
@media (max-width: 1339px)
{
    .footer .social-text li
    {
        margin: 0;
    }
}
.footer .social-text li a
{
    text-decoration: none;

    color: #fff;
}
.footer .social-text li a:hover
{
    color: #f00;
}
.signature
{
    line-height: 2rem;

    padding: 2rem 0 4rem 0;
    padding-left: 1.5rem;

    letter-spacing: .1rem;

    background-color: #000;
}
@media (max-width: 1339px)
{
    .signature
    {
        padding-left: 0;
    }
}
.signature p
{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: normal;

    margin: 0;

    color: #fff;
}
.signature p a
{
    text-decoration: none;

    color: rgba(255, 255, 255, .4);
}
.signature p.author
{
    font-weight: 500;
    line-height: 1.6rem;

    text-align: left;
}
.signature hr
{
    width: 100%;
    margin: 4rem 1.5rem;
    padding: 0 1.5rem;

    border-top: 1px solid rgba(255, 255, 255, .4);
}
@media (max-width: 1339px)
{
    .signature hr
    {
        margin: 2rem 1.5rem;
    }
}
.map
{
    padding: 10rem 0;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .map
    {
        margin-left: -1.5rem;
        padding: 0rem 0 5rem;
    }
}
.map .acf-map
{
    width: 100%;
    height: 400px;
}
.map .embed-container
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 0;
    padding-bottom: 50%;
}
@media (max-width: 1339px)
{
    .map .embed-container
    {
        padding-bottom: 100%;
    }
}
.map .embed-img
{
    float: right;

    max-width: 100%;
    height: auto;
}
@media (min-device-width: 481px) and (max-device-width: 825px)
{
    .map .embed-img
    {
        float: left !important;

        padding-top: 3rem;
    }
}
@media (max-width: 480px)
{
    .map .embed-img
    {
        padding-top: 3rem;
    }
}
.map .contact-title
{
    font-weight: 700;
    line-height: 1.6rem;
}
.map p
{
    font-weight: 600;
    line-height: 2rem;
}
.map h2
{
    line-height: 4rem;

    margin-top: -.7rem;
}
.map .embed-container iframe,
.map .embed-container object,
.map .embed-container embed
{
    position: absolute;
    top: 0;
    right: 0;

    width: 80%;
    height: 100%;
}
@media (max-width: 1339px)
{
    .map .embed-container iframe,
    .map .embed-container object,
    .map .embed-container embed
    {
        width: 100%;
        padding-top: 2rem;
    }
}
.map .contact-title
{
    font-weight: 700 ;

    margin-top: 3rem;
}
@media (max-width: 1339px)
{
    .map .row
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        -ms-flex-direction: row-reverse;
    }
}
.map:nth-of-type(2)
{
    padding: 10rem 0;
}
@media (max-width: 1339px)
{
    .map:nth-of-type(2)
    {
        margin-left: -1.5rem;
        padding: 5rem 0 0;
    }
}
.map:nth-of-type(2) .embed-img
{
    float: right;

    max-width: 100%;
    height: auto;
}
@media (max-width: 1339px)
{
    .map:nth-of-type(2) .embed-img
    {
        margin-bottom: -8rem;
    }
}
.side
{
    margin-left: 1.5rem;

    text-align: left;
    /*- Responsive -*/
}
@media (max-width: 1339px)
{
    .side
    {
        margin-left: 0;
    }
}
.side .side-bg
{
    padding: 5rem 0 7rem;
}
@media (max-width: 1339px)
{
    .side .side-bg
    {
        padding: 0;
    }
}
@media (max-width: 1339px)
{
    .side .side-gallery
    {
        padding: 4rem 0;
    }
}
.side .side-gallery .side-image
{
    float: right;

    margin: 1rem;
}
@media (max-width: 1339px)
{
    .side .side-gallery .side-image
    {
        float: none;

        width: 48%;
        height: auto;
        margin: .2rem;
    }
}
.side .side-gallery .side-image img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media (max-width: 1339px)
{
    .side h2
    {
        width: 60%;
    }
}
.side-1
{
    text-align: left;
    /*- Responsive -*/
}
.side-1 .side-gallery a:not(:last-of-type)
{
    margin-bottom: 1rem;
}
.woo .woo-bg
{
    padding: 0rem 0;
}
.line,
.divider-p-icons .divider-bg
{
    position: relative;
}
.line:after,
.divider-p-icons .divider-bg:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 78%;
    height: 90px;
    margin: 0 auto;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1069\' height=\'96\'%3E%3Ctext data-name=\'---------------------------------------------------------------\' font-size=\'80\' font-family=\'Hackney-Vector, Hackney\'%3E%3Ctspan x=\'0\' y=\'80\'%3E---------------------------------------------------------------%3C/tspan%3E%3C/text%3E%3C/svg%3E');
}
@media (max-width: 1700px)
{
    .line:after,
    .divider-p-icons .divider-bg:after
    {
        width: 86.5%;
    }
}
@media (max-width: 1339px)
{
    .line:after,
    .divider-p-icons .divider-bg:after
    {
        width: 93%;
    }
}
.line-bio,
.block-p-bio .col-lg-12:not(:last-child)
{
    position: relative;

    padding-bottom: 9rem;
}
.line-bio:after,
.block-p-bio .col-lg-12:not(:last-child):after
{
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;

    width: 98%;
    height: 90px;
    margin: 0 auto;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1069\' height=\'96\'%3E%3Ctext data-name=\'---------------------------------------------------------------\' font-size=\'80\' font-family=\'Hackney-Vector, Hackney\'%3E%3Ctspan x=\'0\' y=\'80\'%3E---------------------------------------------------------------%3C/tspan%3E%3C/text%3E%3C/svg%3E');
}
@media (max-width: 1000px)
{
    .line-bio:after,
    .block-p-bio .col-lg-12:not(:last-child):after
    {
        width: 96%;
    }
}
@media (max-width: 1339px)
{
    .line-bio:after,
    .block-p-bio .col-lg-12:not(:last-child):after
    {
        width: 92.5%;
    }
}
.line-map,
.map:nth-of-type(2)
{
    position: relative;

    padding-bottom: 15rem;
}
.line-map:after,
.map:nth-of-type(2):after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 77%;
    height: 90px;
    margin: 0 auto;

    content: '';

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1069\' height=\'96\'%3E%3Ctext data-name=\'---------------------------------------------------------------\' font-size=\'80\' font-family=\'Hackney-Vector, Hackney\'%3E%3Ctspan x=\'0\' y=\'80\'%3E---------------------------------------------------------------%3C/tspan%3E%3C/text%3E%3C/svg%3E');
}
@media (max-width: 1500px)
{
    .line-map:after,
    .map:nth-of-type(2):after
    {
        width: 86%;
    }
}
@media (max-width: 1339px)
{
    .line-map:after,
    .map:nth-of-type(2):after
    {
        width: 86%;
    }
}

/* Official Notices */

.block-p-notices-19 .block-bg {
    background-color: #fff;
}

.block-p-notices-19:after {
    display: none;
}

.block-p-notices-19 .block-item-content {
    padding: 60px 0;
}

.block-p-notices-19 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-p-notices-19 a {
    text-decoration: none;
    font-weight: 700;
}

.block-p-notices-19 .group + .group {
    margin-top: 24px;
}