/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('etc.clientlibs/suninternational/clientlibs/clientlib-templates/fonts/glyphicons-halflings-regular.eot');
    src: url('etc.clientlibs/suninternational/clientlibs/clientlib-templates/fonts/glyphicons-halflings-regular.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('etc.clientlibs/suninternational/clientlibs/clientlib-templates/fonts/glyphicons-halflings-regular.ttf')
            format('truetype'),
        url('etc.clientlibs/suninternational/clientlibs/clientlib-templates/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
            format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: '\2a';
}
.glyphicon-plus:before {
    content: '\2b';
}
.glyphicon-euro:before {
    content: '\20ac';
}
.glyphicon-minus:before {
    content: '\2212';
}
.glyphicon-cloud:before {
    content: '\2601';
}
.glyphicon-envelope:before {
    content: '\2709';
}
.glyphicon-pencil:before {
    content: '\270f';
}
.glyphicon-glass:before {
    content: '\e001';
}
.glyphicon-music:before {
    content: '\e002';
}
.glyphicon-search:before {
    content: '\e003';
}
.glyphicon-heart:before {
    content: '\e005';
}
.glyphicon-star:before {
    content: '\e006';
}
.glyphicon-star-empty:before {
    content: '\e007';
}
.glyphicon-user:before {
    content: '\e008';
}
.glyphicon-film:before {
    content: '\e009';
}
.glyphicon-th-large:before {
    content: '\e010';
}
.glyphicon-th:before {
    content: '\e011';
}
.glyphicon-th-list:before {
    content: '\e012';
}
.glyphicon-ok:before {
    content: '\e013';
}
.glyphicon-remove:before {
    content: '\e014';
}
.glyphicon-zoom-in:before {
    content: '\e015';
}
.glyphicon-zoom-out:before {
    content: '\e016';
}
.glyphicon-off:before {
    content: '\e017';
}
.glyphicon-signal:before {
    content: '\e018';
}
.glyphicon-cog:before {
    content: '\e019';
}
.glyphicon-trash:before {
    content: '\e020';
}
.glyphicon-home:before {
    content: '\e021';
}
.glyphicon-file:before {
    content: '\e022';
}
.glyphicon-time:before {
    content: '\e023';
}
.glyphicon-road:before {
    content: '\e024';
}
.glyphicon-download-alt:before {
    content: '\e025';
}
.glyphicon-download:before {
    content: '\e026';
}
.glyphicon-upload:before {
    content: '\e027';
}
.glyphicon-inbox:before {
    content: '\e028';
}
.glyphicon-play-circle:before {
    content: '\e029';
}
.glyphicon-repeat:before {
    content: '\e030';
}
.glyphicon-refresh:before {
    content: '\e031';
}
.glyphicon-list-alt:before {
    content: '\e032';
}
.glyphicon-lock:before {
    content: '\e033';
}
.glyphicon-flag:before {
    content: '\e034';
}
.glyphicon-headphones:before {
    content: '\e035';
}
.glyphicon-volume-off:before {
    content: '\e036';
}
.glyphicon-volume-down:before {
    content: '\e037';
}
.glyphicon-volume-up:before {
    content: '\e038';
}
.glyphicon-qrcode:before {
    content: '\e039';
}
.glyphicon-barcode:before {
    content: '\e040';
}
.glyphicon-tag:before {
    content: '\e041';
}
.glyphicon-tags:before {
    content: '\e042';
}
.glyphicon-book:before {
    content: '\e043';
}
.glyphicon-bookmark:before {
    content: '\e044';
}
.glyphicon-print:before {
    content: '\e045';
}
.glyphicon-camera:before {
    content: '\e046';
}
.glyphicon-font:before {
    content: '\e047';
}
.glyphicon-bold:before {
    content: '\e048';
}
.glyphicon-italic:before {
    content: '\e049';
}
.glyphicon-text-height:before {
    content: '\e050';
}
.glyphicon-text-width:before {
    content: '\e051';
}
.glyphicon-align-left:before {
    content: '\e052';
}
.glyphicon-align-center:before {
    content: '\e053';
}
.glyphicon-align-right:before {
    content: '\e054';
}
.glyphicon-align-justify:before {
    content: '\e055';
}
.glyphicon-list:before {
    content: '\e056';
}
.glyphicon-indent-left:before {
    content: '\e057';
}
.glyphicon-indent-right:before {
    content: '\e058';
}
.glyphicon-facetime-video:before {
    content: '\e059';
}
.glyphicon-picture:before {
    content: '\e060';
}
.glyphicon-map-marker:before {
    content: '\e062';
}
.glyphicon-adjust:before {
    content: '\e063';
}
.glyphicon-tint:before {
    content: '\e064';
}
.glyphicon-edit:before {
    content: '\e065';
}
.glyphicon-share:before {
    content: '\e066';
}
.glyphicon-check:before {
    content: '\e067';
}
.glyphicon-move:before {
    content: '\e068';
}
.glyphicon-step-backward:before {
    content: '\e069';
}
.glyphicon-fast-backward:before {
    content: '\e070';
}
.glyphicon-backward:before {
    content: '\e071';
}
.glyphicon-play:before {
    content: '\e072';
}
.glyphicon-pause:before {
    content: '\e073';
}
.glyphicon-stop:before {
    content: '\e074';
}
.glyphicon-forward:before {
    content: '\e075';
}
.glyphicon-fast-forward:before {
    content: '\e076';
}
.glyphicon-step-forward:before {
    content: '\e077';
}
.glyphicon-eject:before {
    content: '\e078';
}
.glyphicon-chevron-left:before {
    content: '\e079';
}
.glyphicon-chevron-right:before {
    content: '\e080';
}
.glyphicon-plus-sign:before {
    content: '\e081';
}
.glyphicon-minus-sign:before {
    content: '\e082';
}
.glyphicon-remove-sign:before {
    content: '\e083';
}
.glyphicon-ok-sign:before {
    content: '\e084';
}
.glyphicon-question-sign:before {
    content: '\e085';
}
.glyphicon-info-sign:before {
    content: '\e086';
}
.glyphicon-screenshot:before {
    content: '\e087';
}
.glyphicon-remove-circle:before {
    content: '\e088';
}
.glyphicon-ok-circle:before {
    content: '\e089';
}
.glyphicon-ban-circle:before {
    content: '\e090';
}
.glyphicon-arrow-left:before {
    content: '\e091';
}
.glyphicon-arrow-right:before {
    content: '\e092';
}
.glyphicon-arrow-up:before {
    content: '\e093';
}
.glyphicon-arrow-down:before {
    content: '\e094';
}
.glyphicon-share-alt:before {
    content: '\e095';
}
.glyphicon-resize-full:before {
    content: '\e096';
}
.glyphicon-resize-small:before {
    content: '\e097';
}
.glyphicon-exclamation-sign:before {
    content: '\e101';
}
.glyphicon-gift:before {
    content: '\e102';
}
.glyphicon-leaf:before {
    content: '\e103';
}
.glyphicon-fire:before {
    content: '\e104';
}
.glyphicon-eye-open:before {
    content: '\e105';
}
.glyphicon-eye-close:before {
    content: '\e106';
}
.glyphicon-warning-sign:before {
    content: '\e107';
}
.glyphicon-plane:before {
    content: '\e108';
}
.glyphicon-calendar:before {
    content: '\e109';
}
.glyphicon-random:before {
    content: '\e110';
}
.glyphicon-comment:before {
    content: '\e111';
}
.glyphicon-magnet:before {
    content: '\e112';
}
.glyphicon-chevron-up:before {
    content: '\e113';
}
.glyphicon-chevron-down:before {
    content: '\e114';
}
.glyphicon-retweet:before {
    content: '\e115';
}
.glyphicon-shopping-cart:before {
    content: '\e116';
}
.glyphicon-folder-close:before {
    content: '\e117';
}
.glyphicon-folder-open:before {
    content: '\e118';
}
.glyphicon-resize-vertical:before {
    content: '\e119';
}
.glyphicon-resize-horizontal:before {
    content: '\e120';
}
.glyphicon-hdd:before {
    content: '\e121';
}
.glyphicon-bullhorn:before {
    content: '\e122';
}
.glyphicon-bell:before {
    content: '\e123';
}
.glyphicon-certificate:before {
    content: '\e124';
}
.glyphicon-thumbs-up:before {
    content: '\e125';
}
.glyphicon-thumbs-down:before {
    content: '\e126';
}
.glyphicon-hand-right:before {
    content: '\e127';
}
.glyphicon-hand-left:before {
    content: '\e128';
}
.glyphicon-hand-up:before {
    content: '\e129';
}
.glyphicon-hand-down:before {
    content: '\e130';
}
.glyphicon-circle-arrow-right:before {
    content: '\e131';
}
.glyphicon-circle-arrow-left:before {
    content: '\e132';
}
.glyphicon-circle-arrow-up:before {
    content: '\e133';
}
.glyphicon-circle-arrow-down:before {
    content: '\e134';
}
.glyphicon-globe:before {
    content: '\e135';
}
.glyphicon-wrench:before {
    content: '\e136';
}
.glyphicon-tasks:before {
    content: '\e137';
}
.glyphicon-filter:before {
    content: '\e138';
}
.glyphicon-briefcase:before {
    content: '\e139';
}
.glyphicon-fullscreen:before {
    content: '\e140';
}
.glyphicon-dashboard:before {
    content: '\e141';
}
.glyphicon-paperclip:before {
    content: '\e142';
}
.glyphicon-heart-empty:before {
    content: '\e143';
}
.glyphicon-link:before {
    content: '\e144';
}
.glyphicon-phone:before {
    content: '\e145';
}
.glyphicon-pushpin:before {
    content: '\e146';
}
.glyphicon-usd:before {
    content: '\e148';
}
.glyphicon-gbp:before {
    content: '\e149';
}
.glyphicon-sort:before {
    content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
    content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
    content: '\e152';
}
.glyphicon-sort-by-order:before {
    content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
    content: '\e154';
}
.glyphicon-sort-by-attributes:before {
    content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
    content: '\e156';
}
.glyphicon-unchecked:before {
    content: '\e157';
}
.glyphicon-expand:before {
    content: '\e158';
}
.glyphicon-collapse-down:before {
    content: '\e159';
}
.glyphicon-collapse-up:before {
    content: '\e160';
}
.glyphicon-log-in:before {
    content: '\e161';
}
.glyphicon-flash:before {
    content: '\e162';
}
.glyphicon-log-out:before {
    content: '\e163';
}
.glyphicon-new-window:before {
    content: '\e164';
}
.glyphicon-record:before {
    content: '\e165';
}
.glyphicon-save:before {
    content: '\e166';
}
.glyphicon-open:before {
    content: '\e167';
}
.glyphicon-saved:before {
    content: '\e168';
}
.glyphicon-import:before {
    content: '\e169';
}
.glyphicon-export:before {
    content: '\e170';
}
.glyphicon-send:before {
    content: '\e171';
}
.glyphicon-floppy-disk:before {
    content: '\e172';
}
.glyphicon-floppy-saved:before {
    content: '\e173';
}
.glyphicon-floppy-remove:before {
    content: '\e174';
}
.glyphicon-floppy-save:before {
    content: '\e175';
}
.glyphicon-floppy-open:before {
    content: '\e176';
}
.glyphicon-credit-card:before {
    content: '\e177';
}
.glyphicon-transfer:before {
    content: '\e178';
}
.glyphicon-cutlery:before {
    content: '\e179';
}
.glyphicon-header:before {
    content: '\e180';
}
.glyphicon-compressed:before {
    content: '\e181';
}
.glyphicon-earphone:before {
    content: '\e182';
}
.glyphicon-phone-alt:before {
    content: '\e183';
}
.glyphicon-tower:before {
    content: '\e184';
}
.glyphicon-stats:before {
    content: '\e185';
}
.glyphicon-sd-video:before {
    content: '\e186';
}
.glyphicon-hd-video:before {
    content: '\e187';
}
.glyphicon-subtitles:before {
    content: '\e188';
}
.glyphicon-sound-stereo:before {
    content: '\e189';
}
.glyphicon-sound-dolby:before {
    content: '\e190';
}
.glyphicon-sound-5-1:before {
    content: '\e191';
}
.glyphicon-sound-6-1:before {
    content: '\e192';
}
.glyphicon-sound-7-1:before {
    content: '\e193';
}
.glyphicon-copyright-mark:before {
    content: '\e194';
}
.glyphicon-registration-mark:before {
    content: '\e195';
}
.glyphicon-cloud-download:before {
    content: '\e197';
}
.glyphicon-cloud-upload:before {
    content: '\e198';
}
.glyphicon-tree-conifer:before {
    content: '\e199';
}
.glyphicon-tree-deciduous:before {
    content: '\e200';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: '';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type='search'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type='file'] {
    display: block;
}
input[type='range'] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: none;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}
input[type='date'].input-sm,
input[type='time'].input-sm,
input[type='datetime-local'].input-sm,
input[type='month'].input-sm {
    line-height: 30px;
}
input[type='date'].input-lg,
input[type='time'].input-lg,
input[type='datetime-local'].input-lg,
input[type='month'].input-lg {
    line-height: 46px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle='buttons'] > .btn > input[type='radio'],
[data-toggle='buttons'] > .btn > input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #777;
}
.navbar-inverse .navbar-nav > li > a {
    color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #777;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow='1'],
.progress-bar[aria-valuenow='2'] {
    min-width: 30px;
}
.progress-bar[aria-valuenow='0'] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
    color: #428bca;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: '';
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: ' ';
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: ' ';
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-block {
    padding: 1.25rem;
}
.card-block::after {
    content: '';
    display: table;
    clear: both;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
    content: '';
    display: table;
    clear: both;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
    content: '';
    display: table;
    clear: both;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}
.card-primary .card-footer,
.card-primary .card-header {
    background-color: transparent;
}
.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.card-success .card-footer,
.card-success .card-header {
    background-color: transparent;
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-info .card-footer,
.card-info .card-header {
    background-color: transparent;
}
.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.card-warning .card-footer,
.card-warning .card-header {
    background-color: transparent;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-danger .card-footer,
.card-danger .card-header {
    background-color: transparent;
}
.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}
.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}
.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}
.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}
.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}
.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}
.card-inverse .card-footer,
.card-inverse .card-header {
    border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff;
}
.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}
.card-img {
    border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}
@media (min-width: 576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0;
    }
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
@import url('css/bootstrap.min.css');
@import url('css/icomoon.css');

/* Museo Sans
-------------------------------------------------*/
@font-face {
    font-family: 'Museo Sans';
    src: url('../MuseoSans-100.otf');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../MuseoSans-300.otf');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../MuseoSans-500.otf');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../MuseoSans-700.otf');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../MuseoSans-900.otf');
    font-style: normal;
    font-weight: 900;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

html {
    scroll-behavior: smooth;
}

/* five cols
-------------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* end of five cols  */

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 170%;
    font-weight: 400;
    color: #292629;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
body.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/*.page-content, .dynamic-content {text-align:center; margin:0 auto; margin-top:50px; overflow:hidden;}*/

.section-item {
    margin-bottom: 30px;
}

