﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2015 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: bold;
}

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;
}

img {
    border: 0;
}

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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        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: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .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 th,
    .table-bordered td {
        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: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur: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 {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub: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";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.40625;
    color: #000;
    background-color: #e7e7e7;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: none;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.40625;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    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 #eeeeee;
}

.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: 800;
    line-height: 1;
    color: inherit;
}

    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: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 38px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

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: .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;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.link-center {
    float: none !important;
    margin: 0 auto;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.40625;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 992px) {
    .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[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.40625;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.40625;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    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: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.40625;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 1px;
}

    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: 18px;
    padding-right: 18px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 756px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 976px;
    }
}

@media (min-width: 1312px) {
    .container {
        width: 1276px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 0px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

.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.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.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.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .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.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1312px) {
    .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.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.40625;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #e7e7e7;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.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 > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.40625;
    color: #000;
}

.form-control, #newsletter-inner input {
    display: block;
    width: 100%;
    height: 53px;
    padding: 15px 12px;
    font-size: 16px;
    line-height: 1.40625;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #000;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #9b9b9b;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #9b9b9b;
    }

    .form-control::-webkit-input-placeholder {
        color: #9b9b9b;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"],
.form-control {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 53px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
        line-height: 33px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
        line-height: 49px;
    }
}

.form-group {
    margin-bottom: 27px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    min-height: 38px;
}

    .form-control-static.input-lg, .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, .form-control-static.input-sm, .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-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].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-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 49px;
    line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 66.25px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    pointer-events: none;
}

.input-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-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.input-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-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    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: #404040;
}

@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 .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 38px;
}

.form-horizontal .form-group {
    margin-left: -18px;
    margin-right: -18px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        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: 16px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 18px;
}

@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: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 15px 12px;
    font-size: 16px;
    line-height: 1.40625;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #000;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

    .btn-default.red {
        border-color: none;
    }

    .btn-default:focus, .btn-default.focus {
        color: #000;
        background-color: transparent;
        border-color: black;
    }

    .btn-default:hover {
        color: #000;
        background-color: transparent;
        border-color: black;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #000;
        background-color: transparent;
        border-color: black;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #000;
            background-color: transparent;
            border-color: black;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        background-color: transparent;
        border-color: #000;
    }

    .btn-default .badge {
        color: transparent;
        background-color: #000;
    }

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #000;
        background-color: #e6e6e6;
        border-color: #bfbfbf;
    }

    .btn-primary:hover {
        color: #000;
        background-color: #e6e6e6;
        border-color: #e0e0e0;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #e6e6e6;
        border-color: #e0e0e0;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #000;
            background-color: #d4d4d4;
            border-color: #bfbfbf;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #fff;
        border-color: #fff;
    }

    .btn-primary .badge {
        color: #fff;
        background-color: #000;
    }

.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:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            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:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        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:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            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:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        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:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            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:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #e51937;
    border-color: #ce1631;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #b7142c;
        border-color: #5b0a16;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #b7142c;
        border-color: #971024;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b7142c;
        border-color: #971024;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #971024;
            border-color: #5b0a16;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #e51937;
        border-color: #ce1631;
    }

    .btn-danger .badge {
        color: #e51937;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: none;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    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: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    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: normal;
        line-height: 1.40625;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            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.40625;
    color: #777777;
    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;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    .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 > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            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:before, .btn-toolbar:after {
        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 > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
        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) {
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

    .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 input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    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: 15px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #000;
    border-radius: 1px;
}

    .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: 3px;
    }

    .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: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.newsletter-btn {
    padding: 15px 40px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .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.40625;
            border: 1px solid transparent;
            border-radius: 1px 1px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #e7e7e7;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 1px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.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: 1px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        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: 1px 1px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #e7e7e7;
    }
}

.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:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 992px) {
    .navbar {
        border-radius: 1px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 18px;
    padding-left: 18px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 992px) {
    .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-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -18px;
    margin-left: -18px;
}

@media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 18px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -18px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 18px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
}

    .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: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -18px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width: 991px) {
    .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 > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }

        .navbar-nav li.mob-only {
            display: none;
        }
}

.navbar-form {
    margin-left: -18px;
    margin-right: -18px;
    padding: 10px 18px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: -1.5px;
    margin-bottom: -1.5px;
}

@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 .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        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: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: -1.5px;
    margin-bottom: -1.5px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 18px;
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -18px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #fff;
    border-color: #707070;
}

    .navbar-default .navbar-brand {
        color: #000;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: black;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #000;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #e51937;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #e51937;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #000;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #707070;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #e51937;
    }

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #e51937;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e51937;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #000;
}

    .navbar-default .navbar-link:hover {
        color: #e51937;
    }

.navbar-default .btn-link {
    color: #000;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #e51937;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 991px) {
    .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: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 1px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 15px 12px;
            line-height: 1.40625;
            text-decoration: none;
            color: #337ab7;
            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: 1px;
            border-top-left-radius: 1px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 1px;
            border-top-right-radius: 1px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        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.3333333;
}

.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;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.40625;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    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: 32px 0 0;
        color: #000;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

a.list-group-item,
button.list-group-item {
    color: #000;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #000;
        background-color: #ebebeb;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #000;
    background-color: #ebebeb;
    border-color: rgba(0, 0, 0, 0.2);
}

    .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: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, .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 {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #000;
    }

.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:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
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:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
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:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
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:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.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: 0px;
        border-top-left-radius: 0px;
    }

    .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: 0px;
        border-bottom-left-radius: 0px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

            .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,
            .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-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-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 {
                border-top-left-radius: 0px;
            }

            .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,
            .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-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-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 {
                border-top-right-radius: 0px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr: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 {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

            .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,
            .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 {
                border-bottom-left-radius: 0px;
            }

            .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,
            .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 {
                border-bottom-right-radius: 0px;
            }

    .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 th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .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 {
        border-bottom: 0;
    }

    .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-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 {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 22px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 1px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            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: #333333;
        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: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.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;
    }

.close {
    float: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: rgba(0, 0, 0, 0.5);
        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-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    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: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    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 #000;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.40625;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e1e1e1;
}

    .modal-footer:before, .modal-footer:after {
        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 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before, .clearfix:after {
    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-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1311px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1311px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1311px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1311px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1312px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1312px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1312px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1312px) {
    .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: 1311px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1312px) {
    .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;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.slider-dots ul, .image-list, .location-filters ul,
.amenity-filters ul, .map-control, .contact-links, .step-links ol, .list-selected, .list-venues, .confirmation, .selected-list, .edit-confirm, .logos-slider .logos-slideset, .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after, .signup-form:after, #nav .navbar-header:after,
.steps-form .center-block:after, .partner-form .center-block:after, .form-row:after, .step:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.slideshow img, .thumbnail img, .post-block img, .switcher-gallery img, #header .fixed-logo img, .logo img, .venue-block img, .selected-list img, .widget-quote img, .logos-slider img, #footer img {
    vertical-align: top;
    max-width: 250px;
    height: auto;
}

.hero-slideshow .logo-image img {
    vertical-align: top;
    height: auto;
    max-width: 100%;
}

.form-reset .fake-input, .gallery-popup, .location-filters-form, .amenity-filters-form, .location-filters button,
.amenity-filters button, #nav .navbar-collapse, .steps-form, .partner-form {
    transition: 0.25s linear;
    transition-property: color, background, border, visibility, opacity;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.ttf?5qhi4c") format("truetype"), url("../fonts/icomoon.woff?5qhi4c") format("woff"), url("../fonts/icomoon.svg?5qhi4c#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-instagram:before {
    content: "\e90f";
}

.ico-tick:before {
    content: "\e904";
}

.ico-info:before {
    content: "\e905";
}

.ico-camera:before {
    content: "\e90e";
}

.ico-linkedin:before {
    content: "\e900";
}

.ico-twitter:before {
    content: "\e901";
}

.ico-facebook:before {
    content: "\e902";
}

.ico-map-marker:before {
    content: "\e90d";
}

.ico-arrow-right:before {
    content: "\e906";
}

.ico-arrow-up:before {
    content: "\e907";
}

.ico-arrow-left:before {
    content: "\e908";
}

.ico-arrow-down:before {
    content: "\e909";
}

.ico-email:before {
    content: "\e90a";
}

.ico-search:before {
    content: "\e90b";
}

.ico-calendar:before {
    content: "\e90c";
}

.ico-telephone:before {
    content: "\e903";
}

.jcf-select {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    border: 1px solid #000;
    background: #fff;
    height: 36px;
    text-align: left;
    border-radius: 1px;
    background-color: transparent;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

@media (min-width: 992px) {
    .jcf-select {
        height: 36px;
    }
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    height: 100%;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .jcf-select .jcf-select-text {
        margin: 0 45px 0 16px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .jcf-select .jcf-select-text {
        font-size: 18px;
        line-height: 24px;
        padding: 6px 0;
    }
}

.jcf-select .jcf-select-opener {
    position: relative;
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 52px;
}

    .jcf-select .jcf-select-opener:before {
        position: absolute;
        content: "";
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
    }

@media (min-width: 768px) {
    .jcf-select .jcf-select-opener {
        width: 47px;
    }
}

.jcf-select .jcf-select-opener:before {
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #858585 transparent transparent transparent;
}

@media (min-width: 768px) {
    .jcf-select .jcf-select-opener:before {
        border-width: 10px 5px 0;
    }
}

@media (min-width: 992px) {
    .jcf-select .jcf-select-opener:before {
        border-width: 14px 7px 0;
    }
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #b7b7b7;
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b7b7b7;
    min-width: 200px;
    margin: 0 15px;
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: center;
    background: #eeeeee;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .jcf-list {
        font-size: 20px;
        line-height: 24px;
    }
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 17px 0;
    margin: 0;
}

    .jcf-list ul li {
        overflow: hidden;
        display: block;
        width: 100%;
        padding-right: 5px;
    }

        .jcf-list ul li:last-child {
            width: 100% !important;
            padding-right: 5px;
        }

        .jcf-list ul li:hover {
            background-color: #f5f5f5;
        }

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: normal;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 8px 9px;
    color: #000;
    height: 1%;
}

@media (min-width: 768px) {
    .jcf-list .jcf-option {
        padding: 8px 16px;
    }
}

.jcf-list .jcf-option.jcf-option-hide-me {
    display: none;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    /*background: #d1d1d1;*/
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.form-reset [type="checkbox"],
.form-reset [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.form-reset .fake-input {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 0;
    background: #e4e4e4;
    position: relative;
    margin-right: 5px;
    border-radius: 100%;
}

.form-reset [type="radio"]:checked + .fake-input,
.form-reset [type="checkbox"]:checked + .fake-input {
    background: #000;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* Interaction Cues 
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: center;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 0.9em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #d1d1d1;
    background: #e7e7e7;
    color: #000;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #cccccc;
        background: #f6f6f6 url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #1c94c4;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #d1d1d1;
        background: #000;
        font-weight: bold;
        color: #fff;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #c77405;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #d1d1d1;
        background: #000;
        font-weight: bold;
        color: #fff;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #b7b7b7;
        background: #b7b7b7;
        color: #f7f7f7;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url(../images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
        color: #ffffff;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_ef8c08_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 1px;
    -webkit-border-top-left-radius: 1px;
    -khtml-border-top-left-radius: 1px;
    border-top-left-radius: 1px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 1px;
    -webkit-border-top-right-radius: 1px;
    -khtml-border-top-right-radius: 1px;
    border-top-right-radius: 1px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -khtml-border-bottom-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 1px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

@media (min-width: 640px) {
    .capacities-modal {
        width: 448px;
    }
}

.capacities-modal .modal-content,
.capacities-modal .modal-header,
.capacities-modal .modal-footer,
.capacities-modal .modal-body {
    border-radius: 1px;
}

.capacities-modal .btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 9px;
}

    .capacities-modal .btn-close:before, .capacities-modal .btn-close:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #fff;
        transform: rotate(45deg);
    }

    .capacities-modal .btn-close:after {
        transform: rotate(-45deg);
    }

@media (min-width: 640px) {
    .capacities-modal .btn-close {
        top: 10px;
    }
}

.capacities-modal .modal-dialog {
    margin: 0;
}

.capacities-modal .modal-content {
    border: 0;
    box-shadow: none;
}

.capacities-modal .modal-body {
    padding: 0;
}

.capacities-modal .modal-header {
    background: #000;
    color: #fff;
    padding: 12px 55px 10px;
}

@media (min-width: 640px) {
    .capacities-modal .modal-header {
        padding: 12px 55px 14px;
    }
}

.capacities-modal .modal-title {
    font: 800 15px/17px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .capacities-modal .modal-title {
        font-size: 20px;
        line-height: 22px;
    }
}

.capacities-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    line-height: 15px;
}

@media (min-width: 640px) {
    .capacities-table {
        font-size: 16px;
        line-height: 18px;
    }
}

.capacities-table th {
    font: 14px/16px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #e7e7e7;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    border-top: 0;
    letter-spacing: 2px;
    padding: 15px 10px;
}

@media (min-width: 640px) {
    .capacities-table th {
        font-size: 18px;
        line-height: 20px;
    }
}

.capacities-table tr,
.capacities-table td {
    border: 1px solid #e1e1e1;
}

.capacities-table tbody td:first-child {
    text-transform: capitalize;
}

.capacities-table tbody td {
    padding: 18px 10px;
}

.venue-modal {
    width: 100%;
}

@media (min-width: 768px) {
    .venue-modal {
        width: 566px;
    }
}

.venue-modal .modal-body {
    border-radius: 0;
    border: 0;
    padding: 0;
}

.venue-modal .modal-content {
    border-radius: 0;
    border: 0;
    overflow: hidden;
}

.venue-modal .img-holder {
    width: 50%;
    float: left;
    display: none;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 50%;
}

@media (min-width: 768px) {
    .venue-modal .img-holder {
        display: block;
    }
}

.venue-modal .img-holder img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}

.venue-modal .text {
    font-size: 12px;
    line-height: 19px;
    color: #6e6e6e;
    letter-spacing: 0.4px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

@media (min-width: 768px) {
    .venue-modal .text {
        padding: 32px 10px 37px 27px;
    }
}

.venue-modal .title-heading {
    font: 12px/16px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    display: block;
    padding: 0 25px 0 0;
}

@media (min-width: 768px) {
    .venue-modal .title-heading {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 4px;
    }
}

.venue-modal address {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 0 25px 5px 0;
}

@media (min-width: 768px) {
    .venue-modal address {
        font-size: 15px;
        line-height: 21px;
        margin: 0 20px 24px 0;
    }
}

.venue-modal address a {
    color: inherit;
}

    .venue-modal address a:hover {
        color: #707070;
    }

.venue-modal p {
    margin: 0 0 4px;
}

.venue-modal a.detail {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #256dd1;
}

    .venue-modal a.detail:hover {
        text-decoration: none;
    }

.venue-modal .btn-close {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100%;
    top: 8px;
    right: 9px;
}

@media (min-width: 768px) {
    .venue-modal .btn-close {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }
}

.venue-modal .btn-close:before, .venue-modal .btn-close:after {
    height: 1px;
    background: #000;
    left: 20%;
    right: 20%;
}

.venue-modal .btn-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.event-cta-active .fancybox-overlay {
    background: rgba(255, 255, 255, 0.3) !important;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url("../images/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px;
            /*The size of the normal image, half the size of the hi-res image*/
        }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.switcher-slide img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.switcher-img {
    height: 100%;
    display: block;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: Avenir;
    src: url("../fonts/Avenir-Book.eot");
    src: url("../fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book.woff") format("woff2"), url("../fonts/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir-Book.svgAvenir-Book") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Avenir;
    src: url("../fonts/Avenir-Medium.eot");
    src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir-Medium.woff") format("woff2"), url("../fonts/Avenir-Medium.ttf") format("truetype"), url("../fonts/Avenir-Medium.svgAvenir-Medium") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Avenir;
    src: url("../fonts/Avenir-Heavy.eot");
    src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.woff") format("woff2"), url("../fonts/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy.svgAvenir-Heavy") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Avenir-bold;
    src: url("../fonts/Avenir-85.eot");
    src: url("../fonts/Avenir-85.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-85.woff") format("woff"), url("../fonts/Avenir-85.woff") format("woff2"), url("../fonts/Avenir-85.ttf") format("truetype"), url("../fonts/Avenir-85.svgAvenir-85") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Avenir;
    src: url("../fonts/Avenir-Black.eot");
    src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.woff") format("woff2"), url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.svgAvenir-Black") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Berthold;
    src: url("../fonts/Berthold-Condensed.eot");
    src: url("../fonts/Berthold-Condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/Berthold-Condensed.woff") format("woff"), url("../fonts/Berthold-Condensed.woff") format("woff2"), url("../fonts/Berthold-Condensed.ttf") format("truetype"), url("../fonts/Berthold-Condensed.svgBerthold-Condensed") format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    min-width: 320px;
    -ms-overflow-style: scrollbar;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 1.8888888889;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 20px;
        line-height: 1.8;
    }
}

body.map-page {
    background: #f1f1f1;
}

noscript {
    position: relative;
    z-index: 1010;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .home #wrapper {
        padding-bottom: 40px;
    }
}

#wrapper.map-page {
    min-height: 650px;
}

@media (min-width: 992px) {
    #wrapper.map-page {
        min-height: 100vh;
    }
}

#wrapper iframe {
    border: 0;
    display: block;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

button:focus, button:active, button:hover {
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: uppercase;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a {
        color: inherit;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover,
        .h1 a:hover,
        .h2 a:hover,
        .h3 a:hover,
        .h4 a:hover,
        .h5 a:hover,
        .h6 a:hover {
            color: #e51937;
        }

h1 {
    line-height: 0.7894736842;
}

@media (min-width: 768px) {
    h1 {
        font-size: 45px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 55px;
    }
}

@media (min-width: 1312px) {
    h1 {
        font-size: 70px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 38px;
    }
}

/* events page anchors */
#scroll-to,
#event-type,
#corporate-events,
#social-gatherings,
#weddings,
#private-dining,
#private-concerts,
#holiday {
    margin-top: -67px;
    padding-top: 67px;
}

@media (min-width: 992px) {
    #scroll-to,
    #event-type,
    #corporate-events,
    #social-gatherings,
    #weddings,
    #private-dining,
    #private-concerts,
    #holiday {
        margin-top: -113px;
        padding-top: 113px;
    }
}

/*homepage anchors */
/*#scroll-evnts,
#scroll-ent,*/
/*#scroll-servc,
#scroll-gall,
#scroll-excl,
#scroll-press {
  margin-top: -67px;
  padding-top: 67px;
  }
  @media (min-width: 992px) {
    #scroll-evnts,
    #scroll-ent,
    #scroll-servc,
    #scroll-gall,
    #scroll-excl,
    #scroll-press {
      margin-top: -95px;
     padding-top: 113px; } }*/

/*About page anchors */
/*#scroll-who,
#scroll-lead,
#scroll-careers,
#scroll-clients {
  margin-top: -67px;
  padding-top: 67px;
  }
  @media (min-width: 992px) {
    #scroll-who,
    #scroll-lead,
    #scroll-careers,
    #scroll-clients {
      margin-top: -113px;
     padding-top: 113px; } }*/

.text-block {
    display: block;
}

#newsletter-inner .btn-close {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    z-index: 5;
    right: 12px;
    top: 12px;
    border: 0;
    background: none;
}

@media (max-width: 400px) {
    #newsletter-inner .btn-close {
        width: 30px !important;
        height: 30px !important;
    }
}

.btn-close, .partner-close {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 5;
    right: 12px;
    top: 22px;
    border: 0;
    background: none;
}

    .btn-close:before, .btn-close:after,
    .partner-close:before, .partner-close:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 3px;
        background: #fff;
        transform: rotate(45deg);
    }

    .btn-close:after, .partner-close:after {
        transform: rotate(-45deg);
    }

