
@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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 */
/*@import url("https://www.bearz.tech/sites/all/themes/bootstrap/air/fonts/fonts.css");*/

@import url("Fonts/fonts.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: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline 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 {
    -webkit-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    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 {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    a[href^="#"]: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: 'Bearz';
    /*font-family: "Inter", Helvetica, Arial, sans-serif;*/
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Fonts/FontsFolder");

}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
    content: "\002a"; }

.glyphicon-plus:before {
    content: "\002b"; }

.glyphicon-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: rgba(0, 0, 0, 0); }

body {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.52947;
    color: #fff;
    background-color: #151516; }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #f8fd26;
    text-decoration: none; }
a:hover, a:focus {
    color: #d0d502;
    text-decoration: underline; }
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: 5.5px;
    line-height: 1.52947;
    background-color: #151516;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px solid #dadada; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.04167;
    color: #fff; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #888; }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 26px;
    margin-bottom: 13px; }
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: 13px;
    margin-bottom: 13px; }
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: 56px; }

h2, .h2 {
    font-size: 48px; }

h3, .h3 {
    font-size: 40px; }

h4, .h4 {
    font-size: 32px; }

h5, .h5 {
    font-size: 24px; }

h6, .h6 {
    font-size: 19px; }

p {
    margin: 0 0 13px; }

.lead {
    margin-bottom: 26px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
        font-size: 25.5px; } }

small,
.small {
    font-size: 88%; }

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase, .initialism {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #888; }

.text-primary {
    color: #f8fd26; }

a.text-primary:hover,
a.text-primary:focus {
    color: #e8ee02; }

.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: #e8627d; }

a.text-danger:hover,
a.text-danger:focus {
    color: #e13658; }

.bg-primary {
    color: #fff; }

.bg-primary {
    background-color: #f8fd26; }

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #e8ee02; }

.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; }

.page-header {
    padding-bottom: 12px;
    margin: 52px 0 26px;
    border-bottom: 1px solid #eeeeee; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 13px; }
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-right: 5px;
    padding-left: 5px; }

dl {
    margin-top: 0;
    margin-bottom: 26px; }

dt,
dd {
    line-height: 1.52947; }

dt {
    font-weight: 700; }

dd {
    margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "; }

.dl-horizontal dd:after {
    clear: both; }

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
    cursor: help; }

.initialism {
    font-size: 90%; }

blockquote {
    padding: 13px 26px;
    margin: 0 0 26px;
    font-size: 21px;
    border-left: 5px solid #f8fd26; }
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.52947;
    color: #888; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #f8fd26;
    border-left: 0; }
.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: 26px;
    font-style: normal;
    line-height: 1.52947; }

code,
kbd,
pre,
samp {
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
    display: block;
    padding: 12.5px;
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 1.52947;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto; }
.container:before, .container:after {
    display: table;
    content: " "; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
        width: 764px; } }
@media (min-width: 992px) {
    .container {
        width: 1024px; } }
@media (min-width: 1200px) {
    .container {
        width: 1024px; } }

.container-fluid {
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto; }
.container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
.container-fluid:after {
    clear: both; }

.row {
    margin-right: -22px;
    margin-left: -22px; }
.row:before, .row:after {
    display: table;
    content: " "; }
.row:after {
    clear: both; }

.row-no-gutters {
    margin-right: 0;
    margin-left: 0; }
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 22px;
    padding-left: 22px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-1 {
    width: 8.33333%; }

.col-xs-2 {
    width: 16.66667%; }

.col-xs-3 {
    width: 25%; }

.col-xs-4 {
    width: 33.33333%; }

.col-xs-5 {
    width: 41.66667%; }

.col-xs-6 {
    width: 50%; }

.col-xs-7 {
    width: 58.33333%; }

.col-xs-8 {
    width: 66.66667%; }

.col-xs-9 {
    width: 75%; }

.col-xs-10 {
    width: 83.33333%; }

.col-xs-11 {
    width: 91.66667%; }

.col-xs-12 {
    width: 100%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-pull-1 {
    right: 8.33333%; }

.col-xs-pull-2 {
    right: 16.66667%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-4 {
    right: 33.33333%; }

.col-xs-pull-5 {
    right: 41.66667%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-7 {
    right: 58.33333%; }

.col-xs-pull-8 {
    right: 66.66667%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-10 {
    right: 83.33333%; }

.col-xs-pull-11 {
    right: 91.66667%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-push-1 {
    left: 8.33333%; }

.col-xs-push-2 {
    left: 16.66667%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-4 {
    left: 33.33333%; }

.col-xs-push-5 {
    left: 41.66667%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-7 {
    left: 58.33333%; }

.col-xs-push-8 {
    left: 66.66667%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-10 {
    left: 83.33333%; }

.col-xs-push-11 {
    left: 91.66667%; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-offset-0 {
    margin-left: 0%; }

.col-xs-offset-1 {
    margin-left: 8.33333%; }

.col-xs-offset-2 {
    margin-left: 16.66667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.33333%; }

.col-xs-offset-5 {
    margin-left: 41.66667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.33333%; }

.col-xs-offset-8 {
    margin-left: 66.66667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.33333%; }

.col-xs-offset-11 {
    margin-left: 91.66667%; }

.col-xs-offset-12 {
    margin-left: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-1 {
        width: 8.33333%; }
    .col-sm-2 {
        width: 16.66667%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-4 {
        width: 33.33333%; }
    .col-sm-5 {
        width: 41.66667%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-7 {
        width: 58.33333%; }
    .col-sm-8 {
        width: 66.66667%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-10 {
        width: 83.33333%; }
    .col-sm-11 {
        width: 91.66667%; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.33333%; }
    .col-sm-pull-2 {
        right: 16.66667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.33333%; }
    .col-sm-pull-5 {
        right: 41.66667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.33333%; }
    .col-sm-pull-8 {
        right: 66.66667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.33333%; }
    .col-sm-pull-11 {
        right: 91.66667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.33333%; }
    .col-sm-push-2 {
        left: 16.66667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.33333%; }
    .col-sm-push-5 {
        left: 41.66667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.33333%; }
    .col-sm-push-8 {
        left: 66.66667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.33333%; }
    .col-sm-push-11 {
        left: 91.66667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1 {
        margin-left: 8.33333%; }
    .col-sm-offset-2 {
        margin-left: 16.66667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.33333%; }
    .col-sm-offset-5 {
        margin-left: 41.66667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.33333%; }
    .col-sm-offset-8 {
        margin-left: 66.66667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.33333%; }
    .col-sm-offset-11 {
        margin-left: 91.66667%; }
    .col-sm-offset-12 {
        margin-left: 100%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-1 {
        width: 8.33333%; }
    .col-md-2 {
        width: 16.66667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.33333%; }
    .col-md-5 {
        width: 41.66667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.33333%; }
    .col-md-8 {
        width: 66.66667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.33333%; }
    .col-md-11 {
        width: 91.66667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.33333%; }
    .col-md-pull-2 {
        right: 16.66667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.33333%; }
    .col-md-pull-5 {
        right: 41.66667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.33333%; }
    .col-md-pull-8 {
        right: 66.66667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.33333%; }
    .col-md-pull-11 {
        right: 91.66667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.33333%; }
    .col-md-push-2 {
        left: 16.66667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.33333%; }
    .col-md-push-5 {
        left: 41.66667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.33333%; }
    .col-md-push-8 {
        left: 66.66667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.33333%; }
    .col-md-push-11 {
        left: 91.66667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.33333%; }
    .col-md-offset-2 {
        margin-left: 16.66667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.33333%; }
    .col-md-offset-5 {
        margin-left: 41.66667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.33333%; }
    .col-md-offset-8 {
        margin-left: 66.66667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.33333%; }
    .col-md-offset-11 {
        margin-left: 91.66667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-1 {
        width: 8.33333%; }
    .col-lg-2 {
        width: 16.66667%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-4 {
        width: 33.33333%; }
    .col-lg-5 {
        width: 41.66667%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-7 {
        width: 58.33333%; }
    .col-lg-8 {
        width: 66.66667%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-10 {
        width: 83.33333%; }
    .col-lg-11 {
        width: 91.66667%; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-pull-1 {
        right: 8.33333%; }
    .col-lg-pull-2 {
        right: 16.66667%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-4 {
        right: 33.33333%; }
    .col-lg-pull-5 {
        right: 41.66667%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-7 {
        right: 58.33333%; }
    .col-lg-pull-8 {
        right: 66.66667%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-10 {
        right: 83.33333%; }
    .col-lg-pull-11 {
        right: 91.66667%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-push-1 {
        left: 8.33333%; }
    .col-lg-push-2 {
        left: 16.66667%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-4 {
        left: 33.33333%; }
    .col-lg-push-5 {
        left: 41.66667%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-7 {
        left: 58.33333%; }
    .col-lg-push-8 {
        left: 66.66667%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-10 {
        left: 83.33333%; }
    .col-lg-push-11 {
        left: 91.66667%; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-offset-0 {
        margin-left: 0%; }
    .col-lg-offset-1 {
        margin-left: 8.33333%; }
    .col-lg-offset-2 {
        margin-left: 16.66667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.33333%; }
    .col-lg-offset-5 {
        margin-left: 41.66667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.33333%; }
    .col-lg-offset-8 {
        margin-left: 66.66667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.33333%; }
    .col-lg-offset-11 {
        margin-left: 91.66667%; }
    .col-lg-offset-12 {
        margin-left: 100%; } }

table {
    background-color: transparent; }
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #888;
    text-align: left; }

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px; }
.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: 11px;
    line-height: 1.52947;
    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: #151516; }

.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: 5.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 > 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 {
    min-height: .01%;
    overflow-x: auto; }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 19.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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 26px;
    font-size: 25.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
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; }

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: 12px;
    font-size: 17px;
    line-height: 1.52947;
    color: #555555; }

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 11px 16.5px;
    font-size: 17px;
    line-height: 1.52947;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    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, -webkit-box-shadow ease-in-out 0.15s; }
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6); }
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder {
    color: #999; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.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; }

@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: 50px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
        line-height: 40.5px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
        line-height: 63px; } }

.form-group {
    margin-bottom: 11px; }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed; }
.radio label,
.checkbox label {
    min-height: 26px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

.form-control-static {
    min-height: 43px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0; }
.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-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 40.5px;
    padding: 8.25px 11px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px; }

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: 40.5px;
    line-height: 40.5px; }

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto; }

.form-group-sm .form-control {
    height: 40.5px;
    padding: 8.25px 11px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px; }

.form-group-sm select.form-control {
    height: 40.5px;
    line-height: 40.5px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto; }

.form-group-sm .form-control-static {
    height: 40.5px;
    min-height: 41px;
    padding: 9.25px 11px;
    font-size: 15px;
    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: 63px;
    padding: 16.5px 22px;
    font-size: 21px;
    line-height: 1.33333;
    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: 63px;
    line-height: 63px; }

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto; }

.form-group-lg .form-control {
    height: 63px;
    padding: 16.5px 22px;
    font-size: 21px;
    line-height: 1.33333;
    border-radius: 6px; }

.form-group-lg select.form-control {
    height: 63px;
    line-height: 63px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto; }

.form-group-lg .form-control-static {
    height: 63px;
    min-height: 47px;
    padding: 17.5px 22px;
    font-size: 21px;
    line-height: 1.33333; }

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 62.5px; }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    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: 63px;
    height: 63px;
    line-height: 63px; }

.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: 40.5px;
    height: 40.5px;
    line-height: 40.5px; }

.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;
    background-color: #dff0d8;
    border-color: #3c763d; }

.has-success .form-control-feedback {
    color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }

.has-warning .form-control-feedback {
    color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #e8627d; }

.has-error .form-control {
    border-color: #e8627d;
    -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: #e13658;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5bbc7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5bbc7; }

.has-error .input-group-addon {
    color: #e8627d;
    background-color: #f2dede;
    border-color: #e8627d; }

.has-error .form-control-feedback {
    color: #e8627d; }

.has-feedback label ~ .form-control-feedback {
    top: 31px; }

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: white; }

@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 {
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 38px; }

.form-horizontal .form-group {
    margin-right: -22px;
    margin-left: -22px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
.form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 12px;
        margin-bottom: 0;
        text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
    right: 22px; }

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 17.5px;
        font-size: 21px; } }

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 9.25px;
        font-size: 15px; } }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 11px 16.5px;
    font-size: 17px;
    line-height: 1.52947;
    border-radius: 4px;
    -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: #fff;
    text-decoration: none; }
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-default {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #161616; }
.btn-default:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #373737; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-color: aqua;
    color: rgb(106, 39, 156);
    border-color: aqua  }
.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 {
    background-color: aqua;
    color: rgb(106, 39, 156);
    border-color: aqua }
.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: #555555;
    border-color: #555555; }
.btn-default .badge {
    color: #555555;
    background-color: #fff; }

.btn-primary {
    color: #fff;
    background-color: #f8fd26;
    border-color: #f8fd26; }
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e8ee02;
    border-color: #9ea201; }
.btn-primary:hover {
    color: #fff;
    background-color: #e8ee02;
    border-color: #dee402; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e8ee02;
    background-image: none;
    border-color: #dee402; }
.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: #fff;
    background-color: #c6ca02;
    border-color: #9ea201; }
.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: #f8fd26;
    border-color: #f8fd26; }
.btn-primary .badge {
    color: #f8fd26;
    background-color: #fff; }

.btn-success {
    color: #fff;
    background-color: #22964b;
    border-color: #22964b; }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #196c36;
    border-color: #0a2e17; }
.btn-success:hover {
    color: #fff;
    background-color: #196c36;
    border-color: #176432; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #196c36;
    background-image: none;
    border-color: #176432; }
.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: #124f28;
    border-color: #0a2e17; }
.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: #22964b;
    border-color: #22964b; }
.btn-success .badge {
    color: #22964b;
    background-color: #fff; }

.btn-info {
    color: #fff;
    background-color: #0beaff;
    border-color: #0beaff; }
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #00c4d7;
    border-color: #007f8b; }
.btn-info:hover {
    color: #fff;
    background-color: #00c4d7;
    border-color: #00bbcd; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00c4d7;
    background-image: none;
    border-color: #00bbcd; }
.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: #00a4b3;
    border-color: #007f8b; }
.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: #0beaff;
    border-color: #0beaff; }
.btn-info .badge {
    color: #0beaff;
    background-color: #fff; }

.btn-warning {
    color: #fff;
    background-color: #6a279c !important ;
    border-color: #6a279c; !important; }
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #3b1350 !important;
    border-color: #6a279c; !important; }
.btn-warning:hover {
    color: #fff;
    background-color: #40145c !important;
    border-color: #6a279c !important; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bb4a15;
    background-image: none;
    border-color: #b24614; }
.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: #9b3d11;
    border-color: #762f0d; }
.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: #e65d1d;
    border-color: #e65d1d; }
.btn-warning .badge {
    color: #e65d1d;
    background-color: #fff; }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #8b211e; }
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }
.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: #ac2925;
    border-color: #8b211e; }
.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: #d9534f;
    border-color: #d9534f; }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    font-weight: 400;
    color: #f8fd26;
    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: #d0d502;
    text-decoration: underline;
    background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #888;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
    padding: 16.5px 22px;
    font-size: 21px;
    line-height: 1.33333;
    border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
    padding: 8.25px 11px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px; }

.btn-xs, .btn-group-xs > .btn {
    padding: 5.5px 16.5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 4px; }

.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;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-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-top: 4px solid \9;
    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;
    font-size: 17px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
.dropdown-menu .divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.52947;
    color: #333333;
    white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f8fd26;
    outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #888; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
    display: block; }

.open > a {
    outline: 0; }

.dropdown-menu-right {
    right: 0;
    left: auto; }

.dropdown-menu-left {
    right: auto;
    left: 0; }

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.52947;
    color: #888;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto; }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto; } }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
.btn-group > .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 {
    display: table;
    content: " "; }
.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-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group > .btn-group {
    float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0; }

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
    margin-left: 0; }

.btn-lg .caret, .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 {
    display: table;
    content: " "; }

.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-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
.btn-group-justified > .btn-group .btn {
    width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-right: 0;
    padding-left: 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: 11px 16.5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 8.25px 11px;
    font-size: 15px;
    border-radius: 4px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 16.5px 22px;
    font-size: 21px;
    border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-addon:first-child {
    border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-addon:last-child {
    border-left: 0; }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
.input-group-btn > .btn {
    position: relative; }
.input-group-btn > .btn + .btn {
    margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.nav:before, .nav:after {
    display: table;
    content: " "; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
    position: relative;
    display: block;
    padding: 5.5px 11px; }
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent; }
.nav > li.disabled > a {
    color: #888; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #888;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #f8fd26; }
.nav .nav-divider {
    height: 1px;
    margin: 12px 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.52947;
    border: 1px solid transparent;
    border-radius: 4px 4px 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;
    cursor: default;
    background-color: #151516;
    border: 1px solid #ddd;
    border-bottom-color: transparent; }

.nav-pills > li {
    float: left; }
.nav-pills > li > a {
    border-radius: 4px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #f8fd26; }

.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 {
    margin-bottom: 5px;
    text-align: center; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.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: 4px 4px 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: #151516; } }

.tab-content > .tab-pane {
    display: none; }

.tab-content > .active {
    display: block; }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.navbar {
    position: relative;
    min-height: 66px;
    margin-bottom: 0;
    border: 1px solid transparent; }
.navbar:before, .navbar:after {
    display: table;
    content: " "; }
.navbar:after {
    clear: both; }
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "; }

.navbar-header:after {
    clear: both; }

@media (min-width: 768px) {
    .navbar-header {
        float: left; } }

.navbar-collapse {
    padding-right: 22px;
    padding-left: 22px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
.navbar-collapse:after {
    clear: both; }
.navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
    .navbar-collapse.in {
        overflow-y: visible; }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0; } }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -22px;
    margin-left: -22px; }
@media (min-width: 768px) {
    .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: 768px) {
    .navbar-static-top {
        border-radius: 0; } }

.navbar-brand {
    float: left;
    height: 66px;
    padding: 20px 22px;
    font-size: 21px;
    line-height: 26px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-brand > img {
    display: block; }
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -22px; } }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 22px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
.navbar-toggle:focus {
    outline: 0; }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 768px) {
    .navbar-toggle {
        display: none; } }

.navbar-nav {
    margin: 10px -22px; }
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px; }
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 26px; }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0; }
    .navbar-nav > li {
        float: left; }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px; } }

.navbar-form {
    padding: 10px 22px;
    margin-right: -22px;
    margin-left: -22px;
    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: 8px;
    margin-bottom: 8px; }
@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: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 12.75px;
    margin-bottom: 12.75px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 22px;
    margin-bottom: 22px; }

.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px; }
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 22px;
        margin-left: 22px; } }

@media (min-width: 768px) {
    .navbar-left {
        float: left !important; }
    .navbar-right {
        float: right !important;
        margin-right: -22px; }
    .navbar-right ~ .navbar-right {
        margin-right: 0; } }

.navbar-default {
    background-color: #f0f0f0;
    border-color: transparent; }
.navbar-default .navbar-brand {
    color: #fff; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #e6e6e6;
    background-color: transparent; }
.navbar-default .navbar-text {
    color: #fff; }
.navbar-default .navbar-nav > li > a {
    color: #fff; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #777;
    background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #777;
    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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #777;
    background-color: transparent; }
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #777;
        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: #777;
        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-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: #fff; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent; }
.navbar-default .navbar-link {
    color: #fff; }
.navbar-default .navbar-link:hover {
    color: #777; }
.navbar-default .btn-link {
    color: #fff; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #777; }
.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: rgba(0, 0, 0, 0.8);
    border-color: transparent; }
.navbar-inverse .navbar-brand {
    color: #fff; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-text {
    color: #fff; }
.navbar-inverse .navbar-nav > li > a {
    color: #f8c825; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #bfbfbf;
    background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #bfbfbf;
    background-color: transparent; }
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #bfbfbf;
    background-color: transparent; }
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #bfbfbf;
        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: #bfbfbf;
        background-color: transparent; }
    .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-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: rgba(0, 0, 0, 0.8); }
.navbar-inverse .navbar-link {
    color: #fff; }
.navbar-inverse .navbar-link:hover {
    color: #bfbfbf; }
.navbar-inverse .btn-link {
    color: #fff; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #bfbfbf; }
.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; }

.breadcrumb {
    padding: 0 0;
    margin-bottom: 26px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px; }
.breadcrumb > li {
    display: inline-block; }
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "; }
.breadcrumb > .active {
    color: #888; }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 26px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 11px 16.5px;
    margin-left: -1px;
    line-height: 1.52947;
    color: #f8fd26;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #d0d502;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
.pagination > .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;
    cursor: default;
    background-color: #f8fd26;
    border-color: #f8fd26; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #888;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 16.5px 22px;
    font-size: 21px;
    line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 8.25px 11px;
    font-size: 15px;
    line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

.pager {
    padding-left: 0;
    margin: 26px 0;
    text-align: center;
    list-style: none; }
.pager:before, .pager:after {
    display: table;
    content: " "; }
.pager:after {
    clear: both; }
.pager li {
    display: inline; }
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
    float: right; }
.pager .previous > a,
.pager .previous > span {
    float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #888;
    cursor: not-allowed;
    background-color: #fff; }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
.label:empty {
    display: none; }
.btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.label-default {
    background-color: #888; }
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #6f6f6f; }

.label-primary {
    background-color: #f8fd26; }
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #e8ee02; }

.label-success {
    background-color: #22964b; }
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #196c36; }

.label-info {
    background-color: #0beaff; }
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #00c4d7; }

.label-warning {
    background-color: #e65d1d; }
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #bb4a15; }

.label-danger {
    background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #888;
    border-radius: 10px; }
.badge:empty {
    display: none; }
.btn .badge {
    position: relative;
    top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #f8fd26;
    background-color: #fff; }
.list-group-item > .badge {
    float: right; }
.list-group-item > .badge + .badge {
    margin-right: 5px; }
.nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 {
    color: inherit; }
.jumbotron p {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 200; }
.jumbotron > hr {
    border-top-color: #d5d5d5; }
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 6px; }
.jumbotron .container {
    max-width: 100%; }
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 77px; } }

.thumbnail {
    display: block;
    padding: 5.5px;
    margin-bottom: 26px;
    line-height: 1.52947;
    background-color: #151516;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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-right: auto;
    margin-left: auto; }
.thumbnail .caption {
    padding: 11px;
    color: #fff; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #f8fd26; }

.alert {
    padding: 16.5px;
    margin-bottom: 26px;
    border: 1px solid transparent;
    border-radius: 0; }
.alert h4 {
    margin-top: 0;
    color: inherit; }
.alert .alert-link {
    font-weight: normal; }
.alert > p,
.alert > ul {
    margin-bottom: 0; }
.alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
    padding-right: 36.5px; }
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
.alert-success hr {
    border-top-color: #c9e2b3; }
.alert-success .alert-link {
    color: #2b542c; }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
.alert-info hr {
    border-top-color: #a6e1ec; }
.alert-info .alert-link {
    color: #245269; }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
.alert-warning hr {
    border-top-color: #f7e1b5; }
.alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
    color: #e8627d;
    background-color: #f2dede;
    border-color: #ebccd1; }
.alert-danger hr {
    border-top-color: #e4b9c0; }
.alert-danger .alert-link {
    color: #e13658; }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0; }
    to {
        background-position: 0 0; } }

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0; }
    to {
        background-position: 0 0; } }

.progress {
    height: 26px;
    margin-bottom: 26px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background-color: #f8fd26;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
    background-color: #22964b; }
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
    background-color: #888; }
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
    background-color: #e65d1d; }
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
    background-color: #d9534f; }
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
    margin-top: 15px; }
.media:first-child {
    margin-top: 0; }

.media,
.media-body {
    overflow: hidden;
    zoom: 1; }

.media-body {
    width: 10000px; }

.media-object {
    display: block; }
.media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
    padding-left: 10px; }

.media-left,
.media > .pull-left {
    padding-right: 10px; }

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top; }

.media-middle {
    vertical-align: middle; }

.media-bottom {
    vertical-align: bottom; }

.media-heading {
    margin-top: 0;
    margin-bottom: 5px; }

.media-list {
    padding-left: 0;
    list-style: none; }

.list-group {
    padding-left: 0;
    margin-bottom: 20px; }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #888;
    cursor: not-allowed;
    background-color: #eeeeee; }
.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: #888; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #f8fd26;
    border-color: #f8fd26; }
.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: ivory; }

a.list-group-item,
button.list-group-item {
    color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
    width: 100%;
    text-align: left; }

.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: #e8627d;
    background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
    color: #e8627d; }
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: #e8627d;
    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: #e8627d;
    border-color: #e8627d; }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }

.panel {
    margin-bottom: 26px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
    padding: 16.5px; }
.panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
.panel-body:after {
    clear: both; }

.panel-heading {
    padding: 11px 16.5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit; }

.panel-footer {
    padding: 11px 16.5px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-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-right: 16.5px;
    padding-left: 16.5px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.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: 3px;
    border-top-right-radius: 3px; }
.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: 3px; }
.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: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.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-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.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: 3px; }
.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: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child 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 {
    margin-bottom: 0;
    border: 0; }

.panel-group {
    margin-bottom: 26px; }
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
.panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
    border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.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: #f8fd26; }
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #f8fd26;
    border-color: #f8fd26; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f8fd26; }
.panel-primary > .panel-heading .badge {
    color: #f8fd26;
    background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f8fd26; }

.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: #e8627d;
    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: #e8627d; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
    padding-bottom: 56.25%; }

.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
    padding: 24px;
    border-radius: 6px; }

.well-sm {
    padding: 9px;
    border-radius: 4px; }

.close {
    float: right;
    font-size: 25.5px;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 0.2; }
.close:hover, .close:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.modal-open {
    overflow: hidden; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
.modal.fade .modal-dialog {
    -webkit-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: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
.modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
.modal-header:after {
    clear: both; }

.modal-header .close {
    margin-top: -2px; }

.modal-title {
    margin: 0;
    line-height: 1.52947; }

.modal-body {
    position: relative;
    padding: 15px; }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
.modal-footer:after {
    clear: both; }
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto; }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .modal-sm {
        width: 300px; } }

@media (min-width: 992px) {
    .modal-lg {
        width: 900px; } }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.52947;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 15px;
    filter: alpha(opacity=0);
    opacity: 0; }
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.52947;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 17px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
    margin-top: -10px; }
.popover.right {
    margin-left: 10px; }
.popover.bottom {
    margin-top: 10px; }
.popover.left {
    margin-left: -10px; }
.popover > .arrow {
    border-width: 11px; }
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
.popover > .arrow:after {
    content: "";
    border-width: 10px; }
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0; }
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0; }
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff; }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 17px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }

.popover-content {
    padding: 9px 14px; }

.carousel {
    position: relative; }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block; }
.carousel-inner > .active {
    left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
.carousel-inner > .next {
    left: 100%; }
.carousel-inner > .prev {
    left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0; }
.carousel-inner > .active.left {
    left: -100%; }
.carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5; }
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
.carousel-control .icon-prev:before {
    content: "\2039"; }
.carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none; }
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px; }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px; }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px; }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px; }
    .carousel-indicators {
        bottom: 20px; } }

.clearfix:before, .clearfix:after {
    display: table;
    content: " "; }

.clearfix:after {
    clear: both; }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.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: 1199px) {
    .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: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table !important; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }

.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table !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; } }

html.overlay-open .navbar-fixed-top {
    z-index: 400; }

html.js fieldset.collapsed {
    border-left-width: 1px;
    border-right-width: 1px;
    height: auto; }

html.js input.form-autocomplete {
    background-image: none; }

html.js input.form-autocomplete {
    background-image: none; }

html.js .autocomplete-throbber {
    background-position: 100% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin: 2px 0 0 2px;
    width: 15px; }

html.js .autocomplete-throbber.throbbing {
    background-position: 100% -18px; }

body {
    position: relative; }
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px; }
body.navbar-is-fixed-top {
    padding-top: 64px; }
body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important; }
body.toolbar {
    padding-top: 30px !important; }
body.toolbar .navbar-fixed-top {
    top: 30px; }
body.toolbar.navbar-is-fixed-top {
    padding-top: 94px !important; }
body.toolbar-drawer {
    padding-top: 64px !important; }
body.toolbar-drawer .navbar-fixed-top {
    top: 64px; }
body.toolbar-drawer.navbar-is-fixed-top {
    padding-top: 128px !important; }
body.admin-menu .navbar-fixed-top {
    top: 29px; }
body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important; }
body div#admin-toolbar {
    z-index: 1600; }
