/* custom select styles */
.jcf-select {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    background: #f6f6f6;
    margin-bottom: 19px;
    min-width: 150px;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #cecece;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    padding: 6px 35px 4px 21px;
    color: #999;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
    background: url(../img/icon10.png) no-repeat;
    width: 20px;
    height: 16px;
    background-size: contain;
    margin-top: 1px;
}

.jcf-select .icon-bag {
    font-weight: bold;
}

@media (min-width: 768px) {
    .jcf-select-nav-select {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .icon-bag {
        font: bold 11px/1 icomoon;
        margin-right: -3px;
        color: #00ade4;
        position: absolute;
        left: 9px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 2px solid #cecece;
    border-radius: 4px;
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f6f6f6;
    line-height: 14px;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    cursor: default;
    display: block;
    padding: 12px 23px;
    color: #656565;
    height: 1%;
    position: relative;
}

.jcf-list .jcf-disabled {
    background: #d8d8d8 !important;
    color: #aaa !important;
}

.jcf-list .icon-bag {
    font-weight: bold;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #cecece;
    color: #999999;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
    border-color: #999 !important;
}

.jcf-hidden {
    display: none;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../img/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

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

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

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

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Lato, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

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

a {
    color: #0092FF;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0066b3;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 17px;
    margin-bottom: 8.5px;
}

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: 8.5px;
    margin-bottom: 8.5px;
}

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: 36px;
}

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

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

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

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

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

p {
    margin: 0 0 8.5px;
}

.lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

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

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 8.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

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

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.428571429;
}

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

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

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1134px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.row:after {
    clear: both;
}

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

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

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

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

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

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

.col-xs-5, .jcf-select-col-xs-5 {
    width: 41.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .jcf-select-col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

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

    .col-sm-4, .jcf-select-col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

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

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

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

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

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

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

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

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

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

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

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

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

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

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

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

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

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

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

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

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

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

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

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

@media (min-width: 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.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

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

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

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

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

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

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

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

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

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

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

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

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

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px;
    }

    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
        line-height: 28px;
    }

    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg
    input[type="month"] {
        line-height: 42px;
    }
}

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 17px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 29px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 28px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 42px;
    line-height: 42px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 42px;
    min-height: 32px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 50px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

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

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

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

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

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

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

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #0092ff;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #004980;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #006fc2;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #006fc2;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #004980;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #0092ff;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #0092ff;
    border-color: #0083e6;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0075cc;
    border-color: #003a66;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0075cc;
    border-color: #0060a8;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0075cc;
    border-color: #0060a8;
}

.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: #0060a8;
    border-color: #003a66;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #0092ff;
    border-color: #0083e6;
}

.btn-primary .badge {
    color: #0092ff;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

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

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #0092FF;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #0066b3;
    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: #777777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0092FF;
}

.nav .nav-divider {
    height: 1px;
    margin: 7.5px 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.428571429;
    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;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

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

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 17px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

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

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

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

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

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

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@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-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

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

.navbar-brand {
    float: left;
    padding: 16.5px 15px;
    font-size: 15px;
    line-height: 17px;
    height: 50px;
}

.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: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

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

.navbar-nav {
    margin: 8.25px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 17px;
    }

    .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: 16.5px;
        padding-bottom: 16.5px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

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

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

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

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

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px;
}

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

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

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #858585;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eeeeee;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #eeeeee;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

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

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

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

.clearfix:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 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;
    }
}

@charset "UTF-8";
.wai-aaa-compatible #footer .footer-top-bar div#scroll-top {
    color: #000;
    font-weight: normal;
}

b, strong {
    font-weight: 600 !important;
    font-size: 17px;
}

.wai-aaa-compatible .footer-nav li a {
    color: #525252;
}

.wai-aaa-compatible .accordian-block > a {
    color: #525252;
}

.wai-compatible #footer .footer-top-bar div#scroll-top {
    color: #000;
    font-weight: 400;
}

.wai-compatible .footer-nav li a {
    color: #6f6f6f;
}

.wai-compatible .accordian-block > a {
    color: #000;
}

.wai-compatible #tncs main h2 {
    color: #767676;
    font-weight: normal;
}

.footer-nav,
.country-list,
.checkbox-list,
.slideshow .pagination,
.product-info,
.product-list ul,
.info-list,
.social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
#nav .holder:after,
.product-info:after {
    content: "";
    display: block;
    clear: both;
}

.contact-from input[type="submit"],
.btn:focus,
.btn:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    max-height: 50rem !important;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.nopadding {
    padding: 0 !important;
}

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

[class^="icomoon-"],
[class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoondefault" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
    content: "\e900";
}

.icon-chevron-thin-down:before {
    content: "\e903";
}

.icon-chevron-thin-right:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-search:before {
    content: "\e906";
}

.icon-check:before {
    content: "\e908";
}

.text-right-certain {
    text-align: right !important;
    padding-right: 10px !important;
}

@media (max-width: 767px) {
    .text-right-certain {
        padding: 0 !important;
    }
}

.text-left-certain {
    text-align: left !important;
    padding-left: 10px !important;
}


.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .text-left-certain {
        padding: 0 !important;
    }

    .no-left-padding {
        padding-left: 15px !important;
    }

    .no-right-padding {
        padding-right: 15px !important;
    }
}

.expanded {
    padding: 15px 100px !important;
}

@media (max-width: 767px) {
    .expanded {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.wrapper:before {
    content: "";
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    top: -18px;
    left: -39px;
    bottom: 0;
    opacity: 0;
}

.nav-active {
    position: relative;
}

.nav-active:before {
    opacity: 1;
    right: 0;
}

.nav-active #main,
.nav-active #footer,
.nav-active .slideshow,
.nav-active .footer-block,
.nav-active .banner,
.nav-active .product-info,
.nav-active .product-list {
    filter: blur(3px);
    z-index: -1;
}

@media (max-width: 1024px) and (min-width: 768px) {
    #header .container {
        width: 100%;
        padding: 0;
    }

    #header .container.size-2 .nav,
    #header .container.size-1 .nav {
        width: 40%;
    }
}

@media (min-width: 1025px) {
    #header .container {
        width: 100%;
        padding: 0;
    }

    #header .container.size-2 .nav,
    #header .container.size-1 .nav {
        width: 40%;
    }
}

#nav {
    margin: 0;
    padding: 25px 29px;
    box-shadow: none;
    border: none;
    position: relative;
    text-align: center;
    z-index: 99;
}

#nav div#store-locator-mobile {
    position: absolute;
    right: 30px;
    top: 27px;
}

@media (min-width: 768px) {
    #nav .nav {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #nav .nav {
        width: 40%;
    }
}

@media (min-width: 768px) {
    #nav .nav .dropdown-menu li {
        text-align: left;
    }

    #nav .nav.navbar-left {
        text-align: right;
    }

    #nav .nav.navbar-left.navbar-limit-3 > li.dropdown,
    #nav .nav.navbar-left.navbar-limit-2 > li.dropdown,
    #nav .nav.navbar-left.navbar-limit-1 > li.dropdown {
        margin: 0 7%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #nav .nav.navbar-left.navbar-limit-3 > li.dropdown,
    #nav .nav.navbar-left.navbar-limit-2 > li.dropdown,
    #nav .nav.navbar-left.navbar-limit-1 > li.dropdown {
        margin: 0 3.5%;
    }
}

@media (min-width: 768px) {
    #nav .nav.navbar-right {
        text-align: left;
    }

    #nav .nav.navbar-right.navbar-limit-3 > li.dropdown,
    #nav .nav.navbar-right.navbar-limit-2 > li.dropdown,
    #nav .nav.navbar-right.navbar-limit-1 > li.dropdown {
        margin: 0 7%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #nav .nav.navbar-right.navbar-limit-3 > li.dropdown,
    #nav .nav.navbar-right.navbar-limit-2 > li.dropdown,
    #nav .nav.navbar-right.navbar-limit-1 > li.dropdown {
        margin: 0 3.5%;
    }
}

#nav .dropdown-menu {
    min-width: 200px;
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    width: 100%;
    top: 25px;
    left: 0;
    white-space: normal;
}

@media (max-width: 767px) {
    #nav .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        display: block !important;
        opacity: 1 !important;
        list-style-type: none;
        padding-left: 15px;
        width: 100%;
    }
}

#nav .dropdown-menu li {
    margin: 5px 0;
    width: 100%;
}

@media (max-width: 767px) {
    #nav .dropdown-menu li {
        text-align: left;
        margin: 12px 0;
    }
}

#nav .dropdown-menu li.category {
    font-weight: bold;
}

@media (min-width: 768px) {
    #nav {
        padding: 25px 0 19px;
        border-bottom: 1px solid #fcfcfc;
    }
}

#nav .navbar-toggle {
    margin: 6px 0 0;
    padding: 0;
    float: left;
    border: none;
    border-radius: 0;
    z-index: 99;
}

#nav .navbar-toggle:focus,
#nav .navbar-toggle:hover {
    background: none;
}

#nav .icon-bar {
    height: 1px;
}

#nav .icon-bar + .icon-bar {
    margin-top: 8px;
}

#nav .navbar-brand {
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 110px;
}

#nav .navbar-brand img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    #nav .navbar-brand {
        position: absolute;
        top: 35px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

#nav .navbar-collapse {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    #nav .navbar-collapse {
        position: absolute;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        height: auto !important;
        left: 0;
        top: 99px;
        width: 80%;
        margin: 0;
        z-index: 99;
        -webkit-transition: -webkit-transform .25s linear;
        transition: transform .25s linear;
        overflow: visible;
        padding: 0;
    }

    #nav .navbar-collapse.in {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    #nav .holder {
        padding: 57px 28px 29px;
        background: #fff;
        position: relative;
    }
}

@media (min-width: 768px) {
    #nav .holder {
        padding-top: 19px;
    }
}

@media (min-width: 1024px) {
    #nav .holder {
        padding: 19px 25px 0 32px;
        padding-left: 0;
        padding-right: 0;
    }
}

#nav ul {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    margin: 0;
}

@media (min-width: 768px) {
    #nav ul {
        width: 38%;
        letter-spacing: 1px;
    }
}

@media (min-width: 768px) {
    #nav ul.nav:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
}

#nav ul > li {
    margin-bottom: 28px;
    width: 100px;
    width: auto;
}

@media (max-width: 767px) {
    #nav ul > li {
        width: 100%;
        text-align: left;
    }
}

#nav ul > li.active > a,
#nav ul > li:hover > a {
    opacity: .5;
}

@media (min-width: 768px) {
    #nav ul > li {
        margin: 0 0 0 10px;
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        margin-left: 0;
    }
}

#nav ul > li a {
    padding: 0;
    -webkit-transition: .25s opacity linear;
    transition: .25s opacity linear;
}

@media (min-width: 768px) {
    #nav ul > li a {
        color: #666;
    }
}

.switcher {
    z-index: 1000;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 13px !important;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .switcher {
        display: none;
    }
}

.switcher:before {
    content: url("../img/globe.png");
    position: relative;
    top: 2px;
    left: -3px;
}

@media (max-width: 767px) {
    .search-form {
        position: absolute;
        right: 30px;
        top: 27px;
    }
}

.search-form .opener:focus,
.search-form .opener:hover {
    color: #333;
    opacity: .5;
    text-decoration: none;
}

.search-form .opener .icon-search {
    font-size: 23px;
    color: #000;
    text-decoration: none;
    -webkit-transition: .25s opacity linear;
    transition: .25s opacity linear;
}

@media (min-width: 768px) {
    .search-form .opener .icon-search {
        display: inline-block;
        vertical-align: top;
        font-size: 26px;
        line-height: 17px;
        margin-left: 6px;
    }
}

.search-form .form-slide {
    position: absolute;
    top: 55px;
    right: -9px;
    width: 200px;
    z-index: 100;
}

@media (min-width: 768px) {
    .search-form .form-slide {
        top: 24px;
        right: 0;
    }
}

.search-form input[type="submit"] {
    display: none;
}

#footer {
    width: 100%;
    overflow: hidden;
    display: table-footer-group;
    height: 1%;
    background: #333;
}

#footer .footer-top-bar {
    padding: 13px 69px 14px 70px;
    background: white;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

@media (max-width: 767px) {
    #footer .footer-top-bar {
        display: none;
    }
}

#footer .footer-top-bar a.btn {
    border: 1px solid #000;
    float: right;
    font-size: 14px;
    color: #000;
}

#footer .footer-top-bar a.btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #ccc;
}

#footer .footer-top-bar div#scroll-top {
    float: left;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 400;
    margin-top: 13px;
    margin-bottom: 10px;
}

#footer .mobile-button-wrapper {
    text-align: center;
    width: 100%;
}

#footer .mobile-button-wrapper a.btn.mobile-newsletter {
    border: 1px solid #000;
    font-size: 10px;
    color: #000;
    float: none;
    margin: 25px auto;
    position: relative;
}