sectionComponent section {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
.page-content .SocialComponent.section {
    margin: 30px auto;
    text-align: center;
}
section > .container section {
    padding: 0;
}
.container .container {
    width: auto;
}

/* all titles
-------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h2 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Museo Sans', sans-serif;
    color: #292629;
    text-transform: capitalize;
    position: relative;
    width: 100%;
}
h1,
h2,
h3 {
    text-align: center;
}
h4,
h5,
h6 {
    text-align: left;
    line-height: 150%;
}

h1 {
    margin: 30px auto;
    font-size: 36px;
    font-weight: 100;
    padding: 0;
    text-transform: none;
}

h1 .subtitle-page,
h1 span {
    font-family: 'Museo Sans', sans-serif;
    font-size: 65%;
    font-weight: 100;
    margin: 15px 0 0;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
}
footer .gambling p {
    font-size: 14px;
    color: #000000;
    text-transform: none;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    text-align: justify;
    text-align-last: left;
}
h2,
h2 a,
.h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 30px auto;
    text-transform: none;
}

h2.h2-light {
    font-weight: 100;
    text-transform: none;
    padding: 0;
    margin: 0 auto;
}
h2 span,
.h2 span {
    font-weight: 200;
}

h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 20px auto 15px;
    text-transform: none;
}

h3 > span {
    font-weight: 300;
}
p + h3 {
    margin-top: 50px;
}

.rooms-details-container h3 {
    text-align: left;
}
h3.h3-smaller {
    font-size: 22px;
    font-weight: 500;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 30px 0 0;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 5px;
    text-transform: uppercase;
}

h5.hero-tagline {
    text-transform: uppercase;
}
.where-to-stay h5 {
    text-align: center;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: #0a214f;
    margin-bottom: 10px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h2 small,
h2 span,
.h2 small,
.h2 span,
h3 small,
h3 span {
    color: #292629;
}

h2.h2-big {
    font-size: 50px;
    font-weight: 100 !important;
    line-height: 80%;
}

.text-left h1,
.text-left h2,
.text-left h3,
.text-left h4,
.text-left h5,
.text-left p {
    text-align: left;
}

.text-right h1,
.text-right h2,
.text-right h3,
.text-right h4,
.text-right h5,
.text-right p {
    text-align: right;
}

.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center p {
    text-align: center;
}

h2 > a:hover {
    text-decoration: none;
}

h2 > a:after {
    font-size: 18px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: 10px;
    margin-top: 8px;
    content: '\e919';
}

.section-heading-icon {
    display: none;
}
.section-heading {
    text-align: center;
}

@media (min-width: 768px) {
    h1 {
        font-size: 60px;
    }
    h2,
    .h2,
    h2 a {
        font-size: 40px;
    }
    h2.h2-big {
        font-size: 70px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 53px;
    }
    h2,
    .h2 {
        font-size: 40px;
        margin: 40px 0;
    }
    h3 {
        font-size: 26px;
        font-weight: 900;
        margin: 30px 0 20px;
    }
    .col-row-3-featured h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 24px;
    }
    h2 > a:after {
        font-size: 18px;
        margin-top: 16px;
    }
}

@media (min-width: 1200px) {
    h2.h2-big {
        font-size: 100px;
    }
}

.text-shadow {
    text-shadow: #292629 1px 1px;
}

td {
    padding: 5px;
    vertical-align: top;
}

@media (min-width: 768px) {
    td {
        padding: 5px 15px;
        text-align: left;
    }
}

a,
.btn-link {
    color: #5e90f4;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}

.view-more-link,
.btn.btn-link,
.view-more,
.stories-more-link {
    color: #5e90f4;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    border-radius: 0;
    font-weight: 500;
    background-color: transparent;
    text-transform: none;
}
.btn.btn-link:before,
.view-more:before,
.view-more-link:before,
.stories-more-link:before {
    content: '\e919';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
    display: inline-block;
}
.mega-menu-header-buttons .btn.btn-link:before {
    content: '';
}

.view-more-link:hover,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
    text-decoration: underline;
}
.bg-primary .view-more-link,
.bg-primary .btn.btn-link {
    color: #ffffff;
}

.text-inverse a {
    color: #ffffff;
    text-decoration: underline;
}
.text-inverse a.card-icon {
    text-decoration: none;
}
.text-inverse .btn-link {
    color: #ffffff;
    text-decoration: none;
}
.text-inverse a:hover {
    border-bottom: 0;
    text-decoration: none;
}

.text-inverse a.btn-secondary {
    color: #0a214f !important;
}
.text-inverse a.btn-secondary:hover {
    color: #ffffff !important;
}

p {
    margin: 0 0 10px;
}

blockquote {
    border-left: 5px solid #a29061;
    color: #a29061;
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 16px;
}

blockquote small {
    float: right;
    width: 100%;
    text-align: right;
}

ul li {
    word-break: normal !important;
    list-style: circle;
    margin: 5px 0;
    text-align: left;
}
ol li {
    text-align: left;
}

.icon-text {
    font-size: 28px;
    position: relative;
    top: 10px;
    margin-right: 3px;
}
.icon-h1 {
    font-size: 80px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 0;
    display: inline-block;
}
.icon-h2 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    top: 10px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .icon-h1 {
        font-size: 150px;
    }
    .icon-h2 {
        font-size: 55px;
    }
}

/* general colors and backgrounds
-------------------------------------------------*/
.bg-primary,
.blue-background,
.blue-bg,
bg-blue,
.cd-top {
    background-color: #0a214f;
}

.bg-primary-10 {
    background-color: rgba(10, 33, 79, 0.1);
}
.bg-primary-20 {
    background-color: rgba(10, 33, 79, 0.2);
}
.bg-primary-30 {
    background-color: rgba(10, 33, 79, 0.3);
}
.bg-primary-40 {
    background-color: rgba(10, 33, 79, 0.4);
}
.bg-primary-50 {
    background-color: rgba(10, 33, 79, 0.5);
}
.bg-primary-95 {
    background-color: rgba(10, 33, 79, 0.95);
}

.bg-secondary {
    background-color: #88724a;
}

.cd-top:hover {
    background-color: #071c3d;
} /* 40% darkest blue overlay on si blue */

.bg-primary p,
.bg-primary h1,
.bg-primary h1 span.subtitle-page,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h1 a,
.bg-primary h2 a,
.bg-primary h3 a,
.bg-primary h4 a,
.bg-primary li,
.text-inverse p,
.text-inverse h1,
.text-inverse h1 span.subtitle-page,
.text-inverse h2,
.text-inverse h2 small,
.text-inverse h2 span,
.text-inverse .h2,
.text-inverse .h2 small,
.text-inverse .h2 span,
.text-inverse h3,
.text-inverse h3 small,
.text-inverse h3 span,
.text-inverse h4,
.text-inverse h4 small,
.text-inverse h1 a,
.text-inverse h2 a,
.text-inverse h3 a,
.text-inverse h4 a,
.text-inverse li,
.text-inverse div {
    color: #ffffff !important;
}

.bg-primary h1 a:hover,
.bg-primary h2 a:hover,
.bg-primary h3 a:hover,
.bg-primary h4 a:hover {
    text-decoration: none;
    border-bottom: 0;
}

.bg-white {
    background-color: #ffffff;
}
.bg-white-10,
.bg-white-transparency-10 {
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-30 {
    background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-70 {
    background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-90 {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-light,
.bg-light-gray,
.light-background {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-dark,
.bg-dark-gray {
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-black {
    background-color: #000000;
}
.bg-warning,
.bg-gold {
    background-color: #f7d117;
}
.bg-light-gold {
    background-color: #fef7dc;
}

.bg-teal {
    background-color: #008676;
}
.bg-light-teal {
    background-color: rgba(0, 134, 118, 0.1);
}
.bg-light-blue {
    background-color: rgba(10, 33, 79, 0.1);
} /* 10% of si blue */
.bg-sunlux {
    background-color: #5c2d91;
}

.bg-info {
    background-color: #335785;
}

.bg-success {
    background-color: #7dba00;
}
.bg-danger {
    background-color: rgba(227, 13, 64, 0.2);
} /* #e30d40 */

.bg-primary.bg-transparency-80 {
    background-color: rgba(10, 33, 79, 0.8);
}
.bg-primary.bg-transparency-60 {
    background-color: rgba(10, 33, 79, 0.6);
}
.bg-primary.bg-transparency-40 {
    background-color: rgba(10, 33, 79, 0.4);
}
.bg-primary.bg-transparency-20 {
    background-color: rgba(10, 33, 79, 0.2);
}
.bg-primary.bg-transparency-10 {
    background-color: rgba(10, 33, 79, 0.1);
}
.bg-primary.bg-transparency-5 {
    background-color: rgba(10, 33, 79, 0.05);
}

.bg-secondary.bg-transparency-80 {
    background-color: rgba(136, 114, 74, 0.8);
}
.bg-secondary.bg-transparency-60 {
    background-color: rgba(136, 114, 74, 0.6);
}
.bg-secondary.bg-transparency-40 {
    background-color: rgba(136, 114, 74, 0.4);
}
.bg-secondary.bg-transparency-20 {
    background-color: rgba(136, 114, 74, 0.2);
}
.bg-secondary.bg-transparency-10 {
    background-color: rgba(136, 114, 74, 0.1);
}
.bg-secondary.bg-transparency-5 {
    background-color: rgba(136, 114, 74, 0.05);
}

.text-primary,
.blue {
    color: #0a214f;
}
.text-secondary,
.gold {
    color: #88724a;
}
.text-white,
.white {
    color: #ffffff;
}
.text-muted,
.grey {
    color: #908c9c;
}

.text-dark,
.black,
.text-dark li,
.text-dark p,
.text-dark div,
.text-dark h2,
.text-dark h3 {
    color: #292629 !important;
}

.text-warning {
    color: #f7d117;
}
.text-info {
    color: #335785;
}
.text-light {
    color: #d9e0e8;
}

.text-success {
    color: #7dba00;
}
.text-danger {
    color: #e30d40 !important;
}

.text-special {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.text-large {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

/* dark overlay color on fluid image
-------------------------------------------------*/
.primary-overlay {
    background-color: rgba(2, 21, 35, 0.66);
}
.secondary-overlay {
    background-color: rgba(2, 21, 35, 0.25);
}

.xs-primary-overlay {
    background-color: rgba(2, 21, 35, 0.66);
}

@media (min-width: 768px) {
    .xs-primary-overlay {
        background-color: transparent;
    }
}

/* custom display
-------------------------------------------------*/
.display-table {
    display: table;
    width: 100%;
}
.display-td {
    display: table-cell;
    width: 100%;
    float: left;
}
.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
    section.bg-cover.visible-xs {
        width: 100%;
    }
    .center-xs-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .center-sm-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .display-td {
        width: auto;
        float: none;
    }
}

/* introducing flex display */
.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.display-flex > div {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.display-flex > .col-xs-2 {
    width: calc(16.66666667% - 30px);
}
.display-flex > .col-xs-3 {
    width: calc(25% - 30px);
}
.display-flex > .col-xs-4 {
    width: calc(33.33333333% - 30px);
}
.display-flex > .col-xs-5 {
    width: calc(41.66666667% - 30px);
}
.display-flex > .col-xs-6 {
    width: calc(50% - 30px);
}
.display-flex > .col-xs-7 {
    width: calc(58.33333333% - 30px);
}
.display-flex > .col-xs-8 {
    width: calc(66.66666667% - 30px);
}
.display-flex > .col-xs-9 {
    width: calc(75% - 30px);
}
.display-flex > .col-xs-10 {
    width: calc(83.33333333% - 30px);
}
.display-flex > .col-xs-11 {
    width: calc(91.66666667% - 30px);
}
.display-flex > .col-xs-12 {
    width: calc(100% - 30px);
}

@media (min-width: 768px) {
    .display-flex > .col-sm-2 {
        width: calc(16.66666667% - 30px);
    }
    .display-flex > .col-sm-3 {
        width: calc(25% - 30px);
    }
    .display-flex > .col-sm-4 {
        width: calc(33.33333333% - 30px);
    }
    .display-flex > .col-sm-5 {
        width: calc(41.66666667% - 30px);
    }
    .display-flex > .col-sm-6 {
        width: calc(50% - 30px);
    }
    .display-flex > .col-sm-7 {
        width: calc(58.33333333% - 30px);
    }
    .display-flex > .col-sm-8 {
        width: calc(66.66666667% - 30px);
    }
    .display-flex > .col-sm-9 {
        width: calc(75% - 30px);
    }
    .display-flex > .col-sm-10 {
        width: calc(83.33333333% - 30px);
    }
    .display-flex > .col-sm-11 {
        width: calc(91.66666667% - 30px);
    }
    .display-flex > .col-sm-12 {
        width: calc(100% - 30px);
    }
}
@media (min-width: 992px) {
    .display-flex > .col-md-2 {
        width: calc(16.66666667% - 30px);
    }
    .display-flex > .col-md-3 {
        width: calc(25% - 30px);
    }
    .display-flex > .col-md-4 {
        width: calc(33.33333333% - 30px);
    }
    .display-flex > .col-md-5 {
        width: calc(41.66666667% - 30px);
    }
    .display-flex > .col-md-6 {
        width: calc(50% - 30px);
    }
    .display-flex > .col-md-7 {
        width: calc(58.33333333% - 30px);
    }
    .display-flex > .col-md-8 {
        width: calc(66.66666667% - 30px);
    }
    .display-flex > .col-md-9 {
        width: calc(75% - 30px);
    }
    .display-flex > .col-md-10 {
        width: calc(83.33333333% - 30px);
    }
    .display-flex > .col-md-11 {
        width: calc(91.66666667% - 30px);
    }
    .display-flex > .col-md-12 {
        width: calc(100% - 30px);
    }
}

@media (min-width: 1200px) {
    .display-flex > .col-lg-2 {
        width: calc(16.66666667% - 30px);
    }
    .display-flex > .col-lg-3 {
        width: calc(25% - 30px);
    }
    .display-flex > .col-lg-4 {
        width: calc(33.33333333% - 30px);
    }
    .display-flex > .col-lg-5 {
        width: calc(41.66666667% - 30px);
    }
    .display-flex > .col-lg-6 {
        width: calc(50% - 30px);
    }
    .display-flex > .col-lg-7 {
        width: calc(58.33333333% - 30px);
    }
    .display-flex > .col-lg-8 {
        width: calc(66.66666667% - 30px);
    }
    .display-flex > .col-lg-9 {
        width: calc(75% - 30px);
    }
    .display-flex > .col-lg-10 {
        width: calc(83.33333333% - 30px);
    }
    .display-flex > .col-lg-11 {
        width: calc(91.66666667% - 30px);
    }
    .display-flex > .col-lg-12 {
        width: calc(100% - 30px);
    }
}

.align-items-stretch {
    align-items: stretch;
}
.align-items-flex-start {
    align-items: flex-start;
}
.align-items-flex-end {
    align-items: flex-end;
}
.align-items-center {
    align-items: center;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-start {
    align-items: start;
}
.align-items-end {
    align-items: end;
}
.align-items-self-start {
    align-items: self-start;
}
.align-items-self-end {
    align-items: self-end;
}

@media (min-width: 768px) {
    .display-flex.space-between {
        justify-content: space-between;
    }
    .display-flex.space-around {
        justify-content: space-around;
    }
    .display-flex.space-evenly {
        justify-content: space-evenly;
    }
}

/* icomoon icons on dark background */
.bg-primary [class^='icon-'],
.bg-primary [class*=' icon-'],
.text-inverse [class^='icon-'],
.text-inverse [class*=' icon-'] {
    color: #ffffff;
}

/* buttons
-------------------------------------------------*/
.btn,
.primary-btn {
    border-radius: 5px;
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    height: auto;
    width: auto;
    line-height: 21px;
    display: inline-block;
    white-space: normal;
    margin: 10px 0;
    border: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    -moz-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    -o-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    text-decoration: none;
}

@media (min-width: 1200px) {
    .btn {
        padding: 11px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        padding: 10px 17px;
    }
}

.text-inverse .btn {
    border-bottom: 0;
    text-decoration: none;
}

.btn:disabled,
.big_links:disabled,
.primary-booking-btn:disabled,
.secondary-login-btn:disabled,
.secondary-btn-viewWhite:disabled,
.primary-btn.booking-btn:disabled {
    background-color: #d9e0e8;
    color: #99abc2;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: inset 0 0 0 2px #6681a3, 0 0 1px transparent;
    color: #6681a3;
}
.btn.btn-danger[disabled] {
    color: #e30d40;
    background-color: rgba(227, 13, 64, 0.2);
    box-shadow: none;
    opacity: 1;
}

.modal-footer .btn + .btn {
    margin-bottom: 10px;
}

.btn-primary,
.btn-default {
    background-color: #0a214f;
    box-shadow: inset 0 0 0 2px #0a214f, 0 0 1px transparent;
    color: #ffffff;
}
.btn-primary:hover,
.btn-default:hover,
.btn-primary:focus,
.btn-default:focus,
.btn-primary:active,
.btn-default:active {
    background-color: #021523;
    box-shadow: inset 0 0 0 2px #021523, 0 0 1px transparent;
    color: #ffffff;
}

.blue-bg .btn-default,
.bg-primary .btn-outline-primary,
.bg-primary .btn-outline-secondary,
.text-inverse .btn-outline-primary,
.text-inverse .btn-outline-secondary {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 2px transparent;
    color: #ffffff;
}

.bg-primary .btn-outline-primary:hover,
.bg-primary .btn-outline-primary:active,
.bg-primary .btn-outline-primary:focus,
.bg-primary .btn-outline-secondary:hover,
.bg-primary .btn-outline-secondary:active,
.bg-primary .btn-outline-secondary:focus,
.text-inverse .btn-outline-primary:hover,
.text-inverse .btn-outline-secondary:active,
.text-inverse .btn-default:focus {
    background-color: #ffffff;
    color: #0a214f;
}

.btn.btn-big {
    padding: 10px 45px;
}

/* View more ... type of button */
.double-buttons .btn.btn-outline-primary,
.promo-button .btn.btn-outline-primary,
.fluid-block .btn.btn-outline-primary {
    width: 63px;
    height: 43px;
    overflow: hidden;
}
.double-buttons .btn.btn-primary:hover {
    color: #0a214f;
    background-color: transparent;
}
.double-buttons .btn.btn-outline-primary:hover {
    width: 133px;
    background-color: #0a214f;
}
.promo-button .btn.btn-outline-primary:hover,
a:hover .promo-button .btn.btn-outline-primary,
.fluid-block .btn.btn-outline-primary:hover {
    width: 133px;
    background-color: #ffffff;
}
.double-buttons .btn.btn-outline-primary:before {
    content: 'View more';
    display: none;
    opacity: 0;
    color: #ffffff;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.promo-button .btn.btn-outline-primary:before,
.fluid-block .btn.btn-outline-primary:before {
    content: 'View more';
    display: none;
    opacity: 0;
    color: #0a214f;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.double-buttons .btn.btn-outline-primary:hover:before,
.promo-button .btn.btn-outline-primary:hover:before,
a:hover .promo-button .btn.btn-outline-primary:before,
.fluid-block .btn.btn-outline-primary:hover:before {
    display: inline-block;
    opacity: 1;
}

/* not view more type of button */
.genericgrid .fluid-block .btn.btn-outline-primary,
.primary-overlay .btn.btn-outline-primary,
.facilityListing .grid-2-col .fluid-block .btn.btn-outline-primary {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #ffffff;
}
.genericgrid .fluid-block .btn.btn-outline-primary:hover,
.primary-overlay .btn.btn-outline-primary:hover,
.facilityListing .grid-2-col .fluid-block .btn.btn-outline-primary:hover {
    width: auto;
    background-color: #ffffff;
    color: #0a214f;
}
.genericgrid .fluid-block .btn.btn-outline-primary:hover:before,
.primary-overlay .btn.btn-outline-primary:before,
.facilityListing
    .grid-2-col
    .fluid-block
    .btn.btn-outline-primary:hover:before {
    content: '';
}

.btn-secondary,
.btn-warning,
.primary-booking-btn,
.btn-default.checkAvailability,
.checkAvailability,
.primary-btn.booking-btn,
.btn.yellow-view,
.primary-btn {
    background-color: #fbc816;
    box-shadow: inset 0 0 0 2px #fbc816, 0 0 1px transparent;
    color: #0a214f !important;
    border: 0;
}

.primary-booking-btn {
    margin: 0 auto;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.primary-booking-btn:hover,
.primary-booking-btn:focus,
.primary-booking-btn:active,
.checkAvailability:hover,
.checkAvailability:focus,
.checkAvailability:active,
.btn-default.checkAvailability:hover,
.btn-default.checkAvailability:focus,
.btn-default.checkAvailability:active,
.primary-btn.booking-btn:hover,
.primary-btn.booking-btn:focus,
.primary-btn.booking-btn:active,
.btn.yellow-view:hover,
.btn.yellow-view:focus,
.btn.yellow-view:active {
    background-color: #ddb014;
    box-shadow: inset 0 0 0 2px #ddb014, 0 0 1px transparent;
    color: #ffffff;
}

.bg-primary .btn-primary,
.text-inverse .btn-primary {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 2px transparent;
    color: #0a214f;
    text-decoration: none;
}

.bg-primary .btn-primary:hover,
.bg-primary .btn-primary:focus,
.bg-primary .btn-primary:active,
.text-inverse .btn-primary:hover,
.text-inverse .btn-primary:focus,
.text-inverse .btn-primary:active {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 2px transparent;
    color: #ffffff;
}

.btn-success {
    background-color: #7dba00;
    box-shadow: inset 0 0 0 2px #7dba00, 0 0 2px transparent;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #74ab04;
    box-shadow: inset 0 0 0 2px #74ab04, 0 0 2px transparent;
}

.btn-danger {
    background-color: #e30d40;
    box-shadow: inset 0 0 0 2px #e30d40, 0 0 2px transparent;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #d0103e;
    box-shadow: inset 0 0 0 2px #d0103e, 0 0 2px transparent;
}

.btn-info {
    background-color: #335785;
    box-shadow: inset 0 0 0 2px #335785, 0 0 2px transparent;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #32527c;
    box-shadow: inset 0 0 0 2px #32527c, 0 0 2px transparent;
}

.btn-outline-primary,
.secondary-login-btn {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #0a214f, 0 0 1px transparent;
    color: #0a214f;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.secondary-login-btn:hover,
.secondary-login-btn:focus,
.secondary-login-btn:active {
    background-color: #0a214f;
    color: #ffffff;
}

.btn-outline-secondary,
.btn-outline-warning {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fcc917, 0 0 1px transparent;
    color: #fcc917;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background-color: #fcc917;
    color: #ffffff;
}

.btn-outline-success {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #7dba00, 0 0 1px transparent;
    color: #7dba00;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background-color: #74ab04;
    box-shadow: inset 0 0 0 2px #74ab04, 0 0 1px transparent;
    color: #ffffff;
}

.btn-outline-info {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #335785, 0 0 1px transparent;
    color: #335785;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    background-color: #32527c;
    box-shadow: inset 0 0 0 2px #32527c, 0 0 1px transparent;
    color: #ffffff;
}

.btn-outline-danger {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #e30d40, 0 0 1px transparent;
    color: #e30d40;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background-color: #d0103e;
    box-shadow: inset 0 0 0 2px #d0103e, 0 0 1px transparent;
    color: #ffffff;
}

.btn-icon {
    padding: 5px 17px;
}
.btn-icon span {
    font-size: 26px;
    color: #0a214f;
}
.btn-icon:hover span {
    color: #0a214f;
}
.bg-primary .btn-icon:hover span,
.text-inverse .btn-icon:hover span {
    color: #ffffff;
}

.btn-icon-small {
    padding: 9px 17px;
}
.btn-icon-small span {
    font-size: 21px;
    color: #0a214f;
    margin-right: 10px;
}
.btn-outline-primary.btn-icon-small:hover span {
    color: #ffffff;
}

.bg-primary .btn-primary.btn-icon span,
.text-inverse .btn-primary.btn-icon span {
    color: #0a214f;
}

.bg-primary .btn-primary.btn-icon:hover span,
.text-inverse .btn-primary.btn-icon:hover span {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .btn-icon span {
        font-size: 30px;
    }
}

.downloadComponent .treatment-links {
    text-align: center;
}
.link-special {
    color: #0a214f;
    text-decoration: none;
    border-bottom: 1px solid #0a214f;
}
.link-special:hover,
.link-special:active,
.link-special:focus {
    text-decoration: none;
    border: 0;
}

/* custom margins
-------------------------------------------------*/
.no-margin {
    margin: 0;
}

.margin-10 {
    margin: 10px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-40 {
    margin: 40px !important;
}
.margin-50 {
    margin: 50px !important;
}
.margin-60 {
    margin: 60px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top-120 {
    margin-top: 120px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-120 {
    margin-bottom: 120px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-left-60 {
    margin-left: 60px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.margin-right-40 {
    margin-right: 40px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}
.margin-right-60 {
    margin-right: 60px !important;
}

.no-margin-rte .description-container-rte .description-content {
    margin-bottom: 0;
}

/* custom paddings
-------------------------------------------------*/
.no-gutters {
    padding: 0 !important;
}
.no-padding,
.zero-padding {
    padding: 0;
}

.padding-10 {
    padding: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-40 {
    padding: 40px !important;
}
.padding-50 {
    padding: 50px !important;
}
.padding-60 {
    padding: 60px !important;
}
.padding-70 {
    padding: 70px !important;
}
.padding-80 {
    padding: 80px !important;
}
.padding-90 {
    padding: 90px !important;
}
.padding-100 {
    padding: 100px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-top-60 {
    padding-top: 60px !important;
}
.padding-top-70 {
    padding-top: 70px !important;
}
.padding-top-80 {
    padding-top: 80px !important;
}
.padding-top-90 {
    padding-top: 90px !important;
}
.padding-top-100 {
    padding-top: 100px !important;
}
.padding-top-110 {
    padding-top: 110px !important;
}
.padding-top-120 {
    padding-top: 120px !important;
}
.padding-top-130 {
    padding-top: 130px !important;
}
.padding-top-140 {
    padding-top: 140px !important;
}
.padding-top-150 {
    padding-top: 150px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-bottom-60 {
    padding-bottom: 60px !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}
.padding-bottom-80 {
    padding-bottom: 80px !important;
}
.padding-bottom-90 {
    padding-bottom: 90px !important;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.padding-bottom-110 {
    padding-bottom: 110px !important;
}
.padding-bottom-120 {
    padding-bottom: 120px !important;
}
.padding-bottom-130 {
    padding-bottom: 130px !important;
}
.padding-bottom-140 {
    padding-bottom: 140px !important;
}
.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-150 {
    padding-left: 15px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}
.padding-left-30 {
    padding-left: 30px !important;
}
.padding-left-40 {
    padding-left: 40px !important;
}
.padding-left-50 {
    padding-left: 50px !important;
}
.padding-left-60 {
    padding-left: 60px !important;
}
.padding-left-70 {
    padding-left: 70px !important;
}
.padding-left-80 {
    padding-left: 80px !important;
}
.padding-left-90 {
    padding-left: 90px !important;
}
.padding-left-100 {
    padding-left: 100px !important;
}
.padding-left-110 {
    padding-left: 110px !important;
}
.padding-left-120 {
    padding-left: 120px !important;
}
.padding-left-130 {
    padding-left: 130px !important;
}
.padding-left-140 {
    padding-left: 140px !important;
}
.padding-left-150 {
    padding-left: 150px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.padding-right-40 {
    padding-right: 40px !important;
}
.padding-right-50 {
    padding-right: 50px !important;
}
.padding-right-60 {
    padding-right: 60px !important;
}
.padding-right-70 {
    padding-right: 70px !important;
}
.padding-right-80 {
    padding-right: 80px !important;
}
.padding-right-90 {
    padding-right: 90px !important;
}
.padding-right-100 {
    padding-right: 100px !important;
}
.padding-right-110 {
    padding-right: 110px !important;
}
.padding-right-120 {
    padding-right: 120px !important;
}
.padding-right-130 {
    padding-right: 130px !important;
}
.padding-right-140 {
    padding-right: 140px !important;
}
.padding-right-150 {
    padding-right: 150px !important;
}

@media (max-width: 767px) {
    .no-padding-xs {
        padding: 0 !important;
    }
    .no-padding-top-xs {
        padding-top: 0 !important;
    }
    .no-padding-bottom-xs {
        padding-bottom: 0 !important;
    }
    .no-padding-right-xs {
        padding-right: 0 !important;
    }
    .no-padding-left-xs {
        padding-left: 0 !important;
    }

    .no-margin-xs {
        margin: 0 !important;
    }
    .no-margin-top-xs {
        margin-top: 0 !important;
    }
    .no-margin-bottom-xs {
        margin-bottom: 0 !important;
    }
    .no-margin-right-xs {
        margin-right: 0 !important;
    }
    .no-margin-left-xs {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .no-padding-sm {
        padding: 0 !important;
    }
    .no-padding-top-sm {
        padding-top: 0 !important;
    }
    .no-padding-bottom-sm {
        padding-bottom: 0 !important;
    }
    .no-padding-right-sm {
        padding-right: 0 !important;
    }
    .no-padding-left-sm {
        padding-left: 0 !important;
    }

    .no-margin-sm {
        margin: 0 !important;
    }
    .no-margin-top-sm {
        margin-top: 0 !important;
    }
    .no-margin-bottom-sm {
        margin-bottom: 0 !important;
    }
    .no-margin-right-sm {
        margin-right: 0 !important;
    }
    .no-margin-left-sm {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .no-padding-md {
        padding: 0 !important;
    }
    .no-padding-top-md {
        padding-top: 0 !important;
    }
    .no-padding-bottom-md {
        padding-bottom: 0 !important;
    }
    .no-padding-right-md {
        padding-right: 0 !important;
    }
    .no-padding-left-md {
        padding-left: 0 !important;
    }

    .no-margin-md {
        margin: 0 !important;
    }
    .no-margin-top-md {
        margin-top: 0 !important;
    }
    .no-margin-bottom-md {
        margin-bottom: 0 !important;
    }
    .no-margin-right-md {
        margin-right: 0 !important;
    }
    .no-margin-left-md {
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .no-padding-lg {
        padding: 0 !important;
    }
    .no-padding-top-lg {
        padding-top: 0 !important;
    }
    .no-padding-bottom-lg {
        padding-bottom: 0 !important;
    }
    .no-padding-right-lg {
        padding-right: 0 !important;
    }
    .no-padding-left-lg {
        padding-left: 0 !important;
    }

    .no-margin-lg {
        margin: 0 !important;
    }
    .no-margin-top-lg {
        margin-top: 0 !important;
    }
    .no-margin-bottom-lg {
        margin-bottom: 0 !important;
    }
    .no-margin-right-lg {
        margin-right: 0 !important;
    }
    .no-margin-left-lg {
        margin-left: 0 !important;
    }
}

@media (min-width: 1400px) {
    .no-padding-xl {
        padding: 0 !important;
    }
    .no-padding-top-xl {
        padding-top: 0 !important;
    }
    .no-padding-bottom-xl {
        padding-bottom: 0 !important;
    }
    .no-padding-right-xl {
        padding-right: 0 !important;
    }
    .no-padding-left-xl {
        padding-left: 0 !important;
    }

    .no-margin-xl {
        margin: 0 !important;
    }
    .no-margin-top-xl {
        margin-top: 0 !important;
    }
    .no-margin-bottom-xl {
        margin-bottom: 0 !important;
    }
    .no-margin-right-xl {
        margin-right: 0 !important;
    }
    .no-margin-left-xl {
        margin-left: 0 !important;
    }
}

/* position */
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.position-static {
    position: static;
}
.position-fixed {
    position: fixed;
}
.top0 {
    top: 0;
}
.bottom0 {
    bottom: 0;
}
.left0 {
    left: 0;
}
.right0 {
    right: 0;
}

/* additional text allignments
----------------------------------------------------------------*/
.text-xs-left {
    text-align: left;
}
.text-xs-right {
    text-align: right;
}
.text-xs-center {
    text-align: center;
}
.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}

.border-radius {
    border-radius: 5px;
}
.border-radius-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.border-radius-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* custom borders */
.border {
    border: 1px solid;
}
.border-primary {
    border-color: rgba(204, 204, 204, 0.5);
}
.border-white {
    border-color: #ffffff !important;
}

.border-width-2 {
    border-width: 2px;
}

.border-right {
    border-right: 2px solid rgba(204, 204, 204, 0.5);
}
.border-left {
    border-left: 2px solid rgba(204, 204, 204, 0.5);
}

.border-sm-right {
    border-right: 0;
}
.border-md-right {
    border-right: 0;
}
.border-lg-right {
    border-right: 0;
}

.border-sm-left {
    border-left: 0;
}
.border-md-left {
    border-left: 0;
}
.border-lg-left {
    border-left: 0;
}

.border-top {
    border-top: 2px solid rgba(204, 204, 204, 0.5);
}
.border-bottom {
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}

.border-xs-bottom {
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.border-sm-bottom {
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.border-xs-top {
    border-top: 2px solid rgba(204, 204, 204, 0.5);
    padding-top: 20px;
    margin-top: 20px;
}
.border-sm-top {
    border-top: 2px solid rgba(204, 204, 204, 0.5);
    padding-top: 20px;
    margin-top: 20px;
}

.text-inverse .border-right,
.text-inverse .border-left,
.text-inverse .border-sm-right,
.text-inverse .border-md-right,
.text-inverse .border-lg-right,
.text-inverse .border-sm-left,
.text-inverse .border-md-left,
.text-inverse .border-lg-left,
.text-inverse .border-xs-bottom,
.text-inverse .border-sm-bottom,
.text-inverse .border-xs-top,
.text-inverse .border-sm-top,
.bg-light .border-right,
.bg-light .border-left,
.bg-light .border-sm-right,
.bg-light .border-md-right,
.bg-light .border-lg-right,
.bg-light .border-sm-left,
.bg-light .border-md-left,
.bg-light .border-lg-left,
.bg-light .border-xs-bottom,
.bg-light .border-sm-bottom,
.bg-light .border-xs-top,
.bg-light .border-sm-top {
    border-color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
    .border-sm-right {
        border-right: 2px solid rgba(204, 204, 204, 0.5);
    }
    .border-sm-left {
        border-left: 2px solid rgba(204, 204, 204, 0.5);
    }
    .border-xs-bottom {
        border-bottom: 0;
        padding-bottom: inherit;
        margin-bottom: inherit;
    }
    .border-xs-top {
        border-top: 0;
        padding-top: inherit;
        margin-top: inherit;
    }
}

@media (min-width: 992px) {
    .border-md-right {
        border-right: 2px solid rgba(204, 204, 204, 0.5);
    }
    .border-md-left {
        border-left: 2px solid rgba(204, 204, 204, 0.5);
    }
    .border-sm-bottom {
        border-bottom: 0;
    }
    .border-sm-top {
        border-top: 0;
    }
}

@media (min-width: 1200px) {
    .border-lg-right {
        border-right: 2px solid rgba(204, 204, 204, 0.5);
    }
    .border-lg-left {
        border-left: 2px solid rgba(204, 204, 204, 0.5);
    }
}

/* fluid block
----------------------------------------------------------------*/
.fluid-image-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.fluid-image-block img {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    tranform: translate(-50%, -50%);
    position: absolute;
    margin: auto;
}

.fluid-block {
    text-align: center;
    overflow: hidden;
}

#carousel-component .fluid-block,
.dynamicImageComponent .fluid-block {
    border: 0;
}

.fluid-block p,
.fluid-block h3 {
    text-align: center;
}

#rndPropertiesBlock .fluid-block {
    height: 215px;
}

.fluid-content-wrapper {
    vertical-align: top;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 0;
}

.carousel .fluid-content-wrapper {
    display: none;
}
.carousel .owl-item:first-child .fluid-content-wrapper {
    display: table;
}

.owl-controls .owl-nav .owl-next,
.owl-controls .owl-nav .owl-prev {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 25px;
    background-color: rgba(2, 21, 35, 0.33);
}

.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-prev:hover {
    background-color: rgba(2, 21, 35, 0.66);
}

@media (min-width: 768px) {
    .owl-controls .owl-nav .owl-next,
    .owl-controls .owl-nav .owl-prev {
        padding: 20px;
        font-size: 35px;
    }
}

.imageComponent .fluid-block {
    border: 0;
}

.fluid-content-wrapper .fluid-background-block {
    padding: 20px !important;
    display: table-cell;
    vertical-align: middle !important;
}

.fluid-content-wrapper .fluid-background-block h3 {
    margin: 5px auto;
}
.fluid-content-wrapper h4 {
    text-align: center;
    font-size: 17px;
}

.small-height {
    height: 350px;
}

@media (min-width: 992px) {
    .dynamicImageComponent .small-height {
        height: 525px;
    }
}

p.location {
    font-size: 21px;
    font-weight: 300;
    margin: 0 auto 5px;
}
p.telephone {
    font-size: 35px;
    margin: 30px 0;
}
.vertical-half-bottom p.telephone {
    font-size: 21px;
    font-weight: 300;
    margin: 15px 0;
}
.facilityListing p.telephone {
    display: none;
}

p.subtitle {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 21px;
    font-weight: 500;
}
.divider-pipe {
    margin: 0 5px;
}

.bg-primary p.date,
.bg-primary p.price,
.bg-primary p.roomSize {
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    margin: 15px 0 5px;
}

p.price sup {
    text-transform: uppercase;
    font-size: 60%;
}
p.price .rate-text {
    font-weight: 700;
}
.extra-info span {
    display: block;
}
.extra-info span.icon {
    font-size: 27px;
}

.main-info {
    margin-top: 10px;
}
.bg-info.main-info {
    background-color: #0a214f;
}
.roomRateComponent .vertical-half-bottom-inner .main-info {
    padding: 10px 0 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.roomRateComponent .input-group.date {
    border: 0 !important;
}

@media (min-width: 992px) {
    p.location {
        font-size: 26px;
    }
    .bg-primary p.date,
    .bg-primary p.price,
    .bg-primary p.roomSize {
        font-size: 21px;
        margin: 15px 0;
    }
}

.absolute-button {
    position: initial;
    left: 0;
    bottom: 50px;
    width: 100%;
}
@media (min-width: 480px) {
    .absolute-button {
        position: absolute;
    }
}

.fluid-buttons {
    margin: 5px auto;
}
.fluid-buttons a {
    margin: 5px;
}
.fluid-buttons div {
    display: inline-block;
}
.fluid-buttons div a.btn-icon {
    display: none;
}
.fluid-buttons div a.btn-icon:first-child {
    display: inline-block;
}

.fluid-block a {
    color: #ffffff;
}
.fluid-block .phone {
    font-size: 17px;
    margin: 10px auto;
    padding: 0;
}

.fluid-notification {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 210px;
    left: 0;
    background-color: #fde9a2;
    z-index: 333;
}
.fluid-notification p {
    padding: 5px 20px;
    margin: 0;
    color: #292629 !important;
    text-align: left;
}
.featuredrestaurant .fluid-notification,
.carousel .fluid-notification,
.col-row-3-featured .fluid-notification {
    top: 0;
}
.grid-2-col .fluid-notification,
.grid-3-col .fluid-notification,
.dynamicImageComponent .fluid-notification {
    bottom: 0;
    top: auto;
}

.fluid-notification:nth-child(1) {
    z-index: 350;
}

.notification {
    margin: 0 auto;
    padding: 20px 20px 10px;
    width: 100%;
    background-color: #fde9a2;
    border-radius: 5px;
}

/* grid 3 col */
.grid-3-col .fluid-block {
    height: 350px;
}

@media (min-width: 768px) {
    .grid-3-col .fluid-block {
        height: 380px;
    }
    .conferenceListingComponent .grid-3-col .fluid-block {
        height: 400px;
    }
    .title-vertical-wrapper {
        display: table;
        width: 100%;
    }
    .title-vertical-wrapper .title-vertical {
        height: 60px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    .grid-3-col .title-vertical-wrapper .title-vertical {
        height: 70px;
    }
    .title-vertical-wrapper .title-vertical h3 {
        margin: 0;
    }
    .title-vertical-wrapper .title-vertical p.location {
        font-size: 17px;
        margin: 10px auto;
    }
}

/* grid 2 col */
.grid-2-col .fluid-block,
.grid-2-col .fluid-block .fluid-image-block {
    height: 300px;
}

.grid-2-col .fluid-content-wrapper {
    height: 300px;
}
.grid-2-col .fluid-content-wrapper h3 {
    margin: 0 auto 10px;
}

.grid-2-col .grid-right .grid-right-image {
    float: right;
}

.grid-2-col .arrow-icon-up {
    display: none;
}

@media (min-width: 481px) and (max-width: 991px) {
    .grid-2-col .fluid-block.grid-right:nth-child(2n) .grid-right-image {
        float: none;
    }
    .grid-2-col .fluid-block.grid-right:nth-child(2n) .grid-right-content {
        float: right;
    }
    .grid-left:nth-child(2n + 1) .grid-left-image {
        float: right;
    }
}

@media (max-width: 481px) {
    .col-xs-6.grid-right-image,
    .col-xs-6.grid-right-content,
    .col-xs-6.grid-left-image,
    .col-xs-6.grid-left-content {
        width: 100%;
    }

    .grid-2-col .fluid-block,
    .grid-2-col .fluid-block .grid-right-content,
    .grid-2-col .fluid-block .grid-left-content {
        height: auto;
    }

    .col-xs-6.grid-right-image .fluid-image-block,
    .col-xs-6.grid-right-content .fluid-image-content,
    .col-xs-6.grid-left-image .fluid-image-block,
    .col-xs-6.grid-left-content .fluid-image-content {
        position: unset;
    }

    .col-xs-6.grid-right-content .fluid-content-wrapper,
    .col-xs-6.grid-left-content .fluid-content-wrapper {
        height: auto;
    }

    .col-xs-6.grid-right-content .fluid-content-wrapper .fluid-background-block,
    .col-xs-6.grid-left-content .fluid-content-wrapper .fluid-background-block {
        padding: 30px 15px;
    }

    .grid-2-col .arrow-icon-up {
        display: block;
    }
    .grid-2-col .arrow-icon-left,
    .grid-2-col .arrow-icon-right {
        display: none;
    }
}

.vertical-half-top {
    height: 240px;
}
.vertical-half-bottom {
    height: 180px;
}
.vertical-half-bottom-inner {
    padding: 20px 0;
}

.restaurantListingComponent .vertical-half-bottom {
    height: 220px;
}
.restaurantListingComponent .fluid-block {
    border: 1px solid;
}

.icon-danger.icon-18 {
    position: absolute;
    top: 15px;
    z-index: 333;
    font-size: 44px;
    padding: 4px 4px 5px 5px;
    background-color: #e30d40;
    border-radius: 50%;
    left: 15px;
}

.fluid-block .icon.icon-wheelchair {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding: 13px;
}
.fluid-block .icon.icon-wheelchair:before {
    color: #0a214f;
}

/* landing logo - si home and property
----------------------------------------------------------------*/
.landing-logo {
    margin: 0 auto 30px;
    z-index: 20;
    max-width: 550px;
    padding: 0;
    text-align: center;
}

/* hero image
----------------------------------------------------------------*/
.jumbotron.landing-hero {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    position: relative;
    padding: 0;
}
.jumbotron.landing-hero .sun-header {
    padding: 102px 10px 142px;
    position: relative;
}

.jumbotron.landing-hero .fluid-image-block img {
    top: 50%;
}

@media (min-width: 481px) {
    .jumbotron.landing-hero .sun-header {
        padding: 85px 10px 125px;
    }
}

@media (min-width: 992px) {
    .jumbotron.landing-hero .sun-header {
        padding: 132px 60px 180px;
    }
}

/* 2020 redesign */
.jumbotron.landing-hero .sun-header {
    padding: 0;
    height: 350px;
}
.jumbotron.landing-hero .hero-title-border {
    display: none;
}

@media (min-width: 992px) {
    .jumbotron.landing-hero .sun-header {
        height: 550px;
    }
}

/*****************************************************************************************
***************************************** FOOTER *****************************************
*****************************************************************************************/

footer {
    padding: 0;
    margin: 0 auto;
    background-color: #0a214f;
}

.footer {
    padding: 30px 0;
}
.footer .container {
    width: 100%;
}

@media (min-width: 1200px) {
    .footer .container {
        width: 1170px;
        padding: 0 15px;
    }
}
@media (min-width: 1400px) {
    .footer .container {
        width: 1370px;
    }
}

footer a,
footer .icon {
    color: #ffffff;
}
footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}
footer ul,
footer ul li {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
    text-align: center;
    font-size: 14px;
}
footer ul li a {
    line-height: 17px;
    display: inline-block;
}
footer a {
    font-weight: 400;
}
footer a.btn.btn-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

footer a.btn.btn-link {
    color: #ffffff;
    padding: 0;
    margin: 5px auto;
}
footer a.btn.btn-link:after {
    content: '?';
    display: inline-block;
    margin: 0 3px;
}
footer a.btn.btn-link:before {
    display: none;
}

footer h3 {
    font-family: 'Museo Sans', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0 auto 5px;
    white-space: nowrap;
    font-weight: 700;
    color: #908c9c;
    text-transform: uppercase;
}
footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
}

footer hr {
    width: 100%;
    margin: 15px auto 20px;
    border-bottom: 1px solid #313c6d;
}
footer .share h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
footer .safe-travel {
    margin: 30px auto 0;
}
footer .si-logo-footer {
    margin: 2px auto 20px;
}

.footer-get-app {
    display: inline-block;
    color: #908c9c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    margin: 0 auto;
}
.footer-get-app a.btn-img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
}
.footer-get-app span {
    line-height: 45px;
    display: inline-block;
    float: left;
    width: 100%;
}

.footer-border-bottom .social-buttons {
    float: none;
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.footer-border-bottom:after {
    border-bottom: 1px solid #313c6d;
    width: 100%;
    content: '';
    display: block;
    margin: 0 auto 25px;
}

.head-office p {
    text-align: center;
    margin-bottom: 30px;
}
.central-reservations h3,
.central-reservations p,
.share,
.share h3 {
    text-align: center;
}
.central-reservations,
.share {
    margin: 30px auto;
}

@media (min-width: 768px) {
    .head-office p,
    .central-reservations h3,
    .central-reservations p,
    .share,
    .share h3,
    footer ul li {
        text-align: left;
    }
    .footer .safe-travel {
        margin-left: 0;
    }
    .footer-get-app {
        margin-right: 17px;
        padding-right: 20px;
        border-right: 1px solid #313c6d;
    }
    .footer-get-app span {
        width: auto;
    }
    .footer-border-bottom .social-buttons {
        float: right;
        margin: 3px auto;
        width: auto;
    }
}

@media (min-width: 992px) {
    footer .si-logo-footer {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .central-reservations {
        margin-top: 0;
    }
    .footer .safe-travel {
        margin: 0 auto;
        margin-right: 0;
    }
}

/* gambling / copyright
----------------------------------------------------------------*/
footer .gambling {
    padding: 15px 0 5px;
    background: #ffffff;
}
footer .copyright {
    padding: 10px 0 5px;
    background: #f8f8f8;
}

footer .gambling p {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    text-align: justify;
    text-align-last: left;
}
footer .gambling a {
    font-weight: 600;
    color: #000000;
}

footer .copyright p {
    color: #908c9c;
    font-size: 12px;
}
footer .copyright a {
    color: #0a214f;
    font-weight: 600;
}

/* social icons
----------------------------------------------------------------*/
ul.social-buttons {
    margin: 0;
    text-align: left;
    display: inline-block;
}

ul.social-buttons li a {
    display: inline-block;
}

ul.social-buttons span.icon {
    font-size: 32px;
    line-height: 32px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 3px;
    display: inline-block;
}
ul.social-buttons span.icon.icon-sunshare {
    padding: 8px 15px;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    color: #0a214f;
    text-decoration: none;
}

ul.social-buttons a:hover span.icon {
    background-color: #ffffff;
    color: #0a214f;
}

ul.social-buttons.list-inline > li {
    padding: 0;
}

@media (min-width: 768px) {
    footer .footer-second-col:before {
        content: none;
    }
    footer .footer-first-col {
        margin-bottom: 20px;
    }
    footer .footer-second-col,
    footer .footer-third-col {
        margin-top: 20px;
    }
    footer .footer-first-col li {
        margin: 7px auto;
    }
    footer .footer-first-col li:first-child {
        margin-top: 0;
    }
    footer .footer-first-col li:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    footer .footer-first-col,
    footer .footer-second-col,
    footer .footer-third-col {
        margin: 15px auto;
        padding: 15px 15px 0;
        text-align: left;
    }
    footer .footer-first-col h3,
    footer .footer-second-col h3,
    footer .footer-third-col h3 {
        text-align: left;
    }
    footer .footer-first-col:before {
        content: none;
    }
    footer .footer-second-col {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    footer ul li {
        text-align: left;
    }
    footer .footer-my-sun {
        padding: 55px 20px 50px;
    }
    ul.social-buttons span.icon {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    footer .footer-my-sun {
        padding: 45px 20px 40px;
    }
    ul.social-buttons span.icon {
        font-size: 32px;
        line-height: 32px;
    }
}

/********** end of footer **********
----------------------------------------------------------------*/

/* page content
----------------------------------------------------------------*/
.page-content .section,
.contact-bottom,
#hero {
    display: block;
    margin: 0 auto;
}
.page-content .section .container {
    margin-bottom: 30px;
}

/* property social icons
----------------------------------------------------------------*/
.property-social-icons-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.property-social-icons {
    text-align: center;
    padding: 0;
    margin: 0;
}
.property-social-icons li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}
.property-social-icons li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    overflow: hidden;
    border-radius: 5px;
}
.jumbotron.landing-hero .property-social-icons li a span {
    color: #ffffff;
}

.property-social-icons-left li {
    margin: 5px 5px 5px 0;
}

/* facebook .property-social-icons li a:hover span.icon-facebook-filled:before {content:"\e903";}*/
/* twitter .property-social-icons li a:hover span.icon-twitter-filled:before {content:"\e901";}*/
/* google plus .property-social-icons li a:hover span.icon-google-filled:before {content:"\e907";}*/
/* youtube .property-social-icons li a:hover span.icon-youtube-filled:before {content:"\e911";}*/
/* tripadvisor.property-social-icons li a:hover span.icon-tripadvisor-filled:before {content:"\e909";} */
/* instagram .property-social-icons li a:hover span.icon-instagram-filled:before {content:"\e913";}*/
/* sun share .property-social-icons li a:hover span.icon-sunshare-filled:before {content:"\e90b";}*/

.videoComponent .youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url('../images/yt-play-icon.png');
    background-size: cover;
    cursor: pointer;
}

@media (min-width: 768px) {
    .property-social-icons-left {
        text-align: left;
    }
    .property-social-icons li {
        margin: 7px 15px;
    }
    .property-social-icons-left li {
        margin: 7px 10px 7px 0;
    }
    .property-social-icons li a span {
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 52px;
    }
}

.property-social-icons .footer-icon {
    width: 31px;
    height: 31px;
    font-size: 30px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.property-social-icons .twitter:before {
    content: '\e900';
}
.property-social-icons .facebook:before {
    content: '\e902';
}
.property-social-icons .youtube:before {
    content: '\e910';
}
.property-social-icons .instagram:before {
    content: '\e912';
}
.property-social-icons .googleplus:before {
    content: '\e906';
}
.property-social-icons .tripadvisor:before {
    content: '\e908';
}
.property-social-icons .sun-share:before {
    content: '\e90a';
}

.property-social-icons a:hover .twitter:before {
    content: '\e901';
}
.property-social-icons a:hover .facebook:before {
    content: '\e903';
}
.property-social-icons a:hover .youtube:before {
    content: '\e911';
}
.property-social-icons a:hover .instagram:before {
    content: '\e913';
}
.property-social-icons a:hover .googleplus:before {
    content: '\e907';
}
.property-social-icons a:hover .tripadvisor:before {
    content: '\e909';
}
.property-social-icons a:hover .sun-share:before {
    content: '\e90b';
}

.property-social-icons li a {
    color: #0a204f;
}
.property-social-icons li a:hover {
    text-decoration: none;
}

/* story list component
----------------------------------------------------------------*/
.storiesListContainer {
    background-color: #d9e0e8;
    padding: 0 10px;
}
.stories-grey-left {
    padding: 20px 10px;
}

.imageComponent .detailed-featured-image {
    position: relative;
}
.no-gutter.no-gutter {
    padding: 0;
}

.grid-story-block {
    background-color: #fff;
    width: 100%;
    height: auto;
}
.stories-image-block img {
    width: 100%;
}
.grid-story-block.module-height {
    height: auto;
    padding-bottom: 20px;
}

.grid-story-content {
    padding: 0 25px;
}
.grid-story-content h3 {
    text-align: left;
}
.meta-data {
    padding-top: 20px;
    width: 100%;
}
.meta-data-content {
    border-left: 10px solid #99abc2;
    padding: 0 20px;
    margin-left: 25px;
    margin-bottom: 25px;
}
.meta-data-content p {
    margin: 5px auto 0;
    line-height: 100%;
    text-align: left;
}

.content-bullet {
    display: none;
}

.grid-story-content h2 {
    text-align: left;
}
.grid-story-content h2 a:hover {
    border: 0;
}

@media (min-width: 768px) {
    .grid-story-block.module-height {
        height: 460px;
    }
}
@media (min-width: 992px) {
    .grid-story-block.module-height {
        height: 530px;
    }
}

/* line separator / divider component
----------------------------------------------------------------*/
.lineSeparator {
    margin: 30px 0;
}
.divider,
hr {
    display: block;
    padding: 0;
    margin: 30px auto 30px;
    border: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    background: none;
    box-shadow: none;
    width: 50%;
    height: 1px;
}

form .divider.info-divider {
    display: none;
}

/* table component
----------------------------------------------------------------*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.tableComponent table {
    border: 0 solid transparent;
    width: 100%;
}

.tableComponent table tr:nth-child(odd) {
    background-color: #d9e0e8;
}
.tableComponent table tr:nth-child(odd) td {
    border-color: #fff;
    border-bottom-color: #d9e0e8;
}

.tableComponent table tr:nth-child(even) {
    background-color: #fff;
}
.tableComponent table tr:nth-child(even) td {
    border-color: #d9e0e8;
}

.tableComponent table tr th:first-child,
.tableComponent table tr td:first-child {
    border-left: 0;
}
.tableComponent table tr th:last-child,
.tableComponent table tr td:last-child {
    border-right: 0;
}

.tableComponent table tr td,
.tableComponent table tr th {
    font-size: 18px;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid;
    border-right: 2px solid;
    border-top: 0;
    border-left: 0;
}

.tableComponent table tr th {
    color: #ffffff;
    background: #0a214f;
}

/* SITable */
table.SITable {
    border-top: 1px solid #e8e7e5 !important;
    border-left: 1px solid #e8e7e5 !important;
    width: 100%;
    margin: 30px auto;
}

.accordion-container table.SITable {
    margin: 0 auto;
}

table.SITable td,
table.SITable th {
    border-bottom: 1px solid #e8e7e5 !important;
    border-right: 1px solid #e8e7e5 !important;
    padding: 10px 15px;
    font-size: 15px;
}

table.SITable tr th {
    background-color: #223159;
    color: #ffffff !important;
    text-transform: uppercase;
}

table.SITable tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.05);
}
table.SITable tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.3);
}

/* responsive table */
@media (max-width: 767px) {
    table.tb-responsive,
    table.tb-responsive tr,
    table.tb-responsive tr td {
        display: inline-block;
        width: 100% !important;
    }
    table.tb-responsive tr:first-child {
        display: none !important;
    }
    table.tb-responsive tr {
        margin-bottom: 20px;
    }
    table.tb-responsive-float,
    table.tb-responsive-float tr,
    table.tb-responsive-float tr th,
    table.tb-responsive-float tr td {
        display: inline-block !important;
        width: 100% !important;
        text-align: center !important;
    }
    table.tb-responsive-float tr td p {
        text-align: left !important;
    }
    table.tb-responsive,
    table.tb-responsive-float {
        border-top: 0 !important;
    }
    table.tb-responsive tr td:first-child,
    table.SITable.SITableGradient.tb-responsive tr td:first-child,
    .mobile-gray-bg {
        background-color: rgba(34, 49, 89, 1) !important;
        color: #ffffff !important;
        padding: 15px !important;
    }
    table.tb-responsive.SITableGreen tr td:first-child {
        background-color: #7cbc42 !important;
    }
    .tableComponent table.tb-responsive tr:nth-child(odd) {
        background-color: transparent;
    }
}

/* form component
----------------------------------------------------------------*/
.form-element-row {
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 0;
}

.input-fluid {
    width: 100%;
    min-height: 40px;
    padding: 9px 18px;
    border: 1px solid #9999a5;
    color: #999;
    font-weight: 400;
    outline: 0;
}
.input-fluid:focus {
    border: 1px solid #000000;
}

.input-fluid:focus::-webkit-input-placeholder {
    color: #ffffff;
}
.input-fluid:focus:-moz-placeholder {
    color: #ffffff;
} /* Firefox 18- */
.input-fluid:focus::-moz-placeholder {
    color: #ffffff;
} /* Firefox 19+ */
.input-fluid:focus:-ms-input-placeholder {
    color: #ffffff;
}

.error {
    color: #e30d40;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 0;
}
textarea.error,
input.error {
    border: 2px solid red;
}

.form-element-row.form-required-description {
    font-size: 13px;
    color: #999;
    margin-top: -10px;
}

.form-element-row.form-submit-row {
    text-align: center;
    margin-bottom: 30px;
}

/* custom CRT component
----------------------------------------------------------------*/
.description-container-rte .description-content {
    margin-bottom: 10px;
    text-align: left;
}
/*.description-container-rte img.img-responsive {display:inline-block;}*/

@media (min-width: 768px) {
    .description-container-rte .description-content {
        margin-bottom: 30px;
    }
}

.description-container-rte .icon-toggle {
    margin: 20px auto;
    text-align: center;
}
.icon-toggle span {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-toggle span:before {
    content: '\e91f';
}
.icon-toggle.collapsed span:before {
    content: '\e91e';
}

/* addition to img-circle */
.img-circle {
    max-width: 100%;
}
.img-shadow {
    box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.2);
}

/* grid component - 3cols 3rows 1featured
----------------------------------------------------------------*/
.col-row-3-featured .fluid-block {
    height: 315px;
}

.col-row-3-featured .fluid-block#fluid-content-large .fluid-content-wrapper {
    padding: 7%;
}
.col-row-3-featured h3 {
    text-align: center;
    margin-top: 0;
}
.col-row-3-featured p {
    line-height: 19px;
    max-height: 80px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .col-row-3-featured #fluid-content-large.fluid-block {
        height: 420px;
    }
}

@media (min-width: 992px) {
    .col-row-3-featured #fluid-content-large.fluid-block {
        height: 630px;
    }
    .col-row-3-featured #fluid-content-large p {
        width: 50%;
        display: inline-block;
    }
    .col-row-3-featured #fluid-content-large .fluid-notification p {
        width: 100%;
    }
}

/* grid component - 3col 1 featured
----------------------------------------------------------------*/
*.col-3-featured .fluid-block {
    height: 315px;
}

.col-3-featured .fluid-block#fluid-content-large .fluid-content-wrapper {
    padding: 0;
}
.col-3-featured h3 {
    text-align: center;
    margin-top: 0;
}
.col-3-featured p {
    line-height: 19px;
}

@media (min-width: 768px) {
    .col-3-featured #fluid-content-large.fluid-block {
        height: 524px;
    }
}

@media (min-width: 992px) {
    .col-3-featured #fluid-content-large.fluid-block {
        height: 524px;
    }
    .col-3-featured #fluid-content-large p {
        width: 50%;
        display: inline-block;
    }
}

/* mvg registration widget
----------------------------------------------------------------*/
.sun-blue-bg {
    background: #0a214f;
    color: #ffffff;
}
.teal-bg {
    background: #0b9285;
    color: #ffffff;
}
.sun-blue-bg h3,
.sun-blue-bg a,
.sun-blue-bg a:hover,
.teal-bg h3,
.teal-bg a {
    color: #ffffff;
}
.sun-blue-bg a,
.teal-bg a {
    text-decoration: underline;
}

.teal-bg p a.btn.btn-default,
.sun-blue-bg p a.btn.btn-default {
    background: #ffffff !important;
    border: 0;
    color: #0a214f !important;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 1px transparent;
    text-decoration: none;
}

.teal-bg p a.btn.btn-default:hover,
.sun-blue-bg p a.btn.btn-default:hover {
    background: transparent !important;
    color: #ffffff !important;
}

/* fast food component
----------------------------------------------------------------*/
.grid-3-col-center-bordered > div:nth-child(2) {
    border-left: 2px solid rgba(10, 33, 79, 0.1);
    border-right: 2px solid rgba(10, 33, 79, 0.1);
}

.grid-3-col-center-bordered > div {
    margin-bottom: 65px;
}
.grid-3-col-center-content {
    text-align: center;
}
.detailed-section-subheading.detailed-section-subheading {
    font-size: 19px;
    text-transform: uppercase;
}
.fastFoodRestaurantComponent span.hidden-xs {
    margin-right: 5px;
}

/* button component
----------------------------------------------------------------*/
.buttonComponent.section {
    text-align: center;
    margin: 15px auto;
}
.text-left .buttonComponent.section {
    text-align: left;
}
.text-right .buttonComponent.section {
    text-align: right;
}

/* global conference listing component
----------------------------------------------------------------*/
.globalConferenceListingComponent.section {
    margin: 30px auto;
    max-width: 100%;
}
.table-header {
    background-color: #d9e0e8;
    text-align: left;
    vertical-align: middle;
}
.table-header h6 {
    font-size: 21px;
    font-weight: 900;
    padding: 15px 0;
}

.table-header-container {
    background-color: #0a214f;
    color: #fff;
}
.table-header-container td {
    border-top: none;
    border-bottom: none;
    text-align: center;
    padding: 5px 2px;
    font-size: 12px;
    vertical-align: top;
    border-right: 1px solid #d9e0e8;
}

tr.table-header-container:nth-child(1) td.room-feature {
    padding: 15px 2px 5px;
}
tr.table-header-container:nth-child(2) td.room-feature {
    padding: 0 2px 15px;
}

td.room-name,
td.room-capacity {
    border: 1px solid #d9e0e8;
}

.room-name {
    position: relative;
}
.room-name p {
    margin: 5px 30px 5px 0;
    font-weight: 700;
}
.room-name.active p {
    color: #000000;
}

.expand-icon.conference {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 23%;
}
.conference.expand-icon span {
    font-family: 'icomoon' !important;
    font-size: 27px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.room-name .conference.expand-icon span:before {
    content: '\e916';
}
.room-name.active .conference.expand-icon span:before {
    content: '\e917';
}

.room-name.active {
    background-color: #d9e0e8;
    border-top: 1px solid #ffffff;
}

tr.collapse-item {
    background-color: #d9e0e8;
}
tr.collapse-item td {
    padding: 20px;
    border-bottom: 1px solid #ffffff;
}

button.btn.btn-general.quote-button {
    background: #0a214f;
    color: #ffffff;
}

@media (max-width: 767px) {
    .globalConferenceListingComponent.section {
        text-align: center;
    }
    .globalConferenceListingComponent.section .col-xs-10 {
        float: none;
        display: inline-block;
    }
}

/* datetime picker */
.bootstrap-datetimepicker-widget .datepicker > div {
    display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
    border-spacing: 3px;
    border-collapse: separate;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 0;
    padding: 2px;
    color: #002659;
}
.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px;
    background: #ededed;
    color: #868695;
    border: 0;
}
.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #777;
}
.bootstrap-datetimepicker-widget td.day {
    height: 10px;
    line-height: 10px;
    width: 10px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget td.new,
.bootstrap-datetimepicker-widget td.old {
    color: #777;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #fdba40;
    color: #002659;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
    opacity: 0.5;
}
.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 0;
}
.bootstrap-datetimepicker-widget td span:hover {
    background: #eee;
}
.bootstrap-datetimepicker-widget td span.active {
    background-color: #53535c;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover,
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span.old {
    color: #777;
}
.bootstrap-datetimepicker-widget th {
    height: 16px;
    line-height: 16px;
    width: 20px;
    font-size: 12px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
    font-size: 15px;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee;
}
.input-group.date-dp .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}
.ui-datepicker {
    z-index: 999 !important;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    border: 2px solid #e6e5e1;
    display: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    width: 300px;
    height: 255px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #292629;
}
.ui-state-default {
    color: #53535c;
    font-size: 16px;
}
.ui-datepicker .ui-datepicker-header {
    text-align: center;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-family: 'Lato', sans-serif;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    color: #292629;
    padding: 3px;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:before,
.ui-datepicker .ui-datepicker-next.ui-state-disabled:before {
    color: #e6e5e1;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font-family: 'icomoon';
    content: '\e918';
    font-size: 20px;
    padding: 2px;
    color: #53535c;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
    font-family: 'icomoon';
    content: '\e919';
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    border: 2px solid #ffffff;
    background: #f5f7fa;
    padding: 3px;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background: #ececec;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #fff;
    color: #eee;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    color: #b3b3bf;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background: #fff;
    color: #e6e5e1;
    cursor: default;
}
.ui-datepicker .ui-datepicker-calendar > thead > tr th {
    background: #fff;
    color: #88a2c2;
    font-size: 16px;
}
.ui-datepicker .ui-datepicker-calendar > thead > tr th > span {
    font-family: 'Lato', sans-serif;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
    background: #fbc816;
    color: #292629 !important;
}
.ui-datepicker:after,
.ui-datepicker:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ui-datepicker:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.ui-datepicker:before {
    border-color: rgba(230, 229, 225, 0);
    border-bottom-color: #e6e5e1;
    border-width: 9px;
    margin-left: -9px;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-days-cell-over:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day:hover {
    background: #fbc816;
}
.bootstrap-datetimepicker-widget li {
    list-style: none;
}

/* FORMS */
.btn-group.bootstrap-select {
    z-index: 20;
}
.btn-group.bootstrap-select.custom-select.opennew.btn .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
}
.btn-group.bootstrap-select.custom-select.opennew.btn
    .dropdown-menu.selectpicker {
    position: relative !important;
    top: 0;
}
.btn-group.bootstrap-select.custom-select.opennew.btn .dropdown-menu.open {
    position: absolute !important;
}

.btn-group.custom-select {
    width: 100%;
}
form .btn-group .btn-default,
form .btn-group .btn-default:hover,
form .btn-group .btn-default:active,
form .btn-group .btn-default:focus {
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #9999a5;
    color: #777;
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 500;
}

form .btn-group .btn-default span.filter-option {
    width: 96%;
    text-align: left;
}
.btn-group.bootstrap-select.custom-select.opennew.btn {
    padding: 0;
    margin: 0;
    z-index: 30;
}
.btn-group.bootstrap-select.custom-select.opennew.btn
    .dropdown-menu
    .glyphicon {
    display: none;
}

.input-group.date {
    border: 1px solid #9999a5 !important;
}
.input-group.date .calendar-icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0 !important;
    display: inline-block;
    font-size: 20px;
}
.input-group.date .calendar-icon:after {
    content: '\e939';
}
.conferenceForm .input-group.date .calendar-icon:after {
    content: '';
}

/*FAQ cmponent*/
.faq-accordion {
    text-align: left;
}
.faqaccordion .panel.panel-default {
    border: 0;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 0;
    cursor: pointer;
}
.faqaccordion .panel.panel-default.panel-dark {
    background: #dedee2;
}
.faqaccordion .question-heading p {
    margin: 0;
}
.faqaccordion .panel-dark .panel-collapse.collapse.in {
    border-top: 1px solid #ffffff;
    margin-top: 20px;
}
.faqaccordion .panel-light .panel-collapse.collapse.in {
    border-top: 1px solid #dedee2;
    margin-top: 20px;
}

.faqaccordion .expand-icon {
    position: absolute;
    right: 0;
    top: 35%;
    width: 30px;
    height: 20px;
    transform: rotate(180deg);
    cursor: pointer;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
}
.faqaccordion .expand-icon:before {
    content: '\e916';
}
.accordion-title-container {
    margin-right: 35px;
}
.faqaccordion .accordion-heading.collapsed .expand-icon {
    transform: rotate(0);
    top: 0%;
}

.faqaccordion .accordion-heading {
    position: relative;
}

/* faq under column implementor component */
.columnImplementor .faq-accordion .no-gutter {
    margin: 0 auto;
    width: 100%;
}

/* timeline component */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    margin-left: 16px;
    margin-bottom: 30px;
    background-color: #dedede;
}

.timeline > li {
    position: relative;
    list-style: none;
}

.timeline > li:before,
.timeline > li:after {
    content: ' ';
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 0 15px 60px;
    text-align: left;
}

.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    margin-left: 0;
    border: 2px solid #223760;
    border-radius: 100%;
    text-align: center;
    color: #223760;
    line-height: 27px;
    background-color: #ffffff;
    font-size: 16px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 0 15px 60px;
    text-align: left;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline h4.subheading {
    margin: 0;
    padding: 0;
    text-align: right;
}

.timeline .timeline-heading h4.subheading {
    color: #223760;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}

.timeline .timeline-inverted .timeline-heading h4.subheading {
    color: #a29061;
    text-align: left;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline {
        display: block;
    }
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        margin-bottom: 15px;
        min-height: 60px;
    }
    .timeline > li .timeline-panel {
        float: left;
        width: 50%;
        padding: 0 20px 0 0;
        text-align: right;
    }

    .timeline > li .timeline-image {
        left: 50%;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 0 0 52px;
        text-align: left;
    }
    .timeline .timeline-heading h4.subheading {
        text-align: right;
    }
}

/* contact component */
.contact-component .contact-links {
    text-align: center;
    display: inline-block;
}
.contact-component .contact-links a {
    text-align: center;
}
.contact-component .icon-email,
.contact-component .icon-link-open,
.contact-component .icon-contact-phone,
.contact-component .icon-location-pin {
    vertical-align: middle;
    float: none;
}

.contact-component .contact-bottom {
    text-align: center;
}

.contact-component .contact-links a {
    text-align: left !important;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    word-wrap: break-word;
}
.contact-component .contact-links a .link-contact-text {
    white-space: normal;
}

.contact-component h4.sub-title {
    text-align: center;
    margin: 15px 0;
}

.contact-component .link-contacts [class^='icon-'],
.contact-component .link-contacts [class*=' icon-'] {
    font-size: 27px;
    width: 29px;
    height: 27px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left !important;
}

.svg-contact-email .link-contact-text {
    word-wrap: break-word;
}

/* image carousel component */
.imageGallery .gallery-carousel-picture-info {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.44);
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
}
.imageGallery .gallery-carousel-picture-info p {
    text-align: left;
    padding-left: 50px;
    color: #ffffff;
}
.imageGallery .gallery-carousel-picture-info .carousel-item-info {
    font-size: 21px;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 5px;
}

/* highlights carousel mobile view */
@media (max-width: 767px) {
    .highlightsCarousel #landing-carousel .small-height {
        min-height: 350px;
        height: auto;
    }
    .highlightsCarousel #landing-carousel .fluid-image-block {
        height: 350px;
        position: relative;
    }
    .highlightsCarousel #landing-carousel .carousel-picture-info {
        position: relative;
        padding: 30px 40px 50px;
        top: 0;
    }
}

/********************* COOKIES *********************/
#cookie-box {
    display: none;
}
.sun-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fdfdfd;
    border-top: 1px solid #eaeaea;
    padding-top: 0;
    padding-bottom: 0;
}
.sun-cookies .container {
    padding-top: 25px;
    padding-bottom: 15px;
}
.sun-cookies p {
    color: #53535c;
    text-align: left;
    width: 82%;
    display: inline-block;
}
.sun-cookies .cookie-img {
    float: left;
    display: inline-block;
    margin-top: 8px;
}
.sun-cookies a,
.sun-cookies a:hover {
    color: #0a214f;
    font-weight: 700;
}
.sun-cookies a.cookie-box-close,
.sun-cookies a.cookie-box-close:hover {
    color: #53535c;
    text-decoration: none;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.sun-cookies .close-box {
    float: right;
    width: 5%;
    display: inline-block;
    margin-top: 8px;
}

.cookie-box-close span.icon-line {
    width: 20px;
    border-bottom: 1px solid #908c9c;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 10px;
}
.cookie-box-close span.icon-line:nth-child(1) {
    transform: rotate(45deg);
}
.cookie-box-close span.icon-line:nth-child(2) {
    transform: rotate(-45deg);
}

@media (min-width: 768px) {
    .sun-cookies p {
        width: 90%;
    }
}

/********************* END OF COOKIES *********************/

/********************* DYNAMIC PAGES *********************/

.dynamic-content .row.detailed-section-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-detail {
    margin-bottom: 30px;
}

/* dashboard */
.section-dashboard {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    border-spacing: 7px;
    padding: 0 15px;
}
.section-dashboard-item {
    position: relative;
    display: inline-block;
    float: none;
    padding: 30px 20px 15px;
    width: 100%;
    border: 1px solid #99abc2;
    border-top: 2px solid #99abc2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section-dashboard-item .event-icon {
    font-size: 18px;
    background-color: #ffffff;
    border: 2px solid #99abc2;
    color: #99abc2;
    position: absolute;
    top: -19px;
    padding: 7px;
    border-radius: 50%;
    left: 50%;
    margin-left: -20px;
}

.section-mvgOnly .mvg-icon {
    font-size: 36px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    display: inline-block;
}
.section-mvgOnly h3 {
    margin: 0 auto;
    padding: 10px 0 20px;
}

.sun-mvg-logo {
    margin: 30px auto 10px;
}

@media (min-width: 768px) {
    .section-dashboard {
        padding: 15px 0;
        display: table;
        max-width: none;
    }
    .section-dashboard-item {
        width: 30%;
        display: table-cell;
    }
}

.section-dashboard h3 {
    margin: 0 auto 15px;
}

.section-contact-inner {
    padding: 20px;
}
.section-contact-inner h3 {
    margin: 10px auto;
}

.list-wrapper,
.tctitle {
    margin: 15px auto;
    display: inline-block;
    width: 100%;
}
.list-wrapper {
    text-align: left;
}

.include-section {
    margin: 30px auto;
    padding: 30px 0;
}

/* mvg only */
.mvg-flash {
    position: absolute;
    right: 10%;
    background-image: url('etc.clientlibs/content/dam/suninternational/mvg/mvg-flash-ruby-btm.png');
    z-index: 9999;
    width: 88px;
    height: 95px;
    background-color: transparent;
    text-indent: 9999px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    display: none !important;
}
.mvg-flash.show {
    display: none;
}
.dynamic-content-specials .mvg-flash.show {
    background-image: url('etc.clientlibs/content/dam/suninternational/mvg/mvg-flash-gold-btm.png');
}

@media (min-width: 768px) {
    .mvg-flash {
        width: 102px;
        height: 110px;
    }
}

@media (min-width: 1200px) {
    .mvg-flash {
        width: 121px;
        height: 130px;
        right: 20%;
    }
}

/* terms & conditions */
.section-terms-conditions {
    padding-top: 30px;
}
.section-terms-conditions h3 {
    margin: 0 auto;
    padding: 20px 0 0;
}

/* cancelled show */
.cancelled-show {
    text-align: right;
}
.cancelled-show .ribbon-red {
    z-index: 100;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -85px;
    top: 50px;
    width: 300px;
    background-image: -webkit-linear-gradient(top, #e30d40, #e30d40);
    background-image: -moz-linear-gradient(top, #e30d40, #e30d40);
    background-image: -ms-linear-gradient(top, #e30d40, #e30d40);
    background-image: -o-linear-gradient(top, #e30d40, #e30d40);
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
}
/********************* END OF DYNAMIC PAGES *********************/

@import url('css/css-1.css');
.medium-height {
    height: 550px;
}

.remove-gridComponent-button .gridComponent .btn.btn-outline-primary {
    display: none;
}

/*****************************************************************************/

/*********************** CUSTOM STYLES FOR SECTIONS  *************************/

/*****************************************************************************/

.sectionComponent > section {
    padding: 20px 0 30px;
    margin: 0 auto;
}

.page-content .sectionComponent:first-child > section.overlay {
    padding-top: 0;
}

.sectionComponent > section.parallax,
.sectionComponent > section.overlay-white {
    padding: 0;
}

.parallax {
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

@media (min-width: 768px) {
    .sectionComponent > section {
        padding: 50px 0 60px;
        margin: 0 auto;
    }
    .parallax {
        background-attachment: fixed;
    }
}

.parallax > .container {
    background: rgba(0, 0, 0, 0.44);
    width: auto;
}

.bg-parallax {
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.sectionComponent > section.overlay-light,
.sectionComponent > section.overlay,
.sectionComponent > section.overlay-dark {
    padding: 0;
    margin: 0 auto;
}

.overlay-light > .container {
    background-color: rgba(0, 0, 0, 0.22);
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.overlay > .container {
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.overlay-dark > .container {
    background-color: rgba(0, 0, 0, 0.66);
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.overlay-white > .container {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    background: rgba(255, 255, 255, 0.4);
}

.overlay-gold > .container {
    background-color: rgba(136, 114, 74, 0.44);
}

.overlay.overlay22 > .container {
    background-color: rgba(0, 0, 0, 0.22);
}

.overlay.overlay33 > .container {
    background-color: rgba(0, 0, 0, 0.33);
}

.overlay.overlay44 > .container {
    background-color: rgba(0, 0, 0, 0.44);
}

.overlay.overlay55 > .container {
    background-color: rgba(0, 0, 0, 0.55);
}

.overlay.overlay66 > .container {
    background-color: rgba(0, 0, 0, 0.66);
}

.overlay.overlay77 > .container {
    background-color: rgba(0, 0, 0, 0.77);
}

.overlay.overlay88 > .container {
    background-color: rgba(0, 0, 0, 0.88);
}

.sectionComponent > section.overlay-light > .container > div,
.sectionComponent > section.overlay > .container > div,
.sectionComponent > section.overlay-dark > .container > div,
.sectionComponent > section.overlay-white > .container > div {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .overlay-light > .container > div,
    .overlay > .container > div,
    .overlay-dark > .container > div,
    .overlay-white > .container > div {
        width: 750px;
    }
    .bg-parallax {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .overlay-light > .container > div,
    .overlay > .container > div,
    .overlay-dark > .container > div,
    .overlay-white > .container > div {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .overlay-light > .container > div,
    .overlay > .container > div,
    .overlay-dark > .container > div,
    .overlay-white > .container > div {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .overlay-light > .container > div,
    .overlay > .container > div,
    .overlay-dark > .container > div,
    .overlay-white > .container > div {
        width: 1400px;
    }
}

.overlay-white > .container h1.title-page span.subtitle-page {
    color: #000000 !important;
}

.min-height-350 {
    min-height: auto;
    height: auto;
}

.parallax.min-height-350,
.overlay.min-height-350,
.overlay-dark.min-height-350 {
    min-height: auto;
    height: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.parallax.min-height-350 > .container,
.overlay.min-height-350 > .container,
.overlay-dark.min-height-350 > .container {
    min-height: auto;
    height: auto;
}

.min-height-450 {
    min-height: auto;
    height: auto;
}

.parallax.min-height-450,
.overlay.min-height-450,
.overlay-dark.min-height-450 {
    min-height: auto;
    height: auto;
}

.parallax.min-height-450 > .container,
.overlay.min-height-450 > .container,
.overlay-dark.min-height-450 > .container {
    min-height: auto;
    height: auto;
}

.min-height-525 {
    min-height: auto;
    height: auto;
}

.parallax.min-height-525,
.overlay.min-height-525,
.overlay-dark.min-height-525 {
    min-height: auto;
    height: auto;
}

.parallax.min-height-525 > .container,
.overlay.min-height-525 > .container,
.overlay-dark.min-height-525 > .container {
    min-height: auto;
    height: auto;
}

.overlay-bottom {
    position: relative;
}

.overlay-bottom:before {
    content: '';
    display: block;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    height: 50vh;
    position: absolute;
    bottom: 0;
}

@media (min-width: 768px) {
    .min-height-350 {
        min-height: 350px;
        height: 350px;
    }
    .parallax.min-height-350,
    .overlay.min-height-350 {
        min-height: 350px;
        height: 350px;
    }
    .parallax.min-height-350 > .container,
    .overlay.min-height-350 > .container {
        min-height: 350px;
        height: 350px;
    }
    .min-height-450 {
        min-height: 450px;
        height: 450px;
    }
    .parallax.min-height-450,
    .overlay.min-height-450 {
        min-height: auto;
    }
    .parallax.min-height-450 > .container,
    .overlay.min-height-450 > .container {
        min-height: 450px;
        height: 450px;
    }
    .min-height-525 {
        min-height: 525px;
        height: 525px;
    }
    .parallax.min-height-525,
    .overlay.min-height-525 {
        min-height: auto;
    }
    .parallax.min-height-525 > .container,
    .overlay.min-height-525 > .container {
        min-height: 525px;
        height: 525px;
    }
}

.full-width > .container {
    width: 100%;
    padding: 0;
}

.full-width .gridComponent .section-item {
    margin-bottom: 0;
}

.full-width .gridComponent .fluid-block {
    border: 0;
}

.full-width .gridComponent .primary-overlay {
    background-color: transparent;
}

.full-width .gridComponent #fluid-content-large .more-info {
    width: auto;
    max-width: 400px;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(10, 33, 79, 0.95);
}

.full-width .gridComponent #fluid-content-large p {
    width: auto;
}

.full-width .gridComponent #fluid-content-large .fluid-content-wrapper {
    padding: 5%;
}

.full-height {
    min-height: 70vh;
}

@media (min-width: 768px) {
    .full-height {
        min-height: 100vh;
    }
    .parallax.full-height > .container,
    .overlay.full-height > .container {
        min-height: 100vh;
    }
    .full-width .gridComponent #fluid-content-large .more-info {
        padding: 40px;
    }
    .full-width .gridComponent #fluid-content-large .fluid-content-wrapper {
        padding: 7%;
    }
}

.display-table.vertical-middle > .container {
    display: table-cell;
    vertical-align: middle;
}

.sectionComponent section.no-padding,
.no-padding {
    padding: 0 !important;
}

.sectionComponent section.no-margin,
.sectionComponent section.no-margin .container {
    margin: 0 auto;
}

.no-repeat {
    background-repeat: no-repeat;
}

.background-cover,
.bg-cover {
    background-size: cover;
    background-position: 50%;
}

.bg-full-width {
    background-size: 100%;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.bg-right {
    background-position: right;
}

.bg-right-top {
    background-position: right top;
}

.bg-right-bottom {
    background-position: right bottom;
}

.bg-left-top {
    background-position: left top;
}

.bg-left-bottom {
    background-position: left bottom;
}

.bg-top {
    background-position: center top;
}

.bg-bottom {
    background-position: center bottom;
}

.bg-center {
    background-position: center center;
}

.bg-size-80 {
    background-size: 80%;
}

.bg-image-half {
    background-size: 50%;
}

.bg-image-third {
    background-size: 33%;
}

@media (max-width: 1399px) {
    .bg-image-lg-half {
        background-size: 50%;
    }
    .bg-image-lg-third {
        background-size: 33%;
    }
}

@media (max-width: 1199px) {
    .bg-image-md-half {
        background-size: 50%;
    }
    .bg-image-md-third {
        background-size: 33%;
    }
}

@media (max-width: 991px) {
    .bg-image-sm-half {
        background-size: 50%;
    }
    .bg-image-sm-third {
        background-size: 33%;
    }
}

@media (max-width: 767px) {
    .mobile-no-bg-img {
        background-image: none !important;
    }
    .mobile-bg-full-width {
        background-size: 100%;
    }
}

.description-content .prominent {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    text-transform: uppercase;
}

.bg-primary-my-sun {
    background-image: url('../images/my-sun-bg.png');
    background-repeat: repeat;
}

.bg-primary-mvg {
    background-image: url('../images/bg-mvg-red-gradient.jpg');
    background-repeat: repeat;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-blend-soft-light {
    background-blend-mode: soft-light;
}

.bg-blend-multiply {
    background-blend-mode: multiply;
}

.bg-blend-overlay {
    background-blend-mode: overlay;
}

/****************************************************************************/

/*********************** Card item - Full Block Link  *************************/

/***************************************************************************/

.card-item > a {
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    -moz-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    -o-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
    transition: all 0.4s cubic-bezier(0.08, 0.82, 0.44, 1.21);
}

.card-item > a:hover {
    background-color: #335785;
    color: white;
    text-decoration: none;
}

.card-item > a:hover h3,
.card-item > a:hover p,
.card-item > a:hover div,
.card-item > a:hover span {
    color: #ffffff;
}

.card-item > a:hover .btn.btn-outline-primary,
.card-item > a:hover .btn.btn-outline-primary:hover {
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 1px transparent;
    color: #ffffff;
    background-color: transparent;
}

.card-item > a:hover .btn.btn-primary,
.card-item > a:hover .btn.btn-primary:hover {
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 1px transparent;
    background-color: #ffffff;
    color: #335785;
}

/****************************************************************************/

/*********************** Rooms page - booking tips  *************************/

/***************************************************************************/

.booking-tips .card-caption,
.booking-tips .card-caption h3 {
    text-align: left;
}

.booking-tips.card-item a,
.booking-tips.card-item h3 {
    color: #335785 !important;
}

.booking-tips.card-item h3 {
    margin: 20px 0 5px !important;
}

.booking-tips .btn.view-more,
.booking-tips .btn.btn-link {
    padding: 0 !important;
}

.booking-tips.card-item a:hover,
.booking-tips.card-item a:hover h3,
.booking-tips.card-item a:hover p {
    color: #ffffff;
    text-decoration: none;
}

.booking-tips .card-caption:hover .btn.view-more,
.booking-tips .card-caption:hover .btn.btn-link {
    color: #ffffff;
}

.booking-tips .card-caption .btn.view-more:hover,
.booking-tips .card-caption .btn.btn-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.booking-tips .card-caption {
    padding: 0 15px 20px;
    margin-bottom: 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 2px solid #335785;
}

.booking-tips .card-caption:hover {
    background-color: #335785;
}

.booking-tips .card-caption:hover a,
.booking-tips .card-caption:hover h3,
.booking-tips .card-caption:hover p {
    color: #ffffff !important;
}

.booking-tips .card-caption p {
    min-height: 40px;
}

.dropdown-container {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-container-item {
    padding: 20px 40px 40px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 4px solid #ffffff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-container-item:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.15);
}

.dropdown-container-item:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.25);
}

/*******************************************************************/

/************************** CONFERENCING ***************************/

/******************************************************************/

.price-large {
    font-weight: 200;
    font-size: 25px;
    font-family: 'Museo Sans', sans-serif;
}

/**************************************************************/

/************************** SUN LUX ***************************/

/**************************************************************/

.sunlux .vertical-half-bottom,
.sunlux table.SITable tr th {
    background: #5c2d91 url('../images/pattern.png') repeat;
}

.sunlux table.SITable tr th {
    border-bottom: 1px solid #8562ad !important;
    border-right: 1px solid #8562ad !important;
    text-align: center !important;
}

.sunlux table.SITable tr td {
    padding: 25px 15px !important;
}

.sunlux .description-content .prominent {
    color: #5c2d91 !important;
    margin-top: 5px;
}

.sunlux .fullbg {
    background: #5c2d91;
    color: #ffffff;
}

.sunlux .fullbg p,
.sunlux .fullbg li,
.sunlux .fullbg .prominent,
.sunlux .fullbg h3 {
    color: #ffffff !important;
}

.sunlux .page-content .btn-primary {
    background-color: #5c2d91;
    box-shadow: inset 0 0 0 2px #5c2d91, 0 0 1px transparent;
}

.sunlux .page-content .btn-primary:hover {
    background-color: #ffffff;
    color: #5c2d91;
    box-shadow: inset 0 0 0 2px #5c2d91, 0 0 1px transparent;
}

.sunlux .page-content .text-inverse .btn-primary {
    background-color: #ffffff;
    color: #5c2d91;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 1px transparent;
}

.sunlux .page-content .text-inverse .btn-primary:hover {
    background-color: transparent;
    color: #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 1px transparent;
}

.sunlux .vertical-half-bottom .row {
    text-align: center !important;
}

.sunlux .genericgrid .vertical-half-bottom {
    height: 170px;
}

.sunlux .genericgrid .vertical-half-bottom h3 {
    margin: 25px auto 20px;
}

.sunlux-property h3 {
    margin: 0 auto !important;
    padding: 30px 0 20px;
    color: #ffffff;
}

.sunlux-property a.btn.btn-link {
    color: #ffffff;
}

.sunlux-property .vertical-half-bottom {
    text-align: center;
}

.row.genericgrid {
    margin-left: -2px;
    margin-right: -2px;
}

.row.genericgrid [class*=' col-'] {
    padding-left: 2px;
    padding-right: 2px;
}

@media (min-width: 1200px) {
    .sunlux .mapComponent .col-lg-4 {
        width: 33.33333333% !important;
    }
}

blockquote.sunlux-block {
    font-family: 'Playfair Display', serif !important;
    font-size: 30px;
    font-style: italic;
    display: inline-block;
    border-left: 0;
    text-align: center;
    line-height: 36px;
    color: #292629;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 auto;
}

blockquote.sunlux-block span {
    display: block;
    font-family: lato;
    font-style: normal;
    font-size: 15px;
    color: #908c9c;
    text-transform: uppercase;
    margin: 15px auto 5px;
}

blockquote.sunlux-block:after,
blockquote.sunlux-block:before {
    content: '';
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 0;
    height: 1px;
    background-color: #dddce1;
}

.sunlux-logo-hover {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px 0;
}

.sunlux-logo-hover:hover {
    background-image: url('../images/sunlux-logo-hover.png');
}

/****************************************************************/

/************************** SUN PARKS ***************************/

/****************************************************************/

.sun-parks .page-content h2,
.sun-parks .page-content h1,
.sun-parks .page-content h1 span {
    color: #00aeef;
}

.sun-parks .page-content h3 {
    color: #0a214f;
}

.sun-parks .page-content .btn.btn-primary {
    background-color: #00aeef;
    box-shadow: inset 0 0 0 2px #00aeef, 0 0 1px transparent;
    color: #ffffff;
}

.sun-parks .page-content .btn.btn-primary:hover {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #00aeef, 0 0 1px transparent;
    color: #00aeef;
}

.sun-parks .page-content .btn span.icon-pdf-document {
    color: #ffffff;
}

.sun-parks .page-content .btn:hover span.icon-pdf-document {
    color: #00aeef;
}

.sun-parks .page-content .btn.btn-secondary {
    background-color: #ec008c;
    box-shadow: inset 0 0 0 2px #ec008c, 0 0 1px transparent;
    color: #ffffff;
}

.sun-parks .page-content .btn.btn-secondary:hover {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #ec008c, 0 0 1px transparent;
    color: #ec008c;
}

.sun-parks .bg-pattern {
    background-image: url('../images/sun-park-pattern.png');
}

.sun-parks .bg-pattern h3 {
    margin-top: 0;
}

.sun-parks .bg-sun-parks-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% center;
}

@media (min-width: 1400px) {
    .sun-parks .bg-sun-parks-image {
        background-position: 200px center;
    }
}

.sun-parks
    .page-content
    .no-margin
    .description-container-rte
    .description-content {
    margin-bottom: 0;
}

.sun-parks
    .page-content
    .no-margin
    .description-container-rte
    .description-content
    p {
    margin: 0 auto;
}

.sun-parks .page-content .bg-primary {
    background-color: #00aeef;
}

.sun-parks .page-content .bg-secondary {
    background-color: #4dc2a7;
}

.sun-parks .page-content .bg-primary .btn-outline-primary.btn-icon-small:hover,
.sun-parks
    .page-content
    .bg-primary
    .btn-outline-primary.btn-icon-small:hover
    span {
    color: #00aeef;
}

.sun-parks
    .page-content
    .bg-secondary
    .btn-outline-primary.btn-icon-small:hover,
.sun-parks
    .page-content
    .bg-secondary
    .btn-outline-primary.btn-icon-small:hover
    span {
    color: #4dc2a7;
}

.sun-parks .page-content label {
    width: 70px;
}

.sun-parks .page-content .border-sm-right,
.sun-parks .page-content .border-md-right,
.sun-parks .page-content .border-xs-bottom {
    border-color: #d9f3fd;
}

.sun-parks .page-content .bg-pattern .border-sm-right,
.sun-parks .page-content .bg-pattern .border-md-right,
.sun-parks .page-content .bg-pattern .border-xs-bottom {
    border-color: #ffffff;
}

.sun-parks .conferenceForm h3 {
    display: none;
}

.sun-parks-conference-card-bg {
    background-image: url('../images/sun-park-header-bg.jpg');
    background-repeat: no-repeat;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*************************************************************************/

/************************** CONFERENCING PAGES ***************************/

/*************************************************************************/

.conf-packages-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.conf-packages {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 5px;
    padding: 0 0 20px;
    margin: 0 5px;
}

.conf-packages h3 {
    padding: 20px;
    margin: 0 auto 15px;
    background: rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.conf-packages p {
    padding: 0 20px;
    text-align: left;
}

.conf-packages .conf-price {
    font-size: 40px;
    line-height: 60px;
}

.conf-packages .conf-price sup {
    font-size: 40%;
    top: -20px;
}

.flex-width-50 {
    width: 50%;
}

/********************************************************************/

/************************** EARLY BOOKING ***************************/

/********************************************************************/

.block-outline-primary {
    border: 2px solid #0a214f;
}

.block-outline-primary h3 {
    color: #0a214f;
    text-align: left;
    margin: 0 auto 5px;
}

.block-outline-primary h3 small {
    font-size: 53%;
    color: #0a214f;
}

.block-outline-primary-inner {
    padding: 20px;
    position: relative;
}

.block-outline-primary .location {
    font-size: 14px;
}

.block-outline-primary .location span {
    color: #0a214f;
    font-weight: 700;
    font-size: 19px;
    padding-right: 5px;
}

.block-outline-primary .price {
    color: #0a214f;
    font-size: 21px;
    padding: 10px 0 20px;
}

.block-outline-primary .price sup {
    font-size: 11px;
    top: -11px;
}

.block-outline-primary.card-item {
    padding: 0;
}

.block-outline-primary.card-item .card-caption {
    padding: 20px;
}

.booking-badge {
    background: #0a234f;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -110px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking-badge.booking-badge-border {
    border: 4px solid #ffffff;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    right: 5%;
    top: 312px;
}

.booking-badge.book-21-days {
    background-image: url('../images/apb-badge-21-days.png');
}

.booking-badge.book-30-days {
    background-image: url('../images/apb-badge-30-days.png');
}

.booking-badge.book-60-days {
    background-image: url('../images/apb-badge-60-days.png');
}

.booking-badge.book-3-days {
    background-image: url('../images/eys-badge-3-nights.png');
}

.booking-badge.book-4-days {
    background-image: url('../images/eys-badge-4-nights.png');
}

.booking-badge.book-5-days {
    background-image: url('../images/eys-badge-5-nights.png');
}

.block-outline-primary .floating-buttons {
    margin: 20px auto 0;
}

ul.check-list {
    padding: 20px 0;
    margin: 0 auto;
}

ul.check-list li {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    margin-left: 23px;
}

ul.check-list li:before {
    content: '\e92a';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
    margin-left: -23px;
}

.block-outline-primary ul.check-list li {
    font-size: 14px;
}

.block-outline-primary-inner ul.check-list {
    padding: 0;
}

.block-outline-primary-inner ul.check-list li {
    margin: 0;
    margin-left: 23px;
}

.col-sm-6 ul.check-list {
    padding: 0;
}

@media (min-width: 768px) {
    .col-sm-6 ul.check-list {
        padding: 20px 0;
    }
    .booking-badge.booking-badge-border {
        width: 120px;
        height: 120px;
        top: 364px;
    }
}

@media (min-width: 992px) {
    .block-outline-primary .booking-badge {
        width: 150px;
        height: 150px;
        top: -40px;
    }
    .booking-badge.booking-badge-border {
        width: 150px;
        height: 150px;
        top: 342px;
    }
}

@media (min-width: 1200px) {
    .block-outline-primary .booking-badge {
        top: -120px;
    }
    .booking-badge.booking-badge-border {
        width: 170px;
        height: 170px;
    }
}

@media (min-width: 1400px) {
    .block-outline-primary .booking-badge {
        top: -40px;
    }
    .block-outline-primary ul.check-list li {
        font-size: 15px;
    }
    .booking-badge.booking-badge-border {
        right: 20%;
    }
}

/*************************************************************************/

/************************** MEGAMENU ADBANNERS ***************************/

/*************************************************************************/

.mega-wraper .adContainer {
    padding: 35px 15px 22px;
    background-image: url('../images/mysun-light-blue-pattern.png');
    position: relative;
    right: -1px;
}

.mega-wraper .adContainer h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    padding: 0;
    margin: 10px auto !important;
    font-weight: 500;
    text-align: center;
}

.mega-wraper .adContainer .btn.btn-primary {
    background-color: #000c3c;
    box-shadow: inset 0 0 0 2px #000c3c, 0 0 2px transparent;
    color: #ffffff;
}

.mega-wraper .adContainer.bg-sunlux {
    background-image: url('../images/humpback-whales.jpg.sunimage.500.180.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 15px;
}

.mega-wraper .adContainer .icon-my-sun {
    font-size: 88px;
    display: block;
    padding: 0 0 10px;
}

/* end of megamenu adBanner */

/********************************************************************************************/

/**************************** Getting to - Google map component *****************************/

/********************************************************************************************/

.getting-address {
    display: block !important;
    margin-left: 25px;
}

.getting-icon {
    margin-top: 6px;
}

.mapdirections button#submit.btn.btn-primary {
    padding: 12px 14px 12px !important;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/**************************************************************/

/**************************** MVG *****************************/

/**************************************************************/

.sun-mvg-bg-secondary {
    background-color: #a11142;
    background-image: linear-gradient(#d60348, #a11142) !important;
}

table.SITable.mvg-comparison {
    border: 0 !important;
}

table.SITable.mvg-comparison tr {
    border-left: 1px solid #eeeeee;
}

table.SITable.mvg-comparison td {
    vertical-align: middle;
}

table.SITable.mvg-comparison hr {
    margin: 10px auto;
}

table.SITable.mvg-comparison .mvg-comparison-header {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d9e0e8;
}

table.mvg-comparison tr:first-child {
    background: none;
    border-left: 0;
}

table.mvg-comparison tr:nth-child(odd) {
    background: none !important;
}

table.mvg-comparison tr:nth-child(even) td {
    background-color: #e8eef7;
}

table.mvg-comparison tr:first-child td:first-child {
    background: none;
    border-left: 0;
}

th.mvg-diamond,
.mvg-diamond {
    background-color: #333e48 !important;
    color: #ffffff;
}

th.mvg-platinum,
.mvg-platinum {
    background-color: #7b98ab !important;
    color: #ffffff;
}

th.mvg-gold,
.mvg-gold {
    background-color: #988960 !important;
    color: #ffffff;
}

th.mvg-silver,
.mvg-silver {
    background-color: #8e9090 !important;
    color: #ffffff;
}

th.mvg-maroon {
    background-color: #996640 !important;
    color: #ffffff;
}

.mvg-card-title {
    font-weight: 300;
    font-family: 'Museo Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px auto;
}

.mvg-special-border {
    border-left: 1px solid #e8e9eb;
    border-right: 1px solid #e8e9eb;
}

.mvg-special-border .mvg-platinum,
.mvg-special-border .mvg-gold,
.mvg-special-border .mvg-diamond {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

@media (min-width: 768px) {
    .mvg-special-border {
        border-right: 0;
        border-bottom: 1px solid #e8e9eb;
    }
    .mvg-special-border strong {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .mvg-card-title {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

table tr:nth-child(odd) td.mvg-diamond {
    background: rgba(51, 62, 72, 0.2);
    color: #ffffff;
}

table tr:nth-child(odd) td.mvg-platinum {
    background: rgba(123, 152, 171, 0.2);
    color: #ffffff;
}

table tr:nth-child(odd) td.mvg-gold {
    background: rgba(163, 145, 97, 0.2);
    color: #ffffff;
}

table tr:nth-child(odd) td.mvg-silver {
    background: rgba(142, 144, 144, 0.2);
    color: #ffffff;
}

table tr:nth-child(odd) td.mvg-maroon {
    background: rgba(153, 102, 64, 0.2);
    color: #ffffff;
}

table tr:nth-child(even) td.mvg-diamond {
    background: rgba(51, 62, 72, 0.1);
    color: #ffffff;
}

table tr:nth-child(even) td.mvg-platinum {
    background: rgba(123, 152, 171, 0.1);
    color: #ffffff;
}

table tr:nth-child(even) td.mvg-gold {
    background: rgba(163, 145, 97, 0.1);
    color: #ffffff;
}

table tr:nth-child(even) td.mvg-silver {
    background: rgba(142, 144, 144, 0.1);
    color: #ffffff;
}

table tr:nth-child(even) td.mvg-maroon {
    background: rgba(153, 102, 64, 0.1);
    color: #ffffff;
}

td.mvg-diamond a,
td.mvg-platinum a,
td.mvg-gold a,
td.mvg-silver a,
td.mvg-maroon a {
    color: #ffffff;
    text-decoration: underline;
}

/* MVG benefits / pricing comparison */

.pricing-table.mvg-diamond {
    border: 1px solid #333e48;
}

.pricing-table.mvg-platinum {
    border: 1px solid #7b98ab;
}

.pricing-table.mvg-gold {
    border: 1px solid #988960;
}

.pricing-table.mvg-silver {
    border: 1px solid #8e9090;
}

.pricing-table.mvg-maroon {
    border: 1px solid #996640;
}

.pricing-table {
    border-bottom-width: 4px !important;
    margin-bottom: 15px;
}

.pricing-header {
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
}

.mvg-diamond .pricing-header {
    background-color: #333e48 !important;
}

.mvg-platinum .pricing-header {
    background-color: #7b98ab !important;
}

.mvg-gold .pricing-header {
    background-color: #988960 !important;
}

.mvg-silver .pricing-header {
    background-color: #8e9090 !important;
}

.mvg-maroon .pricing-header {
    background-color: #996640 !important;
}

.pricing-list ul {
    padding: 0;
    margin: 0;
}

.pricing-list ul li {
    padding: 10px !important;
    margin: 0 !important;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    list-style: none;
}

.pricing-list ul li:nth-child(even) {
    background: #efefef;
}

.mvg-diamond .pricing-list ul li:nth-child(even) {
    background: rgba(51, 62, 72, 0.2);
}

.mvg-platinum .pricing-list ul li:nth-child(even) {
    background: rgba(123, 152, 171, 0.2);
}

.mvg-gold .pricing-list ul li:nth-child(even) {
    background: rgba(163, 145, 97, 0.2);
}

.mvg-silver .pricing-list ul li:nth-child(even) {
    background: rgba(142, 144, 144, 0.2);
}

.mvg-maroon .pricing-list ul li:nth-child(even) {
    background: rgba(153, 102, 64, 0.2);
}

.mvg-diamond .pricing-list a,
.mvg-platinum .pricing-list a,
.mvg-gold .pricing-list a,
.mvg-silver .pricing-list a {
    color: #ffffff;
    text-decoration: underline;
}

/* casino sun mvg section */

.sectionComponent section.casino-sun-mvg-section {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionComponent section.casino-sun-mvg-section .container {
    padding: 50px 0 80px;
    margin-bottom: 0;
}

.casino-sun-mvg-section .mvg-col {
    padding: 20px 40px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sectionComponent section.casino-sun-mvg-section h2 {
    color: #008676;
}

.sectionComponent section.casino-sun-mvg-section h3 br {
    display: none;
}

.sectionComponent section.casino-sun-mvg-section .columnImplementor {
    width: 80%;
    max-width: 1370px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sectionComponent section.casino-sun-mvg-section .container {
        background-repeat: no-repeat;
        background-image: url('../images/sun-mvg-jeans-girl-with-hat.png');
        background-position-y: -20px;
        background-position-x: -100px;
        width: 100%;
        max-width: 100%;
    }
    .sectionComponent
        section.casino-sun-mvg-section.casino-sun-mvg-section-golf
        .container {
        background-image: url('../images/its-a-leisure-thing-wcs-bg.png');
        background-position: top 20px left -150px;
    }
    .sectionComponent
        section.casino-sun-mvg-section.casino-sun-mvg-section-fun
        .container {
        background-image: url('../images/its-a-leisure-thing-bg.png');
        background-position: left -200px top 0;
    }
    .sectionComponent
        section.casino-sun-mvg-section.casino-sun-mvg-section-chips
        .container {
        background-image: url('../images/sun-mvg-guy-throwing-chips.png');
        background-position: top 0 right -300px;
        background-size: cover;
    }
}

.bg-mvg-light {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-mvg-dynamic-left-position-top {
    background-position: left -30% top 3%;
    background-size: 50%;
}

@media (min-width: 768px) and (max-width: 881px) {
    .sectionComponent section.casino-sun-mvg-section h3 br {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1126px) {
    .sectionComponent section.casino-sun-mvg-section h3 br {
        display: block;
    }
}

@media (min-width: 992px) {
    .sectionComponent
        section.casino-sun-mvg-section.casino-sun-mvg-section-fun
        .container {
        background-position: left -200px top -90px;
    }
    .sectionComponent
        section.casino-sun-mvg-section.casino-sun-mvg-section-chips
        .container {
        background-size: initial;
        background-position: bottom 0 right -250px;
    }
    .bg-mvg-dynamic-left-position-top {
        background-position: left top 3%;
        background-size: 30%;
    }
}

@media (min-width: 1400px) {
    .sectionComponent section.casino-sun-mvg-section .container {
        background-position-x: 0;
    }
    .bg-mvg-dynamic-left-position-top {
        background-size: initial;
    }
}

@media (min-width: 1600px) {
    .sectionComponent
        section.casino-sun-mvg-section.casino-sun-mvg-section-chips
        .container {
        background-position: bottom 0 right -200px;
    }
}

/* mvg general teal background with cards */

.mvg-teal-with-cards {
    background-image: url('../images/bg-mvg-cards.png');
    background-size: cover;
    background-position: 50%;
    background-color: #008676;
}

/************************************************************************************************************/

/************************** FORM MIXES - SHOULD BE REMOVED AFTER WE FIX THE FORMS ***************************/

/************************************************************************************************************/

form button.btn-primary,
form button.btn-primary:hover,
form button.btn-primary:focus,
form button.btn-primary:active {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form button.btn-primary {
    padding: 4px 12px;
}

form button.btn-primary [class^='icon-'],
form button.btn-primary [class*=' icon-'] {
    color: #292629;
    font-size: 16px;
    padding-top: 4px;
}

form .dropdown-menu li {
    list-style: none;
}

.sun-custom-form .dropdown .dropdown-menu {
    max-height: 190px !important;
    overflow-y: auto;
    color: #292629;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #e6e5e1;
    border-top: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    min-width: 60px !important;
    padding: 0;
}

.form-horizontal .control-label {
    padding-left: 0;
}

.address-line {
    margin: 20px -15px;
    font-family: 'Lato', sans-sherif !important;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 10px;
}

.password-msg {
    font-family: 'Lato', sans-sherif !important;
}

.check-before,
.check-after {
    font-size: 30px !important;
    font-weight: 800 !important;
}

.icon-checkbox-inactive:before {
    content: '\e967';
}

.icon-checkbox-inactive:before {
    content: '\e967';
}

.registerNewRewards .container {
    text-align: center;
}

.registerNewRewards .container form {
    text-align: left;
}

/**************************************************************/

/************************** MY SUN ***************************/

/**************************************************************/

.my-sun-blue {
    background-color: #1b75bc;
}

.my-sun-light-gray {
    background-color: #e4eaef;
}

.bg-primary-my-sun {
    background-image: url('../images/my-sun-bg.png');
    background-repeat: repeat;
    padding: 20px 15px 40px;
}

.bg-secondary-my-sun {
    background-image: url('../images/mvg-bg.jpg');
    background-repeat: repeat;
}

.bg-secondary-my-sun .newListingComponent {
    margin-bottom: 50px;
}

.bg-secondary-my-sun .newListingComponent .row > div > div {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
}

.bg-secondary-my-sun .newListingComponent .row > div:last-child div {
    border: 0;
}

.bg-secondary-my-sun .newListingComponent h4 {
    font-size: 21px;
}

.newListingComponent .card-icon-block:hover {
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-secondary-my-sun.text-inverse .card-icon-block:hover .icon,
.bg-secondary-my-sun.text-inverse .card-icon-block:hover p {
    color: #ffffff !important;
}

.bg-secondary-my-sun.text-inverse .btn-primary {
    color: #008676;
}

.bg-secondary-my-sun.text-inverse .btn-primary:hover {
    color: #ffffff;
}

span.my-sun-self-service {
    display: none;
}

.border-radius-25 {
    border-radius: 25px;
}

.btn.btn-primary.btn-my-sun {
    background-color: #1b75bc;
    box-shadow: inset 0 0 0 2px #1b75bc, 0 0 1px transparent;
}

/* my sun profile landing page */

.my-sun-logo-title:before {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(41, 38, 41, 0.1);
    position: relative;
    top: 25px;
}

.my-sun-logo-title .icon-my-sun {
    font-size: 50px;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    color: #335785;
}

@media (min-width: 768px) {
    .my-sun-logo-title:before {
        top: 35px;
    }
    .my-sun-logo-title .icon-my-sun {
        font-size: 75px;
    }
}

/**************************** --- MY SUN PAGE --- *******************************/

body.mysun .my-sun-welcome-banner > .container {
    background-image: url('../images/welcome-to-mysun.png');
    height: 525px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

body.mysun h1.title-page,
body.mysun h1 span.subtitle-page {
    color: #335785 !important;
}

body.mysun .mysun-pink {
    background-color: #d850ca;
    padding: 30px 0;
    margin: 0 auto;
}

body.mysun .text-inverse a.btn.btn-full-color {
    background: #ffffff;
    color: #d850ca;
    border: 2px solid #ffffff;
    min-width: auto;
}

body.mysun .text-inverse a.btn.btn-full-color:hover {
    color: #ffffff;
    background: transparent;
}

body.mysun .card-icon:hover {
    text-decoration: none;
}

body.mysun .card-icon .icon {
    font-size: 40px;
    color: #6681a3;
}

body.mysun .card-icon h4 {
    color: #666666;
    padding-top: 20px;
    text-transform: none;
}

section.text-inverse .card-icon .icon {
    color: #ffffff;
}

section.text-inverse .card-icon h4 {
    color: #ffffff;
}

/**************************************************************/

/************************** SITEMAP ***************************/

/**************************************************************/

div.sitemap {
    padding: 0;
}

div.sitemap .link {
    text-align: left;
}

div.sitemap div.linkcontainer {
    padding: 5px 0 0;
}

div.sitemap a {
    color: #337ab7 !important;
    font-size: 15px;
}

.linkcontainer {
    font-weight: bold;
}

.text > .linkcontainer > .link > a {
    color: #a29061 !important;
    text-transform: uppercase;
    margin-top: 20px !important;
    display: block;
}

.bg-primary div.sitemap a {
    color: #ffffff !important;
}

.linkcontainer .linkcontainer .linkcontainer > .link {
    margin-left: 30px;
}

.linkcontainer .linkcontainer > .link {
    font-weight: lighter;
}

.text > .linkcontainer > .linkcontainer > .linkcontainer .link:before {
    content: '-';
    padding-right: 10px;
}

.linkcontainer > .linkcontainer > .linkcontainer > .linkcontainer > .link {
    margin-left: 50px;
}

.text
    > .linkcontainer
    > .linkcontainer
    > .linkcontainer
    > .linkcontainer
    .link:before {
    content: '--';
}

/**************************************************************/

/**************************** GOLF ****************************/

/**************************************************************/

.golf .list-heading h1,
.golf .list-heading h1 .subtitle-page,
.golf .stories-heading h1,
.golf .description-content h2,
.golf .section-heading h2,
.golf .detailed-section-item h2,
.golf .stories-heading h2,
.golf .description-content h3,
.golf .detailed-section-heading,
.golf .detailed-section-item h3,
.golf .stories-heading h3,
.golf .newtitleComponent h2,
.golf .newtitleComponent h3 {
    color: #115740;
}

body.golf #accordion-widget .accordion-blue-dark {
    background: #115740 !important;
}

body.golf blockquote {
    border-left: 5px solid #115740;
    color: #115740;
    font-weight: 400;
}

body.golf .text-inverse blockquote {
    border-left: 5px solid #ffffff;
    color: #ffffff;
}

body.golf .column-60,
body.golf .column-50 {
    display: inline-block !important;
}

body.golf .page-content p a.btn.btn-primary {
    background-color: #115740 !important;
}

.golf .page-content .btn.btn-primary,
.golf .page-content .btn.btn-full-color {
    color: #ffffff !important;
    background-color: #115740 !important;
    box-shadow: inset 0 0 0 2px #115740, 0 0 2px transparent !important;
}

.golf .page-content .btn.btn-primary:hover,
.golf .page-content .btn.btn-full-color:hover {
    background-color: transparent !important;
    color: #115740 !important;
}

.golf .page-content .btn.btn-border {
    color: #115740 !important;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #115740, 0 0 2px transparent;
}

.golf .page-content .btn.btn-gold-border {
    color: #d0debb !important;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #d0debb, 0 0 2px transparent;
}

.golf .page-content .btn.btn-gold-color {
    color: #115740 !important;
    background-color: #d0debb !important;
    box-shadow: inset 0 0 0 2px #d0debb, 0 0 2px transparent;
}

.golf .page-content .text-inverse .btn.btn-primary,
.golf .page-content .text-inverse .btn.btn-full-color {
    color: #115740 !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 2px transparent;
}

.golf .page-content .text-inverse .btn.btn-gold-color {
    color: #115740 !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 2px transparent;
}

body.golf .parallax > .container {
    background: rgba(17, 87, 64, 0.44);
}

body.golf .bg-primary {
    background-color: #115740;
}

/* what's on arrows */

@media (max-width: 767px) {
    body.propertyGolf .sun-custom-arrowUp {
        border-color: transparent transparent #115740 transparent;
    }
    body.propertyGolf .grid-1-row > a:hover .sun-custom-arrowUp {
        border-color: transparent transparent #d0debb transparent;
    }
}

@media (min-width: 768px) {
    body.propertyGolf .sun-custom-arrowRight {
        border-color: transparent transparent transparent #115740;
    }
    body.propertyGolf .sun-custom-arrowLeft {
        border-color: transparent #115740 transparent transparent;
    }
    body.propertyGolf .grid-1-row > a:hover .sun-custom-arrowRight {
        border-color: transparent transparent transparent #d0debb;
    }
    body.propertyGolf .grid-1-row > a:hover .sun-custom-arrowLeft {
        border-color: transparent #d0debb transparent transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.propertyGolf .grid-1-row:nth-child(even) .sun-custom-arrowRight {
        border-color: transparent #115740 transparent transparent;
    }
    body.propertyGolf .grid-1-row:nth-child(odd) .sun-custom-arrowLeft {
        border-color: transparent transparent transparent #115740;
    }
    body.propertyGolf
        .grid-1-row:nth-child(even)
        > a:hover
        .sun-custom-arrowRight {
        border-color: transparent #d0debb transparent transparent;
    }
    body.propertyGolf
        .grid-1-row:nth-child(odd)
        > a:hover
        .sun-custom-arrowLeft {
        border-color: transparent transparent transparent #d0debb;
    }
}

body.propertyGolf .event-listing-container a:hover #grid-list {
    background-color: #d0debb;
}

body.propertyGolf .whatsOnComponent .event-listing-container .eventlabel {
    border-color: #d0debb;
    color: #d0debb;
}

body.propertyGolf
    .whatsOnComponent
    .event-listing-container
    a:hover
    .eventlabel {
    border-color: #115740;
    color: #115740;
}

body.propertyGolf
    .whatsOnComponent
    .event-listing-container
    a:hover
    h3.whatson-title,
body.propertyGolf
    .whatsOnComponent
    .event-listing-container
    a:hover
    p.promo-price {
    color: #115740 !important;
}

/**************** Individual Golf Packages *****************/

body.golf hr,
body.golf .lineSeparator .divider {
    border: 0 !important;
    background-repeat: no-repeat !important;
    height: 76px;
    width: 100%;
    background-position: 50% !important;
    margin: 30px auto !important;
}

body.golf hr,
body.golf .lineSeparator .divider {
    background-image: url('../images/individual-golf-packages-divider.jpg') !important;
}

/**************** END OF Individual Golf Packages *****************/

/* golf comparison */

table.SITable.golf-comparison {
    border: 0 !important;
}

table.SITable.golf-comparison tr {
    border-left: 1px solid #eeeeee;
}

table.SITable.golf-comparison td {
    vertical-align: middle;
}

.tableComponent table.golf-comparison tr:first-child {
    background: none;
    border-left: 0;
}

th.golf-dark {
    background-color: #115740 !important;
}

th.golf-light {
    background-color: #d0debb !important;
}

.tableComponent table tr:nth-child(odd) td.golf-dark {
    background: rgba(17, 87, 64, 0.2);
}

.tableComponent table tr:nth-child(odd) td.golf-light {
    background: rgba(208, 222, 187, 0.5);
}

@media (max-width: 767px) {
    .tableComponent table.tb-responsive tr:nth-child(odd) td.golf-dark {
        background: transparent;
    }
    .tableComponent table.tb-responsive tr:nth-child(odd) td.golf-light {
        background: transparent;
    }
}

section.golf-dark {
    background-color: #115740 !important;
}

section.golf-light {
    background-color: #d0debb !important;
}

.remove-form-at .conference-form .section-sub-heading {
    display: none;
}

/**************************************************************/

/************************** MASLOW ****************************/

/**************************************************************/

.nocontent-meetings .btn-view {
    display: none;
}

body.maslow-meeting-rooms section.quick-facts .icon-size {
    font-size: 2em;
}

/**************************************************************/

/************************** SIBAYA ****************************/

/**************************************************************/

body.sibaya .imageListingComponent a .card-caption {
    padding: 20px;
    background-color: #60275e;
}

body.sibaya .imageListingComponent a:hover {
    text-decoration: none;
}

body.sibaya .bg-teal {
    background-color: #00aa8f;
}

/**************************************************************/

/************************** SUN CITY ****************************/

/**************************************************************/

/* Sun City - Winter Special page */

.sun-city-winter-special section.include-section {
    background-color: rgba(0, 133, 161, 0.66);
    padding: 30px 0 70px;
    background-image: url('content/dam/suninternational/dynamic/sun-city-resort/special-offers/sun-city-winter-special-floral-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.sun-city-winter-special h3 sup {
    font-weight: 300;
    font-size: 60%;
}

.sun-city-winter-special h3 span {
    font-weight: 300;
}

.sun-city-winter-special .circle-block {
    display: inline-block;
    border-radius: 50%;
    padding: 22px 0 0;
    width: 150px;
    height: 150px;
}

.sun-city-winter-special .circle-block.circle-block-logo-palace {
    background-color: #4a3826;
}

.sun-city-winter-special .circle-block.circle-block-logo-cascades {
    background-color: #007376;
}

.sun-city-winter-special .circle-block.circle-block-logo-soho {
    background-color: #6b3331;
}

.sun-city-winter-special .circle-block.circle-block-logo-cabanas {
    background-color: #f47f51;
}

.include-section-remove-bootstrap-grid
    section.include-section
    .col-md-8.col-md-offset-2 {
    margin-left: 0;
    width: 100%;
}

/* Sun City - Big 40! */

.col-xs-max-width-100 {
    max-width: 100px;
}

.big40-special-offer-includes .include-section.bg-light {
    background-color: transparent;
}

.big40-special-offer-includes-title {
    background-image: url('../images/big40-general-gradient.jpg');
    background-size: cover;
    padding: 0;
}

.big40-special-offer-includes-title h3 {
    background-image: url('../images/big40-corner-black.png');
    padding: 30px 30px 30px 100px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.big40-special-offer-includes-content {
    border: 2px solid #45c1c1;
    border-top: 0;
    border-radius: 5px;
    padding: 30px 20px 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (min-width: 769px) {
    .col-xs-max-width-100 {
        max-width: auto;
    }
}

/**************************************************************/

/*************************** WIFI PAGE *****************************/

/**************************************************************/

h1 .icon-wifi {
    background-color: #ffffff;
    padding: 7px 10px 10px;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px auto;
}

h1 .icon-wifi:before {
    content: '\e956';
    font-size: 30px;
    line-height: 30px;
}

.text-inverse h1 .icon-wifi:before {
    color: #292929;
}

/**************************************************************/

/*********************** SUN CENTRAL  *************************/

/**************************************************************/

.sun-central .description-container-rte td {
    padding: 0 10px;
}

.sun-central .list-heading h1.gold {
    color: #e6b012 !important;
}

.sun-central .list-heading h1.gold span.subtitle-page {
    color: #a17d0a;
}

.sun-central .sc-responsive {
    padding: 0;
    margin: 0;
}

.sun-central .sc-responsive td {
    padding: 0;
    margin: 0;
}

.sun-central .sc-responsive td.sun-central {
    color: #ffffff;
    padding: 25px 40px;
}

.sun-central .sc-responsive td.sun-central-orange {
    background-color: #e6b012;
}

.sun-central .sc-responsive td.sun-central-green {
    background-color: #58aa30;
}

.sun-central .sc-responsive td.sun-central-teal {
    background-color: #0085a1;
}

.sun-central .sc-responsive td.sun-central-blue {
    background-color: #002e63;
}

.sun-central .sc-responsive td.sun-central-gold {
    background-color: #a17d0a;
}

.sun-central .sc-responsive td.sun-central h3 {
    font-weight: bold !important;
    font-size: 32px;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 auto;
}

.sun-central .sc-responsive td.sun-central h3,
.sun-central .sc-responsive td.sun-central p {
    color: #ffffff !important;
}

.sun-central .sc-responsive td.sun-central a {
    color: #ffffff !important;
    text-decoration: underline;
}

.sun-central .sc-responsive td.sun-central a.btn.btn-primary {
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff, 0 0 1px transparent;
}

.sun-central .sc-responsive td.sun-central-orange a.btn.btn-primary {
    color: #e6b012 !important;
}

.sun-central .sc-responsive td.sun-central-green a.btn.btn-primary {
    color: #58aa30 !important;
}

.sun-central .sc-responsive td.sun-central-teal a.btn.btn-primary {
    color: #0085a1 !important;
}

.sun-central .sc-responsive td.sun-central-blue a.btn.btn-primary {
    color: #002e63 !important;
}

.sun-central .sc-responsive td.sun-central-gold a.btn.btn-primary {
    color: #a17d0a !important;
}

.sun-central .sc-responsive td.sun-central a.btn.btn-primary:hover {
    color: #ffffff !important;
}

.sun-central .sc-responsive td.sun-central-orange a.btn.btn-primary:hover {
    background-color: #e6b012;
}

.sun-central .sc-responsive td.sun-central-green a.btn.btn-primary:hover {
    background-color: #58aa30;
}

.sun-central .sc-responsive td.sun-central-teal a.btn.btn-primary:hover {
    background-color: #0085a1;
}

.sun-central .sc-responsive td.sun-central-blue a.btn.btn-primary:hover {
    background-color: #002e63;
}

.sun-central .sc-responsive td.sun-central-gold a.btn.btn-primary:hover {
    background-color: #a17d0a;
}

.sun-central .divider {
    border-bottom: 1px solid rgba(0, 133, 161, 0.2) !important;
}

@media (max-width: 989px) {
    .sun-central .sc-responsive td.sun-central {
        padding: 25px 25px;
    }
    .sun-central .sc-responsive td.sun-central h3 {
        margin: 5px 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .sun-central table.sc-responsive,
    .sun-central table.sc-responsive tr,
    .sun-central table.sc-responsive tr th,
    .sun-central table.sc-responsive tr td {
        display: block !important;
        width: auto !important;
    }
    .sun-central table.sc-responsive td img {
        display: none;
    }
}

/*******************************************************************/

/*********************** DISCOUNTED RATES  *************************/

/*******************************************************************/

.square-blue {
    background-color: #002d66;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.square-grey {
    background-color: #dddddd;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

table.special-discounts {
    margin-bottom: 20px;
    position: relative;
}

table.special-discounts h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff !important;
    font-weight: 400;
    z-index: 9999;
    text-shadow: 0 1px 0 #0e0e2c;
}

.special-discounts h2 small {
    color: #ffffff;
    font-weight: 200;
}

table.special-discounts td,
table.special-discounts th {
    padding: 10px;
    border: 1px solid #dedee2 !important;
}

table.special-discounts th {
    background: #f2f2f2;
    text-transform: uppercase;
}

table.special-discounts .special-discounts-image-overlay {
    position: absolute;
    width: 100% !important;
    text-align: center;
    z-index: 999;
}

table.special-discounts .special-discounts-image-overlay a.btn {
    color: #0e0e2c !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

table.special-discounts .special-discounts-image-overlay a.btn:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

.special-discounts {
    background: #0e0e2c;
    margin-top: 50px;
    clear: both;
    position: relative;
}

.special-discounts img {
    opacity: 0.5;
}

.special-discounts h2 {
    color: #ffffff;
    position: absolute;
    width: 100% !important;
    z-index: 10;
    line-height: 30px;
    top: 25px;
}

.dis-rates-calendar table {
    margin: 0 0 25px;
    border-collapse: initial;
    border: 1px solid #ccc;
    padding: 3px;
}

.dis-rates-calendar table td {
    padding: 4px;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    border: 2px solid #ffffff !important;
}

.dis-rates-calendar table th {
    background: #002d66;
    color: #ffffff;
    padding: 10px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.dis-rates-calendar table tr.calendar-week-days td {
    color: #002d66 !important;
}

.dis-rates-calendar table td.available {
    background: #002d66;
    color: #ffffff !important;
}

.dis-rates-calendar table td.unavailable {
    background: #ededed;
}

.discounted-rates {
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: #666666 !important;
    margin: 35px 0;
}

.discounted-rates .dis-rates-left {
    text-align: right;
    border-right: 1px solid #666666;
}

.discounted-rates .dis-rates-right {
    text-align: left;
}

@media (max-width: 768px) {
    .discounted-rates {
        font-size: 18px;
    }
    table.special-discounts td,
    table.special-discounts th {
        font-size: 15px !important;
    }
}

@media (max-width: 640px) {
    .special-discounts h2 {
        top: 0;
    }
    .discounted-rates {
        font-size: 15px;
    }
    .dis-rates-calendar {
        float: none;
    }
}

@media (min-width: 992px) {
    .special-discounts h2 {
        top: 40px;
    }
}

@media (min-width: 1200px) {
    .special-discounts h2 {
        top: 60px;
    }
}

@media (min-width: 1400px) {
    .special-discounts h2 {
        top: 80px;
    }
}

.tab-links a {
    white-space: nowrap;
}

/*********************************************************/

/*********************** GAMING  *************************/

/*********************************************************/

.grandwest .wapJackpotValue.section > div,
.grandwest .wapJackpot.section > div {
    background-color: #f1ad28 !important;
}

.grandwest .wapJackpotValue h3 {
    color: #621c5a;
}

.wapJackpotValue,
.wapJackpot {
    background-color: #0a214f;
    border-radius: 5px;
}

.wapJackpotValue + .wapJackpot {
    margin-top: -7px;
}

.propertyBoardwalk .wapJackpotValue,
.propertyBoardwalk .wapJackpot {
    background-color: #8b2f4b;
}

.propertyGrandWest .wapJackpotValue,
.propertyGrandWest .wapJackpot {
    background-color: #5bc2e7;
}

.propertySunCity .wapJackpotValue,
.propertySunCity .wapJackpot {
    background-color: #58aa30;
}

.propertyCarnivalCity .wapJackpotValue,
.propertyCarnivalCity .wapJackpot {
    background-color: #cf035c;
}

.propertyFlamingo .wapJackpotValue,
.propertyFlamingo .wapJackpot {
    background-color: #d12235;
}

.propertyGoldenValley .wapJackpotValue,
.propertyGoldenValley .wapJackpot {
    background-color: #004f71;
}

.propertyMeropa .wapJackpotValue,
.propertyMeropa .wapJackpot {
    background-color: #d76d2c;
}

.propertySibaya .wapJackpotValue,
.propertySibaya .wapJackpot {
    background-color: #60275e;
}

.propertyTimeSquare .wapJackpotValue,
.propertyTimeSquare .wapJackpot {
    background-color: #455560;
}

.propertyWCS .wapJackpotValue,
.propertyWCS .wapJackpot {
    background-color: #015f67;
}

.propertyWindmill .wapJackpotValue,
.propertyWindmill .wapJackpot {
    background-color: #004c83;
}

.highlights-full-overlay .highlightsCarousel .carousel-picture-info {
    height: 100%;
}

.highlights-full-overlay .highlightsCarousel .carousel-picture-info .row > div {
    display: inline-block;
    float: none;
}

.highlights-full-overlay
    .highlightsCarousel
    .carousel-picture-info.primary-overlay {
    background-color: rgba(2, 21, 35, 0.33);
}

.highlights-full-overlay .highlightsCarousel #landing-carousel h3 {
    margin-top: 100px;
    max-width: 400px;
    display: inline-block;
    text-align: center;
}

.highlights-full-overlay .highlightsCarousel #landing-carousel p {
    text-align: center;
}

.sun-casinos-gaming .grid-3-col .fluid-background-block.primary-overlay {
    background-color: transparent;
}

.sun-casinos-gaming .grid-3-col .title-vertical-wrapper {
    display: none;
}

.sun-casinos-gaming .extra-info {
    line-height: 21px;
}

.sun-casinos-gaming .extra-info img {
    margin-bottom: 10px;
}

.sun-casinos-gaming .newListingComponent div.col-md-4 {
    padding: 40px 15px;
}

.sun-casinos-gaming .newListingComponent .row > div:nth-child(2) div.col-md-4 {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.sun-casinos-gaming .newListingComponent a:hover,
.sun-casinos-gaming .newListingComponent a:active,
.sun-casinos-gaming .newListingComponent a:focus {
    text-deocration: none !important;
}

.sun-casinos-gaming .newListingComponent .card-icon-block span.icon {
    color: #0a214f;
    font-size: 42px;
}

.sun-casinos-gaming .newListingComponent a h4 {
    color: #0a214f;
    font-size: 26px;
    font-weight: 900;
    margin: 10px 0 20px;
    min-height: 56px;
}

.sun-casinos-gaming .newListingComponent a p {
    color: #53535c;
}

.sun-casinos-gaming .divider {
    border-bottom: 0;
    background-image: url('../images/gaming-separator.png');
    background-repeat: no-repeat;
    height: 13px;
    background-position: center;
}

/* cards background animation */

.sun-casinos-gaming .mvg-cards-bg-left,
.sun-casinos-gaming .mvg-cards-bg-right {
    display: none;
}

@media (min-width: 768px) {
    .sun-casinos-gaming .mvg-cards-bg-left {
        display: inline-block;
        position: absolute;
        top: -80px;
        left: -250px;
    }
    .sun-casinos-gaming .mvg-cards-bg-right {
        display: inline-block;
        position: absolute;
        bottom: -75px;
        right: -170px;
    }
}

@media (min-width: 992px) {
    .sun-casinos-gaming .mvg-cards-bg-left {
        top: 0;
        left: -210px;
    }
    .sun-casinos-gaming .mvg-cards-bg-right {
        bottom: -75px;
        right: -125px;
    }
}

@media (min-width: 1200px) {
    .sun-casinos-gaming .mvg-cards-bg-left {
        top: 0;
        left: -90px;
    }
    .sun-casinos-gaming .mvg-cards-bg-right {
        bottom: -75px;
        right: 0;
    }
}

@media (min-width: 1400px) {
    .sun-casinos-gaming .mvg-cards-bg-left {
        top: 0;
        left: -20px;
    }
    .sun-casinos-gaming .mvg-cards-bg-right {
        bottom: -75px;
        right: 40px;
    }
}

/* casino map - mapsvg */

.mapsvg-menu {
    padding: 0;
    margin: 0 auto;
}

.mapsvg-menu li {
    list-style: none;
    display: inline-block;
    width: 47%;
    padding: 0 7px 0 0;
    margin: 0 auto;
}

.mapsvg-menu li a {
    color: #ffffff;
}

.mapsvg-menu li a:hover,
.mapsvg-menu li a:active,
.mapsvg-menu li a:focus {
    text-decoration: none;
    outline: none;
}

.mapsvg-menu li.LS,
.mapsvg-menu li.ZA-MP {
    display: none;
}

.mapsvg-menu h4 {
    padding: 30px 0 10px;
    margin: 0 auto;
    font-size: 18px;
    color: #99abc2 !important;
    font-weight: 500;
}

.mapsvg-menu li div {
    padding-left: 12px;
}

.mapsvg-info-block {
    display: none;
    border-top: 1px solid #ffffff;
}

.mapsvg-info-block h3 {
    text-align: left;
}

@media (min-width: 500px) {
    .mapsvg-menu li {
        width: 31%;
    }
}

@media (max-width: 767px) {
    section.sun-city-mapsvg .container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mapsvg-menu li {
        width: 47%;
    }
}

@media (min-width: 992px) {
    .highlights-full-overlay .highlightsCarousel #landing-carousel h3 {
        margin-top: 200px;
    }
    .sun-casinos-gaming .newListingComponent div.col-md-4 {
        padding: 0 40px;
    }
    .sun-casinos-gaming
        .newListingComponent
        .row
        > div:nth-child(2)
        div.col-md-4 {
        border-bottom: 0;
        border-top: 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .mapsvg-menu li {
        width: 31%;
    }
    .sun-casinos-gaming .extra-info {
        line-height: 24px;
    }
    .sun-casinos-gaming .extra-info img {
        margin-bottom: 20px;
    }
}

.sun-casinos-gaming video#prop-video {
    width: auto;
    min-height: 525px;
    min-width: 100%;
    height: auto;
}

.sun-casinos-gaming .video-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    padding-top: 0;
    max-height: 525px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.66);
    margin-left: ;
}

@media (min-width: 1400px) {
    .sun-casinos-gaming video#prop-video {
        margin-top: -15%;
    }
}

@media (min-width: 481px) {
    .sun-casinos-gaming .video-overlay {
        padding-top: 70px;
    }
}

@media (min-width: 370px) {
    .sun-casinos-gaming .video-overlay {
        padding-top: 30px;
    }
}

.sun-casinos-gaming .min-height-525 {
    height: 525px;
}

/* Sun Slots page - divisions section */

.sun-slots-divisions h4 {
    margin: 0 auto;
    padding: 0 0 15px;
    text-align: center;
}

.sun-slots-divisions p {
    text-align: left;
}

.sun-slots-fixed-content {
    height: auto;
}

@media (min-width: 768px) {
    .sun-slots-fixed-content {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .sun-slots-fixed-content {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .sun-slots-fixed-content {
        height: 350px;
    }
}

@media (min-width: 1400px) {
    .sun-slots-fixed-content {
        height: 300px;
    }
}

/*************************************************************************/

/*********************** NEDBANK GOLF CHALLENGE  *************************/

/************************************************************************/

.ngc-monday {
    background-color: #ee174c !important;
}

.ngc-tuesday {
    background-color: #c8da2b !important;
}

.ngc-wednesday {
    background-color: #856cb0 !important;
}

.ngc-thursday {
    background-color: #00b2ab !important;
}

.ngc-friday {
    background-color: #de2c27 !important;
}

.ngc-saturday {
    background-color: #62bb46 !important;
}

.ngc-sunday {
    background-color: #043657 !important;
}

/********************************************************************/

/*********************** SUN VACATION CLUB  *************************/

/********************************************************************/

.svc-pink .page-content h1,
.svc-pink .page-content h1,
.svc-pink .page-content h1 small,
.svc-pink .page-content h1 strong,
.svc-pink .page-content h2,
.svc-pink h3.pink {
    color: #c22e91;
}

.svc-pink .page-content h2 strong {
    color: #333333;
}

.svc-pink .pink-block,
.svc-pink-block {
    background-color: #c22e91;
    color: #ffffff;
    padding: 40px;
    margin: 20px 0 40px;
}

.svc-light-blue .pink-block h3,
.svc-pink-block h3,
.svc-pink .light-blue-block p,
.svc-pink-block p,
.svc-pink .light-blue-block h4,
.svc-pink-block h4 {
    color: #ffffff !important;
    padding: 0 !important;
    margin: 10px !important;
}

.svc-pink .page-content .btn-primary {
    background-color: #c22e91;
    box-shadow: inset 0 0 0 2px #c22e91, 0 0 1px transparent;
}

.svc-pink .page-content .btn-primary:hover {
    background-color: transparent;
    color: #c22e91;
}

body .gold-block {
    background-color: #988960;
    color: #ffffff;
    padding: 40px;
    margin: 20px 0 40px;
}

.svc-light-blue .page-content h1,
.svc-light-blue .page-content h2,
.svc-light-blue .page-content h2 {
    color: #00abcd !important;
}

.svc-light-blue .page-content h3 {
    padding-top: 0;
}

.svc-light-blue .light-blue-block,
.svc-light-blue-block {
    background-color: #00abcd;
    color: #ffffff;
    padding: 40px;
    margin: 20px 0 40px;
}

.svc-light-blue .light-blue-block h3,
.svc-light-blue-block h3,
.svc-light-blue .light-blue-block p,
.svc-light-blue-block p,
.svc-light-blue .light-blue-block h4,
.svc-light-blue-block h4 {
    color: #ffffff !important;
    padding: 0 !important;
    margin: 10px;
}

.svc-light-blue .page-content .btn-primary {
    background-color: #00abcd !important;
    box-shadow: inset 0 0 0 2px #00abcd, 0 0 1px transparent;
}

.svc-yellow-block {
    background-color: #fdb913;
    padding: 40px;
    margin: 20px 0 40px;
}

.svc-yellow-block h3,
.svc-yellow-block p,
.svc-yellow-block h4 {
    color: #292629 !important;
    padding: 0 !important;
    margin: 10px;
}

.svc-purple-block {
    background-color: #892890;
    padding: 40px;
    margin: 20px 0 40px;
}

.svc-purple-block h3,
.svc-purple-block p,
.svc-purple-block h4 {
    color: #fff !important;
    padding: 0 !important;
    margin: 10px;
}

h2.svc-pink,
h3.svc-pink,
.page-content .svc-pink h2,
.page-content .svc-pink h3 {
    color: #c22e91 !important;
}

h2.svc-yellow,
h3.svc-yellow,
.page-content .svc-yellow h2,
.page-content .svc-yellow h3 {
    color: #fdb913 !important;
}

h2.svc-purple,
h3.svc-purple,
.page-content .svc-purple h2,
.page-content .svc-purple h3 {
    color: #892890 !important;
}

/* sun vacation club - sign up form */

.svc-special-bg section.section-item {
    background: #92278f;
}

.svc-special-bg section.section-item,
.svc-special-bg section.section-item p,
.svc-special-bg section.section-item td,
.svc-special-bg section.section-item a,
.svc-special-bg section.section-item h2,
.svc-special-bg section.section-item li,
.svc-special-bg section.section-item form.mc-form .asterisk {
    color: #ffffff !important;
}

.svc-special-bg section.section-item form input {
    color: #92278f;
}

.svc-special-bg section.section-item a {
    text-decoration: underline;
}

.svc-special-bg section.section-item h2 {
    text-transform: none;
    font-size: 170%;
    text-align: left;
}

.svc-special-bg section.section-item h3.h3special {
    color: #ffcb05;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.svc-special-bg section.section-item .indicates-required {
    display: block;
    margin: 30px 0;
}

.svc-special-bg section.section-item .button {
    width: auto;
    background: #ffcb05;
    color: #92278f;
    border: 0;
    font-weight: bold;
}

.genericgrid {
    margin-top: 0 !important;
}

.svc-april-march-flexi-bg {
    background-color: #466a9b;
    background-position: center;
    min-height: 525px;
}

.svc-purple-bg {
    background-color: #892890;
    background-position: center;
    min-height: 525px;
}

@media (max-width: 680px) {
    .svc-april-march-flexi-bg,
    .svc-purple-bg {
        min-height: 200px;
    }
}

/*************************************************************/

/*********************** SUN SPORTS  *************************/

/*************************************************************/

.sun-sport .page-content h2,
.sun-sport .page-content h3 {
    color: #0a214f;
}

.sun-sport blockquote {
    border-color: #0a214f;
    color: #0a214f;
}

.sun-sport .golf a.btn.btn-primary {
    background-color: #115740 !important;
    box-shadow: inset 0 0 0 2px #115740, 0 0 1px transparent;
}

.sun-sport .golf a.btn.btn-primary:hover {
    background-color: transparent !important;
    color: #115740;
}

.sun-sport .golf h3 {
    color: #115740;
}

.sun-met-animated-background {
    position: absolute;
    left: -25px;
    bottom: 0;
    max-width: 80%;
}

/****************************************************************************************/

/*********************** MODAL WINDOWS - TO BE REMOVED IN TIME  *************************/

/****************************************************************************************/

.modal-content,
.popover {
    background-clip: padding-box;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

.sun-custom-modalErrorMessage {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.8);
}

.sun-custom-modal-Errorbody {
    clear: both;
    overflow: hidden;
}

.sun-custom-modal-Errorbody > p {
    font-family: Lato-Regular;
    font-size: 16px;
    color: #292629;
    padding: 15px 0 0 25px;
    margin-bottom: 0;
    text-align: left;
}

.sun-custom-modal-Errorcontent > div:nth-child(1) {
    padding: 25px 25px 0 15px;
}

.sun-custom-modal-Errorbody .sun-heading2 {
    margin: 5px 0 20px 0 !important;
}

.sun-custom-modal-Errorbody {
    padding: 0 25px 0 0;
    color: #53535c;
}

.sun-custom-modal-Errorbody > div {
    text-align: center;
}

.sun-custom-modal-Errorcontent > div > i {
    display: block;
}

.sun-custom-modalBodyData {
    overflow: hidden;
}

.sun-custom-modal-Errorcontent {
    background-color: #fff;
    margin: 0 auto;
    width: 60%;
    margin-top: 180px;
    margin-bottom: 25px;
    border-radius: 4px;
    border: 2px solid #e6e5e1;
}

.sun-custom-modal-ErrorNote {
    font-family: 'Lato-Regular';
    font-size: 16px;
    text-align: left !important;
}

.sun-custom-modal-Errorfooter {
    overflow: hidden;
    clear: both;
    padding: 25px;
}

.sun-custom-modal-Errorfooter button:nth-child(2) {
    margin-right: 15px;
}

.modal-content {
    box-shadow: none;
}

.btn-close {
    cursor: pointer;
}

.grey-back {
    background: #e6e5e1;
}

.grey-back > span {
    width: auto;
    padding-bottom: 10px;
}

.secondary-action-btn {
    min-width: 150px;
    border: 1px solid #335785;
    background: #fff;
    padding: 13px 45px;
    letter-spacing: 1.15px;
    font-size: 14px;
    border-radius: 4px;
    font-family: Museo Sans5;
    text-transform: uppercase;
    color: #335785;
}

.secondary-action-btn:hover {
    color: #002d66;
    border: 1px solid #002d66;
}

.secondary-action-btn:active,
.secondary-action-btn:focus,
.secondary-btn:active,
.secondary-btn:focus {
    outline: 0;
}

.sun-custom-circleExclaimation,
.sun-custom-check-circle {
    background-color: #fff;
    color: #fbc816;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 80px !important;
}

.sun-custom-check-circle {
    color: #819e34;
}

.modal-icon,
.modal-msg {
    float: left;
    display: inline-block;
}

.modal-icon {
    padding-left: 38px;
    padding-right: 38px;
}

.modal-msg {
    width: 70%;
}

.icon-remove-cross {
    font-weight: 800;
}

@media only screen and (max-width: 990px) {
    .modal-msg {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .modal-icon {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-msg {
        width: 100%;
    }
    .sun-custom-modal-Errorfooter button:nth-child(2) {
        margin-right: 0;
    }
    .sun-custom-modal-Errorbody > div {
        padding-left: 25px;
        width: 100%;
    }
    .sun-custom-modal-Errorbody .sun-heading2 {
        margin-top: 20px !important;
    }
    .sun-custom-modal-ErrorNote,
    .sun-custom-modal-Errorbody h2,
    .sun-custom-modal-Errorbody > div:nth-child(1) {
        text-align: center !important;
        width: 100%;
    }
    .secondary-btn,
    .secondary-action-btn {
        width: 100%;
    }
    .sun-custom-modal-Errorfooter button:nth-child(2) {
        margin-top: 10px;
    }
    .sun-custom-modal-Errorfooter > button {
        margin-right: 0;
    }
    .sun-custom-modal-Errorcontent {
        width: 80%;
    }
}

.whatsOnComponent .container.grid-3-col p {
    text-align: center;
}

.carousel .small-height.fluid-block,
.carousel .large-height.fluid-block {
    height: 480px;
}

@media (min-width: 768px) {
    .carousel .small-height,
    .carousel .small-height.fluid-block {
        height: 450px;
    }
    .carousel .large-height,
    .carousel .large-height.fluid-block {
        height: 625px;
    }
    .carousel .small-height .fluid-image-block {
        height: 350px;
    }
    .carousel .large-height .fluid-image-block {
        height: 525px;
    }
}

@media (min-width: 992px) {
    .carousel .small-height,
    .carousel .small-height.fluid-block {
        height: 625px;
    }
    .carousel .large-height,
    .carousel .large-height.fluid-block {
        height: 830px;
    }
    .carousel .small-height .fluid-image-block {
        height: 525px;
    }
    .carousel .large-height .fluid-image-block {
        height: 730px;
    }
}

@media only screen and (max-width: 767px) {
    .whatsOnComponent .dynamicpadding {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .whatsOnComponent h3.whatson-title {
        height: auto;
        margin-bottom: 10px !important;
    }
}

.conferenceDetails .small-height {
    height: auto;
}

.homePageBanner .large-height .fluid-image-block {
    height: 525px;
}

@media only screen and (min-width: 768px) {
    .homePageBanner .large-height .fluid-image-block {
        height: 680px;
    }
}

/* facebook feed */

#feeds h4 {
    margin-left: 40px;
    margin-top: 10px;
}

/* ticket partner */

.ticket-partner-logo {
    display: block;
    text-align: center;
    margin: 10px auto 5px auto !important;
    background-repeat: no-repeat;
}

.ticket-partner-logo.computicket {
    width: 140px;
    height: 34px;
    background-image: url('../images/ticket-partner-computicket.png');
}

.ticket-partner-logo.ticketPro {
    width: 133px;
    height: 38px;
    background-image: url('../images/ticket-partner-ticketpro.png');
}

.ticket-partner-logo.iTickets {
    width: 133px;
    height: 38px;
    background-image: url('../images/ticket-partner-itickets.png');
}

.ticket-partner-logo.heroTicket {
    width: 133px;
    height: 38px;
    background-image: url('../images/ticket-partner-heroticket.png');
}

/* to be removed */

.grid-story-content,
.search_post {
    text-align: left;
}

.row_search-results_post .video-image {
    max-width: 100%;
}

.card-icon-block span.icon {
    font-size: 34px;
}

.card-icon h4 {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

.events-content-wrapper p {
    text-align: left;
}

.pgwSlideshow li {
    list-style: none;
}

#editorschoice .grid-editors-choice-block {
    background-color: #d9e0e8;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.youMayAlsoLike.section {
    padding: 50px 0 60px;
}

.globalConferenceListingComponent td {
    vertical-align: middle;
}

.globalConferenceListingComponent td.room-feature {
    line-height: 120%;
}

.globalConferenceListingComponent img {
    max-width: 100%;
}

.home-page-banner-calendar .input-group.date,
.home-page-banner-calendar .input-group.date .form-control {
    width: 100%;
}

@media (max-width: 767px) {
    .home-select .input-group-addon {
        display: table-cell;
    }
    /*clientlib-landingpage.css*/
    .home-page-link-container {
        top: auto;
        bottom: 0;
    }
}

.owl-wrapper-outer {
    overflow: hidden;
}

.stories-heading h1 {
    margin-top: 70px;
}

.detailed-section .stories-text ul {
    padding: 0 0 10px 40px;
}

@media (min-width: 1241px) {
    .stories-info.large {
        margin-top: 70px;
    }
}

.storyListComponentForProperty.section {
    padding: 0;
}

/* Fixed height for authorable grid - vertical lyout */

.authorable-grid-vertical-500 .genericgrid .vertical-half-bottom {
    height: 500px;
    padding: 0;
}

.authorable-grid-vertical-450 .genericgrid .vertical-half-bottom {
    height: 450px;
    padding: 0;
}

.authorable-grid-vertical-400 .genericgrid .vertical-half-bottom {
    height: 400px;
    padding: 0;
}

.authorable-grid-vertical-320 .genericgrid .vertical-half-bottom {
    height: 320px;
    padding: 0;
}

.authorable-grid-vertical-300 .genericgrid .vertical-half-bottom {
    height: 300px;
    padding: 0;
}

.authorable-grid-vertical-270 .genericgrid .vertical-half-bottom {
    height: 270px;
    padding: 0;
}

.authorable-grid-vertical-250 .genericgrid .vertical-half-bottom {
    height: 250px;
    padding: 0;
}

.authorable-grid-vertical-200 .genericgrid .vertical-half-bottom {
    height: 200px;
    padding: 0;
}

@media (max-width: 767px) {
    .authorable-grid-vertical-500 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-450 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-400 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-320 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-300 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-270 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-250 .genericgrid .vertical-half-bottom,
    .authorable-grid-vertical-200 .genericgrid .vertical-half-bottom {
        height: auto;
    }
}

/* form fixes */

.conferenceForm .input-group.date {
    border: 1px solid #9999a5 !important;
}

.conferenceForm .calendar-icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0 !important;
    font-size: 20px;
}

.conferenceForm .calendar-icon:before {
    content: '\e939';
}

/****************************************************************************************/

/************************* Image Card Component Custom Styles  **************************/

/****************************************************************************************/

.smallHeight {
    height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}

.mediumHeight {
    height: 240px;
    overflow: hidden;
    margin-bottom: 15px;
}

.largeHeight {
    height: 340px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (max-width: 990px) {
    .largeHeight,
    .mediumHeight,
    .smallHeight {
        height: auto;
    }
}

/* border radius */

.card-item.border-radius > .card-caption {
    border-radius: 5px;
}

/* white background for card content below image */

.item-cards-white .card-caption {
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-cards-white .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0 10px;
}

/* primary background for card content below image */

.item-cards-primary .card-caption {
    background-color: #0a214f;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-cards-primary .card-item > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-cards-primary .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0 10px;
}

.item-cards-primary .card-caption h3,
.item-cards-primary .card-caption h4,
.item-cards-primary .card-caption p {
    color: #ffffff;
}

.item-cards-primary a:hover > .card-caption {
    background-color: #335785;
}

/* bg-light for card content below image */

.item-cards-light .card-caption {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 40px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-cards-light .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0 10px;
}

/* primary border for card content below image */

.item-cards-outline .card-caption {
    border: 2px solid #0a214f;
    border-top: 0;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-cards-outline .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0 10px;
}

/***************************************************************************************/

/************************* Icon Card Component Custom Styles  **************************/

/***************************************************************************************/

/* white background */

.cards-icon-white .card-icon-block {
    display: inline-block;
    background-color: #ffffff;
    width: 100%;
    min-height: 160px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 30px 20px 10px;
    color: #535353;
}

.card-icon-no-link .card-icon-block {
    color: #53535c;
}

.icon.icon-nespresso {
    background-image: url('../images/nespresso-icon.png.sunimage.44.35.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 44px;
    height: 35px;
}

.card-icon-no-title h4 {
    display: none;
}

.card-icon {
    display: inline-block;
    margin-bottom: 30px;
}

/******************************************************************/

/************************* Competitions  **************************/

/******************************************************************/

.competitions .card-caption {
    position: relative;
}

.competitions .competition-date {
    position: absolute;
    top: 15px;
    font-weight: 700;
    color: #908c9c;
}

.competitions .competition-location {
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 700;
    color: #908c9c;
}

.competitions .competition-date span,
.competitions .competition-location span {
    margin-right: 3px;
}

.competitions.item-cards-white .card-caption h3 {
    padding: 50px 0 10px;
    color: #0a214f;
}

/* pgwSlideshow */

.pgwSlideshow .ps-caption {
    padding: 20px 40px !important;
}

.pgwSlideshow.narrow .ps-caption {
    font-size: 14px !important;
    line-height: 1.4em;
    padding: 10px 20px !important;
}

.pgwSlideshow.narrow .ps-list li .ps-item {
    width: auto;
}

.pgwSlideshow.narrow .ps-list li img {
    left: 0;
}

/****************************************************************************************/

/**************************** Additional text allignments  *****************************/

/****************************************************************************************/

/*
.text-xs-left, .text-xs-left p, .text-xs-left h1, .text-xs-left h2, .text-xs-left h3 { text-align: left; }
.text-xs-right, .text-xs-right p, .text-xs-right h1, .text-xs-right h2, .text-xs-right h3 { text-align: right; }
.text-xs-center, .text-xs-center p, .text-xs-center h1, .text-xs-center h2, .text-xs-center h3 { text-align: center; }
.text-xs-justify, .text-xs-justify p, .text-xs-justify h1, .text-xs-justify h2, .text-xs-justify h3 { text-align: justify; }
*/

@media (min-width: 768px) {
    .text-sm-left,
    .text-sm-left p,
    .text-sm-left h1,
    .text-sm-left h2,
    .text-sm-left h3,
    .text-sm-left h4,
    .text-sm-left .buttonComponent.section {
        text-align: left;
    }
    .text-sm-right,
    .text-sm-right p,
    .text-sm-right h1,
    .text-sm-right h2,
    .text-sm-right h3,
    .text-sm-right h4,
    .text-sm-right .buttonComponent.section {
        text-align: right;
    }
    .text-sm-center,
    .text-sm-center p,
    .text-sm-center h1,
    .text-sm-center h2,
    .text-sm-center h3,
    .text-sm-center h4,
    .text-sm-center .buttonComponent.section {
        text-align: center;
    }
    .text-sm-justify,
    .text-sm-justify p,
    .text-sm-justify h1,
    .text-sm-justify h2,
    .text-sm-justify h3,
    .text-sm-justify h4 {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left,
    .text-md-left p,
    .text-md-left h1,
    .text-md-left h2,
    .text-md-left h3,
    .text-md-left .buttonComponent.section {
        text-align: left;
    }
    .text-md-right,
    .text-md-right p,
    .text-md-right h1,
    .text-md-right h2,
    .text-md-right h3,
    .text-md-right .buttonComponent.section {
        text-align: right;
    }
    .text-md-center,
    .text-md-center p,
    .text-md-center h1,
    .text-md-center h2,
    .text-md-center h3,
    .text-md-center .buttonComponent.section {
        text-align: center;
    }
    .text-md-justify,
    .text-md-justify p,
    .text-md-justify h1,
    .text-md-justify h2,
    .text-md-justify h3 {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left,
    .text-lg-left p,
    .text-lg-left h1,
    .text-lg-left h2,
    .text-lg-left h3,
    .text-lg-left .buttonComponent.section {
        text-align: left;
    }
    .text-lg-right,
    .text-lg-right p,
    .text-lg-right h1,
    .text-lg-right h2,
    .text-lg-right h3,
    .ext-lg-right .buttonComponent.section {
        text-align: right;
    }
    .text-lg-center,
    .text-lg-center p,
    .text-lg-center h1,
    .text-lg-center h2,
    .text-lg-center h3,
    .text-lg-center .buttonComponent.section {
        text-align: center;
    }
    .text-lg-justify,
    .text-lg-justify p,
    .text-lg-justify h1,
    .text-lg-justify h2,
    .text-lg-justify h3 {
        text-align: justify;
    }
}

/***************************************/

.ribbon-red {
    background-color: rgba(0, 0, 0, 0.7) !important;
    left: 0 !important;
    top: 0 !important;
    padding: 132px 0 144px !important;
    font-size: 32px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    background-image: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    width: 100% !important;
}

.cancelled-show .ribbon-red {
    width: 100% !important;
    left: 0 !important;
    font-size: 48px !important;
    padding: 165px 0 !important;
}

.cancelled-show-large.show {
    display: none !important;
}

.ribbon-red.postponed {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.cancelled-show.postponed .ribbon-red {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

@media (min-width: 992px) {
    .cancelled-show .ribbon-red {
        padding: 250px 0 !important;
    }
}

/* activities - temprarily closed */

.temporarilyclosed {
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 53px 0;
    font-size: 30px;
    background-color: rgba(191, 141, 63, 0.8);
    color: #ffffff !important;
    top: 124px;
}

@media (min-width: 1241px) {
    .temporarilyclosed {
        position: fixed;
        top: 140px;
    }
}

.ribbon-red.text-danger.temporarilyclosed {
    width: 100% !important;
    margin-left: 0;
    font-size: 18px;
    background-color: rgba(191, 141, 63, 0.8) !important;
    padding: 10px 0 !important;
}

@media (min-width: 992px) {
    .ribbon-red.text-danger.temporarilyclosed {
        width: 50% !important;
        margin-left: 50%;
        padding: 136px 0 !important;
        font-size: 25px;
    }
    .fluid-block:nth-child(4n-1) .ribbon-red.text-danger.temporarilyclosed,
    .fluid-block:nth-child(4n) .ribbon-red.text-danger.temporarilyclosed {
        margin-left: 0;
    }
}

.restaurantListingComponent .text-danger.temporarilyclosed {
    position: absolute;
    top: -210px;
    padding: 108px 0 !important;
}

.section.restaurantListingComponent {
    padding: 50px 0;
}

/****************************************************************************/

/************************** Redesign 2020 ***********************************/

/****************************************************************************/

/* GENERAL NEW STYLES */

.sub-mega-wraper .scroller {
    padding-top: 23px;
}

.scroller > .icon-big-arrow-right,
.scroller > .icon-big-arrow-left {
    color: #ffffff;
}

.jumbotron.landing-hero .sun-header {
    padding: 130px 60px 120px;
}

.sun-city-menu-items .wrapper .list > .highlighted > a:before,
.sun-city-menu-items .wrapper .list > .highlighted > a:after {
    display: none;
}

.subNav .roomRateComponent h3 {
    margin: 0;
}

.subNav h1.no-margin {
    margin: 0 auto;
}

.page-content .section .container {
    margin-bottom: 0;
}

.btn-big {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 20px 0;
}

.text-inverse a.btn-big {
    text-decoration: none;
}

.description-container-rte .description-content {
    margin-bottom: 0;
}

.property-social-icons-wrapper {
    display: none;
}

div.section.bannerWidgets {
    background-color: #335785;
}

.display-flex .card-icon {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0;
}

.display-flex .card-icon .card-icon-block {
    display: block;
    padding: 30px 20px;
}

section.display-flex > .container {
    margin: 0 auto;
}

/*@media (min-width : 1241px) {
	.sub-mega-wraper {height:70px !important;}
	.sun-city-menu-items .wrapper,
	.sun-city-menu-items>.wrapper>.nav-tabs.list {height:70px !important;}
	.sun-city-menu-items>.wrapper>.nav-tabs.list>li>a {padding: 24px 15px !important;}
}*/

/*************************************************************************/

/************************** Sun City ***********************************/

/*************************************************************************/

/* property colors: */

/* green: #58aa30 / rgba(125,186,0,1) */

/* blue: #002e63 / rgba(0,46,99,1)  */

body.propertySunCity .subNav h1,
body.propertySunCity .subNav h1 span,
body.propertySunCity .subNav h1 small,
body.propertySunCity .text-primary {
    color: #58aa30;
}

body.propertySunCity .bg-info,
body.propertySunCity .bannerWidgets {
    background-color: #58aa30;
}

body.propertySunCity .bg-primary {
    background-color: #58aa30;
}

body.propertySunCity .bg-secondary,
body.propertySunCity .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #002e63;
}

body.propertySunCity .bg-primary-10 {
    background-color: rgba(125, 186, 0, 0.1);
}

body.propertySunCity .bg-primary-20 {
    background-color: rgba(125, 186, 0, 0.2);
}

body.propertySunCity .bg-primary-30 {
    background-color: rgba(125, 186, 0, 0.3);
}

body.propertySunCity .bg-primary-95 {
    background-color: rgba(125, 186, 0, 0.95);
}

body.propertySunCity .bg-secondary-10 {
    background-color: rgba(0, 46, 99, 0.1);
}

body.propertySunCity .bg-secondary-20 {
    background-color: rgba(0, 46, 99, 0.2);
}

body.propertySunCity .bg-secondary-30 {
    background-color: rgba(0, 46, 99, 0.3);
}

body.propertySunCity .property-social-icons li a {
    color: #58aa30;
}
body.propertySunCity .property-social-icons li a:hover {
    color: #0085a1;
}
body.propertySunCity .property-social-icons li a span.icon-twitter-filled {
    background-color: #58aa30;
}
body.propertySunCity
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #0085a1;
}

body.propertySunCity
    .full-width
    .gridComponent
    #fluid-content-large
    .more-info {
    background-color: rgba(125, 186, 0, 0.95);
}

body.propertySunCity .carousel-picture-info.primary-overlay,
body.propertySunCity .highlightsCarousel .bg-primary .owl-item {
    background-color: #58aa30;
}

body.propertyGrandWest .bg-secondary.dashboard-primary {
    background-color: #5bc2e7;
}
body.propertyPalace .bg-secondary.dashboard-primary {
    background-color: #8ec4af;
}
body.propertySibaya .bg-secondary.dashboard-primary {
    background-color: #88caa2;
}
body.propertySunCity .bg-secondary.dashboard-primary {
    background-color: #58aa30;
}
body.propertySVC .bg-secondary.dashboard-primary {
    background-color: #ae966a;
}
body.propertyTableBay .bg-secondary.dashboard-primary {
    background-color: rgba(152, 137, 96, 0.75);
}
body.propertyWCS .bg-secondary.dashboard-primary {
    background-color: #00aaa6;
}
body.propertyWindmill .bg-secondary.dashboard-primary {
    background-color: #ef4d36;
}

.bg-secondary.dashboard-primary .dashboard-col .h4 {
    color: #ffffff;
    text-transform: uppercase;
}

/* what's on arrows */

/*@media (max-width: 767px){
	body.propertySunCity .sun-custom-arrowUp {border-color: transparent transparent #58aa30 transparent;}
	body.propertySunCity .grid-1-row > a:hover .sun-custom-arrowUp {border-color: transparent transparent #002e63 transparent; }
}
@media (min-width: 768px){
	body.propertySunCity .sun-custom-arrowRight {border-color: transparent transparent transparent #0085a1;}
	body.propertySunCity .sun-custom-arrowLeft {border-color: transparent #0085a1 transparent transparent;}
	body.propertySunCity .grid-1-row > a:hover .sun-custom-arrowRight {border-color: transparent transparent transparent #58aa30; }
	body.propertySunCity .grid-1-row > a:hover .sun-custom-arrowLeft {border-color: transparent #58aa30 transparent transparent; }
}
@media (min-width: 768px) and (max-width: 991px){
	body.propertySunCity .grid-1-row:nth-child(even) .sun-custom-arrowRight {border-color: transparent #58aa30 transparent transparent;}
	body.propertySunCity .grid-1-row:nth-child(odd) .sun-custom-arrowLeft {border-color: transparent transparent transparent #58aa30;}
	body.propertySunCity .grid-1-row:nth-child(even) > a:hover .sun-custom-arrowRight {border-color: transparent #002e63 transparent transparent; }
	body.propertySunCity .grid-1-row:nth-child(odd) > a:hover .sun-custom-arrowLeft {border-color: transparent transparent transparent #002e63; }
}*/

body.propertySunCity .event-listing-container a #grid-list {
    background-color: #0085a1;
}

body.propertySunCity .event-listing-container a:hover #grid-list {
    background-color: #58aa30;
}

/* back to top */

body.propertySunCity .cd-top {
    background-color: #002e63;
}

body.propertySunCity .cd-top:hover {
    background-color: #58aa30;
}

body.propertySunCity .storiesListContainer {
    background-color: #f2f8e5;
}

body.propertySunCity .sunDesktopDialogWidget .sunTitleLabel,
body.propertySunCity .sunDesktopDialogWidget .sunTitle {
    background-color: rgba(125, 186, 0, 0.75);
}

/* display flex - card icon */

body.propertySunCity .display-flex .card-icon {
    background-color: rgba(125, 186, 0, 0.1);
}

body.propertySunCity .display-flex .card-icon > a:hover {
    background-color: rgba(125, 186, 0, 0.3);
}

body.propertySunCity .display-flex .card-icon h4,
body.propertySunCity .display-flex .card-icon span.icon {
    color: #58aa30;
}

body.propertySunCity .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #58aa30, 0 0 1px transparent;
    color: #58aa30;
}

body.propertySunCity .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #58aa30;
    color: #ffffff;
}

/* tables */

body.propertySunCity table.SITable tr th {
    background-color: #58aa30;
}

body.propertySunCity .tableComponent table tr:nth-child(odd),
body.propertySunCity .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(125, 186, 0, 0.1);
}

body.propertySunCity .tableComponent table tr:nth-child(even) td {
    border-color: rgba(125, 186, 0, 0.1);
}

/* conferencing table */

body.propertySunCity .table-header-container > td {
    background-color: #58aa30;
}

body.propertySunCity .table-header,
body.propertySunCity tr.collapse-item > td,
body.propertySunCity .room-name.active {
    background-color: #e2f0c7;
}

/* 22% of primary */

body.propertySunCity .globalConferenceListingComponent td {
    border-color: #e2f0c7;
}

/* 22% of primary */

/*************************************************************************/

/************************** Boardwalk ***********************************/

/*************************************************************************/

/* property colors: */

/* burgundy: #8b2f4b / rgba(139,47,75,1) */

/* peach: #fcc5a2 / rgba(252,197,162,1) */

body.propertyBoardwalk .subNav h1,
body.propertyBoardwalk .subNav h1 span,
body.propertyBoardwalk .subNav h1 small,
body.propertyBoardwalk .text-primary {
    color: #8b2f4b;
}

/* background colors */

body.propertyBoardwalk .bg-primary {
    background-color: #8b2f4b;
}

body.propertyBoardwalk .bg-secondary,
body.propertyBoardwalk .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #fcc5a2;
}

body.propertyBoardwalk .bg-light {
    background-color: rgba(252, 197, 162, 0.1);
}

body.propertyBoardwalk .bg-primary-10 {
    background-color: rgba(139, 47, 75, 0.1);
}

body.propertyBoardwalk .bg-primary-20 {
    background-color: rgba(139, 47, 75, 0.2);
}

body.propertyBoardwalk .bg-primary-30 {
    background-color: rgba(139, 47, 75, 0.3);
}

body.propertyBoardwalk .bg-primary-40 {
    background-color: rgba(139, 47, 75, 0.4);
}

body.propertyBoardwalk .bg-primary-50 {
    background-color: rgba(139, 47, 75, 0.5);
}

body.propertyBoardwalk .bg-primary-95 {
    background-color: rgba(139, 47, 75, 0.95);
}

body.propertyBoardwalk .bg-info,
body.propertyBoardwalk .bannerWidgets,
body.propertyBoardwalk .bg-primary.dashboard-wrap {
    background-color: #8b2f4b;
}

body.propertyBoardwalk .primary-overlay {
    background-color: rgba(139, 47, 75, 0.85);
}

body.propertyBoardwalk .carousel-picture-info.primary-overlay,
body.propertyBoardwalk .highlightsCarousel .bg-primary .owl-item {
    background-color: #8b2f4b;
}

body.propertyBoardwalk .storiesListContainer {
    background-color: #fef3ec;
}

body.propertyBoardwalk
    .full-width
    .gridComponent
    #fluid-content-large
    .more-info {
    background-color: rgba(139, 47, 75, 0.95);
}

body.propertyBoardwalk .property-social-icons li a {
    color: #8b2f4b;
}

body.propertyBoardwalk .property-social-icons li a {
    color: #fcc5a2;
}
body.propertyBoardwalk .property-social-icons li a:hover {
    color: #8b2f4b;
}
body.propertyBoardwalk .property-social-icons li a span.icon-twitter-filled {
    background-color: #fcc5a2;
}
body.propertyBoardwalk
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #8b2f4b;
}

/* back to top */

body.propertyBoardwalk .cd-top {
    background-color: #fcc5a2;
}

body.propertyBoardwalk .cd-top:hover {
    background-color: #8b2f4b;
}

/* tables */

body.propertyBoardwalk table.SITable tr th {
    background-color: #8b2f4b;
}

body.propertyBoardwalk .tableComponent table tr:nth-child(odd),
body.propertyBoardwalk .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(139, 47, 75, 0.1);
}

body.propertyBoardwalk .tableComponent table tr:nth-child(even) td {
    border-color: #e6d1d7;
}

/* conferencing table */

body.propertyBoardwalk .table-header-container > td {
    background-color: #8b2f4b;
}

body.propertyBoardwalk .table-header,
body.propertyBoardwalk tr.collapse-item > td,
body.propertyBoardwalk .room-name.active {
    background-color: #e6d1d7;
}

/* 22% of primary */

body.propertyBoardwalk .globalConferenceListingComponent td {
    border-color: #e6d1d7;
}

/* 22% of primary */

/* what's on */

body.propertyBoardwalk .event-listing-container a:hover #grid-list {
    background-color: #e01b48;
}

/* display flex - card icon */

body.propertyBoardwalk .display-flex .card-icon {
    background-color: rgba(139, 47, 75, 0.1);
}

body.propertyBoardwalk .display-flex .card-icon > a:hover {
    background-color: rgba(139, 47, 75, 0.3);
}

body.propertyBoardwalk .display-flex .card-icon h4,
body.propertyBoardwalk .display-flex .card-icon span.icon {
    color: #8b2f4b;
}

body.propertyBoardwalk .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #8b2f4b, 0 0 1px transparent;
    color: #8b2f4b;
}

body.propertyBoardwalk .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #8b2f4b;
    color: #ffffff;
}

/********************************************************************************************/

/************************************** CARNIVAL CITY ***************************************/

/********************************************************************************************/

/* property colors: */

/* pink: #cf035c / rgba(207,3,92,1) */

/* blue: #0098cd / rgba(0,152,205,1) */

.carnival-city-home-20years-birthday-flag {
    position: absolute;
    top: 100px;
    left: 10%;
    max-width: 80px;
}

@media (min-width: 768px) {
    .carnival-city-home-20years-birthday-flag {
        max-width: none;
    }
}

@media (min-width: 1241px) {
    .carnival-city-home-20years-birthday-flag {
        top: 120px;
        left: 30%;
    }
}

body.propertyCarnivalCity .subNav h1,
body.propertyCarnivalCity .subNav h1 span,
body.propertyCarnivalCity .subNav h1 small,
body.propertyCarnivalCity .text-primary {
    color: #cf035c;
}

/* background colors */

body.propertyCarnivalCity .bg-primary {
    background-color: #cf035c;
}

body.propertyCarnivalCity .bg-secondary,
body.propertyCarnivalCity .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #0098cd;
}

body.propertyCarnivalCity .bg-light {
    background-color: rgba(0, 152, 205, 0.1);
}

body.propertyCarnivalCity .bg-primary-10 {
    background-color: rgba(207, 3, 92, 0.1);
}

body.propertyCarnivalCity .bg-primary-20 {
    background-color: rgba(207, 3, 92, 0.2);
}

body.propertyCarnivalCity .bg-primary-30 {
    background-color: rgba(207, 3, 92, 0.3);
}

body.propertyCarnivalCity .bg-primary-40 {
    background-color: rgba(207, 3, 92, 0.4);
}

body.propertyCarnivalCity .bg-primary-50 {
    background-color: rgba(207, 3, 92, 0.5);
}

body.propertyCarnivalCity .bg-primary-95 {
    background-color: rgba(207, 3, 92, 0.95);
}

body.propertyCarnivalCity .bg-info {
    background-color: #0098cd;
}

body.propertyCarnivalCity .bannerWidgets {
    background-color: #0098cd;
}

body.propertyCarnivalCity .storiesListContainer {
    background-color: #cceaf5;
}

body.propertyCarnivalCity .carousel-picture-info.primary-overlay,
body.propertyCarnivalCity .highlightsCarousel .bg-primary .owl-item {
    background-color: #0098cd;
}

body.propertyCarnivalCity .property-social-icons li a {
    color: #cf035c;
}
body.propertyCarnivalCity .property-social-icons li a:hover {
    color: #0098cd;
}
body.propertyCarnivalCity .property-social-icons li a span.icon-twitter-filled {
    background-color: #cf035c;
}
body.propertyCarnivalCity
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #0098cd;
}

/* what's on */

body.propertyCarnivalCity .event-listing-container a #grid-list {
    background-color: #482d8d;
}

body.propertyCarnivalCity .event-listing-container a:hover #grid-list {
    background-color: #cf035c;
}

/* back to top */

body.propertyCarnivalCity .cd-top {
    background-color: #0098cd;
}

body.propertyCarnivalCity .cd-top:hover {
    background-color: #cf035c;
}

/* tables */

body.propertyCarnivalCity table.SITable tr th {
    background-color: #0098cd;
}

body.propertyCarnivalCity .tableComponent table tr:nth-child(odd),
body.propertyCarnivalCity .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(0, 152, 205, 0.1);
}

body.propertyCarnivalCity .tableComponent table tr:nth-child(even) td {
    border-color: rgba(0, 152, 205, 0.1);
}

/* conferencing table */

body.propertyCarnivalCity .table-header-container > td {
    background-color: #0098cd;
}

body.propertyCarnivalCity .table-header,
body.propertyCarnivalCity tr.collapse-item > td,
body.propertyCarnivalCity .room-name.active {
    background-color: #c7e8f4;
}

/* 22% of primary */

body.propertyCarnivalCity .globalConferenceListingComponent td {
    border-color: #c7e8f4;
}

/* 22% of primary */

/* display flex - card icon */

body.propertyCarnivalCity .display-flex .card-icon {
    background-color: rgba(0, 152, 205, 0.1);
}

body.propertyCarnivalCity .display-flex .card-icon > a:hover {
    background-color: rgba(0, 152, 205, 0.3);
}

body.propertyCarnivalCity .display-flex .card-icon h4,
body.propertyCarnivalCity .display-flex .card-icon span.icon {
    color: #0098cd;
}

body.propertyCarnivalCity .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #0098cd, 0 0 1px transparent;
    color: #0098cd;
}

body.propertyCarnivalCity
    .display-flex
    .card-icon
    .btn.btn-outline-primary:hover {
    background-color: #0098cd;
    color: #ffffff;
}

/*************************************************************************/

/************************** Flamingo ***********************************/

/*************************************************************************/

/* property colors: */

/* red: #d12235 / rgba(209,34,53,1) */

/* yellow: #fbac17 / rgba(251,172,23,1) */

body.propertyFlamingo .subNav h1,
body.propertyFlamingo .subNav h1 span,
body.propertyFlamingo .subNav h1 small,
body.propertyFlamingo .text-primary {
    color: #d12235;
}

/* background colors */

body.propertyFlamingo .bg-primary {
    background-color: #d12235;
}

body.propertyFlamingo .bg-secondary,
body.propertyFlamingo .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #fbac17;
}

body.propertyFlamingo .bg-light {
    background-color: rgba(251, 172, 23, 0.1);
}

body.propertyFlamingo .bg-primary-10 {
    background-color: rgba(209, 34, 53, 0.1);
}

body.propertyFlamingo .bg-primary-20 {
    background-color: rgba(209, 34, 53, 0.2);
}

body.propertyFlamingo .bg-primary-30 {
    background-color: rgba(209, 34, 53, 0.3);
}

body.propertyFlamingo .bg-primary-40 {
    background-color: rgba(209, 34, 53, 0.4);
}

body.propertyFlamingo .bg-primary-50 {
    background-color: rgba(209, 34, 53, 0.5);
}

body.propertyFlamingo .bg-primary-95 {
    background-color: rgba(209, 34, 53, 0.95);
}

body.propertyFlamingo .bg-info,
body.propertyFlamingo .bannerWidgets,
body.propertyFlamingo .bg-primary.dashboard-wrap {
    background-color: #fbac17;
}

body.propertyFlamingo .primary-overlay {
    background-color: rgba(209, 34, 53, 0.85);
}

body.propertyFlamingo .carousel-picture-info.primary-overlay,
body.propertyFlamingo .highlightsCarousel .bg-primary .owl-item {
    background-color: #d12235;
}

body.propertyFlamingo .storiesListContainer {
    background-color: #fff7e7;
}

body.propertyFlamingo
    .full-width
    .gridComponent
    #fluid-content-large
    .more-info {
    background-color: rgba(209, 34, 53, 0.95);
}

/* back to top */

body.propertyFlamingo .cd-top {
    background-color: #fbac17;
}

body.propertyFlamingo .cd-top:hover {
    background-color: #d12235;
}

/* tables */

body.propertyFlamingo table.SITable tr th {
    background-color: #fbac17;
}

body.propertyFlamingo .tableComponent table tr:nth-child(odd),
body.propertyFlamingo .tableComponent table tr:nth-child(odd) td {
    background-color: #fff7e7;
}

/* 10% of primary */

body.propertyFlamingo .tableComponent table tr:nth-child(even) td {
    border-color: #feedcc;
}

/* 22% of primary */

/* conferencing table */

body.propertyFlamingo .table-header-container > td {
    background-color: #fbac17;
}

body.propertyFlamingo .table-header,
body.propertyFlamingo tr.collapse-item > td,
body.propertyFlamingo .room-name.active {
    background-color: #feedcc;
}

/* 22% of primary */

body.propertyFlamingo .globalConferenceListingComponent td {
    border-color: #feedcc;
}

/* 22% of primary */

body.propertyFlamingo .property-social-icons li a {
    color: #d12235;
}
body.propertyFlamingo .property-social-icons li a:hover {
    color: #fbac17;
}
body.propertyFlamingo .property-social-icons li a span.icon-twitter-filled {
    background-color: #d12235;
}
body.propertyFlamingo
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #fbac17;
}

/* what's on  */

body.propertyFlamingo .grid-1-row.bg-primary {
    background-color: #fbac17;
}

body.propertyFlamingo .event-listing-container a:hover #grid-list {
    background-color: #ec688a;
}

body.propertyFlamingo .whatsOnComponent .event-listing-container .eventlabel {
    border-color: #fde9a2;
    color: #fde9a2;
}

/* display flex - card icon */

body.propertyFlamingo .display-flex .card-icon {
    background-color: rgba(251, 172, 23, 0.1);
}

body.propertyFlamingo .display-flex .card-icon > a:hover {
    background-color: rgba(251, 172, 23, 0.3);
}

body.propertyFlamingo .display-flex .card-icon h4,
body.propertyFlamingo .display-flex .card-icon span.icon {
    color: #fbac17;
}

body.propertyFlamingo .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #fbac17, 0 0 1px transparent;
    color: #fbac17;
}

body.propertyFlamingo .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #fbac17;
    color: #ffffff;
}

/*************************************************************************/

/************************** Golden Valley ***********************************/

/*************************************************************************/

/* property colors: */

/* teal: #004f71 / rgba(0,79,113,1) */

/* green: #0d97a3 / rgba(92,184,178,1) */

body.propertyGoldenValley .subNav h1,
body.propertyGoldenValley .subNav h1 span,
body.propertyGoldenValley .subNav h1 small,
body.propertyGoldenValley .text-primary {
    color: #004f71;
}

/* background colors */

body.propertyGoldenValley .bg-primary {
    background-color: #004f71;
}

body.propertyGoldenValley .bg-secondary,
body.propertyGoldenValley .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #0d97a3;
}

body.propertyGoldenValley .bg-light {
    background-color: rgba(92, 184, 178, 0.1);
}

body.propertyGoldenValley .bg-primary-10 {
    background-color: rgba(0, 79, 113, 0.1);
}

body.propertyGoldenValley .bg-primary-20 {
    background-color: rgba(0, 79, 113, 0.2);
}

body.propertyGoldenValley .bg-primary-30 {
    background-color: rgba(0, 79, 113, 0.3);
}

body.propertyGoldenValley .bg-primary-40 {
    background-color: rgba(0, 79, 113, 0.4);
}

body.propertyGoldenValley .bg-primary-50 {
    background-color: rgba(0, 79, 113, 0.5);
}

body.propertyGoldenValley .bg-primary-95 {
    background-color: rgba(0, 79, 113, 0.95);
}

body.propertyGoldenValley .bg-info,
body.propertyGoldenValley .bannerWidgets {
    background-color: #004f71;
}

body.propertyGoldenValley .storiesListContainer {
    background-color: #ccdce3;
}

body.propertyGoldenValley .carousel-picture-info.primary-overlay,
body.propertyGoldenValley .highlightsCarousel .bg-primary .owl-item {
    background-color: #004f71;
}

body.propertyGoldenValley .property-social-icons li a {
    color: #004f71;
}
body.propertyGoldenValley .property-social-icons li a:hover {
    color: #0d97a3;
}
body.propertyGoldenValley .property-social-icons li a span.icon-twitter-filled {
    background-color: #004f71;
}
body.propertyGoldenValley
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #0d97a3;
}

/* what's on */

body.propertyGoldenValley .event-listing-container a:hover #grid-list {
    background-color: #0d97a3;
}

/* back to top */

body.propertyGoldenValley .cd-top {
    background-color: #0d97a3;
}

body.propertyGoldenValley .cd-top:hover {
    background-color: #004f71;
}

/* tables */

body.propertyGoldenValley table.SITable tr th {
    background-color: #004f71;
}

body.propertyGoldenValley .tableComponent table tr:nth-child(odd),
body.propertyGoldenValley .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(0, 79, 113, 0.1);
}

body.propertyGoldenValley .tableComponent table tr:nth-child(even) td {
    border-color: rgba(0, 79, 113, 0.1);
}

/* display flex - card icon */

body.propertyGoldenValley .display-flex .card-icon {
    background-color: rgba(0, 79, 113, 0.1);
}

body.propertyGoldenValley .display-flex .card-icon > a:hover {
    background-color: rgba(0, 79, 113, 0.3);
}

body.propertyGoldenValley .display-flex .card-icon h4,
body.propertyGoldenValley .display-flex .card-icon span.icon {
    color: #004f71;
}

body.propertyGoldenValley .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #004f71, 0 0 1px transparent;
    color: #004f71;
}

body.propertyGoldenValley
    .display-flex
    .card-icon
    .btn.btn-outline-primary:hover {
    background-color: #004f71;
    color: #ffffff;
}

/*************************************************************************/

/************************** GrandWest ***********************************/

/*************************************************************************/

/* property colors: */

/* blue: #5bc2e7 / rgba(91,194,231,1) */

/* purple: #bb29bb / rgba(187,41,187,1) */

body.propertyGrandWest .subNav h1,
body.propertyGrandWest .subNav h1 span,
body.propertyGrandWest .subNav h1 small,
body.propertyGrandWest .text-primary {
    color: #5bc2e7;
}

body.propertyGrandWest .bg-info,
body.propertyGrandWest .bannerWidgets {
    background-color: #5bc2e7;
}

body.propertyGrandWest .bg-primary {
    background-color: #5bc2e7;
}

body.propertyGrandWest .bg-secondary,
body.propertyGrandWest .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #bb29bb;
}

body.propertyGrandWest .bg-primary-10 {
    background-color: rgba(91, 194, 231, 0.1);
}

body.propertyGrandWest .bg-primary-20 {
    background-color: rgba(91, 194, 231, 0.2);
}

body.propertyGrandWest .bg-primary-30 {
    background-color: rgba(91, 194, 231, 0.3);
}

body.propertyGrandWest .bg-primary-95 {
    background-color: rgba(91, 194, 231, 0.95);
}

body.propertyGrandWest .bg-secondary-10 {
    background-color: rgba(187, 41, 187, 0.1);
}

body.propertyGrandWest .bg-secondary-20 {
    background-color: rgba(187, 41, 187, 0.2);
}

body.propertyGrandWest .bg-secondary-30 {
    background-color: rgba(187, 41, 187, 0.3);
}

body.propertyGrandWest .storiesListContainer {
    background-color: #def3fa;
}

body.propertyGrandWest .carousel-picture-info.primary-overlay,
body.propertyGrandWest .highlightsCarousel .bg-primary .owl-item {
    background-color: #5bc2e7;
}

body.propertyGrandWest .property-social-icons li a {
    color: #5bc2e7;
}
body.propertyGrandWest .property-social-icons li a:hover {
    color: #bb29bb;
}
body.propertyGrandWest .property-social-icons li a span.icon-twitter-filled {
    background-color: #5bc2e7;
}
body.propertyGrandWest
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #bb29bb;
}

/* what's on */

body.propertyGrandWest .event-listing-container a:hover #grid-list {
    background-color: #916dce;
}

/* back to top */

body.propertyGrandWest .cd-top {
    background-color: #bb29bb;
}

body.propertyGrandWest .cd-top:hover {
    background-color: #5bc2e7;
}

/* tables */

body.propertyGrandWest table.SITable tr th {
    background-color: #5bc2e7;
}

body.propertyGrandWest .tableComponent table tr:nth-child(odd),
body.propertyGrandWest .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(91, 194, 231, 0.1);
}

body.propertyGrandWest .tableComponent table tr:nth-child(even) td {
    border-color: rgba(91, 194, 231, 0.1);
}

/* display flex - card icon */

body.propertyGrandWest .display-flex .card-icon {
    background-color: rgba(91, 194, 231, 0.1);
}

body.propertyGrandWest .display-flex .card-icon > a:hover {
    background-color: rgba(91, 194, 231, 0.3);
}

body.propertyGrandWest .display-flex .card-icon h4,
body.propertyGrandWest .display-flex .card-icon span.icon {
    color: #5bc2e7;
}

body.propertyGrandWest .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #5bc2e7, 0 0 1px transparent;
    color: #5bc2e7;
}

body.propertyGrandWest .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #5bc2e7;
    color: #ffffff;
}

/*************************************************************************/

/************************** Maslow ***********************************/

/*************************************************************************/

/* property colors: */

/* green: #292e25 / rgba(41,46,37,1) */

/* blue: #009db9 / rgba(0,157,185,1) */

body.propertyMaslow .subNav h1,
body.propertyMaslow .subNav h1 span,
body.propertyMaslow .subNav h1 small,
body.propertyMaslow .text-primary {
    color: #292e25;
}

/* background colors */

body.propertyMaslow .bg-primary,
body.propertyMaslow .bg-info,
body.propertyMaslow .bannerWidgets {
    background-color: #292e25;
}

body.propertyMaslow .bg-secondary {
    background-color: rgba(0, 157, 185, 1);
}

body.propertyMaslow .bg-primary.dashboard-wrap {
    background-color: rgba(41, 46, 37, 0.66);
}

body.propertyMaslow .bg-primary.dashboard-wrap .menu-url a {
    color: #ffffff;
}

body.propertyMaslow .bg-light {
    background-color: rgba(41, 46, 37, 0.1);
}

body.propertyMaslow .bg-primary-10 {
    background-color: rgba(41, 46, 37, 0.1);
}

body.propertyMaslow .bg-primary-20 {
    background-color: rgba(41, 46, 37, 0.2);
}

body.propertyMaslow .bg-primary-30 {
    background-color: rgba(41, 46, 37, 0.3);
}

body.propertyMaslow .bg-primary-95 {
    background-color: rgba(41, 46, 37, 0.95);
}

body.propertyMaslow .bg-secondary-10 {
    background-color: rgba(0, 157, 185, 0.1);
}

body.propertyMaslow .bg-secondary-20 {
    background-color: rgba(0, 157, 185, 0.2);
}

body.propertyMaslow .bg-secondary-30 {
    background-color: rgba(0, 157, 185, 0.3);
}

body.propertyMaslow .carousel-picture-info.primary-overlay,
body.propertyMaslow .highlightsCarousel .bg-primary .owl-item {
    background-color: #292e25;
}

body.propertyMaslow .storiesListContainer {
    background-color: #d4d5d3;
}

body.propertyMaslow #editorschoice .grid-editors-choice-block {
    background-color: rgba(0, 157, 185, 0.1);
}

/* card item */

body.propertyMaslow .card-item > a:hover {
    background-color: transparent;
}

body.propertyMaslow .card-item > a:hover h3,
body.propertyMaslow .card-item > a:hover p,
body.propertyMaslow .card-item > a:hover div,
body.propertyMaslow .card-item > a:hover span {
    color: #009db9;
}

body.propertyMaslow .card-item-primary .card-caption {
    background-color: rgba(41, 46, 37, 0.33);
    padding: 20px 40px 40px;
}

body.propertyMaslow .card-item-secondary .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0;
}