body #toolbar, body #admin-menu, body #admin-toolbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600; }
body #admin-menu .dropdown li {
    line-height: normal; }

@media screen and (min-width: 768px) {
    .navbar.container {
        max-width: 720px; } }

@media screen and (min-width: 992px) {
    .navbar.container {
        max-width: 980px; } }

@media screen and (min-width: 1200px) {
    .navbar.container {
        max-width: 980px; } }

.navbar.container, .navbar.container-fluid {
    margin-top: 20px; }

.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
    margin: 0;
    padding: 0;
    width: auto; }

#overlay-container,
.overlay-modal-background,
.overlay-element {
    z-index: 1500; }

#toolbar {
    z-index: 1600; }

.modal {
    z-index: 1620; }

.modal-dialog {
    z-index: 1630; }

.ctools-modal-dialog .modal-body {
    width: 100% !important;
    overflow: auto; }

.modal-backdrop {
    z-index: 1610; }

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5; }

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px; }

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
@media screen and (min-width: 768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0; } }

ul.secondary {
    float: left; }
@media screen and (min-width: 768px) {
    ul.secondary {
        float: right; } }

.page-header {
    margin-top: 0; }

.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
    margin-top: 0; }

p:last-child {
    margin-bottom: 0; }

.region-help > .glyphicon {
    font-size: 21px;
    float: left;
    margin: -0.05em 0.5em 0 0; }

.region-help .block {
    overflow: hidden; }

form#search-block-form {
    margin: 0; }

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px; }
@media screen and (min-width: 992px) {
    .navbar #block-search-form {
        float: right; } }
.navbar #block-search-form .input-group-btn {
    width: auto; }

.navbar-search .control-group {
    margin-bottom: 0px; }

ul.action-links {
    margin: 16.5px 0;
    padding: 0; }
ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 11px 0 0; }
ul.action-links .glyphicon {
    padding-right: 0.5em; }

input, textarea, select, .uneditable-input {
    max-width: 100%;
    width: auto; }

input.error {
    color: #e8627d;
    border-color: #ebccd1; }

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0; }

fieldset .panel-body {
    clear: both; }

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px; }
fieldset .panel-heading a.panel-title:hover {
    text-decoration: none; }

.form-group:last-child,
.panel:last-child {
    margin-bottom: 0; }

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0; }

.form-actions {
    clear: both; }

.managed-files.table td:first-child {
    width: 100%; }

div.image-widget-data {
    float: none;
    overflow: hidden; }

table.sticky-header {
    z-index: 1; }

.resizable-textarea textarea {
    border-radius: 4px 4px 0 0; }

.text-format-wrapper {
    margin-bottom: 15px; }
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
    margin-bottom: 0; }

.filter-wrapper {
    border-radius: 0 0 4px 4px; }
.filter-wrapper .panel-body {
    padding: 7px; }
.filter-wrapper .form-type-select {
    min-width: 30%; }
.filter-wrapper .form-type-select .filter-list {
    width: 100%; }

.filter-help {
    margin-top: 5px;
    text-align: center; }
@media screen and (min-width: 768px) {
    .filter-help {
        float: right; } }
.filter-help .glyphicon {
    margin: 0 5px 0 0;
    vertical-align: text-top; }

.radio:first-child, .checkbox:first-child {
    margin-top: 0; }

.radio:last-child, .checkbox:last-child {
    margin-bottom: 0; }

.help-block, .control-group .help-inline {
    color: #888;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0; }

.panel-heading {
    display: block; }

a.tabledrag-handle .handle {
    height: auto;
    width: auto; }

.error {
    color: #e8627d; }

div.error,
table tr.error {
    background-color: #f2dede;
    color: #e8627d; }

.form-group.error,
.form-group.has-error {
    background: none; }
.form-group.error label, .form-group.error .control-label,
.form-group.has-error label,
.form-group.has-error .control-label {
    color: #e8627d;
    font-weight: 600; }
.form-group.error input, .form-group.error textarea, .form-group.error select, .form-group.error .uneditable-input,
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error .uneditable-input {
    color: #555555; }
.form-group.error .help-block, .form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
    color: #888; }

.nav-tabs {
    margin-bottom: 10px; }

ul li.collapsed,
ul li.expanded,
ul li.leaf {
    list-style: none;
    list-style-image: none; }

.tabs--secondary {
    margin: 0 0 10px; }

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: normal;
    color: #777; }

.form-type-password-confirm {
    position: relative; }
.form-type-password-confirm label {
    display: block; }
.form-type-password-confirm label .label {
    float: right; }
.form-type-password-confirm .password-help {
    padding-left: 2em; }
@media (min-width: 768px) {
    .form-type-password-confirm .password-help {
        border-left: 1px solid #ddd;
        left: 50%;
        margin-left: 22px;
        position: absolute; } }
@media (min-width: 992px) {
    .form-type-password-confirm .password-help {
        left: 33.33333%; } }
.form-type-password-confirm .progress {
    background: transparent;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 4px;
    margin: -5px 0px 0; }
.form-type-password-confirm .form-type-password {
    clear: left; }
.form-type-password-confirm .form-control-feedback {
    right: 15px; }
.form-type-password-confirm .help-block {
    clear: both; }

ul.pagination li > a.progress-disabled {
    float: left; }

.form-autocomplete .glyphicon {
    color: #888;
    font-size: 120%; }
.form-autocomplete .glyphicon.glyphicon-spin {
    color: #f8fd26; }

.form-autocomplete .input-group-addon {
    background-color: white; }

.ajax-progress-bar {
    border-radius: 0 0 4px 4px;
    border: 1px solid #ccc;
    margin: -1px 0 0;
    padding: 11px 16.5px;
    width: 100%; }
.ajax-progress-bar .progress {
    height: 8px;
    margin: 0; }
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
    color: #888;
    font-size: 15px;
    line-height: 1em;
    margin: 5px 0 0;
    padding: 0; }

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none; }

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

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

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

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

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

/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
    margin-bottom: 20px; }

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border-bottom: 0; }
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
    color: #888;
    font-size: 15px; }

.tab-pane > .panel-heading {
    display: none; }

.tab-content > .active {
    display: block; }

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd; }
.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px; }
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent; }
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    padding-bottom: 20px;
    width: 220px; }
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none; }
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
    outline: 0; }
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px; }
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
    outline: 0; }

.tabs-left > .tab-content,
.tabs-right > .tab-content {
    border-radius: 0 4px 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 15px; }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px; }
.tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px; }
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #ddd #eeeeee #eeeeee; }
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05); }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: -1px; }
.tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0; }
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
    border-color: #ddd #ddd #ddd transparent; }

th.checkbox,
td.checkbox,
th.radio,
td.radio {
    display: table-cell; }

.views-display-settings .label {
    font-size: 100%;
    color: #666666; }

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0 0; }

.views-exposed-form .views-exposed-widget .btn {
    margin-top: 1.8em; }

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
    max-width: inherit; }

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: right; }
@media (min-width: 768px) {
    .form-horizontal .form-group label {
        float: left;
        width: 16.66667%; } }

.alert a {
    font-weight: normal; }

.alert-success a, .alert-success a:hover, .alert-success a:focus {
    color: #2b542c; }

.alert-info a, .alert-info a:hover, .alert-info a:focus {
    color: #245269; }

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
    color: #66512c; }

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
    color: #e13658; }

div.image-style-new,
div.image-style-new div {
    display: block; }

div.image-style-new div.input-group {
    display: table; }

td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
    background: #ddd;
    font-weight: 700; }

.book-toc > .dropdown-menu {
    overflow: hidden; }
.book-toc > .dropdown-menu > .dropdown-header {
    white-space: nowrap; }
.book-toc > .dropdown-menu > li:nth-child(1) > a {
    font-weight: bold; }
.book-toc > .dropdown-menu .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%; }
.book-toc > .dropdown-menu .dropdown-menu > li {
    padding-left: 20px; }
.book-toc > .dropdown-menu .dropdown-menu > li > a {
    margin-left: -40px;
    padding-left: 60px; }

#features-filter .form-item.form-type-checkbox {
    padding-left: 20px; }

fieldset.features-export-component {
    font-size: 15px; }
html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
    margin: 0 0 13px; }
fieldset.features-export-component .panel-heading {
    padding: 5px 10px; }
fieldset.features-export-component .panel-heading a.panel-title {
    font-size: 15px;
    font-weight: 500;
    margin: -5px -10px;
    padding: 5px 10px; }
fieldset.features-export-component .panel-body {
    padding: 0 10px; }

div.features-export-list {
    margin: -11px 0 10px;
    padding: 0 10px; }

fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
    line-height: 1em;
    margin: 5px 5px 5px 0 !important;
    min-height: 0;
    padding: 3px 3px 3px 25px !important; }
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
    margin-top: 0; }

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
    top: 79px; }

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
    top: 39px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
        left: 240px;
        left: 24rem; } }

.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
    z-index: 1032; }

.navbar-administration #navbar-administration .navbar-tray {
    z-index: 1031; }

body.navbar-is-fixed-top.navbar-administration {
    padding-top: 103px !important; }

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
    padding-top: 143px !important; }

body.navbar-tray-open.navbar-vertical.navbar-fixed {
    margin-left: 240px;
    margin-left: 24rem; }

#navbar-administration.navbar-oriented .navbar-tray-vertical {
    width: 24rem; }

/**
 * Icon styles.
 */
a.icon-before .glyphicon,
a .glyphicon.icon-before {
    margin-right: .25em; }

a.icon-after .glyphicon,
a .glyphicon.icon-after {
    margin-left: .25em; }

.btn.icon-before .glyphicon,
.btn .glyphicon.icon-before {
    margin-left: -.25em;
    margin-right: .25em; }

.btn.icon-after .glyphicon,
.btn .glyphicon.icon-after {
    margin-left: .25em;
    margin-right: -.25em; }