@media (min-width: 768px) {
    #footer .mobile-button-wrapper a.btn.mobile-newsletter {
        display: none;
    }
}

@media (max-width: 380px) {
    #footer .mobile-button-wrapper a.btn.mobile-newsletter-sm-txt {
        padding: 13px 10px 11px;
    }
}

#footer .holder {
    font-weight: 400;
    background: #333;
    padding: 26px 25px 36px 32px;
    color: #fff;
}

@media (min-width: 768px) {
    #footer .holder {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    #footer .holder {
        padding: 19px 70px;
    }
}

#footer .holder address {
    text-transform: capitalize;
    line-height: 16px;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    #footer .holder address {
        margin-bottom: 0;
        width: 59%;
        float: left;
        letter-spacing: .7px;
    }
}

@media (min-width: 1200px) {
    #footer .holder address {
        width: 35%;
    }
}

.copyright {
    display: block;
    position: relative;
    padding-right: 61px;
}

@media (min-width: 768px) {
    .copyright {
        width: 35%;
        text-align: right;
        float: right;
        padding: 9px 64px 6px 0;
        letter-spacing: .6px;
    }
}

.copyright a {
    color: #fff;
    -webkit-transition: .25s color linear;
    transition: .25s color linear;
    font-weight: 400;
}

.copyright a:hover {
    color: #0092ff;
    text-decoration: none;
}

.copyright img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 43px;
    height: auto;
}

.footer-block {
    padding: 6px 10px 0;
    background: #f6f6f6;
}

@media (min-width: 768px) {
    .footer-block {
        padding: 34px 25px 14px;
        position: relative;
        background: #f3f3f3;
    }
}

@media (min-width: 1024px) {
    .footer-block {
        padding: 34px 69px 42px 70px;
    }
}

.footer-block ul.social-networks li:last-child {
    margin-right: 10px;
}

.footer-block .social-networks {
    overflow: hidden;
    text-align: right;
}

.footer-block .social-networks li a:hover {
    color: #333;
}

@media (min-width: 1024px) {
    .footer-block .social-networks {
        position: absolute;
        top: 29px;
        width: 227px;
        right: 39px;
    }
}

@media (min-width: 1200px) {
    .footer-block .social-networks {
        right: 60px;
    }
}

@media (min-width: 1024px) {
    .footer-block .social-networks li {
        margin: 0 6px 5px;
    }
}

@media (min-width: 1200px) {
    .footer-block .social-networks li {
        margin: 0 6px 5px;
    }
}

.footer-block .social-networks .icon-youtube {
    font-size: 24px;
}

.accordion {
    padding-bottom: 21px;
    position: relative;
}

@media (min-width: 768px) {
    .accordion {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .accordion {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .accordian-block {
        float: left;
        width: 17.9%;
    }

    .accordian-block + .accordian-block {
        margin-left: 7px;
    }
}

@media (min-width: 1200px) {
    .accordian-block {
        width: 16.9%;
    }

    .accordian-block + .accordian-block {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .accordian-block > a {
        pointer-events: none;
        cursor: default;
        height: 47px;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 15px;
    }

    .accordian-block > a span {
        overflow: hidden;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .accordian-block.pull-right {
        width: 40.2%;
    }

    .accordian-block.pull-right > a {
        width: 170px;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    .accordian-block.pull-right {
        width: 51.2%;
    }
}

.accordian-block > a {
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .25s all linear;
    transition: .25s all linear;
    position: relative;
}

@media (max-width: 767px) {
    .accordian-block > a:after {
        content: "\e904";
        position: absolute;
        top: 16px;
        right: 14px;
        font: 15px/1 icomoondefault;
    }
}

@media (min-width: 768px) {
    .accordian-block > a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: -999px;
        height: 1px;
        background: #dedede;
    }
}

.accordian-block > a:focus {
    text-decoration: none;
}

.accordian-block > a:hover {
    text-decoration: none;
}

.accordian-block > a:hover span {
    opacity: .5;
}

@media (max-width: 767px) {
    .accordian-block > a {
        padding: 16px 40px 13px 19px;
        display: block;
        border-top: 1px solid #ccc;
    }
}

@media (max-width: 767px) {
    .accordian-block.active > a {
        border-bottom: none !important;
    }

    .accordian-block.active > a:after {
        content: "\e903";
    }
}

@media (max-width: 767px) {
    .accordian-block.active .slide {
        display: block;
        border-bottom: 3px solid #ccc;
    }
}

@media (max-width: 767px) {
    .accordian-block:last-child > a {
        border-bottom: 1px solid #ccc;
    }
}

.accordian-block .slide {
    padding: 9px 18px 11px;
}

@media (max-width: 767px) {
    .accordian-block .slide {
        display: none;
    }
}

@media (min-width: 768px) {
    .accordian-block .slide {
        padding: 31px 0 0;
        position: relative;
        display: block !important;
    }
}

@media (max-width: 767px) {
    .accordian-block.pull-right {
        float: none !important;
    }
}

.icon-bag.star:after {
    content: "*";
    color: #0092ff;
    font-size: 8px;
    position: absolute;
    top: -2px;
    left: -6px;
}

.footer-nav {
    font-size: 14px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .footer-nav {
        padding-bottom: 40px;
    }
}

.footer-nav li {
    margin-bottom: 14px;
    position: relative;
}

@media (min-width: 768px) {
    .footer-nav li {
        margin-bottom: 7px;
    }
}

.footer-nav li.active a,
.footer-nav li a:focus,
.footer-nav li a:hover {
    color: #0092ff;
    text-decoration: none;
}

.footer-nav li a {
    color: #999;
    -webkit-transition: .25s color linear;
    transition: .25s color linear;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.footer-nav .icon-bag {
    font: bold 11px/1 icomoondefault;
    position: absolute;
    left: 6px;
    top: 2px;
    color: #0092ff;
}

@media (min-width: 768px) {
    .footer-nav.country-list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        column-gap: 24px;
        margin-left: -22px;
        padding-bottom: 0;
        margin-bottom: 36px;
    }
}

@media (min-width: 1200px) {
    .footer-nav.country-list {
        -webkit-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }
}

@media (min-width: 768px) {
    .footer-nav.country-list li {
        margin-bottom: 0;
        padding-left: 22px;
    }
}

@media (min-width: 768px) {
    .footer-nav.country-list li:last-child {
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    .footer-nav.country-list li:last-child {
        padding-top: 11px;
    }
}

@media (min-width: 1278px) {
    .footer-nav.country-list li:last-child {
        padding-top: 23px;
    }
}

@media (min-width: 768px) {
    .footer-nav.country-list a {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 7px;
    }
}

.nav-select {
    font-style: italic;
    text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid #cecece;
    width: 100%;
    height: 40px;
    color: #999;
    padding: 6px 15px 3px;
    margin-bottom: 16px;
    background: #f6f6f6;
}

@media (min-width: 768px) {
    .nav-select {
        display: none;
    }
}

.nav-select .opt-level-1,
.nav-select .opt-default {
    padding: 2px 15px;
    position: relative;
}

@media (max-width: 767px) {
    .country-list {
        display: none;
    }
}

.note {
    color: #3d3d3d;
    font-style: italic;
    font-size: 11px;
    line-height: 15px;
    display: block;
    position: relative;
    padding-left: 8px;
    margin-bottom: 10px;
    letter-spacing: .55px;
}

@media (min-width: 768px) {
    .note {
        margin: 0 0 8px -10px;
        max-width: 570px;
    }
}

.note:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 12px;
}

.note.two:before {
    content: "**";
    left: -3px;
}

.contact-from .email-enter {
    width: auto;
}

.contact-from .small-title {
    color: #000;
}

@media (min-width: 768px) {
    .contact-from {
        left: 0;
        bottom: 70px;
        width: 47.4%;
    }
}

@media (min-width: 1024px) {
    .contact-from {
        bottom: 55px;
    }
}

@media (min-width: 1200px) {
    .contact-from {
        width: 28.5%;
        width: 100%;
    }
}

.contact-from .title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 9px;
    color: #000;
}

.contact-from input[type="submit"] {
    background: transparent;
    color: #0092ff;
    text-transform: uppercase;
    border: none;
    height: 40px;
    display: block;
    border: none;
    width: 61px;
    padding: 0;
    margin: 0;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-from input[type="submit"]:hover {
    opacity: .5;
}

@media (max-width: 767px) {
    .contact-from input[type="submit"] {
        opacity: 0;
        position: absolute;
        left: -999px;
    }
}

@media (min-width: 768px) {
    .contact-from input[type="submit"] {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
    }
}

@media (min-width: 768px) {
    .contact-from .form-group {
        margin-bottom: 0;
        position: relative;
    }
}

@media (min-width: 768px) {
    .contact-from .form-control {
        padding-right: 180px;
    }
}

.contact-from .name-enter {
    margin-top: 5px;
    padding-right: 0;
    width: 49.6%;
    display: inline;
}

.contact-from .name-enter:last-of-type {
    left: 0;
}

.checkbox-list {
    letter-spacing: -4px;
}

.custome-checkbox {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 16px 9px 0;
}

.custome-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.custome-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.checkbox-label {
    margin: 0;
    position: relative;
    padding-left: 28px;
    color: #999;
    font-weight: 400;
}

.checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: #f6f6f6;
    border: 2px solid #ccc;
}

@media (min-width: 768px) {
    .checkbox-label:before {
        border-width: 1px;
    }
}

.checkbox-label:after {
    content: "\e908";
    font: 14px/1 icomoondefault;
    color: #71ceec;
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0;
}

.step-two {
    display: none;
}

.banner {
    position: relative;
    border: 30px solid #f4f4f4;
    margin-bottom: 25px;
    overflow: hidden;
}

@media (max-width: 769px) {
    .banner {
        border-width: 15px;
    }
}

.banner.bannerDualGender {
    border: none;
}

.borderOnly {
    border: 30px solid #f4f4f4;
}

@media (max-width: 769px) {
    .borderOnly {
        border-width: 15px;
    }
}

.banner.topIntro, .banner.noBorder {
    border: none !important;
}

.banner.isVideo {
    max-height: 760px;
}

.banner img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .slideshow.product-slider {
        padding: 20px 0 148px;
        min-height: 515px;
    }
}

@media (max-width: 767px) {
    .slideshow.product-slider {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .slideshow.product-slider .slide {
        position: relative;
        top: 0;
    }
}

.slideshow {
    position: relative;
    text-align: center;
    padding: 35px 0 61px;
    min-height: 302px;
}

@media (min-width: 768px) {
    .slideshow {
        padding: 20px 0 148px;
        min-height: 515px;
    }
}

.slideshow .slide {
    z-index: 1;
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .slideshow .slide {
        top: 130px;
    }
}

.slideshow .slide.active {
    z-index: 2;
}

.slideshow .slide:not(.active) {
    display: none !important;
}

.slideshow .slide .s7spinviewer,
.slideshow .slide .s7container,
.slideshow .slide .s7videoviewer {
    max-height: 267px;
    margin: 0 auto;
}

.slideshow .slide .s7spinviewer {
    max-width: 500px;
}

.slideshow .slide .s7videoviewer {
    max-width: 100%;
    width: 475px;
}

.slideshow h1 {
    margin: 0 0 5px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .slideshow h1 {
        font-size: 29px;
        line-height: 1;
        margin-bottom: 0;
    }
}

.slideshow .title {
    color: #999;
    text-transform: capitalize;
    display: block;
    margin-bottom: 34px;
}

@media (min-width: 768px) {
    .slideshow .title {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 4px;
    }
}

.slideshow img {
    max-width: 100%;
    height: auto;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.slideshow .pagination {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    z-index: 5;
}

@media (min-width: 768px) {
    .slideshow .pagination {
        bottom: 40px;
    }
}

.slideshow .pagination .sprite_360 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.slideshow .pagination .sprite_360 .text {
    background-image: url("../img/360.png");
    background-position-x: -11px;
    background-position-y: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
}

.slideshow .pagination .sprite_360 .bg {
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: .5;
    position: absolute;
}

.slideshow .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

@media (max-width: 767px) {
    .slideshow .pagination li.active a,
    .slideshow .pagination li:focus a,
    .slideshow .pagination li:hover a {
        background: #848484;
    }
}

@media (min-width: 768px) {
    .slideshow .pagination li.active a,
    .slideshow .pagination li:focus a,
    .slideshow .pagination li:hover a {
        border: 1px solid #0092ff;
    }
}

.slideshow .pagination li a {
    display: block;
    position: relative;
    -webkit-transition: .5s all linear;
    transition: .5s all linear;
}

@media (max-width: 767px) {
    .slideshow .pagination li a {
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #fff;
        border: 1px solid #848484;
    }
}

@media (min-width: 768px) {
    .slideshow .pagination li a {
        width: 105px;
        height: 44px;
        text-align: center;
        border: 1px solid #f3f3f3;
    }
}

.slideshow .pagination img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .slideshow .pagination img {
        display: none;
    }
}

@media (min-width: 768px) {
    .slideshow .pagination img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .slideshow .pagination .video a {
        border-color: transparent;
    }
}

.link-block {
    text-align: center;
    padding: 24px 18px 47px;
    max-height: 330px !important;
}

@media (min-width: 769px) {
    .link-block {
        position: absolute;
        background: transparent;
        padding: 0;
        bottom: 7px !important;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 15px;
        z-index: 1;
        max-height: 290px !important;
        display: flex;
        flex-direction: column;
    }

    .link-block a {
        align-self: center;
    }

    .link-block.text-right-certain {
        height: 80px;
    }

    .link-block.text-left-certain {
        height: 80px;
    }

    .link-block.text-right-certain a {
        position: absolute;
        right: 10px;
    }

    .link-block.text-left-certain a {
        position: absolute;
        left: 10px;
    }

    .video-equalizer {
        display: flex;
    }

    .video-equalizer li {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        max-height: 635px;
    }

    .video-equalizer li .link-block {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    .video-equalizer li .link-block a {
        align-self: center;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-equalizer li a {
        height: 66%;
    }
}

@media (min-width: 1024px) {
    .link-block {
        bottom: 15px;
    }
}

.link-block a,
.link-block .button-copy {
    color: #999;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .link-block a,
    .link-block .button-copy {
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font: 600 19px/24px 'Montserrat', "Open Sans", Arial, sans-serif;
        text-decoration: none;
        -webkit-transition: .25s opacity linear;
        transition: .25s opacity linear;
    }
}

.link-block a:hover,
.link-block .button-copy:hover {
    text-decoration: none;
    opacity: .5;
}

.heading {
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .heading {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font: 600 19px/24px 'Montserrat', Lato, arial, sans-serif;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .heading.with-delimiter:after {
        content: "/";
        display: inline-block;
        vertical-align: top;
        margin: 0 -2px 0 1px;
    }
}

.product-info li.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.product-info li.col-sm-6 {
    padding: 0;
    border-left: 30px solid #f3f3f3;
    border-right: 30px solid #f3f3f3;
    border-top: 30px solid #f3f3f3;
    border-bottom: 30px solid #f3f3f3;
    width: 48%;
    margin: 1%;
}

@media (max-width: 768px) {
    .product-info li.col-sm-6 {
        width: 100%;
        margin: 0 0 30px 0;
        border-width: 15px;
    }
}

@media (min-width: 768px) {
    .product-info li:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .25);
        z-index: 0;
    }
}

@media (min-width: 768px) {
    .product-info.white li:after {
        background: transparent;
    }
}

.product-info.white li .heading {
    color: #333;
}

.banner .link-block {
    max-height: unset !important;
}

.product-info img {
    width: 100%;
    height: auto;
}

.product-list .container {
    padding-top: 73px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .product-list .container .img-holder img {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .product-list .container {
        padding-right: 0;
        padding-left: 0;
    }

    .product-list .container .img-holder img {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .product-list .container {
        padding-top: 137px;
        padding-bottom: 27px;
    }
}

.product-list ul {
    text-align: center;
}

@media (min-width: 768px) {
    .product-list ul {
        overflow: hidden;
        margin: 0 -15px;
        text-align: justify;
    }

    .product-list ul:after {
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-list ul li {
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .product-list ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        width: 27.3%;
    }
}

.product-list .img-holder {
    white-space: nowrap;
    text-align: center;
    margin-bottom: 21px;
}

.product-list .img-holder:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    min-height: 128px;
}

.product-list .img-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: bottom;
    max-width: 99%;
}

@media (min-width: 768px) {
    .product-list .img-holder {
        margin-bottom: 25px;
    }

    .product-list .img-holder:after {
        min-height: 141px;
    }
}

.product-list img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.product-list a {
    color: #000;
    -webkit-transition: .25s opacity linear;
    transition: .25s opacity linear;
}

.product-list a:hover,
.product-list a:focus {
    text-decoration: none;
    opacity: .5;
}

.product-list .title {
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .product-list .title {
        text-align: center;
    }
}

.slideshow .title {
    letter-spacing: 2.2px;
}

.store-locator.banner .link-block {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.store-locator.banner .link-block h1 {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .store-locator.banner .link-block h1 {
        font-size: 36px;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .store-locator.banner .link-block h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

.store-locator.banner .link-block form#searchbox {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.store-locator.banner .link-block form#searchbox input#search {
    -webkit-appearance: none;
    border: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    padding-left: 25px;
    margin-bottom: 15px;
    margin-right: 30px;
}

.store-locator.banner .link-block form#searchbox input#submit {
    background: url("/images/search.png"), white;
    -webkit-appearance: none;
    border: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 18px;
    top: 10px;
}

.store-locator.banner .link-block form#searchbox button {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: 0;
    background: #bda686;
    border: none;
    color: white;
}

@media (max-width: 480px) {
    .store-locator.banner .link-block form#searchbox button {
        letter-spacing: 1px;
    }
}

.store-locator.banner .link-block form#searchbox button i {
    position: relative;
    top: 3px;
    left: 2px;
}

.store-locator.banner .link-block form#searchbox #use-position {
    margin-top: 36px;
    font-size: 18px;
    text-transform: initial;
    font-weight: 400;
}

@media (max-width: 768px) {
    .store-locator.banner .link-block form#searchbox #use-position {
        margin-top: 7px;
        font-size: 14px;
        font-weight: 400;
    }
}

@media (max-width: 480px) {
    .store-locator.banner .link-block form#searchbox #use-position {
        font-size: 12px;
        font-weight: 400;
    }
}