body.propertyMaslow .card-item-secondary .card-caption {
    background-color: rgba(0, 157, 185, 0.33);
    padding: 20px 40px 40px;
}

body.propertyMaslow .card-item-secondary .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0;
}

body.propertyMaslow .card-item-white .card-caption {
    background-color: #ffffff;
    padding: 20px 40px 40px;
}

body.propertyMaslow .card-item-white .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0;
}

body.propertyMaslow .display-flex .card-icon {
    background-color: rgba(0, 157, 185, 0.1);
}

body.propertyMaslow .display-flex .card-icon > a:hover {
    background-color: rgba(0, 157, 185, 0.3);
}

body.propertyMaslow .display-flex .card-icon h4,
body.propertyMaslow .display-flex .card-icon span.icon {
    color: #009db9;
}

body.propertyMaslow .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #009db9, 0 0 1px transparent;
    color: #009db9;
}

body.propertyMaslow .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #009db9;
    color: #ffffff;
}

body.propertyMaslow .property-social-icons li a {
    color: #292e25;
}
body.propertyMaslow .property-social-icons li a:hover {
    color: #009db9;
}
body.propertyMaslow .property-social-icons li a span.icon-twitter-filled {
    background-color: #292e25;
}
body.propertyMaslow .property-social-icons li a:hover span.icon-twitter-filled {
    background-color: #009db9;
}

