@charset "UTF-8";
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
    font-size: 100%;
    line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
    display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
    margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    /* Set the font-size and line-height while keeping a proper vertical rhythm. */
    font-size: 2em;
    line-height: 1.5em;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

h5 {
    font-size: 0.83em;
    line-height: 1.80723em;
    margin-top: 1.80723em;
    margin-bottom: 1.80723em;
}

h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin-top: 2.23881em;
    margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
    margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1.5em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
    /* Improve image quality when scaled in IE 7. */
    -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
    *font-family: sans-serif;
    /* 4 */
    *vertical-align: middle;
    /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
    /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    /* Apply borders and padding that keep the vertical rhythm. */
    border-color: #c0c0c0;
    border-top-width: 0.0625em;
    border-top-style: solid;
    padding-top: 0.4625em;
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: 0.9125em;
    border-left-width: 0.0625em;
    border-left-style: solid;
    padding-left: 0.875em;
    border-right-width: 0.0625em;
    border-right-style: solid;
    padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.w-header {
    background: #222857;
    position: relative;
}

header {
    position: relative;
}

.logo {
    text-align: center;
}

.logo img {
    width: 155px;
    padding: 5px;
    margin-top: 8px;
}

@media (min-width: 600px) {
    .logo img {
        width: 165px;
    }
}

.cbp-hrmenu {
    border-top: 1px solid rgba(46, 70, 110, 0.39);
    float: none;
    text-align: center;
    z-index: 1;
}

/* general ul style */
.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
    margin: 0 auto;
}

.cbp-hrmenu > ul > li {
    display: inline-block;
    position: relative;
}

.cbp-hrmenu > ul > li > a {
    padding: 13px 10px;
    color: #fff;
    display: inline-block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cbp-hrmenu > ul > li > a.has-sub:after {
    content: '';
    width: 7px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url(data:image/gif;base64,R0lGODlhBwAFAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja…YVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAHAAUAAAIKRH6guG25UHihAAA7);
    opacity: .7;
}

@media (min-width: 52em) and (max-width: 80em) {
    .cbp-hrmenu {
        float: none;
    }

    .cbp-hrmenu > ul {
        text-align: center;
    }

    .logo {
        text-align: center;
        float: none;
    }
}

.cbp-hrmenu > ul > li > a:hover {
    background: #001428;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: none;
    transition: all 0.5s;
    position: absolute;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.93);
    width: auto;
    min-width: 210px;
}

/* custom width based on location */
.cbp-hrmenu li:nth-child(3) .cbp-hrsub {
    min-width: 240px;
}

.cbp-hrmenu li:nth-child(10) .cbp-hrsub {
    min-width: 120px;
}

.cbp-hropen .cbp-hrsub {
    display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    float: left;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner a {
    display: block;
    color: #222857;
    padding: 8px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.45);
}

.cbp-hrmenu .cbp-hrsub-inner a:hover {
    background: #fff;
}

.cbp-hrsub h4 {
    color: #afdefa;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 160%;
    font-weight: 300;
}

.burger {
    display: none;
}

/* Examples for media queries */
@media screen and (max-width: 52em) {
    .burger {
        display: block;
        width: 40px;
        position: absolute;
        top: 22px;
        right: 8px;
        cursor: pointer;
    }

    .cbp-hrmenu {
        display: none;
    }

    .cbp-hrmenu.on {
        display: block;
    }

    .logo {
        float: none;
        text-align: left;
    }
}

@media screen and (max-width: 52em) and (min-width: 600px) {
    .logo {
        border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 52em) {
    .cbp-hrmenu {
        font-size: 80%;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 43em) {
    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }

    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        font-size: 75%;
    }

    .cbp-hrmenu > ul > li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cbp-hrmenu > ul > li > a {
        display: block;
        padding: 1em 3em;
    }

    .cbp-hrmenu .cbp-hrsub {
        position: relative;
    }

    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 52.75em) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
}

.cbp-hrmenu .book a {
    background: #EA9E33;
    color: #fff;
}