.alert-success {
    background-image: -webkit-linear-gradient(280deg, #ff6758 0, #f06468 20%, #d35da8 31%, #7079f4 58%, #687df5 68%, #3ea1f4 100%);
    background-image: -o-linear-gradient(280deg, #ff6758 0, #f06468 20%, #d35da8 31%, #7079f4 58%, #687df5 68%, #3ea1f4 100%);
    background-image: linear-gradient(170deg, #ff6758 0, #f06468 20%, #d35da8 31%, #7079f4 58%, #687df5 68%, #3ea1f4 100%); }

.alert-danger {
    background-image: -webkit-gradient(linear, 114deg, from(#d152b7), to(#fe7142));
    background-image: -webkit-linear-gradient(114deg, #d152b7, #fe7142);
    background-image: -o-linear-gradient(114deg, #d152b7, #fe7142);
    background-image: linear-gradient(to 114deg, #d152b7, #fe7142); }

body {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr; }
body.open-sidebar {
    overflow-y: hidden !important;
    position: fixed;
    width: 100%; }
body.open-sidebar .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    background-color: #111; }
body .main-container section.col-sm-12 {
    position: inherit; }
@media (max-width: 991px) {
    body .toolbar {
        padding-top: 0 !important; } }

p, ul > li {
    letter-spacing: -0.02em; }

@media (max-width: 991px) {
    #toolbar {
        display: none !important;
        position: absolute !important; } }

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 40px; } }

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 32px; } }

@media (device-width: 320px) {
    h2, .h2 {
        font-size: 24px; } }

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 24px; } }

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 24px; } }

@media (max-width: 767px) {
    h5, .h5 {
        font-size: 21px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: -0.035em;
    margin-bottom: 22px; }

h6, .h6 {
    letter-spacing: -0.02em;
    line-height: 1.38105; }

small,
.small {
    letter-spacing: normal; }

a {
    -webkit-transition: color ease .15s;
    -moz-transition: color ease .15s;
    -o-transition: color ease .15s;
    transition: color ease .15s; }
a:hover .icon, a:focus .icon, a:active .icon {
    opacity: .8; }

.link:after {
    content: '';
    color: inherit;
    font-family: 'Icons';
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    padding-left: .3em;
    text-decoration: none; }

.link-inline {
    display: inline-block;
    margin-bottom: 0; }
.link-inline:not(:last-child) {
    margin-right: 22px; }

.link-unit {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3; }
.link-unit-title {
    overflow: hidden;
    height: 1px;
    position: absolute;
    width: 1px; }

.link-down:after {
    content: ''; }

.link-down-full:after {
    content: ''; }

.link-up:after {
    content: ''; }

.brand-img {
    /*background: url(../logo.svg) no-repeat 0 0;*/
    background-size: 33px;
    height: 33px;
    width: 33px; }

.brand-link {
    margin-top: 16.5px;
    margin-bottom: 16.5px;
    padding-right: 44px; }

.badges {
    display: inline-block;
    margin-top: 11px;
    min-width: 110px;
    max-width: 154px; }
@media (max-width: 991px) {
    .badges {
        margin-right: 44px;
        margin-top: 22px; }
    .badges:last-child {
        margin-right: 0; } }
@media (device-width: 320px) {
    .badges {
        min-width: 121px; } }
.badges:not(:last-child) {
    margin-right: 33px; }
@media (max-width: 767px) {
    .badges:not(:last-child) {
        margin-right: 22px; } }
.badges-group {
    margin-top: 22px; }
.badges-caption {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1.28583;
    letter-spacing: -.016em;
    margin-top: 5.5px; }
.badges-value {
    bottom: -2px;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -.02em;
    left: -2px;
    display: block;
    white-space: nowrap;
    position: relative; }
.badges-unit {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500; }

.h-p {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden; }

.h-h {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    margin: 0; }

div > img.h-i {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    margin: 0; }

.img {
    background: no-repeat 0 0;
    background-size: cover;
    position: relative; }
@media (max-width: 1199px) {
    .img-wrapper > figure.img {
        background-image: none !important; } }
@media (min-width: 992px) {
    .img .h-i-md {
        display: none; } }
@media (max-width: 1199px) {
    .img .h-i-md {
        display: block; } }
@media (max-width: 991px) {
    .img .h-i-md {
        display: block; } }
@media (max-width: 767px) {
    .img .h-i-md {
        display: none; } }
@media (min-width: 992px) {
    .img .h-i-sm {
        display: none; } }
@media (max-width: 1199px) {
    .img .h-i-sm {
        display: none; } }
@media (max-width: 991px) {
    .img .h-i-sm {
        display: none; } }
@media (max-width: 767px) {
    .img .h-i-sm {
        display: block; } }
@media (min-width: 992px) {
    .img .h-i {
        display: none; } }
@media (max-width: 1199px) {
    .img .h-i {
        display: none; } }
@media (max-width: 991px) {
    .img .h-i {
        display: none; } }
@media (max-width: 767px) {
    .img .h-i {
        display: none; } }

.navbar {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-width: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
@media (max-width: 767px) {
    .navbar {
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        background-color: rgba(0, 0, 0, 0.8); } }
@media (max-width: 767px) {
    .navbar-nav {
        float: none !important;
        margin: 0;
        text-align: left;
        -webkit-transition: -webkit-opacity 0.5s ease;
        -moz-transition: -moz-opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; } }
.navbar-nav > li > a {
    font-size: 15px;
    font-weight: 500; }
@media (max-width: 767px) {
    .navbar-nav > li > a {
        font-size: 21px;
        font-weight: 600; } }
@media (max-width: 767px) {
    .navbar-nav .dropdown-menu > li > a {
        padding-left: 22px;
        padding-right: 22px;
        text-align: left; } }
.navbar-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.02em; }
.navbar-right {
    margin-right: 0; }
.navbar-brand {
    padding: 12px 22px; }
.navbar-brand-img {
    height: 42px; }
@media (max-width: 767px) {
    .navbar-brand {
        display: inline-block;
        float: left !important;
        height: 55px;
        padding-top: 6.5px;
        padding-bottom: 6.5px; } }
.navbar-toggle {
    display: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 22px;
    margin-right: 16.5px;
    margin-top: 16.5px;
    margin-bottom: 16.5px;
    z-index: 2999;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important; }
.navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    vertical-align: super;
    display: inline-block;
    width: 22px;
    height: 2px; }
.navbar-toggle .icon-bar:before {
    top: -6px; }
.navbar-toggle .icon-bar:after {
    top: 6px; }
.navbar-toggle .icon-bar:after,
.navbar-toggle .icon-bar:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 22px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #fff; }
.navbar-toggle.open {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }
.navbar-toggle.open .icon-bar {
    background-color: transparent !important; }
.navbar-toggle.open .icon-bar:before {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg); }
.navbar-toggle.open .icon-bar:after {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -moz-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    -o-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg); }
@media (max-width: 767px) {
    .navbar-toggle {
        display: block; } }
@media (max-width: 767px) {
    .navbar {
        min-height: 55px;
        overflow: hidden; }
    .navbar > .container {
        padding-left: 16.5px;
        padding-right: 16.5px; }
    .navbar-header {
        height: 55px;
        text-align: center; }
    /*.navbar-collapse {*/
    /*    display: none !important; }*/
}

.nav-inside {
    border-top: 1px solid #444;
    font-size: 13px;
    font-weight: 500;
    margin-top: 44px;
    padding-top: 22px; }