@media (min-width: 992px) {
    .btn-close, .partner-close {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 1312px) {
    .btn-close, .partner-close {
        width: 118px;
        height: 118px;
    }
}

.btn-primary {
    font: 18px/20px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 228px;
}

@media (min-width: 768px) {
    .btn-primary {
        padding: 13px 12px;
    }
}

.btn-default {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-family: "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

    .btn-default.btn-outlined {
        border-color: #fff;
        color: #fff;
    }

        .btn-default.btn-outlined:hover, .btn-default.btn-outlined:focus, .btn-default.btn-outlined:active {
            background: #fff;
            color: #000;
            border-color: #fff;
        }

    .btn-default.btn-black {
        background: #000;
        color: #fff;
        min-width: 228px;
        border-color: #000;
    }

@media (min-width: 768px) {
    .btn-default.btn-black {
        padding: 12px;
    }
}

.btn-default.btn-black:hover, .btn-default.btn-black:active, .btn-default.btn-black:focus {
    color: #fff;
    background: #e51937;
    border-color: #e51937;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #000;
    background: #ebebeb;
    border-color: #000;
}

.btn-large {
    font-size: 29px;
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: gray;
}

.rfp-header {
    font-size: 25px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 800;
    line-height: 1;
    color: inherit;
}

@media (min-width: 992px){
    .rfp-header{
        font-size: 38px;
    }
}
@media (min-width: 768opx){
    .rfp-header {
        margin: 0 0 22px;
        font-size: 32px;
    }

}

form p.thank-you-sub {
    margin-top: 60px;
    margin-bottom: 20px;
    color: gray;
    font-size: 24px;
}

.close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 22px;
    right: 15px;
    opacity: 1;
}

    .close:before, .close:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background: rgba(0, 0, 0, 0.2);
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

    .close:after, .close:before {
        margin-top: -1px;
    }

    .close:hover, .close:focus, .close:active {
        opacity: 1;
    }

        .close:hover:before, .close:hover:after, .close:focus:before, .close:focus:after, .close:active:before, .close:active:after {
            background: #9b9b9b;
        }

.slideshow {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #fff;
}

@media (min-width: 768px) {
    .home .slideshow .align-holder {
        min-height: calc(100vh - 164px);
    }
}

@media (min-width: 992px) {
    .home .slideshow .align-holder {
        min-height: calc(100vh - 157px);
    }
}

@media (min-width: 992px) {
    .slideshow.subnav-before .align-holder {
        min-height: calc(100vh - 171px);
    }
}

@media (min-width: 1312px) {
    .slideshow.subnav-before .align-holder {
        min-height: calc(100vh - 181px);
    }
}

.slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    display: flex !important;
    top: 0;
    width: 100%;
    align-items: stretch;
    flex-flow: row wrap;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

    .slideshow .slide.active {
        z-index: 2;
    }

.slideshow .align-holder {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    min-height: calc(100vh - 190px);
}

@media (min-width: 768px) {
    .slideshow .align-holder {
        min-height: calc(100vh - 120px);
    }
}

@media (min-width: 992px) {
    .slideshow .align-holder {
        min-height: calc(100vh - 113px);
    }
}

.slideshow .align {
    padding: 180px 18px;
    width: 100%;
}

@media (min-width: 768px) {
    .slideshow .align {
        width: 450px;
    }
}

@media (min-width: 992px) {
    .slideshow .align {
        width: 550px;
    }
}

@media (min-width: 1312px) {
    .slideshow .align {
        width: 670px;
    }
}

@media (min-width: 1600px) {
    .slideshow .align {
        width: 1106px;
    }
}

.slideshow .btn-prev,
.slideshow .btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 118px;
    color: #afafaf;
    background: #000;
    position: absolute;
    left: 0;
    font-size: 89px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: solid #fff;
}

    .slideshow .btn-prev:hover, .slideshow .btn-prev:focus, .slideshow .btn-prev:active,
    .slideshow .btn-next:hover,
    .slideshow .btn-next:focus,
    .slideshow .btn-next:active {
        color: #fff;
    }

.slideshow .btn-next {
    left: auto;
    right: 0;
    border-width: 1px 0 1px 1px;
    padding: 0 0 0 6px;
}

.slideshow .btn-prev {
    padding: 0 6px 0 0;
    border-width: 1px 1px 1px 0;
}

.slideshow h1 {
    margin: 0;
}

@media (min-width: 1600px) {
    .slideshow h1 {
        font-size: 120px;
        line-height: 100px;
    }
}

.slideshow .btn,
.slideshow .btn-primary {
    vertical-align: top;
    display: block;
    width: auto;
    position: absolute;
    bottom: 42px;
    z-index: 2;
    left: 18px;
    right: 18px;
}

@media (min-width: 768px) {
    .slideshow .btn,
    .slideshow .btn-primary {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}

.slideshow .logo-image {
    z-index: 1;
    position: relative;
}

    .slideshow .logo-image:before {
        position: absolute;
        content: "";
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
    }

@media (min-width: 768px) {
    .slideshow .logo-image {
        margin: 0 0 87px;
    }
}

.slideshow .logo-image:before {
    z-index: -1;
    transform: translate(-50%, -50%);
    background: url(../images/shadow.png) no-repeat;
    display: none;
    width: 649px;
    height: 339px;
    pointer-events: none;
}

@media (min-width: 768px) {
    .slideshow .logo-image:before {
        display: block;
    }
}

@media (min-width: 992px) {
    .slideshow .logo-image:before {
        width: 749px;
        height: 439px;
    }
}

.slideshow .btn-down {
    font-size: 91px;
    z-index: 2;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
    visibility: hidden;
}

.slider-dots {
    overflow: hidden;
}

    .slider-dots ul {
        padding: 27px 0 17px;
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }

    .slider-dots li {
        margin: 0 5px 10px;
        display: inline-block;
        vertical-align: top;
    }

        .slider-dots li.slick-active button, .slider-dots li.active a {
            background: #000;
            border-color: #000;
        }

    .slider-dots button, .slider-dots a {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 100%;
        position: relative;
        z-index: 2;
    }

        .slider-dots button:hover, .slider-dots button:focus, .slider-dots button:active,
        .slider-dots a:hover, .slider-dots a:focus, .slider-dots a:active {
            border-color: #000;
            background: #000;
        }

.widget-text {
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 31px;
    position: relative;
}

    .widget-text:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
    }

@media (min-width: 1312px) {
    .widget-text {
        padding-top: 87px;
        padding-bottom: 93px;
    }
}

@media (max-width: 767px) {
    .widget-text {
        line-height: 24px;
    }
}

.widget-text:before {
    display: block;
    background: #fff;
    z-index: -1;
}

.widget-text h2 {
    margin: 0 0 17px;
}

@media (min-width: 768px) {
    .widget-text h2 {
        margin: 0 0 28px;
    }
}

.widget-text .heading-title {
    font: 18px/20px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    display: block;
    margin: 0 0 9px;
}

@media (min-width: 768px) {
    .widget-text .heading-title {
        margin: 0 0 23px;
    }
}

.widget-text .heading-copy {
    font-size: 38px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 800;
    line-height: 1;
    color: inherit;
}

@media (min-width: 768px){
    .widget-text .heading-copy{
        font-size: 32px;
    }
}

.widget-text .btn-default {
    vertical-align: top;
    width: 100%;
    display: block;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .widget-text .btn-default {
        padding: 12px 15px;
        display: inline-block;
        width: auto;
        min-width: 228px;
        margin: 0 5px 5px;
    }
}

.widget-text p {
    margin: 0 0 28px;
}

@media (min-width: 768px) {
    .widget-text p {
        margin: 0 0 52px;
    }
}

.posts-carousel {
    z-index: 1;
    padding-top: 31px;
    padding-bottom: 31px;
    position: relative;
}

    .posts-carousel:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
    }

@media (min-width: 768px) {
    .posts-carousel {
        padding-top: 0;
        padding-bottom: 16px;
    }
}

.posts-carousel.bg-mobile:before, .posts-carousel.bg-mobile.extra:before {
    display: block;
}

@media (max-width: 767px) {
    .posts-carousel.bg-mobile .post-block.block-active:before, .posts-carousel.bg-mobile.extra .post-block.block-active:before {
        background: #fff;
        left: 18px;
        right: 18px;
    }
}

@media (min-width: 768px) {
    .posts-carousel.extra {
        padding-top: 79px;
        padding-bottom: 69px;
    }
}

@media (min-width: 768px) {
    .posts-carousel.extra h2 {
        margin: 0 0 58px;
    }
}

.posts-carousel:before {
    display: none;
    background: #fff;
    z-index: -1;
}

@media (min-width: 768px) {
    .posts-carousel:before {
        display: block;
    }
}

@media (max-width: 767px) {
    .posts-carousel .mask-wrap {
        margin: 0 auto;
        max-width: 375px;
    }
}

.posts-carousel .mask {
    position: relative;
    overflow: hidden;
    width: calc(100% + 36px);
}

@media (min-width: 768px) {
    .posts-carousel .mask {
        height: auto !important;
        max-width: none;
    }
}

.posts-carousel .mask:after, .posts-carousel .mask:before {
    display: block;
}
/*.posts-carousel .slideset {
    width: 99999px;
    float: left; }*/
@media (min-width: 768px) {
    .posts-carousel .slideset {
        width: 100% !important;
        float: none;
        height: auto !important;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-flow: row wrap;
        margin: 0 !important;
    }
}

.posts-carousel .slide {
    width: 100%;
    float: left;
    text-decoration: none;
    outline: none;
}

@media (min-width: 768px) {
    .posts-carousel .slide {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .posts-carousel .slide {
        width: 33.333% !important;
    }
}

.posts-carousel h2 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .posts-carousel h2 {
        font-size: 20px;
        line-height: 22px;
    }
}

a.thumbnail {
    padding-bottom: 0;
    display: block;
}

.thumbnail {
    overflow: hidden;
    font-size: 16px;
    line-height: 19px;
    z-index: 1;
    background: none;
    text-align: center;
    border: 0;
    margin-bottom: 0;
    padding: 0 18px;
    position: relative;
}

    .thumbnail:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 18px;
        right: 18px;
    }

@media (min-width: 768px) {
    .thumbnail {
        line-height: 24px;
        margin-bottom: 36px;
        padding: 0 18px 90px;
    }
}

@media (min-width: 992px) {
    .thumbnail {
        margin-bottom: 57px;
    }
}

@media (min-width: 1312px) {
    .thumbnail {
        padding: 0 18px 113px;
    }
}