.store-locator.global-list {
    padding-top: 0;
}

.store-locator.global-list .row {
    padding-top: 20px !important;
}

.store-locator.global-list .row h2 {
    padding-left: 35px;
}

.store-locator.global-list h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}

.store-locator.global-list .global-country {
    height: 80px;
    border-bottom: 1px solid #dedede;
    padding: 15px 0 20px 0;
}

.store-locator.global-list .global-country:last-of-type {

}

.store-locator.global-list .global-country a {
    width: 100%;
    height: 100%;
}

.store-locator.global-list .global-country a h4 {
    padding-left: 20px;
    font-size: 26px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', Lato, arial, sans-serif;
}

.store-locator.global-list .global-country a:hover,
.store-locator.global-list .global-country a:focus,
.store-locator.global-list .global-country a:active {
    text-decoration: none;
    outline: none;
}

.store-locator.global-list .global-country a:after {
    content: "";
    position: relative;
    top: -35px;
    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;
    float: right;
    -webkit-transition: -webkit-transform .45s linear;
    transition: transform .45s linear;
    color: #bfbfbf;
    font-size: 24px;
    margin-right: 15px;
}

.store-locator.global-list .global-country a[aria-expanded="true"] {
    background-color: red !important;
}

.store-locator.global-list .global-country a[aria-expanded="true"]:after {
    content: "\e114";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.store-locator.global-list .global-country a[aria-expanded="false"]:after {
    content: "\e114";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.results-list {
    padding: 0 !important;
    padding: 40px 0;
}

.results-list .caret,
.results-list .caret-up {
    margin-top: 12px;
    margin-right: 12px;
}

@media (min-width: 769px) {
    .results-list .caret,
    .results-list .caret-up {
        display: none;
    }
}

@media (max-width: 768px) {
    .results-list .row .caret {
        display: none;
    }

    .results-list .row .caret-up {
        display: block;
    }

    .results-list .row.closed .caret-up {
        display: none;
    }

    .results-list .row.closed .caret {
        display: block;
    }
}

.results-list .results-counter {
    margin-right: 10px;
    display: none;
}

.results-list .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.results-list .row h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.results-list .row.open h2 {
    background: #eee;
}

.results-list .row.closed h2 {
    margin-bottom: 0;
}

.results-list .row.closed .results-info {
    display: none;
}

.results-list .container-fluid {
    max-width: 1390px;
}

.results-list h2 {
    color: #000;
    font-size: 23px;
    /*border-bottom: 1px solid #dedede;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

#cities-list .results-list h2 {
    font-size: 25px;
}

#cities-list .results-list h2:first-child {
    font-size: 30px;
}

@media (max-width: 768px) {
    .results-list h2 {
        margin-bottom: 0;
        padding: 10px;
    }
}

.results-list ul.results-info {
    list-style-type: none;
    float: left;
    padding: 0 10%;
}

@media (max-width: 768px) {
    .results-list ul.results-info {
        width: 100%;
        padding: 0;
    }
}

.results-list ul.results-info li.col-sm-4 {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .results-list ul.results-info li.col-sm-4 {
        min-height: 100px;
        height: 156px;
    }
}

.results-list ul.results-info li.col-sm-4 .content {
    padding: 20px 30px;
}

@media (max-width: 768px) {
    .results-list ul.results-info li.col-sm-4 .content {
        padding: 15px;
    }
}

.results-list ul.results-info li.col-sm-4 .promoted {
    background: #f3f3f3;
}

.results-list ul.results-info li.col-sm-4 .promoted.active {
    background: #ebf7fe;
    border: 1px solid #bae6ff;
}

.results-list ul.results-info li.col-sm-4 .title {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 7px;
}

.results-list ul.results-info li.col-sm-4 .address {
    font-size: 14px;
    font-weight: 400;
}

.results-list ul.results-info li.col-sm-4 a {
    text-decoration: underline;
    font-size: 14px;
    color: #0570C1;
}

.results-list ul.results-info li.col-sm-4 .active {
    background: #f3f3f3;
}

@media (max-width: 767px) {
    .store-locator span.heading.with-delimiter {
        color: white;
    }
}

.store-page {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 767px) {
    .store-page .col-lg-offset-2 {
        padding: 0;
    }
}

.store-page .info-column {
    padding: 0 40px;
}

@media (max-width: 767px) {
    .store-page .info-column {
        padding: 0 15px;
    }
}

.store-page p,
.store-page td {
    margin: 0 0 4px;
}

.store-page table .col-sm-6 {
    padding-left: 0;
}

.store-page .checkbox {
    padding: 0 5px 0 25px;
    background-image: url("../img/IC_tick-dark-green.png");
    background-repeat: no-repeat;
    background-position: left;
}

.store-page a {
    color: #333;
}

.store-page h1 {
    color: #000;
    font-weight: 400;
}

.store-page h3 {
    margin-top: 23px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.store-page h4 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.store-page h4 a {
    color: #000;
}

.store-page .description {
    padding: 10px 0 40px;
}

.store-page #location-map {
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
}

.store-page hr {
    width: 100%;
    border-top: 1px solid #c3c3c3;
}

.store-page hr.light {
    border-top: 1px solid #dedede;
}

.map-button-container {
    position: relative;
    bottom: 100px;
    right: 10px;
    float: right;
}

@media (max-width: 767px) {
    .map-button-container {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        width: 80%;
        float: left;
    }

    .map-button-container .btn {
        width: 100%;
    }
}

.market-place {
    max-width: 990px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.market-place.shop-online h1 {
    margin: 10px 0 35px 0;
}

.market-place.shop-online .shops {
    padding: 35px 0;
}

.market-place.shop-online .shops.canada-en .jean-paul-fortin p,
.market-place.shop-online .shops.canada-en .quarks-urban-trail p,
.market-place.shop-online .shops.canada-en .becker-shoes p,
.market-place.shop-online .shops.canada-en .gravitypope p {
    min-height: 240px;
}

@media (min-width: 768px) and (max-width: 849px) {
    .market-place.shop-online .shops.canada-en .jean-paul-fortin p,
    .market-place.shop-online .shops.canada-en .quarks-urban-trail p,
    .market-place.shop-online .shops.canada-en .becker-shoes p,
    .market-place.shop-online .shops.canada-en .gravitypope p {
        min-height: 270px;
        font-size: 13px;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .market-place.shop-online .shops.canada-en .jean-paul-fortin p,
    .market-place.shop-online .shops.canada-en .quarks-urban-trail p,
    .market-place.shop-online .shops.canada-en .becker-shoes p,
    .market-place.shop-online .shops.canada-en .gravitypope p {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .market-place.shop-online .shops.canada-en .jean-paul-fortin p,
    .market-place.shop-online .shops.canada-en .quarks-urban-trail p,
    .market-place.shop-online .shops.canada-en .becker-shoes p,
    .market-place.shop-online .shops.canada-en .gravitypope p {
        min-height: inherit;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .market-place.shop-online .shops.canada-en .jean-paul-fortin img {
        margin: 0 0 8px !important;
    }
}

@media (max-width: 767px) {
    .market-place.shop-online .shops.canada-en .jean-paul-fortin {
        margin: 25px 0 0 0 !important;
    }
}

.market-place.shop-online .shops.canada-fr .jean-paul-fortin p,
.market-place.shop-online .shops.canada-fr .quarks-urban-trail p,
.market-place.shop-online .shops.canada-fr .becker-shoes p,
.market-place.shop-online .shops.canada-fr .gravitypope p {
    min-height: 220px;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 849px) {
    .market-place.shop-online .shops.canada-fr .jean-paul-fortin p,
    .market-place.shop-online .shops.canada-fr .quarks-urban-trail p,
    .market-place.shop-online .shops.canada-fr .becker-shoes p,
    .market-place.shop-online .shops.canada-fr .gravitypope p {
        min-height: 250px;
        font-size: 13px;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .market-place.shop-online .shops.canada-fr .jean-paul-fortin p,
    .market-place.shop-online .shops.canada-fr .quarks-urban-trail p,
    .market-place.shop-online .shops.canada-fr .becker-shoes p,
    .market-place.shop-online .shops.canada-fr .gravitypope p {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .market-place.shop-online .shops.canada-fr .jean-paul-fortin p,
    .market-place.shop-online .shops.canada-fr .quarks-urban-trail p,
    .market-place.shop-online .shops.canada-fr .becker-shoes p,
    .market-place.shop-online .shops.canada-fr .gravitypope p {
        min-height: inherit;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .market-place.shop-online .shops.canada-fr .jean-paul-fortin img {
        margin: 0 0 8px !important;
    }
}

@media (max-width: 767px) {
    .market-place.shop-online .shops.canada-fr .jean-paul-fortin {
        margin: 25px 0 20px 0 !important;
    }
}

@media (max-width: 767px) {
    .market-place.shop-online .shops .col-sm-4.mobile-hidden {
        display: none;
    }
}

.market-place.shop-online .shops .col-sm-4 div {
    min-height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .market-place.shop-online .shops .col-sm-4 div {
        min-height: initial;
    }
}

.market-place.shop-online .shops .col-sm-4 p {
    font-size: 14px;
}

.market-place.shop-online .shops .col-sm-4 a.btn.black {
    margin-bottom: 35px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .market-place.shop-online .shops .col-sm-4 a.btn.black {
        margin-top: 35px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .market-place.shop-online .shops .clarks-originals {
        margin: 35px 0 15px 0;
    }
}

.market-place .shops {
    overflow: hidden;
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    padding: 40px 0;
    margin-bottom: 100px;
}

.market-place h1 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 40px;
    font-weight: 400;
}

.market-place h1 span {
    font-size: 30px;
    font-weight: 400;
}

.market-place .shops .col-sm-4,
.market-place .shops .col-sm-6 {
    padding: 0;
}

.market-place .shops .col-sm-4 .btn,
.market-place .shops .col-sm-6 .btn {
    margin-bottom: 45px;
    color: #000;
    border-color: #000;
    background: #fff;
}

.market-place .shops .col-sm-4 .btn:hover,
.market-place .shops .col-sm-6 .btn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

.market-place .shops .col-sm-4 > div,
.market-place .shops .col-sm-6 > div {
    max-width: 405px;
    position: relative;
}

.market-place .shops .col-sm-4 div,
.market-place .shops .col-sm-6 div {
    margin: 0 auto;
    min-height: 130px;
}

.market-place .shops .col-sm-4 p,
.market-place .shops .col-sm-6 p {
    min-height: 90px;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    text-align-last: center;
    padding: 0 15px;
    font-family: 'Montserrat', Lato, arial, sans-serif;
}

.market-place .shops .col-sm-4 .image-placeholder,
.market-place .shops .col-sm-6 .image-placeholder {
    vertical-align: middle;
    padding: 0 15px;
}

.market-place .shops .col-sm-4 img,
.market-place .shops .col-sm-6 img {
    width: initial;
    max-width: 75%;
}

@media (min-width: 768px) {
    .market-place .shops .col-sm-4 img,
    .market-place .shops .col-sm-6 img {
        width: 100%;
        max-width: 289px;
    }

    .market-place .shops > .col-sm-4 {
        min-height: 400px;
        padding: 0 15px;
    }

    .market-place .shops > .col-sm-4.clarks-shoemakers {
        min-height: inherit;
    }

    .market-place .shops > .col-sm-4.clarks-shoemakers .image-placeholder {
        min-height: inherit;
        margin-bottom: 25px;
    }

    .market-place .shops > .col-sm-4.clarks-originals {
        min-height: inherit;
        margin-bottom: 25px;
    }

    .market-place .shops > .col-sm-6 {
        min-height: 400px;
        padding: 0 15px;
    }
}

/* WHAT'S that? */
@media (min-width: 992px) {
    .jean-paul-fortin img {
        width: 217px !important;
        max-width: 260px !important;
    }

    .quarks-urban-trail img {
        width: 250px !important;
        max-width: 400px !important;
    }

    .becker-shoes img {
        width: 250px !important;
        max-width: 400px !important;
    }

    .gravitypope img {
        width: 250px !important;
        max-width: 400px !important;
    }

    .zozotown img {
        width: 250px !important;
        max-width: 400px !important;
    }

    .safari-lounge img {
        width: 200px !important;
        max-width: 289px !important;
    }

    .locondo img {
        width: 250px !important;
        max-width: 400px !important;
    }

    .stylife img {
        width: 250px !important;
        max-width: 314px !important;
    }

    .amazon img {
        width: 210px !important;
        max-width: 260px !important;
    }

    .belle-maison img {
        width: 300px !important;
        max-width: 400px !important;
    }

    .onward-crosset img {
        width: 250px !important;
        max-width: 400px !important;
    }
}

#tncs main .container-fluid {
    max-width: 1390px;
}

#tncs main h2 {
    color: #999;
    font-size: 23px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
    font-weight: 400;
    padding: 40px 15px;
    padding-bottom: 25px;
}

#tncs main .container {
    max-width: 970px;
    /*      &:nth-of-type(3) {
        h2 {
          padding: 30px 15px;
        }
      }*/
}