/* what's on */

body.propertyMaslow .event-listing-container a #grid-list {
    background-color: #009db9;
}

body.propertyMaslow .event-listing-container a:hover #grid-list {
    background-color: #64bdbc;
}

body.propertyMaslow .grid-3-col .fluid-content-wrapper {
    padding: 0;
}

body.propertyMaslow.firstBlockImage
    .page-content
    section.detailed-section.section-item:first-child
    > .container {
    width: 100%;
}

body.propertyMaslow.firstBlockImage
    .page-content
    section.detailed-section.section-item:first-child
    .fluid-image-block
    img {
    width: 100%;
}

/* back to top */

body.propertyMaslow .cd-top {
    background-color: #009db9;
}

body.propertyMaslow .cd-top:hover {
    background-color: #292e25;
}

/* tables */

body.propertyMaslow .table-header-container {
    background-color: #292e25;
}

body.propertyMaslow table.SITable tr th {
    background-color: #292e25;
}

body.propertyMaslow .tableComponent table tr:nth-child(odd),
body.propertyMaslow .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(41, 46, 37, 0.1);
}

body.propertyMaslow .tableComponent table tr:nth-child(even) td {
    border-color: rgba(41, 46, 37, 0.1);
}

body.propertyMaslow tr.collapse-item,
body.propertyMaslow .table-header,
body.propertyMaslow .room-name.active {
    background-color: rgba(41, 46, 37, 0.2);
}