.thumbnail:before {
    z-index: -1;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .thumbnail:hover:before {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .thumbnail:hover .btn-default,
    .thumbnail:hover .btn-black,
    .thumbnail:hover .btn-black.btn-default {
        padding: 7px 10px;
        height: 33px;
        bottom: 0;
    }
}

.thumbnail .caption {
    overflow: hidden;
    padding: 32px 0 0;
}

@media (min-width: 768px) {
    .thumbnail .caption {
        padding: 42px 18px 0;
    }
}

@media (min-width: 1312px) {
    .thumbnail .caption {
        padding: 62px 40px 0;
    }
}

.thumbnail .aligncenter {
    overflow: hidden;
    margin: 0 auto;
}

.thumbnail h3 {
    font: 25px/26px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .thumbnail h3 {
        letter-spacing: 3px;
        font-size: 27px;
        line-height: 28px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1312px) {
    .thumbnail h3 {
        font-size: 35px;
        line-height: 35px;
    }
}

.thumbnail .btn-default,
.thumbnail .btn-black,
.thumbnail .btn-black.btn-default {
    font: 16px/20px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    padding: 11px 10px;
    background: #000;
    color: #fff;
    display: block;
    letter-spacing: normal;
}

@media (min-width: 768px) {
    .thumbnail .btn-default,
    .thumbnail .btn-black,
    .thumbnail .btn-black.btn-default {
        overflow: hidden;
        width: auto;
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 28px;
        height: 5px;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
    }
}

.thumbnail .btn-default:hover, .thumbnail .btn-default:focus, .thumbnail .btn-default:active,
.thumbnail .btn-black:hover,
.thumbnail .btn-black:focus,
.thumbnail .btn-black:active,
.thumbnail .btn-black.btn-default:hover,
.thumbnail .btn-black.btn-default:focus,
.thumbnail .btn-black.btn-default:active {
    background: #e51937;
    color: #fff;
    border-color: #e51937;
}

.thumbnail img {
    display: block;
    max-width: none;
    width: 100%;
}

.thumbnail p {
    margin: 0 0 27px;
}

@media (min-width: 768px) {
    .thumbnail p {
        margin: 0;
    }
}

.post-block {
    overflow: hidden;
    font-size: 16px;
    line-height: 19px;
    z-index: 1;
    background: none;
    text-align: center;
    border: 0;
    margin-bottom: 0;
    position: relative;
}

    .post-block:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 18px;
        right: 18px;
    }

@media (min-width: 768px) {
    .post-block {
        line-height: 24px;
        margin-bottom: 36px;
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) {
    .post-block {
        margin-bottom: 57px;
    }
}

@media (min-width: 1312px) {
    .post-block {
        padding-bottom: 113px;
    }
}

.post-block:before {
    z-index: -1;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .post-block:hover:before, .post-block.block-active:before {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .post-block:hover .btn-default,
    .post-block:hover .btn-black,
    .post-block:hover .btn-black.btn-default, .post-block.block-active .btn-default,
    .post-block.block-active .btn-black,
    .post-block.block-active .btn-black.btn-default {
        padding: 7px 10px;
        height: 33px;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .post-block:hover span.btn-default,
    .post-block:hover span.btn-black,
    .post-block:hover span.btn-black.btn-default, .post-block.block-active span.btn-default,
    .post-block.block-active span.btn-black,
    .post-block.block-active span.btn-black.btn-default {
        background: #e51937;
        color: #fff;
        border-color: #e51937;
    }
}

.post-block > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.post-block .caption {
    overflow: hidden;
    padding: 32px 0 0;
}

@media (min-width: 768px) {
    .post-block .caption {
        padding: 42px 18px 0;
    }
}

@media (min-width: 1312px) {
    .post-block .caption {
        padding: 62px 40px 0;
    }
}

.post-block .aligncenter {
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 50%;
}

.post-block h3 {
    font: 25px/26px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .post-block h3 {
        letter-spacing: 3px;
        font-size: 27px;
        line-height: 28px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1312px) {
    .post-block h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .offer-items-2 .post-block h3 {
        min-height: 70px;
    }
}

@media (max-width:426px) {
    .post-block h3 {
        letter-spacing: .8px;
    }
}

@media (max-width:380px) {
    .post-block h3 {
        letter-spacing: .2px;
    }
}

.post-block .btn-default,
.post-block .btn-black,
.post-block .btn-black.btn-default {
    font: 16px/20px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    padding: 11px 10px;
    background: #000;
    color: #fff;
    display: block;
    letter-spacing: normal;
}

@media (min-width: 768px) {
    .post-block .btn-default,
    .post-block .btn-black,
    .post-block .btn-black.btn-default {
        overflow: hidden;
        width: auto;
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 28px;
        height: 5px;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
    }
}

.post-block .btn-default:hover, .post-block .btn-default:focus, .post-block .btn-default:active,
.post-block .btn-black:hover,
.post-block .btn-black:focus,
.post-block .btn-black:active,
.post-block .btn-black.btn-default:hover,
.post-block .btn-black.btn-default:focus,
.post-block .btn-black.btn-default:active {
    background: #e51937;
    color: #fff;
    border-color: #e51937;
}

.post-block span.btn-default,
.post-block span.btn-black,
.post-block span.btn-black.btn-default {
    pointer-events: none;
}

.post-block img {
    display: block;
    max-width: none;
    width: 100%;
}

.post-block p {
    margin: 0 0 27px;
}

@media (min-width: 768px) {
    .post-block p {
        margin: 0;
    }
}

.entertainment-block {
    overflow: hidden;
    position: relative;
    background: #000;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
    padding-top: 0;
    padding-bottom: 32px;
    z-index: 1;
}

@media (max-width: 767px) {
    .entertainment-block {
        font-size: 16px;
        line-height: 24px;
    }
}

.entertainment-block .bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 81%;
    margin: 0 0 24px;
}

@media (min-width: 640px) {
    .entertainment-block .bg-cover {
        padding-top: 55%;
    }
}

@media (min-width: 768px) {
    .entertainment-block .bg-cover {
        position: absolute;
        padding-top: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        margin: 0;
    }
}

.entertainment-block .bg-cover.overlay {
    position: relative;
}

    .entertainment-block .bg-cover.overlay:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 768px) {
    .entertainment-block .bg-cover.overlay {
        position: absolute;
    }
}

.entertainment-block .bg-cover.overlay:before {
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .entertainment-block .bg-cover.overlay:before {
        display: none;
    }
}

.entertainment-block h2 {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .entertainment-block h2 {
        margin: 0 0 14px;
    }
}

.entertainment-block .box {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    overflow: hidden;
    padding: 0 18px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .entertainment-block .box {
        width: 756px;
        padding: 70px 18px;
    }
}

@media (min-width: 992px) {
    .entertainment-block .box {
        width: 976px;
        padding: 114px 18px;
    }
}

@media (min-width: 1312px) {
    .entertainment-block .box {
        width: 1276px;
    }
}

.entertainment-block .align-holder {
    width: 100%;
}

@media (min-width: 768px) {
    .entertainment-block .align-holder {
        min-height: 603px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        border: 2px solid #fff;
        min-height: 350px;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .entertainment-block .align-holder {
        min-height: 573px;
    }
}

.entertainment-block .align {
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .entertainment-block .align {
        padding: 40px 18px;
        width: 500px;
    }
}

@media (min-width: 992px) {
    .entertainment-block .align {
        width: 606px;
        padding: 96px 18px;
    }
}

.entertainment-block .btn-default {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .entertainment-block .btn-default {
        min-width: 228px;
        width: auto;
        margin: 0 9px 15px;
        display: inline-block;
    }
}

.entertainment-block .list-group {
    color: inherit;
}

@media (min-width: 1312px) {
    .entertainment-block .list-group {
        font-size: 20px;
        line-height: 24px;
    }
}

.entertainment-block .list-group .list-group-item {
    color: inherit;
    border-color: #898989;
}

.entertainment-block .list-group a.list-group-item:hover, .entertainment-block .list-group a.list-group-item:focus, .entertainment-block .list-group a.list-group-item:active {
    color: #000;
    border-color: #ebebeb;
}

.entertainment-block p {
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .entertainment-block p {
        margin: 0 0 33px;
    }
}

.visual-block {
    padding-top: 14px;
    padding-bottom: 17px;
    line-height: 19px;
    position: relative;
}

@media (min-width: 768px) {
    .visual-block {
        line-height: 24px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1312px) {
    .visual-block {
        padding-top: 79px;
        padding-bottom: 78px;
        line-height: 35px;
    }
}

@media (min-width: 1312px) {
    .home .visual-block {
        line-height: 24px;
    }
}

@media (min-width: 1312px) {
    .home .visual-block p {
        margin: 0 0 52px;
    }
}

.visual-block .holder {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}

.visual-block .visual-col {
    background-size: cover;
    background-position: 50% 0%;
    overflow: hidden;
    color: #fff;
    min-height: 353px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

@media (min-width: 768px) {
    .visual-block .visual-col {
        min-height: 548px;
    }
}

@media (min-width: 1312px) {
    .visual-block .visual-col {
        min-height: 618px;
    }
}

.visual-block h2 {
    font-family: "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
    line-height: 34px;
}

@media (min-width: 768px) {
    .visual-block h2 {
        line-height: 40px;
    }
}

.visual-block h3 {
    margin: 0 0 12px;
    font-family: "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .visual-block h3 {
        margin: 0 0 22px;
    }
}

@media (min-width: 768px) {
    .visual-block .col {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column nowrap;
    }
}

.visual-block .col.descr {
    background: #fff;
}

.visual-block .col-holder {
    overflow: hidden;
    width: 100%;
    padding: 30px 0 33px;
}

@media (min-width: 768px) {
    .visual-block .col-holder {
        padding: 30px 0;
    }
}

@media (min-width: 1312px) {
    .visual-block .col-holder {
        width: 450px;
    }
}

.visual-block .btn,
.visual-block .btn-default {
    vertical-align: top;
    display: block;
    width: 100%;
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .visual-block .btn,
    .visual-block .btn-default {
        min-width: 228px;
        width: auto;
        display: inline-block;
    }
}

.visual-block .list-group {
    margin: 0 0 27px;
}

@media (min-width: 768px) {
    .visual-block .list-group {
        margin: 0 0 57px;
    }
}

.visual-block p {
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .visual-block p {
        margin: 0 0 52px;
    }
}

@media (min-width: 1312px) {
    .visual-block p {
        margin: 0 0 39px;
    }
}

.text-quote {
    margin: 0;
    padding: 0;
    border: 0;
}

    .text-quote q:before {
        content: '“';
    }

    .text-quote q:after {
        content: '”';
    }

.list-wrap {
    overflow: hidden;
}

.list-group {
    border: 0;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .list-group.list-columns {
        margin-top: -1px;
        column-count: 2;
        column-gap: 36px;
    }
}

@media (min-width: 992px) {
    .list-group.list-columns {
        column-count: 3;
    }
}

.list-group.list-columns .list-group-item {
    /*border-width: 0;*/
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .list-group.list-columns .list-group-item {
        page-break-inside: avoid;
        border-width: 1px 0 0;
    }
}

.list-group .list-group-item {
    border-width: 0 0 1px;
    padding: 13px 10px 10px;
    margin-bottom: 0;
}

.gallery-venue {
    font-size: 23px;
    line-height: 38px;
    position: relative;
}

@media (min-width: 768px) {
    .gallery-venue {
        font-size: 18px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .gallery-venue {
        font-size: 20px;
        line-height: 42px;
    }
}

@media (min-width: 1312px) {
    .gallery-venue {
        font-size: 30px;
        line-height: 52px;
    }
}

.gallery-venue:after, .gallery-venue:before {
    display: block;
}

.gallery-venue .row {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    width: calc(100% + 36px);
}

    .gallery-venue .row:after, .gallery-venue .row:before {
        display: block;
    }

.gallery-venue .bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 81%;
    margin: 0 -18px 24px;
}

@media (min-width: 640px) {
    .gallery-venue .bg-cover {
        padding-top: 55%;
    }
}

@media (min-width: 768px) {
    .gallery-venue .bg-cover {
        position: absolute;
        padding-top: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        margin: 0;
    }
}

.gallery-venue .bg-cover.overlay {
    position: relative;
}

    .gallery-venue .bg-cover.overlay:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 768px) {
    .gallery-venue .bg-cover.overlay {
        position: absolute;
    }
}

.gallery-venue .bg-cover.overlay:before {
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

@media (min-width: 768px) {
    .gallery-venue .bg-cover.overlay:before {
        display: block;
    }
}

.gallery-venue .visual-holder {
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    min-height: 603px;
    color: #fff;
}

@media (min-width: 768px) {
    .gallery-venue .visual-holder {
        min-height: 450px;
    }
}

@media (min-width: 992px) {
    .gallery-venue .visual-holder {
        min-height: 577px;
    }
}

@media (min-width: 1312px) {
    .gallery-venue .visual-holder {
        min-height: 677px;
    }
}

@media (min-width: 1600px) {
    .gallery-venue .visual-holder {
        min-height: 877px;
    }
}

.gallery-venue .visual-holder.bg-in {
    display: block;
}

@media (min-width: 768px) {
    .gallery-venue .visual-holder.bg-in {
        display: flex;
    }
}

@media (max-width: 767px) {
    .gallery-venue .visual-holder.bg-in {
        background-color: #000;
        min-height: 1px;
    }
}

.gallery-venue .col {
    overflow: hidden;
}

.gallery-venue .caption {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 40px;
}

@media (min-width: 768px) {
    .gallery-venue .caption {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .gallery-venue .caption {
        width: 440px;
    }
}

.gallery-venue h2 {
    margin: 0 0 28px;
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .gallery-venue h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 32px;
        text-shadow: 2px 2px black;
    }
}

.gallery-venue .btn,
.gallery-venue .btn-default,
.gallery-venue .btn-outlined.btn-default {
    display: block;
    width: 100%;
    vertical-align: top;
}

@media (min-width: 768px) {
    .gallery-venue .btn,
    .gallery-venue .btn-default,
    .gallery-venue .btn-outlined.btn-default {
        min-width: 228px;
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 767px) {
    .gallery-venue .sameheight {
        height: auto !important;
    }
}

.gallery-venue p {
    margin: 0 0 55px;
    text-shadow: 2px 2px black;
}

.image-list {
    margin: 0 -19px 0 -18px;
    overflow: hidden;
}

    .image-list li {
        float: left;
        overflow: hidden;
        position: relative;
        border: solid #fff;
        border-width: 0 1px;
    }

    .image-list .height-lg {
        height: 58%;
    }

    .image-list .height-sm {
        height: 42%;
        border-top-width: 1px;
    }

    .image-list .large {
        width: 55%;
    }

    .image-list .medium {
        width: calc(100% - 55%);
    }

    .image-list .small {
        width: 27.5%;
    }

    .image-list a {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
    }

    .image-list .name-tag, .panel-group .name-tag {
        position: absolute;
        right: 0;
        bottom: 17px;
        display: block;
        background: #000;
        color: #fff;
        text-transform: capitalize;
        font: 400 14px/17px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 7px;
        text-align: right;
        max-width: 88%;
    }

.panel-group .name-tag {
    z-index: 5;
}

@media (min-width: 1312px) {
    .image-list .name-tag, .panel-group .name-tag {
        font-size: 16px;
        line-height: 17px;
        padding: 14px;
    }
}

.image-list .name-tag > span, .panel-group .name-tag > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}

.image-list .subtitle, .panel-group .subtitle {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 13px;
    padding-top: 1px;
}

.image-list .ico, panel-group .ico {
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
}

.image-list .poster {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .image-list .poster.active {
        z-index: 1;
    }

.signup-form {
    padding: 25px 0;
}

@media (min-width: 768px) {
    .signup-form {
        padding: 22px 0;
    }
}

.signup-form label {
    font: 16px/19px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 29px;
}

@media (min-width: 768px) {
    .signup-form label {
        margin-bottom: 43px;
        line-height: 24px;
    }
}

.signup-form .form-group {
    margin: 0 auto;
    max-width: 388px;
}

.signup-form .input-group {
    width: 100%;
}

.signup-form .form-control {
    box-shadow: none;
}

    .signup-form .form-control:focus {
        box-shadow: none;
    }

.signup-form .btn,
.signup-form .btn-default {
    background: #fff;
}

    .signup-form .btn:hover, .signup-form .btn:focus, .signup-form .btn:active,
    .signup-form .btn-default:hover,
    .signup-form .btn-default:focus,
    .signup-form .btn-default:active {
        background: #ebebeb;
    }

.entertainment-slider {
    position: relative;
    overflow: hidden;
    background: #000;
}

@media (min-width: 768px) {
    .entertainment-slider .slideset {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1;
        height: 100% !important;
    }
}

.entertainment-slider .entertainment-slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 81%;
    width: 100%;
}

@media (min-width: 640px) {
    .entertainment-slider .entertainment-slide {
        padding-top: 55%;
    }
}

@media (min-width: 768px) {
    .entertainment-slider .entertainment-slide {
        bottom: 0;
        padding-top: 0;
    }
}

.entertainment-slider .entertainment-slide.active {
    z-index: 2;
}

.entertainment-slider .prev,
.entertainment-slider .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 118px;
    color: #afafaf;
    background: #000;
    position: absolute;
    left: 0;
    font-size: 89px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: solid #fff;
    margin: -22px 0 0;
}

@media (min-width: 1312px) {
    .entertainment-slider .prev,
    .entertainment-slider .next {
        margin: 7px 0 0;
    }
}

.entertainment-slider .prev:hover, .entertainment-slider .prev:focus, .entertainment-slider .prev:active,
.entertainment-slider .next:hover,
.entertainment-slider .next:focus,
.entertainment-slider .next:active {
    color: #fff;
}

.entertainment-slider .next {
    left: auto;
    right: 0;
    border-width: 1px 0 1px 1px;
    padding: 0 0 0 6px;
}

.entertainment-slider .prev {
    padding: 0 6px 0 0;
    border-width: 1px 1px 1px 0;
}

.entertainment-slider .entertainment-block {
    z-index: 2;
    background: none;
}

@media (min-width: 1312px) {
    .entertainment-slider .entertainment-block {
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    .entertainment-slider .entertainment-block .box {
        width: 586px;
    }
}

@media (min-width: 992px) {
    .entertainment-slider .entertainment-block .box {
        width: 816px;
    }
}

@media (min-width: 1312px) {
    .entertainment-slider .entertainment-block .box {
        width: 1126px;
        padding: 111px 18px 78px;
    }
}

@media (min-width: 1446px) {
    .entertainment-slider .entertainment-block .box {
        width: 1276px;
    }
}

@media (min-width: 1312px) {
    .entertainment-slider .entertainment-block .align {
        width: 670px;
        padding: 96px 18px 72px;
    }
}

@media (max-width: 650px) {
    .entertainment-slider .entertainment-block .align {
        margin-top: 20px;
    }
}

@media (min-width: 1312px) {
    .entertainment-slider .entertainment-block h2 {
        margin: 0 0 21px;
    }
}

@media (min-width: 1312px) {
    .entertainment-slider .entertainment-block p {
        margin: 0 0 19px;
    }
}

.entertainment-slider .slider-dots {
    z-index: 3;
    position: relative;
}

    .entertainment-slider .slider-dots li.active a {
        background: #fff;
        border-color: #fff;
    }

    .entertainment-slider .slider-dots a {
        border-color: #fff;
    }

.entertainment-slider .gallery-popup {
    z-index: 4;
}

.entertainment-slider.not-enough-slides .btn-prev,
.entertainment-slider.not-enough-slides .btn-next {
    visibility: hidden;
}

.amenities-block {
    padding-top: 45px;
}

@media (min-width: 768px) {
    .amenities-block {
        padding-top: 94px;
        padding-bottom: 58px;
    }
}

@media (max-width: 767px) {
    .amenities-block .list-group {
        margin: 0 -18px;
    }
}

.amenities-block .holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: calc(100% + 36px);
    margin: 0 -18px;
}

    .amenities-block .holder:after, .amenities-block .holder:before {
        display: block;
    }

.amenities-block .col {
    margin-bottom: 65px;
}

@media (min-width: 768px) {
    .amenities-block .col {
        margin-bottom: 0;
    }
}

@media (min-width: 1312px) {
    .amenities-block .col {
        width: 25.5%;
    }
}

.amenities-block .sameheight {
    overflow: hidden;
}

@media (max-width: 767px) {
    .amenities-block .sameheight {
        height: auto !important;
        min-height: 1px !important;
    }
}

.amenities-block h2 {
    margin: 0 0 37px;
    font-size: 18px;
}

@media (min-width: 768px) {
    .amenities-block h2 {
        margin: 0 0 67px;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .amenities-block h2 {
        font-size: 20px;
    }
}

.amenities-block h3 {
    font: 25px/1.03 "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .amenities-block h3 {
        margin: 0 0 24px;
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .amenities-block h3 {
        font-size: 34px;
    }
}

.gallery-popup-holder {
    position: relative;
}

.galleries-list {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-top: solid 3px black;
    border-bottom: solid 3px black;
    transition: 0.25s linear;
}

    .galleries-list .btn-close:before, .galleries-list .btn-close:after,
    #newsletter-inner .btn-close:before, #newsletter-inner .btn-close:after {
        background: #000;
    }

.galleries-top {
    height: 20%;
}

    .galleries-top span {
        position: absolute;
        top: 6%;
    }

.galleries-holder {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow-y: auto;
}

.galleries-align {
    height: 75%;
}

.gallery-img-holder {
    width: 32%;
    min-height: 200px !important;
    float: left;
    margin: 5px;
}

@media (max-width: 991px) {
    .gallery-img-holder {
        min-height: 100px !important;
    }
}

@media (max-width: 849px) {
    .gallery-img-holder {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .gallery-img-holder {
        width: 48%;
    }
}

@media (max-width: 591px) {
    .gallery-img-holder {
        width: 98%;
    }
}

.gallery-img-link {
    background-color: rgba(255, 255, 255, 0.65);
    color: black !important;
}

@media (max-width: 1000px) {
    .gallery-img-link {
        width: 85% !important;
        min-width: 85% !important;
        word-wrap: normal;
        white-space: normal;
    }
}

.gallery-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
}

@media (max-width: 415px) {
    .gallery-popup {
        position: fixed;
        top: 0;
    }
}

.gallery-popup-active .gallery-popup, .galleries-list-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10;
    display: block;
}

.event-cta-active, .gallery-popup-noscroll {
    overflow: hidden;
    position: relative;
}

.gallery-popup .btn-close, .galleries-list .btn-close {
    right: 16px;
    top: 16px;
}

@media (max-width: 768px) {
    .gallery-popup .btn-close, .galleries-list .btn-close {
        position: absolute;
        width: 33px;
        height: 33px;
        top: 7px;
        right: 3px;
        background: #000;
    }

        .gallery-popup .btn-close:before, .gallery-popup .btn-close:after, .galleries-list .btn-close:before, .galleries-list .btn-close:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: #fff;
            transform: rotate(45deg);
        }

        .gallery-popup .btn-close:after, .galleries-list .btn-close:after {
            transform: rotate(-45deg);
        }
}

.gallery-popup .cycle-gallery .gallery-slideset {
    width: 100%;
}

    .gallery-popup .cycle-gallery .gallery-slideset .gallery-slide {
        width: 100vw;
    }

@media (min-width: 768px) {
    .gallery-popup .cycle-gallery .gallery-slideset .gallery-slide {
        width: 586px;
    }
}

@media (min-width: 1312px) {
    .gallery-popup .cycle-gallery .gallery-slideset .gallery-slide {
        width: 940px;
    }
}

@media (min-width: 1600px) {
    .gallery-popup .cycle-gallery .gallery-slideset .gallery-slide {
        width: 1276px;
    }
}

.gallery-popup .cycle-gallery .gallery-slideset .gallery-slide.slick-current {
    z-index: 1;
}

    .gallery-popup .cycle-gallery .gallery-slideset .gallery-slide.slick-current .tag-name {
        opacity: 1;
        visibility: visible;
    }

.gallery-popup .cycle-gallery .switcher-gallery {
    display: block !important;
}

@media (max-width: 767px) {
    .gallery-popup .cycle-gallery .switcher-gallery {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.gallery-popup .cycle-gallery .switcher-gallery .btn-prev,
.gallery-popup .cycle-gallery .switcher-gallery .btn-next {
    display: none !important;
}

.gallery-popup .cycle-gallery .switcher-mask {
    max-width: 100vw;
    width: auto;
}

@media (min-width: 768px) {
    .gallery-popup .cycle-gallery .switcher-mask {
        max-width: 586px;
    }
}

@media (min-width: 1312px) {
    .gallery-popup .cycle-gallery .switcher-mask {
        max-width: 940px;
    }
}

@media (min-width: 1600px) {
    .gallery-popup .cycle-gallery .switcher-mask {
        max-width: 1276px;
    }
}

.gallery-popup .cycle-gallery .switcher-slideset {
    width: 100%;
}

.gallery-popup .cycle-gallery .slick-list {
    overflow: visible !important;
}

.gallery-popup .cycle-gallery .slick-hidden {
    opacity: 0;
    visibility: hidden;
}

.cycle-gallery {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

    .cycle-gallery .large-gallery {
        position: relative;
        overflow: hidden;
    }

@media (max-width: 767px) {
    .cycle-gallery .large-gallery {
        height: calc(100% - 160px);
        overflow: visible;
    }
}

@media (min-width: 768px) {
    .cycle-gallery .large-gallery {
        height: calc(100% - 116px);
    }
}

@media (min-width: 992px) {
    .cycle-gallery .large-gallery {
        height: calc(100% - 160px);
    }
}

.cycle-gallery .large-gallery .gallery-slideset,
.cycle-gallery .large-gallery .slick-list,
.cycle-gallery .large-gallery .slick-track {
    height: 100%;
}

.cycle-gallery .large-gallery .gallery-mask {
    height: 100% !important;
}

.cycle-gallery .large-gallery .btn-next,
.cycle-gallery .large-gallery .btn-prev {
    display: block;
    margin: 0;
}

@media (max-width: 767px) {
    .cycle-gallery .large-gallery .btn-next,
    .cycle-gallery .large-gallery .btn-prev {
        position: absolute;
        top: 100%;
        margin: -12px 0 0;
    }
}

.cycle-gallery .gallery-mask {
    position: relative;
    width: 100%;
    overflow: visible !important;
    height: calc(100% - 226px);
    position: relative;
    position: relative;
}

    .cycle-gallery .gallery-mask:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -9999px;
        right: 99.9%;
    }

    .cycle-gallery .gallery-mask:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 100%;
        right: -9999px;
    }

@media (min-width: 768px) {
    .cycle-gallery .gallery-mask {
        margin: 0 auto;
        width: 586px;
        height: calc(100% - 116px);
    }
}

@media (min-width: 992px) {
    .cycle-gallery .gallery-mask {
        height: calc(100% - 160px);
    }
}

@media (min-width: 1312px) {
    .cycle-gallery .gallery-mask {
        width: 940px;
    }
}

@media (min-width: 1600px) {
    .cycle-gallery .gallery-mask {
        width: 1276px;
    }
}

.cycle-gallery .gallery-mask:before, .cycle-gallery .gallery-mask:after {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    z-index: 2;
    display: none;
}

@media (min-width: 768px) {
    .cycle-gallery .gallery-mask:before, .cycle-gallery .gallery-mask:after {
        display: block;
    }
}

.cycle-gallery .gallery-slideset {
    width: 99999px;
    float: left;
}

@media (min-width: 768px) {
    .cycle-gallery .gallery-slideset {
        margin-bottom: -13px;
    }
}

.cycle-gallery .gallery-slide {
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .cycle-gallery .gallery-slide {
        overflow: hidden;
    }
}

.cycle-gallery .gallery-slide.active {
    z-index: 1;
}

    .cycle-gallery .gallery-slide.active .tag-name {
        opacity: 1;
        visibility: visible;
    }

.cycle-gallery .align-holder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    width: 100%;
}

    .cycle-gallery .align-holder img {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        vertical-align: top;
    }

.cycle-gallery .align-holder {
    width: 100%;
    overflow: hidden;
}

.cycle-gallery .align {
    width: 100%;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #afafaf;
    background: #000;
    z-index: 3;
    border: solid #fff;
    font-size: 59px;
    position: relative;
    width: 31px;
    height: 68px;
    float: left;
    margin-top: 1px;
}

@media (min-width: 768px) {
    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next {
        margin: -35px 0 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next {
        font-size: 89px;
        width: 59px;
        height: 118px;
    }
}

.cycle-gallery .btn-prev:hover, .cycle-gallery .btn-prev:focus, .cycle-gallery .btn-prev:active,
.cycle-gallery .btn-next:hover,
.cycle-gallery .btn-next:focus,
.cycle-gallery .btn-next:active {
    color: #fff;
}

.cycle-gallery .btn-next {
    left: auto;
    right: 0;
    border-width: 1px 0 1px 1px;
    padding: 0 0 0 6px;
    float: right;
}

@media (min-width: 768px) {
    .cycle-gallery .btn-next {
        left: auto;
    }
}

.cycle-gallery .btn-prev {
    padding: 0 6px 0 0;
    border-width: 1px 1px 1px 0;
}

.cycle-gallery .switcher-gallery.not-enough-slides .btn-prev,
.cycle-gallery .switcher-gallery.not-enough-slides .btn-next {
    display: none;
}

@media (min-width: 768px) {
    .cycle-gallery .switcher-gallery .btn-prev,
    .cycle-gallery .switcher-gallery .btn-next {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .cycle-gallery .switcher-gallery .btn-prev,
    .cycle-gallery .switcher-gallery .btn-next {
        margin-top: 0;
    }
}

.cycle-gallery .tag-name {
    position: absolute;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font: 400 16px/19px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    left: 0;
    right: 0;
    top: 100%;
    padding: 22px 50px;
    transition: opacity 1.5s ease, visibility 1.5s ease;
}

@media (min-width: 768px) {
    .cycle-gallery .tag-name {
        padding: 34px 50px;
        background: #000;
        padding: 15px;
        text-align: right;
        max-width: 88%;
        top: auto;
        left: auto;
        font-size: 14px;
        line-height: 17px;
        right: 0;
        bottom: 43px;
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 1312px) {
    .cycle-gallery .tag-name {
        font-size: 16px;
        line-height: 17px;
        padding: 14px;
    }
}

.cycle-gallery .tag-name > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-top: 6px;
}

.cycle-gallery .subtitle {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 15px;
    padding-top: 1px;
}

@media (min-width: 768px) {
    .cycle-gallery .subtitle {
        font-size: 12px;
        line-height: 13px;
    }
}

.cycle-gallery .ico {
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    font-size: 12px;
}

.cycle-gallery .slides-counter {
    position: absolute;
    bottom: 31px;
    left: 0;
    right: 0;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    color: #fff;
    z-index: 3;
    font-size: 16px;
    line-height: 20px;
}

    .cycle-gallery .slides-counter > span {
        margin: 0 1px;
    }

.cycle-gallery .total-num,
.cycle-gallery .current-num {
    display: inline-block;
    vertical-align: top;
}

.switcher-gallery {
    position: relative;
    z-index: 3;
}

    .switcher-gallery .switcher-mask {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 8px 13px;
        max-width: 666px;
        background: #000;
    }

@media (min-width: 992px) {
    .switcher-gallery .switcher-mask {
        max-width: 574px;
    }
}

@media (min-width: 1312px) {
    .switcher-gallery .switcher-mask {
        max-width: 1122px;
    }
}

@media (min-width: 1312px) {
    .switcher-gallery .switcher-mask {
        max-width: 1122px;
    }
}

.switcher-gallery .switcher-slideset {
    width: 99999px;
    float: left;
}

.switcher-gallery .switcher-slide {
    float: left;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    width: 93px;
    position: relative;
    overflow: hidden;
    max-height: 137px;
}

    .switcher-gallery .switcher-slide:before {
        position: absolute;
        content: "";
        top: 2px;
        bottom: 0;
        left: -2px;
        right: -2px;
    }

@media (min-width: 992px) {
    .switcher-gallery .switcher-slide {
        width: 137px;
    }
}

.switcher-gallery .switcher-slide:before {
    transition: opacity .5s ease, visibility .5s ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    border: 1px solid #fff;
}

.switcher-gallery .switcher-slide.active, .switcher-gallery .switcher-slide.slick-current {
    z-index: 2;
    overflow: hidden;
}

    .switcher-gallery .switcher-slide.active:before, .switcher-gallery .switcher-slide.slick-current:before {
        opacity: 1;
        visibility: visible;
    }

.switcher-gallery .slide-holder {
    padding: 6px 2px 4px;
    background-size: cover;
    overflow: hidden;
    height: 137px;
}

.switcher-gallery *:active, .switcher-gallery *:focus {
    outline: none;
}

.modal .modal-content,
.modal .modal-header,
.modal .modal-footer,
.modal .modal-body {
    border-radius: 1px;
}

@media (min-width: 768px) {
    .modal .modal-sm {
        width: 448px;
    }
}

.modal-footer .btn,
.modal-footer .btn-default,
.modal-footer .btn-primary {
    min-width: 1px;
}

.location-filters-form {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: calc(100vh - 136px);
}

@media (min-width: 375px) {
    .location-filters-form {
        height: calc(100vh - 162px);
    }
}

@media (min-width: 768px) {
    .location-filters-form {
        right: auto;
        top: auto;
        display: flex;
        align-items: flex-end;
        width: calc(100% - 50%);
        height: calc(100vh - 433px);
        overflow: auto;
        padding: 0 0 43px;
        min-height: 160px;
        position: fixed;
        left: 50%;
        bottom: 88px;
    }
}

@media (min-width: 1312px) {
    .location-filters-form {
        width: calc(100% - 75%);
    }
}

.location-filter-active .location-filters-form {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.amenity-filters-form {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: calc(100vh - 136px);
}

@media (min-width: 375px) {
    .amenity-filters-form {
        height: calc(100vh - 162px);
    }
}

@media (min-width: 768px) {
    .amenity-filters-form {
        right: 0;
        top: auto;
        display: flex;
        align-items: flex-end;
        width: calc(100% - 50%);
        height: calc(100vh - 433px);
        overflow: auto;
        padding: 0 0 43px;
        min-height: 160px;
        position: fixed;
        left: auto;
        bottom: 88px;
    }
}

@media (min-width: 1312px) {
    .amenity-filters-form {
        width: calc(100% - 75%);
    }
}

.amenity-filter-active .amenity-filters-form {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.location-filters,
.amenity-filters {
    background: #fff;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 136px);
    min-height: 160px;
}

@media (min-width: 375px) {
    .location-filters,
    .amenity-filters {
        max-height: calc(100vh - 162px);
    }
}

@media (min-width: 768px) {
    .location-filters,
    .amenity-filters {
        max-height: calc(100vh - 466px);
    }
}

@media (max-width: 415px) {
    .location-filters,
    .amenity-filters {
        min-height: 800px;
    }
}

.location-filters ul,
.amenity-filters ul {
    overflow: hidden;
    width: 100%;
    text-align: left;
    float: left;
    width: 50%;
    padding: 24px 15px 17px;
}

@media (min-width: 1600px) {
    .location-filters ul,
    .amenity-filters ul {
        padding: 24px 47px 17px;
    }
}

.location-filters ul li,
.amenity-filters ul li {
    padding-right: 15px;
    margin: 0 0 17px;
}

@media (min-width: 300px) {
    .location-filters ul li,
    .amenity-filters ul li {
        padding-right: 15px;
        margin: 0 0 10px;
    }
}

@media (min-width: 360px) {
    .location-filters ul li,
    .amenity-filters ul li {
        margin: 0 0 17px;
    }
}
/* @media (max-width: 370px){
        .location-filters ul li,
        .amenity-filters ul li {
          padding-right: 15px;
          margin: 0 0 12px; }
    }*/
.location-filters label,
.amenity-filters label {
    font: 600 14px/18px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
}

.location-filters .fake-input,
.amenity-filters .fake-input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
}

.location-filters .fake-label,
.amenity-filters .fake-label {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 26px);
}

.location-filters .btns-wrap,
.amenity-filters .btns-wrap {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    overflow: hidden;
    width: 100%;
    border: solid #d7d7d7;
    position: fixed;
    bottom: 70px;
    border-width: 1px;
}

    .location-filters .btns-wrap:before,
    .amenity-filters .btns-wrap:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 50%;
        right: auto;
    }

@media (min-width: 375px) {
    .location-filters .btns-wrap,
    .amenity-filters .btns-wrap {
        bottom: 97px;
    }
}

@media (min-width: 768px) {
    .location-filters .btns-wrap,
    .amenity-filters .btns-wrap {
        border-width: 1px 1px 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.location-filters .btns-wrap:before,
.amenity-filters .btns-wrap:before {
    border-left: 1px solid #d7d7d7;
    display: block;
}

.location-filters button,
.amenity-filters button {
    float: left;
    width: 50%;
    border: 0;
    background: #f1f1f1;
    color: #9d9d9d;
    text-transform: capitalize;
    padding: 9px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font: 20px/24px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .location-filters button.disabled,
    .amenity-filters button.disabled {
        background: white;
        cursor: not-allowed;
    }

        .location-filters button.disabled:hover, .location-filters button.disabled:focus, .location-filters button.disabled:active,
        .amenity-filters button.disabled:hover,
        .amenity-filters button.disabled:focus,
        .amenity-filters button.disabled:active {
            outline: none;
            color: #9d9d9d;
            background: #fefefe;
        }

    .location-filters button:hover, .location-filters button:focus, .location-filters button:active,
    .amenity-filters button:hover,
    .amenity-filters button:focus,
    .amenity-filters button:active {
        outline: none;
        color: #000;
        background: #f1f1f1;
    }

    .location-filters button.btn-clear-big {
        width: 100%;
        height: 87px;
        color: black;
    }

@media (max-width: 768px) {
    .location-filters button.btn-clear-big {
        height: 52px;
    }
}

@media (max-width: 375px) {
    .location-filters button.btn-clear-big {
        height: 36px;
        padding: 0px;
    }
}

.image-carousel {
    position: relative;
}

    .image-carousel .image-mask {
        position: relative;
        overflow: hidden;
        margin: 0 -18px;
        width: calc(100% + 36px);
    }

    .image-carousel .image-slideset {
        width: 99999px;
        float: left;
    }

@media (min-width: 768px) {
    .image-carousel .image-slideset {
        margin: 0 !important;
    }
}

.image-carousel .image-slide {
    width: 100%;
    float: left;
}

.visual {
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 460px;
}

@media (min-width: 768px) {
    .visual {
        height: auto;
        padding-top: 46.85%;
    }
}

.visual .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.visual .text {
    width: 100%;
    padding: 42px 0;
    color: #fff;
}

@media (min-width: 768px) {
    .visual .text {
        padding: 30px 0;
    }
}

.visual h1 {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .visual h1 {
        margin: 0 0 87px;
    }
}

@media (min-width: 1600px) {
    .visual h1 {
        font-size: 120px;
        line-height: 100px;
    }
}

.visual .btn {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 42px;
}

@media (min-width: 768px) {
    .visual .btn {
        width: auto;
        display: inline-block;
        vertical-align: top;
        position: static;
    }
}

.about .text-box {
    margin: 0 -5px;
    padding: 30px 0;
    line-height: 1.531;
    position: relative;
    text-align: center;
}

@media (min-width: 375px) {
    .about .text-box {
        max-width: 750px;
        margin: 0 auto;
        padding: 42px 10px 30px;
    }
}

@media (min-width: 768px) {
    .about .text-box {
        padding: 60px 0 90px;
    }
}

@media (min-width: 992px) {
    .about .text-box {
        padding: 83px 0 135px;
        font-size: 18px;
        line-height: 1.555;
    }
}

.about .text-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.about .text-box .heading {
    display: block;
    text-transform: uppercase;
    font: 18px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .about .text-box .heading {
        margin: 0 0 14px;
    }
}

@media (min-width: 992px) {
    .about .text-box .heading {
        margin: 0 0 18px;
    }
}

.about h2 {
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 800;
    margin: 0 0 18px;
}

@media (min-width: 768px) {
    .about h2 {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .about h2 {
        margin: 0 0 23px;
    }
}

.about p {
    margin: 0;
}

.about h3 {
    font-size: 17px;
    letter-spacing: 2px;
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .about h3 {
        font-size: 20px;
        letter-spacing: 3px;
        margin: 0 0 10px;
    }
}

.about h3 a {
    color: inherit;
}

    .about h3 a:hover {
        color: #e51937;
    }

.about .section {
    font-size: 15px;
    line-height: 1.6;
    padding: 17px 0 0;
    margin: 0 -5px;
}

@media (min-width: 768px) {
    .about .section {
        padding: 25px 0;
        font-size: 16px;
        line-height: 1.75;
        margin: 0;
    }
}

@media (min-width: 1312px) {
    .about .section {
        padding: 36px 0 51px;
        font-size: 18px;
        line-height: 1.944;
    }
}

.about .article {
    margin: 0 0 26px;
}

@media (min-width: 769px) {
    .about .article {
        display: flex;
    }

        .about .article:nth-child(even) {
            flex-direction: row-reverse;
        }
}

@media (min-width: 769px) {
    .about .article .img-holder {
        width: 50%;
    }
}

.about .article .img-holder img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}

.about .article .text {
    padding: 20px 15px;
    background: #fff;
}

@media (min-width: 375px) {
    .about .article .text {
        padding: 32px 29px 22px;
    }
}

@media (min-width: 769px) {
    .about .article .text {
        width: 50%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .about .article .text {
        padding: 15px 20px;
    }
}

@media (min-width: 1312px) {
    .about .article .text {
        padding: 20px 50px 10px 85px;
    }
}

.about .article .designation {
    display: block;
    letter-spacing: 1.9px;
    font: 18px/22px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 23px;
}

@media (min-width: 768px) {
    .about .article .designation {
        line-height: 28px;
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .about .article .designation {
        line-height: 31px;
    }
}

@media (min-width: 1312px) {
    .about .article .designation {
        margin: 0 0 38px;
    }
}

.about .bottom-box {
    margin: 0 -5px;
    padding: 48px 0 28px;
    position: relative;
    line-height: 1.531;
    text-align: center;
}

@media (min-width: 768px) {
    .about .bottom-box {
        max-width: 855px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.666;
        padding: 60px 0 55px;
    }
}

@media (min-width: 992px) {
    .about .bottom-box {
        padding: 77px 0 85px;
        font-size: 20px;
        line-height: 1.85;
    }
}

.about .bottom-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.about .bottom-box .heading {
    display: block;
    text-transform: uppercase;
    font: 18px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
    .about .bottom-box .heading {
        margin: 0 0 14px;
    }
}

.about .bottom-box h2 {
    margin: 0 0 16px;
}

@media (min-width: 768px) {
    .about .bottom-box h2 {
        max-width: 650px;
        margin: 0 auto 22px;
    }
}

@media (min-width: 992px) {
    .about .bottom-box h2 {
        margin: 0 auto 28px;
    }
}

.about .bottom-box p {
    margin: 0 0 26px;
}

@media (min-width: 768px) {
    .about .bottom-box p {
        margin: 0 0 32px;
    }
}

@media (min-width: 992px) {
    .about .bottom-box p {
        margin: 0 0 39px;
    }
}

.about .bottom-box ul {
    margin: 0;
}

    .about .bottom-box ul li {
        padding: 17px 0;
    }

@media (min-width: 768px) {
    .about .bottom-box ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #b7b7b7;
        padding: 21px 0 20px 5px;
    }
}

@media (min-width: 992px) {
    .about .bottom-box ul li:first-child {
        padding-bottom: 23px;
    }
}

.about .bottom-box ul .btn {
    min-width: 250px;
    padding: 13px;
    font: 18px/25px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

@media (min-width: 375px) {
    .about .bottom-box ul .btn {
        min-width: 302px;
    }
}

@media (min-width: 768px) {
    .about .bottom-box ul .btn {
        min-width: 228px;
        padding: 10px;
        line-height: 26px;
    }
}

.about .bottom-box ul .title {
    display: block;
    margin: 0 0 11px;
    font-family: "Avenir-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .about .bottom-box ul .title {
        margin: 0;
        min-width: 300px;
        text-align: left;
    }
}

.about .bottom-box ul .type {
    display: block;
    margin: 0 0 26px;
}

@media (min-width: 768px) {
    .about .bottom-box ul .type {
        margin: 0 10px;
    }
}

@media (min-width: 992px) {
    .about .bottom-box ul .type {
        margin: 0 45px 0 10px;
    }
}

.sub-nav {
    background: #c2c2c2;
    text-align: center;
    position: absolute;
    top: 68px;
    right: 69px;
    left: 69px;
    z-index: 4;
}

@media (min-width: 992px) {
    .sub-nav {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        text-align: left;
        min-height: 58px;
        z-index: auto;
        background: none;
    }
}

@media (min-width: 1312px) {
    .sub-nav {
        min-height: 68px;
    }

        .sub-nav.blog {
            min-height: 46px;
        }
}

.sub-nav .fixed-holder {
    width: 100%;
    position: relative;
}

    .sub-nav .fixed-holder:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 992px) {
    .sub-nav .fixed-holder {
        position: relative;
        z-index: 3;
        padding-right: 141px;
    }

    .sub-nav.blog .fixed-holder {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .sub-nav .fixed-holder {
        position: static !important;
    }
}

.sub-nav .fixed-holder:before {
    display: none;
    background: #c2c2c2;
    z-index: -1;
}

@media (min-width: 992px) {
    .sub-nav .fixed-holder:before {
        display: block;
    }
}

.sub-nav .opener {
    padding: 15px;
    font-size: 16px;
    line-height: 21px;
    display: block;
    position: relative;
    color: inherit;
}

@media (min-width: 992px) {
    .sub-nav .opener {
        display: none;
    }
}

.sub-nav .opener:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #000 transparent transparent;
    margin: 0 0 0 9px;
    transition: all ease-in-out 0.3s;
}

.sub-nav .opener:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sub-nav.open a.opener:after {
    transform: scaleY(-1);
}

.sub-nav.open ul {
    transform: scaleY(1);
}

@media (min-width: 992px) {
    .sub-nav.open ul {
        transform: none;
    }
}

.sub-nav ul {
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #a3a3a3;
    background: #c2c2c2;
    padding: 15px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all ease-in-out 0.3s;
}

@media (min-width: 375px) {
    .sub-nav ul {
        padding: 37px 0;
        font-size: 25px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .sub-nav ul {
        position: static;
        width: 100%;
        height: 58px;
        padding: 15px 18px;
        background: none;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: -0.32em;
        border: none;
        transform: none;
    }
}

@media (min-width: 1312px) {
    .sub-nav ul {
        height: 68px;
        padding: 20px 18px;
        text-align: center;
    }
}

.sub-nav ul li {
    padding: 10px;
}

@media (min-width: 375px) {
    .sub-nav ul li {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .sub-nav ul li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        padding: 0 2%;
    }
}

@media (min-width: 1312px) {
    .sub-nav ul li {
        padding: 0 4%;
    }
}

.sub-nav ul li a {
    color: #000;
}

.sub-nav.blog ul li a.selected-tag {
    text-decoration: underline;
}

.sub-nav ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .sub-nav .dropdown-backdrop {
        z-index: -1;
    }
}

.events .text-box {
    margin: 0 -5px;
    padding: 30px 0;
    line-height: 1.531;
    position: relative;
    text-align: center;
}

@media (min-width: 375px) {
    .events .text-box {
        max-width: 620px;
        margin: 0 auto;
        padding: 30px 10px 30px;
    }
}

@media (min-width: 768px) {
    .events .text-box {
        padding: 60px 0 60px;
    }
}

@media (min-width: 992px) {
    .events .text-box {
        padding: 86px 0 84px;
        font-size: 18px;
        line-height: 1.555;
    }
}

.events .text-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.events .text-box .heading {
    display: block;
    text-transform: uppercase;
    font: 18px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .events .text-box .heading {
        margin: 0 0 14px;
    }
}

@media (min-width: 992px) {
    .events .text-box .heading {
        margin: 0 0 22px;
    }
}

.events .text-box p {
    margin: 0 0 53px;
}

@media (min-width: 992px) {
    .events .text-box p {
        margin: 0 0 65px;
    }
}

.events h2 {
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 800;
    margin: 0 0 17px;
}

@media (min-width: 768px) {
    .events h2 {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .events h2 {
        margin: 0 0 23px;
    }
}

.events h3 {
    font: 17px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .events h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
}

@media (min-width: 992px) {
    .events h3 {
        margin: 0 0 25px;
    }
}

.events h3 a {
    color: inherit;
}

    .events h3 a:hover {
        color: #e51937;
    }

.events .section {
    line-height: 1.2;
    padding: 17px 0 0;
    margin: 0 -5px;
}

@media (min-width: 768px) {
    .events .section {
        padding: 25px 0 0;
        font-size: 18px;
        line-height: 1.75;
        margin: 0;
        padding-bottom: 25px;
    }
}

@media (min-width: 1312px) {
    .events .section {
        padding: 36px 0 5px;
        font-size: 20px;
    }
}

.events .article {
    margin: 0 0 19px;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .events .article {
        display: inline;
        margin: 0 0 26px;
    }

        .events .article:nth-child(even), .events .article.reverse {
            flex-direction: row-reverse;
        }
}

@media (min-width: 1024px) {
    .events .article {
        display: flex;
        margin: 0 0 26px;
    }

        .events .article:nth-child(even), .events .article.reverse {
            flex-direction: row-reverse;
        }
}

@media (min-width: 1312px) {
    .events .article .cycle-gallery .gallery-mask {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    .events .article .cycle-gallery .gallery-mask {
        width: 80%;
    }
}

.events .article .img-holder {
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 1024px) {
    .events .article .img-holder {
        width: 50%;
    }
}

.events .article .img-holder img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    display: block;
}

.events .article .text {
    padding: 20px 15px;
    background: #fff;
}

@media (min-width: 375px) {
    .events .article .text {
        padding: 29px 29px 40px;
    }
}

@media (min-width: 1024px) {
    .events .article .text {
        width: 50%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .events .article .text {
        padding: 15px 20px;
    }
}

@media (min-width: 1312px) {
    .events .article .text {
        padding: 15px 85px;
    }
}

.events .article p {
    margin: 0 0 36px;
}

@media (min-width: 992px) {
    .events .article p {
        margin: 0 0 48px;
    }
}

.events .article p span {
    display: block;
    padding: 18px 0 9px;
}

@media (min-width: 768px) {
    .events .article p span {
        padding: 12px 0;
    }
}

.events .article p a {
    color: inherit;
    text-decoration: underline;
}

    .events .article p a:hover {
        text-decoration: none;
    }

.events .article ul {
    margin: 0;
}

    .events .article ul li {
        margin: 15px 0 0;
    }

.events .btn {
    min-width: 250px;
    padding: 13px;
    font: 18px/25px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

@media (min-width: 375px) {
    .events .btn {
        min-width: 302px;
    }
}

@media (min-width: 768px) {
    .events .btn {
        min-width: 228px;
        padding: 10px;
        line-height: 26px;
    }
}

.single-offer {
    max-width: 960px;
    margin: 8px -4px 40px;
    background: #fff;
    line-height: 1.531;
}

@media (min-width: 768px) {
    .single-offer {
        line-height: 1.85;
        margin: 59px auto 0;
    }
}

.single-offer .img-holder {
    overflow: hidden;
}

    .single-offer .img-holder img {
        width: 100%;
        max-width: inherit;
        height: auto;
        display: block;
    }

.single-offer .text {
    padding: 20px 10px;
}

@media (min-width: 375px) {
    .single-offer .text {
        padding: 20px 14px;
    }
}

@media (min-width: 768px) {
    .single-offer .text {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .single-offer .text {
        padding: 57px 80px;
    }
}

.single-offer .heading {
    display: block;
    text-transform: uppercase;
    font: 18px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .single-offer .heading {
        margin: 0 0 16px;
    }
}

@media (min-width: 992px) {
    .single-offer .heading {
        margin: 0 0 23px;
    }
}

.single-offer h2 {
    letter-spacing: 0.7px;
    margin: 0 0 15px;
}

@media (min-width: 375px) {
    .single-offer h2 {
        margin: 0 0 27px;
    }
}

.single-offer p {
    margin: 0 0 20px;
}

@media (min-width: 375px) {
    .single-offer p {
        margin: 0 0 50px;
    }
}

@media (min-width: 768px) {
    .single-offer p {
        margin: 0 0 35px;
    }
}

.single-offer .info {
    overflow: hidden;
}

@media (min-width: 375px) {
    .single-offer .info {
        margin: 0 0 26px;
    }
}

@media (min-width: 768px) {
    .single-offer .info {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 23px;
    }
}

.single-offer .info .subhead,
.single-offer .info .subtitle {
    display: block;
    margin: 0 0 13px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .single-offer .info .subhead,
    .single-offer .info .subtitle {
        margin: 0 0 9px;
    }
}

.single-offer .info .subhead {
    font-family: "Avenir-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.single-offer .info p {
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .single-offer .info p {
        margin: 0 0 9px;
    }
}

.single-offer .info p a {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .single-offer .info p a {
        text-decoration: none;
    }
}

.single-offer .info p a[href^="mailto:"] {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .single-offer .info p a[href^="mailto:"] {
        text-decoration: underline;
    }
}

.single-offer .info p a[href^="mailto:"]:hover, .single-offer .info p a[href^="mailto:"]:focus, .single-offer .info p a[href^="mailto:"]:active {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .single-offer .info p a[href^="mailto:"]:hover, .single-offer .info p a[href^="mailto:"]:focus, .single-offer .info p a[href^="mailto:"]:active {
        color: #000;
        text-decoration: none;
    }
}

.single-offer .info p a:hover {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .single-offer .info p a:hover {
        text-decoration: none;
        color: #707070;
    }
}

.single-offer .btn {
    min-width: inherit;
    width: 250px;
    display: block;
    padding: 13px;
    font: 18px/25px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 33px;
}

@media (min-width: 375px) {
    .single-offer .btn {
        width: 301px;
    }
}

@media (min-width: 768px) {
    .single-offer .btn {
        width: auto;
        display: inline-block;
        vertical-align: top;
        min-width: 228px;
        padding: 10px;
        line-height: 26px;
        margin: 0 0 39px;
    }
}

.single-offer .note {
    display: block;
    color: #787878;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .single-offer .note {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 30px;
    }
}

.venue-search-form {
    background: #f1f1f1;
    padding: 10px 15px;
}

@media (min-width: 300px) {
    .venue-search-form {
        margin-top: 50px;
    }
}

@media (min-width: 375px) {
    .venue-search-form {
        padding: 9px 44px 10px 34px;
    }
}

@media (min-width: 768px) {
    .venue-search-form {
        max-width: 300px;
        margin: 0 auto 30px;
        padding: 0;
        background: none;
    }
}

@media (min-width: 992px) {
    .venue-search-form {
        margin: 0 auto 63px;
    }
}

.venue-search-form form {
    position: relative;
}

    .venue-search-form form .form-control {
        height: 53px;
        padding: 15px 40px 15px 12px;
        line-height: 21px;
        text-overflow: ellipsis;
        color: #000;
        box-shadow: none;
        border-color: #b7b7b7;
    }

        .venue-search-form form .form-control::-webkit-input-placeholder {
            color: #777777;
        }

        .venue-search-form form .form-control::-moz-placeholder {
            opacity: 1;
            color: #777777;
        }

        .venue-search-form form .form-control:-moz-placeholder {
            color: #777777;
        }

        .venue-search-form form .form-control:-ms-input-placeholder {
            color: #777777;
        }

        .venue-search-form form .form-control.placeholder {
            color: #777777;
        }

@media (min-width: 768px) {
    .venue-search-form form .form-control {
        height: 41px;
        padding: 7px 40px 7px 19px;
        border-color: #e1e1e1;
        font-size: 20px;
        line-height: 25px;
        background-color: white;
    }

        .venue-search-form form .form-control::-webkit-input-placeholder {
            color: #858585;
        }

        .venue-search-form form .form-control::-moz-placeholder {
            opacity: 1;
            color: #858585;
        }

        .venue-search-form form .form-control:-moz-placeholder {
            color: #858585;
        }

        .venue-search-form form .form-control:-ms-input-placeholder {
            color: #858585;
        }

        .venue-search-form form .form-control.placeholder {
            color: #858585;
        }

        .venue-search-form form .form-control:focus {
            border-color: #000;
        }
}

.venue-search-form form .form-control:focus {
    border-color: #000;
}

.venue-search-form form button[type="submit"] {
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #858585;
    font-size: 16px;
    width: 17px;
    height: 17px;
}

@media (min-width: 768px) {
    .venue-search-form form button[type="submit"] {
        font-size: 21px;
        width: 22px;
        height: 22px;
    }
}

.venue-search-form form button[type="submit"] i {
    display: block;
}

.venue-search-form form button[type="submit"]:hover {
    color: #000;
}

.venues {
    padding: 0 0 75px;
}

@media (min-width: 375px) {
    .venues {
        padding: 0 0 110px;
    }
}

@media (min-width: 768px) {
    .venues {
        width: 50%;
        padding: 56px 15px 100px 15px;
    }
}

@media (min-width: 992px) {
    .venues {
        padding: 56px 20px 100px 26px;
    }
}

.venues h1 {
    max-width: 350px;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.5px;
    display: none;
}

@media (min-width: 768px) {
    .venues h1 {
        display: block;
    }
}

@media (min-width: 992px) {
    .venues h1 {
        max-width: 400px;
        margin: 0 auto 50px;
        font-size: 38px;
        line-height: 39px;
    }
}

.venues ul {
    min-height: 200px;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .venues ul {
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .venues ul {
        margin: 0 -9px;
    }
}

.venues ul:after {
    width: 56px;
    height: 56px;
    content: "";
    position: absolute;
    top: 120px;
    left: 50%;
    right: auto;
    bottom: auto;
    margin: 0 0 0 -28px;
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #000;
    animation: 1s linear 0s;
}

.venues ul.loaded {
    height: auto;
}

    .venues ul.loaded:after {
        display: none;
    }

    .venues ul.loaded li {
        visibility: visible;
        opacity: 1;
    }

.venues ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

@media (min-width: 768px) {
    .venues ul li {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        display: flex;
        flex-direction: column;
    }

        .venues ul li:hover a.opener:before {
            display: block;
            opacity: 0.7;
        }

        .venues ul li:hover a.opener:after {
            display: block;
        }

        .venues ul li:hover a.btn-visit {
            display: block;
        }

        .venues ul li:hover .ico-info {
            opacity: 1;
            visibility: visible;
        }

        .venues ul li .opener {
            order: 2;
        }

        .venues ul li .slide {
            order: 1;
        }
}

@media (min-width: 992px) {
    .venues ul li {
        width: calc(50% - 18px);
        margin: 0 9px 20px;
    }
}

@media (min-width: 1312px) {
    .venues ul li {
        width: calc(33.333% - 18px);
    }
}

.venues ul li a.opener {
    display: block;
    padding: 15px 40px 15px 15px;
    color: inherit;
    position: relative;
}

@media (min-width: 360px) {
    .venues ul li a.opener {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .venues ul li a.opener {
        min-height: 76px;
        padding: 10px 15px;
        text-align: center;
        position: static;
    }
}

.venues ul li a.opener:before {
    width: 18px;
    height: 2px;
    content: "";
    position: absolute;
    top: 45px;
    left: auto;
    right: 20px;
    bottom: auto;
    background: black;
    transform: rotate(45deg);
}

.venues ul li a.opener:after {
    width: 18px;
    height: 2px;
    content: "";
    position: absolute;
    top: 57px;
    left: auto;
    right: 20px;
    bottom: auto;
    transform: rotate(-45deg);
    background: black;
}

@media (min-width: 768px) {
    .venues ul li a.opener:before, .venues ul li a.opener:after {
        visibility: hidden;
    }
}

.venues ul li a.opener:focus {
    outline: none;
}

.venues ul li a.btn-visit {
    min-width: 120px;
    max-width: 95%;
    padding: 8px;
    color: #fff;
    letter-spacing: 2px;
    font: 18px/24px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -42px 0 0 0;
    z-index: 1;
    display: none;
}

@media (min-width: 992px) {
    .venues ul li a.btn-visit {
        margin: -38px 0 0 0;
    }
}

@media (min-width: 1600px) {
    .venues ul li a.btn-visit {
        min-width: 207px;
    }
}

.venues ul li a.btn-visit:hover {
    background: rgba(255, 255, 255, 0.3);
}

.venues ul li.active .img-holder:after {
    width: 44px;
    height: 44px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    font-family: 'icomoon';
    content: "";
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 5px 0 0;
    color: inherit;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    margin: -38px 0 0 0;
    z-index: 1;
    pointer-events: none;
    display: none;
}

@media (min-width: 768px) {
    .venues ul li.active .img-holder:after {
        display: block;
    }
}

@media (min-width: 992px) {
    .venues ul li.active .img-holder:after {
        width: 54px;
        height: 54px;
        font-size: 40px;
        margin: -27px 0 0 0;
    }
}

.venues ul li.active:hover a.btn-visit {
    display: none;
}

@media (min-width: 768px) {
    .venues ul li.active a.opener:before {
        display: block;
    }
}

.venues ul li.active a.opener:before {
    right: 20px;
    margin: 5px 0 0;
    transform: rotate(-45deg);
}

.venues ul li.active a.opener:after {
    right: 32px;
    margin: -7px 0 0;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .venues ul li.active a.opener:after {
        right: 13px;
        margin: 0;
        transform: rotate(0);
    }
}
/*@media (min-width: 370px){
            .venues ul li a.opener:after {
                top: 57%;
            }
            .venues ul li a.opener:before {
                top: 44%
            }
        }*/
.venues ul li .title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}

@media (min-width: 768px) {
    .venues ul li .title {
        margin: 0 0 2px;
    }
}

@media (min-width: 992px) {
    .venues ul li .title {
        margin: 0 0 8px;
    }
}

.venues ul li .ico-info {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 14px;
    font-size: 25px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1312px) {
    .venues ul li .ico-info {
        font-size: 30px;
    }
}

.venues ul li .ico-info:hover {
    color: #f0ad4e;
}

.venues ul li .subhead {
    display: block;
    font-weight: normal;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .venues ul li .subhead {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .venues ul li .title, .venues ul li .subhead {
        float: left;
        width: 50%;
        margin-left: 15px;
    }

    .venues ul li .title {
        margin-top: 35px;
    }
}

.venues ul .slide {
    padding: 0 8px;
    margin: -10px 0 0;
}

@media (min-width: 375px) {
    .venues ul .slide {
        margin: -18px 0 0;
    }
}

@media (min-width: 768px) {
    .venues ul .slide {
        width: auto !important;
        height: auto !important;
        margin: 0;
        padding: 0;
        position: static !important;
    }
}

.venues ul address {
    margin: 0;
    padding: 0 7px 13px;
    font-size: 14px;
    line-height: 1.392;
}

@media (min-width: 768px) {
    .venues ul address {
        display: none;
    }
}

.venues ul address .state-address,
.venues ul address .zip-address {
    display: block;
}

.venues ul .img-holder {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 60.45%;
}

.venues ul .img-holder-mobile {
    background-size: cover;
    background-position: 50% 50%;
    height: 110px;
    width: 35%;
    float: left;
}

.venues ul .img-holder img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}

.venues ul .text {
    font-size: 13px;
    line-height: 1.2;
    color: #888686;
    text-align: center;
    padding: 13px 20px 41px;
}

@media (min-width: 768px) {
    .venues ul .text {
        display: none;
    }
}

.venues ul p {
    margin: 0 0 18px;
}

.venues ul .btn {
    min-width: inherit;
    width: 250px;
    display: block;
    padding: 13px;
    font: 18px/25px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
}

@media (min-width: 375px) {
    .venues ul .btn {
        width: 301px;
    }
}

@media (min-width: 768px) {
    .venues ul .btn {
        display: none;
    }
}

.venue-filter {
    height: 69px;
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.18);
    background: #fff;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
}

@media (min-width: 375px) {
    .venue-filter {
        height: 95px;
    }
}

@media (min-width: 768px) {
    .venue-filter {
        height: 88px;
        z-index: 3;
    }
}

@media (max-width: 991px) {
    .nav-active .venue-filter {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.venue-filter .result-showing {
    display: block;
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-transform: capitalize;
}

@media (min-width: 375px) {
    .venue-filter .result-showing {
        padding: 10px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .venue-filter .result-showing {
        width: 50%;
        float: left;
        font-size: 20px;
        line-height: 28px;
        padding: 30px;
    }
}

.venue-filter > ul {
    width: 100%;
    margin: 0;
    font: 12px/18px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #d2d2d2;
    letter-spacing: 1px;
    display: table;
    table-layout: fixed;
    overflow: hidden;
}

@media (min-width: 375px) {
    .venue-filter > ul {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .venue-filter > ul {
        width: 50%;
        height: 100%;
    }
}

.venue-filter > ul li {
    display: table-cell;
    padding: 0;
    border-left: 1px solid #d2d2d2;
}

    .venue-filter > ul li:first-child {
        border-left-width: 0;
    }

@media (min-width: 768px) {
    .venue-filter > ul li:first-child {
        border-left-width: 1px;
    }
}

.venue-filter > ul a {
    color: inherit;
    display: block;
    padding: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

@media (min-width: 375px) {
    .venue-filter > ul a {
        padding: 13px 10px;
    }
}

@media (min-width: 768px) {
    .venue-filter > ul a {
        padding: 30px 15px;
    }
}

.venue-filter > ul a:hover {
    background: #e7e7e7;
}

.venue-filter > ul a span {
    color: #6f6d6d;
}

@media (min-width: 768px) {
    .venue-filter > ul a span {
        display: inline;
    }
}

.venue-map {
    width: 50%;
    position: fixed;
    top: 67px;
    right: 0;
    bottom: 88px;
    display: none;
}

@media (min-width: 768px) {
    .venue-map {
        display: block;
    }
}

@media (min-width: 992px) {
    .venue-map {
        top: 113px;
    }
}

.venue-map .map-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.venue-map .popup {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 316px;
}

@media (min-width: 992px) {
    .venue-map .popup {
        width: 416px;
    }
}

@media (min-width: 1312px) {
    .venue-map .popup {
        width: 566px;
    }
}

.venue-map .popup .img-holder {
    width: 50%;
    float: left;
    display: none;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 50%;
}

@media (min-width: 992px) {
    .venue-map .popup .img-holder {
        display: block;
    }
}

.venue-map .popup .img-holder img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}

.venue-map .popup .text {
    font-size: 12px;
    line-height: 19px;
    color: #6e6e6e;
    letter-spacing: 0.4px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    max-height: 283px;
}

@media (min-width: 1312px) {
    .venue-map .popup .text {
        padding: 32px 10px 37px 27px;
    }
}

.venue-map .popup .state-address,
.venue-map .popup .zip-address {
    display: block;
}

.venue-map .popup .title-heading {
    font: 12px/16px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    display: block;
    padding: 0 25px 0 0;
}

@media (min-width: 1312px) {
    .venue-map .popup .title-heading {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 4px;
    }
}

.venue-map .popup address {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 0 25px 5px 0;
}

@media (min-width: 1312px) {
    .venue-map .popup address {
        font-size: 15px;
        line-height: 21px;
        margin: 0 20px 15px 0;
    }
}

.venue-map .popup address a {
    color: inherit;
}

    .venue-map .popup address a:hover {
        color: #707070;
    }

.venue-map .popup p {
    margin: 0 0 4px;
}

.venue-map .popup a.detail {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #256dd1;
}

    .venue-map .popup a.detail:hover {
        text-decoration: none;
    }

.venue-map .popup .btn-close {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100%;
    top: 8px;
    right: 9px;
}

@media (min-width: 1312px) {
    .venue-map .popup .btn-close {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }
}

.venue-map .popup .btn-close:before, .venue-map .popup .btn-close:after {
    height: 1px;
    background: #000;
    left: 20%;
    right: 20%;
}

.venue-map .popup .btn-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

.venue-map .popup .text p {
    height: 95px;
}

.press {
    padding-bottom: 33px;
    text-align: center;
}

    .press.blog {
        background-color: white;
    }

@media (min-width: 640px) {
    .press {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .press {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .press {
        width: auto;
        max-width: 1417px;
        padding-top: 57px;
    }

        .press.blog {
            max-width: 100%;
            padding-left: 65px;
            padding-right: 65px;
        }
}

.press .js-masonry {
    position: relative;
    margin: -3px 1px 0;
}

@media (min-width: 640px) {
    .press .js-masonry {
        margin: 0 -30px 32px;
    }
}

@media (min-width: 1312px) {
    .press .js-masonry {
        margin: 0 -56px 32px;
    }
}

@media (max-width: 639px) {
    .press .js-masonry {
        height: auto !important;
        margin-top: 30px;
    }
}

.press .js-masonry:before, .press .js-masonry:after {
    width: 1px;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    right: auto;
    bottom: 47px;
    background: #c1c2c3;
    display: none;
}

@media (min-width: 640px) {
    .press .js-masonry:before, .press .js-masonry:after {
        display: block;
    }

    .press.blog .js-masonry:before, .press.blog .js-masonry:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .press .js-masonry:before, .press .js-masonry:after {
        left: 33.33%;
    }
}

@media (min-width: 640px) {
    .press .js-masonry:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .press .js-masonry:after {
        left: 66.66%;
        display: block;
    }
}

.press article {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #c1c2c3;
}

@media (min-width: 375px) {
    .press article {
        padding: 42px 0 46px;
    }
}

@media (min-width: 640px) {
    .press article {
        width: 50%;
        padding: 43px 30px 47px;
        border: none;
    }

        .press article:nth-child(-n+2):before {
            display: none;
        }
}

@media (min-width: 992px) {
    .press article {
        width: 33.333%;
    }

        .press article:nth-child(-n+3):before {
            display: none;
        }
}

@media (min-width: 1312px) {
    .press article {
        padding: 43px 56px 47px;
    }
}

@media (max-width: 639px) {
    .press article {
        position: static !important;
        transform: none !important;
        transition-property: none !important;
    }

        .press article:first-child {
            border: none;
        }
}

.press article:before {
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: auto;
    background: #c1c2c3;
    display: none;
}

@media (min-width: 640px) {
    .press article:before {
        display: block;
    }
}

@media (min-width: 1312px) {
    .press article:before {
        left: 56px;
        right: 56px;
    }
}

.press article:hover .view-more {
    text-decoration: none;
}

.press article > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

article.h-entry a.link-overlay {
    background-color: white;
    opacity: 0;
}

.press article > a.p-summary-read-more {
    bottom: auto;
    /*top: 84%;*/
    font-size: 16px;
    cursor: pointer;
}

.press .img-holder {
    padding: 0 0 19px;
}

@media (min-width: 768px) {
    .press .img-holder {
        padding: 6px 0 46px;
    }

    .press.blog .img-holder {
        padding: 6px 0 10px;
    }
}

.press .img-holder img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}

.press .text {
    max-width: 310px;
    margin: 0 auto;
    line-height: 1.531;
}

.press.blog .text {
    max-width: none;
}

@media (min-width: 768px) {
    .press .text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.press time {
    display: block;
    font: 18px/24px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 7px;
}

@media (min-width: 768px) {
    .press time {
        margin: 0 0 19px;
    }
}

.press h2 {
    letter-spacing: 0.5px;
    margin: 0 0 18px;
}

.press.blog span.blog-title {
    font-weight: 700;
}

@media (min-width: 768px) {
    .press h2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 3px;
        margin: 0 0 22px;
    }

    .press.blog h2 {
        letter-spacing: 0px;
    }
}

.press h3 {
    letter-spacing: 2px;
    font: 25px/1.2 "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
}

@media (min-width: 375px) {
    .press h3 {
        margin: 0 0 24px;
    }
}

@media (min-width: 768px) {
    .press h3 {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .press h3 {
        font-size: 34px;
        line-height: 36px;
    }
}

@media (min-width: 1312px) {
    .press h3 {
        letter-spacing: 3.6px;
    }
}

.press p {
    margin: 0 0 15px;
}

.press.blog p {
    text-transform: uppercase;
    margin: 10px;
    line-height: 1.2;
    color: gray;
}

@media (min-width: 375px) {
    .press p {
        margin: 0 0 34px;
    }
}

@media (min-width: 640px) {
    .press p {
        margin: 0 0 40px;
    }
}

.press .view-more {
    display: block;
    vertical-align: top;
    text-decoration: underline;
    color: inherit;
}

.press .view-more-mobile {
    color: black;
    padding-top: 15px;
}

.press .view-more:hover {
    text-decoration: none;
    text-transform: capitalize;
}

.press .btn {
    min-width: inherit;
    max-width: 302px;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .press .btn {
        max-width: 228px;
        line-height: 22px;
        padding: 12px;
    }
}

.press .no-pointer {
    cursor: default;
}

.hero-slideshow h2.blog-subtitle {
    font-weight: 700;
    font-size: 32px;
    text-shadow: 2px 2px 5px #000;
}

.venue-tabs {
    padding: 18px 14px 19px;
    background: #fff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .venue-tabs {
        padding: 20px 0;
        background: #e5e5e5;
    }
}

@media (min-width: 992px) {
    .venue-tabs {
        padding: 40px 0;
    }
}

@media (min-width: 1312px) {
    .venue-tabs {
        padding: 54px 0 54px 49px;
    }
}

.venue-tabs .nav-tabs {
    width: 180px;
    float: left;
    font: 18px/25px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    display: none;
}

@media (min-width: 768px) {
    .venue-tabs .nav-tabs {
        display: block;
    }
}

@media (min-width: 1312px) {
    .venue-tabs .nav-tabs {
        width: 268px;
    }
}

.venue-tabs .nav-tabs > li {
    float: none;
    margin: 0;
}

    .venue-tabs .nav-tabs > li > a {
        color: #000;
        line-height: inherit;
        border-radius: 0;
        margin: 0;
        padding: 15px 10px 15px 20px;
        border: none;
    }

@media (min-width: 1312px) {
    .venue-tabs .nav-tabs > li > a {
        padding: 15px 10px 15px 104px;
    }
}

.venue-tabs .nav-tabs > li.active > a,
.venue-tabs .nav-tabs > li > a:hover {
    border: none;
    color: #fff;
    background: #000;
}

.venue-tabs .panel-group {
    margin: 0;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

@media (min-width: 768px) {
    .venue-tabs .panel-group {
        border: none;
    }
}

.venue-tabs .panel-group .panel {
    background: none;
    overflow: hidden;
    border: none;
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .panel {
        width: 100%;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

        .venue-tabs .panel-group .panel.active {
            position: relative;
            top: 0;
            left: 0;
        }

        .venue-tabs .panel-group .panel .panel-collapse {
            height: auto !important;
            display: block !important;
        }
}

@media (min-width: 992px) {
    .venue-tabs .panel-group .panel .panel-collapse {
        display: flex !important;
        flex-flow: row wrap;
        align-items: flex-start;
    }
}

.venue-tabs .panel-group .panel + .panel {
    margin-top: 1px;
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .panel + .panel {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .venue-tabs .panel-group .img-holder,
    .venue-tabs .panel-group .slideshow {
        border: 1px solid #fff;
        width: 60.2%;
    }
}

.venue-tabs .panel-group .slideshow {
    margin: 0 0 30px;
}

@media (min-width: 375px) {
    .venue-tabs .panel-group .slideshow {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .venue-tabs .panel-group .slideshow {
        margin: 0;
    }
}

.venue-tabs .panel-group .slideshow .slide {
    height: 250px;
}

@media (min-width: 375px) {
    .venue-tabs .panel-group .slideshow .slide {
        height: 353px;
    }
}

@media (min-width: 992px) {
    .venue-tabs .panel-group .slideshow .slide {
        height: 658px;
    }
}

@media (min-width: 1600px) {
    .venue-tabs .panel-group .slideshow .slide {
        height: 877px;
    }
}

.venue-tabs .panel-group .img-holder {
    height: 250px;
    background-position: center;
    background-size: cover;
    margin: 0 0 20px;
}

@media (min-width: 375px) {
    .venue-tabs .panel-group .img-holder {
        height: 353px;
    }
}

@media (min-width: 992px) {
    .venue-tabs .panel-group .img-holder {
        height: 660px;
        margin: 0;
    }
}

@media (min-width: 1600px) {
    .venue-tabs .panel-group .img-holder {
        height: 880px;
    }
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .slider-dots {
        padding: 0;
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        z-index: 3;
    }

        .venue-tabs .panel-group .slider-dots li {
            margin: 0 4px 6px;
        }

            .venue-tabs .panel-group .slider-dots li.active a {
                background: #fff;
            }

        .venue-tabs .panel-group .slider-dots a {
            width: 10px;
            height: 10px;
            border-color: #fff;
        }

            .venue-tabs .panel-group .slider-dots a:hover {
                background: #fff;
            }
}

.venue-tabs .panel-group .slider-dots ul {
    padding: 44px 0 10px;
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .slider-dots ul {
        padding: 27px 0 17px;
    }
}

.venue-tabs .panel-group .text {
    text-align: center;
    line-height: 26px;
}

@media (min-width: 992px) {
    .venue-tabs .panel-group .text {
        width: 39.8%;
        display: flex;
        line-height: 30px;
    }
}

@media (min-width: 1312px) {
    .venue-tabs .panel-group .text {
        line-height: 35px;
    }
}

@media (min-width: 1600px) {
    .venue-tabs .panel-group .text {
        min-height: 882px;
    }
}

.venue-tabs .panel-group .text-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 10px 30px;
}

@media (min-width: 375px) {
    .venue-tabs .panel-group .text-box {
        padding: 12px 12px 30px;
    }
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .text-box {
        padding: 15px;
    }
}

@media (min-width: 1312px) {
    .venue-tabs .panel-group .text-box {
        padding: 25px;
    }
}

.venue-tabs .panel-group h3 {
    letter-spacing: 1px;
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .venue-tabs .panel-group h3 {
        letter-spacing: 2px;
    }
}

@media (min-width: 992px) {
    .venue-tabs .panel-group h3 {
        letter-spacing: 4px;
        margin: 0 0 29px;
    }
}

.venue-tabs .panel-group p {
    margin: 0 0 26px;
}

@media (min-width: 768px) {
    .venue-tabs .panel-group p {
        margin: 0 0 21px;
    }
}

.venue-tabs .panel-group .view {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    border: 0;
    background: none;
    padding: 0;
    text-decoration: underline;
    margin: 0px;
}

@media (min-width: 375px) {
    .venue-tabs .panel-group .view {
        margin: 0px;
    }
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .view {
        margin: 0 0 30px;
    }
}

@media (min-width: 1312px) {
    .venue-tabs .panel-group .view {
        margin: 0 0 10px;
    }
}

.venue-tabs .panel-group .view:hover {
    text-decoration: none;
}

.venue-tabs .panel-group .btn {
    min-width: 250px;
    padding: 13px;
    font: 18px/25px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

@media (min-width: 375px) {
    .venue-tabs .panel-group .btn {
        min-width: 302px;
    }
}

@media (min-width: 768px) {
    .venue-tabs .panel-group .btn {
        min-width: 228px;
        padding: 10px;
        line-height: 26px;
    }
}

.venue-tabs a.opener {
    display: block;
    font: 18px/21px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 15px 50px;
    position: relative;
    letter-spacing: 1px;
}

@media (min-width: 375px) {
    .venue-tabs a.opener {
        padding: 15px 80px;
        letter-spacing: 2px;
    }
}

@media (min-width: 768px) {
    .venue-tabs a.opener {
        display: none;
    }
}

.venue-tabs a.opener:after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    bottom: auto;
    border-style: solid;
    border-width: 0 5px 10px;
    border-color: transparent transparent #fff;
    margin: -5px 0 0;
}

@media (min-width: 375px) {
    .venue-tabs a.opener:after {
        right: 67px;
    }
}

.venue-tabs a.opener.collapsed {
    color: #000;
    background: #e5e5e5;
}

    .venue-tabs a.opener.collapsed:hover {
        color: #fff;
        background: #000;
    }

        .venue-tabs a.opener.collapsed:hover:after {
            border-color: #fff transparent transparent;
        }

    .venue-tabs a.opener.collapsed:after {
        border-width: 10px 5px 0;
        border-color: #000 transparent transparent;
    }

@keyframes loader-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.map-section {
    height: 100%;
    width: 100%;
    position: relative;
}

    .map-section .map-wrap {
        height: 100%;
        width: 100%;
    }

    .map-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff url(../images/loader.gif) no-repeat 50% 50%;
    }

aside .map-visual-area {
    padding-bottom: 0px !important;
}

.map-visual-area .visual-col {
    padding: 0;
}

.map-control {
    position: absolute;
    bottom: 52px;
    right: 12px;
    z-index: 10;
}

    .map-control li {
        margin: 1px 0;
    }

    .map-control .zoom-in,
    .map-control .zoom-out {
        background: #fff;
        overflow: hidden;
        padding: 2px;
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        background: #000;
        width: 25px;
        height: 25px;
    }

        .map-control .zoom-in:hover, .map-control .zoom-in:active,
        .map-control .zoom-out:hover,
        .map-control .zoom-out:active {
            color: #e51937;
        }

.number-holder {
    display: none;
}

.hero-slideshow {
    position: relative;
    color: #fff;
}

@media (max-width: 415px) {
    .hero-slideshow {
        margin-top: 53px;
    }
}

.hero-slideshow .bg-holder {
    background-size: cover;
    background-position: 50% 50%;
    height: 460px;
}

@media (min-width: 768px) {
    .hero-slideshow .bg-holder {
        height: auto;
        padding-top: 46.85%;
    }
}

.hero-slideshow .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero-slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

    .hero-slideshow .slide.active {
        z-index: 2;
    }

.hero-slideshow .btn-prev,
.hero-slideshow .btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 118px;
    color: #afafaf;
    background: #000;
    position: absolute;
    left: 0;
    font-size: 89px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: solid #fff;
}

    .hero-slideshow .btn-prev:hover, .hero-slideshow .btn-prev:focus, .hero-slideshow .btn-prev:active,
    .hero-slideshow .btn-next:hover,
    .hero-slideshow .btn-next:focus,
    .hero-slideshow .btn-next:active {
        color: #fff;
    }

.hero-slideshow .btn-next {
    left: auto;
    right: 0;
    border-width: 1px 0 1px 1px;
    padding: 0 0 0 6px;
}

.hero-slideshow .btn-prev {
    padding: 0 6px 0 0;
    border-width: 1px 1px 1px 0;
}

.hero-slideshow h1 {
    margin: 0;
    text-shadow: 2px 2px 5px #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-slideshow h1 {
        font-size: 35px;
    }
}

@media (min-width: 1600px) {
    .hero-slideshow h1 {
        font-size: 120px;
        line-height: 100px;
    }
}

.hero-slideshow .btn,
.hero-slideshow .btn-primary {
    vertical-align: top;
    display: block;
    width: auto;
    position: absolute;
    bottom: 42px;
    z-index: 2;
    left: 18px;
    right: 18px;
}

@media (min-width: 768px) {
    .hero-slideshow .btn,
    .hero-slideshow .btn-primary {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 20%;
    }
}

.hero-slideshow .logo-image {
    z-index: 1;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 290px;
    transform: translate(-50%, -50%);
}

    .hero-slideshow .logo-image:before {
        position: absolute;
        content: "";
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
    }

@media (min-width: 992px) {
    .hero-slideshow .logo-image {
        width: 552px;
    }
}

.hero-slideshow .logo-image:before {
    z-index: -1;
    transform: translate(-50%, -50%);
    background: url(../images/shadow.png) no-repeat;
    display: none;
    width: 649px;
    height: 339px;
    pointer-events: none;
}

@media (min-width: 768px) {
    .hero-slideshow .logo-image:before {
        display: block;
    }
}

@media (min-width: 992px) {
    .hero-slideshow .logo-image:before {
        width: 749px;
        height: 439px;
    }
}

.hero-slideshow .btn-down {
    font-size: 91px;
    z-index: 2;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10%;
    line-height: 0;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .hero-slideshow .btn-down + .btn,
    .hero-slideshow .btn-down + .btn-primary {
        bottom: 20%;
    }
}

.hero-slideshow .btn-down:before {
    display: block;
}

.hero-slideshow .slider-dots {
    background: #fff;
}

.list-venues .popup {
    display: none;
}

#header {
    position: relative;
    min-height: 67px;
    background: #fff;
}

@media (min-width: 992px) {
    #header {
        /*min-height: 113px;*/
    }
}

#header.subnav-fixed .fixed-panel {
    transition: padding 0.25s linear;
}

@media (min-width: 992px) {
    #header.subnav-fixed .fixed-panel {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1312px) {
    #header.subnav-fixed .fixed-panel {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    #header.subnav-fixed .logo {
        display: none;
    }
}

@media (min-width: 992px) {
    #header.subnav-fixed .contact-links {
        padding-top: 0;
        top: -6px;
    }
}

@media (min-width: 1312px) {
    #header.subnav-fixed .contact-links {
        padding-top: 0;
        top: -6px;
    }
}

@media (min-width: 992px) {
    #header.subnav-fixed .contact-links > li {
        display: none;
    }
}

@media (min-width: 992px) {
    #header.subnav-fixed .contact-links > li.text-link {
        display: block;
    }
}

@media (min-width: 992px) {
    #header.subnav-fixed .fixed-logo {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
}

#header .fixed-panel {
    background: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 5;
    min-width: 320px;
    height: 67px;
    position: relative;
    position: fixed;
    padding: 17px 18px 9px;
}

    #header .fixed-panel:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -9999px;
        right: -9999px;
    }

@media (min-width: 992px) {
    #header .fixed-panel {
        height: auto;
        padding: 21px 18px 29px;
    }
}

@media (min-width: 1312px) {
    #header .fixed-panel {
        padding: 21px 18px 17px;
    }
}

#header .fixed-panel:before {
    border-radius: 1px;
    display: block;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 -2px 6px #5e5e5e;
    pointer-events: none;
}

#header .static-block {
    position: static;
    width: 40%;
}