#tncs main .container .content p {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

#tncs main .container .content p.title {
    font-weight: 600 !important;
    font-size: 17px;
}

#tncs main .container .content ul {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 15px;
}

#tncs main .container:last-of-type .content {
    padding-bottom: 60px;
}

.newsletter-block {
    max-width: 420px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 60px;
}

.newsletter-block form input[type="submit"] {
    background: #0570C1;
    color: white;
    border: 0;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    text-transform: uppercase;
}

.newsletter-block form label {
    font-family: 'Montserrat', Lato, arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: initial;
}

.newsletter-block form label.small-font {
    text-transform: initial;
}

.newsletter-block form li.custome-radio {
    display: inline-block;
    margin-right: 55px;
}

.newsletter-block form .form-group input {
    margin-bottom: 15px;
    background: white;
    font-style: normal;
    font-weight: initial;
    font-size: 13px;
    color: #000;
}

.newsletter-block form .form-group ul {
    padding: 0;
    list-style-type: none;
}

.newsletter-block form .form-group input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bfbfbf;
    color: #333333;
}

.newsletter-block form .form-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    color: #333333;
    opacity: 1;
}

.newsletter-block form .form-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfbfbf;
    color: #333333;
    opacity: 1;
}

.newsletter-block form .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bfbfbf;
    color: #333333;
}

.newsletter-block form .custome-radio input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.newsletter-block form .custome-radio input[type=radio] + label.radio-label {
    padding-left: 27px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.newsletter-block form .custome-radio input[type=radio]:checked + label.radio-label {
    background-position: 0 -23px;
}

.newsletter-block form .custome-radio label {
    background-image: url(../img/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.foot-health {
    max-width: 950px;
}

.foot-health h2,
.foot-health h3,
.foot-health h4 {
    text-transform: uppercase;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
}

.foot-health p {
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 2px;
}

.foot-health img {
    max-width: 100%;
}

.foot-health .row {
    margin-bottom: 10px;
}

.foot-health .row > * {
    padding: 0 5px;
}

.foot-health #knowledge > div:first-child > div {
    padding: 25px 24.9px 50.9%;
    background-color: #fcf6f3;
    color: #d80626;
}

.foot-health #knowledge h2 {
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 1.5;
}

.foot-health #knowledge h2 small {
    color: inherit;
    font-size: 18px;
    display: block;
    font-weight: 400;
    line-height: inherit;
}

.foot-health #knowledge p {
    margin: 0;
}

#foot-health-home .logo-section {
    float: right;
}

@media (max-width: 767px) {
    #foot-health-home .logo-section {
        float: none;
    }
}

#foot-health-home .logo-section .logo {
    margin: 30px auto;
    display: block;
    max-width: 100%;
}

#foot-health-home .logo-section p {
    color: #6f6f6f;
    text-align: center;
    line-height: 2;
    padding: 0 30px;
}

#foot-health-home .logo-section p span {
    color: #d80626;
}

#foot-health-home #stages > div {
    padding: 0 5px;
}

#foot-health-home #stages a:hover {
    text-decoration: none;
}

#foot-health-home #stages h3,
#foot-health-home #stages p {
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}

#foot-health-home #stages h3 {
    font-size: 16px;
    min-height: 70px;
    padding-left: 20px;
}

#foot-health-home #stages p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
}

#foot-health-home #stages .actions {
    position: absolute;
    top: 6px;
    right: 25px;
    bottom: 0;
}

@media (max-width: 767px) {
    #foot-health-home #stages .actions {
        right: 15px;
    }
}

#foot-health-home #stages .actions button {
    border: none;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: block;
    margin-bottom: 7px;
}

#foot-health-home #stages #crawling h3,
#foot-health-home #stages #crawling p {
    color: #d80626;
    background-color: #ffe8eb;
}

#foot-health-home #stages #crawling .actions button {
    background-color: #d80626;
    color: #ffe8eb;
}

#foot-health-home #stages #walking h3,
#foot-health-home #stages #walking p {
    background-color: #f8fdec;
    color: #5b7829;
}

#foot-health-home #stages #walking .actions button {
    background-color: #5b7829;
    color: #f8fdec;
}

#foot-health-home #stages #pre-school h3,
#foot-health-home #stages #pre-school p {
    background-color: #d1eeff;
    color: #047199;
}

#foot-health-home #stages #pre-school .actions button {
    background-color: #047199;
    color: #d1eeff;
}

#foot-health-home #stages #school h3,
#foot-health-home #stages #school p {
    background-color: #ddf0f3;
    color: #00577d;
}

#foot-health-home #stages #school .actions button {
    background-color: #00577d;
    color: #ddf0f3;
}

#foot-health-home #useful-facts {
    text-align: center;
}

#foot-health-home #useful-facts * {
    text-transform: uppercase;
}

#foot-health-home #useful-facts h2 {
    font-size: 28px;
    color: #64b091;
}

#foot-health-home #useful-facts h2 span {
    font-size: 50px;
}

#foot-health-home #useful-facts p {
    font-size: 18px;
    color: #64b091;
}

#foot-health-home #useful-facts a {
    font-size: 12px;
    color: #64b091;
    border: 1px solid #64b091;
}

#foot-health-home #useful-facts a:hover {
    color: #def4b8;
    background-color: #64b091;
}

#foot-health-home #useful-facts .tips > div {
    background-color: #def4b8;
    padding: 18.2% 0;
}

#foot-health-home #top-tips h4,
#foot-health-home #top-tips p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
}

#foot-health-home #top-tips h2 {
    font-size: 18px;
    font-weight: normal;
}

#foot-health-home #top-tips h2:before {
    content: "";
    display: inline-block;
    background-color: white;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

#foot-health-home #top-tips h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

#foot-health-home #top-tips h3 small {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

#foot-health-home #top-tips h4 {
    margin: 0;
}

#foot-health-home #top-tips article {
    counter-reset: tip;
}

#foot-health-home #top-tips ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#foot-health-home #top-tips ol li {
    position: relative;
    padding-left: 45px;
}

#foot-health-home #top-tips ol li:before {
    counter-increment: tip;
    content: counter(tip);
    background-color: white;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
}

#foot-health-home #top-tips #tips-slider #tip-0-12 {
    background: #ffe8eb;
}

#foot-health-home #top-tips #tips-slider #tip-0-12 h2,
#foot-health-home #top-tips #tips-slider #tip-0-12 h3,
#foot-health-home #top-tips #tips-slider #tip-0-12 h4 {
    color: #d80626;
}

#foot-health-home #top-tips #tips-slider #tip-0-12 h4,
#foot-health-home #top-tips #tips-slider #tip-0-12 p {
    color: #d80626;
}

#foot-health-home #top-tips #tips-slider #tip-0-12 h3 small {
    color: #d80626;
}

#foot-health-home #top-tips #tips-slider #tip-0-12 ol li:before {
    color: #d80626;
}

#foot-health-home #top-tips #tips-slider #tip-12-24 {
    background: #f8fdec;
}

#foot-health-home #top-tips #tips-slider #tip-12-24 h2,
#foot-health-home #top-tips #tips-slider #tip-12-24 h3,
#foot-health-home #top-tips #tips-slider #tip-12-24 h4 {
    color: #5b7829;
}

#foot-health-home #top-tips #tips-slider #tip-12-24 h4,
#foot-health-home #top-tips #tips-slider #tip-12-24 p {
    color: #5b7829;
}

#foot-health-home #top-tips #tips-slider #tip-12-24 h3 small {
    color: #5b7829;
}