/* carousel */

body.propertyMaslow .owl-controls .owl-nav .owl-next,
body.propertyMaslow .owl-controls .owl-nav .owl-prev {
    background-color: rgba(41, 46, 37, 0.33);
}

body.propertyMaslow .section-special-border-col {
    border-top: 2px solid #867969;
    border-bottom: 2px solid #867969;
    padding: 2px 0;
}

body.propertyMaslow .section-special-border-col h2 {
    border-top: 4px solid #867969;
    border-bottom: 4px solid #867969;
    text-align: left;
    margin: 0;
    padding: 54px 30px;
}

body.propertyMaslow .rooms-details-container {
    padding: 30px 0 50px;
    margin-bottom: 0;
}

body.propertyMaslow .main-info.bg-info {
    background-color: rgba(255, 255, 255, 0.1);
}

body.propertyMaslow .description-container-rte .description-content {
    margin-bottom: 0;
}

/**/

body.propertyMaslow .rooms-details-container {
    padding: 30px 0 50px;
    margin-bottom: 0;
}

body.propertyMaslow .description-container-rte .description-content {
    margin-bottom: 0;
}

/*************************************************************************/

/************************** Meropa ***********************************/

/*************************************************************************/

/* property colors: */
/* blue: #2c3b97 / rgba(44,59,151,1) */
/* teal: #0cbab3 / rgba(12,186,179,1) */
/* orange: #D76D2C / rgba(215,109,44,1) */
/* purple: #562B50 / rgba(86,43,80,1) */