.btn {
    border-width: 0;
    border-radius: 25px;
    font-size: 17px;
    padding: 13.75px 22px;
    letter-spacing: 0.01em;
    line-height: 1;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
.btn-lg, .btn-group-lg > .btn {
    font-size: 17px;
    padding: 13.75px 33px; }
.btn-sm, .btn-group-sm > .btn {
    font-size: 17px;
    padding: 11px 16.5px; }
.btn-xs, .btn-group-xs > .btn {
    font-size: 13px;
    padding: 5.5px 16.5px; }
.btn-inverse {
    color: #111 !important;
    background-color: #fff; }
.btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {
    opacity: .8; }
.btn-border {
    border: 2px solid;
    background-color: transparent;
    font-weight: 500;
    padding: 9px 14.5px; }
.btn-border:hover, .btn-border:active, .btn-border:focus {
    background-color: transparent;
    opacity: .8; }
.btn-border.btn-xs, .btn-group-xs > .btn-border.btn {
    padding: 3.5px 14.5px; }
.btn-border.btn-sm, .btn-group-sm > .btn-border.btn {
    padding: 6.25px 9px; }
.btn-border.btn-lg, .btn-group-lg > .btn-border.btn {
    padding: 11.75px 31px; }
.btn-border.btn-primary {
    border-color: #f8fd26;
    color: #f8fd26 !important; }
.btn-border, .btn-border.btn-default {
    border-color: #555555;
    color: #555555 !important; }
.btn-border.btn-inverse {
    border-color: #fff;
    color: #fff !important; }
.btn-transparent {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); }
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
    opacity: .8; }

.alert {
    border: 0;
    -webkit-box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 0;
    z-index: 99;
    font-size: 15px; }
.alert a:not(.close) {
    font-style: italic;
    color: #fff;
    font-weight: 500; }
.alert a.close {
    color: #fff;
    font-size: 33px;
    font-family: 'Icons';
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    transition: opacity ease .2s; }
.alert a.close:not(:hover) {
    opacity: 1; }

.breadcrumb {
    font-size: 13px;
    margin-bottom: 0; }
.breadcrumb-home-img {
    background-size: 17px 18px;
    height: 17px;
    width: 18px;
    top: -1px;
    position: relative; }
.breadcrumb span.first:hover, .breadcrumb span.first:active, .breadcrumb span.first:focus {
    opacity: 0.65; }
.breadcrumb span.inline:not(:first-child) {
    padding: 0 2.25px; }
.breadcrumb span a {
    color: #555; }
.breadcrumb span.delimiter {
    color: #444;
    font-family: 'Icons';
    font-size: 21px;
    padding: 0 2.25px;
    line-height: 14px;
    position: relative;
    bottom: -2.5px; }
.breadcrumb-wrapper {
    border-bottom: 1px solid #444;
    padding-bottom: 22px;
    margin-bottom: 22px; }

.progress {
    height: 5.5px;
    margin-bottom: 11px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.progress-group {
    margin-top: 66px; }
.progress-group p {
    font-size: 15px !important;
    max-width: 286px; }
@media (max-width: 991px) {
    .progress-group {
        margin-top: 44px; } }
.progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

blockquote {
    border-left-width: 2px;
    color: inherit;
    margin: 22px 0;
    padding: 11px 22px; }
@media (max-width: 767px) {
    blockquote {
        font-size: 19px; } }
blockquote:last-child {
    margin-bottom: 0; }

.form-control {
    border-width: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.messages {
    margin-bottom: 22px; }
.messages-wrapper {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    max-width: 1024px;
    width: 100%;
    padding: 0 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99; }

body.toolbar .chapternav-wrapper {
    top: 96px !important; }
body.toolbar .chapternav-wrapper.affix {
    top: 30px !important; }

body.toolbar .block-views .chapternav-wrapper {
    top: 66px !important; }
body.toolbar .block-views .chapternav-wrapper.affix {
    top: 30px !important; }

body.toolbar .navbar {
    top: 30px !important; }

body.toolbar .edit {
    position: absolute;
    right: 44px;
    bottom: 22px;
    z-index: 99; }
body.toolbar .edit:hover, body.toolbar .edit:focus, body.toolbar .edit:active {
    opacity: 0.8; }

body.toolbar .section-theme-inverse .edit .icon-edit,
body.toolbar .section-theme-blackout .edit -edit,
/*body.toolbar .section-img .edit .icon-edit {*/
    /*background-image: url(../icons/air_glyph_012a_edit.svg); }*/

:focus {
    outline: none !important; }

.btn,
a,
button,
input,
textarea {
    outline: none !important; }
.btn:active, .btn:focus,
a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none !important; }

/*textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}*/
html.js input.form-autocomplete {
    background-image: none; }

html.js .autocomplete-throbber {
    background-position: 100% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin: 2px 0 0 2px;
    width: 15px; }
html.js .autocomplete-throbber.throbbing {
    background-position: 100% -18px; }

.ajax-progress .throbber,
.flag-waiting .flag-throbber,
.throbber,
.ajax-progress-throbber,
.ajax-progress-throbber .throbber,
.ajax-processed-throbber .throbber,
.ajax-processed .throbber,
.ajax-processed-throbber,
.throbbing,
.throbber {
    display: none !important;
    width: 0 !important; }

.footer-wrapper {
    background: #1d1d1f;
    border: 0;
    color: #888;
    font-size: 17px;
    margin: 0;
    padding: 22px 0 66px;
    position: relative; }
@media (max-width: 767px) {
    .footer-wrapper {
        overflow: hidden; } }
.footer-wrapper a {
    color: #555; }
.footer-wrapper a:hover, .footer-wrapper a:active, .footer-wrapper a:focus {
    color: #555; }

.footer-content {
    width: 1024px;
    padding: 0 22px;
    margin-left: auto;
    margin-right: auto; }
@media (max-width: 991px) {
    .footer-content {
        width: 100%; } }

.footer .directory-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #444;
    padding-bottom: 22px;
    margin-bottom: 22px; }
@media (max-width: 767px) {
    .footer .directory-wrapper {
        display: block !important; } }

.footer .directory-nav {
    width: 50%; }
@media (max-width: 767px) {
    .footer .directory-nav {
        width: 50%; } }
@media (max-width: 767px) {
    .footer .directory-nav {
        width: 100%; } }

.footer .directory-caption {
    width: 41.66667%;
    margin: 0 0 0 8.33333%; }
@media (max-width: 991px) {
    .footer .directory-caption {
        width: 41.66667%;
        margin: 0 0 0 8.33333%; } }
@media (max-width: 767px) {
    .footer .directory-caption {
        width: 100%;
        margin: 0; } }

.footer .directory-brand {
    height: 33px;
    margin-bottom: 11px; }

.footer .directory-contacts {
    margin-top: 11px; }
.footer .directory-contacts span:first-child {
    margin-right: 22px;
    font-weight: 500; }

.footer .directory-payments {
    margin-top: 22px; }
.footer .directory-payments .icon {
    display: inline-block; }
.footer .directory-payments .icon:not(:last-child) {
    margin-right: 11px; }
.footer .directory-payments .icon-visa {
    top: -8px; }
.footer .directory-payments .icon-mir {
    top: -8px; }

.footer .networks-wrapper {
    border-bottom: 1px solid #444;
    padding-bottom: 22px;
    margin-bottom: 22px; }

.footer .networks-items {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 0; }
@media (max-width: 767px) {
    .footer .networks-items {
        margin-bottom: -22px; } }
.footer .networks-items > li {
    display: inline-block;
    position: relative;
    height: 16.5px; }
@media (max-width: 767px) {
    .footer .networks-items > li {
        margin-right: 22px !important;
        margin-bottom: 22px;
        margin-left: 0 !important; } }
.footer .networks-items > li .icon {
    margin-top: -7.5px; }
.footer .networks-items > li:hover, .footer .networks-items > li:active, .footer .networks-items > li:focus {
    opacity: .7; }
.footer .networks-items > li:not(:last-child) {
    margin-right: 27.5px; }
.footer .networks-items > li:not(:first-child) {
    margin-left: -3.5px; }

.footer .copyright-caption {
    display: inline-block; }
.footer .copyright-caption-title {
    margin-bottom: 0; }
.footer .copyright-caption-links a:first-child {
    margin-right: 11px; }

.footer .copyright-payments {
    display: inline-block;
    margin-left: 44px; }
@media (max-width: 767px) {
    .footer .copyright-payments {
        display: block;
        margin-left: 0;
        margin-top: 11px; } }
.footer .copyright-payments:last-child {
    float: right; }
@media (max-width: 767px) {
    .footer .copyright-payments:last-child {
        float: none;
        margin-top: 11px;
        margin-left: 0; } }
.footer .copyright-payments .icon {
    display: inline-block; }
.footer .copyright-payments .icon:not(:last-child) {
    margin-right: 11px; }
.footer .copyright-payments .icon-visa {
    top: -8px; }
.footer .copyright-payments .icon-mir {
    top: -8px; }

.footer .copyright-developer {
    float: right; }
@media (max-width: 991px) {
    .footer .copyright-developer {
        float: none;
        margin-top: 22px; } }

.section {
    margin-bottom: 44px;
    overflow: hidden;
    position: relative; }
.section-hero {
    margin-bottom: 44px;
    padding-top: 66px; }
@media (max-width: 767px) {
    .section-hero {
        padding-top: 55px; } }
.section-hero-chapternav {
    padding-top: 121px; }
@media (max-width: 767px) {
    .section-hero-chapternav {
        padding-top: 103px; } }
.section-hero .section-content {
    padding-top: 66px;
    padding-bottom: 66px; }
@media (max-width: 767px) {
    .section-hero .section-content {
        padding-top: 66px;
        padding-bottom: 66px; } }
.section-hero .section-eyebrow {
    color: #fff;
    font-size: 32px !important;
    font-weight: 500;
    margin-bottom: 11px; }
@media (max-width: 767px) {
    .section-hero .section-eyebrow {
        font-size: 24px !important; } }
.section-xs {
    max-width: 676px;
    margin-left: auto;
    margin-right: auto; }
@media (max-width: 1199px) {
    .section-xs {
        background-color: transparent;
        background-image: none !important;
        min-height: auto;
        padding-left: 0;
        padding-right: 0; } }
.section-xs.section-img {
    min-height: 638px; }
@media (max-width: 767px) {
    .section-xs.section-img {
        min-height: auto !important; } }
.section-xs-right {
    float: right !important; }
@media (max-width: 1199px) {
    .section-xs-right, .section-xs-left {
        float: none !important;
        margin-bottom: 0; } }
.section-xs > .container {
    width: 100%; }
.section-xs > .container .col-xs-12 {
    width: 100%;
    margin: 0;
    padding: 0; }
.section-xs .section-content {
    min-height: 638px;
    padding: 66px 110px; }
@media (max-width: 1199px) {
    .section-xs .section-content {
        min-height: auto !important;
        padding: 66px 110px !important; } }
@media (max-width: 767px) {
    .section-xs .section-content {
        padding: 44px 22px !important; } }
.section-xs-long.section-img {
    min-height: 748px; }
@media (max-width: 767px) {
    .section-xs-long.section-img {
        min-height: auto !important; } }
.section-xs-long .section-content {
    min-height: 748px;
    padding: 110px 110px; }
@media (max-width: 767px) {
    .section-xs-long .section-content {
        min-height: 462px !important; } }
.section-xs.section-map {
    padding-left: 0;
    padding-right: 0; }
.section-xs .geofield-ymap,
.section-xs .geofield-ymap > [class*="ymaps-2"],
.section-xs .geofield-ymap > [class*="ymaps-2"] > [class*="ymaps-2"] {
    height: 748px !important; }
.section-md {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto; }
@media (max-width: 1374px) {
    .section-md {
        margin-left: 22px;
        margin-right: 22px; } }
@media (max-width: 767px) {
    .section-md {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
@media (max-width: 1199px) {
    .section-md > .container {
        margin-left: -22px; } }
@media (max-width: 767px) {
    .section-md > .container {
        margin-left: auto; } }
.section-md-long {
    min-height: 748px; }
@media (max-width: 767px) {
    .section-md-long {
        min-height: 462px; } }
.section-md-long .section-content {
    min-height: 748px; }
@media (max-width: 767px) {
    .section-md-long .section-content {
        min-height: 462px; } }
.section-md .geofield-ymap,
.section-md .geofield-ymap > [class*="ymaps-2"],
.section-md .geofield-ymap > [class*="ymaps-2"] > [class*="ymaps-2"] {
    height: 462px !important; }
.section-lg {
    width: 100%; }
.section-lg-long {
    height: 748px; }
@media (max-width: 767px) {
    .section-lg-long {
        min-height: 462px; } }
.section-lg-long .section-content {
    min-height: 748px; }
@media (max-width: 767px) {
    .section-lg-long .section-content {
        min-height: 462px; } }
.section-lg-full {
    height: 100vh;
    max-height: 1080px; }
.section-lg-full .container,
.section-lg-full .row,
.section-lg-full .col-xs-12,
.section-lg-full .section-content {
    height: 100%; }
.section-lg .geofield-ymap,
.section-lg .geofield-ymap > [class*="ymaps-2"],
.section-lg .geofield-ymap > [class*="ymaps-2"] > [class*="ymaps-2"] {
    height: 462px !important; }
.section-lead .section-content-caption p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.section-lead .section-content-caption ul:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 21px;
    line-height: 1.38105; }
@media (max-width: 767px) {
    .section-lead .section-content-caption p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
    .section-lead .section-content-caption ul:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
        font-size: 17px;
        letter-spacing: normal; } }
.section-bold .section-content-caption p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.section-bold .section-content-caption ul:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-weight: 600; }
.section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 462px;
    height: 100%;
    padding-top: 110px;
    padding-bottom: 110px; }
.section-content-wrapper {
    height: 100%;
    z-index: 2; }
.section-content-wrapper > .section-option.container {
    width: 100%;
    padding: 0; }
.section-content-wrapper > .section-option.container .col-lg-12 {
    width: 100% !important;
    margin: 0 !important; }
.section-content-wrapper-form {
    text-align: left; }
.section-content-caption {
    z-index: 1; }
.section-content-caption :first-child {
    margin-top: 0; }
@media (max-width: 991px) {
    .section-content {
        padding-top: 66px;
        padding-bottom: 66px; } }
@media (max-width: 767px) {
    .section-content {
        padding-top: 44px;
        padding-bottom: 44px;
        min-height: auto; } }
@media (max-width: 767px) {
    .section > .container {
        max-width: 400px; } }
.section-eyebrow {
    color: #888;
    font-size: 32px !important;
    font-weight: 400;
    margin-bottom: 11px; }
@media (max-width: 767px) {
    .section-eyebrow {
        font-size: 24px !important; } }
@media (device-width: 320px) {
    .section-eyebrow {
        font-size: 24px; } }
.section-date {
    margin-bottom: 44px; }
.section-align-center .section-content-caption {
    text-align: center; }
.section-valign-top .section-content-caption {
    -ms-flex-item-align: start;
    align-self: flex-start; }
.section-valign-bottom .section-content-caption {
    -ms-flex-item-align: end;
    align-self: flex-end; }
.section-group {
    overflow: hidden; }
@media (max-width: 767px) {
    .section-group {
        margin: 0; } }
@media (max-width: 767px) {
    .section-group {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
.section-group .section-xs {
    float: left;
    margin-left: 0;
    margin-right: 0; }
@media (max-width: 1199px) {
    .section-group .section-xs {
        max-width: 676px !important;
        float: none;
        width: auto !important;
        margin-left: auto;
        margin-right: auto; } }
.section-group-xs, .section-group-sm, .section-group-md {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto; }
@media (max-width: 1374px) {
    .section-group-xs, .section-group-sm, .section-group-md {
        margin-left: 22px;
        margin-right: 22px; } }
.section-group-sm .section-xs:nth-child(2n), .section-group-md .section-xs:nth-child(2n), .section-group-lg .section-xs:nth-child(2n) {
    float: right; }
@media (max-width: 1199px) {
    .section-group-sm .section-xs:nth-child(2n), .section-group-md .section-xs:nth-child(2n), .section-group-lg .section-xs:nth-child(2n) {
        float: inherit; } }
@media (max-width: 1199px) {
    .section-group-sm .section-xs.section-theme-indent-no-bottom-outside:first-child, .section-group-sm .section-xs.section-theme-indent-no-bottom-outside:nth-child(3), .section-group-md .section-xs.section-theme-indent-no-bottom-outside:first-child, .section-group-md .section-xs.section-theme-indent-no-bottom-outside:nth-child(3), .section-group-lg .section-xs.section-theme-indent-no-bottom-outside:first-child, .section-group-lg .section-xs.section-theme-indent-no-bottom-outside:nth-child(3) {
        margin-bottom: 44px !important; } }
@media (max-width: 767px) {
    .section-group-sm .section-xs.section-theme-indent-no-bottom-outside:first-child, .section-group-sm .section-xs.section-theme-indent-no-bottom-outside:nth-child(3), .section-group-md .section-xs.section-theme-indent-no-bottom-outside:first-child, .section-group-md .section-xs.section-theme-indent-no-bottom-outside:nth-child(3), .section-group-lg .section-xs.section-theme-indent-no-bottom-outside:first-child, .section-group-lg .section-xs.section-theme-indent-no-bottom-outside:nth-child(3) {
        margin-bottom: 6px !important; } }
.section-group-xs .section-xs {
    max-width: 50%; }
.section-group-xs .section-xs.section-img {
    width: 50%; }
@media (max-width: 1199px) {
    .section-group-xs .section-xs {
        float: inherit; } }
.section-group-xs .section-xs-right.section-theme-bordered {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.section-group-xs .section-xs-right.section-theme-bordered + .section-theme-bordered {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.section-group-xs .section-xs-left.section-theme-bordered {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.section-group-xs .section-xs-left.section-theme-bordered + .section-theme-bordered {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
@media (max-width: 1199px) {
    .section-group-xs .section-xs-right.section-theme-bordered,
    .section-group-xs .section-xs-left.section-theme-bordered {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
@media (max-width: 1199px) {
    .section-group-xs .section-xs-right.section-theme-bordered + .section-theme-bordered,
    .section-group-xs .section-xs-left.section-theme-bordered + .section-theme-bordered {
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
.section-group-sm .section-xs {
    max-width: 49.187%; }
.section-group-sm .section-xs.section-img {
    width: 49.187%; }
.section-group-md .section-xs {
    max-width: 48.259%; }
.section-group-md .section-xs.section-img {
    width: 48.259%; }
.section-group-lg .section-xs {
    max-width: 49.422%; }
.section-group-lg .section-xs.section-img {
    width: 49.422%; }
.section-group-lg .section-sm {
    width: 50%;
    margin-left: 0;
    margin-right: 0; }
@media (max-width: 1199px) {
    .section-group-lg .section-sm {
        width: 100%; } }
.section-group-lg .section-sm .container {
    width: 100%; }
.section-group-lg .section-sm:first-child {
    float: left;
    margin-left: -3px;
    padding-left: 3px; }
@media (max-width: 1199px) {
    .section-group-lg .section-sm:first-child {
        padding-left: 0;
        margin-left: 0; } }
@media (max-width: 767px) {
    .section-group-lg .section-sm:first-child {
        float: inherit; } }
.section-group-lg .section-sm:nth-child(2n) {
    float: right;
    margin-right: -3px;
    padding-right: 3px; }
@media (max-width: 1199px) {
    .section-group-lg .section-sm:nth-child(2n) {
        padding-right: 0;
        margin-right: 0; } }
@media (max-width: 767px) {
    .section-group-lg .section-sm:nth-child(2n) {
        float: inherit; } }
.section .geofield-ymap,
.section .geofield-ymap > [class*="ymaps-2"],
.section .geofield-ymap > [class*="ymaps-2"] > [class*="ymaps-2"] {
    width: 100% !important; }
.section-option {
    margin-bottom: 110px; }
.section-option-titles-tabnav {
    margin-bottom: 44px; }
@media (max-width: 991px) {
    .section-option-titles-tabnav {
        margin-bottom: 44px; } }
.section-option:last-child {
    margin-bottom: 0; }
@media (max-width: 991px) {
    .section-option {
        margin-bottom: 66px; } }
@media (max-width: 767px) {
    .section-option {
        margin-bottom: 44px; } }
.section-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
@media (max-width: 1199px) {
    .section-img.section-xs figure {
        background: no-repeat center center;
        background-size: cover;
        height: 638px;
        width: 100%; } }
@media (max-width: 767px) {
    .section-img.section-xs figure {
        height: 319px; } }
.section-img-left .img-wrapper {
    float: left; }
.section-img-left .img-wrapper figure {
    float: right; }
.section-img-left .section-content-wrapper {
    float: right; }
@media (max-width: 1199px) {
    .section-img-left .section-content-wrapper {
        float: none; } }
.section-img-free-padding-full {
    padding: 66px 0; }
@media (max-width: 767px) {
    .section-img-free.section-img .section-content {
        min-height: auto; }
    .section-img-free figure {
        background: none !important;
        width: auto !important;
        height: auto !important; }
    .section-img-free figure img {
        display: block;
        margin: 0 auto; }
    .section-img-free-padding-full {
        padding: 0; } }
.section-theme-bordered {
    border-radius: 25px; }
.section-theme-autoheight .section-content {
    min-height: auto !important; }
.section-theme-inverse.section-img .section-content-caption h1, .section-theme-inverse.section-img .section-content-caption .h1, .section-theme-inverse.section-img .section-content-caption h2, .section-theme-inverse.section-img .section-content-caption .h2, .section-theme-inverse.section-img .section-content-caption h3, .section-theme-inverse.section-img .section-content-caption .h3, .section-theme-inverse.section-img .section-content-caption h4, .section-theme-inverse.section-img .section-content-caption .h4, .section-theme-inverse.section-img .section-content-caption h5, .section-theme-inverse.section-img .section-content-caption .h5, .section-theme-inverse.section-img .section-content-caption h6, .section-theme-inverse.section-img .section-content-caption .h6 {
    color: white; }
.section-theme-inverse.section-img .section-content-caption p,
.section-theme-inverse.section-img .section-content-caption ul > li {
    color: white; }
.section-theme-inverse.section-img .section-content-caption p a, .section-theme-inverse.section-img .section-content-caption p .link,
.section-theme-inverse.section-img .section-content-caption ul > li a,
.section-theme-inverse.section-img .section-content-caption ul > li .link {
    color: white; }
@media (max-width: 1199px) {
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption h1, .section-theme-inverse.section-xs.section-xs-bg .section-content-caption .h1,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption h2, .section-theme-inverse.section-xs.section-xs-bg .section-content-caption .h2,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption h3, .section-theme-inverse.section-xs.section-xs-bg .section-content-caption .h3,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption h4, .section-theme-inverse.section-xs.section-xs-bg .section-content-caption .h4,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption h5, .section-theme-inverse.section-xs.section-xs-bg .section-content-caption .h5,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption h6, .section-theme-inverse.section-xs.section-xs-bg .section-content-caption .h6,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption p,
    .section-theme-inverse.section-xs.section-xs-bg .section-content-caption ul > li {
        color: #fff; } }
.section-theme-blackout.section-img:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
@media (max-width: 1199px) {
    .section-theme-blackout.section-img.section-xs.section-xs-bg:before {
        opacity: 0; } }
.section-theme-autoblackout.section-img.section-valign-top:after, .section-theme-autoblackout.section-img.section-valign-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.95; }
@media (max-width: 1199px) {
    .section-theme-autoblackout.section-img.section-valign-top.section-xs.section-xs-bg:after, .section-theme-autoblackout.section-img.section-valign-bottom.section-xs.section-xs-bg:after {
        opacity: 0; } }
.section-theme-autoblackout.section-img.section-valign-top:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, transparent), to(#000));
    background-image: -webkit-linear-gradient(bottom, transparent 30%, #000);
    background-image: -o-linear-gradient(bottom, transparent 30%, #000);
    background-image: linear-gradient(0deg, transparent 30%, #000); }
.section-theme-autoblackout.section-img.section-valign-bottom:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background-image: -webkit-linear-gradient(top, transparent 30%, #000);
    background-image: -o-linear-gradient(top, transparent 30%, #000);
    background-image: linear-gradient(180deg, transparent 30%, #000); }
@media (max-width: 767px) {
    .section-theme-lighten, .section-theme-darken {
        margin-bottom: 6px !important; } }
.section-theme-lighten {
    background-color: #1d1d1f; }
.section-theme-darken {
    background-color: #0e0e0e;
    color: #fff; }
.section-theme-darken .section-eyebrow {
    color: #fff; }
.section-theme-darken h1, .section-theme-darken .h1, .section-theme-darken h2, .section-theme-darken .h2, .section-theme-darken h3, .section-theme-darken .h3, .section-theme-darken h4, .section-theme-darken .h4, .section-theme-darken h5, .section-theme-darken .h5, .section-theme-darken h6 .h6 {
    color: #fff; }
.section-theme-indent-no-bottom-outside {
    margin-bottom: 0 !important; }
.section-theme-indent-no-bottom-inside .section-content {
    padding-bottom: 0; }
.section-theme-indent-no-top-inside .section-content {
    padding-top: 0; }
.section-theme-indent-top-outside-xs {
    margin-top: 6px; }
.section-theme-indent-top-outside-sm {
    margin-top: 44px; }
.section-theme-indent-top-outside-md {
    margin-top: 66px; }
@media (max-width: 767px) {
    .section-theme-indent-top-outside-md {
        margin-top: 44px; } }
.section-theme-indent-top-outside-lg {
    margin-top: 110px; }
@media (max-width: 991px) {
    .section-theme-indent-top-outside-lg {
        margin-top: 66px; } }
@media (max-width: 767px) {
    .section-theme-indent-top-outside-lg {
        margin-top: 44px; } }
.section-theme-indent-top-inside-xs .section-content {
    padding-top: 6px; }
.section-theme-indent-top-inside-sm .section-content {
    padding-top: 44px; }
.section-theme-indent-top-inside-md .section-content {
    padding-top: 66px; }
@media (max-width: 767px) {
    .section-theme-indent-top-inside-md .section-content {
        padding-top: 44px; } }
.section-theme-indent-bottom-inside-xs .section-content {
    padding-bottom: 6px; }
.section-theme-indent-bottom-inside-xs-option {
    padding-bottom: 6px; }
.section-theme-indent-bottom-inside-sm .section-content {
    padding-bottom: 44px; }
.section-theme-indent-bottom-inside-sm-option {
    padding-bottom: 44px; }
.section-theme-indent-bottom-inside-md .section-content {
    padding-bottom: 66px; }
@media (max-width: 767px) {
    .section-theme-indent-bottom-inside-md .section-content {
        padding-bottom: 44px; } }
.section-theme-indent-bottom-inside-md-option {
    padding-bottom: 66px; }
@media (max-width: 767px) {
    .section-theme-indent-bottom-inside-md-option {
        padding-bottom: 44px; } }
.section-theme-indent-bottom-inside-lg .section-content {
    padding-bottom: 110px; }
@media (max-width: 991px) {
    .section-theme-indent-bottom-inside-lg .section-content {
        padding-bottom: 66px; } }
@media (max-width: 767px) {
    .section-theme-indent-bottom-inside-lg .section-content {
        padding-bottom: 44px; } }
.section-theme-indent-bottom-inside-lg-option {
    padding-bottom: 110px; }
@media (max-width: 991px) {
    .section-theme-indent-bottom-inside-lg-option {
        padding-bottom: 66px; } }
@media (max-width: 767px) {
    .section-theme-indent-bottom-inside-lg-option {
        padding-bottom: 44px; } }
.section-theme-indent-bottom-outside-xs {
    margin-bottom: 6px; }
.section-theme-indent-bottom-outside-sm {
    margin-bottom: 44px; }
.section-theme-indent-bottom-outside-md {
    margin-bottom: 66px; }
@media (max-width: 767px) {
    .section-theme-indent-bottom-outside-md {
        margin-bottom: 44px; } }
.section-theme-indent-bottom-outside-lg {
    margin-bottom: 110px; }
@media (max-width: 991px) {
    .section-theme-indent-bottom-outside-lg {
        margin-bottom: 66px; } }
@media (max-width: 767px) {
    .section-theme-indent-bottom-outside-lg {
        margin-bottom: 44px; } }
@media (max-width: 767px) {
    .section-form-sidebar .section-content {
        padding-top: 0; } }
@media (max-width: 1199px) {
    .section-form-left .section-content-wrapper .section-content, .section-form-right .section-content-wrapper .section-content {
        min-height: auto;
        padding-bottom: 0; } }
@media (max-width: 1199px) {
    .section-form-left .form-wrapper .section-content, .section-form-right .form-wrapper .section-content {
        padding-top: 44px; } }
.section-form-left .section-content-wrapper {
    float: right; }
.section-form-left .form-sidebar {
    float: left; }
.section-form-right .form-sidebar {
    float: right; }
.section-form-bottom .section-content {
    padding-bottom: 44px; }

.footnote-wrapper {
    color: #888;
    border-bottom: 1px solid #444;
    font-size: 13px;
    padding-bottom: 22px;
    margin-bottom: 22px; }
.footnote-wrapper ol {
    padding-left: 16.5px;
    margin-bottom: 0; }
.footnote-wrapper ol li:not(:last-child) {
    margin-bottom: 5.5px; }

.tile {
    background: #1d1d1f no-repeat center center;
    background-size: cover;
    border-radius: 25px;
    padding: 66px 44px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 462px;
    position: relative; }
@media (max-width: 991px) {
    .tile {
        padding: 44px 22px; } }
@media (max-width: 767px) {
    .tile {
        min-height: 462px; } }
.tile-wrapper {
    max-width: 1078px; }
.tile-wrapper-lg {
    max-width: 1352px; }
.tile-wrapper-lg-full {
    max-width: 1352px; }
.tile-wrapper-lg-full .tile {
    min-height: 748px; }
.tile-wrapper-full {
    max-width: 100%; }
.tile-item {
    padding: 11px; }
@media (max-width: 767px) {
    .tile-item:not(:last-child) {
        padding-bottom: 3px; }
    .tile-item:not(:first-child) {
        padding-top: 3px; } }
.tile-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -11px -33px; }
@media (max-width: 1199px) {
    .tile-items {
        margin-left: -11px;
        margin-right: -11px; } }
.tile-top .tile-caption {
    -ms-flex-item-align: start;
    align-self: flex-start; }
.tile-bottom .tile-caption {
    -ms-flex-item-align: end;
    align-self: flex-end; }
.tile-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
.tile-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    -webkit-justify-content: right;
    justify-content: right; }
.tile-blackout.tile-img:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.tile-autoblackout.tile-img.tile-bottom:after, .tile-autoblackout.tile-img.tile-top:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.95; }
.tile-autoblackout.tile-img.tile-top:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, transparent), to(#000));
    background-image: -webkit-linear-gradient(bottom, transparent 40%, #000);
    background-image: -o-linear-gradient(bottom, transparent 40%, #000);
    background-image: linear-gradient(0deg, transparent 40%, #000); }
.tile-autoblackout.tile-img.tile-bottom:after {
    background-image: -webkit-linear-gradient(265deg, transparent 40%, #000);
    background-image: -o-linear-gradient(265deg, transparent 40%, #000);
    background-image: linear-gradient(185deg, transparent 40%, #000); }
.tile-inverse h1, .tile-inverse .h1, .tile-inverse h2, .tile-inverse .h2, .tile-inverse h3, .tile-inverse .h3, .tile-inverse h4, .tile-inverse .h4, .tile-inverse h5, .tile-inverse .h5, .tile-inverse h6, .tile-inverse .h6, .tile-inverse p, .tile-inverse ul, .tile-inverse a:not(.btn), .tile-inverse .link:not(.btn) {
    color: #fff; }
.tile-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2; }
.tile-link-include.tile-caption-include.tile-blackout.tile-img:before {
    -webkit-transition: background ease .3s;
    -o-transition: background ease .3s;
    transition: background ease .3s; }
.tile-link-include.tile-caption-include.tile-blackout.tile-img:hover:before, .tile-link-include.tile-caption-include.tile-blackout.tile-img:focus:before, .tile-link-include.tile-caption-include.tile-blackout.tile-img:active:before {
    background: rgba(0, 0, 0, 0.7); }
.tile-link-include.tile-caption-include.tile-autoblackout.tile-img:not(.tile-blackout):before {
    content: '';
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: background ease .3s;
    -o-transition: background ease .3s;
    transition: background ease .3s; }
.tile-link-include.tile-caption-include.tile-autoblackout.tile-img:not(.tile-blackout):hover:before, .tile-link-include.tile-caption-include.tile-autoblackout.tile-img:not(.tile-blackout):focus:before, .tile-link-include.tile-caption-include.tile-autoblackout.tile-img:not(.tile-blackout):active:before {
    background: rgba(0, 0, 0, 0.2); }
.tile-link-include.tile-caption-include:not(.tile-blackout):not(.tile-autoblackout) .tile-caption {
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s; }
.tile-link-include.tile-caption-include:not(.tile-blackout):not(.tile-autoblackout):hover .tile-caption, .tile-link-include.tile-caption-include:not(.tile-blackout):not(.tile-autoblackout):focus .tile-caption, .tile-link-include.tile-caption-include:not(.tile-blackout):not(.tile-autoblackout):active .tile-caption {
    opacity: .7; }
.tile-link-include.tile-caption-empty:before {
    content: '';
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: background ease .3s;
    -o-transition: background ease .3s;
    transition: background ease .3s; }
.tile-link-include.tile-caption-empty:hover:before, .tile-link-include.tile-caption-empty:focus:before, .tile-link-include.tile-caption-empty:active:before {
    background: rgba(0, 0, 0, 0.2); }
.tile-eyebrow {
    font-weight: 500;
    font-size: 17px; }
.tile-file {
    margin-top: 22px; }
.tile-caption {
    z-index: 1;
    max-width: 418px; }
.tile-caption :first-child {
    margin-top: 0; }
.tile-gallery-slide {
    position: absolute !important;
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    z-index: 3; }
.tile-gallery-slide .gallery-notice {
    bottom: 11px; }

.catalog-item {
    border: 1px solid #eee;
    background-color: #fff;
    display: inline-block;
    width: 322px;
    text-align: center;
    padding: 22px;
    -webkit-transition: box-shadow ease 0.3s;
    -moz-transition: box-shadow ease 0.3s;
    -o-transition: box-shadow ease 0.3s;
    -webkit-transition: -webkit-box-shadow ease 0.3s;
    transition: -webkit-box-shadow ease 0.3s;
    transition: box-shadow ease 0.3s;
    transition: box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
    margin-bottom: 6px; }
.catalog-item:not(:nth-child(3n)) {
    margin-right: 6px; }
.catalog-items {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.catalog-item:hover, .catalog-item:active, .catalog-item:focus {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 49.5px 70px -24.5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 49.5px 70px -24.5px; }
.catalog-item-half {
    margin: 0 22px; }
@media (max-width: 991px) {
    .catalog-item-half {
        margin: 0; }
    .catalog-item-half:first-child {
        margin-right: 22px; } }
@media (max-width: 767px) {
    .catalog-item {
        max-width: 322px !important;
        margin-left: auto;
        margin-right: auto; }
    .catalog-item:not(:last-child) {
        margin-bottom: 5.5px; } }

.catalog-img {
    background: no-repeat center center;
    background-size: cover;
    width: 278px;
    height: 278px;
    margin-bottom: 44px; }
.catalog-img-violator {
    margin-bottom: 11px; }
@media (max-width: 767px) {
    .catalog-img {
        width: auto !important;
        height: auto !important;
        background-image: none !important; }
    .catalog-img img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

.catalog-violator {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 11px;
    line-height: 22px; }
.catalog-violator-new {
    color: #f8fd26; }
.catalog-violator-out {
    color: #888; }
.catalog-violator-order {
    color: #22964b; }
.catalog-violator-sale {
    color: #e65d1d; }

.catalog-title {
    font-weight: 500; }

.catalog-caption {
    color: #888;
    font-size: 13px;
    font-weight: 500;
    margin-top: 11px; }

.catalog-price {
    margin-top: 22px; }

@media (max-width: 991px) {
    .catalog-full .catalog-item {
        max-width: 236px; }
    .catalog-full .catalog-img {
        height: 192px;
        width: 100%; } }

.plans {
    min-width: 286px; }
.plans-highlighted {
    font-weight: 500; }
.plans-highlighted .plans-price {
    color: #e65d1d; }
.plans-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.plans-item {
    /*	-webkit-box-sizing: border-box;
		box-sizing: border-box;
			-webkit-box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
		box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
		border-radius: 12px;
		padding: 44px 44px 22px;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	-ms-flex-flow: column;
    flex-flow: column;
		width: 47.756%;*/ }
.plans-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media (max-width: 767px) {
    .plans-items {
        display: block; } }
.plans-label {
    color: #e65d1d;
    font-size: 15px;
    margin-bottom: 11px; }
.plans-title {
    margin: 0 0 22px;
    max-width: 286px; }
.plans-title .icon {
    margin: 0 auto 22px; }
@media (max-width: 767px) {
    .plans-title {
        max-width: inherit; } }
.plans-strip {
    border-top: 1px solid #eee;
    font-size: 15px;
    padding: 11px 0; }
.plans-strip:first-of-type {
    border-top-color: transparent;
    padding-top: 0; }
.plans-strip:last-of-type {
    padding-bottom: 0; }
@media (max-width: 767px) {
    .plans-strip {
        font-size: 15px; } }
.plans-caption {
    font-size: 15px;
    margin-top: 22px;
    max-width: 286px; }
@media (max-width: 767px) {
    .plans-caption {
        font-size: 15px;
        max-width: inherit; } }
.plans-price {
    color: #fff;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    letter-spacing: -.03em;
    font-weight: 300;
    font-size: 56px;
    line-height: 1.26471; }
.plans-price-unit {
    font-size: 40px;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: -.02em; }
@media (max-width: 767px) {
    .plans-price-unit {
        font-size: 24px; } }
@media (max-width: 767px) {
    .plans-price {
        font-size: 40px; } }
@media (max-width: 1199px) {
    .plans:not(:last-child) {
        margin-bottom: 44px; } }
@media (max-width: 1199px) and (max-width: 767px) {
    .plans:not(:last-child) {
        margin-bottom: 44px; } }
@media (max-width: 767px) {
    .plans {
        margin-right: 0 !important;
        max-width: inherit !important; } }

.chapternav-wrapper {
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    min-height: 55px;
    top: 66px;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    z-index: 999;
    text-align: right; }
@media (max-width: 767px) {
    .chapternav-wrapper {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        min-height: 48px; } }
.chapternav-wrapper.affix {
    position: fixed;
    top: 0; }
@media (max-width: 991px) {
    .chapternav-wrapper .col-xs-12 {
        padding: 0 16.5px; } }

.chapternav-item {
    display: inline-block;
    vertical-align: top;
    margin: 13px 11px;
    line-height: 22px;
    padding: 0; }
.chapternav-item:last-child {
    margin-right: 0; }
.chapternav-item:first-child {
    margin-left: 0; }
.chapternav-items {
    list-style: none;
    margin: 0;
    padding: 6px 0 0;
    white-space: nowrap;
    min-height: 54px; }
@media (max-width: 767px) {
    .chapternav-items {
        min-height: 47px;
        padding-top: 0; }
    .chapternav-items .chapternav-item:not(.chapternav-item-more):not(.chapternav-item-btn):not(.chapternav-item-header) {
        display: none; } }
.chapternav-item a {
    display: block; }
.chapternav-item-header {
    display: block;
    float: left;
    padding: 0;
    white-space: nowrap; }
@media (max-width: 767px) {
    .chapternav-item-header {
        margin-left: 0 !important; } }
.chapternav-item-btn {
    height: 22px; }
.chapternav-item-btn a {
    position: relative;
    top: -1px; }
.chapternav-item-more {
    top: 8px;
    position: relative;
    height: 33px;
    width: 44px;
    margin: 0 -11px 0 0 !important; }
.chapternav-item-more .icon-more {
    height: 24px;
    margin-right: 0; }
.chapternav-item-more-menu {
    margin: 0;
    padding: 0;
    text-align: left; }
.chapternav-item-more-menu .chapternav-item {
    margin: 11px 22px 0;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }
.chapternav-item-more-menu .chapternav-item > a {
    font-size: 15px;
    font-weight: 500; }
.chapternav-item-more-menu .chapternav-item > a span {
    float: none;
    font-weight: inherit; }
.chapternav-item-more-menu .chapternav-item:last-child {
    border-bottom: none !important;
    margin-bottom: 11px; }
.chapternav-item-more-menu.in .chapternav-item {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
@media (max-width: 991px) {
    .chapternav-item:not(first-child):not(last-child) {
        margin-left: 11px;
        margin-right: 11px; } }

.chapternav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.002em;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; }
.chapternav-link:hover, .chapternav-link:focus, .chapternav-link:active {
    opacity: .8;
    text-decoration: none; }
.chapternav-link.active {
    opacity: .8; }
.chapternav-link-header {
    color: #fff !important;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.02em;
    opacity: 1 !important; }
@media (max-width: 991px) {
    .chapternav-link-header {
        font-size: 17px; } }
@media (max-width: 767px) {
    .chapternav-link-header {
        font-size: 17px;
        top: 1px;
        position: relative; } }
.chapternav-link-title {
    display: block;
    line-height: 1;
    float: right;
    margin-top: 6.5px; }
@media (max-width: 767px) {
    .chapternav-link-title {
        margin-top: 5.5px;
        font-size: 10px; } }
.chapternav-link-more {
    width: 44px;
    height: 33px;
    top: -2px;
    position: relative; }
.chapternav-link-more-chevron {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.chapternav-link-more-chevron:after, .chapternav-link-more-chevron:before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    width: 12px;
    height: 1px;
    z-index: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1); }
.chapternav-link-more-chevron:before {
    webkit-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    right: 50%; }
.chapternav-link-more-chevron:after {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    left: 50%; }
.chapternav-link-more.collapsed .chapternav-link-more-chevron {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }
.chapternav-link-more.collapsed .chapternav-link-more-chevron:before {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5); }
.chapternav-link-more.collapsed .chapternav-link-more-chevron:after {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5); }
.chapternav-link-btn {
    border-radius: 12px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    opacity: 1 !important; }
@media (max-width: 767px) {
    .chapternav-link-btn {
        font-weight: 400;
        padding-left: 11px;
        padding-right: 11px;
        letter-spacing: -.02em;
        top: 0; } }

.chapternav-dark {
    background-color: rgba(29, 29, 31, 0.72); }
.chapternav-dark .chapternav-link {
    color: #fff; }
.chapternav-dark .chapternav-link-header {
    color: #fff !important; }
.chapternav-dark .chapternav-item-more-menu .chapternav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
.chapternav-dark .chapternav-link-more-chevron:after,
.chapternav-dark .chapternav-link-more-chevron:before {
    background-color: #fff; }

.chapternav-bordered {
    border-bottom: 1px solid rgba(29, 29, 31, 0.1); }
@media (max-width: 767px) {
    .chapternav-bordered {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1); } }
.chapternav-bordered.chapternav-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
@media (max-width: 767px) {
    .chapternav-bordered.chapternav-dark {
        border-bottom: 1px solid rgba(255, 255, 255, 0.24); } }

.chapternav-transparent.affix-top:not(.open) {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: none !important; }
.chapternav-transparent.affix-top:not(.open) .chapternav-items {
    border-bottom: 1px solid rgba(29, 29, 31, 0.1); }
.chapternav-transparent.affix-top:not(.open).chapternav-dark .chapternav-items {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24); }

.strip {
    width: 73.05%;
    padding: 0 22px;
    position: relative; }
.strip:not(:first-child) {
    margin-top: 44px !important; }
@media (max-width: 767px) {
    .strip {
        width: 100% !important; }
    .strip:not(:first-child) {
        margin-top: 44px !important; } }
.strip-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-left: -22px;
    margin-right: -22px; }
@media (max-width: 1199px) {
    .strip-items {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start; } }
@media (max-width: 767px) {
    .strip-items {
        display: block; } }
.strip-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
.strip-center .icon {
    margin-left: auto;
    margin-right: auto; }
.strip-xs {
    width: 25%; }
.strip-xs:nth-child(2), .strip-xs:nth-child(3), .strip-xs:nth-child(4) {
    margin-top: 0 !important; }
@media (max-width: 1199px) {
    .strip-xs {
        width: 50%; }
    .strip-xs:not(:first-child):not(:nth-child(2)) {
        margin-top: 44px !important; } }
@media (max-width: 767px) {
    .strip-xs:nth-child(2) {
        margin-top: 44px !important; } }
.strip-sm {
    width: 33%; }
.strip-sm:nth-child(2), .strip-sm:nth-child(3) {
    margin-top: 0 !important; }
@media (max-width: 1199px) {
    .strip-sm {
        width: 50%; }
    .strip-sm:not(:first-child):not(:nth-child(2)) {
        margin-top: 44px !important; } }
@media (max-width: 767px) {
    .strip-sm:nth-child(2) {
        margin-top: 44px !important; } }
.strip-md {
    width: 50%; }
.strip-md:nth-child(2) {
    margin-top: 0 !important; }
@media (max-width: 767px) {
    .strip-md:nth-child(2) {
        margin-top: 44px !important; } }
.strip-caption h3, .strip-caption .h3, .strip-caption h4, .strip-caption .h4, .strip-caption h5, .strip-caption .h5, .strip-caption h6, .strip-caption .h6 {
    margin-top: 0; }
.strip-caption h6, .strip-caption .h6 {
    margin-bottom: 11px; }
.strip-icon {
    margin-bottom: 22px; }
.strip-link {
    display: inline-block;
    margin-top: 11px; }

.tabnav-wrapper {
    text-align: center; }

.tabnav-tabs {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 44px; }
@media (max-width: 767px) {
    .tabnav-tabs {
        margin-bottom: 22px;
        text-align: center; } }
.tabnav-tabs > li {
    border-bottom: 1px solid #888;
    display: inline-block;
    padding-left: 66px; }
@media (max-width: 767px) {
    .tabnav-tabs > li {
        float: none;
        margin: 0 5.5px;
        padding-left: 0; } }
.tabnav-tabs > li:first-child {
    padding-left: 0; }
.tabnav-tabs > li.active > a {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: #888;
    position: relative; }
.tabnav-tabs > li.active > a:before {
    content: '';
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px; }
.tabnav-tabs > li.active > a:hover, .tabnav-tabs > li.active > a:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent; }
.tabnav-tabs > li > a {
    background: transparent;
    border: 0;
    color: #888;
    padding: 11px 0;
    margin: 0;
    text-shadow: 0 0 0 rgba(136, 136, 136, 0.5); }
@media (max-width: 767px) {
    .tabnav-tabs > li > a {
        font-size: 15px; } }
.tabnav-tabs > li > a:hover, .tabnav-tabs > li > a:focus {
    background: transparent;
    color: #f8fd26;
    text-shadow: 0 0 0 rgba(62, 187, 76, 0.5); }

.tabnav-img {
    background: no-repeat center center;
    background-color: #fafafa;
    background-size: cover;
    height: 540px;
    width: 100%; }
.tabnav-imgs {
    margin-bottom: 44px; }
@media (max-width: 767px) {
    .tabnav-imgs {
        margin-bottom: 22px; } }
@media (max-width: 991px) {
    .tabnav-img {
        height: 397px; } }
@media (max-width: 767px) {
    .tabnav-img {
        height: auto;
        width: auto;
        background-image: none !important; }
    .tabnav-img img {
        display: block; } }

.tabnav-captions {
    max-width: 594px;
    margin: 0 auto 0; }
.tabnav-captions h3,
.tabnav-captions h4,
.tabnav-captions h5 {
    color: #fff;
    margin-top: 0; }

.cards {
    background: #fff;
    padding: 66px 66px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative; }
.cards-xs {
    width: 47.756%;
    margin-bottom: 44px;
    min-height: 462px; }
@media (max-width: 991px) {
    .cards-xs {
        min-height: 484px; } }
@media (max-width: 767px) {
    .cards-xs {
        min-height: 396px;
        width: 100%; }
    .cards-xs .h-i-sm {
        display: none; }
    .cards-xs .h-i-md {
        display: block; } }
.cards-md {
    width: 100%;
    min-height: 468px; }
.cards-md:not(:last-child) {
    margin-bottom: 44px; }
@media (max-width: 991px) {
    .cards-md {
        min-height: 344px; } }
@media (max-width: 767px) {
    .cards-md {
        min-height: 286px; } }
@media (device-width: 320px) {
    .cards-md {
        min-height: 242px; } }
.cards-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media (max-width: 991px) {
    .cards-img {
        background-image: none !important;
        width: auto;
        height: auto; } }
.cards-center {
    text-align: center; }
.cards-caption {
    z-index: 2; }
@media (max-width: 991px) {
    .cards-caption h6, .cards-caption .h6 {
        font-size: 17px; } }
@media (max-width: 1199px) {
    .cards {
        padding: 44px 44px 0; } }
@media (max-width: 767px) {
    .cards {
        padding: 44px 22px 0; }
    .cards:not(:last-child) {
        margin-bottom: 44px; }
    .cards:last-child {
        margin-bottom: 0; } }

.gallery-wrapper {
    overflow: visible !important; }
@media (max-width: 767px) {
    .gallery-wrapper {
        overflow: hidden !important;
        margin-left: -22px !important;
        margin-right: -22px !important; } }
.gallery-wrapper .swiper-pagination {
    bottom: inherit !important;
    line-height: 11px;
    top: 561px; }
.gallery-wrapper .swiper-pagination span {
    margin: 0 6.5px !important; }
.gallery-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #f8fd26; }
@media (max-width: 767px) {
    .gallery-wrapper .swiper-pagination {
        top: 306px; } }

.gallery-button-next, .gallery-button-prev {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 6px;
    height: 110px;
    margin-top: 0;
    top: 215px;
    width: 44px;
    position: absolute;
    z-index: 10;
    cursor: pointer; }
@media (max-width: 767px) {
    .gallery-button-next, .gallery-button-prev {
        display: none; } }
.gallery-button-next:before, .gallery-button-prev:before {
    font-family: "Icons";
    font-size: 78px;
    line-height: 110px;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
    opacity: .6; }
@media (max-width: 767px) {
    .gallery-button-next:before, .gallery-button-prev:before {
        font-size: 54px; } }
.gallery-button-next:hover:before, .gallery-button-next:focus:before, .gallery-button-next:active:before, .gallery-button-prev:hover:before, .gallery-button-prev:focus:before, .gallery-button-prev:active:before {
    opacity: 1; }

.gallery-button-next {
    right: 110px;
    left: auto; }
@media (max-width: 991px) {
    .gallery-button-next {
        right: 22px; } }
.gallery-button-next:before {
    content: ''; }

.gallery-button-prev {
    left: 110px;
    right: auto; }
@media (max-width: 991px) {
    .gallery-button-prev {
        left: 22px; } }
.gallery-button-prev:before {
    content: ''; }

.gallery-button-light {
    background-color: rgba(255, 255, 255, 0.3); }
.gallery-button-light:before {
    color: #fff; }

.gallery-button-dark {
    background-color: rgba(0, 0, 0, 0.3); }
.gallery-button-dark:before {
    color: #fff; }

.gallery-button-transparent {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent; }

.gallery-item {
    margin-bottom: 33px;
    width: auto !important; }
@media (max-width: 767px) {
    .gallery-item {
        width: 100% !important;
        margin-bottom: 0; } }
.gallery-item.swiper-slide-active .gallery-caption {
    -webkit-transition: opacity ease .7s;
    -o-transition: opacity ease .7s;
    transition: opacity ease .7s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1; }
@media (max-width: 767px) {
    .gallery-item img {
        height: 286px;
        margin-bottom: 33px;
        margin-left: auto;
        margin-right: auto;
        width: auto; } }

.gallery-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.gallery-slide .colorbox {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
.gallery-slide .colorbox:hover + .gallery-notice {
    opacity: 1; }

.gallery-caption {
    font-size: 15px;
    text-align: center;
    max-width: 462px;
    margin: 66px auto 0;
    -webkit-transition: opacity ease .4s;
    -o-transition: opacity ease .4s;
    transition: opacity ease .4s;
    opacity: 0; }
@media (max-width: 767px) {
    .gallery-caption {
        margin-top: 55px;
        padding-left: 22px;
        padding-right: 22px; } }

.gallery-notice {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 1;
    padding: 5.5px 11px 5.5px 27.5px;
    border-radius: 15px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    position: absolute;
    bottom: 16.5px;
    color: #fff;
    font-size: 13px;
    -webkit-transition: opacity ease .5s;
    -o-transition: opacity ease .5s;
    transition: opacity ease .5s;
    opacity: 0;
    z-index: 1; }
.gallery-notice .icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    top: 3px;
    position: absolute;
    background-size: 18px;
    left: 5.5px; }

.form-wrapper {
    text-align: left; }
.form-wrapper .control-label {
    font-size: 15px; }
.form-wrapper .form-type-checkbox .control-label {
    font-size: 13px; }
.form-wrapper .form-item-submitted-legal {
    max-width: 60%; }
@media (max-width: 1199px) {
    .form-wrapper .form-item-submitted-legal {
        width: 50%; } }
@media (max-width: 767px) {
    .form-wrapper .form-item-submitted-legal {
        max-width: 100%;
        width: 100%; } }
.form-wrapper .captcha {
    float: right; }
@media (max-width: 767px) {
    .form-wrapper .captcha {
        top: 0 !important;
        display: block !important;
        float: none !important; } }
.form-wrapper .form-actions {
    margin-top: 22px;
    clear: inherit; }

.form-bottom {
    padding-bottom: 110px; }
.form-bottom .form-item-submitted-mail,
.form-bottom .form-item-submitted-phone {
    display: inline-block;
    width: 48.5%; }
@media (max-width: 767px) {
    .form-bottom .form-item-submitted-mail,
    .form-bottom .form-item-submitted-phone {
        display: block;
        width: 100%;
        float: none; } }
.form-bottom .form-item-submitted-phone {
    float: right; }
.form-bottom .captcha {
    position: relative;
    top: -44px; }
@media (max-width: 1199px) {
    .form-bottom .captcha {
        top: -66px; } }
@media (max-width: 767px) {
    .form-bottom {
        margin-top: 0;
        padding-bottom: 44px; } }

.stock {
    border-top: 1px solid #eee; }
.stock:last-child {
    border-bottom: 1px solid #eee; }
.stock-title {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 22px 0;
    position: relative; }
@media (max-width: 767px) {
    .stock-title {
        padding-right: 33px; } }
.stock-title:hover, .stock-title:focus, .stock-title:active {
    color: #f8fd26;
    text-decoration: none; }
.stock-title:hover .icon-cross:after, .stock-title:hover .icon-cross:before, .stock-title:focus .icon-cross:after, .stock-title:focus .icon-cross:before, .stock-title:active .icon-cross:after, .stock-title:active .icon-cross:before {
    background: #f8fd26; }
.stock-title.collapsed .icon-cross {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.stock-title .icon-cross {
    opacity: 1 !important; }
@media (max-width: 767px) {
    .stock-title .icon-cross {
        position: absolute;
        top: 26px;
        right: 0; } }
.stock-caption {
    padding: 0 0 22px; }

.category {
    min-height: 286px;
    position: relative; }
@media (max-width: 991px) {
    .category {
        min-height: 176px; } }
@media (max-width: 767px) {
    .category {
        min-height: inherit; } }
.category:not(:last-child) {
    margin-bottom: 66px; }
@media (max-width: 767px) {
    .category:not(:last-child) {
        margin-bottom: 44px; } }
.category:hover .category-img, .category:focus .category-img, .category:active .category-img {
    opacity: .7; }
.category-wrapper {
    margin-top: 165px;
    margin-bottom: 110px; }
@media (max-width: 767px) {
    .category-wrapper {
        margin-top: 125px;
        margin-bottom: 44px; } }
.category-wrapper .pager {
    line-height: 11px;
    margin: 44px 0 0; }
.category-wrapper .pager-previous > a, .category-wrapper .pager-next > a {
    border-width: 0;
    border-radius: 0;
    padding: 0;
    height: 22px;
    width: 22px;
    position: relative; }
.category-wrapper .pager-previous > a:hover, .category-wrapper .pager-previous > a:focus, .category-wrapper .pager-previous > a:active, .category-wrapper .pager-next > a:hover, .category-wrapper .pager-next > a:focus, .category-wrapper .pager-next > a:active {
    background-color: transparent; }
.category-wrapper .pager-previous > a:before, .category-wrapper .pager-next > a:before {
    font-family: 'Icons';
    font-style: normal;
    font-size: 64px;
    line-height: 0;
    height: 22px;
    top: 16px;
    left: -6px;
    position: absolute; }
.category-wrapper .pager-previous {
    margin-right: 22px; }
.category-wrapper .pager-previous > a:before {
    content: ''; }
.category-wrapper .pager-next {
    margin-left: 22px; }
.category-wrapper .pager-next > a:before {
    content: ''; }
.category-link {
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1; }
.category-caption {
    margin-left: 506px;
    position: relative; }
@media (max-width: 991px) {
    .category-caption {
        margin-left: 330px; } }
@media (max-width: 767px) {
    .category-caption {
        margin-left: 0; } }
@media (max-width: 991px) {
    .category-caption h4 {
        font-size: 24px; } }
@media (max-width: 991px) {
    .category-caption p {
        font-size: 15px; } }
.category-date {
    font-size: 15px; }
.category-img {
    height: 286px;
    position: absolute;
    width: 462px;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s; }
@media (max-width: 991px) {
    .category-img {
        width: 286px;
        height: 176px; } }
@media (max-width: 767px) {
    .category-img {
        background: none !important;
        height: auto;
        width: auto;
        position: relative; } }
@media (max-width: 767px) {
    .category-img > .h-i {
        display: block;
        margin-bottom: 22px; } }
.category-img-empty:before {
    bottom: 0;
    content: '';
    position: absolute;
    background-color: #f2f2f2;
    left: 0;
    right: 0;
    top: 0;
    z-index: -2; }
.category-img-empty:after {
    content: '';
    /*background: url(../icons/../icons/air_glyph_034_sitebucks.svg) no-repeat center center;*/
    height: 33px;
    width: 176px;
    position: absolute;
    top: 50%;
    margin-left: -88px;
    margin-top: -22px;
    left: 50%;
    z-index: -1; }
@media (max-width: 767px) {
    .category-img-empty:after {
        background: none;
        height: 0; } }

.menu-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 767px) {
    .menu-navbar {
        display: block !important; } }
.menu-navbar > li:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:first-child .menu-navbar-block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:first-child .menu-navbar-block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:first-child .menu-navbar-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:first-child .menu-navbar-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:nth-child(2) .menu-navbar-block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:nth-child(2) .menu-navbar-block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:nth-child(2) .menu-navbar-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:nth-child(2) .menu-navbar-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar > li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:nth-child(3) .menu-navbar-block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:nth-child(3) .menu-navbar-block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:nth-child(3) .menu-navbar-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:nth-child(3) .menu-navbar-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar > li:nth-child(4) .menu-navbar-block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:nth-child(4) .menu-navbar-block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:nth-child(4) .menu-navbar-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:nth-child(4) .menu-navbar-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar > li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
.menu-navbar > li:nth-child(5) .menu-navbar-block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:nth-child(5) .menu-navbar-block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:nth-child(5) .menu-navbar-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:nth-child(5) .menu-navbar-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar > li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
.menu-navbar > li:nth-child(6) .menu-navbar-block:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-navbar > li:nth-child(6) .menu-navbar-block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-navbar > li:nth-child(6) .menu-navbar-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-navbar > li:nth-child(6) .menu-navbar-block:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-navbar-header:hover, .menu-navbar-header:focus, .menu-navbar-header:active {
    background-color: #222; }
@media (max-width: 767px) {
    .menu-navbar-header:hover, .menu-navbar-header:focus, .menu-navbar-header:active {
        background-color: transparent; } }
.menu-navbar-header:hover .menu-navbar-wrapper, .menu-navbar-header:focus .menu-navbar-wrapper, .menu-navbar-header:active .menu-navbar-wrapper {
    opacity: 1;
    visibility: visible; }
@media (max-width: 767px) {
    .menu-navbar-header.open .menu-navbar-wrapper {
        display: block; } }
.menu-navbar-wrapper {
    background-color: #222;
    position: fixed;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s, opacity .2s linear;
    -moz-transition: visibility .2s, opacity .2s linear;
    -o-transition: visibility .2s, opacity .2s linear;
    transition: visibility .2s, opacity .2s linear; }
@media (max-width: 767px) {
    .menu-navbar-wrapper {
        background-color: transparent;
        position: relative;
        text-align: left;
        display: none; } }
.menu-navbar-content {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 22px 0; }
@media (max-width: 767px) {
    .menu-navbar-content {
        display: block !important; } }
.menu-navbar-block {
    padding: 0 22px;
    width: 33.3333%; }
@media (max-width: 991px) {
    .menu-navbar-block {
        width: 33.3333%; } }
@media (max-width: 767px) {
    .menu-navbar-block {
        width: 100%; }
    .menu-navbar-block:not(:last-child) {
        margin-bottom: 22px; } }
.menu-navbar-block li {
    line-height: 1.3; }
.menu-navbar-block li a {
    color: #fff;
    font-size: 15px; }
.menu-navbar-block li a:hover, .menu-navbar-block li a:focus, .menu-navbar-block li a:active {
    color: #bfbfbf;
    text-decoration: none; }
.menu-navbar-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 11px; }
.menu-navbar-title-disable {
    display: none; }
.menu-navbar-items {
    margin-bottom: 0;
    padding-left: 0; }
.menu-navbar-img {
    border-radius: 6px;
    background: no-repeat center;
    background-color: #151515;
    background-size: cover;
    height: 176px; }
.menu-navbar-img + .menu-navbar-link-title {
    margin-top: 11px; }
.menu-navbar-img-bg {
    position: relative;
    overflow: hidden; }
.menu-navbar-img-bg a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3; }
.menu-navbar-link {
    position: absolute;
    font-weight: 500;
    padding: 33px 22px 11px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
.menu-navbar-link-title {
    display: block;
    font-weight: 500; }
.menu-navbar-link-title + .menu-navbar-link-caption {
    margin-top: 11px; }
.menu-navbar-link-caption {
    display: block;
    font-size: 13px; }
.menu-navbar-link:after {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background-image: -webkit-linear-gradient(top, transparent 30%, #000);
    background-image: -o-linear-gradient(top, transparent 30%, #000);
    background-image: linear-gradient(180deg, transparent 30%, #000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.95;
    z-index: -1; }

.menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -22px;
    margin-right: -22px; }
@media (max-width: 767px) {
    .menu-footer {
        display: block !important; } }
.menu-footer-group {
    width: 50%;
    padding-right: 22px;
    padding-left: 22px; }
@media (max-width: 991px) {
    .menu-footer-group {
        width: 50%; } }
@media (max-width: 767px) {
    .menu-footer-group {
        width: 100%;
        margin-bottom: 22px; } }
.menu-footer-group:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
.menu-footer-group:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.menu-footer-group:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
.menu-footer-group:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
.menu-footer-block:not(:last-child) {
    margin-bottom: 22px; }
.menu-footer-title {
    color: #888;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 11px; }
.menu-footer-items {
    margin-bottom: 0;
    padding-left: 0; }
.menu-footer-items li:not(:last-child) {
    margin-bottom: 11px; }
.menu-footer-items li a {
    color: #555;
    font-size: 13px; }

.cover {
    padding-top: 110px;
    padding-bottom: 110px; }
@media (max-width: 991px) {
    .cover {
        padding-top: 66px;
        padding-bottom: 66px; } }
@media (max-width: 767px) {
    .cover {
        padding-top: 44px;
        padding-bottom: 44px; } }
.cover-content {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 66px;
    padding-left: 66px; }
@media (max-width: 1280px) {
    .cover-content {
        padding-right: 22px; } }
@media (max-width: 767px) {
    .cover-content {
        padding-bottom: 44px;
        padding-left: 44px;
        padding-right: 44px; } }
.cover-collapsed {
    padding: 0; }
.cover-collapsed.cover-bordered {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3; }
.cover-collapsed .cover-content {
    padding: 44px 22px;
    max-width: 1024px; }
@media (max-width: 767px) {
    .cover-collapsed .cover-content {
        padding: 22px 66px 22px 22px; } }
.cover-collapsed .cover-content .cover-title,
.cover-collapsed .cover-content .cover-caption {
    text-align: left;
    margin-left: 0; }
@media (max-width: 767px) {
    .cover-collapsed .cover-content .cover-title {
        max-width: 90%; } }
.cover-collapsed-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 22px; }
.cover-collapsed-link .icon-cross {
    height: 38px;
    width: 38px;
    top: -1px;
    opacity: 1 !important; }
@media (max-width: 767px) {
    .cover-collapsed-link .icon-cross {
        height: 33px;
        width: 33px; } }
.cover-collapsed-link .icon-cross:after {
    top: 23px; }
@media (max-width: 767px) {
    .cover-collapsed-link .icon-cross:after {
        top: 21px; } }
.cover-collapsed-link .icon-cross:before {
    top: 11px; }
@media (max-width: 767px) {
    .cover-collapsed-link .icon-cross:before {
        top: 9px; } }
.cover-collapsed-link .icon-cross:before, .cover-collapsed-link .icon-cross:after {
    background-color: #fff;
    height: 4px;
    width: 38px; }
@media (max-width: 767px) {
    .cover-collapsed-link .icon-cross:before, .cover-collapsed-link .icon-cross:after {
        height: 3px;
        width: 33px; } }
.cover-collapsed-link.collapsed .icon-cross {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
@media (max-width: 767px) {
    .cover > .collapse > .section-theme-bordered,
    .cover > .collapsing > .section-theme-bordered {
        margin-left: 22px;
        margin-right: 22px; } }
.cover-center .cover-title,
.cover-center .cover-caption {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
.cover-title {
    margin: 0;
    max-width: 40%; }
@media (max-width: 991px) {
    .cover-title {
        max-width: 80%; } }
@media (max-width: 767px) {
    .cover-title {
        max-width: 100%; } }
.cover-caption {
    max-width: 50%;
    margin-top: 22px;
    font-size: 21px;
    line-height: 1.33341;
    font-weight: 500; }
@media (max-width: 1199px) {
    .cover-caption {
        max-width: 60%; } }
@media (max-width: 991px) {
    .cover-caption {
        max-width: 80%; } }
@media (max-width: 767px) {
    .cover-caption {
        font-size: 19px;
        max-width: 100%; } }
.cover-light {
    background-color: #1d1d1f; }
.cover-dark {
    background-color: #0e0e0e; }
.cover-dark .icon-cross:before, .cover-dark .icon-cross:after {
    background-color: #fff; }
.cover-dark .cover-title,
.cover-dark .cover-caption {
    color: #fff !important; }
@media (max-width: 767px) {
    .cover > .section-theme-bordered {
        margin-left: 22px;
        margin-right: 22px; } }

/*@mixin colors {
  &.orange-pink {

		@if (& has class 'color-bg') {

			@include orange-pink;

		} @else if (& has class 'color-hd') {

			h4 {
				@include orange-pink;
				color: transparent;
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent
			}

		}
  }
}*/
.color-bg.orange-pink {
    background-image: -webkit-radial-gradient(5% 5%, ellipse, #fec833 0%, rgba(254, 200, 51, 0) 75%), -webkit-radial-gradient(95% 5%, ellipse, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), -webkit-radial-gradient(95% 95%, ellipse, #e4699a 15%, rgba(228, 105, 154, 0) 75%), -webkit-radial-gradient(5% 95%, ellipse, #eb5551 30%, rgba(235, 85, 81, 0) 75%) !important;
    background-image: -o-radial-gradient(5% 5%, ellipse, #fec833 0%, rgba(254, 200, 51, 0) 75%), -o-radial-gradient(95% 5%, ellipse, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), -o-radial-gradient(95% 95%, ellipse, #e4699a 15%, rgba(228, 105, 154, 0) 75%), -o-radial-gradient(5% 95%, ellipse, #eb5551 30%, rgba(235, 85, 81, 0) 75%) !important;
    background-image: radial-gradient(ellipse at 5% 5%, #fec833 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #e4699a 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #eb5551 30%, rgba(235, 85, 81, 0) 75%) !important; }

.color-bg.o-p {
    background-image: -webkit-linear-gradient(130deg, #d754ad 0%, #f96785 67%, #fe7333 100%);
    background-image: -o-linear-gradient(130deg, #d754ad 0%, #f96785 67%, #fe7333 100%);
    background-image: linear-gradient(-40deg, #d754ad 0%, #f96785 67%, #fe7333 100%); }

.color-bg.p-p {
    background-image: -webkit-linear-gradient(130deg, #af4fec 0%, #d753ad 70%, #eb6078 100%);
    background-image: -o-linear-gradient(130deg, #af4fec 0%, #d753ad 70%, #eb6078 100%);
    background-image: linear-gradient(-40deg, #af4fec 0%, #d753ad 70%, #eb6078 100%); }

.color-bg.p-cl {
    background-image: -webkit-linear-gradient(130deg, #d152b8 0%, #d152b8 60%, #d152b8 100%);
    background-image: -o-linear-gradient(130deg, #d152b8 0%, #d152b8 60%, #d152b8 100%);
    background-image: linear-gradient(-40deg, #d152b8 0%, #d152b8 60%, #d152b8 100%); }

.color-bg.p-v {
    background-image: -webkit-linear-gradient(130deg, #6c6ff0 0%, #a354e4 58%, #c65cae 100%);
    background-image: -o-linear-gradient(130deg, #6c6ff0 0%, #a354e4 58%, #c65cae 100%);
    background-image: linear-gradient(-40deg, #6c6ff0 0%, #a354e4 58%, #c65cae 100%); }

.color-bg.v-b {
    background-image: -webkit-linear-gradient(130deg, #56acef 0%, #6c6ff0 50%, #9755e7 100%);
    background-image: -o-linear-gradient(130deg, #56acef 0%, #6c6ff0 50%, #9755e7 100%);
    background-image: linear-gradient(-40deg, #56acef 0%, #6c6ff0 50%, #9755e7 100%); }

.color-bg.b-b2 {
    background-image: -webkit-linear-gradient(130deg, #9adee6 0%, #00a9ff 25%, #3663cc 100%);
    background-image: -o-linear-gradient(130deg, #9adee6 0%, #00a9ff 25%, #3663cc 100%);
    background-image: linear-gradient(-40deg, #9adee6 0%, #00a9ff 25%, #3663cc 100%); }

.color-bg.b2-b3 {
    background-image: -webkit-linear-gradient(130deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%);
    background-image: -o-linear-gradient(130deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%);
    background-image: linear-gradient(-40deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%); }

.color-bg.s-full {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #f0357c), color-stop(40%, #f6f), color-stop(60%, #8a9cf2), color-stop(80%, #53b1e4), to(#37bdde));
    background-image: -webkit-linear-gradient(left, #f0357c 20%, #f6f 40%, #8a9cf2 60%, #53b1e4 80%, #37bdde);
    background-image: -o-linear-gradient(left, #f0357c 20%, #f6f 40%, #8a9cf2 60%, #53b1e4 80%, #37bdde);
    background-image: linear-gradient(to right, #f0357c 20%, #f6f 40%, #8a9cf2 60%, #53b1e4 80%, #37bdde); }

.color-hd.orange-pink h1, .color-hd.orange-pink .h1, .color-hd.orange-pink h2, .color-hd.orange-pink .h2, .color-hd.orange-pink h3, .color-hd.orange-pink .h3, .color-hd.orange-pink h4, .color-hd.orange-pink .h4, .color-hd.orange-pink h5, .color-hd.orange-pink .h5, .color-hd.orange-pink h6, .color-hd.orange-pink .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-radial-gradient(5% 5%, ellipse, #fec833 0%, rgba(254, 200, 51, 0) 75%), -webkit-radial-gradient(95% 5%, ellipse, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), -webkit-radial-gradient(95% 95%, ellipse, #e4699a 15%, rgba(228, 105, 154, 0) 75%), -webkit-radial-gradient(5% 95%, ellipse, #eb5551 30%, rgba(235, 85, 81, 0) 75%) !important;
    background-image: -o-radial-gradient(5% 5%, ellipse, #fec833 0%, rgba(254, 200, 51, 0) 75%), -o-radial-gradient(95% 5%, ellipse, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), -o-radial-gradient(95% 95%, ellipse, #e4699a 15%, rgba(228, 105, 154, 0) 75%), -o-radial-gradient(5% 95%, ellipse, #eb5551 30%, rgba(235, 85, 81, 0) 75%) !important;
    background-image: radial-gradient(ellipse at 5% 5%, #fec833 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #e4699a 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #eb5551 30%, rgba(235, 85, 81, 0) 75%) !important; }

.color-hd.o-p {
    background-image: -webkit-linear-gradient(130deg, #d754ad 0%, #f96785 67%, #fe7333 100%);
    background-image: -o-linear-gradient(130deg, #d754ad 0%, #f96785 67%, #fe7333 100%);
    background-image: linear-gradient(-40deg, #d754ad 0%, #f96785 67%, #fe7333 100%); }

.color-hd.p-p h1, .color-hd.p-p .h1, .color-hd.p-p h2, .color-hd.p-p .h2, .color-hd.p-p h3, .color-hd.p-p .h3, .color-hd.p-p h4, .color-hd.p-p .h4, .color-hd.p-p h5, .color-hd.p-p .h5, .color-hd.p-p h6, .color-hd.p-p .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(130deg, #af4fec 0%, #d753ad 70%, #eb6078 100%);
    background-image: -o-linear-gradient(130deg, #af4fec 0%, #d753ad 70%, #eb6078 100%);
    background-image: linear-gradient(-40deg, #af4fec 0%, #d753ad 70%, #eb6078 100%); }

.color-hd.p-cl h1, .color-hd.p-cl .h1, .color-hd.p-cl h2, .color-hd.p-cl .h2, .color-hd.p-cl h3, .color-hd.p-cl .h3, .color-hd.p-cl h4, .color-hd.p-cl .h4, .color-hd.p-cl h5, .color-hd.p-cl .h5, .color-hd.p-cl h6, .color-hd.p-cl .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(130deg, #d152b8 0%, #d152b8 60%, #d152b8 100%);
    background-image: -o-linear-gradient(130deg, #d152b8 0%, #d152b8 60%, #d152b8 100%);
    background-image: linear-gradient(-40deg, #d152b8 0%, #d152b8 60%, #d152b8 100%); }

.color-hd.p-v h1, .color-hd.p-v .h1, .color-hd.p-v h2, .color-hd.p-v .h2, .color-hd.p-v h3, .color-hd.p-v .h3, .color-hd.p-v h4, .color-hd.p-v .h4, .color-hd.p-v h5, .color-hd.p-v .h5, .color-hd.p-v h6, .color-hd.p-v .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(130deg, #6c6ff0 0%, #a354e4 58%, #c65cae 100%);
    background-image: -o-linear-gradient(130deg, #6c6ff0 0%, #a354e4 58%, #c65cae 100%);
    background-image: linear-gradient(-40deg, #6c6ff0 0%, #a354e4 58%, #c65cae 100%); }

.color-hd.v-b h1, .color-hd.v-b .h1, .color-hd.v-b h2, .color-hd.v-b .h2, .color-hd.v-b h3, .color-hd.v-b .h3, .color-hd.v-b h4, .color-hd.v-b .h4, .color-hd.v-b h5, .color-hd.v-b .h5, .color-hd.v-b h6, .color-hd.v-b .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(130deg, #56acef 0%, #6c6ff0 50%, #9755e7 100%);
    background-image: -o-linear-gradient(130deg, #56acef 0%, #6c6ff0 50%, #9755e7 100%);
    background-image: linear-gradient(-40deg, #56acef 0%, #6c6ff0 50%, #9755e7 100%); }

.color-hd.b-b2 h1, .color-hd.b-b2 .h1, .color-hd.b-b2 h2, .color-hd.b-b2 .h2, .color-hd.b-b2 h3, .color-hd.b-b2 .h3, .color-hd.b-b2 h4, .color-hd.b-b2 .h4, .color-hd.b-b2 h5, .color-hd.b-b2 .h5, .color-hd.b-b2 h6, .color-hd.b-b2 .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(130deg, #9adee6 0%, #00a9ff 25%, #3663cc 100%);
    background-image: -o-linear-gradient(130deg, #9adee6 0%, #00a9ff 25%, #3663cc 100%);
    background-image: linear-gradient(-40deg, #9adee6 0%, #00a9ff 25%, #3663cc 100%); }

.color-hd.b2-b3 h1, .color-hd.b2-b3 .h1, .color-hd.b2-b3 h2, .color-hd.b2-b3 .h2, .color-hd.b2-b3 h3, .color-hd.b2-b3 .h3, .color-hd.b2-b3 h4, .color-hd.b2-b3 .h4, .color-hd.b2-b3 h5, .color-hd.b2-b3 .h5, .color-hd.b2-b3 h6, .color-hd.b2-b3 .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(130deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%);
    background-image: -o-linear-gradient(130deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%);
    background-image: linear-gradient(-40deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%); }

.color-hd.s-full h1, .color-hd.s-full .h1, .color-hd.s-full h2, .color-hd.s-full .h2, .color-hd.s-full h3, .color-hd.s-full .h3, .color-hd.s-full h4, .color-hd.s-full .h4, .color-hd.s-full h5, .color-hd.s-full .h5, .color-hd.s-full h6, .color-hd.s-full .h6 {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #f0357c), color-stop(40%, #f6f), color-stop(60%, #8a9cf2), color-stop(80%, #53b1e4), to(#37bdde));
    background-image: -webkit-linear-gradient(left, #f0357c 20%, #f6f 40%, #8a9cf2 60%, #53b1e4 80%, #37bdde);
    background-image: -o-linear-gradient(left, #f0357c 20%, #f6f 40%, #8a9cf2 60%, #53b1e4 80%, #37bdde);
    background-image: linear-gradient(to right, #f0357c 20%, #f6f 40%, #8a9cf2 60%, #53b1e4 80%, #37bdde); }

.sidebar {
    background-color: #111;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    bottom: 0;
    display: block;
    left: 0;
    min-height: 100%;
    top: 0;
    margin-top: 55px;
    padding-top: 22px;
    z-index: 1001;
    overflow-y: auto;
    padding-bottom: 110px;
    position: fixed;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease; }
.sidebar .navbar-nav {
    opacity: 0; }
.sidebar.sidebar-open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.sidebar.sidebar-open .navbar-nav {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }

.icon {
    background: no-repeat center center;
    background-size: 33px;
    height: 33px;
    width: 33px;
    position: relative;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    /*&-drupal {
		background-image: url(../icons/air_glyph_013_drupal.svg);
    width: 133px;
    background-size: 133px
	}

	&-beget {
		background-image: url(../icons/air_glyph_014_beget.svg);
    width: 99px;
    background-size: 99px
	}

	&-apple {
		background-image: url(../icons/air_glyph_015_apple.svg);
		//background-size: cover;
    //height: 44px;
    //width: 38.5px;
		width: 28px;
		margin-bottom: 22px
	}

	&-store {
		background-image: url(../icons/air_glyph_016_store.svg)
	}

	&-portal {
		background-image: url(../icons/air_glyph_017_portal.svg)
	}

	&-catalog {
		background-image: url(../icons/air_glyph_018_catalog.svg)
	}

	&-blog {
		background-image: url(../icons/air_glyph_019_blog.svg)
	}

	&-home {
		background-image: url(../icons/air_glyph_020_home.svg)
	}

	&-flipboard {
		background-image: url(../icons/air_glyph_021_flipboard.svg)
	}

	&-building {
		background-image: url(../icons/air_glyph_022_building.svg)
	}

	&-coffee {
		background-image: url(../icons/air_glyph_023_coffee.svg)
	}

	&-ads {
		background-image: url(../icons/air_glyph_024_ads.svg);
		width: 131px;
    background-size: cover;
	}

	&-direct {
		background-image: url(../icons/air_glyph_025_direct.svg);
		width: 94px;
    background-size: cover;
	}

	&-google {
		background-image: url(../icons/air_glyph_026_google.svg);
		width: 102px;
    background-size: cover;
	}

	&-yandex {
		background-image: url(../icons/air_glyph_027_yandex.svg);
		width: 86px;
    background-size: cover;
	}

	&-speed {
		background-image: url(../icons/air_glyph_028_speed.svg)
	}

	&-lowprice {
		background-image: url(../icons/air_glyph_029_lowprice.svg)
	}

	&-design {
		background-image: url(../icons/air_glyph_030_design.svg)
	}

	&-product {
		background-image: url(../icons/air_glyph_037_product.svg)
	}

	&-favorite {
		background-image: url(../icons/air_glyph_038_favorite.svg)
	}*/ }
.icon-group {
    display: table; }
.icon-group h6, .icon-group .h6 {
    margin-bottom: 11px; }
.icon-group-xs:first-child {
    margin-top: 55px; }
@media (max-width: 767px) {
    .icon-group-xs:first-child {
        margin-top: 33px; } }
.icon-group-xs:not(:first-child) {
    margin-top: 44px; }
@media (max-width: 767px) {
    .icon-group-xs:not(:first-child) {
        margin-top: 44px; } }
.icon-group-xs .icon {
    margin-bottom: 11px; }
.icon-group-md {
    margin-top: 66px; }
.icon-group-md .icon {
    margin-bottom: 22px; }
@media (max-width: 767px) {
    .icon-group-md {
        margin-top: 44px; } }
.icon-group-inline {
    font-weight: 600;
    margin-top: 22px; }
.icon-group-inline a:not(:last-child) {
    margin-right: 22px; }
@media (device-width: 320px) {
    .icon-group-inline a:not(:last-child) {
        margin-right: 11px; } }
.icon-group-inline .icon {
    display: inline-block;
    vertical-align: middle; }
.icon-group-inline .icon:not(:last-child) {
    margin-right: 22px; }
@media (max-width: 767px) {
    .icon-group-inline {
        font-size: 15px; } }
@media (max-width: 767px) {
    .icon-group > div:not(:last-child) {
        margin-bottom: 44px; } }
.icon-circle {
    margin-bottom: 22px;
    height: 66px;
    width: 66px; }
.icon-circle:before {
    border: 2px solid;
    color: #f8fd26;
    border-color: #f8fd26;
    content: '';
    border-radius: 50%;
    height: 66px;
    width: 66px;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0; }
.icon-number {
    text-align: center; }
.icon-number:before {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 62px; }
.icon-one:before {
    content: '1'; }
.icon-two:before {
    content: '2'; }
.icon-three:before {
    content: '3'; }
.icon-four:before {
    content: '4'; }
.icon-five:before {
    content: '5'; }
.icon-six:before {
    content: '6'; }
.icon-seven:before {
    content: '7'; }
.icon-eight:before {
    content: '8'; }
.icon-ios {
    background-size: cover;
    width: 56px;
    height: 56px;
    /*&-instagram {
			background-image: url(../img/sitebucks-img-instagram-icon.png)
		}

		&-facebook {
			background-image: url(../img/sitebucks-img-facebook-icon.png)
		}

		&-twitter {
			background-image: url(../img/sitebucks-img-twitter-icon.png)
		}

		&-vk {
			background-image: url(../img/sitebucks-img-vk-icon.png)
		}*/ }
.icon-ios-phone {
    margin-top: -1px; }
.icon-md {
    background-size: 44px;
    width: 44px;
    height: 44px; }
.icon-lg {
    background-size: 55px;
    width: 55px;
    height: 55px; }
/*.icon-youtube {*/
/*    background-image: url(../icons/air_glyph_003_youtube.svg); }*/
/*.icon-twitter {*/
/*    background-image: url(../icons/air_glyph_005_twitter.svg); }*/
/*.icon-telegram {*/
/*    background-image: url(../icons/air_glyph_033_telegram.svg); }*/
/*.icon-viber {*/
/*    background-image: url(../icons/air_glyph_039_viber.svg); }*/
/*.icon-whatsapp {*/
/*    background-image: url(../icons/air_glyph_032_whatsapp.svg); }*/
/*.icon-skype {*/
/*    background-image: url(../icons/air_glyph_040_skype.svg); }*/
/*.icon-instagram {*/
/*    background-image: url(../icons/air_glyph_002_instagram.svg); }*/
/*.icon-vk {*/
/*    background-image: url(../icons/air_glyph_004_vk.svg); }*/
/*.icon-facebook {*/
/*    background-image: url(../icons/air_glyph_001_facebook.svg); }*/
/*.icon-mastercard {*/
/*    background-image: url(../icons/air_glyph_006_mastercard.svg);*/
/*    background-size: 42px;*/
/*    width: 44px; }*/
/*.icon-maestro {*/
/*    background-image: url(../icons/air_glyph_007_maestro.svg);*/
/*    background-size: 43px;*/
/*    width: 44px; }*/
/*.icon-visa {*/
/*    background-image: url(../icons/air_glyph_008_visa.svg);*/
/*    background-size: 54px;*/
/*    height: 18px;*/
/*    width: 54px; }*/
/*.icon-mir {*/
/*    background-image: url(../icons/air_glyph_009_mir.svg);*/
/*    background-size: 64px;*/
/*    height: 18px;*/
/*    width: 64px; }*/
/*.icon-edit {*/
/*    background-image: url(../icons/air_glyph_012_edit.svg); }*/
/*.icon-more {*/
/*    background-image: url(../icons/air_glyph_011_more.svg); }*/
/*.icon-click {*/
/*    background-image: url(../icons/air_glyph_041_click.svg); }*/
/*.icon-phone {*/
/*    background-image: url(../icons/air_glyph_031_phone.svg); }*/
/*.icon-whatsapp {*/
/*    background-image: url(../icons/air_glyph_032_whatsapp.svg); }*/
/*.icon-telegram {*/
/*    background-image: url(../icons/air_glyph_033_telegram.svg); }*/
.icon-cross {
    display: inline-block;
    float: right;
    height: 22px;
    width: 22px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    top: 2.75px; }
.icon-cross:before, .icon-cross:after {
    content: '';
    background: #fff;
    position: absolute;
    display: inline-block;
    height: 2px;
    left: 0;
    outline: 1px solid transparent;
    width: 22px; }
.icon-cross:before {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotateZ(45deg);
    top: 4px; }
.icon-cross:after {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
    top: 16px; }
.icon-sitebucks {
    /*background-image: url(../icons/air_glyph_034_sitebucks.svg);*/
    background-size: 176px;
    width: 176px;
    top: -3.5px; }
.icon-blackrainbow {
    /*background-image: url(../icons/air_glyph_042_blackrainbow.svg);*/
    background-size: 286px;
    width: 286px;
    height: 38.5px; }
.icon-fustore {
    /*background-image: url(../icons/air_glyph_043_fustore.svg);*/
    background-size: 187px;
    width: 187px;
    height: 38.5px; }

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden; }

#cboxClose,
#cboxSlideshow,
#cboxCurrent {
    opacity: 0;
    display: none;
    height: 0; }

#cboxWrapper,
#cboxLoadingOverlay {
    background: transparent; }

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left; }

#cboxContent {
    background: transparent;
    position: relative; }

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

#cboxTitle {
    margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#cboxPrevious,
#cboxNext,
.cboxClose {
    background: none;
    border: 0;
    color: #888;
    font-family: "Icons";
    padding: 0;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: .6; }
#cboxPrevious:active, #cboxPrevious:focus, #cboxPrevious:hover,
#cboxNext:active,
#cboxNext:focus,
#cboxNext:hover,
.cboxClose:active,
.cboxClose:focus,
.cboxClose:hover {
    opacity: 1;
    outline: 0; }

#cboxPrevious,
#cboxNext {
    font-size: 56px;
    margin-top: -2.64706rem;
    top: 50%;
    width: 5.29412rem;
    height: 5.29412rem;
    line-height: 5.29412rem;
    position: absolute;
    text-indent: inherit; }

#cboxNext {
    right: 11px;
    left: auto; }

#cboxPrevious {
    left: 11px;
    right: auto; }

.cboxClose {
    position: absolute;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px; }

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none; }

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

#cboxOverlay {
    background: #fff !important; }

#colorbox {
    outline: 0; }

#cboxContent {
    overflow: hidden; }

/*#cboxLoadingGraphic {*/
/*    background: url(../icons/air_glyph_000_loading.svg) no-repeat center center; }*/

.icon {
    /*&-bearz {
		background-image: url(../icons/air_glyph_044_cyberbearz.svg);
		width: 198px;
    height: 85px;
    background-size: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;
	}*/ }
.icon-circle:before {
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: 400;
    font-size: 32px;
    color: #64fff4;
    border-color: #fe6bff;
    text-shadow: -3px 0 #6a279c, 3px 0px #6a279c, 0px -3px #6a279c, 0px 3px #6a279c; }
.icon-ios {
    margin-bottom: 11px;
    float: left;
    margin-right: 22px; }

.icon-bearz {
    background-image: url(images/air_glyph_046_cyberbearzarmy.svg);
    width: 198px;
    height: 128px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px; }
.icon-bsc {
    background-image: url(images/air_glyph_052_bsc.svg);
    background-repeat: no-repeat;
    width: 210px;
    height: 58px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    margin-bottom: 44px; }
.icon-generals {
    background-image: url(images/air_glyph_045_general.svg) !important;
    background-size: 96px;
    height: 56px;
    width: 96px; }
@media (max-width: 767px) {
    .icon-generals {
        /*background-image: url(images/air_glyph_045_general.svg) !important;*/
        background-size: 72px;
        height: 42px;
        width: 72px; } }
.icon-recruits {
    background-image: url(images/air_glyph_047_recruits.svg);
    background-size: 48px;
    height: 56px;
    width: 52px; }
@media (max-width: 767px) {
    .icon-recruits {
        background-image: url(images/air_glyph_050_elite.svg);
        background-size: 40px;
        height: 44px;
        width: 40px; } }
.icon-privates {
    background-image: url(images/air_glyph_048_privates.svg);
    background-size: 48px;
    height: 56px;
    width: 52px; }
@media (max-width: 767px) {
    .icon-privates {
        background-image: url(images/air_glyph_048_privates.svg);
        background-size: 40px;
        height: 44px;
        width: 40px; } }
.icon-officers {
    background-image: url(images/air_glyph_049_officers.svg);
    background-size: 48px;
    height: 56px;
    width: 52px; }
@media (max-width: 767px) {
    .icon-officers {
        background-size: 40px;
        height: 42px;
        width: 40px; } }
.icon-elite {
    background-image: url(images/air_glyph_050_elite.svg);
    background-size: 48px;
    height: 56px;
    width: 52px; }
@media (max-width: 767px) {
    .icon-elite {
        background-size: 40px;
        height: 44px;
        width: 40px; } }
.icon-legendary {
    background-image: url(images/air_glyph_051_legendary.svg) !important;
    background-size: 48px;
    height: 56px;
    width: 52px; }
@media (max-width: 767px) {
    .icon-legendary {
        background-image: url(images/air_glyph_051_legendary.svg);
        background-size: 40px;
        height: 44px;
        width: 40px; } }


/*.icon-ticket {*/
/*    background-image: url(../icons/air_glyph_055_ticket.svg); }*/

.tile-caption p {
    font-weight: 600; }

.section-1 {
    background: linear-gradient(
            180deg
            , #111111, #333333); }
.section-1.section-lg-long {
    height: 808px; }
@media (max-width: 767px) {
    .section-1.section-lg-long {
        height: auto; } }
@media (max-width: 767px) {
    .section-1.section-lg-long .section-content {
        min-height: 768px !important; } }

.section-39 {
    background-color: #222; }

.section-eyebrow {
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: 400 !important; }

.section-23 .tile {
    padding-top: 44px;
    padding-bottom: 66px; }

.section-27 h4 {
    margin-bottom: 5.5px; }

.section-22 .tile {
    background: #151516;
    background-size: 256px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    min-height: auto;
    padding-right: 66px;
    padding-top: 44px;
    padding-bottom: 44px; }
@media (max-width: 991px) {
    .section-22 .tile {
        padding-right: 44px; } }
@media (max-width: 767px) {
    .section-22 .tile {
        padding: 22px;
        background-image: none !important; } }
.section-22 .tile-price {
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: 400;
    color: #f8fd26;
    text-shadow: -3px 0 #6a279c, 3px 0px #6a279c, 0px -3px #6a279c, 0px 3px #6a279c;
    font-size: 26px;
    line-height: 24px; }
@media (max-width: 767px) {
    .section-22 .tile-price {
        font-size: 21px; } }
.section-22 .tile-price span {
    color: #fe6bff; }
.section-22 .tile-title {
    float: left;
    margin-bottom: 22px;
    border-bottom: 1px solid #313133;
    padding-top: 22px;
    margin-left: 256px; }
@media (max-width: 767px) {
    .section-22 .tile-title {
        margin-left: 0; } }
.section-22 .tile-eyebrow {
    border-bottom: 1px solid #313133;
    padding-bottom: 11px; }
.section-22 .tile-caption {
    max-width: none;
    width: 100%; }
@media (max-width: 767px) {
    .section-22 .tile-caption {
        margin: 0; } }
.section-22 .tile .btn {
    margin-left: 256px; }
@media (max-width: 767px) {
    .section-22 .tile .btn {
        margin-left: 0; } }
.section-22 .tile .icon {
    float: left;
    margin-right: 22px; }
@media (max-width: 767px) {
    .section-22 .tile .icon {
        margin-right: 11px; } }
.section-22 .tile .badge {
    margin-bottom: 11px; }
.section-22 .tile p {
    margin-top: 16.5px;
    max-width: 80%; }
@media (max-width: 767px) {
    .section-22 .tile p {
        max-width: 100%; } }
.section-22 .tile h3 {
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: 400;
    color: #f8fd26;
    text-shadow: -3px 0 #6a279c, 3px 0px #6a279c, 0px -3px #6a279c, 0px 3px #6a279c;
    margin: 0;
    line-height: 56px;
    font-size: 40px; }
@media (max-width: 767px) {
    .section-22 .tile h3 {
        font-size: 26px;
        line-height: 44px; } }
.section-22 .tile-409 {
    position: relative;
    overflow: hidden;
    .tile:before {
					content: '';
					/*background: linear-gradient(45deg, rgb(68, 68, 68), rgb(21, 21, 22));*/
					position: absolute;
					top: 0;
					right: 0;
					left: 0;
					bottom: 0;
				} }
.section-22 .tile-409 .tile {
    background-image: url(images/cyberbearz-barry-recruit.png);
}
.section-22 .tile-409 h3 {
    color: #ececec; }
.section-22 .tile-409 .tile-price {
    color: #0beaff; }
.section-22 .tile-409 .progress .progress-bar {
    background-color: #fff; }
.section-22 .tile-409 .progress-count {
    color: #0beaff; }
.section-22 .tile-508 .tile {
    background-image: url(images/cyberbearz-barry-private.png); }
.section-22 .tile-509 .tile {
    background-image: url(images/cyberbearz-barry-officer.png); }
.section-22 .tile-510 .tile {
    background-image: url(images/cyberbearz-barry-elite.png); }
.section-22 .tile-511 .tile {
    background-image: url(images/cyberbearz-barry-general.png); }
.section-22 .tile-512 .tile {
    background-image: url(images/cyberbearz-barry-legendary.png); }

.progress {
    background-color: #6a279c;
    height: 32px;
    position: relative;
    padding: 4px;
    margin: 22px 0 22px;
    overflow: visible;
    /*&:before {
		position: absolute;
    top: 1px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    content: "";
    box-shadow: inset -4px -4px #e59400;
	}*/ }
.progress-bar {
    background-color: #fe6bff;
    height: 24px; }
.progress-count {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 21px;
    color: #f8fd26;
    text-shadow: -2px 0 #6a279c, 2px 0px #6a279c, 0px -2px #6a279c, 0px 2px #6a279c;
    line-height: 22px; }

.btn {
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace; }
.btn.disabled {
    opacity: 1;
    color: #aaa;
    background-color: #3c3c3c; }
.btn-default {
    color: #f8fd26; }
.btn-primary {
    color: #6a279c; }
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    color: #6a279c;
    background-color: #f8c825; }
.btn-info {
    color: #6a279c; }

/*.btn {
	&-primary {
		position: relative;
		border-radius: 0;

		&:before,
		&:after {
			content: '';
			position: absolute;
		}

		&:after {
			top: 1px;
			left: -4px;
			bottom: -4px;
			left: -4px;
			box-shadow: inset -4px -4px #0beaff;
			z-index: -1
		}

		&:before {
			top: 1px;
			right: -4px;
			bottom: -4px;
			left: -4px;
			box-shadow: inset -4px -4px #fe6bff;
			z-index: -1
		}
	}*/
.navbar {
    position: fixed;
    background-color: rgba(51, 51, 51, 0.8) !important;
    border-bottom: 1px solid rgba(68, 68, 68, 0.8);
    border-bottom-width: 1px; }
.navbar-text {
    margin-top: 13.5px;
    margin-bottom: 13.5px; }

.cards-bottom {
    background-image: url(images/cyberbearz_hero_full.png);
    /*background-repeat: no-repeat;*/
    /*background-position: center bottom;*/
    /*background-size: 2048px;*/
    /*width: 2048px;*/
    /*height: 642px;*/
    /*z-index: -2;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: -100%;*/
    /*right: auto;*/
    bottom: 0; }
@media (max-width: 767px) {
    .cards-bottom {
        width: 100%;
        left: 0; } }

.cards-top {
    background-image: url(images/cyberbearz_hero_full_top.png);
    /*background-repeat: no-repeat;*/
    /*background-position: center bottom;*/
    /*background-size: 2048px;*/
    /*width: 2048px;*/
    /*height: 642px;*/
    /*z-index: -1;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: -100%;*/
    /*right: auto;*/
    bottom: 0; }
@media (max-width: 767px) {
    .cards-top {
        background-image: url(images/cyberbearz_hero_full_top-xs.png);
        width: 50%;
        left: 0; } }

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%; }
    50% {
        background-position: 100% 50%; }
    100% {
        background-position: 0% 50%; } }

@keyframes anime {
    0% {
        background-position: 0% 50%; }
    50% {
        background-position: 100% 50%; }
    100% {
        background-position: 0% 50%; } }

@media (max-width: 991px) {
    .section-23 .tile {
        padding-top: 33px;
        padding-bottom: 44px; } }

@media (max-width: 991px) {
    .section-23 .h4 {
        font-size: 24px; } }

.tile {
    /*&-collection {
		    animation: anime 8s linear infinite;
		background-image: url(../img/cyberbearz-tile-collection.png);
		background-repeat: repeat-x;
		background-position: center center;
    background-size: 50%;
    height: 256px;
    width: 512px;
    position: absolute;
    bottom: -44px;
		left: 0;
		transition: all .4s ease-in-out;

	}*/ }
.tile-417 .tile-caption {
    max-width: 462px; }
@media (max-width: 991px) {
    .tile-417 .tile-caption {
        max-width: 396px; } }
.tile-happy-bears {
    /*background-image: url(../img/cyberbearz-tile-happy-bears.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1078px;
    height: 222px;
    width: 1078px;
    left: 0;
    position: absolute;
    bottom: 0; }
.tile-pixelart {
    background-image: url(images/cyberbearz-tile-pixelart.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 256px;
    height: 256px;
    width: 100%;
    position: absolute;
    top: 22px;
    left: 0; }
@media (max-width: 991px) {
    .tile-pixelart {
        width: 100%;
        position: absolute;
        top: 0; } }
.tile-collection {
    background-image: url(images/cyberbearz-tile-collection.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 512px;
    height: 256px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.tile-barry {
    background-image: url(images/cyberbearz-tile-barry.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 256px;
    height: 256px;
    width: 256px;
    left: 0;
    position: absolute;
    bottom: 0; }
.tile-bubble {
    background-image: url(images/cyberbearz-tile-bubble.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 512px;
    height: 256px;
    width: 512px;
    left: 198px;
    position: absolute;
    bottom: 0; }
@media (max-width: 991px) {
    .tile-bubble {
        /*background-image: url(../img/cyberbearz-tile-bubble-xs.png);*/
        left: 160px;
        position: absolute;
        bottom: 24px; } }
.tile-technology {
    background-image: url(images/cyberbearz-tile-technology.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1024px;
    height: 512px;
    width: 1024px;
    right: -344px;
    position: absolute;
    top: 22px;
    height: 706px;
    width: 1024px;
    right: -344px;
    position: absolute;
    top: -44px;
    height: 706px;
    width: 1024px;
    right: -232px;
    position: absolute;
    top: -44px;
    z-index: -1; }
@media (max-width: 991px) {
    .tile-technology {
        right: -428px; } }
.tile-gameplay {
    background-image: url(images/cyberbearz-tile-gameplay.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 512px;
    height: 256px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
@media (max-width: 991px) {
    .tile-gameplay {
        bottom: -33px; } }

.link:after {
    content: '→';
    font-family: "Inter", Helvetica, Arial, sans-serif;
    padding-left: .2em; }

.link-up:after {
    content: '↗';
    font-family: "Inter", Helvetica, Arial, sans-serif;
    position: relative;
    top: 4px;
    padding-left: .2em; }

.stock {
    border-top: 1px solid #444; }
.stock:last-child {
    border-bottom: 1px solid #444; }

.navbar-nav > li > a {
    font-size: 17px;
    font-weight: 400;
    font-family: "Bearz", Menlo, Monaco, Consolas, "Courier New", monospace; }

@media (max-width: 991px) {
    .navbar-nav > li:nth-child(2), .navbar-nav > li:nth-child(3), .navbar-nav > li:nth-child(4) {
        display: none; } }

.catalog-img {
    margin-bottom: 0;
    width: 212px;
    height: 212px;
    border-radius: 25px;
    overflow: hidden; }
.catalog-img img {
    border-radius: 25px; }

.catalog-item {
    padding: 0;
    background: transparent;
    border-width: 0;
    margin-bottom: 16.5px;
    margin-right: 16.5px !important;
    width: auto; }

.section-33 .section-option .col-xs-12 {
    width: 320%;
    left: -96px; }
@media (max-width: 991px) {
    .section-33 .section-option .col-xs-12 {
        width: 320%; } }

.section-40 .section-option .col-xs-12 {
    width: 320%;
    right: 44px; }
@media (max-width: 991px) {
    .section-40 .section-option .col-xs-12 {
        width: 320%; } }

.section-41 .section-option .col-xs-12 {
    width: 320%;
    left: -132px; }
@media (max-width: 991px) {
    .section-41 .section-option .col-xs-12 {
        width: 320%; } }

@media (max-width: 991px) {
    .navbar-header {
        height: auto;
        float: left; } }

@media (max-width: 991px) {
    .navbar-text {
        margin-top: 8px;
        margin-bottom: 8px;
        float: right; } }

@media (max-width: 991px) {
    .navbar-brand {
        padding-top: 5.5px;
        padding-bottom: 5.5px; } }

@media (max-width: 991px) {
    .navbar-toggle {
        display: none; } }

@media (max-width: 991px) {
    .section-39 .strip-center,
    .section-24 .strip-center {
        text-align: left; }
    .section-39 .strip-center .strip-caption,
    .section-24 .strip-center .strip-caption {
        margin-left: 88px; }
    .section-39 .strip-center .icon,
    .section-24 .strip-center .icon {
        float: left;
        margin-right: 22px; } }

@media (max-width: 991px) {
    .section-27 .strip-caption {
        margin-left: 77px; } }


.icon-guilch {
    background-image: url(images/air_glyph_053_guilch.svg) !important;
}

.icon-stock {
    background-image: url(images/air_glyph_054_up.svg) !important;
}

.icon-ticket  {
    background-image: url(images/air_glyph_055_ticket.svg) !important;
}

.icon-ios-twitter {
    background-image: url(images/twitter-icon-112.png) !important;
}


.icon-ios-discord {
    background-image: url(images/discord-icon-112.png) !important;

}

.icon-ios-telegram {
    background-image: url(images/telegram-icon-112.png) !important;
}

.icon-lootex {
    background-image: url(images/air_glyph_056_lootex.svg);
    width: 198px;
    height: 48px;
    background-size: 100%;
}

.icon-nftkey {
    background-image: url(images/air_glyph_057_nftkey.svg);
    width: 198px;
    height: 48px;
    background-size: 100%;
}

.icon-scv {
    background-image: url(images/air_glyph_058_scv.svg);
    width: 55px;
    height: 48px;
    background-size: 100%;
}

.icon-ios-sniper {
    background-image: url(images/sniper-icon-112.png);
}

.icon-ios-docs {
    background-image: url(images/docs-icon-112.png);
}

.barry-body-armor {
    background-image: url(images/cyberbearz-tile-barry.png);
}

hr {
    margin-top: 26px;
    margin-bottom: 26px;
    border-top: 1px solid #dadada;
}

.barry-shadow {
    background-image: url(images/barry-shadow.png);
}

.barry-polar {
    background-image: url(images/barry-polar.png);
}

.barry-panda {
    background-image: url(images/barry-panda.png);
}

.barry-kumamon {
    background-image: url(images/barry-kumamon.png);
}

.barry-winnie {
    background-image: url(images/barry-winnie.png);
}

.barry-brown {
    background-image: url(images/barry-brown.png);
}

.barry-grizzly {
    background-image: url(images/barry-grizzly.png);
}

.barry-green {
    background-image: url(images/barry-green.png);
}

.barry-purple {
    background-image: url(images/barry-purple.png);
}

.barry-pink {
    background-image: url(images/barry-pink.png);
}

.barry-blue {
    background-image: url(images/barry-blue.png);
}

.barry-black {
    background-image: url(images/barry-black.png);
}

.barry-red {
    background-image: url(images/barry-red.png);
    position: relative;
}

.barry-khaki {
    background-image: url(images/barry-red.png);
}


.barry-himalayan {
    background-image: url(images/barry-himalayan.png);
}

.barry-kodiak {
    background-image: url(images/barry-kodiak.png);
}

.barry-zombie {
    background-image: url(images/barry-zombie.png);
}

.barry-cyborg {
    background-image: url(images/barry-cyborg.png);
}

.barry-uniform-elite  {
    background-image: url(images/barry-uniform-elite.png);
}

.barry-uniform-military {
    background-image: url(images/barry-uniform-military.png);
}

.barry-uniform-police {
    background-image: url(images/barry-uniform-police.png);
}

.barry-uniform-priest {
    background-image: url(images/barry-uniform-priest.png);
}

.barry-military-gear {
    background-image: url(images/barry-military-gear.png);
}

.barry-helmet-elite  {
    background-image: url(images/barry-helmet-elite.png);
}

.barry-helmet-military {
    background-image: url(images/barry-helmet-military.png);
}

.barry-helmet-police {
    background-image: url(images/barry-helmet-police.png);
}

.barry-cap-baseball {
    background-image: url(images/barry-cap-baseball.png);
}

.barry-beret {
    background-image: url(images/barry-beret.png);
}

.barry-hat {
    background-image: url(images/barry-hat.png);
}

.barry-headset {
    background-image: url(images/barry-headset.png);
}

.barry-mohawk {
    background-image: url(images/barry-mohawk.png);
}

.barry-bandaging {
    background-image: url(images/barry-bandaging.png);
}

.barry-cap {
    background-image: url(images/barry-cap.png);
}

.barry-ushanka {
    background-image: url(images/barry-ushanka.png);
}

.barry-bunny {
    background-image: url(images/barry-bunny.png);
}

.barry-fox {
    background-image: url(images/barry-fox.png);
}

.barry-tactical-glassses {
    background-image: url(images/barry-tactical-glasses.png);
}

.barry-aviator {
    background-image: url(images/barry-aviator.png);
}

.barry-wayfarer {
    background-image: url(images/barry-wayfarer.png);
}

.barry-cybereye {
    background-image: url(images/barry-cybereye.png);
}

.barry-nvg {
    background-image: url(images/barry-nvg.png);
}

.barry-fpv {
    background-image: url(images/barry-fpv.png);
}

.barry-cybereye-elite {
    background-image: url(images/barry-cybereye-elite.png);
}


.icon-general {
    background-image: url(images/air_glyph_045_general.svg) !important;
    background-size: 96px;
    height: 56px;
    width: 96px; }


#my-squad {
    background-color: aqua !important;
    color: rgb(106, 39, 156) !important;
    border-color: aqua !important; ;
}

/*#Platform {*/
/*    background-color: black;*/
/*    padding-bottom: 50px;*/

/*}*/

#cover {
    padding-top: 110px !important;
    padding-bottom: 110px !important;

}


.fade-in-bottom {
    -webkit-animation: fade-in-bottom 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
    animation: fade-in-bottom 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-7-18 11:26:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.page-node-28 .tile {
    padding-top: 44px;
}
@media (max-width: 991px) {
    .page-node-28 .tile {
        padding-top: 22px;
    } }
@media (max-width: 767px) {
    .page-node-28 .tile {
        min-height: auto;
    } }

@media (max-width: 991px) {
    .page-node-28 .barry {
        background-size: 224px;
        height: 224px;
        width: 224px; } }

@media (max-width: 767px) {
    .page-node-28 .barry {
        background-size: 256px;
        height: 256px;
        width: 256px;
        position: relative;
        margin-left: -22px;
        margin-bottom: -44px; } }

.section-36 .tile {
    min-height: 386px;
}
@media (max-width: 991px) {
    .section-36 .tile {
        min-height: auto;
    } }


.page-node-28 .tile {
    padding-top: 44px; }
@media (max-width: 991px) {
    .page-node-28 .tile {
        padding-top: 22px; } }
@media (max-width: 767px) {
    .page-node-28 .tile {
        min-height: auto; } }

@media (max-width: 991px) {
    .page-node-28 .barry {
        background-size: 224px;
        height: 224px;
        width: 224px; } }

@media (max-width: 767px) {
    .page-node-28 .barry {
        background-size: 256px;
        height: 256px;
        width: 256px;
        position: relative;
        margin-left: -22px;
        margin-bottom: -44px; } }

.section-36 .tile {
    min-height: 386px; }
@media (max-width: 991px) {
    .section-36 .tile {
        min-height: auto; } }

hr {
    border-top-color: #444; }

.section-31 .btn-primary {
    margin-top: 22px; }

.bn-onboard-custom {
    z-index: 2;
}

.bn-onboard-custom.bn-onboard-dark-mode {
    background: #2C2C2C !important;
}

.slick-slide h3 {
    margin: 2.25px 0;
}

.slick-initialized .slick-slide {
    width: 212px!important;
}