#foot-health-home #top-tips #tips-slider #tip-12-24 ol li:before {
    color: #5b7829;
}

#foot-health-home #top-tips #tips-slider #tip-2-5 {
    background: #d1eeff;
}

#foot-health-home #top-tips #tips-slider #tip-2-5 h2,
#foot-health-home #top-tips #tips-slider #tip-2-5 h3,
#foot-health-home #top-tips #tips-slider #tip-2-5 h4 {
    color: #047199;
}

#foot-health-home #top-tips #tips-slider #tip-2-5 h4,
#foot-health-home #top-tips #tips-slider #tip-2-5 p {
    color: #047199;
}

#foot-health-home #top-tips #tips-slider #tip-2-5 h3 small {
    color: #047199;
}

#foot-health-home #top-tips #tips-slider #tip-2-5 ol li:before {
    color: #047199;
}

#foot-health-home #top-tips #tips-slider #tip-5-12 {
    background: #ddf0f3;
}

#foot-health-home #top-tips #tips-slider #tip-5-12 h2,
#foot-health-home #top-tips #tips-slider #tip-5-12 h3,
#foot-health-home #top-tips #tips-slider #tip-5-12 h4 {
    color: #00577d;
}

#foot-health-home #top-tips #tips-slider #tip-5-12 h4,
#foot-health-home #top-tips #tips-slider #tip-5-12 p {
    color: #00577d;
}

#foot-health-home #top-tips #tips-slider #tip-5-12 h3 small {
    color: #00577d;
}

#foot-health-home #top-tips #tips-slider #tip-5-12 ol li:before {
    color: #00577d;
}

#foot-health-home #top-tips #tips-slider .slick-slide {
    padding: 0 20px;
    height: 475px;
}

@media (max-width: 767px) {
    #foot-health-home #top-tips #tips-slider .slick-slide {
        height: auto;
        padding-bottom: 40px;
    }
}

#foot-health-home #science h2 {
    font-size: 28px;
    margin: 40px 0 35px;
}

#foot-health-home #science p {
    margin: 0;
}

#foot-health-home #science > div > a,
#foot-health-home #science > div > div {
    padding: 0 30px 45px;
    float: left;
    display: block;
}

#foot-health-home #science .body p {
    padding-right: 35%;
}

#foot-health-home #science .body img {
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 70%;
}

#foot-health-home #science #how-feet-grow > a {
    background-color: #f3f3f3;
    padding-bottom: 77px;
}

#foot-health-home #science #how-feet-grow > a:hover {
    text-decoration: none;
}

#foot-health-home #science #how-feet-grow h2,
#foot-health-home #science #how-feet-grow h3 {
    color: #d80626;
}

#foot-health-home #science #how-feet-grow h3 {
    font-size: 18px;
    margin: 0 0 15px;
}

#foot-health-home #science #how-feet-grow p {
    color: #6f6f6f;
}

#foot-health-home #science #technology > div {
    background-color: #64b091;
}

#foot-health-home #science #technology h2 {
    color: #e4ec24;
}

#foot-health-home #science #technology p {
    color: #f3f3f3;
    padding-right: 45%;
}

#foot-health-home #science #technology img {
    left: 60%;
}

@media (max-width: 767px) {
    #foot-health-home #science #technology img {
        width: 130px;
    }
}

#foot-health-home #science #technology a {
    color: #e4ec24;
    border-color: #e4ec24;
    font-size: 12px;
    margin-top: 50px;
    padding: 12px 40px;
}

#foot-health-home #science #technology a:hover {
    color: #64b091;
    background-color: #e4ec24;
}

.foot-health-stage#crawling-cruising #page-header h2,
.foot-health-stage#crawling-cruising #page-header p {
    color: #d80626;
}

.foot-health-stage#crawling-cruising #page-header h2 {
    background-color: #ffe8eb;
}

.foot-health-stage#crawling-cruising #booklet #banner {
    background-color: #d80626;
}

.foot-health-stage#crawling-cruising #booklet #banner h2 {
    color: #f1f84d;
}

.foot-health-stage#crawling-cruising #booklet #banner p {
    color: white;
}

.foot-health-stage#crawling-cruising #booklet #banner #download p {
    color: #f1f84d;
}

.foot-health-stage#crawling-cruising #booklet article {
    background: #f3eeec;
}

.foot-health-stage#crawling-cruising #booklet article p {
    color: #6d6d6c;
}

.foot-health-stage#crawling-cruising #steps {
    padding: 0;
}

.foot-health-stage#crawling-cruising #steps h2,
.foot-health-stage#crawling-cruising #steps p {
    color: #6f6f6f;
}

.foot-health-stage#crawling-cruising #steps h2 {
    font-size: 28px;
    margin: 0 0 20px;
    letter-spacing: 3px;
    font-weight: 400;
}

.foot-health-stage#crawling-cruising #steps h2 small {
    font-weight: 400;
    display: block;
    font-size: 18px;
}

.foot-health-stage#crawling-cruising #steps p {
    line-height: 1.7;
}

.foot-health-stage#crawling-cruising #steps #crawling > div > div,
.foot-health-stage#crawling-cruising #steps #cruising > div > div {
    padding: 0;
}

.foot-health-stage#crawling-cruising #steps #crawling > div > div {
    background: #fcffc9;
}

.foot-health-stage#crawling-cruising #steps #crawling > div > div:last-child {
    padding: 30px 15px 27.2% 25px;
}

.foot-health-stage#crawling-cruising #steps #cruising > div > div {
    background: #ffe2e6;
}

.foot-health-stage#crawling-cruising #steps #cruising > div > div:last-child {
    padding: 30px 15px 32.1% 25px;
}

.foot-health-stage#crawling-cruising #develop-new h2,
.foot-health-stage#crawling-cruising #develop-new p {
    color: #81817e;
}

.foot-health-stage#crawling-cruising #develop-new h2 {
    font-size: 28px;
    margin: 30px 0 20px;
    letter-spacing: 3px;
    font-weight: 400;
}

.foot-health-stage#crawling-cruising #develop article p:first-of-type {
    background-color: #60802a;
    color: white;
}

.foot-health-stage#crawling-cruising #develop article p:last-of-type {
    color: #81817e;
}

.foot-health-stage#crawling-cruising #develop article h2 {
    color: #81817e;
}

.foot-health-stage#crawling-cruising #shoe article {
    background-color: #ffe8eb;
    color: #d80626;
    padding-bottom: 28.9%;
}

.foot-health-stage#crawling-cruising #shoe article ol li:before {
    background: white;
}

.foot-health-stage#crawling-cruising #knowledge > div:first-child > div {
    background-color: #fcf6f3;
    color: #d80626;
}

.foot-health-stage#walking #page-header h2,
.foot-health-stage#walking #page-header p {
    color: #5b7829;
}

.foot-health-stage#walking #page-header h2 {
    background-color: #f8fdec;
}

.foot-health-stage#walking #booklet #banner {
    background-color: #60802a;
}

.foot-health-stage#walking #booklet #banner h2 {
    color: #f1f84d;
}

.foot-health-stage#walking #booklet #banner p {
    color: white;
}

.foot-health-stage#walking #booklet #banner #download p {
    color: #f1f84d;
}

.foot-health-stage#walking #booklet article {
    background: #f3eeec;
    padding: 34.3% 30px;
}

.foot-health-stage#walking #booklet article p {
    color: #6d6d6c;
}

.foot-health-stage#walking #develop article p:first-of-type {
    background-color: #60802a;
    color: white;
}

.foot-health-stage#walking #develop article p:last-of-type {
    color: #81817e;
}

.foot-health-stage#walking #develop article h2 {
    color: #81817e;
}

.foot-health-stage#walking #shoe article {
    background-color: #f8fdec;
    color: #5b7829;
    padding-bottom: 17.8%;
}

.foot-health-stage#walking #shoe article ol li:before {
    background: white;
}

.foot-health-stage#walking #knowledge > div:first-child > div {
    padding-bottom: 59%;
}

.foot-health-stage#pre-school #page-header h2,
.foot-health-stage#pre-school #page-header p {
    color: #047199;
}

.foot-health-stage#pre-school #page-header h2 {
    background-color: #d1eeff;
}

.foot-health-stage#pre-school #booklet #banner {
    background-color: #fef9c2;
}

.foot-health-stage#pre-school #booklet #banner h2 {
    color: #047199;
}

.foot-health-stage#pre-school #booklet #banner p {
    color: #000;
}

.foot-health-stage#pre-school #booklet #banner #download p {
    color: #047199;
}

.foot-health-stage#pre-school #booklet article {
    background: #f3eeec;
    padding: 31.6% 30px;
}

.foot-health-stage#pre-school #booklet article p {
    color: #6d6d6c;
}

.foot-health-stage#pre-school #develop article p:first-of-type {
    background-color: #059ed6;
    color: white;
}

.foot-health-stage#pre-school #develop article p:last-of-type {
    color: #81817e;
}

.foot-health-stage#pre-school #develop article h2 {
    color: #81817e;
}

.foot-health-stage#pre-school #shoe article {
    background-color: #d1eeff;
    color: #047199;
    padding-bottom: 25.2%;
}

.foot-health-stage#pre-school #shoe article ol li:before {
    background: white;
}

.foot-health-stage#pre-school #knowledge > div:first-child > div {
    padding-bottom: 59.1%;
}

.foot-health-stage#school #page-header h2,
.foot-health-stage#school #page-header p {
    color: #00577d;
}

.foot-health-stage#school #page-header h2 {
    background-color: #ddf0f3;
}

.foot-health-stage#school #booklet #banner {
    background-color: #fcf5ad;
}

.foot-health-stage#school #booklet #banner h2 {
    color: #00577d;
}

.foot-health-stage#school #booklet #banner p {
    color: #000;
}

.foot-health-stage#school #booklet #banner #download p {
    color: #047199;
}

.foot-health-stage#school #booklet article {
    background: #f3eeec;
    padding: 34.3% 30px;
}

.foot-health-stage#school #booklet article p {
    color: #6d6d6c;
}

.foot-health-stage#school #develop article p:first-of-type {
    background-color: #00929f;
    color: white;
}

.foot-health-stage#school #develop article p:last-of-type {
    color: #81817e;
}

.foot-health-stage#school #develop article h2 {
    color: #81817e;
}

.foot-health-stage#school #shoe article {
    background-color: #ddf0f3;
    color: #00577d;
    padding-bottom: 21.6%;
}

.foot-health-stage#school #shoe article ol li:before {
    background: white;
}

.foot-health-stage#school #knowledge > div:first-child > div {
    padding-bottom: 51%;
}

.foot-health-stage #page-header {
    text-align: center;
}

.foot-health-stage #page-header .logo-section {
    float: right;
}

@media (max-width: 767px) {
    .foot-health-stage #page-header .logo-section {
        float: none;
    }
}

.foot-health-stage #page-header h1 {
    margin-top: 15%;
}

.foot-health-stage #page-header h2 {
    margin: 50px 45px 20px;
    padding: 10px 45px;
    font-size: 18px;
    letter-spacing: 2px;
}

.foot-health-stage #page-header p {
    font-size: 16px;
    text-transform: uppercase;
}

.foot-health-stage #booklet #banner {
    padding: 0 30px 15px;
    margin-bottom: 10px;
    float: left;
}

.foot-health-stage #booklet #banner > div {
    padding: 0;
}

.foot-health-stage #booklet #banner h2 {
    font-size: 28px;
    margin: 0 0 10px;
    padding-top: 20px;
}

.foot-health-stage #booklet #banner #download {
    padding: 18px 0 0;
    text-align: center;
}

.foot-health-stage #booklet #banner #download:hover {
    text-decoration: none;
}

.foot-health-stage #booklet #banner #download p {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.foot-health-stage #booklet article {
    padding: 31.6% 30px;
    float: left;
}

.foot-health-stage #develop article p:first-of-type {
    padding: 40px 30px 35px;
}

.foot-health-stage #develop article p:last-of-type {
    padding: 0 30px;
}

.foot-health-stage #develop article h2 {
    font-size: 28px;
    margin: 50px 30px 25px;
}

.foot-health-stage #shoe article {
    counter-reset: counter;
    float: left;
}

.foot-health-stage #shoe article h2 {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 25px;
}

.foot-health-stage #shoe article ol {
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.foot-health-stage #shoe article ol li {
    counter-increment: counter;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 50px;
    margin-bottom: 25px;
}

.foot-health-stage #shoe article ol li:before {
    content: counter(counter);
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 20px;
    text-align: center;
    position: absolute;
    left: 20px;
}

.foot-health-stage #shoe article ol li span {
    text-transform: none;
}

.foot-health-stage #shoe .product > div {
    background-color: #fafafa;
    text-align: center;
    padding: 10.9% 0;
}

#how-feet-grow #title {
    text-align: center;
}

#how-feet-grow #title #title-content {
    float: right;
}

@media (max-width: 767px) {
    #how-feet-grow #title #title-content {
        float: none;
    }
}