body.propertyMeropa .subNav h1,
body.propertyMeropa .subNav h1 span,
body.propertyMeropa .subNav h1 small,
body.propertyMeropa .text-primary {
    color: #d76d2c;
}

body.propertyMeropa .bg-info {
    background-color: #d76d2c;
}

body.propertyMeropa .bannerWidgets {
    background-color: #d76d2c;
}

body.propertyMeropa .bg-primary {
    background-color: #562b50;
}

body.propertyMeropa .bg-secondary,
body.propertyMeropa .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #d76d2c;
}

body.propertyMeropa .bg-primary-10 {
    background-color: rgba(86, 43, 80, 0.1);
}

body.propertyMeropa .bg-primary-20 {
    background-color: rgba(86, 43, 80, 0.2);
}

body.propertyMeropa .bg-primary-30 {
    background-color: rgba(86, 43, 80, 0.3);
}

body.propertyMeropa .bg-primary-95 {
    background-color: rgba(86, 43, 80, 0.95);
}

body.propertyMeropa .bg-secondary-10 {
    background-color: rgba(215, 109, 44, 0.1);
}

body.propertyMeropa .bg-secondary-20 {
    background-color: rgba(215, 109, 44, 0.2);
}

body.propertyMeropa .bg-secondary-30 {
    background-color: rgba(215, 109, 44, 0.3);
}

body.propertyMeropa .storiesListContainer {
    background-color: #e6dfe5;
}

body.propertyMeropa .carousel-picture-info.primary-overlay,
body.propertyMeropa .highlightsCarousel .bg-primary .owl-item {
    background-color: #562b50;
}

/* conferencing table */

body.propertyMeropa .table-header-container > td {
    background-color: #d76d2c;
}

body.propertyMeropa .table-header,
body.propertyMeropa tr.collapse-item > td,
body.propertyMeropa .room-name.active {
    background-color: #f5daca;
}

body.propertyMeropa .property-social-icons li a {
    color: #d76d2c;
}
body.propertyMeropa .property-social-icons li a:hover {
    color: #562b50;
}
body.propertyMeropa .property-social-icons li a span.icon-twitter-filled {
    background-color: #d76d2c;
}
body.propertyMeropa .property-social-icons li a:hover span.icon-twitter-filled {
    background-color: #562b50;
}

/* what's on */

body.propertyMeropa .event-listing-container a:hover #grid-list {
    background-color: #d76d2c;
}

/* back to top */

body.propertyMeropa .cd-top {
    background-color: #d76d2c;
}

body.propertyMeropa .cd-top:hover {
    background-color: #562b50;
}

/* tables */

body.propertyMeropa table.SITable tr th {
    background-color: #562b50;
}

body.propertyMeropa .tableComponent table tr:nth-child(odd),
body.propertyMeropa .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(86, 43, 80, 0.1);
}

body.propertyMeropa .tableComponent table tr:nth-child(even) td {
    border-color: rgba(86, 43, 80, 0.1);
}

/* display flex - card icon */

body.propertyMeropa .display-flex .card-icon {
    background-color: rgba(86, 43, 80, 0.1);
}

body.propertyMeropa .display-flex .card-icon > a:hover {
    background-color: rgba(86, 43, 80, 0.3);
}

body.propertyMeropa .display-flex .card-icon h4,
body.propertyMeropa .display-flex .card-icon span.icon {
    color: #562b50;
}

body.propertyMeropa .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #562b50, 0 0 1px transparent;
    color: #562b50;
}

body.propertyMeropa .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #562b50;
    color: #ffffff;
}

/*************************************************************************/

/************************** The Palace ***********************************/

/*************************************************************************/

/* property colors: */

/* green: #008576 / rgba(0,133,117,1) */
/* light green: #8EC4AF / rgba(196,196,175,1) */

body.propertyPalace .subNav h1,
body.propertyPalace .subNav h1 span,
body.propertyPalace .subNav h1 small,
body.propertyPalace .text-primary {
    color: #008576;
}

body.propertyPalace .bg-info,
body.propertyPalace .bannerWidgets {
    background-color: #008576;
}

body.propertyPalace .bg-primary {
    background-color: #008576;
}

body.propertyPalace .bg-secondary {
    background-color: #8ec4af;
}

body.propertyPalace .bg-primary-10 {
    background-color: rgba(196, 196, 175, 0.1);
}

body.propertyPalace .bg-primary-20 {
    background-color: rgba(196, 196, 175, 0.2);
}

body.propertyPalace .bg-primary-30 {
    background-color: rgba(196, 196, 175, 0.3);
}

body.propertyPalace .bg-primary-95 {
    background-color: rgba(196, 196, 175, 0.95);
}

body.propertyPalace .bg-secondary-10 {
    background-color: rgba(0, 133, 117, 0.1);
}