#header .fixed-logo {
    display: none;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    width: 39px;
}

    #header .fixed-logo img {
        vertical-align: middle;
    }

.logo {
    text-align: center;
    float: left;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
}

@media (min-width: 375px) {
    .logo {
        width: 190px;
        top: 12px;
    }
}

@media (min-width: 992px) {
    .logo {
        transform: none;
        position: static;
        width: 20%;
        padding: 0px 10px;
    }
}

.logo img.logo2 {
    display: none;
}

.logo img, .logo svg {
    width: 100%;
    max-width: 260px;
}

#nav {
    border: 0;
    background: none;
    padding-top: 0;
    margin: 0;
    min-height: 1px;
    width: 40%;
}

@media (min-width: 992px) {
    #nav {
        padding-top: 3px;
    }
}

@media (max-width: 991px) {
    #nav.extra-top .navbar-collapse {
        top: 67px;
        height: calc(100vh - 67px) !important;
    }
}

@media (min-width: 992px) {
    .subnav-fixed #nav {
        padding-bottom: 3px;
    }
}

@media (min-width: 992px) {
    .subnav-fixed #nav .navbar-collapse {
        padding-left: 39px;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .subnav-fixed #nav {
        width: 50%;
    }
}

#nav .navbar-header {
    margin: -10px 0 0 -9px;
}