#how-feet-grow #title #title-content > div {
    background-color: #def4b8;
    padding: 29.9% 0;
}

#how-feet-grow #title h1 {
    color: #64b091;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
}

#how-feet-grow #title p {
    color: #287858;
    padding: 0 60px;
}

@media (max-width: 768px) {
    #how-feet-grow #title p {
        padding: 0 20px;
    }
}

#how-feet-grow h2 {
    font-size: 22px;
    margin: 0;
}

#how-feet-grow h3 {
    font-size: 28px;
    margin: 0 0 30px;
}

#how-feet-grow #steps p {
    color: #6f6f6f;
    max-width: 65%;
    margin: 0;
}

#how-feet-grow #steps article {
    padding: 30px;
}

#how-feet-grow #steps article:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 5px;
    background-color: #f3f3f3;
    z-index: -1;
}

#how-feet-grow #steps article img {
    position: absolute;
    top: 8%;
    right: 55px;
    bottom: 0;
}

@media (max-width: 767px) {
    #how-feet-grow #steps article img {
        top: 37%;
        right: 35px;
        width: 60px;
    }
}

#how-feet-grow #steps #step-1 article {
    padding-bottom: 7.2%;
}

#how-feet-grow #steps #step-1 h2,
#how-feet-grow #steps #step-1 h3 {
    color: #d80626;
}

#how-feet-grow #steps #step-2 article {
    padding-bottom: 7.1%;
}

#how-feet-grow #steps #step-2 h2,
#how-feet-grow #steps #step-2 h3 {
    color: #d80626;
}

#how-feet-grow #steps #step-3 article {
    padding-bottom: 7.1%;
}

#how-feet-grow #steps #step-3 h2,
#how-feet-grow #steps #step-3 h3 {
    color: #5b7829;
}

#how-feet-grow #steps #step-4 article {
    padding-bottom: 7%;
}

#how-feet-grow #steps #step-4 h2,
#how-feet-grow #steps #step-4 h3 {
    color: #047199;
}

#how-feet-grow #steps #step-5 article {
    padding-bottom: 1.9%;
}

#how-feet-grow #steps #step-5 h2,
#how-feet-grow #steps #step-5 h3 {
    color: #00577d;
}

#faq h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #64b091;
    font-weight: 400;
    margin: 0;
    padding: 42.2% 0;
}

#faq h1 small {
    font-size: 28px;
    display: block;
    color: inherit;
    font-weight: inherit;
}

#faq h2 {
    font-size: 28px;
}

#faq .row > div {
    margin-bottom: 10px;
}

#faq #title {
    float: right;
}

@media (max-width: 767px) {
    #faq #title {
        float: none;
    }
}

#faq #title > div {
    background-color: #def4b8;
}

#faq #panel-1 > div {
    background-color: #f3f3f3;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-1 > div {
        height: auto;
    }
}

#faq #panel-1 h2 {
    color: #f2968f;
    margin: 35px 0;
}

#faq #panel-1 p {
    color: #6f6f6f;
}

#faq #panel-2 > div {
    background-color: #f3f3f3;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-2 > div {
        height: auto;
    }
}

#faq #panel-2 h2 {
    color: #64b091;
    margin: 35px 0;
}

#faq #panel-2 p {
    color: #6f6f6f;
}

#faq #panel-3 > div {
    background-color: #64b091;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-3 > div {
        height: auto;
    }
}

#faq #panel-3 h2 {
    color: #e4ec24;
    margin: 35px 0;
}

#faq #panel-3 p {
    color: #f3f3f3;
}

#faq #panel-4 > div {
    background-color: #f3f3f3;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-4 > div {
        height: auto;
    }
}

#faq #panel-4 h2 {
    color: #64b091;
    margin: 35px 0;
}

#faq #panel-4 p {
    color: #6f6f6f;
}

#faq #panel-5 > div {
    background-color: #f3f3f3;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-5 > div {
        height: auto;
    }
}

#faq #panel-5 h2 {
    color: #f2968f;
    margin: 35px 0;
}

#faq #panel-5 p {
    color: #6f6f6f;
}

#faq #panel-6 > div {
    background-color: #def4b8;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-6 > div {
        height: auto;
    }
}

#faq #panel-6 h2 {
    color: #64b091;
    margin: 35px 0;
}

#faq #panel-6 p {
    color: #6f6f6f;
}

#faq #panel-7 > div {
    background-color: #64b091;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-7 > div {
        height: auto;
    }
}

#faq #panel-7 h2 {
    color: #e4ec24;
    margin: 35px 0;
}

#faq #panel-7 p {
    color: #f3f3f3;
}

#faq #panel-8 > div {
    background-color: #f3f3f3;
    padding: 30px;
    height: 416px;
}

@media (max-width: 767px) {
    #faq #panel-8 > div {
        height: auto;
    }
}

#faq #panel-8 h2 {
    color: #f2968f;
    margin: 35px 0;
}

#faq #panel-8 p {
    color: #6f6f6f;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    color: #999;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #999;
}

.slick-dots li button:before {
    font-family: slick, sans-serif;
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#size-guide {
    text-align: center;
}

#size-guide h1,
#size-guide h2,
#size-guide h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    letter-spacing: 8px;
}

#size-guide h1 {
    font-size: 35px;
    font-weight: 600;
}

@media (max-width: 767px) {
    #size-guide h1 {
        font-size: 30px;
    }
}

#size-guide h2 {
    font-size: 25px;
}

#size-guide h1 + h2 {
    margin-bottom: 35px;
}

@media (max-width: 414px) {
    #size-guide h1 {
        font-size: 28px !important;
    }
}

#size-guide h3 {
    font-size: 25px;
}

@media (max-width: 414px) {
    #size-guide h2,
    #size-guide h3 {
        font-size: 24px !important;
    }
}

#size-guide p {
    font-size: 14px;
    line-height: 22px;
}

#size-guide .men {
    background-color: #eeedf7;
    border-color: #eeedf7;
}

#size-guide .women {
    background-color: #f7edf7;
    border-color: #f7edf7;
}

#size-guide .kids {
    background-color: #f4f4e4;
    border-color: #f4f4e4;
}

#size-guide .row:not(:first-child) {
    margin-bottom: 60px;
}

#size-guide .row.length-guide h2 {
    margin: 25px 0;
}

#size-guide .row#width-guide {
    padding: 0;
}

#size-guide .row#width-guide > div {
    padding: 7px;
}

@media (max-width: 414px) {
    #size-guide .row#width-guide > div {
        padding: 0 15px;
    }
}

#size-guide table {
    width: 100%;
    padding: 15px;
    border-width: 0 20px 20px 20px;
    border-style: solid;
}

#size-guide table.length {
    max-width: 750px;
    margin: auto;
}

#size-guide table.width {
    min-height: 320px;
}

#size-guide table.width th,
#size-guide table.width td {
    font-size: 18px;
    padding: 5px;
}

#size-guide table.width th {
    font-weight: normal;
}

#size-guide table thead {
    border-bottom: 1px solid #747477;
}

#size-guide table thead h3 {
    margin: 25px 0;
}

#size-guide table th,
#size-guide table td {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    padding: 5px 0;
    font-family: 'Montserrat', Lato, arial, sans-serif;
}

#size-guide table th:not(:last-child),
#size-guide table td:not(:last-child) {
    border-right: 1px solid #747477;
}

@media (max-width: 374px) {
    #size-guide table th,
    #size-guide table td {
        font-size: 12px !important;
    }

    #size-guide table {
        /*width: 95vw !important;*/
    }
}

@media (min-width: 321px) and (max-width: 414px) {
    #size-guide table th,
    #size-guide table td {
        font-size: 16px !important;
    }

    #size-guide table {
        /*width: 85vw;*/
    }
}

#main.desktop-black.white {
    background: #fff;
}

#main.desktop-black.white h1,
#main.desktop-black.white h2,
#main.desktop-black.white h3 {
    color: #333;
}

#main.desktop-black.white p {
    color: #000;
}

#main.desktop-black.white .btn.black {
    margin-bottom: 45px;
    color: #000;
    border-color: #000;
    background: #fff;
}

#main.desktop-black.white .btn.black:hover {
    color: #fff;
    border-color: #000;
    background: #333;
}

.technology img {
    max-width: 188px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.technology.banner .heading {
    color: #818c8e;
    display: block;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 24px;
}

.technology.banner .heading:first-of-type {
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 25px;
}

.technology.banner p {
    font-size: 14px;
}

.technology.banner .content-intro p {
    font-family: 'Montserrat', Lato, arial, sans-serif;
    color: #333;
    max-width: 455px;
    margin: 23px auto 100px;
}

.technology.banner .link-block p {
    max-width: 600px;
    margin: 0 auto 30px;
}

#main > .post {
    font-size: 17px;
}

#main > .post .container {
    position: relative;
}

@media (min-width: 768px) {
    #main > .post {
        line-height: 24px;
    }
}

#main > .post p {
    margin-bottom: 15px;
}

#main > .post img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#main > .post .img-block {
    padding: 0;
    margin: 0;
}

#main > .post .img-block img {
    width: 100%;
}

@media (min-width: 1200px) {
    #main > .post .text-center .text-holder {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        margin-top: 60%;
    }
}

@media (max-width: 1199px) {
    #main > .post .text-center .text-holder {
        padding: 32px 20px 21px 20px;
    }
}

@media (max-width: 767px) {
    #main > .post .text-center .text-holder {
        padding: 51px 51px 41px 51px;
    }

    #main > .post .text-center .text-holder img {
        margin-bottom: 30px;
    }
}

#main > .post.technology-block {
    /*&:nth-of-type(1),
      &:nth-of-type(2),
      &:nth-of-type(3),
      &:nth-of-type(4),
      &:nth-of-type(5),
      &:nth-of-type(6),
      &:nth-of-type(7),
      &:nth-of-type(8),
      &:nth-of-type(9),
      &:nth-of-type(10) {
          .row {
              background: #C8CACB;
              color: #6f7a71;
          }
      }*/
}

#main > .post.technology-block .row {
    background: #e2e6e9;
}

#main article.post.hidden-xs.technology-block .container > .row {
    margin-bottom: 10px;
}

.technologies-list > .post {
    font-size: 14px;
    line-height: 22px;
}

.technologies-list > .post .container {
    position: relative;
}

@media (min-width: 768px) {
    .technologies-list > .post {
        line-height: 24px;
    }
}

.technologies-list > .post p {
    margin-bottom: 15px;
}

.technologies-list > .post .text-holder {
    padding: 49px 25px 40px 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .technologies-list > .post .text-holder {
        padding: 55px 51px 54px 0;
    }
}

.technologies-list > .post .text-right .text-holder {
    padding: 49px 0 40px 25px;
}

@media (min-width: 1200px) {
    .technologies-list > .post .text-right .text-holder {
        padding: 55px 0 54px 51px;
    }
}

.technologies-list > .post .img-block {
    padding: 0;
    margin: 0;
}

.technologies-list > .post .img-block img {
    width: 100%;
}

.technologies-list > .post.technology-block {
    background: #e2e6e9;
}

.technologies-list .video-container {
    position: relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 56.25%;*/
    margin-top: -18px !important;
}

@media screen and (min-width: 1025px) {
    .technologies-list .video-container {
        margin-top: 30px;
    }
}

.technologies-list .video-container iframe.tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 12% !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

@media screen and (min-width: 1025px) {
    .video-container {
        margin-top: 30px;
    }
}

.video-container iframe.tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: -2.5% 0 0 0 !important;
}

.s7innercontainer {
    z-index: 1;
}

.row .col-sm-12 .s7videoviewer {
    margin-left: 15px;
    margin-right: 15px;
}

.s7videoviewer {
    margin: 0 auto;
}

.s7videoviewer div:nth-child(2) {
    background-repeat: no-repeat !important;
    height: 66% !important;
    display: none !important;
}

.sticky-message-container {
    min-height: 75px;
}

.sticky-message-container .sticky-message {
    background: #f3f3f3;
    height: auto;
    text-align: center;
    padding-top: 10px;
    z-index: 9999;
    top: 0;
    margin-top: 0;
    width: 100%;
    max-width: 1500px;
}

.sticky-message-container .sticky-message p {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
}

.sticky-message-container .sticky-message a.btn {
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border: 1px solid #000;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
    margin-top: auto;
    margin-bottom: 20px;
    -webkit-transition: padding .5s ease;
    transition: padding .5s ease;
    text-decoration: none;
    width: auto;
    letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
    .sticky-message-container .sticky-message a.btn {
        margin-top: 10px;
    }
}

.sticky-message-container .sticky-message a.btn:hover {
    background-color: #333;
    color: #ccc;
    border-color: #333;
    opacity: 1;
}

.dropdown-menu {
    z-index: 5000;
}