body.propertyPalace .bg-secondary-20 {
    background-color: rgba(0, 133, 117, 0.2);
}

body.propertyPalace .bg-secondary-30 {
    background-color: rgba(0, 133, 117, 0.3);
}

body.propertyPalace .storiesListContainer {
    background-color: #8ec4af;
}

body.propertyPalace .carousel-picture-info.primary-overlay,
body.propertyPalace .highlightsCarousel .bg-primary .owl-item {
    background-color: #008576;
}

body.propertyPalace .property-social-icons li a {
    color: #008576;
}
body.propertyPalace .property-social-icons li a:hover {
    color: #8ec4af;
}
body.propertyPalace .property-social-icons li a span.icon-twitter-filled {
    background-color: #008576;
}
body.propertyPalace .property-social-icons li a:hover span.icon-twitter-filled {
    background-color: #8ec4af;
}

/* what's on */

body.propertyPalace .event-listing-container a #grid-list {
    background-color: #008576;
}

body.propertyPalace .event-listing-container a:hover #grid-list {
    background-color: #8ec4af;
}

/* back to top */

body.propertyPalace .cd-top {
    background-color: #008575;
}

body.propertyPalace .cd-top:hover {
    background-color: #008576;
}

/* tables */

body.propertyPalace table.SITable tr th {
    background-color: #008576;
}

body.propertyPalace .tableComponent table tr:nth-child(odd),
body.propertyPalace .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(196, 196, 175, 0.1);
}

body.propertyPalace .tableComponent table tr:nth-child(even) td {
    border-color: rgba(196, 196, 175, 0.1);
}

/* display flex - card icon */

body.propertyPalace .display-flex .card-icon {
    background-color: rgba(196, 196, 175, 0.1);
}

body.propertyPalace .display-flex .card-icon > a:hover {
    background-color: rgba(196, 196, 175, 0.3);
}

body.propertyPalace .display-flex .card-icon h4,
body.propertyPalace .display-flex .card-icon span.icon {
    color: #008576;
}

body.propertyPalace .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #008576, 0 0 1px transparent;
    color: #008576;
}

body.propertyPalace .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #008576;
    color: #ffffff;
}

/*************************************************************************/

/************************** ROYAL SWAZI SPA ***********************************/

/*************************************************************************/

/* property colors: */

/* green: #0d6b42 / rgba(13,107,66,1) */

/* yellow: #fbb71c / rgba(251,183,28,1) */

body.propertyRoyalSwazi .subNav h1,
body.propertyRoyalSwazi .subNav h1 span,
body.propertyRoyalSwazi .subNav h1 small,
body.propertyRoyalSwazi .text-primary {
    color: #fbb71c;
}

body.propertyRoyalSwazi .subNav .text-inverse h2 span {
    color: #ffffff;
}

body.propertyRoyalSwazi .page-content .section .container {
    margin-bottom: 0;
}

body.propertyRoyalSwazi .bg-primary-10 {
    background-color: rgba(13, 107, 66, 0.1);
}

body.propertyRoyalSwazi .bg-primary-20 {
    background-color: rgba(13, 107, 66, 0.2);
}

body.propertyRoyalSwazi .bg-primary-30 {
    background-color: rgba(13, 107, 66, 0.3);
}

body.propertyRoyalSwazi .bg-primary-95 {
    background-color: rgba(13, 107, 66, 0.95);
}

body.propertyRoyalSwazi .bg-secondary-10 {
    background-color: rgba(251, 183, 28, 0.1);
}

body.propertyRoyalSwazi .bg-secondary-20 {
    background-color: rgba(251, 183, 28, 0.2);
}

body.propertyRoyalSwazi .bg-secondary-30 {
    background-color: rgba(251, 183, 28, 0.3);
}

body.propertyRoyalSwazi .primary-overlay {
    background-color: rgba(13, 107, 66, 0.75);
    padding: 0 40px;
}

body.propertyRoyalSwazi .card-item-primary .card-caption {
    background-color: rgba(13, 107, 66, 0.33);
    padding: 20px 40px 40px;
}

body.propertyRoyalSwazi .card-item-secondary .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0;
}

body.propertyRoyalSwazi .card-item-secondary .card-caption {
    background-color: rgba(251, 183, 28, 0.33);
    padding: 20px 40px 40px;
}

body.propertyRoyalSwazi .card-item-secondary .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0;
}

body.propertyRoyalSwazi .card-item-white .card-caption {
    background-color: #ffffff;
    padding: 20px 40px 40px;
}

body.propertyRoyalSwazi .card-item-white .card-caption h3 {
    margin: 0 auto;
    padding: 20px 0;
}

body.propertyRoyalSwazi .btn-big:hover,
body.propertyRoyalSwazi .btn-big:active,
body.propertyRoyalSwazi .btn-big:focus {
    color: #fbb71c;
}

body.propertyRoyalSwazi .grid-3-col .fluid-content-wrapper {
    padding: 0;
}

/* what's on */

body.propertyRoyalSwazi .event-listing-container a:hover #grid-list {
    background-color: #fbb71c;
}

/* back to top */

body.propertyRoyalSwazi .cd-top {
    background-color: #fbb71c;
}

body.propertyRoyalSwazi .cd-top:hover {
    background-color: #0d6b42;
}

body.propertyRoyalSwazi .bg-secondary,
body.propertyRoyalSwazi .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #fbb71c;
}

body.propertyRoyalSwazi .bg-primary,
body.propertyRoyalSwazi .bg-info,
body.propertyRoyalSwazi .bannerWidgets {
    background-color: #0d6b42;
}

body.propertyRoyalSwazi .bg-light {
    background-color: rgba(251, 183, 28, 0.2);
}

body.propertyRoyalSwazi.firstBlockImage
    .page-content
    section.detailed-section.section-item:first-child
    > .container {
    width: 100%;
}

body.propertyRoyalSwazi.firstBlockImage
    .page-content
    section.detailed-section.section-item:first-child
    .fluid-image-block
    img {
    width: 100%;
}

body.propertyRoyalSwazi .table-header-container {
    background-color: #0d6b42;
}

body.propertyRoyalSwazi tr.collapse-item,
body.propertyRoyalSwazi .table-header,
body.propertyRoyalSwazi .room-name.active {
    background-color: rgba(13, 107, 66, 0.2);
}

body.propertyRoyalSwazi .property-social-icons li a {
    color: #0d6b42;
}

/* tables */

body.propertyRoyalSwazi table.SITable tr th {
    background-color: #0d6b42;
}

body.propertyRoyalSwazi .tableComponent table tr:nth-child(odd),
body.propertyRoyalSwazi .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(13, 107, 66, 0.1);
}

body.propertyRoyalSwazi .tableComponent table tr:nth-child(even) td {
    border-color: rgba(13, 107, 66, 0.1);
}

/* display flex - card icon */

body.propertyRoyalSwazi .display-flex .card-icon {
    background-color: rgba(13, 107, 66, 0.1);
}

body.propertyRoyalSwazi .display-flex .card-icon > a:hover {
    background-color: rgba(13, 107, 66, 0.3);
}

body.propertyRoyalSwazi .display-flex .card-icon h4,
body.propertyRoyalSwazi .display-flex .card-icon span.icon {
    color: #0d6b42;
}

body.propertyRoyalSwazi .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #0d6b42, 0 0 1px transparent;
    color: #0d6b42;
}

body.propertyRoyalSwazi
    .display-flex
    .card-icon
    .btn.btn-outline-primary:hover {
    background-color: #0d6b42;
    color: #ffffff;
}

/*************************************************************************/

/************************** Sibaya ***********************************/

/*************************************************************************/

/* property colors: */

/* purple: #60275e / rgba(96,39,94,1) */

/* teal: #01a98e / rgba(1,169,142,1) */

/* red: #db1e34 / rgba(219,30,52,1) */

body.propertySibaya .subNav h1,
body.propertySibaya .subNav h1 span,
body.propertySibaya .subNav h1 small,
body.propertySibaya .text-primary {
    color: #60275e;
}

body.propertySibaya .bg-primary {
    background-color: #60275e;
}

body.propertySibaya .bg-secondary,
body.propertySibaya .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #01a98e;
}

body.propertySibaya .bg-primary-10 {
    background-color: rgba(96, 39, 94, 0.1);
}

body.propertySibaya .bg-primary-20 {
    background-color: rgba(96, 39, 94, 0.2);
}

body.propertySibaya .bg-primary-30 {
    background-color: rgba(96, 39, 94, 0.3);
}

body.propertySibaya .bg-primary-95 {
    background-color: rgba(96, 39, 94, 0.95);
}

body.propertySibaya .bg-secondary-10 {
    background-color: rgba(1, 169, 142, 0.1);
}

body.propertySibaya .bg-secondary-20 {
    background-color: rgba(1, 169, 142, 0.2);
}

body.propertySibaya .bg-secondary-30 {
    background-color: rgba(1, 169, 142, 0.3);
}

body.propertySibaya .storiesListContainer {
    background-color: #dfd4df;
}

body.propertySibaya .carousel-picture-info.primary-overlay,
body.propertySibaya .highlightsCarousel .bg-primary .owl-item {
    background-color: #60275e;
}

body.propertySibaya .bg-info,
body.propertySibaya .bannerWidgets {
    background-color: #60275e;
}

body.propertySibaya .bg-sibaya-red {
    background-color: #db1e34;
}

body.propertySibaya .property-social-icons li a {
    color: #60275e;
}
body.propertySibaya .property-social-icons li a:hover {
    color: #01a98e;
}
body.propertySibaya .property-social-icons li a span.icon-twitter-filled {
    background-color: #60275e;
}
body.propertySibaya .property-social-icons li a:hover span.icon-twitter-filled {
    background-color: #01a98e;
}

/* what's on */

body.propertySibaya .event-listing-container a #grid-list {
    background-color: #01a98f;
}

body.propertySibaya .event-listing-container a:hover #grid-list {
    background-color: #88caa2;
}

/*back to top */

body.propertySibaya .cd-top {
    background-color: #01a98e;
}

body.propertySibaya .cd-top:hover {
    background-color: #60275e;
}

/* tables */

body.propertySibaya table.SITable tr th {
    background-color: #60275e;
}

body.propertySibaya .tableComponent table tr:nth-child(odd),
body.propertySibaya .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(96, 39, 94, 0.1);
}

body.propertySibaya .tableComponent table tr:nth-child(even) td {
    border-color: rgba(96, 39, 94, 0.1);
}

/* display flex - card icon */

body.propertySibaya .display-flex .card-icon {
    background-color: rgba(96, 39, 94, 0.1);
}

body.propertySibaya .display-flex .card-icon > a:hover {
    background-color: rgba(96, 39, 94, 0.3);
}

body.propertySibaya .display-flex .card-icon h4,
body.propertySibaya .display-flex .card-icon span.icon {
    color: #60275e;
}

body.propertySibaya .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #60275e, 0 0 1px transparent;
    color: #60275e;
}

body.propertySibaya .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #60275e;
    color: #ffffff;
}

/****************************************************************************************/

/************************************** TABLE BAY ***************************************/

/****************************************************************************************/

/* primary - gold light #988960 rgba(152,137,96,1) */

/* secondary - gold dark: #32240b rgba(50,36,11,1) */

/* orange - #ff7900 rgba(255,121,0,1) */

body.propertyTableBay .subNav h1,
body.propertyTableBay .subNav h1 span,
body.propertyTableBay .subNav h1 small,
body.propertyTableBay .text-primary {
    color: #988960;
}

/* background colors */

body.propertyTableBay .bg-primary {
    background-color: #988960;
}

body.propertyTableBay .bg-secondary {
    background-color: #988960;
}

body.propertyTableBay .bg-light {
    background-color: rgba(152, 137, 96, 0.1);
}

body.propertyTableBay .bg-primary-10 {
    background-color: rgba(152, 137, 96, 0.1);
}

body.propertyTableBay .bg-primary-20 {
    background-color: rgba(152, 137, 96, 0.2);
}

body.propertyTableBay .bg-primary-30 {
    background-color: rgba(152, 137, 96, 0.3);
}

body.propertyTableBay .bg-primary-40 {
    background-color: rgba(152, 137, 96, 0.4);
}

body.propertyTableBay .bg-primary-50 {
    background-color: rgba(152, 137, 96, 0.5);
}

body.propertyTableBay .bg-primary-60 {
    background-color: rgba(152, 137, 96, 0.6);
}

body.propertyTableBay .bg-primary-70 {
    background-color: rgba(152, 137, 96, 0.7);
}

body.propertyTableBay .bg-primary-80 {
    background-color: rgba(152, 137, 96, 0.8);
}

body.propertyTableBay .bg-primary-90 {
    background-color: rgba(152, 137, 96, 0.9);
}

body.propertyTableBay .bg-primary-95 {
    background-color: rgba(152, 137, 96, 0.95);
}

body.propertyTableBay .bg-info,
body.propertyTableBay .bannerWidgets {
    background-color: #988960;
}

/* what's on arrows */

body.propertyTableBay .event-listing-container a #grid-list {
    background-color: #88724a;
}

body.propertyTableBay .event-listing-container a:hover #grid-list {
    background-color: #a39161;
}

/*back to top */

body.propertyTableBay .cd-top {
    background-color: rgba(152, 137, 96, 0.5);
}

body.propertyTableBay .cd-top:hover {
    background-color: #988960;
}

/* color overlay */

body.propertyTableBay .primary-overlay {
    background-color: rgba(152, 137, 96, 1);
}

body.propertyTableBay .secondary-overlay {
    background-color: rgba(50, 36, 11, 0.44);
}

/* section overlay with multiply blend mode */

body.propertyTableBay .sectionComponent > section.overlay,
body.propertyTableBay .sectionComponent > section.overlay-dark,
body.propertyTableBay .sectionComponent > section.overlay-light {
    padding: initial;
}

body.propertyTableBay .overlay-light > .container {
    padding: 50px 0;
    margin: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.44);
    width: auto;
}

body.propertyTableBay .overlay > .container {
    padding: 50px 0;
    margin: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.66);
    width: auto;
}

body.propertyTableBay .overlay-dark > .container {
    padding: 50px 0;
    margin: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.88);
    width: auto;
}

body.propertyTableBay .owl-controls .owl-nav .owl-next,
body.propertyTableBay .owl-controls .owl-nav .owl-prev {
    background-color: rgba(50, 36, 11, 0.33);
}

body.propertyTableBay .owl-controls .owl-nav .owl-next:hover,
body.propertyTableBay .owl-controls .owl-nav .owl-prev:hover {
    background-color: rgba(50, 36, 11, 0.66);
}

body.propertyTableBay blockquote {
    font-family: 'Playfair Display', serif !important;
    font-size: 30px;
    font-style: italic;
    display: inline-block;
    border-left: 0;
    text-align: center;
    line-height: 36px;
    padding: 20px 0;
    margin: 0 auto;
}

body.propertyTableBay .playfair {
    font-family: 'Playfair Display', serif !important;
    font-size: 30px;
    line-height: 38px;
    font-style: italic;
    color: #a29061;
}

body.propertyTableBay blockquote span {
    display: block;
    font-family: lato;
    font-style: normal;
    font-size: 15px;
    color: #a29061;
    text-transform: uppercase;
    margin: 15px auto 5px;
}

body.propertyTableBay .text-inverse blockquote,
body.propertyTableBay .text-inverse blockquote span {
    color: #ffffff;
}

body.propertyTableBay .storiesListContainer {
    background-color: #f0ede7;
}

body.propertyTableBay .item-cards-light .card-caption {
    background-color: rgba(152, 137, 96, 0.25);
}

/* tables */

body.propertyTableBay table.SITable tr th {
    background-color: #988960;
}

body.propertyTableBay .tableComponent table tr:nth-child(odd),
body.propertyTableBay .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(152, 137, 96, 0.25);
}

body.propertyTableBay .tableComponent table tr:nth-child(even) td {
    border-color: rgba(152, 137, 96, 0.25);
}

/* conferencing table */

body.propertyTableBay .table-header-container {
    background-color: rgba(152, 137, 96, 1);
}

body.propertyTableBay .table-header,
body.propertyTableBay tr.collapse-item,
body.propertyTableBay .room-name.active {
    background-color: rgba(152, 137, 96, 0.35);
}

body.propertyTableBay td.room-name,
body.propertyTableBay td.room-capacity,
body.propertyTableBay tr.collapse-item td,
body.propertyTableBay .room-name.active {
    border-color: #c2beb5;
}

/* display flex - card icon */

body.propertyTableBay .display-flex .card-icon {
    background-color: rgba(152, 137, 96, 0.1);
}

body.propertyTableBay .display-flex .card-icon > a:hover {
    background-color: rgba(152, 137, 96, 0.3);
}

body.propertyTableBay .display-flex .card-icon h4,
body.propertyTableBay .display-flex .card-icon span.icon {
    color: #988960;
}

body.propertyTableBay .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #988960, 0 0 1px transparent;
    color: #988960;
}

body.propertyTableBay .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #988960;
    color: #ffffff;
}

body.propertyTableBay .property-social-icons li a {
    color: #988960;
}
body.propertyTableBay .property-social-icons li a:hover {
    color: #32240b;
}
body.propertyTableBay .property-social-icons li a span.icon-twitter-filled {
    background-color: #988960;
}
body.propertyTableBay
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #32240b;
}

/*************************************************************************/

/************************** Time Square ***********************************/

/*************************************************************************/

/* property colors: */

/* gray: #455560 / rgba(69,85,96,1) */

/* light teal: #81ccb8 / rgba(129,204,184,1) */

body.propertyTimeSquare .subNav h1,
body.propertyTimeSquare .subNav h1 span,
body.propertyTimeSquare .subNav h1 small,
body.propertyTimeSquare .text-primary {
    color: #455560;
}

/* background colors */

body.propertyTimeSquare .bg-primary {
    background-color: #455560;
}

body.propertyTimeSquare .bg-secondary,
body.propertyTimeSquare .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #81ccb8;
}

body.propertyTimeSquare .bg-light {
    background-color: rgba(129, 204, 184, 0.1);
}

body.propertyTimeSquare .bg-primary-10 {
    background-color: rgba(69, 85, 96, 0.1);
}

body.propertyTimeSquare .bg-primary-20 {
    background-color: rgba(69, 85, 96, 0.2);
}

body.propertyTimeSquare .bg-primary-30 {
    background-color: rgba(69, 85, 96, 0.3);
}

body.propertyTimeSquare .bg-primary-40 {
    background-color: rgba(69, 85, 96, 0.4);
}

body.propertyTimeSquare .bg-primary-50 {
    background-color: rgba(69, 85, 96, 0.5);
}

body.propertyTimeSquare .bg-primary-95 {
    background-color: rgba(69, 85, 96, 0.95);
}

body.propertyTimeSquare .bg-info {
    background-color: #455560;
}

body.propertyTimeSquare .bannerWidgets {
    background-color: #455560;
}

section.time-gradient-blue-green,
body.propertyTimeSquare .bg-gradient-primary {
    background-color: #37ac60;
    background-image: linear-gradient(to right, #7974b6, #37ac60) !important;
}

body.propertyTimeSquare .bg-gradient-secondary {
    background-color: #1478ae;
    background-image: linear-gradient(to right, #ae2c75, #1478ae) !important;
}

body.propertyTimeSquare .carousel-picture-info.primary-overlay,
body.propertyTimeSquare .highlightsCarousel .bg-primary .owl-item {
    background-color: #37ac60;
    background-image: linear-gradient(to right, #7974b6, #37ac60);
}

body.propertyTimeSquare .storiesListContainer {
    background-color: #e6f5f1;
}

body.propertyTimeSquare .property-social-icons li a {
    color: #be2c65;
}
body.propertyTimeSquare .property-social-icons li a:hover {
    color: #455560;
}
body.propertyTimeSquare .property-social-icons li a span.icon-twitter-filled {
    background-color: #be2c65;
}
body.propertyTimeSquare
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #455560;
}

/* what's on arrows */

body.propertyTimeSquare .event-listing-container a #grid-list {
    background-color: #be2c65;
}

body.propertyTimeSquare .event-listing-container a:hover #grid-list {
    background-color: #8a4497;
}

/* back to top*/

body.propertyTimeSquare .cd-top {
    background-color: #81ccb8;
}

body.propertyTimeSquare .cd-top:hover {
    background-color: #455560;
}

/* tables */

body.propertyTimeSquare table.SITable tr th {
    background-color: #455560;
}

body.propertyTimeSquare .tableComponent table tr:nth-child(odd),
body.propertyTimeSquare .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(69, 85, 96, 0.1);
}

body.propertyTimeSquare .tableComponent table tr:nth-child(even) td {
    border-color: rgba(69, 85, 96, 0.1);
}

/* display flex - card icon */

body.propertyTimeSquare .display-flex .card-icon {
    background-color: rgba(69, 85, 96, 0.1);
}

body.propertyTimeSquare .display-flex .card-icon > a:hover {
    background-color: rgba(69, 85, 96, 0.3);
}

body.propertyTimeSquare .display-flex .card-icon h4,
body.propertyTimeSquare .display-flex .card-icon span.icon {
    color: #455560;
}

body.propertyTimeSquare .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #455560, 0 0 1px transparent;
    color: #455560;
}

body.propertyTimeSquare
    .display-flex
    .card-icon
    .btn.btn-outline-primary:hover {
    background-color: #455560;
    color: #ffffff;
}

/*************************************************************************/

/************************** Wild Coast Sun ***********************************/

/*************************************************************************/

/* property colors: */

/* teal: #015f67 / rgba(0,96,103,1) */

/* red: #7a2631 / rgba(122,38,49,1) */

body.propertyWCS .subNav h1,
body.propertyWCS .subNav h1 span,
body.propertyWCS .subNav h1 small,
body.propertyWCS .text-primary {
    color: #015f67;
}

body.propertyWCS .bg-secondary,
body.propertyWCS .bg-primary.dashboard-wrap,
body.propertyWCS .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #7a2631;
}

body.propertyWCS .bg-primary {
    background-color: #015f67;
}

body.propertyWCS .bg-info,
body.propertyWCS .bannerWidgets {
    background-color: #015f67;
}

body.propertyWCS .bg-light {
    background-color: rgba(0, 96, 103, 0.1);
}

body.propertyWCS .bg-primary-10 {
    background-color: rgba(0, 96, 103, 0.1);
}

body.propertyWCS .bg-primary-20 {
    background-color: rgba(0, 96, 103, 0.2);
}

body.propertyWCS .bg-primary-30 {
    background-color: rgba(0, 96, 103, 0.3);
}

body.propertyWCS .bg-primary-95 {
    background-color: rgba(0, 96, 103, 0.95);
}

body.propertyWCS .bg-secondary-10 {
    background-color: rgba(122, 38, 49, 0.1);
}

body.propertyWCS .bg-secondary-20 {
    background-color: rgba(122, 38, 49, 0.2);
}

body.propertyWCS .bg-secondary-30 {
    background-color: rgba(122, 38, 49, 0.3);
}

body.propertyWCS .full-width .gridComponent #fluid-content-large .more-info {
    background-color: rgba(0, 96, 103, 0.95);
}

/* what's on */

body.propertyWCS .event-listing-container a:hover #grid-list {
    background-color: #00aaa6;
}

/* back to top */

body.propertyWCS .cd-top {
    background-color: #7a2631;
}

body.propertyWCS .cd-top:hover {
    background-color: #015f67;
}

body.propertyWCS .table-header-container {
    background-color: #015f67;
}

body.propertyWCS .table-header {
    background-color: rgba(0, 96, 103, 0.3);
}

body.propertyWCS .primary-overlay {
    background-color: rgba(0, 96, 103, 0.66);
}

body.propertyWCS .carousel-picture-info.primary-overlay,
body.propertyWCS .highlightsCarousel .bg-primary .owl-item {
    background-color: #015f67;
}

body.propertyWCS .storiesListContainer {
    background-color: #b2cfd1;
}

body.propertyWCS #editorschoice .grid-editors-choice-block {
    background-color: rgba(122, 38, 49, 0.25);
}

/* tables */

body.propertyWCS table.SITable tr th {
    background-color: #015f67;
}

body.propertyWCS .tableComponent table tr:nth-child(odd),
body.propertyWCS .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(0, 96, 103, 0.1);
}

body.propertyWCS .tableComponent table tr:nth-child(even) td {
    border-color: rgba(0, 96, 103, 0.1);
}

/* display flex */

body.propertyWCS .display-flex .card-icon {
    background-color: rgba(0, 96, 103, 0.1);
}

body.propertyWCS .display-flex .card-icon > a:hover {
    background-color: rgba(0, 96, 103, 0.3);
}

body.propertyWCS .display-flex .card-icon h4,
body.propertyWCS .display-flex .card-icon span.icon {
    color: #015f67;
}

body.propertyWCS .property-social-icons li a {
    color: #015f67;
}
body.propertyWCS .property-social-icons li a:hover {
    color: #7a2631;
}
body.propertyWCS .property-social-icons li a span.icon-twitter-filled {
    background-color: #015f67;
}
body.propertyWCS .property-social-icons li a:hover span.icon-twitter-filled {
    background-color: #7a2631;
}

/*************************************************************************/
/************************** Windmill ***********************************/
/*************************************************************************/

/* property colors: */
/* blue: #004c83 / rgba(0,76,131,1) */
/* green: #2bb573 / rgba(43,181,115,1) */
/* burgundy #7b1545 */

body.propertyWindmill .subNav h1,
body.propertyWindmill .subNav h1 span,
body.propertyWindmill .subNav h1 small,
body.propertyWindmill .text-primary {
    color: #004c83;
}

body.propertyWindmill .bg-primary {
    background-color: #004c83;
}

body.propertyWindmill .bg-secondary,
body.propertyWindmill .bg-primary.dashboard-wrap,
body.propertyWindmill .topJackpot .jackpotItemContainer .jackpotItem {
    background-color: #7b1545;
}

body.propertyWindmill .bg-info {
    background-color: #7b1545;
}

body.propertyWindmill .bannerWidgets {
    background-color: #7b1545;
}

body.propertyWindmill .bg-light {
    background-color: rgba(0, 76, 131, 0.1);
}

body.propertyWindmill .bg-primary-10 {
    background-color: rgba(0, 76, 131, 0.1);
}

body.propertyWindmill .bg-primary-20 {
    background-color: rgba(0, 76, 131, 0.2);
}

body.propertyWindmill .bg-primary-30 {
    background-color: rgba(0, 76, 131, 0.3);
}

body.propertyWindmill .bg-primary-95 {
    background-color: rgba(0, 76, 131, 0.95);
}

body.propertyWindmill .bg-secondary-10 {
    background-color: rgba(43, 181, 115, 0.1);
}

body.propertyWindmill .bg-secondary-20 {
    background-color: rgba(43, 181, 115, 0.2);
}

body.propertyWindmill .bg-secondary-30 {
    background-color: rgba(43, 181, 115, 0.3);
}

body.propertyWindmill .storiesListContainer {
    background-color: #ccdbe6;
}

/* 20% of secondary */

body.propertyWindmill .carousel-picture-info.primary-overlay,
body.propertyWindmill .highlightsCarousel .bg-primary .owl-item {
    background-color: #004c83;
}

body.propertyWindmill .property-social-icons li a {
    color: #004c83;
}
body.propertyWindmill .property-social-icons li a:hover {
    color: #7b1545;
}
body.propertyWindmill .property-social-icons li a span.icon-twitter-filled {
    background-color: #004c83;
}
body.propertyWindmill
    .property-social-icons
    li
    a:hover
    span.icon-twitter-filled {
    background-color: #7b1545;
}

/* what's on arrows */

@media (max-width: 767px) {
    body.propertyWindmill .sun-custom-arrowUp {
        border-color: transparent transparent #004c83 transparent;
    }
    body.propertyWindmill .grid-1-row > a:hover .sun-custom-arrowUp {
        border-color: transparent transparent #7b1545 transparent;
    }
}

@media (min-width: 768px) {
    body.propertyWindmill .sun-custom-arrowRight {
        border-color: transparent transparent transparent #004c83;
    }
    body.propertyWindmill .sun-custom-arrowLeft {
        border-color: transparent #004c83 transparent transparent;
    }
    body.propertyWindmill .grid-1-row > a:hover .sun-custom-arrowRight {
        border-color: transparent transparent transparent #7b1545;
    }
    body.propertyWindmill .grid-1-row > a:hover .sun-custom-arrowLeft {
        border-color: transparent #7b1545 transparent transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.propertyWindmill .grid-1-row:nth-child(even) .sun-custom-arrowRight {
        border-color: transparent #004c83 transparent transparent;
    }
    body.propertyWindmill .grid-1-row:nth-child(odd) .sun-custom-arrowLeft {
        border-color: transparent transparent transparent #004c83;
    }
    body.propertyWindmill
        .grid-1-row:nth-child(even)
        > a:hover
        .sun-custom-arrowRight {
        border-color: transparent #7b1545 transparent transparent;
    }
    body.propertyWindmill
        .grid-1-row:nth-child(odd)
        > a:hover
        .sun-custom-arrowLeft {
        border-color: transparent transparent transparent #7b1545;
    }
}

body.propertyWindmill .event-listing-container a #grid-list {
    background-color: #7b1545;
}

body.propertyWindmill .event-listing-container a:hover #grid-list {
    background-color: #014c83;
}

/* back to top */

body.propertyWindmill .cd-top {
    background-color: #7b1545;
}

body.propertyWindmill .cd-top:hover {
    background-color: #004c83;
}

/* tables */

body.propertyWindmill table.SITable tr th {
    background-color: #004c83;
}

body.propertyWindmill .tableComponent table tr:nth-child(odd),
body.propertyWindmill .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(0, 76, 131, 0.1);
}

body.propertyWindmill .tableComponent table tr:nth-child(even) td {
    border-color: rgba(0, 76, 131, 0.1);
}

/* display flex - card icon */

body.propertyWindmill .display-flex .card-icon {
    background-color: rgba(0, 76, 131, 0.1);
}

body.propertyWindmill .display-flex .card-icon > a:hover {
    background-color: rgba(0, 76, 131, 0.3);
}

body.propertyWindmill .display-flex .card-icon h4,
body.propertyWindmill .display-flex .card-icon span.icon {
    color: #004c83;
}

body.propertyWindmill .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #004c83, 0 0 1px transparent;
    color: #004c83;
}

body.propertyWindmill .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #004c83;
    color: #ffffff;
}

/*************************************************************************/
/************************** Sun Vacation Club 2022 ***********************************/
/*************************************************************************/

/* property colors: */
/* dark blue: #06132D rgba(6,19,45) */
/* blue: #0A214F rgba(10,33,79) */
/* gold: #AE966A rgba(174,150,106) */

body.propertySVC h1,
body.propertySVC h1 span,
body.propertySVC h1 small,
body.propertySVC .text-primary {
    color: #0a214f;
}

body.propertySVC .h1 {
    font-family: 'Museo Sans', sans-serif;
    color: #ffffff;
    font-size: 53px;
    text-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    font-weight: 100;
    line-height: 100%;
    margin: 0 auto;
}

body.propertySVC .text-secondary,
body.propertySVC .text-secondary span,
body.propertySVC .text-secondary strong {
    color: #ae966a;
}

body.propertySVC h4 {
    color: #ae966a !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Museo Sans', sans-serif;
    font-size: 18px;
}

body.propertySVC .btn-outline-primary {
    box-shadow: inset 0 0 0 2px #ae966a, 0 0 1px transparent;
    color: #ae966a;
}

body.propertySVC .btn-outline-primary:hover,
body.propertySVC .btn-outline-primary:active,
body.propertySVC .btn-outline-primary:focus {
    background-color: #ae966a;
    color: #ffffff;
}

.w-100 {
    width: 100%;
}

body.propertySVC .bg-primary {
    background-color: #0a214f;
}

body.propertySVC .bg-secondary {
    background-color: #06132d;
}

body.propertySVC .bg-svc-pink {
    background-color: #c22e91;
}

body.propertySVC .bg-light {
    background-color: #f9f8f9;
}

body.propertySVC .bg-light-secondary {
    background-image: linear-gradient(
        0deg,
        rgba(174, 150, 106, 0.1),
        rgba(174, 150, 106, 0.15)
    );
}

body.propertySVC .bg-light-gradient {
    background: linear-gradient(
        180deg,
        rgba(10, 33, 79, 0.1) 0%,
        rgba(10, 33, 79, 0.05) 58.33%,
        rgba(10, 33, 79, 0) 100%
    );
}

.bg-height-half {
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

body.propertySVC .bg-primary-10 {
    background-color: rgba(10, 33, 79, 0.1);
}

body.propertySVC .bg-primary-20 {
    background-color: rgba(10, 33, 79, 0.2);
}

body.propertySVC .bg-primary-30 {
    background-color: rgba(10, 33, 79, 0.3);
}

body.propertySVC .bg-primary-40 {
    background-color: rgba(10, 33, 79, 0.4);
}

body.propertySVC .bg-primary-50 {
    background-color: rgba(10, 33, 79, 0.5);
}

body.propertySVC .bg-primary-95 {
    background-color: rgba(10, 33, 79, 0.95);
}

body.propertySVC .bg-info,
body.propertySVC .bannerWidgets {
    background-color: #06132d;
}

body.propertySVC .carousel-picture-info.primary-overlay,
body.propertySVC .highlightsCarousel .bg-primary .owl-item {
    background-color: #ae966a;
}

/*body.propertySVC .property-social-icons li a {color: #AE966A;}
body.propertySVC .property-social-icons li a:hover {color: #0A214F;}
body.propertySVC .property-social-icons li a span.icon-twitter-filled {background-color: #AE966A;}
body.propertySVC .property-social-icons li a:hover span.icon-twitter-filled {background-color: #0A214F;}*/
body.propertySVC .property-social-icons li a > span {
    color: #ae966a;
}
body.propertySVC .property-social-icons li a span.icon-twitter:before {
    background-image: url('../images/x-logo-svc-gold.png');
    width: 100%;
    height: 100%;
}

/* custom backgrounds */

body.propertySVC .primary-border {
    position: relative;
}

body.propertySVC .primary-border:before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(
        90.06deg,
        #ae966a 27.73%,
        #ae966a 43.82%,
        #fff6dd 57.51%,
        #88724a 93.46%
    );
    opacity: 0.8;
    position: absolute;
    top: 0;
}

body.propertySVC .secondary-border {
    border: 10px solid #f3eee4;
    padding: 30px;
}

body.propertySVC .lefika-special-bg {
    background-image: url('../images/bg-special-lefika.png');
    background-repeat: no-repeat;
    width: 270px;
    height: 118px;
    display: inline-block;
}

body.propertySVC .lefika-special-bg h4 {
    color: #ffffff !important;
}