#nav .navbar-toggle {
    margin: 0;
    float: left;
    width: 42px;
    height: 51px;
    padding: 0;
    position: relative;
}

.nav-active #nav .navbar-toggle {
    height: 44px;
    position: relative;
    position: relative;
}

    .nav-active #nav .navbar-toggle:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
    }

    .nav-active #nav .navbar-toggle:after {
        position: absolute;
        content: "";
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .nav-active #nav .navbar-toggle:before, .nav-active #nav .navbar-toggle:after {
        height: 2px;
        background: #000;
        display: block;
    }

    .nav-active #nav .navbar-toggle:after {
        transform: rotate(-45deg);
        margin: 0 -6px 20px;
    }

    .nav-active #nav .navbar-toggle:before {
        transform: rotate(45deg);
        margin: 20px -6px 0;
    }

    .nav-active #nav .navbar-toggle .text-menu,
    .nav-active #nav .navbar-toggle .icon-bar {
        display: none;
    }

    .nav-active #nav .navbar-toggle .icon-bar {
        height: 100%;
    }

        .nav-active #nav .navbar-toggle .icon-bar:before, .nav-active #nav .navbar-toggle .icon-bar:after {
            height: 2px;
        }

        .nav-active #nav .navbar-toggle .icon-bar:before {
            transform: rotate(45deg);
            margin: 0 0 0 -36px;
        }

        .nav-active #nav .navbar-toggle .icon-bar:after {
            transform: rotate(-45deg);
            margin: 0;
        }

        .nav-active #nav .navbar-toggle .icon-bar > span {
            display: none;
        }