.qr-page {
    max-width: 930px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.qr-page .col-sm-6 {
    padding: 35px 0;
}

.qr-page .col-sm-6:first-child {
    border-right: 1px solid #ccc;
}

.qr-page h1 {
    color: #999;
    font-size: 23px;
    border-bottom: 0 solid #dedede;
    font-weight: 400;
    text-transform: uppercase;
    padding: 70px 15px 70px;
    margin: 0 0 0;
    letter-spacing: 3.2px;
    line-height: 24px;
}

.qr-page h1 span {
    color: #ea6777;
}

.nature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
}

.nature-block h1,
.nature-block h2,
.nature-block h3,
.nature-block h4,
.nature-block h5,
.nature-block h6 {
    color: #747579;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.nature-block .content-intro,
.nature-block > .link-block.visible-xs {
    word-wrap: break-word;
    font-size: 18pt;
    line-height: 27pt;
}

.nature-block h1 {
    font-size: 68pt;
    margin: 0;
    margin-top: -5px;
    margin-bottom: -5px;
    letter-spacing: 10px;
    font-weight: 600;
}

.nature-block h2 {
    font-size: 20pt;
    letter-spacing: 4px;
    font-weight: 600;
}

.nature-block p {
    color: #53545c;
    font-size: 18px;
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .nature-block h1 {
        font-size: 5vw;
    }

    .nature-block h2 {
        font-size: 1.5vw;
    }
}

@media (max-width: 1024px) {
    .nature-block {
        display: block;
    }

    .nature-block h1 {
        font-size: 42pt;
        letter-spacing: 8px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .nature-block h2 {
        font-size: 16pt;
        letter-spacing: 1px;
    }

    .nature-block .content-intro {
        padding: 0 10px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .nature-block .content-intro,
    .nature-block .content-intro > .link-block.visible-xs {
        font-size: 13pt;
    }

    .nature-block .content-intro > .link-block p {
        margin-top: 5px;
    }

    .nature-block .content-intro > .link-block > a {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .nature-block h1 {
        font-size: 38pt;
    }

    .nature-block h2 {
        font-size: 14pt;
    }
}

@media (max-width: 1024px) and (min-width: 768px) and (max-width: 840px) {
    .nature-block h2 {
        margin-top: 7px;
        margin-bottom: 4px;
    }

    .nature-block p {
        margin-top: 0;
    }
}

.background-banner {
    margin-top: 50px;
    padding-top: 50px;
    color: #706e7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 730px;
    letter-spacing: 2px;
    font-size: 13px;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.background-banner .col-sm-4 {
    /*  position: absolute;*/
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .background-banner .col-sm-4 {
        margin-top: 0;
    }
}

.background-banner h3 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 6px;
}

.background-banner h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 6px;
}

@media (max-width: 1024px) {
    .background-banner {
        background-color: #d8d9dd !important;
    }

    .background-banner h3 {
        font-size: 36px;
    }

    .background-banner .text-left {
        text-align: center;
        padding: 0 20px;
    }
}

.nature-page-content hr {
    border-top: 1px solid #acacac;
    margin-top: -25px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .background-banner {
        display: block;
        padding-top: 50px;
        background-position: center !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        min-height: 1050px;
    }
}

hr.gray {
    border-top: 1px solid #acacac;
}

hr.grey {
    border-top: 1px solid #acacac;
}

.nature-page-content .banner .product-info .row {
    margin: 0;
}

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    min-width: 320px;
    height: 100%;
    font-size: 14px;
    font-family: 'Montserrat', Lato, arial, sans-serif;
}

#wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: -17px;
}

#wrapper header #nav {
    z-index: 999;
}

.btn {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 100%;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 40px 11px;
}

.btn.black {
    color: #fff;
    border-color: #fff;
    background: #000;
    margin: 30px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 100%;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 40px 11px;
}

.form-control {
    box-shadow: none;
    text-transform: uppercase;
    padding: 6px 19px;
    font-style: italic;
    outline: none;
    -webkit-appearance: none;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .form-control {
        border-width: 2px;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed;
    border-top: 7px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 7px dashed;
    border-bottom: 7px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

#location-map {
    height: 600px;
    width: 100%;
}

@media (max-width: 768px) {
    #location-map {
        height: 400px;
    }
}

@media (max-width: 480px) {
    #location-map {
        height: 300px;
    }
}

.banner.store-locator .link-block input#search {
    width: 33%;
    height: 44px;
}

@media (max-width: 768px) {
    .banner.store-locator .link-block input#search {
        width: 100%;
    }
}

.banner.store-locator .link-block .jcf-select {
    width: 33%;
    height: 44px;
    margin-right: 30px;
    padding: 8px;
    padding-left: 25px;
    text-align: left;
}

@media (max-width: 768px) {
    .banner.store-locator .link-block .jcf-select {
        width: 70%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .banner.store-locator .link-block .jcf-select {
        width: 50%;
        margin-right: 0;
    }
}

.banner.store-locator .link-block .jcf-select .jcf-select-text {
    font-size: 16px;
    padding: 0;
    font-style: normal;
}

.banner.store-locator .link-block button {
    height: 44px;
    margin-bottom: 0;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .banner.store-locator .link-block button {
        width: 29%;
        width: calc(30% - 6px);
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .banner.store-locator .link-block button {
        width: 49%;
        width: calc(50% - 12px);
        margin-right: 0;
    }
}

@media (min-width: 769px) {
    .banner.store-locator .link-block button {
        max-width: 180px;
    }
}

.banner.store-locator .link-block a,
.banner.store-locator .link-block .button-copy {
    color: #eee;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .banner.store-locator .link-block a,
    .banner.store-locator .link-block .button-copy {
        display: inline-block;
        vertical-align: top;
        font: 600 19px/24px 'Montserrat', "Open Sans", Arial, sans-serif;
        text-decoration: none;
        -webkit-transition: .25s opacity linear;
        transition: .25s opacity linear;
    }
}

.banner.store-locator .link-block a:hover,
.banner.store-locator .link-block .button-copy:hover {
    text-decoration: none;
    opacity: .5;
}

@media (max-width: 676px) {
    .banner.store-locator .img-holder {
        width: 200%;
        margin-left: -50%;
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

#main h2 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3.2px;
    line-height: 24px;
    margin: 0 0 8px;
}

@media (max-width: 767px) {
    #main h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}

#main .post h2 {
    margin-bottom: 12px;
}

#main .prevArrow {
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}

#main .nextArrow {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}

#main.desktop-black {
    background: #000;
}

#main.desktop-black .container {
    text-align: center;
}

#main.desktop-black h1,
#main.desktop-black h2,
#main.desktop-black h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', "Open Sans", Arial, sans-serif;
    margin: 40px;
}

#main.desktop-black p {
    color: #fff;
    width: 60%;
    min-width: 210px;
    margin: auto;
}

#main.desktop-black .btn.black {
    color: #fff;
    border-color: #fff;
    background: #000;
    margin: 30px;
    letter-spacing: 2.5px;
}

#main.desktop-black .btn.black:hover {
    background: #333;
    color: #ccc;
}

@media (max-width: 767px) {
    #main .prevArrow {
        left: 20px;
    }

    #main .nextArrow {
        right: 20px;
    }
}

#main .product-info .title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

#main .product-info > .row > .col-sm-6 .link-block a.btn {
    margin-top: 0;
}

.section {
    background: #f9f9f9;
    padding: 0 6px;
    font-size: 11px;
    line-height: 15px;
}

.section.active .text-block {
    -webkit-transition: .1s max-height linear;
    transition: .1s max-height linear;
}

@media (max-width: 767px) {
    .section.active .text-block {
        max-height: 2000px;
        max-width: 100%;
    }

    .section.active .text-block p {
        white-space: normal;
    }
}

.section.active .hide-block {
    opacity: 0;
    left: -9999px;
    margin: 0;
}

.section.active .block {
    opacity: 1;
}

.section.active .readmore:after,
.section.active .readmore:before {
    display: none;
}

@media (min-width: 768px) {
    .section {
        background: #f8f8f8;
        font-size: 17px;
        line-height: 24px;
    }
}

.section .hide-block {
    position: absolute;
    top: 0;
    right: 23px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.section .container {
    padding-top: 27px;
    padding-bottom: 29px;
}

@media (min-width: 1024px) {
    .section .container {
        padding-top: 36px;
        padding-bottom: 30px;
    }
}

.section .btn {
    display: block;
    white-space: normal;
    max-width: none;
    margin: 0 -10px 23px;
}

@media (min-width: 768px) {
    .section .btn {
        margin: 6px -2px 20px 13px;
    }
}

.section .btn:hover {
    border-color: #333;
    background-color: #333;
    color: #ccc;
}

.section .social-networks {
    margin: 0 -10px;
}

@media (min-width: 1024px) {
    .section .social-networks {
        position: static;
        width: auto;
    }
}

.section .social-networks li {
    margin: 0 9px 9px;
}

.section .social-networks a {
    color: #fff;
    background: #d8d8d8 !important;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
}

.section .text-block {
    -webkit-transition: .3s max-height linear;
    transition: .3s max-height linear;
}

@media (max-width: 767px) {
    .section .text-block {
        overflow: hidden;
        margin-bottom: 34px;
        position: relative;
        max-height: 15px;
    }
}

.section p {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .section p {
        margin-bottom: 37px;
    }
}

.info-list {
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 1024px) {
    .info-list {
        display: inline-block;
        vertical-align: top;
        width: 46%;
    }
}

@media (min-width: 1200px) {
    .info-list {
        width: 39.8%;
    }
}

@media (min-width: 1024px) {
    .info-list + ul {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .info-list + ul {
        margin-left: 36px;
    }
}

.info-list li {
    padding: 5px 9px 7px;
    overflow: hidden;
}

.info-list li:nth-child(odd) {
    background: #f2eff6;
}

.info-list .title {
    width: calc(100% - 100px);
    float: left;
}

.info-list .info {
    width: 94px;
    float: right;
    font-weight: 600;
}

.social-networks {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 11px;
}

.social-networks li a {
    color: #b2b2b2;
    display: block;
    -webkit-transition: .25s color linear;
    transition: .25s color linear;
}

.social-networks li a:hover,
.social-networks li a:focus {
    color: #0092ff;
    text-decoration: none;
}

a {
    color: #0092ff;
}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@-webkit-keyframes fade {
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.product-list {
    background: #fff;
}

.product-list .title {
    margin: 0 0 50px;
}

.switcher {
    margin: 10px;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.heading {
    letter-spacing: 3.2px;
    font-family: 'Montserrat', Lato, arial, sans-serif;
}

.product-list {
    background: #fff;
}

.heading {
    letter-spacing: 3.2px;
    font-family: 'Montserrat', Lato, arial, sans-serif
}

#main.desktop-black h1 {
    font-family: 'Montserrat', Lato, arial, sans-serif;
    letter-spacing: 3.2px;
}

@media (min-width: 768px) {
    #main .product-info li:nth-child(even) {
        /*padding-left: 8px;*/
    }
}

@media (min-width: 768px) {
    #main .product-info li:nth-child(odd) {
        /*padding-right: 8px;*/
    }
}

.product-info .img-holder {

}

.product-info .slick-slide .img-holder {
    border: none !important;
}

.product-info li:after {
    background: transparent;
}

.heading {
    color: #000;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 22px;
    display: block;
}

main#main .heading {
    font-size: 35px;
    font-weight: 600;
}

@media (max-width: 767px) {
    main#main .heading {
        font-size: 30px;
    }
}

main#main .row.video-equalizer .heading {
    font-size: 25px;
    font-weight: 600;
}

@media (max-width: 767px) {
    main#main .row.video-equalizer .heading {
        font-size: 25px;
    }
}


@media (max-width: 991px) {
    .heading {
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading {
        line-height: 38px;
        margin-top: 22px;
    }
}

.content-page-2 .banner > .row:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .content-page-2 .banner > .row:first-child {
        display: block;
    }
}