.cbp-hrmenu .book a:hover {
    color: #fff;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=4.3.0");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?-rdnm34");
    src: url("../fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("../fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("../fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-select > span {
    padding-right: 3em;
}

.cs-select > span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

.cs-select > span::after, .cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

div.cs-skin-border {
    background: transparent;
    font-size: 2em;
    font-weight: 700;
    max-width: 600px;
}

@media screen and (max-width: 30em) {
    div.cs-skin-border {
        font-size: 1em;
    }
}

.cs-skin-border > span {
    border: 5px solid #000;
    border-color: inherit;
    -webkit-transition: background .2s, border-color .2s;
    transition: background .2s, border-color .2s;
}

.cs-skin-border ul span::after {
    content: '';
    opacity: 0;
}

.cs-skin-border ul span {
    padding: 1em 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-border .cs-selected span::after {
    content: '\e00e';
    color: #ddd9c9;
    font-size: 1.5em;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border .cs-options {
    color: #2980b9;
    font-size: 0.75em;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border > span::after, .cs-skin-border .cs-selected span::after {
    font-family: 'icomoon';
    content: '\e000';
}

.cs-skin-border.cs-active > span {
    background: #fff;
    border-color: #fff;
    color: #2980b9;
}

.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border .cs-options li span:hover, .cs-skin-border li.cs-focus span {
    background: #f5f3ec;
}

div.cs-skin-circular {
    background: transparent;
    font-size: 2em;
    font-weight: 700;
    width: auto;
    margin-top: 3em;
}

.cs-skin-circular > span {
    background: transparent;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0;
    text-indent: 100%;
    box-shadow: inset 0 0 0 5px #fefef8;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.cs-skin-circular > span::after {
    font-family: 'icomoon';
    content: '\e00f';
    right: 0;
    width: 100%;
    text-indent: 0;
}

.cs-skin-circular > span[style]::after {
    content: '';
}

.cs-skin-circular .cs-selected span::after {
    content: '';
}

.cs-skin-circular .cs-options {
    width: 100%;
    height: 100%;
    top: 0;
    color: #415c71;
    background: transparent;
    overflow: visible;
    font-size: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.cs-skin-circular .cs-options li {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform .3s, opacity .1s;
    transition: transform 0.3s, opacity 0.1s;
}

.cs-skin-circular .cs-options li span {
    display: none;
}

.cs-skin-circular .cs-options li:first-child {
    background-image: url(../img/1.png);
}

.cs-skin-circular .cs-options li:nth-child(2) {
    background-image: url(../img/2.png);
}

.cs-skin-circular .cs-options li:nth-child(3) {
    background-image: url(../img/3.png);
}

.cs-skin-circular .cs-options li:nth-child(4) {
    background-image: url(../img/4.png);
}

.cs-skin-circular .cs-options li:nth-child(5) {
    background-image: url(../img/5.png);
}

.cs-skin-circular .cs-options li:nth-child(6) {
    background-image: url(../img/6.png);
}

.cs-skin-circular .cs-options li:nth-child(7) {
    background-image: url(../img/7.png);
}

.cs-skin-circular .cs-options li:nth-child(8) {
    background-image: url(../img/8.png);
}

.cs-skin-circular .cs-options li.cs-focus {
    background-color: transparent;
    opacity: 0.7;
}

@media screen and (max-width: 30em) {
    .cs-skin-circular > span {
        width: 80px;
        height: 80px;
    }
}

.cs-skin-circular.cs-active > span::after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cs-skin-circular.cs-active > span {
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
}

.cs-skin-circular.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cs-skin-circular.cs-active .cs-options li {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cs-skin-circular.cs-active .cs-options li:hover {
    opacity: 0.7;
}

.cs-skin-circular.cs-active .cs-options li:first-child {
    -webkit-transform: translate3d(0, -160px, 0);
    transform: translate3d(0, -160px, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(2) {
    -webkit-transform: translate3d(113.14px, -113.14px, 0);
    transform: translate3d(113.14px, -113.14px, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(3) {
    -webkit-transform: translate3d(160px, 0, 0);
    transform: translate3d(160px, 0, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(4) {
    -webkit-transform: translate3d(113.14px, 113.14px, 0);
    transform: translate3d(113.14px, 113.14px, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(5) {
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(6) {
    -webkit-transform: translate3d(-113.14px, 113.14px, 0);
    transform: translate3d(-113.14px, 113.14px, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(7) {
    -webkit-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
}

.cs-skin-circular.cs-active .cs-options li:nth-child(8) {
    -webkit-transform: translate3d(-113.14px, -113.14px, 0);
    transform: translate3d(-113.14px, -113.14px, 0);
}

.cs-skin-circular .cs-options ul, .cs-skin-circular .cs-options li {
    position: absolute;
    width: 100%;
    height: 100%;
}

div.cs-skin-elastic {
    background: transparent;
    font-size: 1.5em;
    font-weight: 700;
    color: #5b8583;
}

.cs-skin-elastic > span {
    background-color: #fff;
    z-index: 100;
}

.cs-skin-elastic > span::after {
    font-family: 'icomoon';
    content: '\e005';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
    padding-bottom: 1.25em;
    pointer-events: none;
}

.cs-skin-elastic .cs-options > ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    background: #fff;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform 0.3s;
}

.cs-skin-elastic .cs-options ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic .cs-options span {
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 2em auto;
    padding: 0.8em 1em 0.8em 4em;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
}

.cs-skin-elastic .cs-options li.flag-france span {
    background-image: url(../img/france.svg);
}

.cs-skin-elastic .cs-options li.flag-brazil span {
    background-image: url(../img/brazil.svg);
}

.cs-skin-elastic .cs-options li.flag-safrica span {
    background-image: url(../img/south-africa.svg);
}

.cs-skin-elastic .cs-options li.flag-argentina span {
    background-image: url(../img/argentina.svg);
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand .6s ease-out;
    animation: expand .6s ease-out;
}

.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: bounce .6s ease-out;
    animation: bounce .6s ease-out;
}

.cs-skin-elastic .cs-options span:hover, .cs-skin-elastic .cs-options li.cs-focus span, .cs-skin-elastic .cs-options .cs-selected span {
    color: #1e4c4a;
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media screen and (max-width: 30em) {
    div.cs-skin-elastic {
        font-size: 1em;
    }
}

div.cs-skin-overlay {
    background: transparent;
    font-size: 1.35em;
    font-weight: 700;
    max-width: 400px;
    z-index: 2000;
    color: #95948f;
    box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.1);
}

.cs-skin-overlay > span {
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-overlay .cs-selected span::after {
    content: '';
}

.cs-skin-overlay .cs-options {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    -webkit-transform: perspective(1000px) translate3d(0, 0, -200px);
    transform: perspective(1000px) translate3d(0, 0, -200px);
    -webkit-transition: -webkit-transform .4s, opacity .4s, visibility 0s .4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.cs-skin-overlay .cs-options > ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.cs-skin-overlay .cs-optgroup {
    width: 50%;
    padding: 1em 2em;
    float: left;
}

.cs-skin-overlay .cs-optgroup > span {
    font-size: 60%;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1em 0;
    color: #bbb9b4;
}

.cs-skin-overlay li.cs-optgroup {
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-skin-overlay li.cs-optgroup ul {
    padding-left: 0;
}

.cs-skin-overlay li.cs-optgroup ul span {
    padding: 0.2em 0;
}

.cs-skin-overlay li.cs-optgroup:first-child {
    text-align: right;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
}

.cs-skin-overlay li.cs-optgroup:nth-child(2) {
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0);
}

.cs-skin-overlay > span::after, .cs-skin-overlay.cs-active > span::after {
    font-family: 'icomoon';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    content: '\e013';
}

.cs-skin-overlay.cs-active > span {
    background: #fff;
    border-color: #fff;
}

.cs-skin-overlay.cs-active .cs-options {
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity 0.4s, transform 0.4s;
}

.cs-skin-overlay.cs-active li.cs-optgroup {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cs-skin-overlay li.cs-optgroup li span:hover, .cs-skin-overlay li.cs-focus span, .cs-skin-overlay li.cs-selected span {
    color: #f06d54;
    background: transparent;
}

@media screen and (max-width: 30em) {
    div.cs-skin-overlay {
        font-size: 1em;
    }
}

@media screen and (max-width: 30em) {
    .cs-skin-overlay .cs-optgroup {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 30em) {
    .cs-skin-overlay li.cs-optgroup:first-child {
        text-align: left;
    }
}

div.cs-skin-rotate {
    background: transparent;
    font-size: 1.5em;
    font-weight: 700;
    width: 300px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cs-skin-rotate > span, .cs-skin-rotate .cs-options li {
    background: transparent;
    -webkit-transform-origin: 50% 50% -200px;
    transform-origin: 50% 50% -200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cs-skin-rotate > span {
    border: 1px dashed #c0c6c4;
}

.cs-skin-rotate ul span::after {
    content: '';
    opacity: 0;
}

.cs-skin-rotate .cs-selected span::after {
    content: '\e00e';
    font-size: 1.5em;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cs-skin-rotate .cs-options {
    background: transparent;
    top: 0;
    overflow: visible;
    visibility: visible;
    pointer-events: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cs-skin-rotate .cs-options ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cs-skin-rotate .cs-options li {
    opacity: 0;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.cs-skin-rotate .cs-options li span {
    padding: 1em 0;
}

.cs-skin-rotate .cs-options li:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cs-skin-rotate .cs-options li:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-skin-rotate .cs-options li:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cs-skin-rotate .cs-options li:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cs-skin-rotate.cs-active > span {
    opacity: 0;
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
}

.cs-skin-rotate.cs-active .cs-options li {
    opacity: 1;
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
    pointer-events: auto;
}

.cs-skin-rotate.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cs-skin-rotate > span::after, .cs-skin-rotate .cs-selected span::after {
    font-family: 'icomoon';
}

.cs-skin-rotate > span::after, .cs-skin-rotate.cs-active > span::after {
    content: '\e012';
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -90deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -90deg);
}

.cs-skin-rotate .cs-options li span:hover, .cs-skin-rotate .cs-options li.cs-focus span, .cs-skin-rotate .cs-selected span {
    opacity: 0.8;
    background: transparent;
}

@media screen and (max-width: 30em) {
    .cs-skin-rotate > span, .cs-skin-rotate .cs-options li {
        -webkit-transform-origin: 50% 50% -100px;
        transform-origin: 50% 50% -100px;
    }
}

@media screen and (max-width: 30em) {
    div.cs-skin-rotate {
        font-size: 1em;
        width: 200px;
    }
}

div.cs-skin-slide {
    color: #fff;
    font-size: 1.5em;
    width: 300px;
}

div.cs-skin-slide::before {
    content: '';
    background: #282b30;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: transform 0.3s;
}

.cs-skin-slide.cs-active::before {
    -webkit-transform: scale3d(1.1, 3.5, 1);
    transform: scale3d(1.1, 3.5, 1);
}

.cs-skin-slide > span {
    height: 80px;
    line-height: 32px;
    -webkit-transition: text-indent .3s, opacity .3s;
    transition: text-indent .3s, opacity .3s;
}

.cs-skin-slide .cs-options {
    background: transparent;
    width: 70%;
    height: 400%;
    padding: 1.9em 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.cs-skin-slide .cs-options li {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cs-skin-slide .cs-options li span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 65%;
    padding: 0.8em 1em 0.8em 2.5em;
}

.cs-skin-slide .cs-selected span::after {
    content: '';
}

.cs-skin-slide.cs-active > span {
    text-indent: -290px;
    opacity: 0;
}

.cs-skin-slide.cs-active > span::after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cs-skin-slide.cs-active .cs-options li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.cs-skin-slide > span::after, .cs-skin-slide.cs-active > span::after {
    font-family: 'icomoon';
    content: '\e00f';
    color: #eb7e7f;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-slide .cs-options li span:hover, .cs-skin-slide .cs-options li.cs-focus span, .cs-skin-slide .cs-options li.cs-selected span {
    color: #eb7e7f;
    background: transparent;
}

[class^="icon-"] span:before, [class*=" icon-"] span:before {
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 1.5em;
}

.icon-camera span::before {
    content: '\e00b';
}

.icon-money span::before {
    content: '\e008';
}

.icon-heart span::before {
    content: '\e00a';
}

.icon-food span::before {
    content: '\e009';
}

.icon-shirt span::before {
    content: '\e00c';
}

@media screen and (max-width: 30em) {
    div.cs-skin-slide {
        font-size: 1em;
        width: 250px;
    }
}

@media screen and (max-width: 30em) {
    .cs-skin-slide > span {
        height: 60px;
        line-height: 28px;
    }
}

@media screen and (max-width: 30em) {
    .cs-skin-slide .cs-options {
        padding-top: 3em;
    }
}

div.cs-skin-underline {
    background: transparent;
    font-size: 1.8em;
    max-width: 400px;
}

.cs-skin-underline > span {
    padding: 0.5em 3em 0.5em 0.5em;
    border-bottom: 3px solid #000;
    border-color: inherit;
    font-weight: bold;
}

.cs-skin-underline > span::after {
    font-family: 'icomoon';
    content: '\e003';
    right: 0.25em;
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform .5s;
    transition: transform 0.5s;
}

.cs-skin-underline .cs-options {
    background: #bbc7c8;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
    transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
}

.cs-skin-underline ul span {
    position: relative;
    text-transform: uppercase;
    font-size: 66%;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1.2em 0.8em;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cs-skin-underline ul span::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform 0.3s;
}

.cs-skin-underline.cs-active > span::after {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
}

.cs-skin-underline.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cs-select ul span::after {
    content: '';
    opacity: 0;
}

.cs-select .cs-selected span::after {
    font-family: 'icomoon';
    content: '\e010';
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.7s;
    transition: opacity 0.3s 0.7s;
}

.cs-skin-underline.cs-active ul span, .cs-skin-underline.cs-active ul span::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cs-skin-underline li:nth-child(5) span, .cs-skin-underline li:nth-child(5) span::before, .cs-skin-underline.cs-active li:first-child span, .cs-skin-underline.cs-active li:first-child span::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cs-skin-underline li:nth-child(4) span, .cs-skin-underline li:nth-child(4) span::before, .cs-skin-underline.cs-active li:nth-child(2) span, .cs-skin-underline.cs-active li:nth-child(2) span::before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cs-skin-underline li:nth-child(3) span, .cs-skin-underline li:nth-child(3) span::before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-skin-underline li:nth-child(2) span, .cs-skin-underline li:nth-child(2) span::before, .cs-skin-underline.cs-active li:nth-child(4) span, .cs-skin-underline.cs-active li:nth-child(4) span::before {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cs-skin-underline li:first-child span, .cs-skin-underline li:first-child span::before, .cs-skin-underline.cs-active li:nth-child(5) span, .cs-skin-underline.cs-active li:nth-child(5) span::before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cs-skin-underline .cs-options li span:hover, .cs-skin-underline .cs-options li.cs-focus span, .cs-skin-underline li.cs-selected span {
    color: #566473;
    background: transparent;
}

@media screen and (max-width: 30em) {
    div.cs-skin-underline {
        font-size: 1.2em;
    }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJlc291cmNlcy9zdHlsZXNoZWV0cy9jb21wb25lbnQuc2VsZWN0ZngubGVzcyIsInJlc291cmNlcy9zdHlsZXNoZWV0cy9jb21wb25lbnQuc2VsZWN0Zngtc2VsZWN0Lmxlc3MiLCJyZXNvdXJjZXMvc3R5bGVzaGVldHMvY29tcG9uZW50LnNlbGVjdGZ4LWJvcmRlci5sZXNzIiwicmVzb3VyY2VzL3N0eWxlc2hlZXRzL2NvbXBvbmVudC5zZWxlY3RmeC1jaXJjdWxhci5sZXNzIiwicmVzb3VyY2VzL3N0eWxlc2hlZXRzL2NvbXBvbmVudC5zZWxlY3RmeC1lbGFzdGljLmxlc3MiLCJyZXNvdXJjZXMvc3R5bGVzaGVldHMvY29tcG9uZW50LnNlbGVjdGZ4LW92ZXJsYXkubGVzcyIsInJlc291cmNlcy9zdHlsZXNoZWV0cy9jb21wb25lbnQuc2VsZWN0Zngtcm90YXRlLmxlc3MiLCJyZXNvdXJjZXMvc3R5bGVzaGVldHMvY29tcG9uZW50LnNlbGVjdGZ4LXNsaWRlLmxlc3MiLCJyZXNvdXJjZXMvc3R5bGVzaGVldHMvY29tcG9uZW50LnNlbGVjdGZ4LXVuZGVybGluZS5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLFdBQ0ksWUFBYSxTQUFiLENBQ0EsUUFBUSx1Q0FBUixDQUNBLFFBQVEsOENBQThDLE9BQU8seUJBQXlCLHlDQUF5QyxPQUFPLFlBQVksd0NBQXdDLE9BQU8sZ0JBQWdCLGdEQUFnRCxPQUFPLE1BQXhRLENBQ0Esa0JBQUEsQ0FDQSxrQkNMSixHQUFHLFdBQ0Msb0JBQUEsQ0FDQSxxQkFBQSxDQUNBLGlCQUFBLENBQ0EsZUFBQSxDQUNBLGVBQUEsQ0FDQSxXQUFBLENBQ0EsVUFBQSxDQUNBLGVBQUEsQ0FDQSwwQkFBQSxDQUNBLHdCQUFBLENBQ0EsdUJBQUEsQ0FDQSxxQkFBQSxDQUNBLG9CQUFBLENBQ0EsaUJBRUosR0FBRyxVQUFVLE9BQ1QsYUFFSixVQUNJLFFBQ0ksYUFGUixVQUlJLE1BQ0ksYUFBQSxDQUNBLGlCQUFBLENB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 */
.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2;
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: initial;
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block;
}

.date-picker-wrapper.single-date {
    width: auto;
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px;
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px;
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700;
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline;
}

.date-picker-wrapper .month-name {
    text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important;
}

.date-picker-wrapper .time label {
    white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: rgba(241, 241, 241, 0.84);
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
    height: 40px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: white;
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0;
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid white;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3;
}

.date-picker-wrapper .selected-days {
    display: none;
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, left, right);
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: white;
    line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, left, right);
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/*time styling*/
.date-picker-wrapper .time {
    position: relative;
}

.date-picker-wrapper.single-month .time {
    display: none;
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px;
}

.date-picker-wrapper .time1, .time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center;
}

.date-picker-wrapper .time1 {
    float: left;
}

.date-picker-wrapper .time2 {
    float: right;
}

.date-picker-wrapper .hour, .minute {
    text-align: right;
}

.date-picker-wrapper .hide {
    display: none;
}

.date-picker-wrapper .first-date-selected {
    background-color: #222857 !important;
    color: white !important;
}

.date-picker-wrapper .last-date-selected {
    background-color: #222857 !important;
    color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    color: #fff;
    display: none;
    background-color: #222857;
    padding: 3px 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
    color: #fff;
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #222857;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none;
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #4499EE;
    font-weight: bold;
}

/* ---- rooms ---- */
.w-int {
    position: relative;
    z-index: 10;
}

.int {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 25px 40px;
    text-align: center;
}

.int ul {
    padding: 0;
}

.int li {
    list-style-type: square;
    list-style-position: inside;
    text-align: center;
}

.rooms {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    background: #fff;
}

.room {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 35px;
}

@media (min-width: 960px) {
    .room {
        flex-direction: row;
    }
}

.room .gfx {
    flex: auto;
    width: 100%;
}

@media (min-width: 960px) {
    .room .gfx {
        width: 38%;
    }
}

.room .gfx img {
    width: 100%;
}

.room .txt {
    flex: auto;
    width: 100%;
    padding: 0 35px 35px 35px;
}

@media (min-width: 960px) {
    .room .txt {
        width: 62%;
    }
}

.room .txt h3 {
    margin: 0;
    color: #222857;
}

.room .txt ul {
    padding-left: 12px;
}

.date-picker-wrapper .month-wrapper table .day.real-today.valid {
    border: 1px solid #222857;
}

.room a.slidefx {
    font-size: 0.875em;
    line-height: 1.71429em;
}

.room a.slidefx::before {
    border: 1px dashed rgba(0, 38, 99, 0.85);
}

.w-bluebox {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #222857;
}

.w-bluebox .bluebox {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 9%;
    text-align: center;
}

.w-bluebox .bluebox a {
    color: #fff;
    text-decoration: underline;
}

.w-bluebox .bluebox ol li {
    color: #fff;
    font-size: 0.9375em;
    line-height: 1.6em;
}

.w-bluebox .bluebox:after {
    content: " ";
    display: block;
    clear: both;
}

.w-bluebox .bluebox ul, .w-bluebox .bluebox p {
    color: #fff;
}

.w-duchess {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.w-duchess:after {
    content: " ";
    display: block;
    clear: both;
}

.w-duchess .duchess {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 9%;
    text-align: center;
}

.w-duchess .duchess:after {
    content: " ";
    display: block;
    clear: both;
}

.w-duchess .duchess ul {
    text-align: left;
}

.w-duchess .duchess ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 .5em 10px;
    transition: .12s;
}

.w-duchess .duchess ul li::before {
    position: absolute;
    content: '\2022';
    font-family: Arial, serif;
    color: #000;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 2em;
    opacity: .5;
    line-height: .75;
    transition: .5s;
}

.w-duchess .duchess ul li:hover {
    color: #000;
}

.w-duchess .duchess ul li:hover::before {
    transform: scale(1.3);
    opacity: 1;
    text-shadow: 0 0 1px;
    transition: .1s;
}

.w-feature {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    *zoom: 1;
    margin-top: 2px;
}

.feature {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 600px) {
    .feature {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 600px) {
    .feature .f-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.feature figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px; */
    /* max-width: 480px; */
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.feature figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-height: 450px;
    max-width: 100%;
    opacity: 0.9;
}

.feature figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 600px) {
    .feature figure figcaption {
        font-size: 1.25em;
    }
}

.feature figure figcaption::before,
.feature figure figcaption::after {
    pointer-events: none;
}

.feature figure figcaption,
.feature figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: auto;
    text-shadow: 1px 1px 3px #000;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.feature figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    background: rgba(0, 0, 0, 0.66);
    opacity: 0;
    transition: 0.5s;
}

.feature figure:hover figcaption > a {
    opacity: 1;
}

.feature figure h2 {
    word-spacing: 0.05em;
    font-weight: 300;
    font-size: 20px;
}

.feature figure h2 span {
    font-weight: 800;
}

.feature figure h2,
.feature figure p {
    margin: 0;
    color: #fff;
}

.feature figure p {
    letter-spacing: 1px;
    font-size: 16px;
}

/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 56%;
    z-index: 10000;
}

@media (min-width: 600px) {
    figure.effect-lily figcaption > div {
        height: 40%;
    }
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/* health club */
.hclub {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 25px;
    box-shadow: 0 0 4px #dfdfdf;
    background: #222857;
}

@media (min-width: 600px) {
    .hclub {
        flex-direction: row;
    }
}

@media (min-width: 600px) {
    .hclub {
        position: relative;
        z-index: 10;
        text-align: center;
    }
}

.hclub h3 {
    color: #fff;
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 300;
    margin: 2px 5px;
}

.hclub h4 {
    font-size: 1.1875em;
    line-height: 1.26316em;
    color: #fff;
    padding: 8px;
}

.hclub p {
    color: #fff;
    margin: 2px 7px;
}

.hclub a {
    color: #fff;
    text-decoration: underline;
}

.hclub .left {
    flex: auto;
    width: 100%;
}

@media (min-width: 960px) {
    .hclub .left {
        width: 75%;
        border-right: 1px dotted rgba(255, 255, 255, 0.6);
    }
}

.hclub .right {
    flex: auto;
    width: 100%;
}

@media (min-width: 960px) {
    .hclub .right {
        width: 25%;
    }
}

.hclub .left .hours {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

@media (min-width: 960px) {
    .hclub .left .hours {
        flex-direction: row;
    }
}

.hclub .left .hours > div {
    flex: auto;
    width: 100%;
}

@media (min-width: 960px) {
    .hclub .left .hours > div {
        width: 33.33%;
    }
}

.splitboximg {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    box-shadow: 0 0 4px #dfdfdf;
}

.splitboximg .wt {
    padding: 5%;
}

@media (min-width: 600px) {
    .splitboximg {
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
    }
}

.splitboximg .left {
    background: #222857;
    a: hover;
    a-color: #fff;
}

.splitboximg .left a {
    color: #fff;
}

.splitboximg .left h3, .splitboximg .left h4, .splitboximg .left h5 {
    color: #fff;
}

.splitboximg .left h3 {
    font-size: 1.75em;
    line-height: 1.71429em;
    font-weight: 300;
    margin-top: 0;
}

.splitboximg .left p {
    color: #fff;
}

@media (min-width: 600px) {
    .splitboximg .left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.splitboximg .right {
    min-height: 200px;
}

@media (min-width: 600px) {
    .splitboximg .right {
        width: 152.63158%;
        float: right;
        margin-right: 0;
    }
}

.left.treatment {
    background: #222857;
    text-align: center;
}

.right.treatment {
    background: url(../img/health/treatment.jpg) center 50%;
    background-size: cover;
}

.right.reception {
    background: url(../img/contact/reception.jpg) center 50%;
    background-size: cover;
}

.int.health {
    padding-bottom: 7%;
}

.int.faqs, .int.press, .int.access, .int.privacy {
    text-align: left;
}

.int.responsibility li {
    max-width: none;
}

.gymint {
    padding-bottom: 7%;
}

.gym {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 4px #dfdfdf;
    background: #222857;
}

.gym:after {
    content: " ";
    display: block;
    clear: both;
}

.gym > div {
    flex: auto;
    width: 100%;
}

@media (min-width: 960px) {
    .gym > div {
        width: 33.33%;
    }
}

@media (min-width: 600px) {
    .gym {
        position: relative;
        z-index: 10;
        top: -70px;
    }
}

.gym .wt {
    padding: 1.5em;
    text-align: center;
}

.gym h4 {
    color: #fff;
    font-weight: 300;
}

.gym p, .gym li {
    color: #fff;
    list-style-position: inside;
    list-style-type: square;
}

.gym ul {
    padding: 0 0 0 20px;
    text-align: left;
}

.boxthree {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    *zoom: 1;
    box-shadow: 0 0 4px #dfdfdf;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .boxthree {
        flex-direction: row;
    }
}

.boxthree.blue {
    background: #222857;
    padding: 20px;
}

.boxthree.white {
    background: #fff;
    text-align: center;
}

.boxthree .wt {
    padding: 4%;
}

.boxthree h3 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 2%;
    font-size: 1.75em;
    line-height: 1.71429em;
    margin: 0;
}

.boxthree h4 {
    color: #222857;
    font-size: 1.125em;
    line-height: 1.33333em;
    font-weight: 300;
}

.boxthree.blue h4 {
    color: #fff;
}

.boxthree.blue > div {
    text-align: center;
}

.boxthree img {
    max-width: 210px;
}

.boxthree h4 + p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.boxthree ul {
    padding: 0 0 0 20px;
}

@media (min-width: 600px) {
    .boxthree .first {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .boxthree .second {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .boxthree .third {
        width: 100%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .boxthree.blue .first {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
    }
}

@media (min-width: 600px) {
    .boxthree.blue .second {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
    }
}

@media (min-width: 600px) {
    .boxthree.blue .third {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
    }
}

@media (min-width: 600px) {
    .boxthree.blue .fourth {
        width: 23.72881%;
        float: right;
        margin-right: 0;
    }
}

.awards {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.awards > div {
    width: 25%;
    height: 300px;
    background-size: cover;
    padding: 20px;
    margin: 20px 0;
}

.awards > div h3 {
    margin: 0 0 10px 0;
}

.a1 {
    background: url(../img/awards/wta.jpg) no-repeat;
}

.a2 {
    background: url(../img/awards/catey.jpg) no-repeat;
}

.a3 {
    background: url(../img/awards/golden.jpg) no-repeat;
}

.a4 {
    background: url(../img/awards/cnt.jpg) no-repeat;
}

.a5 {
    background: url(../img/awards/karen.jpg) no-repeat;
}

.a6 {
    background: url(../img/awards/prix.jpg) no-repeat;
}

.a7 {
    background: url(../img/awards/gold.jpg) no-repeat;
}

.a8 {
    background: url(../img/awards/hospitality.jpg) no-repeat;
}

.a9 {
    background: url(../img/awards/forbes.jpg) no-repeat;
}

/* footer */
.footer-up {
    /*max-width: 1180px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #252525;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .footer-up {
        width: auto;
        flex-direction: row;
    }
}

.footer-up > div {
    flex: auto;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.footer-up a {
    color: #fff;
}

.footer-up a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.footer-up h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-up h4 {
    color: #fff;
    font-size: 1.5625em;
    line-height: 1.92em;
    margin: 0;
    font-weight: 300;
}

.footer-up h5 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 auto 0.5em;
}

.footer-up h5 a {
    color: #fff;
}

.footer-up h5 a:hover {
    opacity: 0.8;
}

.footer-up #mc_embed_signup input.email {
    color: #444;
    display: inline-block;
    padding: 7px;
    min-width: 230px;
}

.footer-up #mc_embed_signup input.button {
    display: inline-block;
    background: #222857;
    color: #fff;
    border: none;
    border-radius: 0;
    min-width: 100px;
}

.footer-up #mc_embed_signup_scroll {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slh {
    max-width: 170px;
    max-height: 158px;
}

.ix {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    /*max-width: 1180px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-top: 1px solid #f3f3f3;
}

.footer a {
    color: #555;
}

.footer a:hover {
    color: #000;
}

.footer a:active {
    color: #555;
}

.footer li {
    text-align: center;
    display: block;
}

@media (min-width: 600px) {
    .footer .left {
        width: 69.38776%;
        float: left;
        margin-right: 2.04082%;
    }
}

.footer .left ul {
    padding: 0;
}

@media (min-width: 600px) {
    .footer .left ul {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
    }

    .footer .left ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .left ul li:first-child {
        padding-left: 0;
    }

    .footer .left ul li:last-child {
        padding-right: 0;
    }

    .footer .left ul li.last {
        padding-right: 0;
    }
}

@media (min-width: 600px) {
    .footer .right {
        width: 28.57143%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .footer .right ul {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
    }

    .footer .right ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        float: right;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .right ul li:first-child {
        padding-right: 0;
    }

    .footer .right ul li:last-child {
        padding-left: 0;
    }

    .footer .right ul li.last {
        padding-left: 0;
    }
}

.footer .right a {
    font-size: 1.25em;
    line-height: 1.2em;
}

.cr {
    /*max-width: 1180px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #f2f2f2;
    background: #fff;
    padding: 10px 15px;
    text-align: left;
    color: #555;
    font-size: 0.75em;
    line-height: 2em;
}

.cr p {
    margin-top: 0;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    background: #ffffff;
    border: 4px solid #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 28px;
    display: inline-block;
    content: '\f001';
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/*!
	Modaal - accessible modals - v0.3.0
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #b93d0c;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    transform: rotate(-45deg);
}

.modaal-close:after {
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 1500px;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg);
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-gallery-item img {
        width: 100%;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }

    .modaal-gallery-control:before, .modaal-gallery-control:after {
        background: #fff;
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media only screen and (max-height: 1024px) {
    .modaal-gallery-item img {
        width: auto !important;
        max-height: 85vh;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .37s;
    -moz-animation-delay: .37s;
    -webkit-animation-delay: .37s;
    -o-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .62s;
    -moz-animation-delay: .62s;
    -webkit-animation-delay: .62s;
    -o-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .87s;
    -moz-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -o-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* #222857 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    line-height: 1.5em;
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: normal;
    src: url(../font/gotham-book-webfont.eot);
    src: url("../font/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../font/gotham-book-webfont.woff") format("woff"), url("../font/gotham-book-webfont.ttf") format("truetype"), url("../font/gotham-book-webfont.svg#dineng") format("svg");
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background: #f4f4f4;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: #222857;
}

a:hover {
    color: #000;
}

img {
    -ms-interpolation-mode: bicubic;
}

p, ul li {
    font-size: 0.9375em;
    line-height: 1.6em;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #444;
}

h2, h3, h4, h5, h6 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 300;
}

h2, h3 {
    margin-top: 2.25em;
    margin-bottom: 0.75em;
}

h2 + p,
h3 + p {
    margin-top: 0.75em;
}

p + h3 {
    margin-top: 1.5em;
}

p + h4, div + h4 {
    margin-top: 1.5em;
}

p {
    margin: 1em 0;
}

dl, menu, ol, ul {
    margin: 0.75em 0;
}

h4 {
    font-size: 1.25em;
    line-height: 1.2em;
    color: #222857;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.2em;
}

/* tables */
table {
    margin: 15px 0;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
    font-weight: normal;
}

.w-header header {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
}

.w-header header:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 600px) {
    .w-header header {
        padding: 0 2%;
    }
}

.w-top {
    background: #fff;
}

@media (min-width: 600px) {
    .w-top {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d3d3d3));
        background-image: -moz-linear-gradient(#ffffff, #d3d3d3);
        background-image: -webkit-linear-gradient(#ffffff, #d3d3d3);
        background-image: linear-gradient(#ffffff, #d3d3d3);
    }
}

.top {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
}

.top:after {
    content: " ";
    display: block;
    clear: both;
}

.top .tripadvisor a img {
    width: 100px;
    margin: 0;
}

.top a {
    font-size: 13px;
    color: #515151;
}

.top a:hover {
    opacity: 0.6;
}

.top .fa {
    font-size: 25px;
}

.top ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    list-style: none;
}

.top ul > li {
    margin: 0 8px;
}

.top .left {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 320px) and (max-width: 600px) {
    .top .left li:first-child a {
        font-size: 16px;
        font-weight: bold;
    }
}

.top .left li:last-child {
    display: none;
}

@media (min-width: 600px) {
    .top .left li:last-child {
        display: inline-block;
    }
}

@media (min-width: 600px) {
    .top .left {
        float: left;
        height: 48px;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .top .left {
        padding: 6px;
    }
}

.top .right {
    text-align: center;
    display: none;
}

@media (min-width: 600px) {
    .top .right {
        display: flex;
        float: right;
        height: 48px;
    }
}

.w-book {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #222857;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.w-book.shifted {
    overflow: visible;
}

.w-book.shifted {
    z-index: 99;
}

.w-book.shifted .book {
    position: relative;
    top: -45px;
    background-color: rgba(0, 0, 0, 0.77);
    border: 2px solid rgba(0, 0, 0, 0.9);
}

@media (min-width: 600px) {
    .chkout {
        display: inline;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .date-picker-wrapper .month-wrapper table, .date-picker-wrapper .month-wrapper table.month2 {
        width: 90%;
        margin: 0;
        float: none;
    }

    .date-picker-wrapper .month-wrapper {
        width: auto !important;
    }
}

.book-form {
    display: block;
    width: 400px;
    height: 200px;
    position: absolute;
    background-color: #fff;
    z-index: 10000;
    padding: 20px;
    text-align: center;
    right: 0;
    top: 111px;
}

.book {
    color: #fff;
    padding: 8px;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.book input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    width: 110px;
    padding: 5px 9px;
    margin: 5px 5px 5px 10px;
}

.book select {
    border: none;
    background: transparent;
    border: 1px solid rgba(100, 100, 100, 0.5);
    width: 50px;
    height: 33px;
    border-radius: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}

.book .field {
    text-align: center;
    padding: 9px;
    vertical-align: middle;
}

@media (min-width: 600px) {
    .book .field {
        display: inline-block;
    }
}

.w-cert {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    *zoom: 1;
    background: #fff;
    padding: 15px 0;
}

.w-cert .cert {
    display: -webkit-flex;
    display: flex;
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
}

.w-cert .cert > a {
    width: 100%;
    padding: 8px;
    margin: 3px;
    flex: auto;
    text-align: center;
}

@media (min-width: 600px) {
    .w-cert .cert > a {
        width: auto;
        border-right: 1px dotted #222857;
    }
}

.w-cert .cert > a:last-child {
    border: none;
}

/* slide fx */
a.slidefx {
    position: relative;
    display: inline-block;
    margin: 8px 0 5px 0;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.84615em;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.71429em;
    z-index: 1;
}

a.slidefx.white {
    color: #222857;
}

a.slidefx.white span {
    background: #fff;
}

a.slidefx {
    overflow: hidden;
}

a.slidefx span {
    display: block;
    padding: 10px 18px;
    background: #222857;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.slidefx::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 18px;
    width: 100%;
    height: 100%;
    background: #003891;
    color: #fff;
    content: attr(data-hover);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-25%);
}

a.slidefx:hover span,
a.slidefx:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

a.slidefx:hover::before,
a.slidefx:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    border: none;
}

/* override date picker */
.gldp-default .dow {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjY2MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjY2MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222857), color-stop(100%, #222857));
    background-image: -moz-linear-gradient(#222857, #222857);
    background-image: -webkit-linear-gradient(#222857, #222857);
    background-image: linear-gradient(#222857, #222857);
}

.slider {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.slider:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 320px) and (max-width: 600px) {
    .slider {
        height: 240px;
    }
}

.royal-family .slider {
    height: 720px;
}

#showcase {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 1px;
}

@media (min-width: 600px) {
    #showcase {
        width: 1180px;
    }
}

.royalSlider > .rsContent {
    visibility: hidden;
}

.rsNav {
    position: absolute;
    bottom: auto;
    top: -20px;
}

#slideshow article {
    background: #fff;
    position: absolute;
    /* display: none; */
}

.rsABlock {
    position: absolute;
    top: 95%;
    padding: 20px;
    left: 0;
    right: auto;
    z-index: 10;
    margin-top: -100px;
    margin-left: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    background: rgba(0, 38, 99, 0.87);
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsABlock {
        margin-top: -50px;
        padding: 8px;
    }
}

.rsABlock h1 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: block;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsABlock h1 {
        font-size: 12px;
    }
}

.rsABlock h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsABlock h2 {
        font-size: 10px;
    }
}

.rsMinW .rsArrowLeft {
    left: 37px;
    bottom: 50%;
    display: none;
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsMinW .rsArrowLeft {
        left: 25px;
    }
}

.rsMinW .rsArrowRight {
    right: 37px;
    bottom: 50%;
    display: none;
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsMinW .rsArrowRight {
        right: 25px;
    }
}

.rsMinW .rsBullets {
    top: 86%;
    padding: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.rsMinW .rsBullet {
    width: 12px;
    height: 12px;
    padding: 6px 9px 6px 9px;
}

.rsMinW .rsBullet span {
    width: 12px;
    height: 12px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    width: 54px;
    height: 54px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url(../img/arrow-left.svg) transparent;
    border-radius: 2px;
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
        width: 24px;
        height: 24px;
    }
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    width: 54px;
    height: 54px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url(../img/arrow-right.svg) transparent;
    border-radius: 2px;
}

@media (min-width: 320px) and (max-width: 600px) {
    .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
        width: 24px;
        height: 24px;
    }
}

.w-intro {
    position: relative;
    z-index: 10;
}

.intro {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    text-align: center;
    padding: 25px;
}

@media (min-width: 600px) {
    .intro {
        padding: 20px 60px;
    }
}

.strike-through-header {
    height: 74px;
    position: relative;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.strike-through-header h3 {
    font-size: 21px;
    color: #000;
    margin-top: 27px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #444;
    font-weight: normal;
    display: inline-block;
    background: #fff;
    padding: 0 12px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 600px) {
    .strike-through-header h3 {
        line-height: 2;
        font-size: 24px;
    }
}

.strike-through-header:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0px;
    z-index: 1;
    height: 1px;
    background: rgba(68, 68, 68, 0.1);
}

.parallaxParent {
    height: 70vh;
    overflow: hidden;
}

.parallaxParent .heading {
    position: absolute;
    top: 36%;
    max-width: 50%;
}

.parallaxParent > div {
    background-size: 150%;
    background-position: 50% 50%;
}

.parallaxParent h3 {
    font-size: 1.75em;
    line-height: 1.71429em;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 20px 20px 20px 40px;
    background: #fff;
    text-align: center;
    font-style: italic;
}

.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
}

.pp {
    height: 50vh;
    overflow: hidden;
}

.pp > div {
    background-size: 150%;
    background-position: 50% 50%;
}

.pp > * {
    height: 150%;
    position: relative;
    top: -75%;
}

.w-hotel {
    width: 48.97959%;
    float: left;
    margin-right: 2.04082%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
}

/* thirty-six */
ul.o-list {
    list-style: none;
    padding: 2%;
}

ul.o-list li {
    border: 1px solid #F7F7F7;
    background: #f7f7f7;
    margin: 3% 0;
    border-left: 2px solid #ff7f00;
    padding: 2%;
    transition: all 0.2s ease;
}

ul.o-list li:hover {
    background: #f0f0f0;
    border-left: 10px solid #ff7f00;
    cursor: pointer;
}

ul.o-list h4 {
    margin: 0;
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
}

ul.o-list p {
    margin: 1px 0;
}

.w-thirty-car {
    background: #fff;
}

.thirty-car {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.thirty-car:after {
    content: " ";
    display: block;
    clear: both;
}

.ot-w {
    background: #fff;
    position: relative;
    z-index: 1000;
    height: 125px;
    display: none;
}

@media (min-width: 600px) {
    .ot-w {
        display: block;
    }
}

.ot-w .ot {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
}

.ot-w .ot:after {
    content: " ";
    display: block;
    clear: both;
}

.mot-w {
    display: block;
    padding: 15px;
}

@media (min-width: 600px) {
    .mot-w {
        display: none;
    }
}

.collage {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.collage div {
    flex: auto;
    width: 33.33%;
    padding: 10px;
}

.collage div img {
    width: 100%;
}

.w-wine {
    background: #fbfbfb;
    max-width: 1075px;
    border: 1px solid #f0f0f0;
    margin: 20px auto;
    font-size: 0.9375em;
    line-height: 1.6em;
    padding: 10px;
}

.w-wine a {
    color: #ff7f00;
}

.w-wine p {
    margin: 5px 0;
}

/* contact */
.map {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40vh;
}

.map:after {
    content: " ";
    display: block;
    clear: both;
}

.location .map {
    min-height: 50vh;
}

.contact {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.contact:after {
    content: " ";
    display: block;
    clear: both;
}

.contact p {
    margin: 0;
}

@media (min-width: 600px) {
    .contact .c-l {
        width: 48.97959%;
        float: left;
        margin-right: 2.04082%;
        padding: 2%;
    }
}

.iain {
    width: 100%;
    background: url(../img/location/iainhaigh.jpg) no-repeat;
    background-size: cover;
    min-height: 170px;
    margin: 10px 0;
}

@media (min-width: 960px) {
    .iain {
        width: 62%;
        min-height: 220px;
    }
}

/* thirty six */
body.thirtysix {
    background: #fff;
}

body.thirtysix .flex-direction-nav a:before {
    color: #222857;
}

body.thirtysix .splitbox .left img {
    width: 100%;
    margin: 10px 0;
}

.w-toffers {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
}

.w-toffers:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 600px) {
    .w-toffers {
        display: -webkit-flex;
        display: flex;
    }
}

.toffers {
    background: #fff;
}

.toffers .tintro {
    background: #ff7f00;
    color: #fff;
    padding: 3%;
}

@media (min-width: 600px) {
    .toffers {
        width: 69.38776%;
        float: left;
        margin-right: 2.04082%;
    }
}

.menus {
    background: #f7f7f7;
    text-align: center;
    padding: 1%;
}

.menus p {
    margin: 0;
}

.menus h4 {
    margin: 1% 0;
    background: #fff;
    color: #000;
    padding: 10px;
}

.menus span {
    font-size: 0.75em;
    line-height: 2em;
    color: #333;
    font-weight: 300;
    letter-spacing: 0;
}

.menus .recipe {
    display: block;
    margin: 0 auto;
}

.menus .recipe img {
    max-width: 100px;
}

@media (min-width: 600px) {
    .menus {
        width: 28.57143%;
        float: right;
        margin-right: 0;
    }
}

.menus .m-l {
    width: 48.97959%;
    float: left;
    margin-right: 2.04082%;
}

.menus .m-r {
    width: 48.97959%;
    float: right;
    margin-right: 0;
}

.w-thirty-info {
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 12px;
}

.w-thirty-info:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 960px) {
    .w-thirty-info {
        padding: 0;
    }
}

h4.ts-title {
    padding: 0 10px 10px 0;
    color: #555;
    border-bottom: 2px solid #ff7f00;
}

.thirty-info {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.thirty-info > div {
    flex: auto;
}

.thirty-info > div:first-child {
    width: 100%;
}

@media (min-width: 960px) {
    .thirty-info > div:first-child {
        width: 40%;
    }
}

.thirty-info > div:first-child img {
    width: 100%;
}

.thirty-info > div:nth-child(2) {
    width: 50%;
    background: #ff7f00;
}

@media (min-width: 960px) {
    .thirty-info > div:nth-child(2) {
        width: 30%;
    }
}

.thirty-info > div:nth-child(2) p {
    padding: 20px;
    color: #fff;
}

.thirty-info > div:nth-child(3) {
    width: 50%;
    background: #f9f9f9;
}

@media (min-width: 960px) {
    .thirty-info > div:nth-child(3) {
        width: 30%;
    }
}

.thirty-info > div:nth-child(3) .wrp {
    font-size: 0.875em;
    line-height: 1.71429em;
    padding: 20px;
}

.w-ts-menus {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.w-ts-menus:after {
    content: " ";
    display: block;
    clear: both;
}

.ts-menus {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.ts-menus > div {
    padding: 12px;
    flex: auto;
    width: 50%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

@media (min-width: 960px) {
    .ts-menus > div {
        width: 25%;
    }
}

.ts-menus > div img {
    width: 100%;
}

.ts-menus h4 {
    color: #888;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}

.ts-menus p, .ts-menus a {
    font-size: 0.875em;
    line-height: 1.71429em;
}

.ts-menus a {
    color: #ff7f00;
}

.ts-menus a:hover {
    color: #d36a00;
}

.ts-menus a:active {
    color: #ff7f00;
}

/* General button style (reset) */
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-3 {
    color: #fff;
    padding: 3%;
    margin: 1%;
    width: 100%;
}

.btn-3:hover {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.btn-3:active {
    background: #f58500;
    top: 2px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

/* Button 3a */
.btn-3a {
    text-align: center;
}

.btn-3a:before {
    background: rgba(0, 0, 0, 0.05);
}

.btn-3 > * {
    color: #555;
}

.btn-3 img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.w-splitbox.dukesbar {
    margin: 30px 0;
}

span.blue {
    color: #222857;
    font-style: italic;
}

.splitbox {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 0 4px #dfdfdf;
}

.splitbox:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 600px) {
    .splitbox {
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
    }
}

.splitbox .left {
    background: #222857;
}

.splitbox .left a {
    color: #fff;
}

.splitbox .left h4, .splitbox .left h5 {
    color: #fff;
}

.splitbox .left p {
    color: #fff;
    margin: 0 0 0.3em 0;
}

.splitbox .left .w-content {
    padding: 5%;
}

@media (min-width: 600px) {
    .splitbox .left {
        width: 40%;
        float: left;
    }
}

@media (min-width: 600px) {
    .splitbox .right {
        width: 60%;
        float: right;
        margin-right: 0;
    }
}

.splitbox .right .w-txt {
    padding: 3% 5%;
}

.dukesbar__opening {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    background: #fff;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 800px) {
    .dukesbar__opening {
        flex-direction: row;
    }
}

.dukesbar__opening > div {
    flex: auto;
    padding: 25px;
}

.dukesbar__opening > div:first-child {
    background: #222857;
    width: 100%;
}

@media (min-width: 800px) {
    .dukesbar__opening > div:first-child {
        margin-left: 20px;
        width: 60%;
    }
}

.dukesbar__opening > div:last-child {
    border: 1px solid #ddd;
}

.dukesbar__opening > div:last-child h4 {
    color: #222857;
}

.dukesbar__opening > div:last-child p {
    color: #212121;
}

@media (min-width: 800px) {
    .dukesbar__opening > div:last-child {
        margin-right: 20px;
    }
}

.dukesbar__opening p, .dukesbar__opening h4 {
    color: #fff;
}

#thirtysix {
    height: 100%;
    width: 100%;
    min-height: 500px;
}

.OT_wrapper {
    margin-top: 20px;
    border-radius: 0;
}

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

.ts-logo img {
    max-width: 260px;
}

/* weddings */
.w-wedtxt {
    padding: 3%;
}

@media (min-width: 600px) {
    .w-picnic {
        position: relative;
        z-index: 15;
        top: -40px;
    }
}

.picnic {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background: #222857;
    text-align: center;
}

.picnic:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 600px) {
    .picnic {
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 600px) {
    .picnic .first {
        width: 31.81818%;
        float: left;
        margin-right: 2.27273%;
    }
}

@media (min-width: 600px) {
    .picnic .second {
        width: 31.81818%;
        float: left;
        margin-right: 2.27273%;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }
}

@media (min-width: 600px) {
    .picnic .third {
        width: 31.81818%;
        float: right;
        margin-right: 0;
    }
}

.picnic .wt {
    padding: 8%;
}

.picnic p, .picnic h4 {
    color: #fff;
}

img.round {
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}

.teaops.contact {
    margin-top: 0;
}

/* loader */
svg path,
svg rect {
    fill: #222857;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.int a:hover {
    color: #003299;
}

.int img {
    max-width: 100%;
}

@media (min-width: 600px) {
    .int .first {
        width: 33.33333%;
        float: left;
    }
}

@media (min-width: 600px) {
    .int .second {
        width: 33.33333%;
        float: left;
    }
}

@media (min-width: 600px) {
    .int .third {
        width: 33.33333%;
        float: right;
        margin-right: 0;
    }
}

.offer-btn a {
    border: 1px solid #f0f0f0;
}

.luxury .int h5 {
    font-size: 1.125em;
    line-height: 1.33333em;
    margin: 0.75em 0 0 0;
}

.int.sitemap {
    padding: 3% 14%;
}

.int.sitemap ul > li {
    text-transform: uppercase;
}

.int.sitemap li {
    padding: 10px 10px;
    font-weight: bold;
    margin: 3px;
    list-style: none;
    border: 1px solid #f0f0f0;
}

.int.sitemap li ul {
    background: #f7f7f7;
    padding-left: 0.3em;
}

.int.sitemap li ul li {
    text-transform: none;
    font-weight: normal;
    border: none;
}

.videos .strike-through-header h3 {
    margin-bottom: 10px;
}

/* contact form */
.contact-form {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 3% 6%;
    text-align: center;
}

.contact-form .container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-form p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.contact-form .phone {
    font-size: 34px;
}

.contact-form input, .contact-form textarea {
    width: 90%;
    line-height: 1;
    padding: 1em;
    display: block;
    color: #000;
    border-radius: 0;
    background: rgba(207, 207, 207, 0.16);
    margin: 1.5em;
    border: 1px solid #f0f0f0;
}

.contact-form textarea {
    min-height: 100px;
}

.contact-form .help-block.form-error {
    display: block;
    margin: 12px;
}

.contact-form button[type="submit"] {
    padding: 12px;
    border: none;
    background-color: #222857;
    color: white;
    margin-top: 1.5em;
}

@media (min-width: 600px) {
    .contact-form button[type="submit"] {
        width: 200px;
    }
}

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

.notfound {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 3% 6%;
    text-align: center;
}

.notfound:after {
    content: " ";
    display: block;
    clear: both;
}

.int.careers {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.int.careers:after {
    content: " ";
    display: block;
    clear: both;
}

.int.careers li {
    text-align: left;
}

.int.careers h3 {
    font-weight: bold;
}

.int.careers h4 {
    font-size: 0.9375em;
    line-height: 1.6em;
    font-weight: bold;
}

.intro.seventides {
    padding: 10px 60px 60px 60px;
}

.intro.seventides img {
    max-width: 210px;
    margin: 22px 0 5px 0;
}

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

.to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 999;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 38, 99, 0.9) url(../img/top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.to-top.cd-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.to-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8;
}

.no-touch .to-top:hover {
    background-color: #222857;
    opacity: 1;
}

@media (min-width: 600px) {
    .to-top {
        right: 20px;
        bottom: 20px;
    }
}

@media (min-width: 960px) {
    .to-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}

/* Common styles and resets */
.dotstyle ul {
    position: relative;
    margin: 200px 0 0 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dotstyle li {
    position: relative;
    display: block;
    margin: 20px 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    /* make the text accessible to screen readers */
    cursor: pointer;
    position: absolute;
}

.dotstyle li a:focus {
    outline: none;
}

/* Tooltip */
.dotstyle-tooltip li {
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.dotstyle-tooltip li a {
    top: auto;
    bottom: -50%;
    left: 50%;
    visibility: hidden;
    padding: 8px 16px;
    text-align: center;
    width: auto;
    height: auto;
    min-width: 300px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-indent: 0;
    line-height: 2;
    opacity: 0;
    -moz-transform: translateX(0%) translateY(13%);
    -ms-transform: translateX(0%) translateY(13%);
    -webkit-transform: translateX(0%) translateY(13%);
    transform: translateX(0%) translateY(13%);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}

/*
.dotstyle-tooltip li a::after {

  position: absolute;
  left: 0;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #c44d48;
  content: '';
  pointer-events: none;
  top: 99%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
*/
.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.current a {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(8%) translateY(15%);
    -ms-transform: translateX(8%) translateY(15%);
    -webkit-transform: translateX(8%) translateY(15%);
    transform: translateX(8%) translateY(15%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-tooltip li:hover {
    z-index: 100;
}

.no-touch .dotstyle-tooltip ul:hover li.current a {
    opacity: 0.2;
}

.dotstyle-tooltip ul li.current:hover a {
    opacity: 1;
}

div.langselect {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    padding: 8px;
}

div.langselect a {
    padding: 8px;
}

@media (min-width: 600px) {
    div.langselect {
        min-height: 48px;
        padding: 10px;
    }
}

div.cs-select {
    background: transparent;
    max-width: 90px;
}

.cs-select ul li {
    display: block;
}

.cs-select span {
    padding: 8px 7px 7px;
    padding-right: 2em;
    font-size: 13px;
    font-weight: 400;
}

.cs-select .cs-options span {
    line-height: 36px;
}

.top .cs-skin-border ul li {
    padding: 0;
}

.cs-skin-border ul span {
    padding: 2px 7px;
}

.cs-select > span::after {
    right: 1em;
}

.cs-skin-border > span {
    border: none;
}

.cs-skin-border > span::after, .cs-skin-border .cs-selected span::after {
    content: '\25BE';
}

.w-video {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w-video:after {
    content: " ";
    display: block;
    clear: both;
}

.date-picker-wrapper {
    z-index: 10000;
}

.pinic-menu {
    position: relative;
    margin-top: 30px;
    background: #222857;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    font-size: 0.8125em;
    line-height: 1.84615em;
    padding: 40px;
}

@media (min-width: 960px) {
    .pinic-menu {
        flex-direction: row;
    }
}

.pinic-menu > div {
    flex: 0 1 calc(100% / 3);
}

.pinic-menu table {
    margin: 0 auto;
}

.pinic-menu table td, .pinic-menu table th {
    border: none;
    padding: 0;
    text-align: center;
}

.pinic-menu table th {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.pinic-menu table tr:last-child td {
    font-size: 1.125em;
    line-height: 1.6em;
    font-weight: bold;
}

.pinic-menu h4 {
    font-size: 1.125em;
    line-height: 1.33333em;
    font-weight: 700;
}

/* new booking widget */
.booking {
    font-size: 14px;
    display: none;
    align-items: center;
    padding: 10px;
    background: #fff;
    flex-direction: column;
}

@media (min-width: 600px) {
    .booking {
        display: block;
        width: 280px;
        padding: 1px;
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 100;
    }

    .booking.active form {
        display: block;
    }
}

.booking form {
    display: none;
    padding: 12px;
}

.booking input[type="text"] {
    background: url(../img/calendar.svg) no-repeat 98% center;
    background-size: 22px;
    padding: 4px;
}

.booking h3 {
    background: #222857;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.booking .fld {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 8px 0;
}

.booking .fld label {
    margin: 0 5px;
}

.booking .show-rooms {
    text-align: center;
}

.booking .brg {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    border: 3px solid rgba(0, 38, 99, 0.9);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    padding: 5px 10px;
}

.booking .brg i {
    font-size: 2em;
    line-height: 1.5em;
    margin: 0 4px;
    color: #222857;
}

.booking .brg div {
    font-size: 1.375em;
    line-height: 2.18182em;
}

.dukes-collection .int img {
    max-width: 300px;
    margin: 10px 0;
}

.dukes-collection .c-footer {
    width: 200px;
}

body.ar .footer-up .first h4 {
    direction: ltr;
}

.modaal-container {
    max-width: 800px;
}

.modaal-container h4 {
    text-align: center;
    margin-bottom: 10px;
}

#eventForm input,
#eventForm textarea {
    width: 90%;
    padding: 12px;
    border: 1px solid #ccc;
    margin: 10px auto;
    background: rgba(0, 0, 0, 0.02);
}

#eventForm input:focus,
#eventForm textarea:focus {
    outline: none;
}

#eventForm input[type="submit"] {
    padding: 14px 10px;
    background: #222857;
    border: none;
    font-weight: normal;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
}

.remodal h2 {
    text-transform: uppercase;
    color: #222857;
    font-weight: bold;
    font-size: 1.375em;
    line-height: 2.18182em;
}

.remodal h3 {
    margin: 10px 20px;
    text-transform: uppercase;
    color: #222857;
}

.remodal img {
    width: 100%;
    display: block;
}

.remodal-close {
    right: 0;
}

.remodal-close:before {
    font-size: 30px;
}

.eteam {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.eteam > div {
    flex: auto;
    width: 180px;
}

@media (min-width: 600px) {
    .eteam > div {
        width: 33%;
    }
}

.eteam > div .wt {
    text-align: center;
}

.eteam > div img {
    max-width: 150px;
}

.eteam > div h4 {
    font-size: 0.875em;
    line-height: 1.71429em;
    text-align: center;
}

body.offers .int {
    max-width: 1000px;
    margin: 36px auto;
    -moz-box-shadow: 0 0 12px 4.8px rgba(100, 100, 100, 0.08);
    -webkit-box-shadow: 0 0 12px 4.8px rgba(100, 100, 100, 0.08);
    box-shadow: 0 0 12px 4.8px rgba(100, 100, 100, 0.08);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjE3Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40OCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjgiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-radial-gradient(rgba(244, 244, 244, 0.17), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.39), #f4f4f4);
    background-image: -webkit-radial-gradient(rgba(244, 244, 244, 0.17), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.39), #f4f4f4);
    background-image: radial-gradient(rgba(244, 244, 244, 0.17), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.39), #f4f4f4);
}

body.offers .int li {
    list-style: none;
}

.duchess .int {
    max-width: 960px;
    margin: 36px auto;
    -moz-box-shadow: 0 0 12px 4.8px rgba(100, 100, 100, 0.08);
    -webkit-box-shadow: 0 0 12px 4.8px rgba(100, 100, 100, 0.08);
    box-shadow: 0 0 12px 4.8px rgba(100, 100, 100, 0.08);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjE3Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40OCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjgiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-radial-gradient(rgba(244, 244, 244, 0.17), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.39), #f4f4f4);
    background-image: -webkit-radial-gradient(rgba(244, 244, 244, 0.17), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.39), #f4f4f4);
    background-image: radial-gradient(rgba(244, 244, 244, 0.17), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.39), #f4f4f4);
}

@keyframes sway {
    0% {
        transform-origin: 50% 20px;
        transform: rotate(5deg);
    }
    50% {
        transform-origin: 50% 20px;
        transform: rotate(-5deg);
    }
    100% {
        transform-origin: 50% 20px;
        transform: rotate(5deg);
    }
}

.xms {
    position: absolute;
    left: -5px;
    top: 37px;
    background: url(/static/img/christmas/christmas.png) center center no-repeat;
    background-size: contain;
    z-index: 10000;
    width: 200px;
    height: 240px;
    animation: sway 2.5s infinite;
    animation-timing-function: ease-in-out;
    display: block;
}

@media (min-width: 832px) {
    .xms {
        top: 133px;
    }
}

@media (min-width: 1247px) {
    .xms {
        top: 87px;
    }
}

.takeover .w-header {
    background: url("../img/christmas/offerbg.jpg");
}

.takeover .w-int {
    background: url("../img/christmas/offerbg.jpg") center center no-repeat;
    background-size: cover;
}

.takeover .w-int h3 {
    background: none;
    color: rgba(255, 215, 0, 0.76);
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.71429em;
}

.takeover .w-int .int {
    background: transparent;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.takeover .w-int .int p, .takeover .w-int .int a {
    color: #fff;
}

.pdfs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.pdfs > a {
    width: 176px;
    padding: 4px 12px;
    border: 1px solid #222857;
    margin: 3px;
}

.pdfs i {
    margin: 0 2px;
}

.offers .slider {
    height: 510px;
}

.offers .w-int {
    margin-top: -65px;
}

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==");
}

.dd-w {
    z-index: 1000000 !important;
}

.td-wrap {
    z-index: 1000000 !important;
}

.mobile-book {
    text-align: center;
    background: #fff;
    padding: 10px;
}

.mobile-book > a {
    width: 90vw;
    margin: 10px auto;
    background: #222857;
    padding: 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 600px) {
    .mobile-book {
        display: none;
    }
}

.mobile-social {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-social > div {
    margin: 0 8px;
}

.mobile-social > div img {
    width: 90px;
    padding-top: 2px;
}

@media (min-width: 600px) {
    .mobile-social {
        display: none;
    }
}

.dual {
    display: -webkit-flex;
    display: flex;
}

.dual > div {
    width: 100%;
}

@media (min-width: 600px) {
    .dual > div {
        width: 50%;
    }
}

.ta-reviews {
    display: none;
}

@media (min-width: 600px) {
    .ta-reviews {
        display: block;
    }
}

@media (min-width: 600px) {
    #map {
        height: 405px;
    }
}

.vid-hero {
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 600px) {
    .vid-hero {

        overflow: hidden;
    }
}

.vid-hero video {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

@media (min-width: 600px) {
    .vid-hero video {
        height: 660px;
    }
}

.festive-link {
    position: relative;
    display: inline-block;
}

.festive-link:after {
    content: '';
    z-index: 100;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
    height: 50px;
    background: url(/static/img/christmas/menu.png) no-repeat center center/contain;
    animation: swing ease-in-out 1.6s infinite alternate;
    transform-origin: center 4px;
}

.festive-link a {
    background: #011739;
    border-radius: 26px;
    margin: 1px 0;
    transition: 0.2s ease-out;
}

.festive-link a:hover {
    background: #a30108;
    color: #fff;
}

.cbp-hrmenu > ul > li.festive-link > a:hover {
    background: #a30108;
}

@media (max-width: 600px) {
    .festive-link:after {
        background: none;
    }
}

.festive-link.book a {
    padding: 12px;
}

.festive-link.book a:hover {
    box-shadow: 0 8px 15px #00000054;
}

.festive-link.book:after {
    top: -3px;
    width: calc(100% - 30px);
    height: 38px;
}

@keyframes swing {
    0% {
        transform: translate(10px, -58%) rotate(5deg);
    }
    100% {
        transform: translate(10px, -58%) rotate(-5deg);
    }
}

/*# sourceMappingURL=app.css.map */