#nav .navbar-toggle .icon-bar {
    position: relative;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 23px;
    background: none;
    width: 100%;
}

    #nav .navbar-toggle .icon-bar:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
    }

    #nav .navbar-toggle .icon-bar:after {
        position: absolute;
        content: "";
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #nav .navbar-toggle .icon-bar:before, #nav .navbar-toggle .icon-bar:after,
    #nav .navbar-toggle .icon-bar > span {
        height: 3px;
        background: #000;
    }

    #nav .navbar-toggle .icon-bar > span {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
    }

#nav .navbar-toggle .text-menu {
    display: block;
    text-transform: uppercase;
    font: 19px/19px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    left: -1px;
    right: 0;
    letter-spacing: 1.4px;
    top: 0;
}

#nav .navbar-collapse {
    display: block !important;
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 120px;
    border: 0;
    box-shadow: none;
    height: calc(100vh - 120px) !important;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

@media (min-width: 992px) {
    #nav .navbar-collapse {
        display: block !important;
        flex-flow: row wrap;
        align-items: center;
        transition: none;
        background: none;
        position: static;
        height: auto !important;
        justify-content: flex-start;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1312px) {
    #nav .navbar-collapse {
        padding: 0 0 0 19px;
    }
}

@media (max-width: 991px) {
    #nav .navbar-collapse {
        overflow-y: auto;
    }
}

.nav-active #nav .navbar-collapse {
    opacity: 1;
    visibility: visible;
}

#nav .navbar-collapse:after, #nav .navbar-collapse:before {
    display: block;
}

@media (max-width: 991px) {
    #nav .navbar-collapse {
        white-space: nowrap;
        text-align: center;
    }

        #nav .navbar-collapse:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100%;
        }

        #nav .navbar-collapse > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

        #nav .navbar-collapse:after {
            height: 100%;
            pointer-events: none;
        }
}

#nav .align {
    width: calc(100% - 6px);
    max-width: none;
}

@media (min-width: 992px) {
    #nav .align {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

#nav .navbar-nav {
    margin: 0 0 24px;
    border: 0;
    width: 100%;
    padding: 30px 0 0;
}

@media (min-width: 992px) {
    #nav .navbar-nav {
        margin: 0;
        padding: 0;
        width: auto;
    }
}

#nav .navbar-nav > li {
    margin: 0 0 23px;
}

@media (min-width: 992px) {
    #nav .navbar-nav > li {
        margin: 0 10px 0 0;
    }
}

@media (min-width: 1312px) {
    #nav .navbar-nav > li {
        margin: 0 14px 0 0;
    }
}

@media (min-width: 1600px) {
    #nav .navbar-nav > li {
        margin: 0 18px 0 0;
    }
}

#nav .navbar-nav > li.link > a {
    font: 16px/20px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    color: #999;
    letter-spacing: normal;
}

#nav .navbar-nav > li > a {
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 2px;
    font: 25px/30px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

@media (min-width: 992px) {
    #nav .navbar-nav > li > a {
        font-size: 15px;
        line-height: 20px;
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 992px) {
    #nav .navbar-nav > li > a {
        font-size: 13px;
        line-height: 20px;
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 1312px) {
    #nav .navbar-nav > li > a {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1365px) {
    #nav .navbar-nav > li > a {
        font-size: 20px;
    }
}

.contact-links {
    display: flex;
    width: calc(100% + 36px);
    flex-flow: row wrap;
    align-items: stretch;
    font: 16px/20px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #c2c2c2;
    border: 1px solid #a3a3a3;
    height: 53px;
    overflow: hidden;
    z-index: 3;
    position: relative;
    margin: 67px -18px 0;
}

@media (min-width: 992px) {
    .contact-links {
        align-items: center;
        letter-spacing: 2px;
        border: 0;
        margin: 0;
        font-family: "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        justify-content: flex-end;
        padding: 32px 0 0;
        position: fixed;
        right: 156px;
        left: auto;
        background: none;
        top: 0;
        width: 33.333%;
        z-index: 6;
    }
}

