@charset "UTF-8";
/*!---------- 2. MIXINS ----------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
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 {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    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-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/bootstrap/glyphicons-halflings-regular.woff2)
            format("woff2"),
        url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/bootstrap/glyphicons-halflings-regular.ttf)
            format("truetype"),
        url(../fonts/bootstrap/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: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-eur:before,
.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";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #444;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #fff;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 22px;
    color: #0f2453;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #f0ebe4;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
.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,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.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: 70px;
}
.h2,
h2 {
    font-size: 46px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 15px;
}
.h6,
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}
.small,
small {
    font-size: 87%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.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;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #f0ebe4;
}
.text-primary {
    color: #0f2453;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #071128;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #0f2453;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #071128;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #fff;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 11px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 22px;
}
dd,
dt {
    line-height: 1.42857;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #f0ebe4;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #fff;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #f0ebe4;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #fff;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #c1ab8b;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 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-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@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-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@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-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@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-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #f0ebe4;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    margin: 0;
    min-width: 0;
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #c1ab8b;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    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="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control,
output {
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    color: #967a50;
}
.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #0f2453;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(15, 36, 83, 0.6);
}
.form-control::-moz-placeholder {
    color: #b2b5b9;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #b2b5b9;
}
.form-control::-webkit-input-placeholder {
    color: #b2b5b9;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 36px;
    }
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 33px;
    }
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 49px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 33px;
    line-height: 33px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 49px;
    line-height: 49px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 45px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #848484;
}
@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 .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 29px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #0f2453;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #0f2453;
    background-color: transparent;
    border-color: #0f2453;
}
.btn-default.focus,
.btn-default:focus {
    color: #0f2453;
    background-color: transparent;
    border-color: #000;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #0f2453;
    background-color: transparent;
    border-color: #060e1f;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #0f2453;
    background-color: transparent;
    border-color: #000;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #0f2453;
}
.btn-default .badge {
    color: transparent;
    background-color: #0f2453;
}
.btn-primary {
    color: #0f2453;
    background-color: transparent;
    border-color: #0f2453;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #0f2453;
    background-color: transparent;
    border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #0f2453;
    background-color: transparent;
    border-color: #060e1f;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #0f2453;
    background-color: transparent;
    border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: transparent;
    border-color: #0f2453;
}
.btn-primary .badge {
    color: transparent;
    background-color: #0f2453;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #967a50;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #0f2453;
    text-decoration: none;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #f0ebe4;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    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;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #c1ab8b;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #b89f7a;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0f2453;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #f0ebe4;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #f0ebe4;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.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:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.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),
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.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-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-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: 16px;
    font-weight: 400;
    line-height: 1;
    color: #967a50;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    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 {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}
.nav > li.disabled > a {
    color: #f0ebe4;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #f0ebe4;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #fff;
    border-color: #967a50;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 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.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #fff #fff #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #d9ccb8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.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:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0f2453;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    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: 7px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.navbar-form {
    margin: 7px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
        0 1px 0 hsla(0, 0%, 100%, 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 .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        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;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #0f2453;
    border-color: #0a1837;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #0a1837;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #0a1837;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #0a1837;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #0a1837;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        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:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .btn-link,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 22px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #0f2453;
}
.breadcrumb > .active {
    color: #fff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #967a50;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #0f2453;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0f2453;
    border-color: #0f2453;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #f0ebe4;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}
.pager:after,
.pager:before {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.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:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #fff;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #f0ebe4;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #232a35;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #f0ebe4;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #dfd3c2;
}
.label-primary {
    background-color: #0f2453;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #071128;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #f0ebe4;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #967a50;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #e6e6e6;
}
.container-fluid .jumbotron,
.container .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 72px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #444;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #967a50;
}
.alert {
    padding: 15px;
    margin-bottom: 22px;
    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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes a {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes a {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #0f2453;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.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-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #fff;
    color: #f0ebe4;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #f0ebe4;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0f2453;
    border-color: #0f2453;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #4f7bdf;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > 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,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .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
    th:first-child,
.panel
    > .table-responsive:first-child
    > .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
    th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.panel
    > .table-responsive:first-child
    > .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
    th:last-child,
.panel
    > .table-responsive:first-child
    > .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
    th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .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
    th:first-child,
.panel
    > .table-responsive:last-child
    > .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
    th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel
    > .table-responsive:last-child
    > .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
    th:last-child,
.panel
    > .table-responsive:last-child
    > .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
    th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 22px;
}
.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 > .list-group,
.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: #c1ab8b;
    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: #c1ab8b;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #0f2453;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0f2453;
    border-color: #0f2453;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0f2453;
}
.panel-primary > .panel-heading .badge {
    color: #0f2453;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0f2453;
}
.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.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;
    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: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(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;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    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;
}
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.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 {
        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-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    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 {
    right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -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;
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    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 {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    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 {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel,
.carousel-inner {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0;
    }
}
.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 {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
.carousel-control.left {
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.0001)
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.0001) 0,
        rgba(0, 0, 0, 0.5)
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    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-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.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 !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.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;
    }
}
@font-face {
    font-family: thecalluna;
    src: url(../fonts/thecalluna.eot?g53j78);
    src: url(../fonts/thecalluna.eot?#iefixg53j78) format("embedded-opentype"),
        url(../fonts/thecalluna.ttf?g53j78) format("truetype"),
        url(../fonts/thecalluna.woff?g53j78) format("woff"),
        url(../fonts/thecalluna.svg?g53j78#thecalluna) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: thecalluna;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-location:before {
    content: "\e622";
}
.icon-left:before {
    content: "\e620";
}
.icon-right:before {
    content: "\e621";
}
.icon-pinterest:before {
    content: "\e61e";
}
.icon-reply:before {
    content: "\e61f";
}
.icon-comments:before {
    content: "\e61a";
}
.icon-folder:before {
    content: "\e61b";
}
.icon-pin:before {
    content: "\e61c";
}
.icon-user_male:before {
    content: "\e61d";
}
.icon-beer:before {
    content: "\e60e";
}
.icon-bright_moon:before {
    content: "\e60f";
}
.icon-campfire:before {
    content: "\e610";
}
.icon-cocktail:before {
    content: "\e611";
}
.icon-coconut_cocktail:before {
    content: "\e612";
}
.icon-wedding_date:before {
    content: "\e613";
}
.icon-novel:before {
    content: "\e614";
}
.icon-taco:before {
    content: "\e615";
}
.icon-two_hearts:before {
    content: "\e616";
}
.icon-wedding_cake:before {
    content: "\e617";
}
.icon-wedding_gift:before {
    content: "\e618";
}
.icon-wedding_rings:before {
    content: "\e619";
}
.icon-back:before {
    content: "\e600";
}
.icon-clock:before {
    content: "\e601";
}
.icon-down:before {
    content: "\e602";
}
.icon-facebook:before {
    content: "\e603";
}
.icon-forward:before {
    content: "\e604";
}
.icon-google_plus:before {
    content: "\e605";
}
.icon-instagram:before {
    content: "\e606";
}
.icon-linkedin:before {
    content: "\e607";
}
.icon-message:before {
    content: "\e608";
}
.icon-phone:before {
    content: "\e609";
}
.icon-sun:before {
    content: "\e60a";
}
.icon-tumblr:before {
    content: "\e60b";
}
.icon-twitter:before {
    content: "\e60c";
}
.icon-up:before {
    content: "\e60d";
}
.pd0 {
    padding: 0 !important;
}
.pd5 {
    padding: 5px 0 !important;
}
.pd10 {
    padding: 10px 0 !important;
}
.pd15 {
    padding: 15px 0 !important;
}
.pd35 {
    padding: 35px 0 !important;
}
.pd50 {
    padding: 50px 0 !important;
}
.pd75 {
    padding: 75px 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdt5 {
    padding-top: 5px !important;
}
.pdt10 {
    padding-top: 10px !important;
}
.pdt15 {
    padding-top: 15px !important;
}
.pdt35 {
    padding-top: 35px !important;
}
.pdt50 {
    padding-top: 50px !important;
}
.pdt75 {
    padding-top: 75px !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdb5 {
    padding-bottom: 5px !important;
}
.pdb10 {
    padding-bottom: 10px !important;
}
.pdb15 {
    padding-bottom: 15px !important;
}
.pdb35 {
    padding-bottom: 35px !important;
}
.pdb50 {
    padding-bottom: 50px !important;
}
.pdb75 {
    padding-bottom: 75px !important;
}
.m0 {
    margin: 0 !important;
}
.m5 {
    margin: 5px 0 !important;
}
.m10 {
    margin: 10px 0 !important;
}
.m15 {
    margin: 15px 0 !important;
}
.m25 {
    margin: 25px 0 !important;
}
.m35 {
    margin: 35px 0 !important;
}
.m50 {
    margin: 50px 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.primary {
    color: #0f2453;
}
.secondary {
    color: #967a50;
}
.primary-background {
    background-color: #0f2453;
}
.secondary-background {
    background-color: #967a50;
}
.separator-color {
    border-color: #b6b6b6;
}
.accent {
    color: #f1f2f2;
}
.accent-background {
    background-color: #f1f2f2;
}
.primary-secondary-pattern {
    background: linear-gradient(
        90deg,
        #0f2453 0,
        #0f2453 50%,
        #967a50 0,
        #967a50
    );
}
.secondary-primary-pattern {
    background: linear-gradient(
        90deg,
        #967a50 0,
        #967a50 50%,
        #0f2453 0,
        #0f2453
    );
}
.white-accent-pattern {
    background: linear-gradient(90deg, #fff 0, #fff 50%, #f1f2f2 0, #f1f2f2);
}
@media only screen and (max-width: 992px) {
    .primary-secondary-pattern,
    .secondary-primary-pattern,
    .white-accent-pattern {
        background: none;
    }
}
body,
html {
    width: 100%;
    height: 100%;
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-size: 100%;
    font-weight: 300;
    padding-top: 0;
    background: none repeat scroll 0 0 #fff;
    color: #444;
    letter-spacing: 0;
    position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    body,
    html {
        font-size: 84%;
    }
}
@media only screen and (max-width: 1200px) {
    body,
    html {
        font-size: 84%;
    }
}
@media only screen and (max-width: 480px) {
    body,
    html {
        font-size: 80%;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    body,
    html {
        font-size: 84%;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 25px;
    line-height: 2.4rem;
    font-weight: 500;
    color: #0f2453;
}
h1,
h2 {
    font-weight: 500;
}
h2 {
    font-size: 3.125rem;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
}
h2:after {
    border-bottom: 2px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100px;
}
h3 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    letter-spacing: 0.1em;
    font-weight: 400;
}
h4 {
    font-size: 1.9rem;
}
h5 {
    font-size: 1.2rem;
    padding-bottom: 0;
}
label {
    font-size: 1.25rem;
    letter-spacing: 0.072em;
    font-weight: 500;
    margin-bottom: 15px;
    color: #444;
}
h3 + hr {
    width: 75px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: auto;
    border-bottom: 2px solid;
    border-color: inherit;
}
.headline,
.page-header,
.text-column h2,
.text-column h3 {
    color: #0f2453;
}
.page-header {
    border-color: #d2d2d2;
}
@media only screen and (max-width: 992px) {
    h1 {
        font-size: 2.6rem;
        line-height: 4rem;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    h1 {
        font-size: 2.6rem;
        line-height: 4rem;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2rem;
        line-height: 3.5rem;
    }
}
p {
    font-size: 1.125rem;
    line-height: 2rem;
}
.wpb_wrapper p {
    color: #444;
}
.text-column p,
.wpb_wrapper p.teaser,
p.teaser {
    font-size: 1.375rem;
    font-weight: 400;
    color: #fff;
    line-height: 2.375rem;
}
blockquote {
    background-color: #f1f2f2;
    border-right: 2px solid #967a50;
    padding: 40px;
    border-left: none;
}
blockquote p {
    padding-left: 30px;
    color: #0f2453;
    font-size: 1.25rem;
    font-weight: 400;
}
cite {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    color: #967a50;
}
.page-content {
    color: #444;
    font-size: 1.125rem;
    line-height: 2rem;
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.content-area ul {
    list-style: disc;
}
.content-area ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
}
dl {
    margin-bottom: 1.6em;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 1.6em;
}
table,
td,
th {
    border: 1px solid #eaeaea;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
th {
    font-weight: 700;
}
td,
th {
    border-width: 0 1px 1px 0;
}
td,
th {
    padding: 0.4em;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
figure {
    clear: both;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:focus {
    outline: none;
    box-shadow: none;
}
.add-on .input-group-btn > .btn {
    border-left-width: 0;
}
.wp-post-image {
    margin: 0 auto;
}
.bypostauthor,
.gallery-caption,
.sticky {
    font-size: inherit;
}
.aligncenter {
    display: block;
    margin: 15px auto;
}
.alignright {
    float: right;
    margin: 5px 0 15px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}
.floatleftcenter {
    float: none;
    margin: 0 auto;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.wp-smiley {
    margin: 0;
    max-height: 1em;
}
.wp-caption {
    text-align: center;
    max-width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 8px;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
}
.wp-caption .wp-caption-text {
    font-size: 0.9em;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
}
.wp-caption.alignnone {
    margin-bottom: 20px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f2f2;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.form-control:focus {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    background-color: #f1f2f2;
}
.search-button.active,
.search-button.focus,
.search-button:active,
.search-button:focus,
.search-button:hover {
    background-color: #f1f2f2;
    border-color: #d2d2d2;
    color: #ccc;
}
.image-row span {
    color: #0f2453;
    float: right;
    font-size: 4rem;
    margin-right: 10px;
}
.title-row h3 {
    margin-bottom: 0;
    color: #0f2453;
}
.price-row .offer_price {
    padding-top: 0;
}
.no-margin {
    margin-top: 0;
}
.btn-primary-container {
    position: relative;
    margin-top: 35px;
}
.vc_gitem_row .btn-primary-container {
    margin-top: 0;
}
.btn-primary,
.button,
.vc_gitem_row .style-1 .vc_btn3,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.wpcf7 .btn-primary {
    background: transparent none;
    border: 2px solid #967a50;
    border-radius: 3px;
    color: #967a50;
    display: inline-block;
    font-weight: 500;
    font-size: 1.125rem;
    padding: 14px 36px;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
}
.btn-primary.style-2,
.vc_gitem_row .style-2 .vc_btn3 {
    background: #967a50 none;
    border: 2px solid #967a50;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    padding: 14px 36px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.vc_gitem_row .style-1 .vc_btn3:active,
.vc_gitem_row .style-1 .vc_btn3:focus,
.vc_gitem_row .style-1 .vc_btn3:hover,
.vc_gitem_row .style-2 .vc_btn3:active,
.vc_gitem_row .style-2 .vc_btn3:focus,
.vc_gitem_row .style-2 .vc_btn3:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
    background-color: #907650;
    border-color: #907650;
    color: #fff;
}
.vc_grid-item .vc_gitem_row .wpb_content_element a.style-1,
.vc_grid-item .vc_gitem_row .wpb_content_element a.style-1:hover,
.vc_grid-item .vc_gitem_row .wpb_content_element a.style-2,
.vc_grid-item .vc_gitem_row .wpb_content_element a.style-2:hover {
    border-bottom: 2px solid #907650;
}
@media only screen and (max-width: 480px) {
    .btn-primary-container .btn-primary,
    .form-submit .btn-primary {
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0.15rem;
        padding: 10px 20px;
    }
}
.calendar_row {
    overflow: visible !important;
}
.abs {
    position: absolute;
    left: -90%;
    z-index: 10;
}
#bisdatepicker,
#vondatepicker {
    left: -20%;
}
@media only screen and (max-width: 992px) {
    #bisdatepicker,
    #vondatepicker {
        left: -8%;
    }
}
@media only screen and (max-width: 480px) {
    #bisdatepicker {
        left: -100%;
    }
    #vondatepicker {
        left: -5%;
    }
}
#datePicker .ui-widget-header {
    font-weight: 300;
    color: #967a50;
}
#datePicker .ui-widget-content {
    color: #2f373b;
    font-weight: 300;
}
#datePicker .arrow-up {
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
}
#datePicker .dateField {
    background: none repeat scroll 0 0 #fff;
    color: #2f373b;
    float: left;
    padding: 16px 0 26px;
    position: relative;
    width: 100%;
    border: 2px solid transparent;
}
#datePicker #gaste {
    padding: 19px 32px 27px;
}
#datePicker .dateField p {
    color: #2f373b;
    text-align: center;
}
#datePicker p.title {
    font-weight: 600;
    margin: 0 0 14px;
    text-align: center;
    color: #0f2453;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}
.ui-datepicker-title span {
    font-size: 0.9rem;
    font-weight: 400;
}
.ui-datepicker-title .ui-datepicker-month {
    font-weight: 500;
}
.ui-datepicker table {
    font-size: 0.9rem;
    font-weight: 300;
    table-layout: auto;
    border: none;
}
.ui-datepicker td {
    padding: 2px;
    font-family: Lato;
}
.ui-datepicker th {
    font-size: 0.8rem;
    font-weight: 300;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
}
.dateField p.day,
.ui-datepicker-year {
    font-family: Lato, sans-serif;
}
.dateField p.day {
    font-size: 5.375rem;
    font-weight: 300;
    line-height: 72px;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 26px;
}
#datePicker .dateField p.month {
    border-bottom: 1px solid #f1f2f2;
    color: #967a50;
    font-size: .9rem;
    font-weight: 500;
    padding-bottom: 10px;
}
#datePicker .ui-state-default {
    color: #555;
    font-family: Lato;
}
#datePicker .ui-state-hover {
    background-color: #967a50;
    color: #fff;
}
#datePicker .ui-state-active {
    background-color: #0f2453;
    color: #fff;
}
#datePicker .ui-state-highlight {
    background-color: #d2d2d2;
    color: #363636;
}
@media only screen and (min-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) {
    #datePicker p.title {
        font-size: 1rem;
    }
    .ui-datepicker-title span {
        font-size: 0.9rem;
    }
    .ui-datepicker table {
        font-size: 0.75rem !important;
    }
    .ui-datepicker th {
        font-size: 0.8rem;
    }
    .dateField p.day {
        font-size: 4rem;
        padding-bottom: 14px;
        padding-top: 16px;
    }
    #datePicker .dateField p.month, .single-room  #datePicker .dateField p.month {
        font-size: 0.7rem;
    }

    .single-room .dateField p.day {
        font-size: 40px;
    }
}
@media only screen and (max-width: 480px) {
    #datePicker p.title {
        font-size: 1rem;
    }
    .ui-datepicker-title span {
        font-size: 0.9rem;
    }
    .ui-datepicker table {
        font-size: 0.75rem !important;
    }
    .ui-datepicker th {
        font-size: 0.8rem;
    }
    .dateField p.day {
        font-size: 4rem;
        padding-bottom: 14px;
        padding-top: 16px;
    }
    #datePicker .dateField p.month {
        font-size: .9rem;
    }
}
#datePicker #gaste .bottomborder .arrow,
#datePicker #gaste .topborder .arrow,
#datePicker .dateField .border .arrow,
.apb-datepicker .ui-datepicker-header .ui-corner-all .ui-icon,
.ui-datepicker-next .ui-icon,
.ui-datepicker-prev .ui-icon {
    background: url(../img/arrow.png) no-repeat scroll 50% bottom transparent;
    display: block;
    height: 6px !important;
    margin-left: 5.5px !important;
    margin-top: 9px !important;
    position: relative;
    width: 10px !important;
}
#datePicker #gaste .topborder .arrow {
    margin-top: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: 1px solid #d2d2d2;
    border-radius: 12px;
    color: #d2d2d2;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    width: 24px;
    top: auto;
    transform: inherit;
    transition: inherit;
    font-size: 0;
    line-height: inherit;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    left: 0 !important;
    margin-left: 5px !important;
    margin-top: 8px !important;
    top: 0 !important;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 6px;
}
.ui-datepicker-next .ui-icon {
    margin-top: 8px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ui-datepicker-prev .ui-icon {
    margin-top: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#datePicker .dateField .border {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
#datePicker #gaste .topborder,
#datePicker .dateField .border {
    border: 1px solid #d2d2d2;
    border-radius: 12px;
    color: #d2d2d2;
    height: 24px;
    width: 24px;
}
#datePicker #gaste .topborder {
    margin: 0 auto 26px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    #datePicker #gaste .topborder {
        margin: 0 auto 20px;
    }
}
#datePicker #gaste .bottomborder {
    color: #d2d2d2;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    border: 1px solid #d2d2d2;
}
#bisdatepicker,
#vondatepicker {
    display: none;
}
.guest_row .guests {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f2f2;
    display: none;
    left: -5%;
    list-style-type: none;
    top: 85%;
    padding: 30px 15px;
    position: absolute;
    width: 110%;
}
.guest_row .guests ul {
    margin: 0;
    list-style: none;
}
.guests .title {
    color: #967a50;
    font-weight: 500;
    margin-bottom: 20px;
}
#gasteSelect li,
.guests .title {
    font-size: 0.9rem;
    text-align: center;
}
#gasteSelect li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f1f2f2;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-weight: 300;
    margin: 8px 0;
    padding: 10px 0;
}
#gasteSelect .col-1,
#gasteSelect .col-2 {
    width: 45%;
    float: left;
    margin: 4px 0;
}
#gasteSelect .col-1 {
    margin-right: 4px;
}
#gasteSelect .col-2 {
    margin-left: 4px;
}
@media only screen and (max-width: 480px) {
    #gasteSelect li,
    .guests .title {
        font-size: 1rem;
    }
}
#gasteSelect li:hover {
    background: none repeat scroll 0 0 #967a50;
    color: #fff;
}
#gasteSelect li.active {
    background: none repeat scroll 0 0 #0f2453;
    color: #fff;
}
.ui-datepicker {
    padding: 20px;
    box-shadow: 1px 1px 0 0 #f1f2f2;
}
.reservation_wrapper {
    float: right;
    margin-top: 20px;
}
.booking-button_wrapper {
    float: right;
    margin-left: 45px;
}
.booking-button {
    margin-top: 45px;
}
.booking-button .btn-primary-container {
    margin-top: 30px;
    float: right;
}
.reservation_header {
    color: #444;
    text-transform: uppercase;
}
.reservation_header,
.reservation_text {
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    display: block;
    text-align: right;
    line-height: 1.8rem;
}
.reservation_text {
    font-family: Lato, sans-serif;
    color: #999;
}
.reservation_hint {
    font-size: 0.875rem;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 1.8rem;
    display: block;
    text-align: right;
}
.selected-room .reservation_header,
.selected-room .reservation_hint,
.selected-room .reservation_text {
    margin: 0 40px;
    text-align: left;
    float: none;
}
@media only screen and (max-width: 768px) {
    #datePicker .arr_row {
        padding-left: 15px;
        padding-right: 7.5px;
    }
    #datePicker .dep_row {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #datePicker .guest_row {
        padding-left: 7.5px;
        padding-right: 15px;
    }
    #datePicker #gaste {
        padding: 22px 0 26px;
    }
}
.simple-weather i {
    font-size: 2.2rem;
    color: #967a50;
    line-height: 24px;
    margin: 0;
}
.simple-weather em {
    font-size: 1.6rem;
    color: #0f2453;
    font-family: Lato, sans-serif;
    vertical-align: top;
    position: relative;
    top: 6px;
    margin-left: 8px;
    letter-spacing: 1px;
}
.simple-weather .simple-weather__day:not(.simple-weather__day--current) {
    display: none;
}
.calluna-time {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.calluna-time .icon-clock {
    margin-right: 15px;
    font-weight: 700;
    font-size: 2.4rem;
}
.calluna-time .time {
    font-size: 1.6rem;
    font-family: Lato, sans-serif;
}
#go-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    line-height: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: rgba(15, 36, 83, 0.6);
    background-color: #0f2453;
    color: #fff;
    z-index: 300;
    border-radius: 2px;
    transition: all 0.1s linear;
}
#go-top:hover {
    background-color: rgba(150, 122, 80, 0.6);
    background-color: #967a50;
    text-decoration: none;
}
#go-top i {
    font-size: 20px;
    color: #fff;
    line-height: 46px;
}
.carousel_column {
    padding-left: 8% !important;
    padding-right: 15px !important;
    padding-top: 3%;
    padding-bottom: 2%;
}
@media only screen and (max-width: 992px) {
    .carousel_column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .carousel_column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.carousel-holder,
.jcarousel-outer {
    position: relative;
}
.jcarousel-outer {
    width: 100%;
    float: left;
    overflow: hidden;
}
.jcarousel-wrapper {
    margin: 0 1px 0 0;
    position: relative;
}
.jcarousel {
    position: relative;
    width: 100%;
}
.jcarousel > ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
}
.jcarousel > ul:after {
    content: "";
    display: block;
    clear: both;
}
.jcarousel ul li.jcarousel-item {
    z-index: 10;
    padding-left: 0;
    padding-right: 40px;
    display: table-cell;
    -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 599px) {
    .jcarousel ul li.jcarousel-item {
        padding-right: 0;
    }
}
.room-carousel ul {
    left: 0 !important;
}
.room-carousel ul li.jcarousel-item {
    padding-right: 0;
    margin-left: -2px;
    margin-right: -3px;
}
.carousel-title {
    position: relative;
    padding-right: 52px;
}
.jcarousel-item .link_image {
    margin-bottom: 1.2em !important;
}
.image-carousel .jcarousel-item .link_image,
.jcarousel-item h3 {
    margin-bottom: 0 !important;
}
.jcarousel-item h3 {
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
.jcarousel-item .date {
    margin-top: 0.6em;
    font-size: 0.85em;
    line-height: 1em;
    padding-bottom: 4px;
}
.jcarousel-item p {
    margin-top: 14px;
    margin-bottom: 1.4em;
}
@media only screen and (min-width: 1025px) {
    .jcarousel-nav {
        float: left;
        width: 100%;
        padding-right: 55px;
        margin-top: 60px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .jcarousel-nav {
        display: none;
    }
}
a.jcarousel-next {
    float: right;
    margin-right: -5px;
}
.room-carousel a.jcarousel-next {
    position: absolute;
    top: 46%;
    z-index: 200;
    right: 25px;
    opacity: 0;
}
.room-carousel:hover a.jcarousel-next,
.room-carousel:hover a.jcarousel-prev {
    opacity: 1;
    transition: all 0.2s linear;
}
a.jcarousel-prev {
    float: left;
    margin-left: -5px;
}
.room-carousel a.jcarousel-prev {
    position: absolute;
    top: 46%;
    z-index: 200;
    left: 25px;
    opacity: 0;
}
a.jcarousel-next i,
a.jcarousel-prev i {
    font-size: 2.5rem;
    color: #b6b6b6;
}
@media only screen and (max-width: 992px) {
    .room-carousel a.jcarousel-next,
    .room-carousel a.jcarousel-prev {
        opacity: 1;
    }
}
@media only screen and (min-width: 1025px) {
    .carousel-holder .mobile-pagination {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .carousel-holder .mobile-pagination {
        display: block;
    }
}
.carousel-holder .mobile-pagination {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    bottom: 5px;
    margin-top: 15px;
}
.room-carousel .mobile-pagination {
    display: none;
}
.carousel-holder .mobile-pagination ul {
    list-style: none;
}
.carousel-holder .mobile-pagination li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    line-height: 0;
    cursor: pointer;
}
.carousel-holder .mobile-pagination li:last-child {
    margin-right: 0;
}
.carousel-holder .mobile-pagination li {
    background-color: #d2d2d2;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0f2453;
    opacity: 0.9;
    z-index: 999999;
    transition: top 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: top 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: top 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: top 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}
.loader-container {
    position: absolute;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#loader.loader-style .spinner-container {
    position: relative;
    margin: 0 auto;
    border-top: 4px solid #967a50;
    border-right: 4px solid #967a50;
    border-bottom: 4px solid #967a50;
    border-left: 4px solid hsla(0, 0%, 100%, 0.1);
    -webkit-animation: b 1.1s infinite linear;
    animation: b 1.1s infinite linear;
}
#loader.loader-style .spinner-container,
#loader.loader-style .spinner-container:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.vc_tta-panels {
    background-color: #fff !important;
    border: none !important;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    padding: 25px 0;
}
.vc_tta-tabs-list {
    border: solid #d2d2d2;
    border-width: 0 0 1px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 1px 0 -1px 1px;
}
.vc_tta.vc_general .vc_tta-tab > a {
    border-width: 0;
    background-color: #fff;
    color: #0f2453;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vc_tta.vc_general .vc_tta-tab > a:hover {
    background-color: #fff;
}
.vc_tta.vc_general .vc_tta-tab.vc_active > a {
    border-color: #967a50;
    color: #967a50;
    border-width: 0 0 2px;
    background-color: #fff;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top
    .vc_tta-tab
    > a {
    background-color: transparent;
    border-width: 0 0 2px;
    border-color: transparent;
}
.vc_tta-tabs-position-left .vc_tta-panels {
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 0 !important;
    border-left-color: transparent !important;
}
.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tabs-list {
    border: none;
    padding-left: 2px;
    padding-top: 2px;
    margin: 0;
}
.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tabs-container {
    margin: 0;
}
.vc_tta-tabs-position-left .vc_tta-panels .vc_tta-panel {
    margin: 0 !important;
}
.vc_tta-tabs-position-left.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    border: solid transparent;
    padding: 25px;
}
.vc_tta-tabs-position-left.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab {
    margin: -2px 0 0 -2px;
    padding: 0;
}
.vc_tta-tabs-position-left.vc_tta.vc_general.vc_tta-tabs
    .vc_tta-tab:last-child {
    margin-bottom: 0;
}
.vc_tta-tabs-position-left.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab > a {
    border-width: 1px;
    border-radius: 0;
    background-color: #fff;
    color: #0f2453;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 25px;
}
.vc_tta-tabs-position-left.vc_tta.vc_general.vc_tta-tabs
    .vc_tta-tab.vc_active
    > a {
    border-color: #d2d2d2 !important;
    border-right-color: transparent !important;
    color: #967a50;
    border-width: 1px;
    border-radius: 0;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent !important;
}
.vc_tta.vc_general .vc_active .vc_tta-panel-heading {
    border: 2px solid #967a50 !important;
    border-radius: 0;
    margin-bottom: 0 !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading h4 {
    padding-bottom: 0;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
    color: #967a50 !important;
}
.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after,
.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
    border-color: #967a50 !important;
}
.vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
}
.vc_tta.vc_general .vc_tta-panel-heading {
    border: 1px solid #d2d2d2 !important;
    border-radius: 0;
    margin-top: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel-heading h4 a {
    padding: 18px 20px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.vc_tta-panel .vc_tta-panel-heading h4 {
    padding-bottom: 0;
}
.vc_tta-panel .vc_tta-panel-heading h4 a {
    color: #0f2453 !important;
}
.vc_tta-panel-heading .vc_tta-controls-icon:after,
.vc_tta-panel-heading .vc_tta-controls-icon:before {
    border-color: #0f2453 !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 25px 48px;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0;
}
.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}
.comments-area.container-fluid,
.not-found .container-fluid,
.paging-navigation .container-fluid,
article .container-fluid {
    padding-left: 11%;
    padding-right: 5%;
}
.sidebar-left_wrapper .comments-area.container-fluid,
.sidebar-left_wrapper .not-found .container-fluid,
.sidebar-left_wrapper .page-sidebar-content,
.sidebar-left_wrapper .paging-navigation .container-fluid,
.sidebar-left_wrapper article .container-fluid {
    padding-left: 5%;
    padding-right: 11%;
}
.archive .site-content.container-fluid,
.blog .site-content.container-fluid,
.page-template-template-reservation-form .site-content.container-fluid,
.search .site-content.container-fluid,
.single-post .site-content.container-fluid,
.single .site-content.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.no-padding.container-fluid,
.page-template-template-sidebar-right .site-content.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.home.blog .content-area,
.page-content {
    padding-top: 35px;
    padding-bottom: 35px;
}
.top-35 {
    padding-top: 35px;
}
.top-25 {
    padding-top: 25px;
}
.top-15 {
    padding-top: 15px;
}
.top-5 {
    padding-top: 5px;
}
.top-0 {
    padding-top: 0;
}
.bottom-35 {
    padding-bottom: 35px;
}
.bottom-25 {
    padding-bottom: 25px;
}
.bottom-15 {
    padding-bottom: 15px;
}
.bottom-5 {
    padding-bottom: 5px;
}
.bottom-0 {
    padding-bottom: 0;
}
.page-template-template-sidebar-right .site-content .vc_row.vc_row-no-padding {
    margin-left: 0;
    margin-right: 0;
}
.content_row,
.vc_row-no-padding [class*=" vc_col-"] {
    padding-left: 0;
    padding-right: 0;
}
.calendar-row {
    overflow: visible !important;
}
@media only screen and (max-width: 1200px) {
    .container-fluid {
        padding-left: 4%;
        padding-right: 4%;
    }
    .comments-area.container-fluid,
    .paging-navigation .container-fluid,
    article .container-fluid {
        padding-left: 5%;
    }
}
@media only screen and (max-width: 992px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .no-left-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .no-left-padding {
        padding-left: 0 !important;
        padding-right: 15px;
    }
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 992px) {
    .reorder-xs {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl;
    }
    .reorder-xs > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .reorder-xs {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl;
    }
    .reorder-xs > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr;
    }
}
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 992px) {
    .row-eq-height {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .row-eq-height {
        display: block;
    }
}
.vertical-align {
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .vertical-align {
        display: block;
        padding: 11% 15px;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .vertical-align {
        display: block;
        padding: 11% 15px;
    }
}
.color-background {
    background-color: #0c2149;
}
.color-background,
.image-background {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.image-background {
    height: auto;
    background-size: cover !important;
}
.header_text_wrapper {
    padding: 19% 8% 16%;
    margin: 0;
}
.small-height .header_text_wrapper {
    padding-top: 14%;
    padding-bottom: 8%;
}
.color-background span,
.image-background span {
    color: #fff;
    position: relative;
}
.color-background .separator,
.image-background .separator {
    width: 135px;
    border-top: 2px solid;
    border-color: #967a50;
    margin-top: 36px;
    margin-bottom: 20px;
    display: block;
}
.color-background .text-left .separator,
.image-background .text-left .separator {
    margin-left: 0;
    margin-right: auto;
}
.color-background .text-right .separator,
.image-background .text-right .separator {
    margin-left: auto;
    margin-right: 0;
}
.color-background .text-center .separator,
.image-background .text-center .separator {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 992px) {
    .color-background .separator,
    .image-background .separator {
        width: 80px;
        margin-top: 20px;
    }
    .header_text_wrapper {
        top: 0 !important;
        padding: 25px 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .color-background .separator,
    .image-background .separator {
        width: 80px;
        margin-top: 20px;
    }
    .header_text_wrapper {
        top: 0 !important;
        padding: 25px 15px !important;
    }
}
@media only screen and (max-width: 480px) {
    .color-background .separator,
    .image-background .separator {
        width: 60px;
        margin-top: 20px;
    }
}
.sidebar_wrapper {
    background-color: #f1f2f2;
}
.sidebar {
    padding: 50px 20% 50px 12%;
    height: 100%;
}
.sidebar-left_wrapper .sidebar {
    padding: 50px 12% 50px 22%;
}
.sidebar .widget {
    margin-bottom: 60px;
}
.sidebar .widget--hotelier.widget-booking {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.sidebar h2,
.sidebar h2 a,
.sidebar h3,
.sidebar h3 a {
    color: #0f2453;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.sidebar .widget:not(.widget--hotelier) .title {
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
}
.sidebar .widget:not(.widget--hotelier) .h2:after,
.sidebar .widget:not(.widget--hotelier) .title:after {
    border-bottom: 2px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 75px;
}
.sidebar h2 {
    margin-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
.sidebar-post-wrapper {
    border: 1px solid #d2d2d2;
    margin-bottom: 50px;
    margin-top: 10px;
    padding: 40px;
}
.room-widget .sidebar-post-wrapper {
    border: none;
    margin: 0;
    padding: 20px 20px 30px;
}
.sidebar-post-wrapper .image-row img {
    width: 100%;
    float: right;
}
@media only screen and (max-width: 1400px) {
    .sidebar h2 {
        font-size: 2rem;
    }
    .sidebar h3 {
        font-size: 1.8rem;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    .sidebar-post-wrapper {
        padding: 25px;
    }
    .sidebar h2 {
        font-size: 2rem;
    }
    .sidebar h3 {
        font-size: 1.8rem;
    }
}
.not-found .form-control,
.sidebar .form-control {
    height: 48px;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    background-color: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    box-shadow: none;
}
.sidebar .widget:not(.widget--hotelier) ul li a {
    color: #967a50;
    font-size: 1.125rem;
}
.sidebar .comment-author-link:before,
.sidebar .widget:not(.widget--hotelier) ul li a:before {
    font-family: thecalluna;
    content: "\e621";
    font-size: 1.4rem;
    color: #444;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.sidebar .comment-author-link .url {
    color: #444;
}
.sidebar .comment-author-link .url:before,
.sidebar .recentcomments > a:before {
    display: none;
}
.sidebar .widget:not(.widget--hotelier) ul li a:focus,
.sidebar .widget:not(.widget--hotelier) ul li a:hover {
    color: #0f2453;
}
.sidebar .widget .textwidget {
    color: #444;
    font-size: 1.125rem;
    line-height: 2rem;
}
@media only screen and (max-width: 1200px) {
    .sidebar,
    .sidebar-left_wrapper .sidebar {
        padding: 50px 12%;
    }
}
@media only screen and (max-width: 992px) {
    .sidebar,
    .sidebar-left_wrapper .sidebar {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .sidebar,
    .sidebar-left_wrapper .sidebar {
        padding: 50px 15px;
    }
    .sidebar h2 {
        font-size: 2.4rem;
    }
}
a {
    color: #967a50;
    font-weight: 400;
}
a:active,
a:focus,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
    text-decoration: none !important;
    box-shadow: none;
    outline: none !important;
}
a:focus,
a:hover {
    color: #0f2453;
    text-decoration: none;
}
.navigation {
    border-color: transparent;
    padding: 0;
    min-height: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all 0.4s;
    z-index: 1030;
}
.menu {
    list-style: none;
}
.menu,
.menu ol,
.menu ul {
    margin: 0;
}
.sticky.navbar-shrink .menu {
    float: left;
}
.nav-menu ul li.current-menu-item > a,
.site-footer .current_page_item a {
    color: #967a50;
    text-decoration: none;
}
.nav-menu ul li.current-menu-item > a:after,
.site-footer .current_page_item a:after {
    content: "\00a0";
    width: 100%;
    height: 1px;
    background-color: #967a50;
    position: absolute;
    bottom: 4px;
    left: 0;
    opacity: 1;
}
.site-footer .current_page_item a:after {
    bottom: -2px;
}
.navbar-shrink {
    background-color: #0f2453;
    background-color: rgba(15, 36, 83, 0.85);
    top: 0 !important;
    transition: all 0.4s;
    position: fixed;
}
.small-logo-wrapper {
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.left-nav.sticky.navbar-shrink .small-logo-wrapper a img,
.top-full-nav.sticky.navbar-shrink .small-logo-wrapper a img,
.top-nav.sticky.navbar-shrink .small-logo-wrapper a img {
    max-height: 50px;
    display: block;
    visibility: visible;
    margin-left: -1px;
}
@media only screen and (max-width: 992px) {
    .small-logo-wrapper {
        display: block;
    }
    .small-logo-wrapper a img {
        max-height: 50px;
        display: block;
        visibility: visible;
    }
}
@media only screen and (min-width: 992px) {
    .small-logo-wrapper {
        display: none;
    }
    .navbar-shrink .logo-wrapper a img,
    .top-full-nav .small-logo-wrapper a img,
    .top-nav .small-logo-wrapper a img {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .small-logo-wrapper {
        display: block;
    }
    .small-logo-wrapper a img {
        max-height: 50px;
        display: block;
        visibility: visible;
    }
}
.left-nav {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.left-nav.navbar-shrink {
    position: fixed;
}
.left-nav .container-fluid .row {
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .left-nav {
        position: static;
        background-color: #0f2453;
    }
    nav.left-nav,
    nav.top-full-nav,
    nav.top-nav {
        padding: 10px 0;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .left-nav {
        position: static;
        background-color: #0f2453;
    }
    nav.left-nav,
    nav.top-full-nav,
    nav.top-nav {
        padding: 5px 0;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .left-nav-logo-col,
    .top-full-nav-logo-col,
    .top-nav-logo-col {
        float: left;
        position: static;
        top: 5px;
    }
}
.left-nav .menu > li {
    padding: 10px 15px;
}
.left-nav.sticky.navbar-shrink .container-fluid .row {
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.logo-wrapper {
    display: block;
}
@media only screen and (max-width: 992px) {
    .logo-wrapper {
        display: none !important;
        visibility: hidden !important;
    }
    .left-nav .small-logo-wrapper {
        display: block;
        visibility: visible;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .logo-wrapper {
        display: none !important;
        visibility: hidden !important;
    }
    .left-nav .small-logo-wrapper {
        display: block;
        visibility: visible;
    }
}
.navbar-shrink .small-logo-wrapper {
    display: block;
    visibility: visible;
}
.top-nav {
    background-color: transparent;
    top: 7%;
    left: 0;
    position: fixed;
    right: 0;
    border-width: 0 0 1px;
}
.top-nav.static {
    position: absolute;
}
.top-nav .container-fluid .row {
    background-color: #0f2453;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.top-nav.navbar-shrink .container-fluid .row {
    background-color: transparent;
}
.top-nav .logo-wrapper {
    min-height: 150px;
}
.navbar-shrink .logo-wrapper {
    display: none;
}
.top-full-nav {
    background-color: #0f2453;
    left: 0;
    position: static;
    right: 0;
    top: 0;
    border-radius: 0;
}
.top-full-nav.navbar-shrink {
    position: fixed;
}
.top-full-nav .row {
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.top-full-nav .logo > a > img {
    max-height: 90px;
}
.top-full-nav.sticky.navbar-shrink .logo > a > img {
    height: 60px;
}
.left-nav.navbar-shrink,
.top-full-nav.navbar-shrink,
.top-nav.navbar-shrink {
    padding: 10px 0;
}
@media only screen and (max-width: 992px) {
    .top-full-nav,
    .top-nav {
        top: 0 !important;
        background-color: #0f2453;
        padding: 5px 0;
        position: static;
    }
    .top-full-nav.navbar-shrink,
    .top-nav.navbar-shrink {
        position: fixed;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .top-full-nav,
    .top-nav {
        top: 0 !important;
        background-color: #0f2453;
        padding: 5px 0;
        position: static;
    }
    .top-full-nav.navbar-shrink,
    .top-nav.navbar-shrink {
        position: fixed;
    }
}
.nav-menu {
    float: right;
    vertical-align: middle;
}
.nav-menu li {
    position: relative;
}
.menu li a,
.nav-menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 2.25rem;
    letter-spacing: 0.15em;
}
.menu > ul > li > a:hover,
.nav-menu > ul > li > a:hover {
    color: #967a50;
}
.navbar-shrink .nav-menu > ul > li > a {
    font-size: 0.9rem !important;
}
.nav-menu li a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.nav-menu > ul > li {
    display: inline-block;
    padding: 10px 15px;
}
.nav-menu > ul > li > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    transition: bottom 0.22s ease-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -moz-transition: bottom 0.22s ease-out;
    -webkit-transition: bottom 0.22s ease-out;
    -o-transition: bottom 0.22s ease-out;
}
.nav-menu > ul > li > a:hover:after {
    bottom: 4px;
    opacity: 1;
    background-color: #967a50;
}
.nav-menu li .second-lvl {
    line-height: 24px;
    position: absolute;
    width: 200px;
    z-index: 60;
    display: none;
}
.nav-menu .second-lvl {
    top: 100%;
    left: 0;
}
.navbar-shrink .mega-menu .second-lvl {
    top: 85%;
}
.nav-menu li li ul {
    top: 0;
    left: 100%;
}
.nav-menu ul ul li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: left;
    letter-spacing: 2px;
    background-color: #0b1f45;
    border-bottom: 1px solid #193470;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.top-full-nav .nav-menu ul ul li a,
.top-nav .nav-menu ul ul li a {
    margin: 0;
}
.nav-menu ul ul li.active > a,
.nav-menu ul ul li.current-menu-item > a,
.nav-menu ul ul li a:hover {
    color: #967a50;
}
.nav-menu ul ul li.current-menu-item > a:after {
    display: none;
}
.nav-menu ul li > ul > li:last-child a {
    border-bottom: 0;
}
.nav-menu .second-lvl ul li.menu-title > a {
    color: #967a50;
    font-weight: 600;
    font-size: 1rem;
}
.nav-menu ul li.menu-title > a:before {
    visibility: hidden;
}
.nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul {
    line-height: 24px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    z-index: 60;
    display: none;
}
.nav-menu > ul > li.no-mega-menu .second-lvl > ul > li:hover > ul {
    display: block;
}
.nav-menu
    > ul
    > li.no-mega-menu
    .second-lvl
    ul
    .menu-item-has-children
    > a:after {
    position: absolute;
    right: 10px;
    top: 14px;
    content: "\e604";
    font-family: thecalluna;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
}
.nav-menu li.mega-menu {
    position: inherit !important;
}
.nav-menu li.mega-menu.three-columns,
.nav-menu li.mega-menu.two-columns {
    position: relative !important;
}
.nav-menu li.mega-menu.two-columns .second-lvl {
    width: 400px;
}
.nav-menu li.mega-menu.three-columns .second-lvl {
    width: 560px;
}
.nav-menu li.mega-menu.five-columns-wide .second-lvl,
.nav-menu li.mega-menu.four-columns-wide .second-lvl,
.nav-menu li.mega-menu.three-columns-wide .second-lvl {
    width: 100%;
    left: 50%;
    margin-left: -50%;
}
.nav-menu li.mega-menu.two-columns .second-lvl > ul > li {
    float: left;
    width: 50%;
    display: block;
}
.nav-menu li.mega-menu.three-columns-wide .second-lvl > ul > li,
.nav-menu li.mega-menu.three-columns .second-lvl > ul > li {
    float: left;
    width: 33.333%;
    display: block;
}
.nav-menu li.mega-menu.four-columns-wide .second-lvl > ul > li {
    float: left;
    width: 25%;
    display: block;
}
.nav-menu li.mega-menu.five-columns-wide .second-lvl > ul > li {
    float: left;
    width: 20%;
    display: block;
}
.nav-menu li.mega-menu .second-lvl {
    width: 100%;
    background: #0b1f45 no-repeat;
    padding: 15px 24px 12px;
}
.nav-menu li.mega-menu .second-lvl ul li a {
    padding: 8px 0;
    background-color: transparent;
    border-left: none;
}
.nav-menu li.mega-menu .second-lvl ul li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #967a50;
    transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
}
.nav-menu li.mega-menu .second-lvl ul li.current-menu-item > a:before,
.nav-menu li.mega-menu .second-lvl ul li a:hover:before {
    width: 100%;
}
.nav-menu li.mega-menu .second-lvl > ul > li {
    padding: 0 10px;
}
.nav-menu .mega-menu.two-columns .second-lvl {
    left: -164px;
}
.nav-menu .mega-menu.three-columns .second-lvl {
    left: -240px;
}

@media only screen and (min-width: 992px) and (max-device-width: 1400px) {
    .nav-menu li a {
      font-size: 14px !important;
    }
  
    .nav-menu > ul > li {
      padding: 10px 5px;
    }
  }

@media only screen and (min-width: 1400px) and (max-device-width: 1600px) {
    .nav-menu li a {
      font-size: 18px !important;
    }
  }

.header-language {
    position: relative;
    padding: 0 5px;
}
.header-language .menu .has-dropdown {
    position: relative;
    margin: 0;
    border: none;
    padding: 10px 18px 10px 10px;
    text-transform: uppercase;
}
.header-language .menu .has-dropdown a.language-toggle {
    color: #fff;
}
.header-language .menu .has-dropdown i {
    position: absolute;
    top: 16px;
    font-size: 1.125rem;
    right: 0;
    color: #fff;
}
.header-language .menu .has-dropdown:hover a.language-toggle,
.header-language .menu .has-dropdown:hover i {
    color: #967a50;
}
.header-language .menu .has-dropdown a.language-toggle:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    transition: bottom 0.22s ease-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -moz-transition: bottom 0.22s ease-out;
    -webkit-transition: bottom 0.22s ease-out;
    -o-transition: bottom 0.22s ease-out;
}
.header-language .menu .has-dropdown:hover a.language-toggle:after {
    bottom: 4px;
    opacity: 1;
    background-color: #967a50;
}
.header-language .menu > li ul {
    max-width: 170px;
    right: 0;
    position: absolute;
    padding-top: 10px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.header-language .menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    opacity: 1;
}
.header-language .menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header-language .menu > li > ul > li {
    position: relative;
    width: 100%;
    vertical-align: top;
    margin-left: 0;
    padding: 0 15px 0 30px;
    border: none;
}
.header-language .menu > li > ul li a {
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: left;
    letter-spacing: 2px;
    background-color: #0b1f45;
    border-bottom: 1px solid #193470;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header-language .menu > li > ul li a:hover {
    color: #967a50;
}
.show-menu {
    display: none;
    float: right;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-right: 20px;
}
.show-menu span {
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
}
.show-menu i {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #967a50;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
}
.show-menu i:after,
.show-menu i:before {
    content: "";
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.show-menu i:before {
    top: -6px;
}
.show-menu i:after {
    bottom: -6px;
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    max-width: 100%;
    overflow: auto;
    background-color: #0b1f45;
    z-index: 99998;
    padding: 25px 0 15px;
}
.mobile-nav .close-mobile-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 99999;
    line-height: 24px;
    font-size: 24px;
    color: #967a50;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #967a50;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile-nav .close-mobile-nav:hover {
    border-color: #967a50;
    background-color: #967a50;
    color: #333;
}
.mobile-nav .mobile-menu ul li {
    padding-left: 20px;
}
.mobile-nav .mobile-menu > ul > li {
    padding-left: 24px;
    padding-right: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.mobile-nav .mobile-menu ul ul {
    padding: 0 0 10px;
}
.mobile-nav .mobile-menu > ul > li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.mobile-language-title,
.mobile-nav .mobile-menu ul li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 8px 0;
    text-transform: uppercase;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}
.mobile-language-title {
    padding: 8px 20px;
}
.mobile-menu .language-menu,
.mobile-menu .language-menu li {
    padding-left: 20px;
}
.mobile-nav .mobile-menu > ul.language-menu li {
    border-top: none;
}
.mobile-nav .mobile-menu > ul > li > a {
    padding: 10px 0;
}
.mobile-nav .mobile-menu ul ul li:first-child a {
    padding-top: 0;
}
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current_page_item > a,
.mobile-nav .mobile-menu ul li a:hover {
    color: #967a50;
}
@media only screen and (max-width: 992px) {
    .header-language,
    .nav-menu {
        display: none;
    }
    .show-menu {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .header-language,
    .nav-menu {
        display: none;
    }
    .show-menu {
        display: block;
    }
}
.pagination {
    width: 100%;
    text-align: center;
    padding-left: 11%;
    padding-right: 5%;
    margin: 15px 0 30px;
}
.content-area .page-numbers,
.page-links a,
.page-numbers {
    display: inline-block;
    padding: 12px 16px 10px 18px;
    margin: 0 10px 0 0;
    border: 1px solid #d2d2d2;
    text-decoration: none;
    border-radius: 2px;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: Lato, sans-serif;
    list-style: none;
}
.page-numbers.current {
    border: none;
    color: #0f2453;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 12px 0 4px;
}
.page-numbers.current:after {
    border-bottom: 1px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: -1px;
    position: absolute;
    width: 100%;
}
.page-links a:hover,
a.page-numbers:hover {
    background-color: #0f2453;
    color: #fff;
}
.pagination .next,
.pagination .prev {
    border: none;
    font-size: 2rem;
    color: #949494;
    padding: 10px 0 0;
    margin: 0;
}
.pagination .next:hover,
.pagination .prev:hover {
    border: none;
    color: #949494;
    background-color: transparent;
}
.pagination .prev {
    float: left;
}
.pagination .next {
    float: right;
}
.page-links {
    margin: 15px 0;
}
.page-links a {
    padding: 10px 18px;
}
.page-links a:first-child {
    margin-left: 10px;
}
.page-links > span {
    padding: 12px 1px 0;
    margin: 0 18px 0 8px;
    font-size: 1.25rem;
    color: #0f2453;
    text-align: center;
    position: relative;
}
.page-links .page-links-title {
    padding: 0;
    margin: 0 10px 0 0;
    color: #444;
}
.page-links span:after {
    border-bottom: 1px solid;
    border-color: inherit;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.page-links .page-links-title:after,
.page-links .screen-reader-text:after,
.page-links a span:after {
    width: 0;
    border: none;
}
.site-footer {
    background-size: cover;
    background: #0f2453 no-repeat 50% 50%;
    color: #fff;
    margin-top: -1px;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
}
.site-footer,
.site-footer p {
    line-height: 2rem;
}
.top-footer-container {
    width: 100%;
}
.site-footer .footer-logo img {
    width: auto;
    height: auto;
    max-width: 120px;
}
.site-info {
    font-size: 0.875rem;
}
.site-footer ul {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.site-footer .menu li a {
    font-weight: 400;
}
.site-footer .sub-menu {
    margin-left: 10px;
}
.site-footer .sub-menu li a:before {
    font-family: thecalluna;
    content: "\e604";
    font-size: 1rem;
    margin-right: 5px;
}
.site-footer a {
    color: #fff;
    position: relative;
}
.site-footer a:hover {
    color: #967a50;
}
.site-footer a:after {
    width: 100%;
    height: 1px;
    background-color: #967a50;
    position: absolute;
    bottom: -2px;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    transition: bottom 0.22s ease-out;
}
.footer-social {
    margin-top: 15px;
}
.footer-social li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}
.footer-social li a .fa {
    font-size: 1.6rem;
}
.footer-social a:hover {
    text-decoration: none;
}
.footer-social a:hover:after {
    display: none;
}
.site-footer a:hover:after {
    bottom: -2px;
    background-color: #967a50;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
}
.site-footer h2 {
    padding-bottom: 10px;
    color: #fff;
    margin-top: 0;
}
.site-footer h3 {
    padding-bottom: 40px;
    color: #967a50;
    margin-top: 25px;
    margin-bottom: 40px;
    position: relative;
    font-size: 2.375rem;
    line-height: 46px;
}
.site-footer h3:after {
    border-bottom: 2px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
}
.site-footer [class^="icon-"],
[class*=" icon-"] {
    font-size: 1.6rem;
}
.site-footer .widget select,
.site-footer select {
    background-color: #fff;
}
.column-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.column-style-1 {
    background-color: #0f2453;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.column-style-1 h2,
.column-style-1 h2:after {
    color: #967a50;
}
.column-style-2 {
    background-color: #967a50;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
}
.column-style-2 h2,
.column-style-2 h2:after {
    color: #0f2453;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.widget .rsswidget {
    display: block;
    margin-top: 10px;
}
.widget .rss-date {
    display: block;
    margin: 5px;
    font-weight: 400;
}
.widget .rssSummary {
    display: block;
    margin-bottom: 5px;
}
#calendar_wrap {
    background-color: #fff;
    border: 1px solid #ecf0f1;
    padding: 20px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar a {
    color: #000;
}
#wp-calendar caption {
    font-size: 1.125rem;
    color: #967a50;
    font-weight: 400;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}
#wp-calendar thead {
    border-bottom: 1px solid #ecf0f1;
    color: #444;
}
#wp-calendar thead tr th {
    text-align: center;
    padding: 0.5em 0.3em 1em;
    font-size: 1rem;
    font-weight: 300;
}
#wp-calendar tbody tr td {
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    color: #2f373b;
}
#wp-calendar tbody tr #today {
    background-color: #0f2453;
    color: #fff;
}
.room-widget {
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    margin-top: 10px;
}
.search-box {
    border-right-width: 0;
}
.search-button {
    background-color: transparent;
    color: #c1c1c1;
    font-size: 1rem;
    padding: 11px 14px 12px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 48px;
}
.single-post .tagcloud {
    margin-top: 30px;
}
.tagcloud {
    margin-left: -5px;
}
.tagcloud a {
    border: 1px solid #d2d2d2;
    color: #967a50;
    font-size: 1rem;
    display: inline-block;
    margin: 4px;
    padding: 6px 12px;
}
.tagcloud a:focus,
.tagcloud a:hover {
    color: #907650;
    background-color: #f1f2f2;
}
.widget select {
    padding: 5px 10px;
    max-width: 100%;
    background-color: transparent;
    height: 48px;
    border: 1px solid #d2d2d2;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
}
.wp-picker-container {
    display: block;
}
.my-color-picker-label {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inline_date_wrapper {
    float: left;
    margin-bottom: 15px;
}
.inline_date_wrapper .day,
.inline_date_wrapper .month {
    float: left;
    color: #967a50;
    line-height: 39px;
}
.inline_date_wrapper .day {
    font-family: Lato, sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    margin-right: 10px;
    border-right: 1px solid #d2d2d2;
    padding-right: 10px;
}
.inline_date_wrapper .month {
    font-size: 0.9rem;
    font-weight: 500;
}
.booking:not(.form--booking) {
    z-index: 1000;
}
.booking:not(.form--booking) span {
    background-color: #0f2453;
    bottom: 0;
    color: #fff;
    float: right;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px 12px 100px;
    position: relative;
}
.blog article,
.post {
    margin-bottom: 70px;
}
.post .row.full {
    margin: 0;
}
[class^="col-"].full {
    padding-left: 0;
    padding-right: 0;
}
.single-post article {
    margin-bottom: 70px;
}
.gallery_wrapper,
.image_wrapper {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}
.content_wrapper {
    margin-top: 35px;
    padding-top: 5px;
}
.post_date_wrapper {
    border: 1px solid #d2d2d2;
    color: #967a50;
    line-height: 1;
    padding: 15px;
    pointer-events: none;
    max-width: 130px;
}
.post_date_wrapper .month {
    font-family: Lato, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #d2d2d2;
}
.post_date_wrapper .day {
    font-family: Lato, sans-serif;
    font-size: 3.375rem;
    text-align: center;
    margin-right: 2px;
    font-weight: 300;
    margin-top: 6px;
}
@media only screen and (max-width: 992px) {
    .post_date_wrapper {
        border: none;
        padding: 0;
        max-width: none;
        float: left;
        margin-bottom: 20px;
    }
    .post_date_wrapper .month {
        font-size: 0.9rem;
        font-weight: 500;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        float: right;
        line-height: 36px;
    }
    .post_date_wrapper .day {
        float: left;
        font-family: Lato, sans-serif;
        font-size: 2.7rem;
        line-height: 39px;
        text-align: left;
        font-weight: 300;
        margin-top: 0;
        margin-right: 10px;
        border-right: 1px solid #d2d2d2;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .date_wrapper,
    .post_wrapper {
        width: 100%;
    }
    .post_date_wrapper {
        border: none;
        color: #967a50;
        line-height: 1;
        padding: 0;
        pointer-events: none;
        max-width: none;
        float: left;
        margin-bottom: 20px;
    }
    .post_date_wrapper .month {
        font-size: 0.9rem;
        font-weight: 500;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        float: right;
        line-height: 36px;
    }
    .post_date_wrapper .day {
        float: left;
        font-family: Lato, sans-serif;
        font-size: 2.7rem;
        line-height: 39px;
        text-align: left;
        font-weight: 300;
        margin-top: 0;
        margin-right: 10px;
        border-right: 1px solid #d2d2d2;
        padding-right: 10px;
    }
}
.post_nav_wrapper {
    margin-top: 30px;
}
.paging-navigation .post_nav_wrapper {
    margin-bottom: 30px;
}
.next-post a,
.prev-post a {
    color: #967a50;
    font-size: 1.375rem;
    text-decoration: none;
}
.next-post,
.prev-post {
    position: relative;
}
.prev-post a {
    display: block;
    padding-left: 50px;
}
.next-post a {
    display: block;
    padding-right: 50px;
    text-align: right;
}
.next-post a:focus,
.next-post a:hover,
.prev-post a:focus,
.prev-post a:hover {
    color: #0f2453;
    outline: none;
}
.next-post a i,
.prev-post a i {
    color: #444;
    font-size: 1.8rem;
    padding-top: 1px;
    position: absolute;
}
.next-post a i:focus,
.next-post a i:hover,
.prev-post a i:focus,
.prev-post a i:hover {
    background-color: #f1f2f2;
}
.prev-post a i {
    left: 0;
}
.next-post a i {
    right: 0;
}
.meta {
    float: left;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 400;
}
@media only screen and (max-width: 992px) {
    .meta {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .meta {
        margin-bottom: 0;
    }
}
.meta .author,
.meta .categories,
.meta .comments,
.meta .edit {
    float: left;
    margin-bottom: 5px;
}
.meta .categories {
    color: #444;
}
.meta .categories ul {
    float: left;
}
.meta i {
    color: #444;
    font-size: 1rem;
    top: 1px;
    position: relative;
    height: auto;
}
.meta .edit i {
    top: 0;
}
.meta a {
    color: #444;
    font-size: 1rem;
    margin-left: 6px;
    vertical-align: baseline;
}
.meta .author,
.meta .categories,
.meta .comments {
    margin-right: 15px;
}
.meta .categories a {
    margin-right: 2px;
}
.meta .categories a:last-child {
    margin-right: 0;
}
.meta .comments-link {
    margin-left: 6px;
}
.meta .comments-link a {
    margin-left: 0;
}
.entry-header {
    clear: both;
    padding-top: 20px;
    margin-bottom: 40px;
}
.entry-footer {
    margin-top: 15px;
}
.entry-header h3,
.entry-header h3 a {
    color: #0f2453;
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.content .icon-pin,
.entry-header .icon-pin {
    float: left;
    font-size: 1.2rem;
    margin-right: 12px;
    color: #fff;
    background-color: #967a50;
    border: none;
    border-radius: 40px;
    padding: 10px;
}
.sticky-post {
    bottom: -25px;
    position: absolute;
    right: 50px;
}
.quote-content .sticky-post {
    bottom: -10px;
}
.sticky-post i {
    color: #fff;
    font-size: 1.6rem;
    padding: 16px;
    border-radius: 40px;
    border: none;
    float: left;
    background-color: #967a50;
}
.author-wrapper .entry-header {
    margin: 0 0 50px;
}
.entry-content,
.entry-summary {
    color: #444;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 15px;
}
.more-link {
    display: block;
    color: #967a50;
}
.more-link:before {
    font-family: thecalluna;
    content: "\e621";
    color: #444;
    font-size: 1.8rem;
    position: relative;
    margin-right: 15px;
    top: 6px;
}
.more-link:focus,
.more-link:hover {
    color: #0f2453;
}
.more-link .meta-nav {
    display: none;
    visibility: hidden;
}
.author-wrapper {
    margin-top: 50px;
    padding-bottom: 70px;
    border-bottom: 1px solid #d2d2d2;
}
.author-meta .avatar {
    display: block;
    max-width: 100%;
    height: auto;
}
.author-meta .name {
    color: #967a50;
    margin-bottom: 40px;
    font-size: 1.375rem;
}
.author-meta .info {
    color: #444;
    font-size: 1.125rem;
    line-height: 2rem;
}
.link .content {
    background-color: #f1f2f2;
    padding: 40px;
}
.link .content p {
    margin-bottom: 0;
}
.link .content a {
    color: #967a50;
    font-size: 0.875rem;
    font-weight: 400;
}
.post_wrapper .content,
.post_wrapper .entry-content,
.post_wrapper .quote-content {
    clear: both;
}
ul.post-sharing {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    background-color: #f1f2f2;
    margin: 50px 0 0;
    padding: 35px 50px;
}
ul.post-sharing label {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 30px;
    letter-spacing: 0.072em;
    text-transform: uppercase;
    color: #0f2453;
}
ul.post-sharing li {
    position: relative;
    float: left;
    margin-right: 14px;
    margin-left: 0;
    font-size: 1.25rem;
}
ul.post-sharing li a {
    position: relative;
    vertical-align: middle;
}
ul.post-sharing li a i {
    font-size: 2rem;
    color: #b6b6b6;
}
.calluna-tooltip {
    background-color: #0f2453;
    position: absolute;
    top: -48px;
    left: 0;
    padding: 6px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    display: none;
}
.calluna-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #0f2453 transparent transparent;
    top: 22px;
    left: 4px;
}
ul.post-sharing li a:hover > .calluna-tooltip {
    opacity: 1;
    display: block;
    transition: all 0.1s linear;
}
.comments-area {
    margin-top: 60px;
}
.comments-area ol {
    list-style: none;
}
.comment-reply-title,
.comments-title {
    color: #0f2453;
    text-transform: uppercase;
}
.comment-list {
    padding: 0;
    padding-bottom: 10px;
}
.comment-article {
    margin-bottom: 35px;
}
.comment-body {
    border: 1px solid #d2d2d2;
    padding: 35px;
}
@media only screen and (max-width: 767px) {
    .comment-body {
        margin-top: 10px;
    }
}
.comment-body .comment-author {
    margin-bottom: 40px;
    letter-spacing: 0;
}
.comment-body .author-name {
    color: #967a50;
    font-weight: 400;
    font-size: 1.375rem;
    margin-right: 4px;
}
.comment-body .comment-time {
    font-size: 1.375rem;
    font-weight: 400;
    color: #444;
}
.comment-body .reply a {
    bottom: 3px;
    color: #967a50;
    font-size: 1.375rem;
    font-weight: 400;
    position: relative;
}
.comment-body .reply i {
    color: #967a50;
    margin-right: 10px;
    font-size: 1.8rem;
}
.comment-body .comment-text {
    color: #444;
}
.comment-respond .comment-notes {
    font-size: 0.875rem;
    margin-bottom: 20px;
}
.comment-respond .form-submit {
    margin-top: 30px;
}
.comment-respond .logged-in-as a {
    color: #967a50;
}
.pingback {
    margin-bottom: 5px;
}
.pingback a {
    font-size: 1rem;
    color: #444;
    font-weight: 300;
}
.error-404 {
    height: 600px;
    padding-top: 40px;
}
.not-found .title {
    color: #0f2453;
    font-size: 3vw;
}
.event_grid_button_wrapper {
    float: right !important;
    padding: 0 !important;
    position: relative !important;
}
.event_grid_button_wrapper .event_grid_button {
    background-color: #967a50;
    border: medium none;
    border-radius: 0;
    color: #fff !important;
    margin-bottom: 0 !important;
    opacity: 0.8;
    padding: 15px 18px 15px 0;
    text-align: right;
    width: 60px;
    z-index: 1000;
}
.event_grid_button_wrapper .event_grid_button:hover {
    border: medium none;
    border-radius: 0;
    opacity: 0.8;
    color: #fff;
    background-color: #967a50 !important;
}
.event_grid_button_wrapper .event_grid_button {
    font-family: thecalluna;
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.event_grid_button_wrapper .event_grid_button:before {
    content: "\e604";
}
.event_date_wrapper,
.event_date_zone {
    border: 1px solid #d2d2d2;
    color: #967a50;
    line-height: 1;
    padding: 10px 15px;
    pointer-events: none;
    margin-top: 1px;
    max-width: 120px;
}
.sidebar-post-wrapper .event_date_wrapper {
    padding: 16px 12px !important;
    width: 100% !important;
}
.sidebar .event_title {
    margin: 0;
    padding: 0;
}
.sidebar-post-wrapper .event-title-row {
    margin-top: 20px;
}
.event_grid_month {
    font-size: 0.9rem !important;
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #d2d2d2;
}
.event_grid_day,
.event_grid_month {
    font-family: Lato, sans-serif;
    text-align: center;
}
.event_grid_day {
    font-weight: 300;
    font-size: 3.375rem !important;
    margin-top: 6px;
}
.event_grid_button_wrapper .event_grid_arrow,
.sidebar-post-wrapper .event_grid_arrow {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    height: 0;
    margin-left: 65px;
    position: absolute;
    width: 0;
}
.sidebar-post-wrapper .event_grid_arrow {
    margin-left: 48px;
}
.event_title_wrapper {
    padding: 10px 0 0 20px;
}
.event_title h3,
.event_title h3 a {
    margin-bottom: 40px;
    color: #0f2453;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.offer_title h3,
.offer_title h3 a {
    margin-bottom: 40px;
    color: #0f2453;
    padding-bottom: 0 !important;
    margin-top: 15px;
}
.offer2-carousel .offer_title h3,
.offer2-carousel .owl-nav {
    margin-top: 35px;
}
.offer2-carousel .owl-theme .owl-nav .owl-next:after,
.offer2-carousel .owl-theme .owl-nav .owl-prev:after {
    color: #b6b6b6;
}
.event-carousel .event_grid_hover {
    background-color: rgba(15, 36, 83, 0.4) !important;
}
.event-carousel .event_carousel_zone {
    margin-top: 12% !important;
}
.event_carousel_zone .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.offer-carousel .jcarousel-item_inner {
    border: none;
}
.offer-carousel .item_text_wrapper {
    margin-top: 8%;
}
.event-carousel .item_text_wrapper {
    margin-top: 5px;
    padding: 0;
}
.offer_carousel_zone {
    margin-top: 8%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    .event_date_wrapper,
    .event_date_zone {
        padding: 10px;
        width: 27%;
    }
    .event_title_wrapper {
        width: 73%;
    }
}
@media only screen and (max-width: 992px) {
    .event_grid_month {
        font-size: 0.8rem !important;
    }
}
@media only screen and (max-width: 768px) {
    .event_date_wrapper,
    .event_date_zone {
        border: none;
        padding: 0;
        width: 100%;
    }
    .date_wrapper {
        float: left;
    }
    .event_grid_month {
        font-size: 0.9rem;
        font-weight: 500;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        float: right;
        line-height: 36px;
    }
    .event_grid_day {
        float: left;
        font-family: Lato, sans-serif;
        font-size: 2.7rem;
        line-height: 39px;
        text-align: left;
        font-weight: 300;
        margin-top: 0;
        margin-right: 10px;
        border-right: 1px solid #d2d2d2;
        padding-right: 10px;
    }
    .event_title_wrapper {
        padding: 20px 0 0;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .event_date_wrapper .event_grid_month,
    .event_date_zone .event_grid_month {
        font-size: 0.8rem !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    .event_date_wrapper .event_grid_month,
    .event_date_zone .event_grid_month {
        font-size: 0.8rem !important;
    }
}
.room_grid_item .room_title h3,
.room_grid_item .room_title h3 a,
.room_title_hover h3 {
    color: #fff;
}
.room_grid_item .room_grid_price_wrapper,
.room_grid_item .room_title {
    opacity: 1;
    transition: all 0.4s linear;
}
.room_grid_price_wrapper {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 15px;
}
.room_title_hover h3 {
    padding-bottom: 0 !important;
}
.room_grid_price {
    border: 2px solid #967a50;
    border-radius: 3px;
    color: #967a50;
    display: inline-block;
    letter-spacing: 0.1rem;
    padding: 14px 36px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
}
.classic .room_grid_price {
    padding: 10px 20px;
}
.classic .room_grid_price del .amount {
    display: none;
}
.classic .room_grid_price ins {
    text-decoration: none;
}
.vc_gitem_row .classic {
    padding-left: 0;
    padding-bottom: 35px;
}
.classic.primary .room_grid_price {
    border-radius: 0;
    background-color: #0f2453;
    color: #fff;
    border: none;
}
.classic.secondary .room_grid_price {
    border-radius: 0;
    background-color: #967a50;
    background-color: #907650;
    color: #fff;
    border: none;
}
@media only screen and (max-width: 480px) {
    .room_grid_price {
        letter-spacing: 0.1rem;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1rem;
    }
}
.room_grid_item {
    box-shadow: inset 0 0 0 1000px;
    color: rgba(15, 36, 83, 0.4);
}
.jcarousel-item .room_grid_item {
    padding: 35px 25px;
}
.jcarousel-item .room_grid_item_hover {
    background-color: rgba(144, 118, 80, 0.7);
    padding: 15px 8% 35px;
}
.room_grid_item_hover .room_grid_excerpt_hover {
    text-align: center;
    color: #fff;
}
.wpb_wrapper .room_grid_excerpt_hover p {
    color: #fff;
}
.room_grid_item_hover .room_grid_price,
.room_grid_item_hover .room_grid_price_hover {
    border: 2px solid;
    background-color: #907650;
    border-color: #907650;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.1rem;
    padding: 14px 36px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    border-radius: 3px;
}
@media only screen and (max-width: 480px) {
    .room_grid_item_hover .room_grid_price,
    .room_grid_item_hover .room_grid_price_hover,
    .room_grid_item_hover .room_title_hover {
        display: none;
        visibility: hidden;
    }
}
.room_grid_excerpt_hover {
    font-size: 0.95rem;
    line-height: 1.7;
}
.vc_is-hover .room_title {
    opacity: 0;
    transition: all 0.35s linear;
}
.vc_is-hover .room_grid_item .room_grid_price_wrapper {
    margin-bottom: 15px;
    opacity: 0;
    transition: all 0.5s linear;
}
.room_grid_text_wrapper {
    opacity: 1;
    padding: 35px !important;
    bottom: 30px;
    right: 30px;
}
.room_grid_text_wrapper .post_title {
    margin-bottom: 5px !important;
}
.room_grid_text_wrapper .post_title h3 {
    margin: 0;
}
.room_grid_text_wrapper .post_title h3 a {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 300;
}
.room_grid_text_wrapper .room_grid_price,
.room_grid_text_wrapper .room_grid_price span {
    color: #fff;
}
.offer_price {
    color: #967a50;
    font-family: Lato, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    padding-top: 15px;
}
.offer_price del {
    display: none;
}
.offer_price ins {
    text-decoration: none;
}
.offer_price span:not(.amount) {
    color: #967a50;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2rem;
    display: block;
    padding-bottom: 10px;
}
.offer-content .booking-column .offer_price span {
    display: inline;
}
.room_price,
.room_price span {
    font-size: 1.125rem;
    font-weight: 500;
}
.vc_masonry_grid {
    margin-bottom: -1px;
}
.no-padding .container-left {
    padding: 70px 6% 70px 8%;
}
.no-padding .container-right {
    padding: 70px 8% 70px 6%;
}
.text-column {
    padding: 0;
}
.event-content .text-column,
.offer-content .text-column {
    padding: 7% 8% 8% 11%;
}
.event-content .text-column h2,
.offer-content .text-column h2 {
    margin-top: 0;
}
.booking-column {
    padding: 0;
}
.single-room .booking-price_wrapper {
    margin-top: 60px;
    text-align: right;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2rem;
    display: block;
}
.single-room .booking-price_wrapper del {
    display: none;
}
.single-room .booking-price_wrapper .amount {
    color: #967a50;
    font-family: Lato, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    padding-top: 10px;
    display: inline-block;
}
.event-content .booking-column,
.offer-content .booking-column {
    padding: 8% 24% 14% 11%;
}
@media only screen and (max-width: 992px) {
    .no-padding .container-left,
    .no-padding .container-right {
        padding: 70px 15px;
    }
    .vc_row-no-padding .container-left,
    .vc_row-no-padding .container-right {
        padding: 0;
    }
    .booking-column,
    .event-content .text-column,
    .offer-content .text-column {
        padding: 5% 0;
    }
    .event-content .booking-column,
    .offer-content .booking-column {
        padding: 8% 0;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .no-padding .container-left,
    .no-padding .container-right {
        padding: 70px 15px;
    }
    .booking-column,
    .event-content .text-column,
    .offer-content .text-column {
        padding: 5% 0;
    }
    .event-content .booking-column,
    .offer-content .booking-column {
        padding: 8% 0;
    }
}
.wrapper h3 {
    margin-bottom: 0;
}
.text-column p {
    color: #444;
}
.booking-column .btn-primary-container {
    float: right;
}
.booking-column .offer {
    float: none;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
}
.carousel-control {
    position: absolute;
    top: 46%;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    bottom: auto;
    left: auto;
    width: auto;
    text-shadow: none;
    opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    left: 7%;
}
.carousel-control.right {
    right: 7%;
}
.item-text {
    color: #444;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.desc_wrapper_left {
    padding-right: 11%;
    padding-left: 24%;
}
.desc_wrapper_right {
    padding-right: 24%;
    padding-left: 11%;
}
.amenities_wrapper {
    padding-left: 16%;
    padding-right: 12%;
}
.amenities_items_wrapper {
    padding: 11% 16% 11% 12%;
}
.amenities_items_wrapper .row {
    margin-bottom: 20px;
}
.amenities_items_wrapper label {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
}
@media only screen and (max-width: 992px) {
    .amenities_items_wrapper,
    .amenities_wrapper,
    .desc_wrapper_left,
    .desc_wrapper_right {
        padding: 5% 0;
    }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .amenities_items_wrapper,
    .amenities_wrapper,
    .desc_wrapper_left,
    .desc_wrapper_right {
        padding: 5% 0;
    }
}
.includes_items_wrapper label {
    margin-bottom: 50px;
}
.includes_items_wrapper .item-text:before {
    font-family: thecalluna;
    content: "\e621";
    font-size: 1.4rem;
    color: #444;
    margin-right: 20px;
}
.includes_items_wrapper .item-text {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.event-content .text-column p {
    padding-bottom: 8%;
}
.event-content .text-column h3 {
    margin-top: 0;
}
.event-content .event_date_wrapper {
    padding: 15px 10px !important;
    width: 90% !important;
}
@media only screen and (max-width: 480px) {
    .event-content .event_date_wrapper {
        width: 110% !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    .event-content .event_date_wrapper {
        width: 100% !important;
    }
}
.form-group {
    margin-bottom: 30px;
}
.wpcf7 {
    margin-top: 45px;
    padding-top: 45px;
}
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row input[type="text"],
.form-row input[type="url"],
.form-row textarea,
.wpcf7 .form-control {
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2d2;
    height: 48px;
    font-size: 1rem;
    color: #444;
    box-shadow: none;
    border-radius: 0;
}
.form-row textarea,
.wpcf7 .wpcf7-textarea {
    height: auto;
}
.comment-form,
.wpcf7 h3 {
    color: #0f2453;
}
.wpcf7 .separator {
    border-top: 1px solid #d2d2d2;
    padding-top: 45px;
    margin-top: 45px;
}
.wpcf7-text {
    color: #676869;
}
.comment-form input:not([type="submit"]),
.comment-form textarea,
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row input[type="text"],
.form-row input[type="url"],
.form-row textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #444;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus,
.form-row input[type="email"]:focus,
.form-row input[type="number"]:focus,
.form-row input[type="password"]:focus,
.form-row input[type="search"]:focus,
.form-row input[type="tel"]:focus,
.form-row input[type="text"]:focus,
.form-row input[type="url"]:focus,
.form-row textarea:focus,
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    background-color: #f1f2f2;
    outline: 0;
}
.comment-form .form-control:focus,
.wpcf7 .form-control:focus {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    background-color: #f1f2f2;
}
.checkbox label {
    padding-left: 40px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
}
.checkbox input[type="checkbox"] {
    margin-top: 3px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 20px;
    height: 20px;
    margin-left: -40px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    position: absolute;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    font-size: 14px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.checkbox input[type="checkbox"]:checked:after {
    background: #fff;
    content: "\2713";
    color: #444;
}
.wpcf7 .help-block {
    font-size: 0.7rem;
}
.reservation_sidebar {
    background-color: #f1f2f2;
    padding: 0;
}
.selected-room {
    min-height: 584px;
}
.selected-room .title {
    margin-top: 70px;
    padding-bottom: 30px;
}
.selected-room img {
    margin: 0;
    width: 100%;
}
.selected-room .excerpt {
    margin-bottom: 45px;
}
#room_params {
    min-height: 376px;
}
#room_params h2,
#room_params h3,
#room_params p {
    margin-left: 40px;
    margin-right: 40px;
}
#room_params .offer_price {
    margin: 0 40px 55px;
}
.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.vide_wrapper object,
.video_wrapper embed,
.video_wrapper iframe,
.video_wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    display: block;
    font-size: 1.125rem;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.attachment-large,
.attachment-medium,
.attachment-thumbnail {
    border-radius: 2px;
    max-width: 100%;
    height: auto;
}
.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}
.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.nivo-lightbox-nav {
    display: none;
}
.nivo-lightbox-prev {
    left: 25px;
}
.nivo-lightbox-next,
.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.nivo-lightbox-next {
    right: 25px;
}
.nivo-lightbox-close {
    position: absolute;
    top: 3%;
    right: 2%;
}
.nivo-lightbox-image {
    text-align: center;
    position: relative;
}
.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}
.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-ajax,
.nivo-lightbox-inline {
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
}
.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
    transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.9);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    position: absolute;
}
.nivo-lightbox-theme-default
    .nivo-lightbox-content.nivo-lightbox-loading:after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid #fff;
    content: "";
    border-radius: 50%;
    -webkit-animation-name: c;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-name: c;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-out;
    animation-name: c;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(0.6);
    }
    40% {
        -webkit-transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(0.6);
    }
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    display: block;
    color: #fff;
    font-size: 12px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #fff;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav i {
    line-height: 35px;
    font-size: 16px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #fff;
}
.nivo-lightbox-theme-default .nivo-lightbox-close i {
    line-height: 31px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close,
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 0.15;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #fff;
    padding: 8px 15px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#awe-plugin-booking {
    margin: 0;
}
.apb-loading > span {
    background: url(../img/ajax-loader.gif) no-repeat 50%;
}
.apb-datepicker,
.awebooking,
.awebooking-widget {
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.42857;
    color: #444;
}
.apb-datepicker h1,
.apb-datepicker h2,
.apb-datepicker h3,
.apb-datepicker h4,
.apb-datepicker h5,
.apb-datepicker h6,
.awebooking-widget h1,
.awebooking-widget h2,
.awebooking-widget h3,
.awebooking-widget h4,
.awebooking-widget h5,
.awebooking-widget h6,
.awebooking h1,
.awebooking h2,
.awebooking h3,
.awebooking h4,
.awebooking h5,
.awebooking h6 {
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
}
.shortcode.btn-primary {
    max-width: 280px;
    margin-top: 35px;
}
.room .header {
    margin-bottom: 45px;
}
.apb-product_tab {
    padding: 0;
}
.apb-product_tab-header {
    margin: 0 0 30px;
    padding-left: 0;
    text-align: left;
    border-bottom: 2px solid #d2d2d2;
}
.apb-product_tab ul {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0 0 35px;
    box-sizing: border-box;
}
.apb-product_tab ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.apb-product_tab ul li a {
    display: block;
    background-color: #fff;
    color: #0f2453;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 20px;
}
.apb-product_tab ul li.active a {
    color: #967a50;
}
.apb-product_tab-header > li.active > a:after {
    content: "";
    height: 2px;
    background-color: #967a50;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
}
.single-apb_room_type .booking-price_wrapper {
    margin-top: 60px;
}
.booking-price_wrapper {
    display: block;
    padding: 30px 36px;
    margin-bottom: 30px;
    border: 1px solid #d2d2d2;
}
.price {
    text-align: right;
    margin: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2rem;
    display: block;
}
.price-text {
    color: #967a50;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    margin-right: 5px;
}
.awebooking .amount,
.room-detail .room-detail_book .room-detail_total .price .amount {
    color: #967a50;
    font-family: Lato;
    font-size: 3rem;
    font-weight: 300;
    padding-top: 10px;
    display: inline-block;
}
.apb-check-availability {
    margin-top: 40px;
}
.apb-room-selected,
.awebooking-wrapper,
.room-detail_book {
    background-color: #f1f2f2;
}
.apb-room-selected {
    margin-bottom: 0;
}
.apb-room-selected h5,
.awebooking-wrapper h5 {
    padding: 20px 30px;
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
}
.apb-room-selected_item,
.apb-room-seleted_current {
    padding: 20px 30px;
}
.apb-room-select-footer .link-other-room:hover,
.apb-room-selected_item .apb-room-seleted_change:hover {
    text-decoration: none;
}
.apb-room-selected .apb-room-selected_content .apb-room-seleted_current h6 {
    font-size: 1.125rem;
    color: #444;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
}
.apb-room-selected .apb-room-selected_content .apb-room-seleted_current span {
    font-size: 1rem;
    font-weight: 400;
    color: #444;
}
.apb-content,
.room-detail_form {
    padding: 30px;
}
.apb-field .small-label,
.apb-field label,
.label-group,
.room-detail .room-detail_book .room-detail_form label {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.apb-input.apb-calendar,
.apb-select {
    height: 48px;
    padding: 0 30px 0 15px;
    background-color: #f1f2f2;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    font-size: 1rem;
    color: #444;
    font-weight: 400;
    font-family: inherit;
}
.apb-field-group .apbf,
.apb-field-group .fa,
.apb-field-group .icon {
    line-height: 48px;
    top: 0;
    right: 10px;
    position: absolute;
    font-size: 14px;
    color: #898989;
}
.apb-field-group .apbf-select {
    top: 0;
    right: 12px;
    font-size: 10px;
}
.apb-sidebar_group {
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin: 35px 0;
}
.apb-sidebar_group .label-group {
    float: left;
    width: auto;
    top: 0;
    bottom: auto;
    font-weight: 500;
    font-size: 1.125rem;
    color: #444;
    position: absolute;
    left: 0;
    text-transform: uppercase;
}
.apb-sidebar_group .apb-field_group {
    overflow: hidden;
    margin: 20px -5px 0;
}
.apb-sidebar_group .apb-field {
    float: left;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.apb-field .small-label {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-seleted_item
    .apb-room-seleted_name,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-seleted_item
    .apb-room-seleted_name {
    overflow: hidden;
    margin-top: 10px;
}
.apb-room-selected_item h6 {
    display: inline-block;
    color: #444;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
}
.apb-room-selected_item .apb-room-seleted_name .apb-amount {
    float: right;
    font-weight: 500;
    font-size: 1.125rem;
    color: #0f2453;
    font-family: Lato;
}
.apb-step {
    color: #acacac;
    padding: 12px 0;
    background-color: #f1f2f2;
    margin-bottom: 40px;
}
.apb-step ul li {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}
.apb-step ul > li.active,
.apb-step ul > li.step-complete {
    color: #967a50;
}
.apb-step ul > li.active > span,
.apb-step ul > li.step-complete > span {
    background-color: #967a50;
}
.apb-content-js {
    padding: 0;
}
.apb-room_name {
    font-size: 1.9rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    line-height: 2.4rem;
    color: #0f2453;
}
.apb-room_name a,
.apb-room_name a:focus,
.apb-room_name a:hover,
.apb-room_name a:visited {
    font-size: 1.9rem;
    font-weight: 500;
    color: #0f2453;
    transition: all 0.25s ease;
}
.apb-room_item .apb-room_img {
    margin-top: 0;
    margin-right: 40px;
}
.apb-sale-icon {
    position: absolute;
    right: -18px;
    left: auto;
    top: -18px;
    background-color: #967a50;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    padding-top: 12px;
    padding-left: 6px;
    text-transform: uppercase;
    -webkit-transform: rotate(30deg);
    transform: rotate(20deg);
}
.apb-room-select-item .apb-desc,
.apb-room-select-item .apb-room-select-package,
.apb-room-select-item .apb-room-select-price,
.apb-room-select-item .img {
    padding: 0 12px;
    width: 25%;
}
.apb-room-select-item .apb-desc {
    width: 30%;
}
.apb-room-select-item .apb-room-select-package {
    width: 25%;
}
.apb-room-select-item .apb-room-select-price {
    width: 20%;
}
.apb-room_price {
    margin: 20px 15px 20px 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2rem;
    display: inline-block;
    color: #444;
}
.apb-room_heading .apb-room_price {
    font-size: 1rem;
}
.apb-room_heading .apb-room_price .apb-room_amount {
    font-size: 2rem;
}
.apb-room_price .apb-room_amount {
    color: #967a50;
    font-family: Lato;
    font-size: 3rem;
    font-weight: 300;
    padding-top: 0;
    margin-left: 0;
    display: inline-block;
}
.apb-room_item .apb-room_text .apb-room_desc {
    color: #444;
    font-size: 1.125rem;
    line-height: 2rem;
}
.apb-total-price-wrapper {
    margin: 0;
}
.apb-room_view-more,
.readmore-price {
    font-weight: 400;
    text-decoration: none !important;
    font-style: normal;
    text-transform: none;
    font-size: 1.125rem;
    display: block;
    margin-top: 15px;
    margin-left: 0;
}
.apb-room_view-more {
    margin-top: 0;
}
.apb-room_package-more {
    display: block;
    border: 1px solid #d2d2d2;
    transition: all 0.25s ease;
    padding: 15px;
    position: relative;
}
.apb-room_package-more,
.apb-room_package a {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.apb-room_package a {
    color: #0f2453;
    padding: 18px 20px;
}
.apb-room_package-more:after {
    margin-top: 4px;
}
.apb-room_package-more:focus,
.apb-room_package-more:hover {
    color: #967a50;
    border-color: #d2d2d2;
    outline: 0;
}
.apb-package_item {
    padding-top: 15px;
}
.apb-package_img {
    margin-top: 5px;
}
.apb-package_text h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.apb-package_text h4 label {
    margin-bottom: 0;
}
.apb-package_text p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.apb-package_book-price .apb-package_price {
    margin: 0;
    font-size: 0.9rem;
}
.apb-package_book-price .apb-package_price .amount {
    font-size: 1.275rem;
    font-weight: 400;
}
.single .apb-package_item {
    padding-top: 0;
}
.single .apb-package_text h4 {
    font-size: 1.9rem;
}
.single .apb-package_text p {
    font-size: 1.375rem;
}
.apb-modal-content {
    border-radius: 0;
    border: 1px solid #d2d2d2;
}
.abp-close-modal {
    color: #0f2453;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}
.apb-modal-body .apb-list-price h6 {
    color: #967a50;
    font-size: 1.125rem;
    background-color: #f1f2f2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-weight: 500;
}
.apb-modal-body .apb-list-price .list-price-item {
    background-color: transparent;
    color: #444;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: Lato;
}
.apb-modal-body .apb-list-price .list-price-item span {
    color: #0f2453;
    font-weight: 500;
    font-size: 1.125rem;
}
.apb-content h5 {
    margin: 0;
    padding: 20px 30px;
}
.apb-content h5,
.apb-room-select-item {
    background-color: #f1f2f2;
    border-bottom: 1px solid #d2d2d2;
}
.apb-room-select-item {
    padding: 30px 15px;
}
.apb-room-select-footer,
.apb-room-selected_item.apb-bg_blue,
.apb-room-seleted_current.apb-bg_blue {
    background-color: #f1f2f2;
}
.apb-room-select-footer {
    padding: 30px;
}
.apb-room-select-footer .link-other-room {
    font-style: normal;
    font-size: 1.125rem;
    color: #967a50;
    margin-top: 15px;
}
.apb-room-select-footer .link-other-room i {
    font-size: 1.4rem;
    color: #444;
    position: relative;
    top: 2px;
    padding-right: 5px;
}
.apb-room-select-item .room-select-th {
    color: #444;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.apb-room-select-item .apb-desc p {
    color: #444;
    font-size: 1rem;
}
.apb-room-select-item .apb-room-select-package span {
    text-transform: uppercase;
    color: #444;
    font-size: 1rem;
    font-weight: 500;
}
.apb-room-select-item .apb-room-select-price .price {
    color: #0f2453;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: Lato;
}
.apb-room-select-item .apb-room-select-price a {
    font-style: normal;
    font-size: 0.9rem;
    font-weight: 500;
    color: #967a50;
}
.apb-room-select-item .apb-room-select-package ul li span {
    color: #0f2453;
    margin-left: 20px;
    font-weight: 500;
    font-size: 0.9rem;
}
.apb-room-selected_item .apb-room-seleted_package {
    border-top: 1px solid #d2d2d2;
    margin-top: 15px;
    padding-top: 15px;
}
.apb-room-selected_item .apb-room-seleted_total-room {
    color: #444;
    font-size: 1.125rem;
    font-weight: 600;
    border-top: 1px solid #d2d2d2;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
}
.awebooking
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    li
    .apb-amount {
    float: right;
    font-weight: 500;
    font-size: 1.125rem;
    color: #0f2453;
    font-family: Lato;
}
.woocommerce-checkout
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    li
    .apb-amount {
    float: right;
    font-weight: 500;
    font-size: 1.125rem;
    font-family: Lato;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_change:hover,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_change:hover {
    color: #0f2453;
}
.apb-room-selected .apb-room-selected_content .apb-room-selected_item h6,
.woocommerce-checkout .apb-room-selected_content .apb-room-selected_item h6 {
    display: inline-block;
    color: #444;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_change,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_change {
    color: #967a50;
    font-size: 0.9rem;
    font-style: normal;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-sidebar_title,
.apb-sidebar .apb-sidebar_content .apb-sidebar_title,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-sidebar_title {
    color: #967a50;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package {
    border-top: none;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    + ul,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    + ul {
    border-top: 1px solid #d2d2d2;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    li,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    li {
    color: #444;
    font-size: 1rem;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_package
    ul
    li
    .apb-amount {
    font-weight: 500;
    font-family: Lato;
}
.apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_total-room,
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_total-room {
    color: #444;
    font-size: 1.125rem;
    font-weight: 600;
    border-top: 1px solid #d2d2d2;
}
.awebooking
    .apb-room-selected
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_total-room
    .apb-amount {
    font-family: Lato;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f2453;
}
.woocommerce-checkout
    .apb-room-selected_content
    .apb-room-selected_item
    .apb-room-seleted_total-room
    .apb-amount {
    font-family: Lato;
    font-size: 1.125rem;
    font-weight: 600;
}
.apb-content-wraper,
.apb-top-padding {
    margin-top: 40px;
}
.apb-back {
    font-size: 1rem;
}
.apb-calendar_wrap {
    background-color: #f1f2f2;
}
#apb_calendar
    .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-2.ui-datepicker-multi {
    width: auto !important;
    background: #fff;
    border: 1px solid #d2d2d2 !important;
    margin: 15px 0;
}
#apb_calendar .ui-datepicker-group {
    background-color: #fff;
    padding: 15px;
}
.apb-calendar .ui-datepicker .ui-datepicker-title,
.apb-calendar .ui-datepicker .ui-datepicker-title span,
.ui-datepicker.apb-datepicker .ui-datepicker-title,
.ui-datepicker.apb-datepicker .ui-datepicker-title span {
    font-size: 0.9rem;
    color: #967a50;
}
.apb-calendar .ui-datepicker .ui-datepicker-next,
.apb-calendar .ui-datepicker .ui-datepicker-prev,
.ui-datepicker.apb-datepicker .ui-datepicker-next,
.ui-datepicker.apb-datepicker .ui-datepicker-prev {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    border: 1px solid #d2d2d2;
}
.apb-calendar .ui-datepicker .ui-widget-header .ui-icon,
.ui-datepicker.apb-datepicker .ui-widget-header .ui-icon {
    background-image: url(../img/arrow.png);
}
.apb-calendar .ui-datepicker-inline td a,
.apb-calendar .ui-datepicker-inline td span {
    background: none;
    border: 1px solid #ecf0f1;
    padding: 10px;
    text-align: center;
}
#apb_calendar
    .ui-datepicker-calendar
    td
    a.ui-state-default.ui-state-highlight.ui-state-active {
    background-color: #0f2453;
    color: #fff;
    border: 1px solid #0f2453;
}
.apb-calendar .ui-datepicker-inline td a:focus,
.apb-calendar .ui-datepicker-inline td a:hover {
    color: #fff;
    background-color: #967a50;
}
.apb-calendar .ui-datepicker-inline td.apb-highlight a {
    background-color: #0f2453;
}
.ui-datepicker.apb-datepicker {
    width: 300px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}
.apb-input.apb-calendar:active,
.apb-input.apb-calendar:focus,
.apb-select:active,
.apb-select:focus {
    outline: 0;
    border-color: #0f2453;
    background-color: #f1f2f2;
}
.ui-datepicker.apb-datepicker td.apb-highlight a,
.ui-datepicker.apb-datepicker td a:focus,
.ui-datepicker.apb-datepicker td a:hover {
    color: #fff;
    border-color: #967a50;
    background-color: #967a50;
}
.apb-calendar .ui-datepicker .ui-datepicker-next:focus,
.apb-calendar .ui-datepicker .ui-datepicker-next:hover,
.apb-calendar .ui-datepicker .ui-datepicker-prev:focus,
.apb-calendar .ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-next:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-next:hover,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:focus,
.ui-datepicker.apb-datepicker .ui-datepicker-prev:hover {
    border: 1px solid #d2d2d2;
    color: #464b50;
}
.apb-room {
    margin: 25px 0;
}
.apb-calendar_custom .fc-toolbar h2,
.apb-month .fc-toolbar h2 {
    line-height: 24px;
    font-family: Lato;
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 0;
}
.fc-day-grid-container {
    min-height: 348px;
}
@media (min-width: 992px) {
    .apb-month:last-child {
        padding-right: 0;
    }
}
.apb-calendar_custom .fc-toolbar h2:after,
.apb-month .fc-toolbar h2:after {
    display: none;
}
.woocommerce h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 0;
    position: relative;
}
.woocommerce h2:after {
    display: none;
}
.woocommerce .woocommerce-info {
    border-top-color: #0f2453;
}
.woocommerce .woocommerce-info:before {
    color: #0f2453;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
    padding: 4px;
}
.woocommerce form .form-row .select2-container {
    height: 40px;
}
.checkout .apb-room-selected_item {
    padding: 0 5px;
}
.checkout .select2-container .select2-choice {
    height: 40px;
}
.checkout .select2-container .select2-choice > .select2-chosen {
    line-height: 40px;
}
.woocommerce-checkout #payment div.payment_box p {
    color: #fff;
}
.woocommerce-checkout #payment input.input-text {
    color: #444;
}
.apb-month .fc-next-button,
.apb-month .fc-prev-button {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #eee;
    background: transparent none no-repeat 50%;
    border-radius: 0;
    box-shadow: none;
    color: #a1a1a1;
}
.apb-month .fc-button .fc-icon {
    left: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-resolution: 2dppx),
    screen and (min-resolution: 192dpi) {
    .apb-sale-icon {
        padding-top: 14px;
        padding-left: 8px;
    }
}
@media only screen and (max-width: 992px) {
    .apb-sale-icon {
        right: -16px;
        top: -16px;
        width: 40px;
        height: 40px;
        padding-top: 12px;
        padding-left: 5px;
    }
    .apb-content-area,
    .apb-widget-area {
        float: none;
    }
    .apb-step ul {
        display: block;
    }
    .apb-step ul li {
        width: 33%;
        display: inline-block;
    }
    .apb-room-select-item .apb-desc,
    .apb-room-select-item .apb-room-select-package,
    .apb-room-select-item .apb-room-select-price,
    .apb-room-select-item .img {
        padding: 0 12px;
        width: 100%;
        float: left;
    }
    .apb-room-select-item .apb-desc,
    .apb-room-select-item .apb-room-select-package,
    .apb-room-select-item .apb-room-select-price {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .apb-content h5,
    .apb-room-selected h5,
    .awebooking-wrapper h5 {
        padding: 20px 15px;
    }
    .awebooking-wrapper .apb-sidebar_content {
        padding: 0 15px 30px;
    }
    .apb-room_item .apb-room_img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .apb-room_item .apb-room_text .apb-room_desc {
        margin-bottom: 15px;
    }
    .apb-sale-icon {
        right: 16px;
    }
    .apb-step ul li span {
        display: none;
    }
    .apb-room-select-item {
        padding-left: 15px;
    }
    .apb-room-select-footer,
    .apb-room-selected .apb-room-selected_content .apb-room-seleted_item {
        padding: 30px 15px;
    }
    .apb-room-select-footer .link-other-room {
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .awebooking-wrapper .apb-sidebar_content .apb-btn {
        max-width: 100%;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 20px;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline;
    padding: 5px;
    margin-right: 4px;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 2px 0;
    border-bottom: 1px solid #967a50;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    padding: 2px 0;
    border-bottom: 1px solid #0f2453;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.content-area ul.hotelier-notice--error,
.content-area ul.hotelier-notice--info,
.hotelier-notice--error,
.hotelier-notice--info {
    font-size: 12px;
    color: #fff;
    margin-bottom: 2.857em;
    padding: 1.5em 2.5em;
}
.hotelier-notice--error strong,
.hotelier-notice--info strong {
    color: #fff;
    text-decoration: underline;
}
.hotelier-notice--info {
    background-color: #967a50;
}
.content-area ul.hotelier-notice--error,
.hotelier-notice--error {
    background-color: #fd5252;
    list-style: none;
    margin-left: 0;
}
.cart-errors {
    font-size: 16px;
}
.no-rooms-found {
    font-size: 16px;
    margin-bottom: 5em;
}
.hotelier-pagination ul {
    margin: 0 0 3.571em;
    padding: 0;
}
.hotelier-pagination li {
    display: inline-block;
    margin-right: 0.2em;
}
.hotelier-pagination ul .page-numbers {
    font-size: 11px;
    background-color: #f1f2f2;
    color: #0f2453;
    display: inline-block;
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    padding: 0.8em 1.4em;
    text-decoration: none;
}
.hotelier-pagination ul .page-numbers.current,
.hotelier-pagination ul .page-numbers:hover {
    background-color: #967a50;
    color: #fff;
}
#hotelier-datepicker {
    margin-bottom: 2.857em;
    position: relative;
}
#hotelier-datepicker #hotelier-datepicker-select {
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin-bottom: 1em;
    padding-left: 4em;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #444;
    height: 48px;
    font-size: 16px;
}
#hotelier-datepicker #hotelier-datepicker-select:focus {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    background-color: #f1f2f2;
}
#hotelier-datepicker .datepicker-input-select-wrapper {
    position: relative;
}
#hotelier-datepicker .datepicker-input-select-wrapper:before {
    font-size: 20px;
    color: #967a50;
    content: "\f073";
    font-family: FontAwesome;
    left: 20px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}
.js #hotelier-datepicker-checkin,
.js #hotelier-datepicker-checkout,
.no-js #hotelier-datepicker-select,
.no-js #hotelier-datepicker .datepicker-input-select-wrapper:before {
    display: none;
}
.datepicker {
    font-family: Lato, sans-serif;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 240px;
    z-index: 999999;
}
.datepicker__inner {
    overflow: hidden;
    padding: 1.5em;
}
.datepicker__month {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}
.datepicker__month--month2 {
    display: none;
}
.datepicker__month-caption {
    border-bottom: 1px solid #d2d2d2;
    height: 2.5em;
}
.datepicker__week-days {
    font-size: 0.7em;
    text-transform: uppercase;
}
.datepicker__week-name {
    padding: 0.5em 0;
    text-align: center;
}
.datepicker__month-name {
    text-transform: uppercase;
    text-align: center;
}
.datepicker__month-day {
    text-align: center;
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.5em;
}
.datepicker__month-day--invalid {
    color: #ccc;
}
.datepicker__month-day--disabled {
    color: #ccc;
    position: relative;
}
.datepicker__month-day--disabled:after {
    color: red;
    content: "\00d7";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.datepicker__month-day--hovering,
.datepicker__month-day--selected {
    background-color: #967a50;
    color: #fff;
}
.datepicker__month-day--today {
    background-color: #d2d2d2;
    color: #444;
}
.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
    background-color: #0f2453;
    color: #fff;
}
.datepicker__month-day--last-day-selected.datepicker__month-day--checkout-enabled:after {
    content: none;
}
.datepicker__month-day--valid {
    cursor: pointer;
}
.datepicker__month-day--lastMonth,
.datepicker__month-day--nextMonth {
    visibility: hidden;
}
.datepicker__month-button {
    cursor: pointer;
    padding: 0 0.5em;
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.datepicker__month-button:hover {
    background-color: #967a50;
    color: #fff;
}
.datepicker__info--feedback {
    display: none;
}
.datepicker__info--error,
.datepicker__info--help {
    display: block;
}
.datepicker__info--error {
    color: #fd5252;
}
.datepicker__close-button {
    cursor: pointer;
    font-size: 11px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #967a50;
    color: #967a50;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.2em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1em 0 0;
}
.datepicker__close-button:hover {
    background-color: #967a50;
    color: #fff;
}
.datepicker__tooltip {
    background-color: #0f2453;
    border-radius: 2px;
    color: #fff;
    font-size: 0.7em;
    line-height: 16px;
    margin-top: -14px;
    padding: 5px 10px;
    position: absolute;
}
.datepicker__tooltip:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0f2453;
    bottom: -4px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
}
.datepicker__topbar {
    margin-bottom: 1.5em;
    padding: 0.7em 0;
    text-align: left;
}
.room__price {
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.room__price .amount {
    font-size: 18px;
    font-family: Lato, sans-serif;
    letter-spacing: -1px;
}
.room__price del {
    color: inherit;
    opacity: 0.5;
}
.room__price del .amount {
    font-size: 14px;
    border-bottom: none !important;
}
.room__price ins {
    background: none;
}
.rate__price .amount {
    font-size: 18px;
    font-family: Lato, sans-serif;
    letter-spacing: -1px;
}
.rate__deposit,
.room__deposit {
    font-size: 10px;
    background-color: #f1f2f2;
    border-radius: 120px;
    color: #0f2453;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.5em 2.5em;
    text-decoration: none;
    text-transform: uppercase;
}
.room-loop__list {
    list-style: none;
    margin-bottom: 2.857em;
    margin-left: 0;
    padding: 0;
}
.room-loop__list:after,
.room-loop__list:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.room-loop__list:after {
    clear: both;
}
.room-loop__list li.room h3 {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.room-loop__list li.room .room__thumbnail {
    display: block;
    margin-bottom: 1.5em;
}
.room-loop__list li.room .room__thumbnail img {
    display: block;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.room-loop__list li.room .room__thumbnail:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.room-loop__list li.room .room__price {
    font-size: 12px;
    color: #999;
    padding: 0.5em 0;
}
.room-loop__list li.room .room__price .amount {
    border-bottom: 2px solid #967a50;
    color: #0f2453;
}
.room-loop__list li.room .button--view-room-details {
    font-size: 11px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #967a50;
    color: #967a50;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.2em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.625rem;
}
.room-loop__list li.room .button--view-room-details:hover {
    background-color: #967a50;
    color: #fff;
}
.room-loop__item {
    margin: 0 0 1.5em;
    padding: 0;
}
.room-quantity__input {
    min-width: 50px;
    padding-left: 5px;
}
.form-row abbr.required {
    border-bottom: none;
    color: #fd5252;
}
.form-row label {
    display: block;
}
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row input[type="text"],
.form-row input[type="url"],
.form-row textarea {
    width: 100%;
}
table.hotelier-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #f1f2f2;
    font-size: 14px;
}
table.hotelier-table td,
table.hotelier-table th {
    border: 1px solid #f1f2f2;
    padding: 0.4375em;
}
table.hotelier-table th {
    font-weight: 700;
}
table.hotelier-table td,
table.hotelier-table th {
    border-width: 0 1px 1px 0;
}
table.hotelier-table .reservation-table__room-qty {
    width: 60px;
}
.reservation-table__data--total .amount,
.reservation-table__footer,
.reservation-table__room-cost .amount,
.reservation-table__row {
    font-size: 16px;
}
table.hotelier-table .reservation-table__room-link {
    font-size: 14px;
    color: #0f2453;
    font-family: Lato, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
table.hotelier-table .reservation-table__room-link:hover {
    color: #967a50;
}
table.hotelier-table .reservation-table__room-rate {
    color: #444;
    display: block;
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-weight: 700;
}
table.hotelier-table .view-price-breakdown {
    font-size: 9px;
    color: #0f2453;
    display: block;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
table.hotelier-table .view-price-breakdown:hover {
    color: #967a50;
}
table.hotelier-table .price-breakdown-wrapper {
    border: 0;
    padding: 0;
}
table.hotelier-table .price-breakdown-wrapper table {
    font-size: 12px;
    border-bottom: 1px solid #f1f2f2;
    border-collapse: separate;
    border-right: 1px solid #f1f2f2;
    margin: 0;
    padding: 1em;
}
table.hotelier-table .price-breakdown-wrapper table td,
table.hotelier-table .price-breakdown-wrapper table th {
    border: 0;
    padding: 0.4375em 2em;
}
table.hotelier-table
    .price-breakdown-wrapper
    table
    .price-breakdown__cost--heading,
table.hotelier-table
    .price-breakdown-wrapper
    table
    .price-breakdown__day--heading {
    background-color: #0f2453;
    color: #f1f2f2;
}
table.hotelier-table
    .price-breakdown-wrapper
    table
    .price-breakdown__day--heading {
    border-right: 1px solid #fff;
}
table.hotelier-table .price-breakdown-wrapper table tr:nth-child(2n) td {
    background-color: #f1f2f2;
}
table.hotelier-table
    .price-breakdown-wrapper
    table
    .price-breakdown__day--body {
    border-right: 1px solid #fff;
}
.single-room .room__thumbnail {
    margin-bottom: 2.857em;
    margin-top: 0;
    position: relative;
}
.single-room .room__thumbnail img {
    margin-left: auto;
    margin-right: auto;
}
.single-room .room__gallery-link {
    font-size: 10px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 120px;
    bottom: 20px;
    color: #0f2453;
    display: inline-block;
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    padding: 0.5em 2.5em;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.single-room .room__gallery-link:hover {
    background-color: #fff;
}
.single-room .entry-header .entry-title {
    margin-bottom: 1.5em;
    text-align: center;
}
.single-room .room-meta-wrapper {
    background-color: #0f2453;
    color: #f1f2f2;
    margin-top: 4.286em;
    padding: 6em 4em 4em;
    position: relative;
}
.single-room .room-meta-wrapper:before {
    border-left: 51px solid transparent;
    border-right: 51px solid transparent;
    border-top: 40px solid #fff;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -51px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
.single-room .room-meta-wrapper a,
.single-room .room-meta-wrapper strong {
    color: #fff;
}
.single-room .room-meta-wrapper a:hover {
    color: #967a50;
}
.single-room .room-meta-wrapper h3 {
    font-size: 12px;
    border-bottom: 2px solid #967a50;
    color: #fff;
    display: inline-block;
    margin-bottom: 1.5em;
    padding: 0.65em 0;
    position: relative;
    text-transform: uppercase;
}
.single-room .room__min-max-stay {
    font-size: 15px;
    margin-top: 1em;
    font-weight: 700;
}
.single-room .room__min-max-stay--rate-single {
    font-size: 12px;
}
.single-room .room__details {
    text-align: center;
}
.single-room .room__details .room__price-wrapper {
    margin-bottom: 0;
}
.single-room .room__details .room__price-wrapper .room__price {
    font-size: 16px;
    margin-bottom: 0;
}
.single-room .room__details .room__price-wrapper .amount {
    font-size: 36px;
    border-bottom: 5px solid #967a50;
    font-style: normal;
}
.single-room .room-available-rates {
    margin-bottom: 0;
    margin-top: 1.5em;
}
.single-room .room-available-rates a {
    font-size: 10px;
    background-color: #f1f2f2;
    border-radius: 120px;
    color: #0f2453;
    display: inline-block;
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    padding: 0.5em 2.5em;
    text-decoration: none;
    text-transform: uppercase;
}
.single-room .room-available-rates a:hover {
    background-color: #0f2453;
    color: #f1f2f2;
}
.single-room .room__deposit {
    margin-top: 2.1em;
}
.single-room .room__conditions ul,
.single-room .room__meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-room .room__meta {
    margin-bottom: 1.786em;
}
.single-room .room__facilities h3,
.single-room .room__meta strong {
    font-style: normal;
}
.single-room .room__facilities p {
    margin-bottom: 0;
}
.single-room .room__conditions {
    margin-top: 1.786em;
}
.single-room .room__description {
    margin-bottom: 2.857em;
    margin-top: 2.857em;
}
.single-room.no-sidebar .room-meta-wrapper {
    position: relative;
    z-index: 1;
}
.single-room.no-sidebar .room-meta-wrapper:after {
    background-color: #0f2453;
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0;
    z-index: -1;
}
.single-room .room__rates {
    background-color: #f1f2f2;
    padding: 4.357em 2.5em;
}
.single-room .room__rates h3 {
    font-size: 16px;
    margin-bottom: 2.5em;
    text-align: center;
    text-transform: uppercase;
}
.single-room .room__rates .room__rates-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-room .room__rates .room__rate {
    background-color: #fff;
    margin-bottom: 1.5em;
    padding: 2.5em 2.5em 1em;
}
.single-room .room__rates .room__rate:last-child {
    margin-bottom: 0;
}
.single-room .room__rates .rate__name {
    font-size: 12px;
    text-transform: uppercase;
}
.single-room .room__rates .rate__description {
    color: #999;
}
.single-room .room__rates .rate__price-wrapper {
    margin-bottom: 1.5em;
}
.single-room .room__rates .rate__price-wrapper .amount {
    border-bottom: 3px solid #967a50;
    font-style: normal;
}
.single-room .room__rates .rate__conditions span {
    font-weight: 700;
}
.single-room .room__rates .rate__conditions ul {
    color: #967a50;
    margin-left: 0;
}
.single-room .room__rates .rate__deposit {
    margin-bottom: 2.1em;
}
.single-room.no-sidebar .room__rates {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.single-room.no-sidebar .room__rates:after {
    background-color: #f1f2f2;
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0;
    z-index: -1;
}
.related-rooms h3.related-rooms-title {
    font-size: 12px;
    border-bottom: 1px solid #f1f2f2;
    margin-bottom: 2.5em;
    padding: 0.65em 0;
    text-transform: uppercase;
}
.room__rates + .related-rooms {
    margin-top: 3.707em;
}
.listing-filters-before-content.left-sidebar #secondary .widget-rooms-filter,
.listing-filters-before-content.right-sidebar #secondary .widget-rooms-filter {
    display: none;
}
.listing-filters-before-content.left-sidebar #main .widget-rooms-filter,
.listing-filters-before-content.right-sidebar #main .widget-rooms-filter {
    margin-top: 2.857em;
    margin-bottom: 5.714em;
    position: relative;
}
.listing-filters-before-content.left-sidebar #main .widget-rooms-filter:before,
.listing-filters-before-content.right-sidebar
    #main
    .widget-rooms-filter:before {
    background-color: #f1f2f2;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -2.857em;
}
.listing-filters-before-content.left-sidebar
    #main
    .widget-rooms-filter
    .widget-rooms-filter__group,
.listing-filters-before-content.right-sidebar
    #main
    .widget-rooms-filter
    .widget-rooms-filter__group {
    margin-bottom: 0;
}
.hotelier-listing .selected-nights {
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.hotelier-listing .selected-nights:before {
    font-size: 18px;
    color: #967a50;
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 0.75em;
    position: relative;
    top: 2px;
}
form.form--listing {
    background-color: #f1f2f2;
    margin-top: 2.857em;
    padding: 2em;
    position: relative;
}
form.form--listing:before {
    background-color: #f1f2f2;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -2.857em;
}
form.form--listing #reserve-rooms-button {
    text-align: right;
}
form.form--listing ul.listing__list {
    list-style: none;
    margin-bottom: 2.857em;
    margin-left: 0;
    padding: 0;
}
form.form--listing ul.listing__list li.listing__room {
    background-color: #fff;
    border: 4px solid #fff;
    margin-bottom: 1.5em;
    margin-right: 0;
    padding: 2em 1.5em;
    text-align: center;
    transition-duration: 0.2s;
    transition-property: border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}
form.form--listing ul.listing__list li.listing__room h3.room__name {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.room__description--listing p {
    font-size: 16px;
}
form.form--listing ul.listing__list li.listing__room.room--selected {
    border-color: #967a50;
}
.room__gallery--listing {
    margin-top: 24px;
}
.room__gallery-thumbnail--listing {
    display: inline-block;
}
.room__gallery-thumbnail--listing img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
}
form.form--listing .rate__price,
form.form--listing .room__price {
    font-size: 14px;
    color: #242424;
    padding-bottom: 0.5em;
    display: block;
    margin-bottom: 0.5em;
}
form.form--listing .rate__price .amount,
form.form--listing .room__price .amount {
    border-bottom: 2px solid #967a50;
    font-style: normal;
    font-weight: 600;
}
form.form--listing .rate__price del,
form.form--listing .room__price del {
    color: inherit;
    opacity: 0.5;
}
form.form--listing .rate__price del .amount,
form.form--listing .room__price del .amount {
    font-size: 14px;
    border-bottom: none !important;
}
form.form--listing .rate__price ins,
form.form--listing .room__price ins {
    background: none;
}
form.form--listing .rate__price-description,
form.form--listing .room__price-description {
    font-size: 12px;
    font-style: normal;
    display: block;
    margin-bottom: 1.5em;
    margin-top: -1em;
}
form.form--listing .room__only-x-left {
    font-size: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #967a50;
    color: #967a50;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 1em;
    padding: 0.2em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}
form.form--listing .room-quantity {
    margin-bottom: 1em;
}
form.form--listing .room-quantity .room-quantity__label {
    font-size: 12px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
form.form--listing .add-to-cart-selected {
    font-size: 9px;
    display: block;
}
form.form--listing .room__more-link {
    font-size: 10px;
    color: #0f2453;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}
form.form--listing .room__more-link:hover {
    color: #967a50;
}
form.form--listing .room__gallery p {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    max-width: 85px;
}
.room__gallery-link--listing {
    display: inline-block;
    font-size: 10px;
    color: #0f2453;
    font-family: Lato, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 6px;
}
form.form--listing .room__gallery-link:hover {
    color: #967a50;
}
form.form--listing .room__description {
    font-size: 13px;
    color: #999;
    margin-top: 1.5em;
}
form.form--listing .room__details {
    font-size: 13px;
    color: #999;
}
form.form--listing .room__details > div:last-child {
    margin-bottom: 1.5em;
}
form.form--listing .room__details p {
    margin-bottom: 0;
}
form.form--listing .rate__conditions,
form.form--listing .room__conditions {
    font-size: 13px;
    margin-bottom: 1.5em;
}
form.form--listing .rate__conditions ul,
form.form--listing .room__conditions ul {
    color: #967a50;
    margin-left: 0;
}
form.form--listing .room__deposit {
    margin-bottom: 1.5em;
}
form.form--listing .room__max-guests {
    margin-bottom: 0.5em;
}
form.form--listing .room__max-guests .room__max-guests-label {
    text-transform: uppercase;
    font-size: 12px;
}
form.form--listing .room__max-guests .max {
    display: inline-block;
    text-indent: -9999px;
}
form.form--listing .room__max-guests .max:after {
    color: #967a50;
    content: "\f007";
    float: left;
    font-family: FontAwesome;
    letter-spacing: 3px;
    text-indent: 0;
}
form.form--listing .room__max-guests .max.max2:after {
    content: "\f007\f007";
}
form.form--listing .room__max-guests .max.max3:after {
    content: "\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max4:after {
    content: "\f007\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max5:after {
    content: "\f007\f007\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max6:after {
    content: "\f007\f007\f007\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max7:after {
    content: "\f007\f007\f007\f007\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max8:after {
    content: "\f007\f007\f007\f007\f007\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max9:after {
    content: "\f007\f007\f007\f007\f007\f007\f007\f007\f007";
}
form.form--listing .room__max-guests .max.max10:after {
    content: "\f007\f007\f007\f007\f007\f007\f007\f007\f007\f007";
}
form.form--listing .room__max-guests-recommendation,
form.form--listing .room__min-max-stay {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    margin-top: 0.5em;
}
form.form--listing .room__not-available-info {
    color: #fd5252;
    font-weight: 700;
}
form.form--listing .room__not-available-info p {
    margin-bottom: 0;
}
form.form--listing .rate__room {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
form.form--listing .rate__name {
    color: #999;
    display: block;
    font-weight: 700;
    margin-bottom: 0.75em;
}
form.form--listing .rate__description {
    font-size: 13px;
    color: #999;
}
form.form--listing .room__rates {
    padding-top: 1.5em;
}
form.form--listing .room__rate {
    border-top: 1px solid #f1f2f2;
    padding: 1.5em 0;
}
#guest-additional-information,
#payment,
#request-booking,
#reservation-details,
#reservation-table {
    margin-top: 2.857em;
}
#guest-additional-information label {
    display: inline;
    margin-right: 1em;
}
#guest-additional-information .form-row__description {
    font-size: 12px;
    display: block;
}
#reservation-details .credit-cards__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#reservation-details .credit-cards__list .credit-cards__icon {
    display: inline-block;
    height: 48px;
    margin-bottom: 0.175em;
    position: relative;
    text-indent: -99999px;
    width: 76px;
}
#reservation-details .credit-cards__list .credit-cards__icon:before {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    content: "";
    display: inline-block;
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 76px;
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--mastercard:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/mastercard.svg);
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--amex:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/amex.svg);
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--cirrus:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/cirrus.svg);
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--discover:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/discover.svg);
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--maestro:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/maestro.svg);
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--visa:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/visa.svg);
}
#reservation-details
    .credit-cards__list
    .credit-cards__icon.credit-cards__icon--visa_e:before {
    background-image: url(../../../plugins/wp-hotelier/assets/images/cards/visa_e.svg);
}
#payment .payment-methods {
    list-style: none;
    margin: 0 0 2.857em;
    padding: 0;
}
#payment .payment-methods label {
    margin-left: 0.5em;
    cursor: pointer;
}
#payment .payment-methods li {
    background-color: #f1f2f2;
    border-radius: 10px;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 1em 2em;
}
#payment .payment-methods li img {
    float: right;
}
#payment .payment-methods .payment-method--single input[type="radio"] {
    display: none;
}
.reservation-response {
    font-size: 18px;
    font-weight: 700;
}
ul.reservation-details__list {
    background-color: #f1f2f2;
    color: #000;
    list-style: none;
    margin-left: 0;
    padding: 2em 2.5em;
}
ul.reservation-details__list strong {
    color: #967a50;
    padding-left: 0.3em;
}
ul.reservation-details__list .reservation-details__item--checkin strong span,
ul.reservation-details__list .reservation-details__item--checkout strong span {
    color: #000;
    font-weight: 400;
}
ul.reservation-details__list .reservation-details__item--special-requests {
    margin-top: 2em;
}
ul.reservation-details__list
    .reservation-details__item--special-requests
    strong {
    border-bottom: 2px solid #967a50;
    color: #000;
    padding-left: 0;
}
ul.reservation-details__list .reservation-details__item--special-requests span {
    font-size: 13px;
    color: #f1f2f2;
    display: block;
    margin-top: 1em;
}
.hotelier-booking .entry-content header {
    margin-top: 2.857em;
}
.hotelier-booking .entry-content h3 {
    font-size: 12px;
    border-bottom: 1px solid #f1f2f2;
    margin-bottom: 2.5em;
    padding: 0.65em 0;
    text-transform: uppercase;
}
.hotelier-booking .entry-content address {
    background-color: #f1f2f2;
    padding: 2em 2.5em;
}
.form-row--booking-terms {
    margin-top: 2em;
}
.form-row--booking-terms label {
    margin-left: 0.5em;
    display: inline;
    cursor: pointer;
}
.widget-room-search input[type="search"] {
    margin-bottom: 0;
}
.widget-room-search input[type="submit"] {
    display: none;
}
.widget-rooms-filter .widget-rooms-filter__group {
    margin-bottom: 2.5em;
}
.widget-rooms-filter .widget-rooms-filter__group-label {
    font-size: 10px;
    background-color: #967a50;
    color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    cursor: pointer;
}
.widget-rooms-filter .widget-rooms-filter__group-label:before {
    content: "\f0d8";
    font-family: FontAwesome;
    margin-right: 1em;
}
.widget-rooms-filter .widget-rooms-filter__group-label.open:before {
    content: "\f0d7";
}
.widget-rooms-filter a {
    font-size: 10px;
    color: #0f2453;
    display: block;
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.3em;
    padding: 0.4em 0 0.4em 3em;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.widget-rooms-filter a:before {
    font-size: 16px;
    color: #d2d2d2;
    content: "\f0c8";
    font-family: FontAwesome;
    margin-right: 1em;
    position: absolute;
    left: 2px;
    top: -2px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-rooms-filter li:hover a {
    color: #967a50;
}
.widget-rooms-filter li:hover a:before {
    color: #967a50;
    content: "\f0fe";
}
.widget-rooms-filter li.widget-rooms-filter__group-item--chosen a:before {
    color: #967a50;
    content: "\f14a";
}
.widget-rooms-filter li.widget-rooms-filter__group-item--chosen a:hover:before {
    color: #967a50;
    content: "\f146";
}
.widget-booking .widget-booking__change-cart-link {
    font-size: 10px;
    color: #967a50;
    display: inline-block;
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    padding: 0.3em 1em;
    text-transform: uppercase;
}
.widget-booking .widget-booking__change-cart-link:hover {
    color: #0f2453;
}
.widget-booking p {
    margin-bottom: 0.5em;
}
.widget-booking .widget-booking__dates {
    background-color: #f1f2f2;
    display: inline-block;
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 1em 2em 1.5em;
    text-transform: uppercase;
}
.widget-booking .widget-booking__date {
    margin-top: 5px;
}
.widget-booking .widget-booking__date-label {
    font-size: 9px;
    color: #999;
    font-weight: 700;
    margin-bottom: 1em;
}
.widget-booking .widget-booking__date-block {
    background-color: #fff;
    padding: 0.75em 1.5em;
}
.widget-booking .widget-booking__day-name,
.widget-booking .widget-booking__month-year {
    font-size: 10px;
    font-weight: 600;
    display: block;
}
.widget-booking .widget-booking__day {
    font-size: 26px;
    font-weight: 500;
    color: #967a50;
}
.widget-booking .widget-booking__date-block--checkin,
.widget-booking .widget-booking__date-block--checkout {
    display: inline-block;
    text-align: center;
}
.widget-booking .widget-booking__rooms-list {
    margin: 15px 0;
}
.widget-booking .widget-booking__rooms-list li {
    font-size: 11px;
    border-bottom: 1px solid #f1f2f2;
    font-family: Lato, sans-serif;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}
.widget-booking
    .widget-booking__rooms-list
    li
    .widget-booking__room-link:before {
    display: none;
}
.widget-booking .widget-booking__rooms-list a {
    color: #0f2453;
    font-size: 1rem;
}
.widget-booking .widget-booking__rooms-list a:hover {
    color: #967a50;
}
.widget-booking .widget-booking__rooms-list small {
    font-size: 11px;
    color: #999;
    display: block;
    font-family: Raleway, HelveticaNeue-Light, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;
    font-weight: 600;
    text-transform: none;
}
.widget-booking .widget-booking__cart-total {
    overflow: hidden;
    text-transform: uppercase;
}
.widget-booking .amount {
    font-size: 18px;
    border-bottom: 2px solid #967a50;
    color: #0f2453;
    float: right;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1px;
}
.widget-rooms .widget-rooms__list li {
    margin-bottom: 1.5em;
    min-height: 85px;
}
.widget-rooms .widget-rooms__name {
    font-size: 12px;
    color: #0f2453;
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.widget-rooms .widget-rooms__name:hover {
    color: #967a50;
}
.widget-rooms .widget-rooms__name,
.widget-rooms .widget-rooms__price {
    margin-left: 100px;
}
.widget-rooms img {
    width: 85px;
    position: absolute;
}
.widget-rooms .widget-rooms__price {
    font-size: 12px;
    color: #999;
    padding: 0.5em 0;
}
.widget-rooms .widget-rooms__price .amount {
    border-bottom: 2px solid #967a50;
    color: #0f2453;
}
.widget-rooms .widget-rooms__price del {
    color: inherit;
    opacity: 0.5;
}
.widget-rooms .widget-rooms__price del .amount {
    border-bottom: none !important;
}
.widget-rooms .widget-rooms__price ins {
    background: none;
}
@media (min-width: 75em) {
    .page-sidebar-content .form--listing .rate__content,
    .page-sidebar-content .form--listing .room__content {
        width: 70%;
    }
}
@media (min-width: 62em) {
    .page-sidebar-content .form--listing .rate__content,
    .page-sidebar-content .form--listing .room__content {
        width: 65%;
    }
    .form--listing .rate__content,
    .form--listing .room__content {
        width: 70%;
    }
}
@media (min-width: 48em) {
    .form--listing .rate__content,
    .form--listing .room__content {
        float: left;
        padding-right: 4%;
        width: 60%;
    }
    .room__content--listing {
        padding-left: 100px;
    }
    .rate__content--listing,
    .room__content--listing {
        float: left;
        padding-right: 4%;
        width: 58%;
    }
    .room__gallery--listing {
        left: 24px;
        margin-top: 0;
        position: absolute;
        text-align: center;
        top: 24px;
    }
}
@media (min-width: 320px) {
    .datepicker {
        width: 300px;
    }
}
@media (min-width: 450px) {
    #hotelier-datepicker #hotelier-datepicker-select {
        width: 320px;
    }
    #hotelier-datepicker .datepicker-input-select-wrapper:after {
        content: "";
        display: block;
    }
}
@media (min-width: 480px) {
    .datepicker {
        width: 460px;
    }
    .datepicker__months {
        overflow: hidden;
        position: relative;
    }
    .datepicker__months:before {
        background: #f1f2f2;
        bottom: 0;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px;
    }
    .datepicker__month {
        width: 200px;
    }
    .datepicker__month--month1 {
        float: left;
    }
    .datepicker__month--month2 {
        display: table;
        float: right;
    }
    .datepicker__month-button--disabled {
        visibility: hidden;
    }
    .room-loop__item {
        float: left;
        margin-right: 4%;
        position: relative;
        width: 48%;
    }
    .room-loop__item--columns-1 {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .room-loop__item--even {
        clear: none;
        margin-right: 0;
    }
    table.hotelier-table .price-breakdown-wrapper table {
        padding: 1em 5em;
    }
}
@media (min-width: 768px) {
    #hotelier-datepicker #hotelier-datepicker-select {
        margin-bottom: 0;
    }
    #hotelier-datepicker #datepicker-button {
        margin-left: 2em;
        margin-top: 0;
    }
    #hotelier-datepicker .datepicker-input-select-wrapper:after {
        display: none;
    }
    .datepicker {
        width: 560px;
    }
    .datepicker__month {
        width: 240px;
    }
    .datepicker__close-button {
        position: absolute;
        right: 0;
        top: 0;
    }
    .datepicker__topbar {
        border-bottom: 1px solid #f1f2f2;
        margin-bottom: 0;
        padding: 1em 2em 1em 0;
        position: relative;
    }
    .room-loop__item--first {
        clear: both !important;
    }
    .room-loop__item--last {
        margin-right: 0 !important;
    }
    .room-loop__item--columns-3 {
        clear: none;
        margin-right: 3.5%;
        width: 31%;
    }
    .room-loop__item--columns-4 {
        clear: none;
        margin-right: 3%;
        width: 22.75%;
    }
    .room-loop__item--columns-5 {
        clear: none;
        margin-right: 2.5%;
        width: 18%;
    }
    .room-loop__item--columns-6 {
        clear: none;
        margin-right: 2%;
        width: 15%;
    }
    .form-row--first {
        clear: both;
        float: left;
        margin-right: 4%;
        width: 48%;
    }
    .form-row--last {
        float: right;
        width: 48%;
    }
    .single-room .room__rate {
        overflow: hidden;
    }
    .single-room .rate__description-wrapper {
        float: left;
        padding-right: 4%;
        width: 60%;
    }
    .single-room .rate__actions {
        float: right;
        position: relative;
        text-align: right;
        width: 40%;
    }
    .single-room .rate__actions:before {
        background-color: #f1f2f2;
        bottom: -999px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: -999px;
        width: 1px;
    }
    form.form--listing .room__rate,
    form.form--listing li.listing__room {
        overflow: hidden;
        position: relative;
    }
    form.form--listing .room__gallery {
        left: 1.5em;
        position: absolute;
        top: 2em;
    }
    form.form--listing ul.listing__list li.listing__room {
        text-align: left;
    }
    form.form--listing
        ul.listing__list
        li.listing__room
        .room__gallery-thumbnail {
        margin-top: 0;
    }
    form.form--listing .rate__actions,
    form.form--listing .room__actions {
        float: right;
        position: relative;
        text-align: right;
        width: 30%;
        padding-right: 2px;
    }
    form.form--listing .rate__actions .btn-link,
    form.form--listing .room__actions .btn-link {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    form.form--listing .rate__content {
        padding-left: 0 !important;
    }
}
@media (min-width: 992px) {
    .hotelier-pagination ul {
        margin-bottom: 5em;
    }
    .single-room .room__thumbnail {
        margin-bottom: 4.286em;
    }
    .single-room .entry-header .entry-title {
        font-size: 28px;
    }
    .single-room #hotelier-datepicker {
        text-align: center;
    }
    .single-room .room-meta-wrapper {
        padding: 6em 8em 4em;
    }
    .single-room .room__description {
        margin-top: 4.286em;
    }
    .single-room.left-sidebar .rate__actions,
    .single-room.left-sidebar .rate__description-wrapper,
    .single-room.right-sidebar .rate__actions,
    .single-room.right-sidebar .rate__description-wrapper {
        width: 50%;
    }
    .listing-filters-before-content.left-sidebar
        #secondary
        .widget-rooms-filter,
    .listing-filters-before-content.right-sidebar
        #secondary
        .widget-rooms-filter {
        display: block;
    }
    .listing-filters-before-content.left-sidebar #main .widget-rooms-filter,
    .listing-filters-before-content.right-sidebar #main .widget-rooms-filter {
        display: none;
    }
    form.form--listing .rate__actions,
    form.form--listing .room__actions {
        width: 35%;
    }
    .widget-booking p {
        text-align: right;
    }
    .widget-booking .widget-booking__dates {
        display: block;
        padding: 1em 1em 1.5em;
    }
    .widget-booking .widget-booking__date-block {
        padding: 0.5em 1em;
        border: 1px solid #967a50;
    }
    .widget-booking .widget-booking__dates {
        overflow: hidden;
    }
    .widget-booking .widget-booking__date-block--checkin {
        float: left;
    }
    .widget-booking .widget-booking__date-block--checkout {
        float: right;
    }
}
@media (min-width: 1200px) {
    .single-room .rate__actions:before {
        left: 50px;
    }
    form.form--listing .rate__actions,
    form.form--listing .room__actions {
        width: 30%;
    }
    .widget-booking .widget-booking__dates {
        padding: 1em 2em 1.5em;
    }
    .widget-booking .widget-booking__date-block {
        padding: 1em 1.5em;
    }
    .site-width-boxed .widget-booking .widget-booking__date-block {
        padding: 0.5em 1em;
    }
}