body.propertySVC.svcAviary {
    background: url('../images/bg-aviary.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top 10%;
}

body.propertySVC.svcReserve {
    background: url('../images/bg-reserve.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top 10%;
}

body.propertySVC.svcLefika {
    background: url('../images/bg-lefika.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top 10%;
    background-color: #d2d2d2;
}

body.propertySVC.svcAviary h1 {
    color: #ea1c58;
}

body.propertySVC.svcReserve h1 {
    color: #00548a;
}

body.propertySVC.svcLefika h1 {
    color: #964c2f;
}

body.propertySVC.svcAviary .primary-border:before {
    background: rgba(234, 28, 88, 0.8);
}

body.propertySVC.svcReserve .primary-border:before {
    background: #00548a;
}

body.propertySVC.svcLefika .primary-border:before {
    background: #cd9f52;
}

body.propertySVC.svcAviary .bg-light-gradient {
    background: #f9f8f9;
}

body.propertySVC.svcReserve .bg-light-gradient {
    background: #f9f8f9;
}

body.propertySVC.svcLefika .bg-light-gradient {
    background: linear-gradient(
        180deg,
        #f9f8f9 0%,
        rgba(249, 248, 249, 0) 121.42%
    );
}

/* what's on arrows */

/*@media (max-width: 767px){
	body.propertySVC .sun-custom-arrowUp {border-color: transparent transparent #6d3075 transparent;}
	body.propertySVC .grid-1-row > a:hover .sun-custom-arrowUp {border-color: transparent transparent #c22e91 transparent; }
}
@media (min-width: 768px){
	body.propertySVC .sun-custom-arrowRight {border-color: transparent transparent transparent #6d3075;}
	body.propertySVC .sun-custom-arrowLeft {border-color: transparent #6d3075 transparent transparent;}
	body.propertySVC .grid-1-row > a:hover .sun-custom-arrowRight {border-color: transparent transparent transparent #c22e91; }
	body.propertySVC .grid-1-row > a:hover .sun-custom-arrowLeft {border-color: transparent #c22e91 transparent transparent; }
}
@media (min-width: 768px) and (max-width: 991px){
	body.propertySVC .grid-1-row:nth-child(even) .sun-custom-arrowRight {border-color: transparent #6d3075 transparent transparent;}
	body.propertySVC .grid-1-row:nth-child(odd) .sun-custom-arrowLeft {border-color: transparent transparent transparent #6d3075;}
	body.propertySVC .grid-1-row:nth-child(even) > a:hover .sun-custom-arrowRight {border-color: transparent #c22e91 transparent transparent; }
	body.propertySVC .grid-1-row:nth-child(odd) > a:hover .sun-custom-arrowLeft {border-color: transparent transparent transparent #c22e91; }
}*/

body.propertySVC .event-listing-container a:hover #grid-list {
    background-color: #ae966a;
}

/*back to top */

body.propertySVC .cd-top {
    background-color: #06132d;
}

body.propertySVC .cd-top:hover {
    background-color: #0a214f;
}

/* tables */

body.propertySVC table.SITable tr th {
    background-color: #ae966a;
}

body.propertySVC .tableComponent table tr:nth-child(odd),
body.propertySVC .tableComponent table tr:nth-child(odd) td {
    background-color: rgba(174, 150, 106, 0.1);
    border-bottom-color: rgba(174, 150, 106, 0.1);
}

body.propertySVC .tableComponent table tr:nth-child(even) td {
    border-color: rgba(174, 150, 106, 0.1);
}

body.propertySVC .card-item-image-with-text-overlay .card-item a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    top: 0;
    border-radius: 10px;
}

body.propertySVC .card-item-image-with-text-overlay .card-item a img {
    position: relative;
    z-index: 1;
}

body.propertySVC
    .card-item-image-with-text-overlay
    .card-item.overlay-lefika
    a:after {
    background: linear-gradient(0deg, #964c2f 0%, rgba(150, 76, 47, 0) 50%);
}

body.propertySVC
    .card-item-image-with-text-overlay
    .card-item.overlay-aviary
    a:after {
    background: linear-gradient(0deg, #e31b56 0%, rgba(227, 27, 86, 0) 50%);
}

body.propertySVC
    .card-item-image-with-text-overlay
    .card-item.overlay-reserve
    a:after {
    background: linear-gradient(0deg, #00548a 0%, rgba(0, 84, 138, 0) 50%);
}

body.propertySVC .card-item-image-with-text-overlay .card-item h4 {
    color: #ffffff !important;
    font-size: 30px;
    font-family: 'Museo Sans';
    text-transform: none;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
}

/* display flex - card icon */

body.propertySVC .display-flex .card-icon {
    background-color: rgba(53, 175, 196, 0.1);
}

body.propertySVC .display-flex .card-icon > a:hover {
    background-color: rgba(53, 175, 196, 0.3);
}

body.propertySVC .display-flex .card-icon h4,
body.propertySVC .display-flex .card-icon span.icon {
    color: #35afc4;
}

body.propertySVC .display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #35afc4, 0 0 1px transparent;
    color: #35afc4;
}

body.propertySVC .display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #35afc4;
    color: #ffffff;
}

body.propertySVC .buttonComponent .btn.btn-secondary {
    background-color: #ae966a;
    box-shadow: inset 0 0 0 2px #ae966a, 0 0 1px transparent;
    color: #ffffff !important;
}

body.propertySVC .buttonComponent .btn.btn-secondary:hover,
body.propertySVC .buttonComponent .btn.btn-secondary:active,
body.propertySVC .buttonComponent .btn.btn-secondary:focus {
    background-color: #06132d;
    box-shadow: inset 0 0 0 2px #06132d, 0 0 1px transparent;
}

body.propertySVC .buttonComponent .btn.btn-outline-secondary {
    box-shadow: inset 0 0 0 2px #ae966a, 0 0 1px transparent;
    color: #ae966a;
}

body.propertySVC .buttonComponent .btn.btn-outline-secondary:hover,
body.propertySVC .buttonComponent .btn.btn-outline-secondary:active,
body.propertySVC .buttonComponent .btn.btn-outline-secondary:focus {
    box-shadow: inset 0 0 0 2px #06132d, 0 0 1px transparent;
    color: #06132d;
    background-color: transparent;
}

body.propertySVC .card-block .row {
    display: flex;
    height: 100%;
}

body.propertySVC .card-block a {
    background-color: #f3eee4;
    padding: 60px;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

body.propertySVC .card-block :nth-child(even) a {
    background-color: #e9e3d7;
}

body.propertySVC .card-block a {
    color: #292629;
    text-align: left;
}

body.propertySVC .card-block a:hover {
    background-color: #0a214f;
    color: #ffffff;
}

body.propertySVC .card-block a:hover p {
    color: #ffffff;
}

body.propertySVC .card-block a h3,
body.propertySVC .card-block a:hover h3 {
    color: #ae966a;
    margin-top: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}

body.propertySVC .card-block a:after {
    content: '...';
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 30px;
    color: #ae966a;
}

/* accordion widget */

body.propertySVC div#accordion-widget .aos-item {
    width: 100%;
    margin-left: 0;
    padding: 0;
}

body.propertySVC div#accordion-widget .bg-info {
    background-color: #ae966a;
    padding: 10px;
    border-radius: 10px !important;
}

body.propertySVC div#accordion-widget .bg-info:hover {
    background-color: #0a214f;
}

body.propertySVC div#accordion-widget h3.accordion-title {
    font-size: 24px !important;
    margin: 0 auto 10px !important;
}

body.propertySVC div#accordion-widget .accordion-title-text {
    text-align: left;
}

body.propertySVC
    #accordion-widget
    .accordion-container
    .panel
    .accordion-heading.collapsed
    .accordion-contract:before {
    content: '+';
}

body.propertySVC
    #accordion-widget
    .accordion-container
    .panel
    .accordion-heading
    .accordion-contract:before {
    content: '-';
}

body.propertySVC .conference-form-heading h3 {
    display: none;
}

body.propertySVC .table-grey-med {
    border: 2px solid #ae966a;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

body.propertySVC .tableComponent table tr th {
    background-color: #ae966a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media (min-width: 992px) {
    body.propertySVC div#accordion-widget .bg-info {
        padding: 30px;
    }
}

a.text-decoration-0 {
    text-decoration: none;
}

/* FAQ */

body.propertySVC .faqaccordion .panel.panel-default {
    background: #ae966a;
    margin-bottom: 10px;
    color: #ffffff;
    border-radius: 10px;
    padding: 0;
}

body.propertySVC .faqaccordion .accordion-heading {
    padding: 30px 50px;
    font-family: 'Museo Sans';
    font-size: 24px;
}

body.propertySVC .faqaccordion a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

body.propertySVC .faqaccordion a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

body.propertySVC .faqaccordion .expand-icon {
    right: 20px;
    top: 45%;
}

body.propertySVC .faqaccordion .accordion-heading.collapsed .expand-icon {
    top: 40%;
}

body.propertySVC button#formSubmit {
    background-color: #ae966a;
    box-shadow: inset 0 0 0 2px #ae966a, 0 0 1px transparent;
}

/* new slider */

.slide {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}

.slide-right {
    width: 100%;
    background-color: #ae966a;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 2;
}

.slide-right:hover {
    background-color: #0a214f;
}

.slide-right.aviary {
    background-image: linear-gradient(180deg, #ea1c58 0%, #f6b11f 100%);
    border-bottom-right-radius: 10px;
}

.slide-right.reserve {
    background-color: #00548a;
    border-bottom-right-radius: 10px;
}

.slide-right.reserve2 {
    background-color: #e38631;
    border-bottom-right-radius: 10px;
}

.slide-right.reserve3 {
    background-color: #6d3074;
    border-bottom-right-radius: 10px;
}

.slide-right.lefika {
    background-color: #4d585a;
    border-bottom-right-radius: 10px;
}

.slide-right.lefika2 {
    background-color: #964c2f;
    border-bottom-right-radius: 10px;
}

.slide-right .slide-content,
.slide-right a.slide-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slide-right .slide-content,
.slide-right a.slide-content,
.slide-right a.slide-content:hover,
.slide-right a.slide-content:focus,
.slide-right a.slide-content:active {
    color: #ffffff;
    text-decoration: none;
}

.slide-right h2 {
    color: #ffffff;
    text-align: left;
    margin: 0 auto 20px;
}

.slide-right a {
    color: #ffffff;
}

.slide-right a.slide-content:after {
    content: '...';
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
}

.slide-left {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.slide-left p {
    margin: 0;
}

.slide-left * {
    height: 100%;
}

.btn.btn-xl {
    padding: 30px 40px;
    width: 100%;
    font-size: 24px;
    font-family: 'Museo Sans', sans-serif;
    border-radius: 10px;
}

.btn.btn-pdf {
    text-align: left;
    line-height: 105%;
    position: relative;
    padding-right: 50px;
}

.btn.btn-pdf:after {
    content: '\e96e';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}

.btn-virtual-tour,
.btn-download-floor-plan {
    padding: 5px 5px 5px 30px;
    display: inline-block;
    position: relative;
}

.btn-virtual-tour:before,
.btn-download-floor-plan:before {
    content: '';
    display: inline;
    position: absolute;
    top: 7px;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-virtual-tour:before {
    background-image: url('../images/icon-virtual-tour.png');
}

.btn-download-floor-plan:before {
    background-image: url('../images/icon-download-floor-plan.png');
}

.btn.btn-virtual-tour {
    padding: 15px 30px 15px 60px;
    text-align: left;
}

.btn.btn-virtual-tour:before {
    top: 14px;
    left: 25px;
}

@media (min-width: 992px) {
    .slide {
        flex-direction: row;
    }
    .slide-right {
        width: 50%;
    }
    .slide-left {
        margin-bottom: 0;
        margin-right: 10px;
        width: 70%;
    }
    .slide-left.order-md-2 {
        margin-right: 0;
        margin-left: 10px;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
}

@media (min-width: 1200px) {
    .slide-right {
        width: 30%;
    }
    .slide-right .slide-content,
    .slide-right a.slide-content {
        padding: 50px;
    }
}

body.propertySVC .owl-item {
    opacity: 0.4;
}

body.propertySVC .owl-item.active {
    opacity: 1;
}

body.propertySVC button.owl-prev,
body.propertySVC button.owl-next {
    height: 60px;
    position: absolute;
    top: 50%;
    width: 60px;
    margin-top: -30px;
    cursor: pointer;
    font-family: 'icomoon' !important;
    font-size: 60px !important;
    color: #ffffff !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    opacity: 0.5;
}

body.propertySVC button.owl-prev:hover,
body.propertySVC button.owl-next:hover {
    opacity: 1;
}

body.propertySVC button.owl-prev {
    left: 0;
}

body.propertySVC button.owl-next {
    right: 0;
}

body.propertySVC button.owl-next:after {
    content: '\e919';
}

body.propertySVC button.owl-prev:before {
    content: '\e918';
}

body.propertySVC button.owl-prev span,
body.propertySVC button.owl-next span {
    display: none;
}

body.propertySVC .owl-dots {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: initial;
    bottom: 10px;
    text-align: center;
}

body.propertySVC button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff !important;
    display: inline-block;
    margin: 5px;
    opacity: 0.8;
}

body.propertySVC button.owl-dot.active {
    opacity: 1;
}

/* ordered list in blue boxes */

ol.blue-box-list {
    list-style: none;
    counter-reset: blue-box-counter;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
}

ol.blue-box-list li {
    border: 2px solid #0a214f;
    padding: 35px;
    padding-left: 85px;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    counter-increment: blue-box-counter;
    display: inline-block;
    float: left;
    position: relative;
    font-size: 18px;
    width: 100%;
}

.blue-box-list li:before {
    content: counter(blue-box-counter) '';
    font-size: 24px;
    font-family: 'Museo Sans', sans-serif;
    color: #ffffff;
    font-weight: 100;
    min-width: 60px;
    background-color: #0a214f;
    padding: 35px 15px;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 992px) {
    ol.blue-box-list li {
        width: 48%;
        max-width: 100%;
    }
}

/* jumbotron white round overlay */

.jumbotron .fluid-image-block:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/main-banner-white-overlay.png');
    position: absolute;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom -10px;
}

.PRbooking-widget {
    box-shadow: 0px 5px 40px -5px rgb(0 0 0 / 15%) !important;
    border-radius: 10px !important;
    top: -40px;
    z-index: 10;
}

.PRbooking-widget form.sun-custom-form {
    padding: 22px !important;
}

/* white gradient overlay on image */

@media (min-width: 992px) {
    .img-special {
        position: relative;
    }
    .img-special > img {
        position: relative;
        z-index: 1;
    }
    .img-special:after {
        background: linear-gradient(
            270deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0.862208) 33.71%,
            rgba(255, 255, 255, 0.663158) 50.79%,
            rgba(255, 255, 255, 0) 100%
        );
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        display: block;
        z-index: 2;
        width: 35%;
    }
    .img-special.left-to-right:after {
        left: 0;
        right: initial;
        transform: rotate(180deg);
    }
}

/*************************************************************************/

/******************* display flex - card icon - general ******************/

/*************************************************************************/

.display-flex .card-icon {
    background-color: rgba(10, 33, 79, 0.1);
}

.display-flex .card-icon > a:hover {
    background-color: rgba(10, 33, 79, 0.3);
    border-radius: 5px;
}

.display-flex .card-icon h4,
.display-flex .card-icon span.icon {
    color: #0a214f;
}

.display-flex.text-inverse .card-icon span.icon {
    color: #ffffff;
}

.display-flex .card-icon .btn.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #0a214f, 0 0 1px transparent;
    color: #0a214f;
}

.display-flex .card-icon .btn.btn-outline-primary:hover {
    background-color: #0a214f;
    color: #ffffff;
}

.text-inverse .display-flex .card-icon {
    background-color: rgba(255, 255, 255, 0.25);
}

.text-inverse .display-flex .card-icon span.icon {
    color: #ffffff !important;
}

.display-flex.card-icon-outline .card-icon {
    background-color: transparent;
    border: 2px solid rgba(10, 33, 79, 0.25);
}

.text-inverse .display-flex.card-icon-outline .card-icon {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

/*************************************************************************/

/************************** Covid note ***********************************/

/*************************************************************************/

#covid-note {
    position: absolute;
    width: 100%;
    top: 123px;
}

#covid-note.bg-danger {
    background-color: rgba(227, 13, 64, 0.75);
}

#covid-note.text-inverse a {
    color: #99abc2;
}

#covid-note.text-inverse a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#covid-note p {
    margin: 10px auto;
}

#covid-note .btn {
    padding: 0 5px;
}

#covid-note .description-container-rte .description-content {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    #covid-note .btn {
        padding: 0 10px;
    }
}

@media (min-width: 1241px) {
    #covid-note {
        top: 140px;
    }
}

#covid-update {
    padding: 0;
}

#covid-update .sunDesktopDialogWidget .sunTitleLabel,
#covid-update .sunDesktopDialogWidget .sunTitle {
    background-color: rgba(227, 13, 64, 0.75);
}

/*************************************************************************/

/*************** Image Card component - text over image view *************/

/*************************************************************************/

.card-item-image-with-text-overlay .card-item {
    margin-bottom: 30px;
}

.card-item-image-with-text-overlay .card-item a {
    position: relative;
    display: block;
}

.card-item-image-with-text-overlay .card-item img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.card-item-image-with-text-overlay .card-item .card-caption {
    position: absolute;
    z-index: 3;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    padding: 0;
    width: 100%;
    border-radius: 10px;
}

.card-item-image-with-text-overlay .card-item .card-caption > div {
    padding: 5px 10px;
}

.card-item-image-with-text-overlay .card-item a:hover {
    background-color: transparent;
}

.card-item-image-with-text-overlay .card-item a:hover .card-caption {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.card-item-image-with-text-overlay .card-caption h3 {
    text-align: left;
    font-weight: 200;
    font-size: 40px !important;
    color: #ffffff;
}

.card-item-image-with-text-overlay .card-caption h4 {
    color: #ffffff;
    margin-bottom: 20px;
}

.card-item-image-with-text-overlay .card-caption h3 small,
.card-item-image-with-text-overlay .card-caption h4 small {
    color: #ffffff;
}

.card-item-image-with-text-overlay .card-caption p {
    text-align: left;
    color: #ffffff;
}

.card-item-image-with-text-overlay a:hover .card-caption h3 {
    color: #ffffff !important;
}

.card-item-image-with-text-overlay.h3-small-font .card-caption h3,
.card-item-image-with-text-overlay .h3-small-font .card-caption h3 {
    font-size: 26px !important;
    margin-bottom: 0;
}

.card-item-image-with-text-overlay .price-large {
    font-size: 18px;
    line-height: 100%;
    margin-top: 15px;
}

@media (min-width: 481px) {
    .card-item-image-with-text-overlay .card-item .card-caption > div {
        padding: 20px;
    }
    .card-item-image-with-text-overlay.h3-small-font .card-caption h3,
    .card-item-image-with-text-overlay .h3-small-font .card-caption h3 {
        font-size: 30px !important;
    }
    .card-item-image-with-text-overlay .card-caption h4 {
        margin-bottom: 10px;
    }
    .card-item-image-with-text-overlay .price-large {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .card-item-image-with-text-overlay .card-item .card-caption > div {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .card-item-image-with-text-overlay.h3-small-font .card-caption h3,
    .card-item-image-with-text-overlay .h3-small-font .card-caption h3 {
        font-size: 39px !important;
    }
}

/* awards */

.awards {
    min-height: 170px;
    display: flex;
    width: 170px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
    border-radius: 5px;
}

.award-hotels-com {
    background-color: #cd2a2a;
}

.award-tripadvisor-green {
    background-color: #11ad88;
}

.awardWidgetContainer > a,
.awardWidgetContainer > img {
    left: 7px;
}

/* banner widget */

.page-content .section.bannerWidgets {
    margin-bottom: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* gha property banner */

.gha-purple-gradient {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.2)
        ),
        linear-gradient(180deg, #300b5c 0%, #f69b6f 100%);
    box-shadow: 0px 5px 30px rgb(245 197 164 / 30%);
    text-align: center;
}

.gha-purple-gradient div {
    text-align: center;
}

.gha-purple-gradient h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
}

.gha-purple-gradient a {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.gha-purple-gradient img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .gha-purple-gradient h4 {
        text-align: left;
    }
    .gha-purple-gradient div {
        text-align: left;
    }
    .gha-purple-gradient {
        text-align: left;
    }
    .gha-purple-gradient img {
        margin: 0 0 0 auto;
    }
}

/* sun mvg discounted rates banner */

.sun-mvg-banner {
    background-image: linear-gradient(270.12deg, #007864 0, #00b899 100%);
    background-color: #007864;
    color: #fff;
    text-align: center;
}

.sun-mvg-banner div {
    text-align: center;
}

.sun-mvg-banner h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
}

.sun-mvg-banner .btn-img-logo {
    text-align: center;
}

.sun-mvg-banner .btn-img-logo a {
    display: inline-block;
    margin: 0 auto;
}

.sun-mvg-banner a {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.sun-mvg-banner .border-left {
    border: 0;
}

@media (min-width: 768px) {
    .sun-mvg-banner h4 {
        text-align: left;
        margin-top: 0;
    }
    .sun-mvg-banner div {
        text-align: left;
    }
    .sun-mvg-banner {
        text-align: left;
    }
    .sun-mvg-banner .btn-img-logo {
        text-align: right;
    }
    .sun-mvg-banner .btn-img-logo a {
        margin: 7px 0 0 auto;
    }
    .sun-mvg-banner .border-left {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    .ml-mvg {
        margin-left: 25px;
    }
    .ml-mvg p {
        margin-bottom: 0;
    }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

.bake-pie {
    -webkit-animation-name: bake-pie;
    animation-name: bake-pie;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* delay definitions */
.animated.delay1 {
    -webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.1s;
}

.animated.delay2 {
    -webkit-animation-delay: 0.2s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.2s;
}

.animated.delay3 {
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.3s;
}

.animated.delay4 {
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.4s;
}

.animated.delay5 {
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.animated.delay6 {
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing='linear'],
body[data-aos-easing='linear'] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing='ease-in'],
body[data-aos-easing='ease-in'] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing='ease-out'],
body[data-aos-easing='ease-out'] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-out'],
body[data-aos-easing='ease-in-out'] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing='ease-in-back'],
body[data-aos-easing='ease-in-back'] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing='ease-out-back'],
body[data-aos-easing='ease-out-back'] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-back'],
body[data-aos-easing='ease-in-out-back'] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing='ease-in-sine'],
body[data-aos-easing='ease-in-sine'] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing='ease-out-sine'],
body[data-aos-easing='ease-out-sine'] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-sine'],
body[data-aos-easing='ease-in-out-sine'] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing='ease-in-quad'],
body[data-aos-easing='ease-in-quad'] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quad'],
body[data-aos-easing='ease-out-quad'] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quad'],
body[data-aos-easing='ease-in-out-quad'] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-cubic'],
body[data-aos-easing='ease-in-cubic'] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-cubic'],
body[data-aos-easing='ease-out-cubic'] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'],
body[data-aos-easing='ease-in-out-cubic'] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing='ease-in-quart'],
body[data-aos-easing='ease-in-quart'] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing='ease-out-quart'],
body[data-aos-easing='ease-out-quart'] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing='ease-in-out-quart'],
body[data-aos-easing='ease-in-out-quart'] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0);
}
[data-aos='fade-up'] {
    transform: translateY(100px);
}
[data-aos='fade-down'] {
    transform: translateY(-100px);
}
[data-aos='fade-right'] {
    transform: translate(-100px);
}
[data-aos='fade-left'] {
    transform: translate(100px);
}
[data-aos='fade-up-right'] {
    transform: translate(-100px, 100px);
}
[data-aos='fade-up-left'] {
    transform: translate(100px, 100px);
}
[data-aos='fade-down-right'] {
    transform: translate(-100px, -100px);
}
[data-aos='fade-down-left'] {
    transform: translate(100px, -100px);
}
[data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}
[data-aos='zoom-in'] {
    transform: scale(0.6);
}
[data-aos='zoom-in-up'] {
    transform: translateY(100px) scale(0.6);
}
[data-aos='zoom-in-down'] {
    transform: translateY(-100px) scale(0.6);
}
[data-aos='zoom-in-right'] {
    transform: translate(-100px) scale(0.6);
}
[data-aos='zoom-in-left'] {
    transform: translate(100px) scale(0.6);
}
[data-aos='zoom-out'] {
    transform: scale(1.2);
}
[data-aos='zoom-out-up'] {
    transform: translateY(100px) scale(1.2);
}
[data-aos='zoom-out-down'] {
    transform: translateY(-100px) scale(1.2);
}
[data-aos='zoom-out-right'] {
    transform: translate(-100px) scale(1.2);
}
[data-aos='zoom-out-left'] {
    transform: translate(100px) scale(1.2);
}
[data-aos^='slide'][data-aos^='slide'] {
    transition-property: transform;
}
[data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0);
}
[data-aos='slide-up'] {
    transform: translateY(100%);
}
[data-aos='slide-down'] {
    transform: translateY(-100%);
}
[data-aos='slide-right'] {
    transform: translateX(-100%);
}
[data-aos='slide-left'] {
    transform: translateX(100%);
}
[data-aos^='flip'][data-aos^='flip'] {
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
/*# sourceMappingURL=aos.css.map*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../images/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sunshare-bubbles:before {
    content: '\e985';
}
.icon-google:before {
    content: '\e986';
}
.icon-tripadvisor:before {
    content: '\e977';
}
.icon-youtube:before {
    content: '\e978';
}
.icon-flickr:before {
    content: '\e979';
}
.icon-linkedin:before {
    content: '\e97a';
}
.icon-twitter:before,
.icon-twitter-filled:before,
.icon-twitter-line:before {
    content: '';
    background-image: url('../images/x-logo-white.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-twitter-filled:before {
    width: 100%;
    height: 100%;
}
a:hover .icon-twitter:before,
a:hover .icon-twitter-line:before {
    background-image: url('../images/x-logo-black.png');
}

.icon-pinterest:before {
    content: '\e97c';
}
.icon-soundcloud:before {
    content: '\e98e';
}
.icon-instagram:before {
    content: '\e97d';
}
.icon-facebook:before {
    content: '\e97e';
}

.icon-facebook-filled:before {
    content: '\e902';
}
.icon-facebook-line:before {
    content: '\e903';
}
.icon-pinterest-filled:before {
    content: '\e904';
}
.icon-pinterest-line:before {
    content: '\e905';
}
.icon-google-filled:before {
    content: '\e906';
}
.icon-google-line:before {
    content: '\e907';
}
.icon-tripadvisor-filled:before {
    content: '\e908';
}
.icon-tripadvisor-line:before {
    content: '\e909';
}
.icon-sunshare-filled:before {
    content: '\e90a';
}
.icon-sunshare-line:before {
    content: '\e90b';
}
.icon-flickr-filled:before {
    content: '\e90c';
}
.icon-flickr-line:before {
    content: '\e90d';
}
.icon-linkedin-filled:before {
    content: '\e90e';
}
.icon-linkedin-line:before {
    content: '\e90f';
}
.icon-youtube-filled:before {
    content: '\e910';
}
.icon-youtube-line:before {
    content: '\e911';
}
.icon-instagram-filled:before {
    content: '\e912';
}
.icon-instagram-line:before {
    content: '\e913';
}
.icon-small-arrow-left:before {
    content: '\e914';
}
.icon-small-arrow-right:before {
    content: '\e915';
}
.icon-small-arrow-down:before {
    content: '\e916';
}
.icon-small-arrow-up:before {
    content: '\e917';
}
.icon-big-arrow-left:before {
    content: '\e918';
}
.icon-big-arrow-right:before {
    content: '\e919';
}
.icon-big-arrow-down:before {
    content: '\e91a';
}
.icon-big-arrow-up:before {
    content: '\e91b';
}
.icon-upgrade:before {
    content: '\e95f';
}
.icon-text-link-arrow:before {
    content: '\e960';
}
.icon-arrow-down:before {
    content: '\e961';
}
.icon-expand-big:before {
    content: '\e91c';
}
.icon-collapse-big:before {
    content: '\e91d';
}
.icon-expand:before {
    content: '\e91e';
}
.icon-collapse:before {
    content: '\e91f';
}
.icon-www:before {
    content: '\e987';
}
.icon-link-open:before {
    content: '\e920';
}
.icon-asterics:before {
    content: '\e921';
}
.icon-remove-cross:before {
    content: '\e922';
}
.icon-settings:before {
    content: '\e923';
}
.icon-password-visible:before {
    content: '\e924';
}
.icon-password-invisible:before {
    content: '\e925';
}
.icon-search:before {
    content: '\e926';
}
.icon-search-2:before {
    content: '\e96c';
}
.icon-search-3:before {
    content: '\e96d';
}
.icon-information:before {
    content: '\e927';
}
.icon-question:before {
    content: '\e928';
}
.icon-exclamation:before {
    content: '\e929';
}
.icon-success:before {
    content: '\e92a';
}
.icon-cart-facing-right:before {
    content: '\e92b';
}
.icon-cart-facing-left:before {
    content: '\e92c';
}
.icon-credit-card:before {
    content: '\e92d';
}
.icon-wallet:before {
    content: '\e92e';
}
.icon-contact-phone:before {
    content: '\e92f';
}
.icon-chat:before {
    content: '\e930';
}
.icon-email:before {
    content: '\e931';
}
.icon-print:before {
    content: '\e932';
}
.icon-video:before {
    content: '\e933';
}
.icon-edit:before {
    content: '\e934';
}
.icon-form-filling:before {
    content: '\e935';
}
.icon-document:before {
    content: '\e936';
}
.icon-statement:before {
    content: '\e937';
}
.icon-pdf-document:before {
    content: '\e96e';
}
.icon-home:before {
    content: '\e938';
}
.icon-home2:before {
    content: '\e962';
}
.icon-calendar:before {
    content: '\e939';
}
.icon-points:before {
    content: '\e98b';
}
.icon-points-casino:before {
    content: '\e98c';
}
.icon-points-leisure:before {
    content: '\e98d';
}
.icon-casino:before {
    content: '\e93a';
}
.icon-casino-cards-1:before {
    content: '\e96f';
}
.icon-casino-cards-2:before {
    content: '\e970';
}
.icon-casino-cards-3:before {
    content: '\e971';
}
.icon-casino-cards-4:before {
    content: '\e972';
}
.icon-casino-dices:before {
    content: '\e973';
}
.icon-casino-slots-1:before {
    content: '\e974';
}
.icon-casino-slots-2:before {
    content: '\e975';
}
.icon-special-offers:before {
    content: '\e93b';
}
.icon-cocktail:before {
    content: '\e93c';
}
.icon-bed:before {
    content: '\e93e';
}
.icon-clock:before {
    content: '\e93f';
}
.icon-bowtie:before {
    content: '\e989';
}
.icon-dancing:before {
    content: '\e940';
}
.icon-wheelchair:before {
    content: '\e992';
}
.icon-ticket:before {
    content: '\e95e';
}
.icon-key-card:before {
    content: '\e941';
}
.icon-ushaped:before {
    content: '\e942';
}
.icon-tag:before {
    content: '\e943';
}
.icon-schoolroom:before {
    content: '\e944';
}
.icon-room-service:before {
    content: '\e945';
}
.icon-movie:before {
    content: '\e946';
}
.icon-wash-machine:before {
    content: '\e947';
}
.icon-room-size:before {
    content: '\e980';
}
.icon-safe:before {
    content: '\e948';
}
.icon-shower:before {
    content: '\e981';
}
.icon-seaview:before {
    content: '\e98f';
}
.icon-car:before {
    content: '\e982';
}
.icon-shuttle:before {
    content: '\e949';
}
.icon-plane:before {
    content: '\e983';
}
.icon-train:before {
    content: '\e94a';
}
.icon-food:before {
    content: '\e94b';
}
.icon-menu:before {
    content: '\e984';
}
.icon-meeting:before {
    content: '\e94c';
}
.icon-profile:before {
    content: '\e94d';
}
.icon-concierge:before {
    content: '\e94e';
}
.icon-female:before {
    content: '\e94f';
}
.icon-male:before {
    content: '\e950';
}
.icon-sun-rewards:before {
    content: '\e951';
}
.icon-valley-of-waves:before {
    content: '\e990';
}
.icon-photo:before {
    content: '\e952';
}
.icon-device-computer:before {
    content: '\e953';
}
.icon-device-phone:before {
    content: '\e954';
}
.icon-device-tablet:before {
    content: '\e955';
}
.icon-wifi:before {
    content: '\e956';
}
.icon-graph:before {
    content: '\e957';
}
.icon-location-pin:before {
    content: '\e958';
}
.icon-gps-location:before {
    content: '\e959';
}
.icon-location-map:before {
    content: '\e963';
}
.icon-weather-cloudy:before {
    content: '\e95a';
}
.icon-weather-cloudywsun:before {
    content: '\e95b';
}
.icon-weather-rain:before {
    content: '\e95c';
}
.icon-weather-storm:before {
    content: '\e976';
}
.icon-weather-sun:before {
    content: '\e95d';
}
.icon-aircondition:before {
    content: '\e93d';
}
.icon-radio-inactive:before {
    content: '\e964';
}
.icon-radio-clicked:before {
    content: '\e965';
}
.icon-radio-point:before {
    content: '\e966';
}
.icon-checkbox-inactive:before {
    content: '\e967';
}
.icon-checkbox-clicked:before {
    content: '\e968';
}
.icon-checkbox-icon:before {
    content: '\e969';
}
.icon-18:before {
    content: '\e988';
}
.icon-sunshare:before {
    content: '\e97f';
}
.icon-sunshare2-filled:before {
    content: '\e96a';
}
.icon-sunshare2-line:before {
    content: '\e96b';
}
.icon-my-sun:before {
    content: '\e994';
}
.icon-sun-mvg:before {
    content: '\e991';
}

.cx-widget {
    font-family: 'Lato', sans-serif !important;
}

.cx-widget.cx-theme-dark * {
    border-color: rgba(255, 255, 255, 0.15) !important;
    font-family: 'Lato', sans-serif !important;
}

.cx-widget.cx-theme-dark {
    background-image: linear-gradient(180deg, #0a214f, transparent);
    background-color: #335785 !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.cx-webchat .cx-body,
.cx-widget.cx-theme-dark .cx-branding,
.cx-widget.cx-theme-dark .cx-footer,
.cx-widget.cx-theme-dark cx-input-container,
.cx-webchat.cx-disabled.cx-theme-dark .cx-input-container {
    background-color: #335785 !important;
}

.cx-webchat .cx-form table td {
    border: 0;
}

.cx-widget.cx-theme-dark .cx-form-control {
    background-color: #335785 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.cx-widget.cx-theme-dark .cx-form-control:not(.cx-error):focus,
.cx-widget.cx-theme-dark input:focus,
.cx-widget.cx-theme-dark textarea:focus {
    border-color: #ffffff !important;
    border-width: 1px;
}

.cx-widget.cx-theme-dark .cx-titlebar {
    border-bottom: 0;
    text-align: left;
    background-image: linear-gradient(180deg, #0a214f, transparent);
}

.cx-widget.cx-theme-dark .cx-titlebar .cx-title {
    font-family: 'Museo Sans', sans-serif !important;
    margin: 0 auto 0 10px !important;
    padding: 0 !important;
    font-size: 1.1em !important;
    font-weight: 100 !important;
    display: inline;
    width: 100%;
}

.cx-widget.cx-theme-dark .cx-btn-default {
    border-color: #0a214f !important;
    color: #ffffff !important;
    background-color: #0a214f !important;
}

button.cx-submit.cx-btn.cx-btn-primary {
    background: #ffffff !important;
    color: #335785 !important;
    border-color: #ffffff !important;
}

.cx-body td,
.cx-body th,
.cx-body label,
.cx-body span,
.cx-body input,
.cx-body button {
    font-size: 13px !important;
}

.cx-widget.cx-theme-dark .cx-btn.cx-btn-default:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #0a214f !important;
}

.cx-widget.cx-theme-dark .cx-btn.cx-btn-default:focus {
    border-color: #0a214f !important;
}

.cx-widget.cx-theme-dark .cx-button-group button:focus {
    border: 0;
}

.cx-widget.cx-window-manager .cx-widget-status {
    font-size: 0;
}

.cx-powered-by {
    text-align: center;
}

.cx-mobile > .cx-webchat.cx-mobile {
    max-width: 80%;
    max-height: 400px;
    left: 10% !important;
    right: 10% !important;
}