@media (min-width: 1312px) {
    .contact-links {
        padding: 31px 0 0;
        font-size: 20px;
        right: 198px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .contact-links {
        text-align: center;
        position: fixed;
    }
}

.contact-links > li {
    margin: 0;
    width: calc(100% - 166px);
}
/*was 136px FS*/
@media (min-width: 992px) {
    .contact-links > li {
        margin: 0 0 0 5px;
        width: auto;
    }
}

@media (min-width: 1312px) {
    .contact-links > li {
        margin: 0 0 0 25px;
    }
}

.contact-links > li:first-child, .contact-links > li:last-child {
    width: 68px;
}

@media (min-width: 992px) {
    .contact-links > li:first-child, .contact-links > li:last-child {
        width: auto;
    }
}

.contact-links > li:first-child {
    border-right: 1px solid #a3a3a3;
}

@media (min-width: 992px) {
    .contact-links > li:first-child {
        border: 0;
    }
}

.contact-links > li:last-child {
    border-left: 1px solid #a3a3a3;
}

@media (min-width: 992px) {
    .contact-links > li:last-child {
        border: 0;
    }
}

.contact-links > li.text-link {
    display: none;
}

@media (min-width: 992px) {
    .contact-links > li.text-link {
        display: none;
        font: 400 15px/18px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: capitalize;
        letter-spacing: normal;
    }
}

.contact-links > li.text-link a {
    text-decoration: underline;
}

    .contact-links > li.text-link a:hover, .contact-links > li.text-link a:focus, .contact-links > li.text-link a:active {
        text-decoration: none;
        color: #000;
    }

.contact-links .ico {
    line-height: inherit;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 23px;
}

@media (min-width: 992px) {
    .contact-links .ico {
        font-size: 18px;
    }
}

@media (min-width: 1312px) {
    .contact-links .ico {
        font-size: 23px;
    }
}

.contact-links .text {
    display: block;
    padding: 17px 5px 14px;
}

.contact-links a {
    color: #000;
    display: block;
    padding: 15px 5px 16px;
}

@media (min-width: 992px) {
    .contact-links a {
        display: inline;
        padding: 0;
    }
}

.contact-links a:hover, .contact-links a:focus, .contact-links a:active {
    color: #e51937;
}

@media (max-width: 991px) {
    .nav-active .contact-links {
        position: fixed;
        top: 67px;
        z-index: 9;
        left: 0;
        width: 100%;
        margin: 0;
        min-width: 320px;
    }
}

.event-cta, .partner-cta {
    font: 18px/17px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    background: #e51937;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 64px;
    height: 67px;
    transition: 0.1s;
}

@media (min-width: 992px) {
    .event-cta, .partner-cta {
        width: 130px;
        height: 130px;
        right: 11px;
        font-size: 29px;
        line-height: 28px;
    }
}

@media (min-width: 1312px) {
    .event-cta, .partner-cta {
        width: 150px;
        height: 150px;
    }
}

.event-cta > span,
.partner-cta > span {
    padding: 5px;
    display: block;
}

    .event-cta > span > span,
    .partner-cta > span > span {
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap;
        width: 49px;
    }

@media (min-width: 992px) {
    .event-cta > span > span,
    .partner-cta > span > span {
        width: 77px;
    }
}

.event-cta > span.btn-close,
.partner-cta > span.partner-close
.event-cta .btn-close,
.partner-cta .partner-close {
    margin: -23px -13px 0 0;
    display: none;
}

.event-cta:hover,
.partner-cta,
.event-cta:focus
.partner-cta:focus {
    color: #fff;
    background: #000;
}


@media (max-width: 991px) {
    .event-cta, event-cta:active {
        background: #e51937;
    }

    .event-cta-active .event-cta > span,
    .partner-cta-active .event-cta > span {
        display: none;
    }

        .event-cta-active .event-cta > span.btn-close,
        .partner-cta-active .partner-cta > span.partner-close,
        .event-cta-active, .partner-cta-active, .btn-close {
            display: block;
        }
}

@media (max-width: 768px) {
    .btn-close, .partner-close {
        padding: 12px;
        width: 101%;
        height: 102%;
    }

        .btn-close.event-cta-close {
            width: 50px;
            height: 50px;
        }
}

@media (max-width: 768px) {
    .btn-close.event-cta-close {
        display: none;
    }
}

@media (min-width: 768px) {
    .btn-close.event-cta-close {
        display: block;
    }
}

.search-form {
    margin: 0;
    padding: 0 36px 23px;
    position: relative;
    border: 0;
    width: 100%;
    display: block;
    border: 0 !important;
}

@media (min-width: 992px) {
    .search-form {
        padding: 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .subnav-fixed .search-form .form-control {
        height: 38px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.search-form .search-opener {
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    font-size: 17px;
}

@media (min-width: 1312px) {
    .search-form .search-opener {
        font-size: 21px;
        margin: 7px 0 0;
    }
}

.search-form .search-opener:hover {
    color: #e51937;
}

.search-form .form-group {
    margin-bottom: 0;
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .search-form .form-group {
        position: absolute;
        right: -13px;
        top: 50%;
        transform: translateY(-50%) scale(0);
        width: 303px;
    }
}

@media (min-width: 1312px) {
    .search-form .form-group {
        width: 364px;
    }
}

@media (min-width: 1600px) {
    .search-form .form-group {
        width: 461px;
    }
}

.search-form .form-control {
    outline: none;
    box-shadow: none;
    padding: 13px 40px 13px 13px;
    display: block;
    width: 100%;
    height: 53px;
    color: #777777;
    border-color: #9b9b9b;
}

    .search-form .form-control::-webkit-input-placeholder {
        color: #777777;
    }

    .search-form .form-control::-moz-placeholder {
        opacity: 1;
        color: #777777;
    }

    .search-form .form-control:-moz-placeholder {
        color: #777777;
    }

    .search-form .form-control:-ms-input-placeholder {
        color: #777777;
    }

    .search-form .form-control.placeholder {
        color: #777777;
    }

    .search-form .form-control:focus {
        box-shadow: none;
        border-color: #9b9b9b;
        color: #000;
    }

.search-form button {
    border: 0;
    background: none;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    color: #858585;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 7px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
}

    .search-form button:hover, .search-form button:focus, .search-form button:active {
        background: none;
        color: #e51937;
    }

.search-active .search-form .form-group {
    transform: translateY(-50%) scale(1);
}

.steps-form, .partner-form {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 9;
    background: #f6f6f6;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    min-width: 320px;
    padding: 0 18px;
    border-top: 1px solid #808080;
}

#newsletter-inner {
    position: fixed;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 25%;
    margin: 0;
    z-index: 9;
    background: #f6f6f6;
    overflow: auto;
    min-width: 320px;
    padding: 0 18px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
}

@media (max-width: 768px) {
    #newsletter-inner {
        left: 0px;
        right: 0px;
        top: 5%;
        bottom: 5%;
        max-height: 500px;
    }
}

#newsletterpopup {
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s linear;
}

#newsletter-inner .newsletter-title {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 4%;
    margin-bottom: 4%;
}

@media (max-width: 415px) {
    #newsletter-inner .newsletter-title {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    .steps-form, .partner-form {
        top: 0;
        left: 0px;
        border-top: 0;
        right: 0px;
    }
}

@media (min-width: 992px) {
    .steps-form, .partner-form {
        top: 0;
        left: 11px;
        border-top: 0;
        right: 11px;
    }
}

.steps-form .center-block,
.partner-form .center-block {
    max-width: 1300px;
    padding: 14px 19px;
}

@media (min-width: 768px) {
    .steps-form .center-block,
    .partner-form .center-block {
        padding: 77px 0;
    }
}

.text-select-active .required-row.error .jcf-select {
    box-shadow: none;
    border-color: #b7b7b7;
}

.text-select-active .required-row.error .form-group.full-width {
    border-radius: 1px;
    box-shadow: 0 0 0 1px #e51937;
}

.text-select-active .text-default {
    display: none;
}

.text-select-active .text-select-below, .partner-form .text-select-below {
    display: block;
}

.text-select-below {
    display: none;
}

form .form-row {
    margin-bottom: 29px;
}

#newsletter-inner .form-row {
    margin-bottom: 0px !important;
}

#newsletter-inner .submitBtn {
    text-align: center;
    background-color: #dddddd;
}

@media (min-width: 768px) {
    form .form-row, #newsletter-inner .form-row {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: calc(100% + 36px);
        margin: 0 -18px 50px;
    }
}

@media (min-width: 1312px) {
    form .form-row, #newsletter-inner .form-row {
        margin: 0 -18px 97px;
    }
}

form .form-row.extra {
    margin-bottom: 0;
}

form .form-group, #newsletter-inner .form-group {
    position: relative;
}

@media (min-width: 768px) {
    form .form-group, #newsletter-inner .form-group {
        padding: 0 16px;
        width: 33%;
        margin-bottom: 35px;
    }
}

form .form-group.full-width {
    width: 100%;
}

form .form-group.has-icon .form-control {
    padding-right: 50px;
}

@media (min-width: 768px) {
    form .form-group.has-icon .form-control {
        padding-right: 55px;
    }
}

@media (max-width: 767px) {
    form .form-group.has-icon .form-control {
        padding-left: 50px;
    }
}

form .step {
    display: none;
}

form .icon {
    position: absolute;
    color: #858585;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    font-size: 14px;
}

@media (min-width: 768px) {
    form .icon {
        right: 31px;
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    form .icon {
        font-size: 27px;
    }
}

form .form-control, #newsletter-inner input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 18px;
    text-align: center;
    border-color: #000;
    background-color: transparent;
}

    form .form-control input::-webkit-input-placeholder,
    form .form-control input::-moz-input-placeholder,
    form .form-control input:-ms-input-placeholder,
    form .form-control input:-moz-input-placeholder {
        color: #000;
    }

@media (min-width: 768px) {
    form .form-control, #newsletter-inner input {
        text-align: left;
    }
}

@media (min-width: 992px) {
    form .form-control, #newsletter-inner input {
        font-size: 18px;
        line-height: 24px;
        height: 36px;
    }
}

form .form-control:focus, #newsletter-inner input:focus {
    box-shadow: none;
    border-color: #9b9b9b;
}

form textarea,
form textarea.form-control {
    min-height: 266px;
    height: 266px;
    resize: none;
    padding: 17px 18px;
}

form .btn {
    vertical-align: top;
    margin: 10px auto 33px;
    display: block;
}

form .btn-wrap {
    overflow: hidden;
    margin-top: 15px;
}

    form .btn-wrap .required-msg, form .btn-wrap .recaptcha-msg {
        display: none;
        color: red;
    }

.steps-form span.required::after {
    color: red;
    content: "*";
    padding-left: .5em;
}

/*.steps-form .add-venue-li {
    display: none!important;
}*/

.steps-form .inline-label {
    display: inline;
    font-weight: normal;
    max-width: auto;
    margin-bottom: none;
}

@media (max-width: 767px) {
    form .btn {
        width: 100%;
        display: block;
        font-size: 26px;
    }

    form .btn-large {
        font-size: 19px;
    }
}

@media (max-width: 440px) {
    form .btn {
        width: 90%;
    }
}

form .btn-back {
    color: #858585;
    text-decoration: underline;
    border: 0;
    padding: 0;
    background: none;
    font: 20px/24px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: lowercase;
}

    form .btn-back:hover, form .btn-back:focus, form .btn-back:active {
        text-decoration: none;
        color: #858585;
    }

form h2 {
    margin: 0 0 6px;
}

@media (min-width: 768px) {
    form h2 {
        margin: 0 0 22px;
    }
}

.form .jcf-select {
    display: block;
    width: 100%;
}

form .margin-top {
    margin-top: 15px;
}

form .error .form-control,
form .error .jcf-select {
    border-color: #e51937;
    box-shadow: none;
}

form .prev-includes {
    overflow: hidden;
    text-align: center;
    background: #fff;
}

form .step-includes {
    overflow: hidden;
    padding: 22px 20px 16px;
}

    form .step-includes:before {
        display: block;
        font: 18px/21px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0 0 4px;
        color: #000;
        text-transform: uppercase;
        content: attr(data-title);
        letter-spacing: 2px;
    }

    form .step-includes + .step-includes {
        border-top: 1px solid #d7d7d7;
    }

form p {
    margin: 15px 0;
}

.event-cta-active .steps-form, .partner-cta-active .partner-form, .event-newsletter-active #newsletterpopup {
    opacity: 1;
    visibility: visible;
}

.event-cta-active.switch-out .steps-form {
    opacity: 0;
    visibility: hidden;
}

form .popup {
    position: relative;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    z-index: 99;
    width: 80%;
}

    form .popup:before {
        position: absolute;
        content: "";
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
    }

@media (min-width: 768px) {
    form .popup {
        width: 566px;
    }
}

form .popup:before {
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: fixed;
    z-index: -1;
}

form .popup .modal-body {
    border-radius: 0;
    border: 0;
    padding: 0;
}

form .popup .modal-content {
    border-radius: 0;
    border: 0;
    overflow: hidden;
}

form .popup .img-holder {
    width: 50%;
    float: left;
    display: none;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 50%;
}

@media (min-width: 768px) {
    form .popup .img-holder {
        display: block;
    }
}

form .popup .img-holder img {
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
}

form .popup .text {
    font-size: 12px;
    line-height: 19px;
    color: #6e6e6e;
    letter-spacing: 0.4px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    background: #fff;
}

@media (min-width: 768px) {
    form .popup .text {
        padding: 32px 10px 37px 27px;
    }
}

form .popup .state-address,
form .popup .zip-address {
    display: block;
}

form .popup .title-heading {
    font: 12px/16px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    display: block;
    padding: 0 25px 0 0;
}

@media (min-width: 768px) {
    form .popup .title-heading {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 4px;
    }
}

form .popup address {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 0 25px 5px 0;
}

@media (min-width: 768px) {
    form .popup address {
        font-size: 15px;
        line-height: 21px;
        margin: 0 20px 24px 0;
    }
}

form .popup address a {
    color: inherit;
}

    form .popup address a:hover {
        color: #707070;
    }

form .popup p {
    margin: 0 0 4px;
}

form .popup a.detail {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #256dd1;
}

    form .popup a.detail:hover {
        text-decoration: none;
    }

form .popup .btn-close {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 100%;
    top: 8px;
    right: 9px;
}

@media (min-width: 768px) {
    form .popup .btn-close {
        width: 30px;
        height: 30px;
        border-width: 2px;
    }
}

form .popup .btn-close:before, form .popup .btn-close:after {
    height: 1px;
    background: #000;
    left: 20%;
    right: 20%;
}

form .popup .btn-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

.step-links {
    overflow: hidden;
    background: #000;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    padding: 0;
}

@media (min-width: 768px) {
    .step-links {
        padding: 10px 65px;
        display: block;
    }
}

@media (min-width: 992px) {
    .step-links {
        padding: 28px 120px;
    }
}

@media (min-width: 1312px) {
    .step-links {
        padding: 28px 170px;
    }
}

.step-links ol {
    counter-reset: item;
    overflow: hidden;
    position: relative;
    text-align: center;
    flex-flow: row wrap;
    text-transform: uppercase;
    font: 15px/19px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    white-space: nowrap;
    width: calc(100% - 128px);
}