.content-page-2 .banner .content-intro {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.content-page-2 .banner .content-intro .heading {
    line-height: 40px;
}

.content-page-2 .banner .content-intro p {
    margin-bottom: 0;
    max-width: 400px;
}

.content-page-2 .banner .content-intro .fom {
    display: none;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2ca8d7;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .content-page-2 .banner .content-intro .fom {
        display: block;
    }
}

@media (max-width: 991px) {
    .content-page-2 .banner .content-intro {
        padding: 0 60px;
        position: relative !important;
        top: 0 !important;
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}

@media (max-width: 767px) {
    .content-page-2 .banner .content-intro .link-block,
    .content-page-2 .banner .content-intro .content-intro {
        padding: 4px 30px 10px;
    }
}

.content-page-2 .banner .mobile-slider ul.slick-dots {
    position: relative;
}

.content-intro {
    text-align: center;
    color: #000;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    line-height: 23px;
    font-size: 14px;
    padding: 0 100px;
}

@media (max-width: 767px) {
    .content-intro {
        margin-bottom: 20px;
    }

    .content-intro .text-block p {
        margin-bottom: 0;
    }
}

.content-intro .text-block {
    display: none;
}

.content-intro.more .text-block {
    display: block;
}

.content-intro.more .hide-block {
    display: none;
}

.content-intro.more .readmore:after,
.content-intro.more .readmore:before {
    display: none;
}

.content-intro a,
.content-intro a:hover,
.content-intro a:visited,
.content-intro a:link,
.content-intro a:active {
    text-decoration: none;
}

.content-intro a.btn + a.seo-btn,
.content-intro a.btn + br + a.seo-btn {
    margin-top: 0;
}

.content-intro .readmore {
    text-transform: none;
    color: #0066b3;
    display: inline;
}

@media (max-width: 767px) {
    .content-intro .readmore:before {
        content: "...";
        display: inline-block;
        vertical-align: bottom;
        color: #333;
    }

    .content-intro .readmore:after {
        content: "";
        position: absolute;
        left: 100%;
        right: -999px;
        top: 0;
        background: #f6f6f6;
        height: 15px;
    }

    .content-intro .readmore:hover {
        text-decoration: none;
    }

    .content-intro .readmore:hover span {
        text-decoration: none;
    }
}

.content-intro .readmore .less {
    display: none;
}

@media (min-width: 768px) {
    .content-intro .readmore {
        display: none;
    }
}

.content-intro p {
    margin-top: 22px;
    margin-bottom: 32px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.link-block,
.content-intro {
    position: relative;
    bottom: inherit !important;
    /*min-height: 132px;*/
}

@media (max-width: 767px) {
    .link-block,
    .content-intro {
        padding: 4px 18px 0;
    }
}

.link-block a.btn {
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border: 1px solid #333;
    padding: 10px 30px 10px 30px;
    border-radius: 3px;
    margin: auto;
    margin-bottom: 30px;
    -webkit-transition: padding .5s ease;
    transition: padding .5s ease;
    text-decoration: none;
    width: auto;
    height: 40px;
    padding: 8px 20px !important;
}

@media (max-width: 767px) {
    .link-block a.btn {
        width: 90%;
        display: block;
        margin-bottom: 10px;
        margin-top: 24px;
        max-width: 450px;
    }

    .no-left-padding .link-block a.btn {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.link-block a.btn:hover {
    background-color: #333;
    color: #ccc;
    border-color: #333;
    opacity: 1;
}

.paragraph-block {
    font-size: 14px;
    font-weight: 400;
    padding: 30px 20px;
}

.paragraph-block + br {
    display: none;
}

.banner,
.content-intro {

}

.banner .heading:first-of-type,
.content-intro .heading:first-of-type {
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .banner .heading:first-of-type,
    .content-intro .heading:first-of-type {
        margin-top: 0;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .banner .heading,
    .content-intro .heading {
        font-size: 25px !important;
    }
}

@media (max-width: 321px) {
    .banner .heading,
    .content-intro .heading {
        font-size: 25px !important;
    }
}

.banner:after,
.content-intro:after {
    background: transparent;
}

.banner .heading,
.content-intro .heading {
    color: #000;
    display: block;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    banner .heading,
    .content-intro .heading {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .banner .heading,
    .content-intro .heading {
        margin-top: 0;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner .link-block,
    .content-intro .link-block {
        min-height: inherit;
        padding: 0px;
    }
}

@media (max-width: 380px) {
    .content-intro .link-block a.btn {
        padding: 8px 10px !important;
    }
}


@media (min-width: 768px) {
    .banner .link-block a,
    .content-intro .link-block a {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.banner .link-block p,
.content-intro .link-block p {
    margin-top: 15px;
    margin-bottom: 10px;
}

.banner .link-block .heading,
.content-intro .link-block .heading {
    line-height: 32px;
}

.content-intro .link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .content-intro .link-block {
        margin-bottom: -20px;
    }
}

@media (min-width: 768px) {
    .content-intro .link-block {
        min-height: 50px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .content-intro .link-block {
        display: block;
    }

    .content-intro .link-block a {
        display: table;
    }
}

.social {
    background-color: #f2f3f3;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.social .col-sm-offset-2.col-sm-8 {
    line-height: 80px;
    min-height: 0;
}

@media (max-width: 767px) {
    .social {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

.social img {
    width: auto;
    height: auto;
}

.social a {
    display: inline-block;
    opacity: 1;
    font-size: 35px;
    padding: 0 4%;
    color: #b2b2b2;
    vertical-align: middle;
    font-weight: 600;
}

.social a:hover {
    opacity: .5;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    text-decoration: none;
    color: #333;
}

.social a:focus {
    color: #000;
}

hr {
    border-top: 1px solid #000;
}

#footer .footer-top-bar {
    border-top: 1px solid #ccc;
}

.row li a .img-holder {
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .row li a .img-holder {
        position: relative;
        z-index: 99;
    }
}

.product-list .container {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .banner .link-block.hide-desktop a {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .product-list .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.covervid-wrapper {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.covervid-video {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

.covervid-video.desktop {
    height: 700px;
}

.cover {
    position: absolute;
    bottom: 5px;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.col-sm-12 .covervid-video {
    max-width: 1500px;
    width: 100vw;
    min-height: 500px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .col-sm-12 .covervid-video {
        width: 102vw;
    }
}

.col-sm-6 .covervid-video {
    max-width: 750px;
    width: 50vw;
    min-height: 500px;
}

.video-preview {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1004;
    top: 0;
    left: 0;
}

.video-preview .s7videoviewer > .s7container {
    z-index: 1005;
    width: 50vw;
    height: calc(50vw * 9 / 16);
    top: 25%;
    left: 25%;
}

@media (max-width: 1024px) {
    .video-preview .s7videoviewer > .s7container {
        width: 80vw;
        height: calc(80vw * 9 / 16);
        left: 10%;
    }
}

.video-preview .s7container.s7innercontainer {
    margin-top: -70px !important;
}

/*
    .video-preview .s7videoviewer .s7container {
        z-index: 1005;
        width: 50vw;
        height: calc(50vw * 9 / 16);
    }

    .video-preview .s7container.s7innercontainer {
        margin-top: -70px !important;
        top: 50%;
        left: 50%;
    }
*/
.video-preview-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
}

.video-block {
    color: white;
}

@media (min-width: 1024px) {
    .video-block {
        min-height: 500px;
        height: 700px;
        overflow: hidden;
    }
}

.video-block a.btn,
.video-block button {
    background-color: transparent;
    color: white;
    z-index: 4;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 12px 40px;
    height: 40px;
    font-size: 14px;
}

.video-block a.btn:hover,
.video-block button:hover {
    border-color: #0092ff;
    color: #0092ff;
}

.video-block a.btn:focus,
.video-block button:focus {
    color: #aaa;
}

.video-block .vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 100;
    z-index: 3;
    padding: 15px;
    margin-top: 22px;
    min-height: 400px;
}

.video-block h1 {
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 32px;
    font-size: 30px;
    color: #fff;
}

@media (min-width: 768px) {
    .video-block h1 {
        line-height: 50px;
        font-size: 35px;
        font-weight: 600;
    }
}

.video-block h2 {
    font-size: 30px;
    font-family: 'Montserrat', Lato, arial, sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
    color: #fff;
}

@media (min-width: 768px) {
    .video-block h2 {
        font-size: 35px;
        font-weight: 600;
    }
}

.video-block p {
    font-weight: normal;
}

.video-block .arrow {
    position: absolute;
    width: 45px;
    bottom: 10px;
    margin-left: -22px;
}

.video-block .link-block {
    position: relative;
    top: 100px;
    margin-top: 140px;
}

@media (min-width: 1025px) {
    .video-banner .tablet {
        display: none;
    }
}

@media (max-width: 1024px) {
    .video-banner .desktop {
        display: none;
    }
}

@media (max-width: 1024px) {
    .video-banner .row {
        margin: 0 !important;
    }

    .video-banner .s7videoviewer {
        width: 100vw;
        margin: 0 !important;
    }
}

.technology-block .img-block {
    background: black;
}

.technology-block iframe.tech {
    margin: 5% 0;
}

.technologies-list .technology-block .img-block {
    background: none;
}

.technologies-list .technology-block iframe.tech {
    margin-top: 12%;
}

@media (max-width: 767px) {
    .row {
        margin: 0 !important;
    }
}


.newsletterIframeContainer {
    position: relative;
    width: 100%;
}


.newsletterIframeContainer iframe {
    overflow: hidden;
}

.newsletterIframeContainer iframe body {
    overflow: hidden;
}

.newsletterIframeContainer iframe.ca {
    width: 100%;
    height: 810px;
}

@media (min-width: 960px) {
    .s7videoviewer {
        /*height: 700px !important;*/
    }
}

.s7videoviewer + script + div.banner {
    display: none;
}

@media (max-width: 992px) {
    .newsletterIframeContainer iframe.ca {
        height: 910px;
    }
}


@media (max-width: 649px) {
    .newsletterIframeContainer iframe.ca {
        height: 1010px;
    }
}

@media (max-width: 540px) {
    .newsletterIframeContainer iframe.ca {
        height: 1110px;
    }
}

@media (max-width: 420px) {
    .newsletterIframeContainer iframe.ca {
        height: 1210px;
    }
}

@media (max-width: 368px) {
    .newsletterIframeContainer iframe.ca {
        height: 1310px;
    }
}


.newsletterIframeContainer iframe.ca-fr {
    width: 100%;
    height: 960px;
}

@media (max-width: 992px) {
    .newsletterIframeContainer iframe.ca-fr {
        height: 1090px;
    }
}


@media (max-width: 649px) {
    .newsletterIframeContainer iframe.ca-fr {
        height: 1170px;
    }
}

@media (max-width: 540px) {
    .newsletterIframeContainer iframe.ca-fr {
        height: 1260px;
    }
}

@media (max-width: 440px) {
    .newsletterIframeContainer iframe.ca-fr {
        height: 1360px;
    }
}

@media (max-width: 388px) {
    .newsletterIframeContainer iframe.ca-fr {
        height: 1510px;
    }
}

@media (max-width: 767px) {
    .para-btn {
        margin-top: 0 !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    display: table;
    content: '';
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/*# sourceMappingURL=jquery-ui.css.map */

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-hairline.eot");
    src: url("../fonts/lato-hairline.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Hairline.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-hairlineitalic.eot");
    src: url("../fonts/lato-hairlineitalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-HairlineItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-thin.eot");
    src: url("../fonts/lato-thin.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-thinitalic.eot");
    src: url("../fonts/lato-thinitalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-ThinItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-light.eot");
    src: url("../fonts/lato-light.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-lightitalic.eot");
    src: url("../fonts/lato-lightitalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-italic.eot");
    src: url("../fonts/lato-italic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-regular.eot");
    src: url("../fonts/lato-regular.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-medium.eot");
    src: url("../fonts/lato-medium.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-mediumitalic.eot");
    src: url("../fonts/lato-mediumitalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-semibold.eot");
    src: url("../fonts/lato-semibold.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-semibolditalic.eot");
    src: url("../fonts/lato-semibolditalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-bold.eot");
    src: url("../fonts/lato-bold.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-bolditalic.eot");
    src: url("../fonts/lato-bolditalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-heavy.eot");
    src: url("../fonts/lato-heavy.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-heavyitalic.eot");
    src: url("../fonts/lato-heavyitalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-HeavyItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-black.eot");
    src: url("../fonts/lato-black.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-blackitalic.eot");
    src: url("../fonts/lato-blackitalic.eot#iefix") format("embedded-opentype"), url("../fonts/Lato-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans-v13-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.eot#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff"), url("../fonts/open-sans-v13-latin-regular.ttf") format("truetype"), url("../img/open-sans-v13-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/open-sans-v13-latin-600italic.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../fonts/open-sans-v13-latin-600italic.eot#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-600italic.woff") format("woff"), url("../fonts/open-sans-v13-latin-600italic.ttf") format("truetype"), url("../img/open-sans-v13-latin-600italic.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

/* GillSans - Bold */
@font-face {
    font-family: 'Gill Sans';
    font-style: italic;
    font-weight: 600;
    src: local("Gill Sans SemiBold"), local("Gill Sans"), url("../fonts/GillSans-SemiBold.ttf") format("truetype");
}

/* GillSans - Bold */
@font-face {
    font-family: 'Gill Sans';
    font-style: italic;
    font-weight: 700;
    src: local("Gill Sans Bold"), local("Gill Sans"), url("../fonts/GillSans-Bold.ttf") format("truetype");
}

/* GillSans - Bold */
@font-face {
    font-family: 'Gill Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Gill Sans SemiBold"), local("Gill Sans"), url("../fonts/GillSans-SemiBold.ttf") format("truetype");
}

/* GillSans - Bold */
@font-face {
    font-family: 'Gill Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Gill Sans Bold"), local("Gill Sans"), url("../fonts/GillSans-Bold.ttf") format("truetype");
}

/* GillSans - Normal */
@font-face {
    font-family: 'Gill Sans';
    font-style: normal;
    font-weight: normal;
    src: local("Gill Sans"), url("../fonts/GillSans.ttf") format("truetype");
}