@media (min-width: 375px) {
    .step-links ol {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .step-links ol {
        font-size: 13px;
        line-height: 16px;
        display: flex;
        align-items: stretch;
        justify-content: center;
        width: auto;
        white-space: normal;
        min-height: 105px;
    }
}

@media (min-width: 992px) {
    .step-links ol {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (min-width: 1312px) {
    .step-links ol {
        font-size: 18px;
        line-height: 22px;
    }
}

.step-links ol li {
    padding: 14px 5px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #000;
}

@media (min-width: 768px) {
    .step-links ol li {
        width: 142px;
        position: relative;
        left: auto;
        background: none;
        right: auto;
        z-index: auto;
        top: auto;
        bottom: auto;
        padding: 15px 10px 17px;
    }
}

@media (min-width: 992px) {
    .step-links ol li {
        width: 165px;
    }
}

@media (min-width: 1312px) {
    .step-links ol li {
        padding: 25px 10px 27px;
        width: 210px;
    }
}

@media (min-width: 1600px) {
    .step-links ol li {
        width: 285px;
    }
}

.step-links ol li.active {
    color: #fff;
}

.step-links ol li.active {
    z-index: 1;
}

@media (min-width: 768px) {
    .step-links ol li.active {
        z-index: auto;
    }
}

.step-links ol li + li {
    position: relative;
    position: absolute;
}

    .step-links ol li + li:after {
        position: absolute;
        content: "";
        top: -99px;
        bottom: -99px;
        left: 0;
        right: auto;
    }

@media (min-width: 768px) {
    .step-links ol li + li {
        position: relative;
    }
}

@media (min-width: 768px) {
    .step-links ol li + li:after {
        border-left: 1px solid #464646;
    }
}

.step-links ol a {
    color: inherit;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 768px) {
    .step-links ol a {
        white-space: normal;
        text-overflow: inherit;
        overflow: visible;
    }
}

.step-links ol a:before {
    counter-increment: item;
    content: counters(item, ".", decimal) ".";
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0;
}

@media (min-width: 768px) {
    .step-links ol a:before {
        margin: 0 0 12px;
        display: block;
    }
}

.step-links ol a:hover, .step-links ol a:focus, .step-links ol a:active {
    color: #fff;
}

.step-links .prev-step,
.step-links .next-step {
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    text-align: center;
    width: 64px;
    height: 45px;
}

    .step-links .prev-step.disabled,
    .step-links .next-step.disabled {
        color: transparent;
        pointer-events: none;
    }

.step-links .prev-step {
    border-right: 1px solid #777777;
}

.step-links .next-step {
    border-left: 1px solid #777777;
}

.step-links *:focus,
.step-links *:active {
    outline: none;
}

.list-selected {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 39px;
}

    .list-selected li {
        border-radius: 55px;
        overflow: hidden;
        background: #e5e5e5;
        position: relative;
        text-align: left;
        padding: 11px 57px 11px 17px;
        margin: 0 10px 10px 0;
        position: relative;
    }

        .list-selected li:after {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            left: auto;
            right: 42px;
        }

        .list-selected li:after {
            border-left: 1px solid rgba(0, 0, 0, 0.2);
        }

    .list-selected .icon-close {
        position: absolute;
        width: 42px;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
    }

        .list-selected .icon-close:hover, .list-selected .icon-close:focus, .list-selected .icon-close:active {
            background: #9b9b9b;
        }

            .list-selected .icon-close:hover .close, .list-selected .icon-close:focus .close, .list-selected .icon-close:active .close {
                opacity: 1;
            }

                .list-selected .icon-close:hover .close:before, .list-selected .icon-close:hover .close:after, .list-selected .icon-close:focus .close:before, .list-selected .icon-close:focus .close:after, .list-selected .icon-close:active .close:before, .list-selected .icon-close:active .close:after {
                    background: rgba(0, 0, 0, 0.5);
                }

    .list-selected .close {
        top: 50%;
        transform: translateY(-50%);
    }

@media (min-width: 768px) {
    .list-venues {
        display: flex;
        flex-flow: row wrap;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
}

.list-venues li {
    overflow: hidden;
    margin: 0 0 13px;
}

@media (min-width: 768px) {
    .list-venues li {
        padding: 0 15px;
        width: 33.333%;
        margin: 0 0 36px;
    }
}

@media (min-width: 992px) {
    .list-venues li {
        width: 25%;
        margin: 0 0 58px;
    }
}

.list-venues label {
    display: block;
    width: 100%;
    max-width: none;
    font: inherit;
    position: relative;
}

    .list-venues label input[type="checkbox"] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: -999;
    }

.venue-block {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    position: relative;
    min-height: 67px;
}

    .venue-block:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 768px) {
    .venue-block {
        padding: 0 30px 10px;
        overflow: visible;
        text-align: center;
        min-height: 1px;
    }
}

.venue-block:before {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .venue-block:before {
        background: rgba(0, 0, 0, 0.7);
    }
}

.venue-block:hover:before {
    opacity: 1;
    visibility: visible;
}

.venue-block:hover .text-select,
.venue-block:hover .ico-info {
    opacity: 1;
    visibility: visible;
}

li.active .venue-block {
    background: rgba(0, 0, 0, 0.15);
}

    li.active .venue-block .text-select {
        position: relative;
        position: absolute;
        opacity: 1;
        visibility: visible;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.65);
        text-indent: -999px;
        overflow: hidden;
    }

        li.active .venue-block .text-select:before {
            position: absolute;
            content: "";
            top: 50%;
            bottom: auto;
            left: 50%;
            right: auto;
        }

@media (min-width: 768px) {
    li.active .venue-block .text-select {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 767px) {
    li.active .venue-block .text-select {
        left: 43px;
        border-width: 0;
    }
}

@media (max-width: 374px) {
    li.active .venue-block .text-select {
        left: 31px;
    }
}

li.active .venue-block .text-select:before {
    text-indent: 0;
    font-size: 18px;
    content: "\e904";
    color: #000;
    transform: translate(-50%, -50%);
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    li.active .venue-block .text-select:before {
        font-size: 40px;
    }
}

li.active .venue-block:hover:before {
    opacity: 1;
    visibility: visible;
}

li.active .venue-block:hover .ico-info {
    opacity: 1;
    visibility: visible;
}

.venue-block .aligncenter {
    overflow: hidden;
    text-align: center;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    width: 90px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 375px) {
    .venue-block .aligncenter {
        width: 113px;
    }
}

@media (min-width: 768px) {
    .venue-block .aligncenter {
        margin: 0 -30px 7px;
        padding-top: 82%;
        width: auto;
        height: auto;
        float: none;
        position: static;
    }
}

@media (max-width: 767px) {
    .venue-block .aligncenter + .descr {
        padding-left: 132px;
    }
}

@media (max-width: 374px) {
    .venue-block .aligncenter + .descr {
        padding-left: 100px;
    }
}

.venue-block .aligncenter img {
    display: block;
    max-width: none;
    width: 100%;
}

.venue-block .descr {
    overflow: hidden;
    display: block;
    padding: 5px 49px 5px 19px;
}

@media (min-width: 768px) {
    .venue-block .descr {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .venue-block .sameheight {
        height: auto !important;
        min-height: 1px !important;
    }
}

.venue-block .title {
    display: block;
    text-transform: uppercase;
    font: 800 12px/18px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 3px;
}

@media (min-width: 768px) {
    .venue-block .title {
        margin: 0 0 7px;
        font-weight: 700;
    }
}

.venue-block .heading {
    display: block;
    font: 400 16px/17px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .venue-block .heading {
        font-size: 15px;
        line-height: 19px;
    }
}

.venue-block .text-select {
    display: block;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font: 14px/14px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 5px;
    width: 66px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

@media (min-width: 375px) {
    .venue-block .text-select {
        left: 24px;
    }
}

@media (min-width: 768px) {
    .venue-block .text-select {
        font-size: 18px;
        border-width: 2px;
        line-height: 21px;
        padding: 13px 5px;
        width: 136px;
        transform: translate(-50%, 0);
        top: 40px;
        left: 50%;
    }
}

.venue-block .ico-info {
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -2px 0 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #000;
    font-size: 23px;
}

@media (min-width: 768px) {
    .venue-block .ico-info {
        font-size: 25px;
        top: auto;
        margin: 0;
        right: 12px;
        transform: none;
        color: #fff;
        bottom: 12px;
        opacity: 0;
        visibility: hidden;
    }
}

.venue-block .ico-info:hover, .venue-block .ico-info:focus, .venue-block .ico-info:active {
    color: #fff;
}

.confirmation {
    width: 100%;
    color: #838282;
    padding: 0 0 17px;
}

@media (min-width: 768px) {
    .confirmation {
        padding: 0 15px 16px;
        border-bottom: 3px solid #e7e7e7;
        display: flex;
        flex-flow: row wrap;
        text-align: left;
        color: #000;
    }
}

@media (min-width: 992px) {
    .confirmation {
        padding: 0 80px 16px;
    }
}

.confirmation + .confirmation {
    padding-top: 22px;
    position: relative;
}

    .confirmation + .confirmation:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: -37px;
        right: -37px;
    }

    .confirmation + .confirmation:after {
        border-top: 1px solid #e8e8e8;
    }

@media (min-width: 768px) {
    .confirmation + .confirmation:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .confirmation + .confirmation {
        padding-top: 16px;
        border-top: 0;
    }
}

.confirmation:before {
    display: block;
    font: 18px/21px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 4px;
    color: #000;
    text-transform: uppercase;
    content: attr(data-title);
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .confirmation:before {
        display: none;
    }
}

.confirmation li {
    margin: 0 0 4px;
    word-wrap: break-word;
}

/*@media (min-width: 768px) {
    .confirmation li {
        width: 46.2%;
        margin: 0;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .confirmation li:first-child {
        width: 30.9%;
        padding-right: 20px;
    }

    .confirmation li:last-child {
        width: 25.9%;
        padding-right: 20px;
    }

    .confirmation li {
        width: 43.2%;
        padding-right: 60px;
    }
}*/

.confirmation .title {
    display: block;
    margin: 0 0 10px;
    color: #8c8c8c;
    text-transform: uppercase;
    font: 700 12px/15px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.confirmation .text {
    display: block;
    font: 16px/20px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .confirmation .text {
        font-size: 20px;
        line-height: 24px;
    }
}

.mid-ul {
    width: 80%;
}

    .mid-ul li, .mid-ul li:first-child, .mid-ul li:last-child {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

.selected-list {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    padding: 16px 0 0;
    position: relative;
}

    .selected-list:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: -37px;
        right: -37px;
    }

@media (min-width: 768px) {
    .selected-list {
        border-bottom: 3px solid #e7e7e7;
        padding: 16px 15px 0;
    }
}

@media (min-width: 992px) {
    .selected-list {
        padding: 16px 80px 0;
    }
}

.selected-list:after {
    border-top: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
    .selected-list:after {
        display: none;
    }
}

.selected-list:before {
    content: attr(data-title);
    display: block;
    text-align: center;
    margin: 0 0 30px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: 18px/21px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .selected-list:before {
        margin: 0 0 10px;
        color: #8c8c8c;
        letter-spacing: normal;
        text-align: left;
        font: 700 12px/15px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

.selected-list li {
    width: 100%;
    margin: 0 0 24px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .selected-list li {
        display: flex;
        flex-flow: row wrap;
        margin: 0 0 53px;
    }
}

.selected-list .col {
    overflow: hidden;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .selected-list .col {
        width: 46.2%;
        padding-right: 20px;
        padding: 0 20px 0 0;
        float: none;
    }
}

.selected-list .col:first-child {
    float: left;
    width: 116px;
    margin: 0 19px 0 0;
}

@media (min-width: 768px) {
    .selected-list .col:first-child {
        width: 22.9%;
        margin: 0;
    }

    .selected-list .col:last-child {
        width: 22.9%;
    }
}

@media (max-width: 767px) {
    .selected-list .col:first-child {
        padding: 0;
    }

    .selected-list .col:last-child {
        width: 48%;
    }
}

.selected-list .col:last-child {
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    padding-right: 0px;
}

.selected-list .col.col-select-state {
    width: 46%;
}

.selected-list .alignleft {
    overflow: hidden;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 68px;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .selected-list .alignleft {
        width: 115px;
        height: 86px;
    }
}

.selected-list .text {
    display: block;
    font: 16px/20px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 5px;
}

@media (min-width: 992px) {
    .selected-list .text {
        font-size: 20px;
        line-height: 24px;
    }
}

.selected-list address {
    font: inherit;
    margin: 0;
}

.selected-list .link {
    color: #aaa;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .selected-list .link {
        margin-right: 10px;
        font-size: 14px;
    }
}

.selected-list .link:hover, .selected-list .link:focus, .selected-list .link:active {
    color: #8c8c8c;
}

.selected-list .title {
    display: block;
    font: 800 12px/14px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.selected-list .subtitle {
    display: block;
    font: 400 16px/17px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.selected-list .add-venue {
    border: 1px solid black;
    cursor: pointer;
}

    .selected-list .add-venue span {
        font-size: 70px;
        position: absolute;
        top: 28%;
        left: 28%;
    }

.edit-confirm {
    text-align: left;
}

    .edit-confirm li {
        display: flex;
        align-items: flex-end;
        flex-flow: row wrap;
        overflow: hidden;
        width: 100%;
        border-bottom: 3px solid #e7e7e7;
        position: relative;
        padding: 0 0 3px;
        margin: 0 0 61px;
    }

    .edit-confirm .col {
        display: block;
        float: left;
        width: 16%;
        padding-right: 10px;
    }

        .edit-confirm .col:nth-child(2) {
            width: 21%;
        }

        .edit-confirm .col:nth-child(3) {
            width: 32%;
        }

        .edit-confirm .col:nth-child(4) {
            width: 16%;
        }

    .edit-confirm .title {
        display: block;
        color: #8c8c8c;
        margin: 0 0 1px;
        text-transform: uppercase;
        font: 700 9px/12px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

@media (min-width: 992px) {
    .edit-confirm .title {
        font-size: 12px;
        line-height: 15px;
    }
}

.edit-confirm .text,
.edit-confirm h3 {
    display: block;
    font: 13px/17px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .edit-confirm .text,
    .edit-confirm h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

.edit-confirm h3 {
    text-transform: none;
    margin: 0 0 5px;
}

.edit-confirm address {
    font: 13px/27px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

@media (min-width: 992px) {
    .edit-confirm address {
        font-size: 16px;
        line-height: 30px;
    }
}

.edit-confirm .edit {
    font: 700 10px/13px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    right: 0;
    bottom: 3px;
    text-transform: uppercase;
    color: #8c8c8c;
}

@media (min-width: 992px) {
    .edit-confirm .edit {
        font-size: 12px;
        line-height: 15px;
    }
}

.edit-confirm .edit:hover, .edit-confirm .edit:focus, .edit-confirm .edit:active {
    color: #000;
}

.edit-confirm .img-holder {
    overflow: hidden;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 68px;
    background-position: 50% 50%;
    margin: 0 0 3px;
}

@media (min-width: 768px) {
    .edit-confirm .img-holder {
        width: 115px;
        height: 86px;
    }
}

.edit-confirm .link {
    color: #aaa;
    font: 10px/12px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .edit-confirm .link {
        font-size: 16px;
        line-height: 18px;
    }
}

.edit-confirm .link:hover, .edit-confirm .link:focus, .edit-confirm .link:active {
    color: #8c8c8c;
}

@media (min-width: 768px) {
    .aside {
        padding-top: 55px;
    }
}

@media (min-width: 992px) {
    .aside {
        padding-top: 102px;
    }
}

.aside .widget-text {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1312px) {
    .aside .widget-text {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.aside .widget-text:before {
    display: none;
}

.aside .logos-slider h3 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .aside .logos-slider h3 {
        margin-bottom: 50px;
    }
}

@media (min-width: 1312px) {
    .aside .logos-slider h3 {
        margin-bottom: 75px;
    }
}

.aside .visual-block {
    padding-top: 18px;
    padding-bottom: 25px;
    line-height: 19px;
}

@media (min-width: 768px) {
    .aside .visual-block {
        line-height: 24px;
        padding-top: 0;
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .aside .visual-block {
        padding-bottom: 102px;
    }
}

@media (min-width: 1312px) {
    .aside .visual-block {
        padding-top: 0;
        padding-bottom: 102px;
    }
}

.aside .visual-block .visual-col.map-col {
    padding: 0;
}

.aside .visual-block address {
    font: 16px/26px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

@media (min-width: 768px) {
    .aside .visual-block address {
        font-size: 20px;
        line-height: 33px;
    }
}

.aside .visual-block address .heading {
    margin: 0 0 5px;
    font: 800 20px/22px "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .aside .visual-block address .heading {
        margin: 0 0 28px;
    }
}

.aside .visual-block address a {
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .aside .visual-block address a {
        text-decoration: none;
    }
}

.aside .visual-block address a:hover, .aside .visual-block address a:focus, .aside .visual-block address a:active {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .aside .visual-block address a:hover, .aside .visual-block address a:focus, .aside .visual-block address a:active {
        color: #e51937;
        text-decoration: none;
    }
}

.aside .visual-block address a.link {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .aside .visual-block address a.link {
        text-decoration: underline;
    }
}

.aside .visual-block address a.link:hover, .aside .visual-block address a.link:focus, .aside .visual-block address a.link:active {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .aside .visual-block address a.link:hover, .aside .visual-block address a.link:focus, .aside .visual-block address a.link:active {
        text-decoration: none;
        color: #000;
    }
}

.aside .visual-block address .social-networks {
    display: block;
    padding: 24px 0 0;
}

@media (min-width: 768px) {
    .aside .visual-block address .social-networks {
        padding: 20px 0;
    }
}

.aside .visual-block address .social-networks li {
    margin: 0 0 17px;
}

@media (min-width: 768px) {
    .aside .visual-block address .social-networks li {
        margin: 0 0 5px;
    }
}

.aside .visual-block address .social-networks a {
    border: 0;
    background: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
}

    .aside .visual-block address .social-networks a .text {
        font-size: 17px;
    }

@media (min-width: 768px) {
    .aside .visual-block address .social-networks a .text {
        font-size: 14px;
    }
}

.aside .visual-block address .social-networks a > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.aside .visual-block address .social-networks a .ico {
    font-size: 21px;
    min-width: 22px;
    text-align: center;
}

@media (min-width: 768px) {
    .aside .visual-block address .social-networks a .ico {
        font-size: 23px;
    }
}

.aside .visual-block address .heading-title {
    font: 18px/20px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    display: block;
    margin: 0 0 9px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .aside .visual-block address .heading-title {
        margin: 0 0 23px;
    }
}

.aside .visual-block p {
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .aside .visual-block p {
        margin: 0 0 52px;
    }
}

.aside .header {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .aside .header {
        margin-bottom: 50px;
    }
}

@media (min-width: 1312px) {
    .aside .header {
        margin-bottom: 75px;
    }
}

@media (min-width: 1600px) {
    .aside .header {
        margin-bottom: 136px;
    }
}

.aside .bg-active {
    padding-top: 25px;
    padding-bottom: 11px;
    z-index: 1;
    position: relative;
}

    .aside .bg-active:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 768px) {
    .aside .bg-active {
        padding-bottom: 36px;
    }
}

@media (min-width: 992px) {
    .aside .bg-active {
        padding-bottom: 0;
    }
}

.aside .bg-active:before {
    display: block;
    background: #fff;
    z-index: -1;
}

@media (min-width: 768px) {
    .aside .bg-active:before {
        display: none;
    }
}

.aside .sep {
    position: relative;
}

    .aside .sep:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
    }

    .aside .sep:before {
        display: block;
        border-top: 1px solid #000;
    }

@media (min-width: 768px) {
    .aside .sep:before {
        right: 18px;
        left: 18px;
    }
}

.aside .contact {
    line-height: 27px;
    padding-top: 48px;
}

@media (min-width: 768px) {
    .aside .contact {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .aside .contact {
        font-size: 15px;
        line-height: 23px;
    }
}

.aside .contact a {
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .aside .contact a {
        text-decoration: none;
    }
}

.aside .contact a.link {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .aside .contact a.link {
        text-decoration: underline;
    }
}

.aside .contact a.link:hover, .aside .contact a.link:focus, .aside .contact a.link:active {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .aside .contact a.link:hover, .aside .contact a.link:focus, .aside .contact a.link:active {
        text-decoration: none;
        color: #000;
    }
}

.aside .contact a:hover, .aside .contact a:focus, .aside .contact a:active {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .aside .contact a:hover, .aside .contact a:focus, .aside .contact a:active {
        color: #e51937;
        text-decoration: none;
    }
}

.aside h3 {
    margin: 0 0 11px;
}

@media (min-width: 768px) {
    .aside h3 {
        font-size: 20px;
    }
}

.aside h4 {
    text-transform: capitalize;
}

.aside h4,
.aside h5 {
    margin: 0;
    font: inherit;
}

.aside h5 {
    text-transform: none;
}

.aside .aside-footer {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 30px;
    padding-top: 19px;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .aside .aside-footer {
        padding-top: 54px;
        line-height: 18px;
        font-size: 9px;
    }
}

@media (min-width: 1312px) {
    .aside .aside-footer {
        font-size: 10px;
    }
}

.aside .text-holder {
    padding-top: 39px;
}

@media (min-width: 768px) {
    .aside .text-holder {
        padding-top: 8px;
    }
}

.aside .text-holder a {
    color: inherit;
}

    .aside .text-holder a.link {
        text-decoration: underline;
    }

        .aside .text-holder a.link:hover, .aside .text-holder a.link:focus, .aside .text-holder a.link:active {
            color: #000;
            text-decoration: none;
        }

    .aside .text-holder a:hover, .aside .text-holder a:focus, .aside .text-holder a:active {
        color: #e51937;
    }

@media (max-width: 767px) {
    .aside .text-left {
        text-align: center;
    }
}

.aside iframe {
    height: 100%;
    min-height: inherit;
}

.aside p {
    margin: 0;
}

.widget-quote {
    border: 0;
    padding: 0;
    margin: 0;
}

    .widget-quote .heading-title {
        font: 18px/20px "Berthold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        display: block;
        margin: 0 0 11px;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .widget-quote .heading-title {
        margin: 0 0 23px;
    }
}

.widget-quote q {
    display: block;
    margin: 0 0 29px;
    text-transform: uppercase;
    font: 800 25px/1.05 "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .widget-quote q {
        font-size: 32px;
        line-height: 1;
        margin: 0 0 40px;
    }
}

@media (min-width: 992px) {
    .widget-quote q {
        font-size: 38px;
    }
}

.widget-quote .btn-default,
.widget-quote .btn {
    vertical-align: top;
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .widget-quote .btn-default,
    .widget-quote .btn {
        padding: 12px 15px;
        display: inline-block;
        width: auto;
        min-width: 228px;
    }
}

.widget-quote cite {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    left: -90px;
    max-width: 80px;
    margin: 0 auto 19px;
}

@media (min-width: 768px) {
    .widget-quote cite {
        max-width: 140px;
        left: 8px;
        margin: 0 auto 44px;
    }
}

.widget-quote cite:before {
    content: '';
    border-top: 2px solid #000;
    transform: translateY(-50%);
    float: left;
    margin: 11px 0 -20px -16px;
    width: 9px;
}

@media (min-width: 768px) {
    .widget-quote cite:before {
        margin: 55px 0 -22px -41px;
        width: 32px;
    }
}

.logos-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .logos-slider.extra {
        padding-top: 50px;
    }

@media (min-width: 768px) {
    .logos-slider.extra {
        padding-top: 0;
    }
}

.bg-active .logos-slider .logos-mask:before {
    /*box-shadow: 70px 0 30px -40px #fff inset, -70px 0 30px -40px #fff inset;*/
}

.logos-slider .logos-mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .logos-slider .logos-mask:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

@media (min-width: 768px) {
    .logos-slider .logos-mask {
        height: auto !important;
        width: 100%;
    }
}

.logos-slider .logos-mask:before {
    display: block;
    pointer-events: none;
    border-radius: 1px;
    /*box-shadow: 70px 0 30px -40px #e7e7e7 inset, -70px 0 30px -40px #e7e7e7 inset;*/
}

@media (min-width: 768px) {
    .logos-slider .logos-mask:before {
        display: none;
    }
}

.logos-slider .logos-slideset {
    width: 500px;
    float: left;
}

@media (min-width: 768px) {
    .logos-slider .logos-slideset {
        float: none !important;
        width: 91% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        height: auto !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 992px) {
    .logos-slider .logos-slideset {
        width: 80% !important;
    }
}

@media (min-width: 1312px) {
    .logos-slider .logos-slideset {
        width: 75% !important;
    }
}

.logos-slider .logo-slide {
    width: 118px;
    float: left;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

@media (min-width: 300px) {
    .logos-slider .logo-slide {
        width: 100px;
        margin: 5px 3px;
    }

    .logos-slider img {
        max-width: 100px;
    }
}

@media (min-width: 360px) {
    .logos-slider .logo-slide {
        width: 113px;
        margin: 5px 3px;
    }

    .logos-slider img {
        max-width: 113px;
    }
}

@media (min-width: 375px) {
    .logos-slider .logo-slide {
        width: 113px;
        margin: 5px 5px;
    }
}

@media (min-width: 400px) {
    .logos-slider .logo-slide {
        width: 125px;
        margin: 5px 5px;
    }

    .logos-slider img {
        max-width: 125px;
    }
}

@media (min-width: 768px) {
    .logos-slider .logo-slide {
        width: auto !important;
        margin: 0 23px 60px;
        padding: 0;
        height: auto;
        display: block;
        margin: 5px 10px;
    }
}

.logos-slider .logo-slide > a {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .logos-slider .logo-slide > a {
        width: auto;
    }
}

.logos-slider .slider-dots li.active a {
    background: #989898;
    border-color: #989898;
}

.logos-slider .slider-dots a {
    border-color: #989898;
}

    .logos-slider .slider-dots a:hover, .logos-slider .slider-dots a:active, .logos-slider .slider-dots a:focus {
        border-color: #000;
        background: #000;
    }

.social-networks {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

    .social-networks li {
        margin: 0 2px;
    }

    .social-networks a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 22px;
        border: 1px solid #000;
        width: 69px;
        height: 69px;
    }

@media (min-width: 768px) {
    .social-networks a {
        width: 53px;
        height: 53px;
        font-size: 16px;
    }
}

.social-networks a:hover, .social-networks a:focus, .social-networks a:active {
    background: #ebebeb;
}

#footer {
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -18px;
    justify-content: center;
    flex-flow: row wrap;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 10px;
    width: calc(100% + 36px);
    padding: 12px 18px 7px;
}

    #footer .logo-by {
        visibility: visible;
        width: 100%;
        margin-left: 0px;
    }


@media (min-width: 768px) {
    #footer {
        font-size: 11px;
        line-height: 12px;
        margin: 0;
        padding: 12px 18px 9px;
    }
}

@media(max-width: 450x) {
    #footer {
        margin: 0,-33px;
    }

        #footer .logo-by {
            visibility: collapse;
            width: 0px;
            margin-left: -40px;
        }
}
/* @media (max-width: 768px) {
    .home #footer {
      min-width: 320px;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 5; }
}*/

@media (max-width: 991px) {
    .nav-active #footer {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

#footer .wrap {
    display: inline-block;
    margin: 0 8px;
}

#footer .logo-house {
    width: 96px;
}

@media (min-width: 375px) {
    #footer .logo-house {
        width: 175px;
    }
}

@media (min-width: 375px) {
    #footer .logo-house img {
        width: 100%;
    }
}

@media (max-width: 375px) {
    #footer .logo-house img {
        width: 95%;
    }
}

@media (min-width: 768px) {
    #footer .logo-house {
        width: auto;
    }
}

#footer .footer-logo {
    width: 96px;
}
/* @media (min-width: 375px) {
      #footer .footer-logo {
        width: 115px; } }
    @media (min-width: 375px) {
      #footer .footer-logo img {
        width:100%; } }*/
@media (max-width: 375px) {
    #footer .footer-logo img {
        width: 145%;
    }
}

@media (min-width: 768px) {
    #footer .footer-logo {
        width: auto;
    }
}

#footer img {
    vertical-align: middle;
}

#footer p {
    margin: 0;
}

.resize-active * {
    transition: none !important;
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .accessibility:focus {
        position: static;
        width: auto;
        height: auto;
    }

@media screen and (max-width:768px) {
    .post-block p.description {
        min-height: 110px;
        max-height: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .offer-items-1 .post-block p.description {
        min-height: 135px;
    }
}
/* 404 PAGE NOT FOUND */
h1.notfound {
    text-shadow: 2px 2px 4px #000;
    font-size: 72px;
    line-height: 100px;
    margin-bottom: 20px;
}

    h1.notfound span {
        font-family: Arial, sans-serif;
        font-size: 58px;
    }

.search404-form {
    max-width: 700px;
    margin: 0 auto 25px;
    background: transparent;
}

h4.redirect {
    letter-spacing: 1px;
    margin-top: 15px;
}

#time {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:995px) {
    h1.notfound {
        margin-top: 70px;
        font-size: 62px;
        line-height: 70px;
    }
}

@media (max-width:918px) {
    h1.notfound {
        font-size: 52px;
        line-height: 60px;
    }

        h1.notfound span {
            font-size: 50px;
        }
}

@media (max-width:880px) {
    h1.notfound {
        font-size: 48px;
        line-height: 50px;
    }

        h1.notfound span {
            font-size: 46px;
        }
}

@media (max-width:510px) {
    h1.notfound {
        font-size: 42px;
        line-height: 48px;
        margin-top: 50px;
    }

        h1.notfound span {
            font-size: 40px;
        }
}

@media (max-width:445px) {
    h1.notfound {
        line-height: 44px;
        margin-bottom: 5px;
    }

    .search404-form {
        margin-bottom: 5px;
    }
}

@media (max-width:385px) {
    h1.notfound {
        font-size: 34px;
        line-height: 35px;
    }

        h1.notfound span {
            font-size: 34px;
        }

    h4.redirect {
        font-size: 16px;
    }
}
