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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    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 {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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

    .navbar {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 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: 400;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

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

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

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

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

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

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    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.42857;
    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;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

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: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

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

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

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
    clear: both;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

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

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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 {
    background-color: transparent;
    border: 0;
}

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

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

textarea.form-control {
    height: auto;
}

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

    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
        line-height: 46px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

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

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.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: #204d74;
    border-color: #122b40;
}

.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: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    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;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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 {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

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

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

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    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, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

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

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

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

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

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
}

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

.btn-group > .btn:first-child {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

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

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

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

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

.nav:after {
    clear: both;
}

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

.nav > li > a {
    position: relative;
    display: block;
    padding: 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;
    cursor: not-allowed;
    background-color: transparent;
}

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

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

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

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

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

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #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 {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

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

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

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

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    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 {
    display: table;
    content: " ";
}

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

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -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-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.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;
    padding: 9px 10px;
    margin-right: 15px;
    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: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

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

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

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

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

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

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

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

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

@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: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909;
}

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
    .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

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

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

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
    .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next > a,
  .pager .next > span {
    float: right;
}

.pager .previous > a,
  .pager .previous > span {
    float: left;
}

.pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
}

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

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

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

.label-default {
    background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

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

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

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

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

.label-danger {
    background-color: #d9534f;
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
  .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

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

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

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

    to {
        background-position: 0 0;
    }
}

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

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

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

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

.progress-bar-success {
    background-color: #5cb85c;
}

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

.progress-bar-info {
    background-color: #5bc0de;
}

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

.progress-bar-warning {
    background-color: #f0ad4e;
}

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

.progress-bar-danger {
    background-color: #d9534f;
}

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

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
}

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

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

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

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

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

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

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

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

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

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

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

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

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

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

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

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

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

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

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

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

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

.carousel-caption .btn {
    text-shadow: none;
}

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

    .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

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

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
  td.visible-xs {
        display: table-cell !important;
    }
}

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

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

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

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

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
  td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
  td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
  td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

@media print {
    .visible-print {
        display: block !important;
    }

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

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
  td.visible-print {
        display: table-cell !important;
    }
}

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

@media print {
    .visible-print-block {
        display: block !important;
    }
}

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

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

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

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*COLORS*/
/*FONTS*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
  /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  /* Above WP toolbar. */
}

@media (max-width: 769px) {
    img.alignnone, img.aligncenter, img.alignleft, img.alignright {
        margin-bottom: 15px !important;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper {
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.stm-z-index-main {
    z-index: 999 !important;
}

.stm-header {
    margin-bottom: 60px;
}

.container .vc_container {
    width: 100%;
}

.container .container {
    max-width: 100%;
}

.stm_header_transparent .stm-header {
    position: absolute;
    width: 100%;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 0 !important;
}

.stm_markup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stm_markup .sidebar_inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    transform: translateZ(0); }
  .stm_markup__sidebar, .stm_markup__content {
    padding: 0 15px; }
  .stm_markup_left, .stm_markup_right {
    margin: 0 -15px;
    /*Custom widths*/ }
    .stm_markup_left > .stm_markup__content, .stm_markup_right > .stm_markup__content {
      width: 75%; }
    .stm_markup_left > .stm_markup__sidebar, .stm_markup_right > .stm_markup__sidebar {
      width: 25%; }
      @media (max-width: 1023px) {
        .stm_markup_left > .stm_markup__sidebar, .stm_markup_right > .stm_markup__sidebar {
          margin-top: 25px; } }
    .stm_markup_left.stm_markup_66 > .stm_markup__content, .stm_markup_right.stm_markup_66 > .stm_markup__content {
      width: 66%; }
    .stm_markup_left.stm_markup_66 > .stm_markup__sidebar, .stm_markup_right.stm_markup_66 > .stm_markup__sidebar {
      width: 34%; }
    .stm_markup_left.stm_markup_50 > .stm_markup__content, .stm_markup_right.stm_markup_50 > .stm_markup__content {
      width: 50%; }
    .stm_markup_left.stm_markup_50 > .stm_markup__sidebar, .stm_markup_right.stm_markup_50 > .stm_markup__sidebar {
      width: 50%; }
  .stm_markup_left > .stm_markup__sidebar {
    -ms-flex-order: -1;
        order: -1; }
  .stm_markup_full > .stm_markup__content {
    width: 100%;
    padding: 0; }
  @media (max-width: 1024px) {
    .stm_markup.stm_markup_right .stm_markup__content, .stm_markup.stm_markup_left .stm_markup__content, .stm_markup.stm_markup__right .stm_markup__content, .stm_markup.stm_markup__left .stm_markup__content {
      width: 70%; }
    .stm_markup.stm_markup_right .stm_markup__sidebar, .stm_markup.stm_markup_left .stm_markup__sidebar, .stm_markup.stm_markup__right .stm_markup__sidebar, .stm_markup.stm_markup__left .stm_markup__sidebar {
      width: 30%; }
    .stm_markup.stm_sidebar_hidden .stm_markup__sidebar {
      display: none !important; }
    .stm_markup.stm_sidebar_hidden .stm_markup__content {
      width: 100% !important; } }
  @media (max-width: 1023px) {
    .stm_markup__content, .stm_markup__sidebar {
      width: 100% !important; } }
  @media (max-width: 769px) {
    .stm_markup__sm-top {
      -ms-flex-order: -1;
          order: -1; } }

.container .stm_markup_right .vc_container,
.container .stm_markup_left .vc_container,
.container .stm_markup_full .vc_container,
.container .stm_markup__sidebar_divider .vc_container {
  padding: 0; }

html.stm-site-loader {
  position: relative; }
  html.stm-site-loader:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: none;
    animation: scaleout 1.0s infinite ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    z-index: 1000000; }
  html.stm-site-loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #fff;
    z-index: 999999; }
  html.stm-site-loader.loaded:after, html.stm-site-loader.loaded:before {
    opacity: 0;
    visibility: hidden; }
  @media (max-width: 600px) {
    html.stm-site-loader {
      position: static; } }

.stm_boxed {
  background-attachment: fixed;
  background-size: cover; }
  .stm_boxed .stm-audio-player,
  .stm_boxed .stm-footer,
  .stm_boxed #wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff; }
  .stm_boxed .stm_projects_grid_style_5 .stm_projects_grid {
    max-width: 1300px !important;
    margin: 0 auto !important; }

.stm-footer__bottom .stm_markup__content {
  padding: 0 15px; }

a.stm_iconbox__link:hover, a.stm_iconbox__link:active, a.stm_iconbox__link:focus, a.stm_iconbox__link:visited, a.stm_iconbox__link:link {
  text-decoration: none !important; }

.woocommerce a.restore-item {
  text-decoration: underline !important; }

.datepicker table tr th {
  border-radius: 0 !important; }

.datepicker-dropdown {
  padding: 0 !important; }

.stm-display-none {
  display: none !important; }

#st_gdpr_iframe {
  border: none; }

.modal .container {
  width: 100%; }

.modal .modal-content {
  border-radius: 0;
  padding: 30px 30px 10px 30px; }

.stm_audio_modal audio {
  width: 100%; }

.stm_audio_modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 40px;
  line-height: 18px; }
  .stm_audio_modal .close:focus {
    outline: 0; }

.stm_loop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .stm_loop__date {
    position: relative;
    top: 1px;
    margin-left: 20px; }
  .stm_loop__meta {
    padding-top: 8px; }
  .stm_loop__single {
    position: relative;
    display: block;
    width: 33.333%;
    padding: 0 15px 40px;
    margin-bottom: 40px; }
    .stm_loop__single h4.mtc_h {
      margin-top: 18px;
      line-height: 1.125; }
    .stm_loop__single .image img {
      transition: .5s; }
    .stm_loop__single:hover .image img {
      transform: scale(1.05) translateY(-6px); }
    .stm_loop__single.stm_repeating_line:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      height: 6px;
      background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 5px, rgba(0, 0, 0, 0.15) 10px, transparent 10px, transparent 15px); }
  .stm_loop__list {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .stm_loop__list .post_read_more .__icon {
      position: relative;
      top: 1px; }
    .stm_loop__list .post_thumbnail img {
      width: 100%; }
    .stm_loop__list .stm_loop__single {
      padding: 0 0 40px; }
      .stm_loop__list .stm_loop__single.stm_repeating_line:after {
        left: 0;
        right: 0; }
  .stm_loop .stm_loop__grid {
    margin-bottom: 30px; }
    .stm_loop .stm_loop__grid_2 {
      width: 50%; }
    .stm_loop .stm_loop__grid_3 {
      width: 33.33%; }
    .stm_loop .stm_loop__grid_4 {
      width: 25%; }
    .stm_loop .stm_loop__grid_5 {
      width: 20%; }
    .stm_loop .stm_loop__grid_6 {
      width: 16.66%; }
  @media (max-width: 550px) {
    .stm_loop__single {
      width: 100%; }
    .stm_loop .stm_loop__grid_3 {
      width: 100%; } }

/*List Post details*/
.stm_post_details {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 17px 0 0;
  margin: 0 0 14px 0; }
  .stm_post_details ul {
    margin: 0;
    padding: 0; }
    .stm_post_details ul li {
      float: left;
      list-style: none;
      margin: 0 0 0 20px;
      font-size: 11px;
      color: #aaaaaa;
      text-transform: uppercase;
      font-weight: 700; }
      .stm_post_details ul li:before {
        content: '|';
        display: inline-block;
        vertical-align: baseline;
        margin: 0 18px 0 0; }
      .stm_post_details ul li:first-child {
        margin: 0; }
        .stm_post_details ul li:first-child:before {
          display: none; }
  .stm_post_details .comments_num {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 15px;
    margin: -3px 0 0 auto;
    text-align: right; }
    .stm_post_details .comments_num .fa {
      font-size: 16px;
      margin: 0 8px 0 0; }
  .stm_post_details span {
    color: #777777; }
  @media (max-width: 550px) {
    .stm_post_details {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .stm_post_details ul {
        width: 100%; }
        .stm_post_details ul li {
          margin: 0 10px 0 0; }
          .stm_post_details ul li:first-child {
            margin: 0 10px 0 0; }
          .stm_post_details ul li:before {
            display: none; }
      .stm_post_details .comments_num {
        margin: 5px 0 0;
        padding: 0; } }

.vc_basic_grid {
  margin: 0 -10px; }

.vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 5px; }

.vc_gitem_row.vc_gitem-row-position-bottom .vc_gitem-col {
  padding-top: 0; }

@media (max-width: 1024px) {
  .stm_grid_news_3 .vc_gitem-post-data-source-post_date {
    display: none; } }

.stm_latest_news.style_3 .wpb_single_image {
  margin-bottom: 25px !important; }

.stm_latest_news.style_3 .vc_gitem-post-data-source-post_date {
  font-size: 13px;
  padding-left: 0;
  color: #b2b2b2; }
  .stm_latest_news.style_3 .vc_gitem-post-data-source-post_date:before {
    display: none; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400; }

mark {
  margin: 0 5px;
  color: #fff; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 8px; }
  h1.stm_custom_heading__icon, .h1.stm_custom_heading__icon, h2.stm_custom_heading__icon, .h2.stm_custom_heading__icon, h3.stm_custom_heading__icon, .h3.stm_custom_heading__icon, h4.stm_custom_heading__icon, .h4.stm_custom_heading__icon, h5.stm_custom_heading__icon, .h5.stm_custom_heading__icon, h6.stm_custom_heading__icon, .h6.stm_custom_heading__icon {
    position: relative; }
    h1.stm_custom_heading__icon > i, .h1.stm_custom_heading__icon > i, h2.stm_custom_heading__icon > i, .h2.stm_custom_heading__icon > i, h3.stm_custom_heading__icon > i, .h3.stm_custom_heading__icon > i, h4.stm_custom_heading__icon > i, .h4.stm_custom_heading__icon > i, h5.stm_custom_heading__icon > i, .h5.stm_custom_heading__icon > i, h6.stm_custom_heading__icon > i, .h6.stm_custom_heading__icon > i {
      position: absolute;
      font-size: 24px; }
      h1.stm_custom_heading__icon > i.position_right, .h1.stm_custom_heading__icon > i.position_right, h2.stm_custom_heading__icon > i.position_right, .h2.stm_custom_heading__icon > i.position_right, h3.stm_custom_heading__icon > i.position_right, .h3.stm_custom_heading__icon > i.position_right, h4.stm_custom_heading__icon > i.position_right, .h4.stm_custom_heading__icon > i.position_right, h5.stm_custom_heading__icon > i.position_right, .h5.stm_custom_heading__icon > i.position_right, h6.stm_custom_heading__icon > i.position_right, .h6.stm_custom_heading__icon > i.position_right {
        float: right;
        margin-top: 3px;
        margin-left: 10px;
        position: relative;
        font-size: 28px; }
      h1.stm_custom_heading__icon > i.position_bottom, .h1.stm_custom_heading__icon > i.position_bottom, h2.stm_custom_heading__icon > i.position_bottom, .h2.stm_custom_heading__icon > i.position_bottom, h3.stm_custom_heading__icon > i.position_bottom, .h3.stm_custom_heading__icon > i.position_bottom, h4.stm_custom_heading__icon > i.position_bottom, .h4.stm_custom_heading__icon > i.position_bottom, h5.stm_custom_heading__icon > i.position_bottom, .h5.stm_custom_heading__icon > i.position_bottom, h6.stm_custom_heading__icon > i.position_bottom, .h6.stm_custom_heading__icon > i.position_bottom {
        font-size: 18px; }
      h1.stm_custom_heading__icon > i.position_left, .h1.stm_custom_heading__icon > i.position_left, h2.stm_custom_heading__icon > i.position_left, .h2.stm_custom_heading__icon > i.position_left, h3.stm_custom_heading__icon > i.position_left, .h3.stm_custom_heading__icon > i.position_left, h4.stm_custom_heading__icon > i.position_left, .h4.stm_custom_heading__icon > i.position_left, h5.stm_custom_heading__icon > i.position_left, .h5.stm_custom_heading__icon > i.position_left, h6.stm_custom_heading__icon > i.position_left, .h6.stm_custom_heading__icon > i.position_left {
        float: left;
        margin-top: 3px;
        margin-right: 10px;
        position: relative;
        font-size: 28px; }
    h1.stm_custom_heading__icon.text-left i, .h1.stm_custom_heading__icon.text-left i, h2.stm_custom_heading__icon.text-left i, .h2.stm_custom_heading__icon.text-left i, h3.stm_custom_heading__icon.text-left i, .h3.stm_custom_heading__icon.text-left i, h4.stm_custom_heading__icon.text-left i, .h4.stm_custom_heading__icon.text-left i, h5.stm_custom_heading__icon.text-left i, .h5.stm_custom_heading__icon.text-left i, h6.stm_custom_heading__icon.text-left i, .h6.stm_custom_heading__icon.text-left i {
      left: 0; }
    h1.stm_custom_heading__icon.text-center i, .h1.stm_custom_heading__icon.text-center i, h2.stm_custom_heading__icon.text-center i, .h2.stm_custom_heading__icon.text-center i, h3.stm_custom_heading__icon.text-center i, .h3.stm_custom_heading__icon.text-center i, h4.stm_custom_heading__icon.text-center i, .h4.stm_custom_heading__icon.text-center i, h5.stm_custom_heading__icon.text-center i, .h5.stm_custom_heading__icon.text-center i, h6.stm_custom_heading__icon.text-center i, .h6.stm_custom_heading__icon.text-center i {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    h1.stm_custom_heading__icon.text-right i, .h1.stm_custom_heading__icon.text-right i, h2.stm_custom_heading__icon.text-right i, .h2.stm_custom_heading__icon.text-right i, h3.stm_custom_heading__icon.text-right i, .h3.stm_custom_heading__icon.text-right i, h4.stm_custom_heading__icon.text-right i, .h4.stm_custom_heading__icon.text-right i, h5.stm_custom_heading__icon.text-right i, .h5.stm_custom_heading__icon.text-right i, h6.stm_custom_heading__icon.text-right i, .h6.stm_custom_heading__icon.text-right i {
      right: 0; }

.stm_headings_line.stm_headings_line_top h1:before, .stm_headings_line.stm_headings_line_top .h1:before, .stm_headings_line.stm_headings_line_top h2:before, .stm_headings_line.stm_headings_line_top .h2:before, .stm_headings_line.stm_headings_line_top h3:before, .stm_headings_line.stm_headings_line_top .h3:before, .stm_headings_line.stm_headings_line_top h4:before, .stm_headings_line.stm_headings_line_top .h4:before, .stm_headings_line.stm_headings_line_top h5:before, .stm_headings_line.stm_headings_line_top .h5:before, .stm_headings_line.stm_headings_line_top h6:before, .stm_headings_line.stm_headings_line_top .h6:before {
  content: '';
  display: block;
  width: 46px;
  height: 5px;
  margin: 0 0 21px; }

.stm_headings_line.stm_headings_line_top h1.text-center:before, .stm_headings_line.stm_headings_line_top .h1.text-center:before, .stm_headings_line.stm_headings_line_top h2.text-center:before, .stm_headings_line.stm_headings_line_top .h2.text-center:before, .stm_headings_line.stm_headings_line_top h3.text-center:before, .stm_headings_line.stm_headings_line_top .h3.text-center:before, .stm_headings_line.stm_headings_line_top h4.text-center:before, .stm_headings_line.stm_headings_line_top .h4.text-center:before, .stm_headings_line.stm_headings_line_top h5.text-center:before, .stm_headings_line.stm_headings_line_top .h5.text-center:before, .stm_headings_line.stm_headings_line_top h6.text-center:before, .stm_headings_line.stm_headings_line_top .h6.text-center:before {
  margin: 0 auto 21px; }

.stm_headings_line.stm_headings_line_top .text-center h1:before, .stm_headings_line.stm_headings_line_top .text-center .h1:before, .stm_headings_line.stm_headings_line_top .text-center h2:before, .stm_headings_line.stm_headings_line_top .text-center .h2:before, .stm_headings_line.stm_headings_line_top .text-center h3:before, .stm_headings_line.stm_headings_line_top .text-center .h3:before, .stm_headings_line.stm_headings_line_top .text-center h4:before, .stm_headings_line.stm_headings_line_top .text-center .h4:before, .stm_headings_line.stm_headings_line_top .text-center h5:before, .stm_headings_line.stm_headings_line_top .text-center .h5:before, .stm_headings_line.stm_headings_line_top .text-center h6:before, .stm_headings_line.stm_headings_line_top .text-center .h6:before {
  margin: 0 auto 21px; }

.stm_headings_line.stm_headings_line_top .text-right h1:before, .stm_headings_line.stm_headings_line_top .text-right .h1:before, .stm_headings_line.stm_headings_line_top .text-right h2:before, .stm_headings_line.stm_headings_line_top .text-right .h2:before, .stm_headings_line.stm_headings_line_top .text-right h3:before, .stm_headings_line.stm_headings_line_top .text-right .h3:before, .stm_headings_line.stm_headings_line_top .text-right h4:before, .stm_headings_line.stm_headings_line_top .text-right .h4:before, .stm_headings_line.stm_headings_line_top .text-right h5:before, .stm_headings_line.stm_headings_line_top .text-right .h5:before, .stm_headings_line.stm_headings_line_top .text-right h6:before, .stm_headings_line.stm_headings_line_top .text-right .h6:before {
  margin: 0 0 21px auto; }

.stm_headings_line.stm_headings_line_right h1:after, .stm_headings_line.stm_headings_line_right .h1:after, .stm_headings_line.stm_headings_line_right h2:after, .stm_headings_line.stm_headings_line_right .h2:after, .stm_headings_line.stm_headings_line_right h3:after, .stm_headings_line.stm_headings_line_right .h3:after, .stm_headings_line.stm_headings_line_right h4:after, .stm_headings_line.stm_headings_line_right .h4:after, .stm_headings_line.stm_headings_line_right h5:after, .stm_headings_line.stm_headings_line_right .h5:after, .stm_headings_line.stm_headings_line_right h6:after, .stm_headings_line.stm_headings_line_right .h6:after {
  content: '';
  display: block;
  width: 46px;
  height: 5px;
  margin: 0 0 21px;
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 2px;
  margin: 15px 0 15px 32px !important; }

.stm_headings_line.stm_headings_line_bottom h1:after, .stm_headings_line.stm_headings_line_bottom .h1:after, .stm_headings_line.stm_headings_line_bottom h2:after, .stm_headings_line.stm_headings_line_bottom .h2:after, .stm_headings_line.stm_headings_line_bottom h3:after, .stm_headings_line.stm_headings_line_bottom .h3:after, .stm_headings_line.stm_headings_line_bottom h4:after, .stm_headings_line.stm_headings_line_bottom .h4:after, .stm_headings_line.stm_headings_line_bottom h5:after, .stm_headings_line.stm_headings_line_bottom .h5:after, .stm_headings_line.stm_headings_line_bottom h6:after, .stm_headings_line.stm_headings_line_bottom .h6:after {
  content: '';
  display: block;
  width: 46px;
  height: 5px;
  margin: 0 0 21px;
  margin: 15px 0 15px !important; }

.stm_headings_line.stm_headings_line_bottom h1.text-center:after, .stm_headings_line.stm_headings_line_bottom .h1.text-center:after, .stm_headings_line.stm_headings_line_bottom h2.text-center:after, .stm_headings_line.stm_headings_line_bottom .h2.text-center:after, .stm_headings_line.stm_headings_line_bottom h3.text-center:after, .stm_headings_line.stm_headings_line_bottom .h3.text-center:after, .stm_headings_line.stm_headings_line_bottom h4.text-center:after, .stm_headings_line.stm_headings_line_bottom .h4.text-center:after, .stm_headings_line.stm_headings_line_bottom h5.text-center:after, .stm_headings_line.stm_headings_line_bottom .h5.text-center:after, .stm_headings_line.stm_headings_line_bottom h6.text-center:after, .stm_headings_line.stm_headings_line_bottom .h6.text-center:after {
  margin: 15px auto 0 !important; }

.stm_headings_line h1.no_line:before, .stm_headings_line h1.no_line:after, .stm_headings_line .h1.no_line:before, .stm_headings_line .h1.no_line:after, .stm_headings_line h2.no_line:before, .stm_headings_line h2.no_line:after, .stm_headings_line .h2.no_line:before, .stm_headings_line .h2.no_line:after, .stm_headings_line h3.no_line:before, .stm_headings_line h3.no_line:after, .stm_headings_line .h3.no_line:before, .stm_headings_line .h3.no_line:after, .stm_headings_line h4.no_line:before, .stm_headings_line h4.no_line:after, .stm_headings_line .h4.no_line:before, .stm_headings_line .h4.no_line:after, .stm_headings_line h5.no_line:before, .stm_headings_line h5.no_line:after, .stm_headings_line .h5.no_line:before, .stm_headings_line .h5.no_line:after, .stm_headings_line h6.no_line:before, .stm_headings_line h6.no_line:after, .stm_headings_line .h6.no_line:before, .stm_headings_line .h6.no_line:after {
  display: none; }

h2, .h2 {
  margin-bottom: 13px; }

h2:before, .h2:before {
  margin-bottom: 25px; }

h3:before, .h3:before {
  margin-bottom: 24px; }

h3, .h3 {
  margin-bottom: 12px; }

.stm_headings_line h4:before, .stm_headings_line .h4:before {
  margin-bottom: 15px; }

h4, .h4 {
  margin-bottom: 20px; }

.stm_headings_line h5:before, .stm_headings_line .h5:before {
  margin-bottom: 30px; }

h5, .h5 {
  margin: 0 0 12px; }

.stm_headings_line h6:before, .stm_headings_line .h6:before {
  margin-bottom: 28px; }

p {
  line-height: 22px;
  margin: 0 0 15px; }

blockquote {
  padding: 3px 0 3px 23px;
  font-size: 14px;
  line-height: 22px;
  font-style: italic; }

a {
  color: #3c98ff;
  outline: none !important; }

/*DropCaps*/
.dropcaps_bordered:first-letter {
  float: left;
  border: 6px solid transparent;
  font-size: 28px;
  font-weight: 900;
  padding: 15.5px 17px;
  margin: 6px 25px 15px 0; }

.dropcaps:first-letter {
  float: left;
  font-size: 28px;
  font-weight: 900;
  padding: 21.5px 23px;
  margin: 6px 25px 15px 0; }

.dropcaps.dropcaps_style_2:first-letter {
  font-size: 65px;
  padding: 0 25px 0 10px;
  margin: -5px 0 0 0;
  line-height: 1;
  font-weight: 700; }

.dropcaps_circle:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 7px;
  width: 50px;
  height: 50px;
  background: #c41d54;
  border-radius: 50%;
  opacity: 0.1; }

.dropcaps_circle:first-letter {
  float: left;
  padding: 0 25px 0 10px;
  margin-top: -5px;
  line-height: 1;
  width: 100px;
  height: 100px;
  font-size: 65px;
  font-weight: 700; }

@media (max-width: 1023px) {
  html body,
  html body .main_font {
    font-size: 16px;
    line-height: 24px; }
  .wpb_single_image.vc_align_center .wpb_wrapper,
  .wpb_single_image.vc_align_center .vc_single_image-wrapper {
    width: 100%; }
  .sm-text-left {
    text-align: left !important; } }

.table.table-striped > tbody > tr td {
  padding: 10px 14px;
  border-top: 0;
  font-size: 16px;
  color: #444; }
  .table.table-striped > tbody > tr td:first-child {
    color: #888; }

.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eef1f3; }

.gallery-caption {
  font-weight: 400; }

.bypostauthor {
  font-weight: 400; }

table {
  width: 100%;
  margin-bottom: 50px; }
  table thead tr th {
    padding: 15px 30px;
    background: #eee;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900; }
  table tbody tr th,
  table tbody tr td {
    padding: 20px 30px;
    border-bottom: 1px solid #eee; }

dl {
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee; }
  dl dt {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-bottom: 10px; }
    dl dt:first-child {
      border-top: 0; }
  dl dd {
    margin-bottom: 15px; }

.wp-caption-text {
  padding: 17px 0 10px; }

.post-password-form input[type="submit"] {
  position: relative;
  top: 10px;
  margin: 0 0 20px; }

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 50px; }
  .gallery .gallery-item {
    width: 100%;
    padding: 0 15px 15px; }
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 33.3%; }
  .gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery-columns-6 .gallery-item {
    width: 16.6%; }
  .gallery-columns-7 .gallery-item {
    width: 14%; }
  .gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    width: 11%; }

iframe {
  max-width: 100%; }

@media (max-width: 550px) {
  img.alignright,
  img.alignleft {
    width: 100%; }
  figure.wp-caption {
    display: block;
    max-width: 100%;
    width: 100% !important;
    margin: 5px 0 20px !important; }
    figure.wp-caption img {
      width: 100%; } }

.stm_custom_heading__side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .stm_custom_heading__side h1, .stm_custom_heading__side h2, .stm_custom_heading__side h3, .stm_custom_heading__side h4, .stm_custom_heading__side h5, .stm_custom_heading__side h6 {
    margin-bottom: 0; }
  .stm_custom_heading__side_line {
    position: relative;
    top: 3px;
    width: 78px;
    height: 2px; }
    .stm_custom_heading__side_line_right {
      margin-left: 30px; }
    .stm_custom_heading__side_line_left {
      margin-right: 30px; }

.stm_separator {
  display: block;
  width: 46px;
  height: 5px;
  margin: 0 0 21px; }
  .stm_separator_doubled {
    position: relative; }
    .stm_separator_doubled:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      right: 100%;
      opacity: 0; }
  .stm_separator.stm_separator_style_2 {
    width: 100%;
    background-color: transparent !important;
    background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 5px, rgba(0, 0, 0, 0.15) 10px, transparent 10px, transparent 15px); }

.button_3d {
  position: relative;
  text-decoration: none !important;
  border: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: none !important;
  outline: none !important; }
  .button_3d span {
    min-width: 120px;
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    transition: transform 0.3s !important;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    border-radius: 3px;
    white-space: nowrap; }
    .button_3d span:before {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 12px 15px;
      text-align: center;
      content: attr(data-hover);
      transition: background 0.3s !important;
      transform: rotateX(-90deg);
      transform-origin: 50% 0;
      border-radius: 3px; }
  .button_3d.white span {
    background: #fff; }
    .button_3d.white span:before {
      color: #fff; }
  .button_3d:hover span,
  .button_3d:focus span {
    transform: rotateX(90deg) translateY(-22px); }
    .button_3d:hover span:before, .button_3d:hover span:before,
    .button_3d:focus span:before,
    .button_3d:focus span:before {
      color: #fff; }

.btn {
  /*White*/ }
  .btn_primary.btn_solid:hover {
    background-color: transparent !important; }
  .btn_white.btn_solid {
    background-color: #fff !important; }
    .btn_white.btn_solid:hover {
      color: #fff !important; }

.btn.btn_divider {
  /*RIGHT DIVIDER*/ }
  .btn.btn_divider .btn__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -3px;
    width: 3px;
    background-color: white !important; }
  .btn.btn_divider .btn__label,
  .btn.btn_divider .btn_subtitle_label {
    padding-left: 17px; }
  .btn.btn_divider.btn_icon-right .btn__icon:after {
    right: auto;
    left: -3px; }
  .btn.btn_divider.btn_icon-right .btn__label,
  .btn.btn_divider.btn_icon-right .btn_subtitle_label {
    padding-left: 0;
    padding-right: 17px; }

.btn__icon {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 40px;
  font-size: 12px; }
  .btn__icon:before {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.btn.btn_icon-left {
  padding-left: 39px; }
  .btn.btn_icon-left .btn__icon {
    left: -4px; }
    .btn.btn_icon-left .btn__icon_closer {
      margin-top: -2px;
      left: 20px; }

.btn.btn_icon-right {
  padding-right: 39px; }
  .btn.btn_icon-right .btn__icon {
    right: -4px; }
    .btn.btn_icon-right .btn__icon_closer {
      margin-top: -2px;
      right: 20px; }

.btn__text {
  position: relative;
  top: 1px; }

.btn_outline {
  background: transparent; }

.btn {
  text-align: left; }
  .btn.btn_fullwidth {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 769px) {
      .btn.btn_fullwidth {
        width: auto;
        max-width: 100%; }
        .btn.btn_fullwidth.btn_icon-left {
          padding-right: 15px !important; }
        .btn.btn_fullwidth.btn_icon-right {
          padding-left: 15px !important; } }
  .btn.text-center {
    text-align: center !important; }

.stm-button_fullwidth {
  width: 100%; }

.stm-button.stm-button_center {
  display: block;
  text-align: center; }

.btn.btn_subtitle {
  padding: 5px 15px 5px;
  font-size: 14px; }

.btn .btn_subtitle_label {
  display: block;
  margin-top: -2px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  vertical-align: top;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.btn_xs {
  padding: 7px 15px;
  font-size: 13px;
  text-transform: none; }

.btn_lg {
  padding: 14px 30px;
  min-width: 145px;
  text-transform: uppercase;
  text-align: center; }

.btn_fullwidth {
  display: block; }
  @media (max-width: 1023px) {
    .btn_fullwidth {
      max-width: 400px !important; } }

.btn {
  position: relative;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  outline: none !important;
  border: 1px solid transparent; }
  .btn:active, .btn.active {
    box-shadow: none !important; }
  .btn:hover {
    background-color: transparent !important; }
  .btn.form-control {
    line-height: 44px;
    width: auto !important;
    height: auto !important; }

.tparrows.persephone {
  border: 3px solid #ccc;
  background-color: transparent;
  text-align: center; }
  .tparrows.persephone:hover:before {
    color: #fff; }
  .tparrows.persephone:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 36px;
    color: #ccc; }
  @media (max-width: 1300px) {
    .tparrows.persephone.tp-leftarrow {
      margin-left: -40px; } }
  .tparrows.persephone.tp-leftarrow:before {
    content: "\f053";
    text-indent: -2px; }
  @media (max-width: 1300px) {
    .tparrows.persephone.tp-rightarrow {
      margin-right: -40px; } }
  .tparrows.persephone.tp-rightarrow:before {
    content: "\f054";
    text-indent: 2px; }

/*Mini button in mini grid*/
.vc_grid-item-mini .btn {
  padding: 7px 15px;
  font-size: 13px;
  text-transform: none; }

/*Default button*/
button[type="submit"]:not(.btn),
input[type="submit"]:not(.btn) {
  text-decoration: none !important;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 10px 22px 10px;
  font-weight: 900;
  display: inline-block;
  box-shadow: none !important;
  outline: none !important;
  text-transform: uppercase; }

.stm-button {
  display: inline-block;
  vertical-align: top; }
  .stm-button._fullwidth {
    width: 100%; }

/*Loading button*/
.btn_load:before {
  position: absolute;
  content: '';
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 2s infinite linear;
  content: "\f021";
  top: 50%;
  left: 50%;
  font-size: 18px;
  margin: -9px 0 0 -7px;
  opacity: 0;
  visibility: hidden; }

.btn_load.loading:before {
  opacity: 1;
  visibility: visible; }

.btn_load.loading span {
  opacity: 0; }

.stm_read_more_link {
  transition: .3s ease;
  transform: translateX(-27px);
  padding: 0 !important; }
  .stm_read_more_link:before, .stm_read_more_link:after {
    content: '→';
    transition: .3s;
    position: relative;
    top: 1px; }
  .stm_read_more_link:before {
    opacity: 0;
    margin-right: 7px; }
  .stm_read_more_link:after {
    margin-left: 7px; }
  .stm_read_more_link a {
    transition: .3s ease; }
  .stm_read_more_link .icon-before {
    opacity: 0;
    transition: opacity .3s ease; }
  .stm_read_more_link .icon-after {
    transition: opacity .3s ease; }
  .stm_read_more_link:hover {
    transform: translateX(0px); }
    .stm_read_more_link:hover:before {
      opacity: 1; }
    .stm_read_more_link:hover:after {
      transition: 0s;
      opacity: 0; }
    .stm_read_more_link:hover a {
      text-decoration: none !important; }
    .stm_read_more_link:hover .icon-before {
      opacity: 1; }
    .stm_read_more_link:hover .icon-after {
      opacity: 0; }

.stm-button_right {
  width: 100%;
  text-align: right; }

.btn.wtc,
.btn.btn_outline.wtc,
.btn.btn_outline.wtc:hover,
.btn.btn_outline.btn_third:hover,
.btn.btn_outline.wtc_h:hover,
.btn.btn_solid:not(.btn_white) {
  color: #fff !important; }

.btn.btn_solid:not(.btn_white) .btn__icon {
  color: #fff; }

.btn.btn_outline.btn_white:hover,
.btn.btn_outline:not(.btn_white):hover .btn__icon:after,
.btn.btn_solid:not(.btn_white) .btn__icon:after,
.btn.btn_solid:not(.btn_white):hover .btn__icon:after {
  background-color: #fff !important; }

.btn.btn_outline.btn_white {
  border-color: #fff !important; }

.btn.btn_outline.btn_white,
.stm_header_style_1 .stm-navigation ul > li > ul > li > a:hover,
.stm_header_style_1 .stm-navigation ul > li > ul > li.current-menu-item > a,
.btn_outline.btn_primary:hover,
.btn_outline.btn_secondary:hover,
.btn_outline.btn_third:hover,
.btn_outline.btn_primary:hover .btn__icon,
.btn_outline.btn_secondary:hover .btn__icon,
.btn_outline.btn_third:hover .btn__icon,
.btn.btn_outline.btn_white .btn__icon {
  color: white !important; }
  .btn.btn_outline.btn_white span, .btn.btn_outline.btn_white i, .btn.btn_outline.btn_white i::before,
  .stm_header_style_1 .stm-navigation ul > li > ul > li > a:hover span,
  .stm_header_style_1 .stm-navigation ul > li > ul > li > a:hover i,
  .stm_header_style_1 .stm-navigation ul > li > ul > li > a:hover i::before,
  .stm_header_style_1 .stm-navigation ul > li > ul > li.current-menu-item > a span,
  .stm_header_style_1 .stm-navigation ul > li > ul > li.current-menu-item > a i,
  .stm_header_style_1 .stm-navigation ul > li > ul > li.current-menu-item > a i::before,
  .btn_outline.btn_primary:hover span,
  .btn_outline.btn_primary:hover i,
  .btn_outline.btn_primary:hover i::before,
  .btn_outline.btn_secondary:hover span,
  .btn_outline.btn_secondary:hover i,
  .btn_outline.btn_secondary:hover i::before,
  .btn_outline.btn_third:hover span,
  .btn_outline.btn_third:hover i,
  .btn_outline.btn_third:hover i::before,
  .btn_outline.btn_primary:hover .btn__icon span,
  .btn_outline.btn_primary:hover .btn__icon i,
  .btn_outline.btn_primary:hover .btn__icon i::before,
  .btn_outline.btn_secondary:hover .btn__icon span,
  .btn_outline.btn_secondary:hover .btn__icon i,
  .btn_outline.btn_secondary:hover .btn__icon i::before,
  .btn_outline.btn_third:hover .btn__icon span,
  .btn_outline.btn_third:hover .btn__icon i,
  .btn_outline.btn_third:hover .btn__icon i::before,
  .btn.btn_outline.btn_white .btn__icon span,
  .btn.btn_outline.btn_white .btn__icon i,
  .btn.btn_outline.btn_white .btn__icon i::before {
    color: #303540 !important; }

.btn.btn_loading {
  position: relative; }
  .btn.btn_loading span:not(.preloader) {
    opacity: 1; }
  .btn.btn_loading span.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: none;
    animation: scaleout 1.0s infinite ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
  .btn.btn_loading.loading {
    border-color: transparent !important;
    background: transparent !important; }
    .btn.btn_loading.loading:hover {
      border-color: transparent !important;
      background: transparent !important; }
    .btn.btn_loading.loading span:not(.preloader) {
      opacity: 0; }
    .btn.btn_loading.loading span.preloader {
      opacity: 1; }

html body .btn.trbc_h:hover {
  background-color: transparent !important; }

select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"],
textarea,
.stm_select .form-control {
  width: 100%;
  font-size: 13px;
  color: #777777;
  background: #efefef;
  border: 3px solid #efefef;
  box-shadow: none !important;
  outline: none !important;
  padding: 12px 13px;
  height: 44px;
  transition: none;
  border-radius: 0;
  vertical-align: top;
  /*IOS shadow fix*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  .stm_select .form-control:focus {
    background: transparent; }
  select.wtc_h:not(.wbc):focus,
  input[type="text"].wtc_h:not(.wbc):focus,
  input[type="email"].wtc_h:not(.wbc):focus,
  input[type="search"].wtc_h:not(.wbc):focus,
  input[type="password"].wtc_h:not(.wbc):focus,
  input[type="number"].wtc_h:not(.wbc):focus,
  input[type="date"].wtc_h:not(.wbc):focus,
  input[type="tel"].wtc_h:not(.wbc):focus,
  textarea.wtc_h:not(.wbc):focus,
  .stm_select .form-control.wtc_h:not(.wbc):focus {
    color: #fff !important; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
.form-group {
  margin-bottom: 30px; }

textarea {
  min-height: 163px;
  max-width: 100%; }

.stm_select {
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  min-width: 205px; }
  .stm_select select {
    opacity: 0;
    position: relative;
    z-index: 100;
    display: none; }
  .stm_select .stm-select__val {
    width: 100%;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 10px 10px 10px 10px;
    margin-top: 0 !important; }
  .stm_select:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 7px;
    font-weight: 300; }

/*CF7 styles*/
.wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 40px; }

div.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px 30px; }
  div.wpcf7-response-output.wpcf7-validation-errors {
    border-width: 3px; }
  div.wpcf7-response-output::before {
    display: none; }

.wpcf7-form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  border-color: #46b450 !important; }

span.wpcf7-not-valid-tip {
  display: none; }

.mc4wp-alert,
.wpcf7-response-output {
  position: relative;
  font-size: 16px;
  background-color: #ff0000 !important;
  color: #fff !important;
  border-color: #ff0000 !important; }
  .mc4wp-alert.mc4wp-success, .mc4wp-alert.wpcf7-mail-sent-ok,
  .wpcf7-response-output.mc4wp-success,
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #03d56b !important;
    color: #fff !important;
    border-color: #03d56b !important; }
    .mc4wp-alert.mc4wp-success:before, .mc4wp-alert.wpcf7-mail-sent-ok:before,
    .wpcf7-response-output.mc4wp-success:before,
    .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      border-bottom-color: #03d56b; }
  .mc4wp-alert:before,
  .wpcf7-response-output:before {
    display: none !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  position: relative;
  font-size: 16px;
  background-color: #03d56b !important;
  color: #fff !important;
  border-color: #03d56b !important;
  border-width: 3px;
  border-style: solid;
  margin: 20px 0;
  padding: 15px 30px; }

span.wpcf7-list-item:first-child {
  margin: 0; }

.mc4wp-alert {
  margin: 20px 0 0;
  padding: 15px 20px; }
  .mc4wp-alert:before {
    top: -7px; }
  .mc4wp-alert p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff !important; }

.stm_mc4wp {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .stm_mc4wp__white input:focus {
    color: #fff !important; }
    .stm_mc4wp__white input:focus::-webkit-input-placeholder {
      color: transparent !important; }
  @media (max-width: 550px) {
    .stm_mc4wp {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .stm_mc4wp input[type="email"] {
        width: 100%;
        margin-bottom: 10px; } }

input[type="radio"],
input[type="checkbox"] {
  outline: none !important; }

/*Some Basics*/
select[multiple] {
  margin: 0 !important;
  border: 2px solid #ccc !important;
  padding: 0 !important;
  overflow-y: auto !important;
  background: transparent !important; }
  select[multiple] option {
    padding: 10px 15px; }

.gform_wrapper ul.gform_fields li {
  margin: 0 0 25px !important; }

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  margin-left: 24px;
  font-weight: 400 !important; }

.gform_wrapper label.gfield_label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px; }

.gform_wrapper .ginput_container_select .stm_select {
  padding-top: 0; }
  .gform_wrapper .ginput_container_select .stm_select select {
    width: 100% !important; }
  .gform_wrapper .ginput_container_select .stm_select .stm-select__val {
    margin-top: 0; }
  .gform_wrapper .ginput_container_select .stm_select:after {
    margin-top: 2px; }

.addon-select,
select[data-attribute_name] {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: inherit;
  display: block;
  color: #777;
  min-height: 55px;
  font-size: 15px;
  padding: 12px 15px 15px !important;
  border-width: 1px !important;
  margin: 0 !important;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000 !important; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin: 4px 0 27px 1px; }

body .stm_select.open {
  z-index: 100000 !important; }

.dropdown-toggle {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer; }
  .dropdown-toggle .fa-chevron-down {
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-size: 9px; }

.dropdown-list {
  position: absolute;
  top: 100%;
  display: none;
  padding: 0;
  margin: 14px 0 0;
  list-style: none; }
  .dropdown-list > li > a {
    display: block;
    text-decoration: none !important; }

.dropdown.open .dropdown-list {
  display: block; }

.dropdown.open .dropdown-toggle .fa:before {
  content: "\f077"; }

.stm-dropdown_style_2 .dropdown-toggle {
  position: relative;
  margin-right: -10px;
  text-align: center;
  padding: 15px;
  font-size: 14px; }
  .stm-dropdown_style_2 .dropdown-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    height: 14px;
    overflow: hidden;
    margin-top: -7px;
    border-left: 1px dotted #9b9b9b; }

.stm-dropdown_style_2 .dropdown-list {
  position: absolute;
  top: 100%;
  right: -10px;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none; }
  .stm-dropdown_style_2 .dropdown-list > li > a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 14px; }

.stm-dropdown_style_2 .dropdown.open .dropdown-list {
  display: block; }

.stm-dropdown_style_2 .dropdown.open .dropdown-toggle .fa:before {
  content: "\f077"; }

[class*="__icon"].icon_8px {
  font-size: 8px; }

[class*="__icon"].icon_9px {
  font-size: 9px; }

[class*="__icon"].icon_10px {
  font-size: 10px; }

[class*="__icon"].icon_11px {
  font-size: 11px; }

[class*="__icon"].icon_12px {
  font-size: 12px; }

[class*="__icon"].icon_13px {
  font-size: 13px; }

[class*="__icon"].icon_14px {
  font-size: 14px; }

[class*="__icon"].icon_15px {
  font-size: 15px; }

[class*="__icon"].icon_16px {
  font-size: 16px; }

[class*="__icon"].icon_17px {
  font-size: 17px; }

[class*="__icon"].icon_18px {
  font-size: 18px; }

[class*="__icon"].icon_19px {
  font-size: 19px; }

[class*="__icon"].icon_20px {
  font-size: 20px; }

[class*="__icon"].icon_21px {
  font-size: 21px; }

[class*="__icon"].icon_22px {
  font-size: 22px; }

[class*="__icon"].icon_23px {
  font-size: 23px; }

[class*="__icon"].icon_24px {
  font-size: 24px; }

[class*="__icon"].icon_25px {
  font-size: 25px; }

[class*="__icon"].icon_26px {
  font-size: 26px; }

[class*="__icon"].icon_27px {
  font-size: 27px; }

[class*="__icon"].icon_28px {
  font-size: 28px; }

[class*="__icon"].icon_29px {
  font-size: 29px; }

[class*="__icon"].icon_30px {
  font-size: 30px; }

[class*="__icon"].icon_31px {
  font-size: 31px; }

[class*="__icon"].icon_32px {
  font-size: 32px; }

[class*="__icon"].icon_33px {
  font-size: 33px; }

[class*="__icon"].icon_34px {
  font-size: 34px; }

[class*="__icon"].icon_35px {
  font-size: 35px; }

[class*="__icon"].icon_36px {
  font-size: 36px; }

[class*="__icon"].icon_37px {
  font-size: 37px; }

[class*="__icon"].icon_38px {
  font-size: 38px; }

[class*="__icon"].icon_39px {
  font-size: 39px; }

[class*="__icon"].icon_40px {
  font-size: 40px; }

[class*="__icon"].icon_41px {
  font-size: 41px; }

[class*="__icon"].icon_42px {
  font-size: 42px; }

[class*="__icon"].icon_43px {
  font-size: 43px; }

[class*="__icon"].icon_44px {
  font-size: 44px; }

[class*="__icon"].icon_45px {
  font-size: 45px; }

[class*="__icon"].icon_46px {
  font-size: 46px; }

[class*="__icon"].icon_47px {
  font-size: 47px; }

[class*="__icon"].icon_48px {
  font-size: 48px; }

[class*="__icon"].icon_49px {
  font-size: 49px; }

[class*="__icon"].icon_50px {
  font-size: 50px; }

[class*="__icon"].icon_51px {
  font-size: 51px; }

[class*="__icon"].icon_52px {
  font-size: 52px; }

[class*="__icon"].icon_53px {
  font-size: 53px; }

[class*="__icon"].icon_54px {
  font-size: 54px; }

[class*="__icon"].icon_55px {
  font-size: 55px; }

[class*="__icon"].icon_56px {
  font-size: 56px; }

[class*="__icon"].icon_57px {
  font-size: 57px; }

[class*="__icon"].icon_58px {
  font-size: 58px; }

[class*="__icon"].icon_59px {
  font-size: 59px; }

[class*="__icon"].icon_60px {
  font-size: 60px; }

body .stm_lh_1 {
  line-height: 1px; }

body .stm_lh_2 {
  line-height: 2px; }

body .stm_lh_3 {
  line-height: 3px; }

body .stm_lh_4 {
  line-height: 4px; }

body .stm_lh_5 {
  line-height: 5px; }

body .stm_lh_6 {
  line-height: 6px; }

body .stm_lh_7 {
  line-height: 7px; }

body .stm_lh_8 {
  line-height: 8px; }

body .stm_lh_9 {
  line-height: 9px; }

body .stm_lh_10 {
  line-height: 10px; }

body .stm_lh_11 {
  line-height: 11px; }

body .stm_lh_12 {
  line-height: 12px; }

body .stm_lh_13 {
  line-height: 13px; }

body .stm_lh_14 {
  line-height: 14px; }

body .stm_lh_15 {
  line-height: 15px; }

body .stm_lh_16 {
  line-height: 16px; }

body .stm_lh_17 {
  line-height: 17px; }

body .stm_lh_18 {
  line-height: 18px; }

body .stm_lh_19 {
  line-height: 19px; }

body .stm_lh_20 {
  line-height: 20px; }

body .stm_lh_21 {
  line-height: 21px; }

body .stm_lh_22 {
  line-height: 22px; }

body .stm_lh_23 {
  line-height: 23px; }

body .stm_lh_24 {
  line-height: 24px; }

body .stm_lh_25 {
  line-height: 25px; }

body .stm_lh_26 {
  line-height: 26px; }

body .stm_lh_27 {
  line-height: 27px; }

body .stm_lh_28 {
  line-height: 28px; }

body .stm_lh_29 {
  line-height: 29px; }

body .stm_lh_30 {
  line-height: 30px; }

body .stm_lh_31 {
  line-height: 31px; }

body .stm_lh_32 {
  line-height: 32px; }

body .stm_lh_33 {
  line-height: 33px; }

body .stm_lh_34 {
  line-height: 34px; }

body .stm_lh_35 {
  line-height: 35px; }

body .stm_lh_36 {
  line-height: 36px; }

body .stm_lh_37 {
  line-height: 37px; }

body .stm_lh_38 {
  line-height: 38px; }

body .stm_lh_39 {
  line-height: 39px; }

body .stm_lh_40 {
  line-height: 40px; }

body .stm_lh_41 {
  line-height: 41px; }

body .stm_lh_42 {
  line-height: 42px; }

body .stm_lh_43 {
  line-height: 43px; }

body .stm_lh_44 {
  line-height: 44px; }

body .stm_lh_45 {
  line-height: 45px; }

body .stm_lh_46 {
  line-height: 46px; }

body .stm_lh_47 {
  line-height: 47px; }

body .stm_lh_48 {
  line-height: 48px; }

body .stm_lh_49 {
  line-height: 49px; }

body .stm_lh_50 {
  line-height: 50px; }

body .stm_lh_51 {
  line-height: 51px; }

body .stm_lh_52 {
  line-height: 52px; }

body .stm_lh_53 {
  line-height: 53px; }

body .stm_lh_54 {
  line-height: 54px; }

body .stm_lh_55 {
  line-height: 55px; }

body .stm_lh_56 {
  line-height: 56px; }

body .stm_lh_57 {
  line-height: 57px; }

body .stm_lh_58 {
  line-height: 58px; }

body .stm_lh_59 {
  line-height: 59px; }

body .stm_lh_60 {
  line-height: 60px; }

body .stm_lh_61 {
  line-height: 61px; }

body .stm_lh_62 {
  line-height: 62px; }

body .stm_lh_63 {
  line-height: 63px; }

body .stm_lh_64 {
  line-height: 64px; }

body .stm_lh_65 {
  line-height: 65px; }

.fsz_8 {
  font-size: 8px !important; }

.fsz_9 {
  font-size: 9px !important; }

.fsz_10 {
  font-size: 10px !important; }

.fsz_11 {
  font-size: 11px !important; }

.fsz_12 {
  font-size: 12px !important; }

.fsz_13 {
  font-size: 13px !important; }

.fsz_14 {
  font-size: 14px !important; }

.fsz_15 {
  font-size: 15px !important; }

.fsz_16 {
  font-size: 16px !important; }

.fsz_17 {
  font-size: 17px !important; }

.fsz_18 {
  font-size: 18px !important; }

.fsz_19 {
  font-size: 19px !important; }

.fsz_20 {
  font-size: 20px !important; }

.fsz_21 {
  font-size: 21px !important; }

.fsz_22 {
  font-size: 22px !important; }

.fsz_23 {
  font-size: 23px !important; }

.fsz_24 {
  font-size: 24px !important; }

.fsz_25 {
  font-size: 25px !important; }

.fsz_26 {
  font-size: 26px !important; }

.fsz_27 {
  font-size: 27px !important; }

.fsz_28 {
  font-size: 28px !important; }

.fsz_29 {
  font-size: 29px !important; }

.fsz_30 {
  font-size: 30px !important; }

.fsz_31 {
  font-size: 31px !important; }

.fsz_32 {
  font-size: 32px !important; }

.fsz_33 {
  font-size: 33px !important; }

.fsz_34 {
  font-size: 34px !important; }

.fsz_35 {
  font-size: 35px !important; }

.fsz_36 {
  font-size: 36px !important; }

.fsz_37 {
  font-size: 37px !important; }

.fsz_38 {
  font-size: 38px !important; }

.fsz_39 {
  font-size: 39px !important; }

.fsz_40 {
  font-size: 40px !important; }

.fsz_41 {
  font-size: 41px !important; }

.fsz_42 {
  font-size: 42px !important; }

.fsz_43 {
  font-size: 43px !important; }

.fsz_44 {
  font-size: 44px !important; }

.fsz_45 {
  font-size: 45px !important; }

.fsz_46 {
  font-size: 46px !important; }

.fsz_47 {
  font-size: 47px !important; }

.fsz_48 {
  font-size: 48px !important; }

.fsz_49 {
  font-size: 49px !important; }

.fsz_50 {
  font-size: 50px !important; }

.fsz_51 {
  font-size: 51px !important; }

.fsz_52 {
  font-size: 52px !important; }

.fsz_53 {
  font-size: 53px !important; }

.fsz_54 {
  font-size: 54px !important; }

.fsz_55 {
  font-size: 55px !important; }

body .animation_timeout_0 {
  animation-delay: 0s !important; }

body .animation_timeout_1 {
  animation-delay: 0.2s !important; }

body .animation_timeout_2 {
  animation-delay: 0.4s !important; }

body .animation_timeout_3 {
  animation-delay: 0.6s !important; }

body .animation_timeout_4 {
  animation-delay: 0.8s !important; }

body .animation_timeout_5 {
  animation-delay: 1s !important; }

body .animation_timeout_6 {
  animation-delay: 1.2s !important; }

body .animation_timeout_7 {
  animation-delay: 1.4s !important; }

body .animation_timeout_8 {
  animation-delay: 1.6s !important; }

body .animation_timeout_9 {
  animation-delay: 1.8s !important; }

body .animation_timeout_10 {
  animation-delay: 2s !important; }

body .animation_timeout_11 {
  animation-delay: 2.2s !important; }

body .animation_timeout_12 {
  animation-delay: 2.4s !important; }

body .animation_timeout_13 {
  animation-delay: 2.6s !important; }

body .animation_timeout_14 {
  animation-delay: 2.8s !important; }

body .animation_timeout_15 {
  animation-delay: 3s !important; }

body .animation_timeout_16 {
  animation-delay: 3.2s !important; }

body .animation_timeout_17 {
  animation-delay: 3.4s !important; }

body .animation_timeout_18 {
  animation-delay: 3.6s !important; }

body .animation_timeout_19 {
  animation-delay: 3.8s !important; }

body .animation_timeout_20 {
  animation-delay: 4s !important; }

body .animation_timeout_21 {
  animation-delay: 4.2s !important; }

body .animation_timeout_22 {
  animation-delay: 4.4s !important; }

body .animation_timeout_23 {
  animation-delay: 4.6s !important; }

body .animation_timeout_24 {
  animation-delay: 4.8s !important; }

body .animation_timeout_25 {
  animation-delay: 5s !important; }

body .animation_timeout_26 {
  animation-delay: 5.2s !important; }

body .animation_timeout_27 {
  animation-delay: 5.4s !important; }

body .animation_timeout_28 {
  animation-delay: 5.6s !important; }

body .animation_timeout_29 {
  animation-delay: 5.8s !important; }

body .animation_timeout_30 {
  animation-delay: 6s !important; }

body .animation_timeout_31 {
  animation-delay: 6.2s !important; }

body .animation_timeout_32 {
  animation-delay: 6.4s !important; }

body .animation_timeout_33 {
  animation-delay: 6.6s !important; }

body .animation_timeout_34 {
  animation-delay: 6.8s !important; }

body .animation_timeout_35 {
  animation-delay: 7s !important; }

body .animation_timeout_36 {
  animation-delay: 7.2s !important; }

body .animation_timeout_37 {
  animation-delay: 7.4s !important; }

body .animation_timeout_38 {
  animation-delay: 7.6s !important; }

body .animation_timeout_39 {
  animation-delay: 7.8s !important; }

body .animation_timeout_40 {
  animation-delay: 8s !important; }

body .animation_timeout_41 {
  animation-delay: 8.2s !important; }

body .animation_timeout_42 {
  animation-delay: 8.4s !important; }

body .animation_timeout_43 {
  animation-delay: 8.6s !important; }

body .animation_timeout_44 {
  animation-delay: 8.8s !important; }

body .animation_timeout_45 {
  animation-delay: 9s !important; }

body .animation_timeout_46 {
  animation-delay: 9.2s !important; }

body .animation_timeout_47 {
  animation-delay: 9.4s !important; }

body .animation_timeout_48 {
  animation-delay: 9.6s !important; }

body .animation_timeout_49 {
  animation-delay: 9.8s !important; }

body .animation_timeout_50 {
  animation-delay: 10s !important; }

body .animation_timeout_51 {
  animation-delay: 10.2s !important; }

body .animation_timeout_52 {
  animation-delay: 10.4s !important; }

body .animation_timeout_53 {
  animation-delay: 10.6s !important; }

body .animation_timeout_54 {
  animation-delay: 10.8s !important; }

body .animation_timeout_55 {
  animation-delay: 11s !important; }

body .animation_timeout_56 {
  animation-delay: 11.2s !important; }

body .animation_timeout_57 {
  animation-delay: 11.4s !important; }

body .animation_timeout_58 {
  animation-delay: 11.6s !important; }

body .animation_timeout_59 {
  animation-delay: 11.8s !important; }

body .animation_timeout_60 {
  animation-delay: 12s !important; }

body .animation_timeout_61 {
  animation-delay: 12.2s !important; }

body .animation_timeout_62 {
  animation-delay: 12.4s !important; }

body .animation_timeout_63 {
  animation-delay: 12.6s !important; }

body .animation_timeout_64 {
  animation-delay: 12.8s !important; }

body .animation_timeout_65 {
  animation-delay: 13s !important; }

body .animation_timeout_66 {
  animation-delay: 13.2s !important; }

body .animation_timeout_67 {
  animation-delay: 13.4s !important; }

body .animation_timeout_68 {
  animation-delay: 13.6s !important; }

body .animation_timeout_69 {
  animation-delay: 13.8s !important; }

body .animation_timeout_70 {
  animation-delay: 14s !important; }

body .stm_mgt_0 {
  margin-top: 0px; }

body .stm_mgb_0 {
  margin-bottom: 0px; }

body .stm_mgl_0 {
  margin-left: 0px; }

body .stm_mgr_0 {
  margin-right: 0px; }

body .stm_mgt_1 {
  margin-top: 1px; }

body .stm_mgb_1 {
  margin-bottom: 1px; }

body .stm_mgl_1 {
  margin-left: 1px; }

body .stm_mgr_1 {
  margin-right: 1px; }

body .stm_mgt_2 {
  margin-top: 2px; }

body .stm_mgb_2 {
  margin-bottom: 2px; }

body .stm_mgl_2 {
  margin-left: 2px; }

body .stm_mgr_2 {
  margin-right: 2px; }

body .stm_mgt_3 {
  margin-top: 3px; }

body .stm_mgb_3 {
  margin-bottom: 3px; }

body .stm_mgl_3 {
  margin-left: 3px; }

body .stm_mgr_3 {
  margin-right: 3px; }

body .stm_mgt_4 {
  margin-top: 4px; }

body .stm_mgb_4 {
  margin-bottom: 4px; }

body .stm_mgl_4 {
  margin-left: 4px; }

body .stm_mgr_4 {
  margin-right: 4px; }

body .stm_mgt_5 {
  margin-top: 5px; }

body .stm_mgb_5 {
  margin-bottom: 5px; }

body .stm_mgl_5 {
  margin-left: 5px; }

body .stm_mgr_5 {
  margin-right: 5px; }

body .stm_mgt_6 {
  margin-top: 6px; }

body .stm_mgb_6 {
  margin-bottom: 6px; }

body .stm_mgl_6 {
  margin-left: 6px; }

body .stm_mgr_6 {
  margin-right: 6px; }

body .stm_mgt_7 {
  margin-top: 7px; }

body .stm_mgb_7 {
  margin-bottom: 7px; }

body .stm_mgl_7 {
  margin-left: 7px; }

body .stm_mgr_7 {
  margin-right: 7px; }

body .stm_mgt_8 {
  margin-top: 8px; }

body .stm_mgb_8 {
  margin-bottom: 8px; }

body .stm_mgl_8 {
  margin-left: 8px; }

body .stm_mgr_8 {
  margin-right: 8px; }

body .stm_mgt_9 {
  margin-top: 9px; }

body .stm_mgb_9 {
  margin-bottom: 9px; }

body .stm_mgl_9 {
  margin-left: 9px; }

body .stm_mgr_9 {
  margin-right: 9px; }

body .stm_mgt_10 {
  margin-top: 10px; }

body .stm_mgb_10 {
  margin-bottom: 10px; }

body .stm_mgl_10 {
  margin-left: 10px; }

body .stm_mgr_10 {
  margin-right: 10px; }

body .stm_mgt_11 {
  margin-top: 11px; }

body .stm_mgb_11 {
  margin-bottom: 11px; }

body .stm_mgl_11 {
  margin-left: 11px; }

body .stm_mgr_11 {
  margin-right: 11px; }

body .stm_mgt_12 {
  margin-top: 12px; }

body .stm_mgb_12 {
  margin-bottom: 12px; }

body .stm_mgl_12 {
  margin-left: 12px; }

body .stm_mgr_12 {
  margin-right: 12px; }

body .stm_mgt_13 {
  margin-top: 13px; }

body .stm_mgb_13 {
  margin-bottom: 13px; }

body .stm_mgl_13 {
  margin-left: 13px; }

body .stm_mgr_13 {
  margin-right: 13px; }

body .stm_mgt_14 {
  margin-top: 14px; }

body .stm_mgb_14 {
  margin-bottom: 14px; }

body .stm_mgl_14 {
  margin-left: 14px; }

body .stm_mgr_14 {
  margin-right: 14px; }

body .stm_mgt_15 {
  margin-top: 15px; }

body .stm_mgb_15 {
  margin-bottom: 15px; }

body .stm_mgl_15 {
  margin-left: 15px; }

body .stm_mgr_15 {
  margin-right: 15px; }

body .stm_mgt_16 {
  margin-top: 16px; }

body .stm_mgb_16 {
  margin-bottom: 16px; }

body .stm_mgl_16 {
  margin-left: 16px; }

body .stm_mgr_16 {
  margin-right: 16px; }

body .stm_mgt_17 {
  margin-top: 17px; }

body .stm_mgb_17 {
  margin-bottom: 17px; }

body .stm_mgl_17 {
  margin-left: 17px; }

body .stm_mgr_17 {
  margin-right: 17px; }

body .stm_mgt_18 {
  margin-top: 18px; }

body .stm_mgb_18 {
  margin-bottom: 18px; }

body .stm_mgl_18 {
  margin-left: 18px; }

body .stm_mgr_18 {
  margin-right: 18px; }

body .stm_mgt_19 {
  margin-top: 19px; }

body .stm_mgb_19 {
  margin-bottom: 19px; }

body .stm_mgl_19 {
  margin-left: 19px; }

body .stm_mgr_19 {
  margin-right: 19px; }

body .stm_mgt_20 {
  margin-top: 20px; }

body .stm_mgb_20 {
  margin-bottom: 20px; }

body .stm_mgl_20 {
  margin-left: 20px; }

body .stm_mgr_20 {
  margin-right: 20px; }

body .stm_mgt_21 {
  margin-top: 21px; }

body .stm_mgb_21 {
  margin-bottom: 21px; }

body .stm_mgl_21 {
  margin-left: 21px; }

body .stm_mgr_21 {
  margin-right: 21px; }

body .stm_mgt_22 {
  margin-top: 22px; }

body .stm_mgb_22 {
  margin-bottom: 22px; }

body .stm_mgl_22 {
  margin-left: 22px; }

body .stm_mgr_22 {
  margin-right: 22px; }

body .stm_mgt_23 {
  margin-top: 23px; }

body .stm_mgb_23 {
  margin-bottom: 23px; }

body .stm_mgl_23 {
  margin-left: 23px; }

body .stm_mgr_23 {
  margin-right: 23px; }

body .stm_mgt_24 {
  margin-top: 24px; }

body .stm_mgb_24 {
  margin-bottom: 24px; }

body .stm_mgl_24 {
  margin-left: 24px; }

body .stm_mgr_24 {
  margin-right: 24px; }

body .stm_mgt_25 {
  margin-top: 25px; }

body .stm_mgb_25 {
  margin-bottom: 25px; }

body .stm_mgl_25 {
  margin-left: 25px; }

body .stm_mgr_25 {
  margin-right: 25px; }

body .stm_mgt_26 {
  margin-top: 26px; }

body .stm_mgb_26 {
  margin-bottom: 26px; }

body .stm_mgl_26 {
  margin-left: 26px; }

body .stm_mgr_26 {
  margin-right: 26px; }

body .stm_mgt_27 {
  margin-top: 27px; }

body .stm_mgb_27 {
  margin-bottom: 27px; }

body .stm_mgl_27 {
  margin-left: 27px; }

body .stm_mgr_27 {
  margin-right: 27px; }

body .stm_mgt_28 {
  margin-top: 28px; }

body .stm_mgb_28 {
  margin-bottom: 28px; }

body .stm_mgl_28 {
  margin-left: 28px; }

body .stm_mgr_28 {
  margin-right: 28px; }

body .stm_mgt_29 {
  margin-top: 29px; }

body .stm_mgb_29 {
  margin-bottom: 29px; }

body .stm_mgl_29 {
  margin-left: 29px; }

body .stm_mgr_29 {
  margin-right: 29px; }

body .stm_mgt_30 {
  margin-top: 30px; }

body .stm_mgb_30 {
  margin-bottom: 30px; }

body .stm_mgl_30 {
  margin-left: 30px; }

body .stm_mgr_30 {
  margin-right: 30px; }

body .stm_mgt_31 {
  margin-top: 31px; }

body .stm_mgb_31 {
  margin-bottom: 31px; }

body .stm_mgl_31 {
  margin-left: 31px; }

body .stm_mgr_31 {
  margin-right: 31px; }

body .stm_mgt_32 {
  margin-top: 32px; }

body .stm_mgb_32 {
  margin-bottom: 32px; }

body .stm_mgl_32 {
  margin-left: 32px; }

body .stm_mgr_32 {
  margin-right: 32px; }

body .stm_mgt_33 {
  margin-top: 33px; }

body .stm_mgb_33 {
  margin-bottom: 33px; }

body .stm_mgl_33 {
  margin-left: 33px; }

body .stm_mgr_33 {
  margin-right: 33px; }

body .stm_mgt_34 {
  margin-top: 34px; }

body .stm_mgb_34 {
  margin-bottom: 34px; }

body .stm_mgl_34 {
  margin-left: 34px; }

body .stm_mgr_34 {
  margin-right: 34px; }

body .stm_mgt_35 {
  margin-top: 35px; }

body .stm_mgb_35 {
  margin-bottom: 35px; }

body .stm_mgl_35 {
  margin-left: 35px; }

body .stm_mgr_35 {
  margin-right: 35px; }

body .stm_mgt_36 {
  margin-top: 36px; }

body .stm_mgb_36 {
  margin-bottom: 36px; }

body .stm_mgl_36 {
  margin-left: 36px; }

body .stm_mgr_36 {
  margin-right: 36px; }

body .stm_mgt_37 {
  margin-top: 37px; }

body .stm_mgb_37 {
  margin-bottom: 37px; }

body .stm_mgl_37 {
  margin-left: 37px; }

body .stm_mgr_37 {
  margin-right: 37px; }

body .stm_mgt_38 {
  margin-top: 38px; }

body .stm_mgb_38 {
  margin-bottom: 38px; }

body .stm_mgl_38 {
  margin-left: 38px; }

body .stm_mgr_38 {
  margin-right: 38px; }

body .stm_mgt_39 {
  margin-top: 39px; }

body .stm_mgb_39 {
  margin-bottom: 39px; }

body .stm_mgl_39 {
  margin-left: 39px; }

body .stm_mgr_39 {
  margin-right: 39px; }

body .stm_mgt_40 {
  margin-top: 40px; }

body .stm_mgb_40 {
  margin-bottom: 40px; }

body .stm_mgl_40 {
  margin-left: 40px; }

body .stm_mgr_40 {
  margin-right: 40px; }

body .stm_mgt_41 {
  margin-top: 41px; }

body .stm_mgb_41 {
  margin-bottom: 41px; }

body .stm_mgl_41 {
  margin-left: 41px; }

body .stm_mgr_41 {
  margin-right: 41px; }

body .stm_mgt_42 {
  margin-top: 42px; }

body .stm_mgb_42 {
  margin-bottom: 42px; }

body .stm_mgl_42 {
  margin-left: 42px; }

body .stm_mgr_42 {
  margin-right: 42px; }

body .stm_mgt_43 {
  margin-top: 43px; }

body .stm_mgb_43 {
  margin-bottom: 43px; }

body .stm_mgl_43 {
  margin-left: 43px; }

body .stm_mgr_43 {
  margin-right: 43px; }

body .stm_mgt_44 {
  margin-top: 44px; }

body .stm_mgb_44 {
  margin-bottom: 44px; }

body .stm_mgl_44 {
  margin-left: 44px; }

body .stm_mgr_44 {
  margin-right: 44px; }

body .stm_mgt_45 {
  margin-top: 45px; }

body .stm_mgb_45 {
  margin-bottom: 45px; }

body .stm_mgl_45 {
  margin-left: 45px; }

body .stm_mgr_45 {
  margin-right: 45px; }

body .stm_mgt_46 {
  margin-top: 46px; }

body .stm_mgb_46 {
  margin-bottom: 46px; }

body .stm_mgl_46 {
  margin-left: 46px; }

body .stm_mgr_46 {
  margin-right: 46px; }

body .stm_mgt_47 {
  margin-top: 47px; }

body .stm_mgb_47 {
  margin-bottom: 47px; }

body .stm_mgl_47 {
  margin-left: 47px; }

body .stm_mgr_47 {
  margin-right: 47px; }

body .stm_mgt_48 {
  margin-top: 48px; }

body .stm_mgb_48 {
  margin-bottom: 48px; }

body .stm_mgl_48 {
  margin-left: 48px; }

body .stm_mgr_48 {
  margin-right: 48px; }

body .stm_mgt_49 {
  margin-top: 49px; }

body .stm_mgb_49 {
  margin-bottom: 49px; }

body .stm_mgl_49 {
  margin-left: 49px; }

body .stm_mgr_49 {
  margin-right: 49px; }

body .stm_mgt_50 {
  margin-top: 50px; }

body .stm_mgb_50 {
  margin-bottom: 50px; }

body .stm_mgl_50 {
  margin-left: 50px; }

body .stm_mgr_50 {
  margin-right: 50px; }

body .stm_mgt_51 {
  margin-top: 51px; }

body .stm_mgb_51 {
  margin-bottom: 51px; }

body .stm_mgl_51 {
  margin-left: 51px; }

body .stm_mgr_51 {
  margin-right: 51px; }

body .stm_mgt_52 {
  margin-top: 52px; }

body .stm_mgb_52 {
  margin-bottom: 52px; }

body .stm_mgl_52 {
  margin-left: 52px; }

body .stm_mgr_52 {
  margin-right: 52px; }

body .stm_mgt_53 {
  margin-top: 53px; }

body .stm_mgb_53 {
  margin-bottom: 53px; }

body .stm_mgl_53 {
  margin-left: 53px; }

body .stm_mgr_53 {
  margin-right: 53px; }

body .stm_mgt_54 {
  margin-top: 54px; }

body .stm_mgb_54 {
  margin-bottom: 54px; }

body .stm_mgl_54 {
  margin-left: 54px; }

body .stm_mgr_54 {
  margin-right: 54px; }

body .stm_mgt_55 {
  margin-top: 55px; }

body .stm_mgb_55 {
  margin-bottom: 55px; }

body .stm_mgl_55 {
  margin-left: 55px; }

body .stm_mgr_55 {
  margin-right: 55px; }

body .stm_mgt_56 {
  margin-top: 56px; }

body .stm_mgb_56 {
  margin-bottom: 56px; }

body .stm_mgl_56 {
  margin-left: 56px; }

body .stm_mgr_56 {
  margin-right: 56px; }

body .stm_mgt_57 {
  margin-top: 57px; }

body .stm_mgb_57 {
  margin-bottom: 57px; }

body .stm_mgl_57 {
  margin-left: 57px; }

body .stm_mgr_57 {
  margin-right: 57px; }

body .stm_mgt_58 {
  margin-top: 58px; }

body .stm_mgb_58 {
  margin-bottom: 58px; }

body .stm_mgl_58 {
  margin-left: 58px; }

body .stm_mgr_58 {
  margin-right: 58px; }

body .stm_mgt_59 {
  margin-top: 59px; }

body .stm_mgb_59 {
  margin-bottom: 59px; }

body .stm_mgl_59 {
  margin-left: 59px; }

body .stm_mgr_59 {
  margin-right: 59px; }

body .stm_mgt_60 {
  margin-top: 60px; }

body .stm_mgb_60 {
  margin-bottom: 60px; }

body .stm_mgl_60 {
  margin-left: 60px; }

body .stm_mgr_60 {
  margin-right: 60px; }

body .stm_mgt_61 {
  margin-top: 61px; }

body .stm_mgb_61 {
  margin-bottom: 61px; }

body .stm_mgl_61 {
  margin-left: 61px; }

body .stm_mgr_61 {
  margin-right: 61px; }

body .stm_mgt_62 {
  margin-top: 62px; }

body .stm_mgb_62 {
  margin-bottom: 62px; }

body .stm_mgl_62 {
  margin-left: 62px; }

body .stm_mgr_62 {
  margin-right: 62px; }

body .stm_mgt_63 {
  margin-top: 63px; }

body .stm_mgb_63 {
  margin-bottom: 63px; }

body .stm_mgl_63 {
  margin-left: 63px; }

body .stm_mgr_63 {
  margin-right: 63px; }

body .stm_mgt_64 {
  margin-top: 64px; }

body .stm_mgb_64 {
  margin-bottom: 64px; }

body .stm_mgl_64 {
  margin-left: 64px; }

body .stm_mgr_64 {
  margin-right: 64px; }

body .stm_mgt_65 {
  margin-top: 65px; }

body .stm_mgb_65 {
  margin-bottom: 65px; }

body .stm_mgl_65 {
  margin-left: 65px; }

body .stm_mgr_65 {
  margin-right: 65px; }

body .stm_mgt_66 {
  margin-top: 66px; }

body .stm_mgb_66 {
  margin-bottom: 66px; }

body .stm_mgl_66 {
  margin-left: 66px; }

body .stm_mgr_66 {
  margin-right: 66px; }

body .stm_mgt_67 {
  margin-top: 67px; }

body .stm_mgb_67 {
  margin-bottom: 67px; }

body .stm_mgl_67 {
  margin-left: 67px; }

body .stm_mgr_67 {
  margin-right: 67px; }

body .stm_mgt_68 {
  margin-top: 68px; }

body .stm_mgb_68 {
  margin-bottom: 68px; }

body .stm_mgl_68 {
  margin-left: 68px; }

body .stm_mgr_68 {
  margin-right: 68px; }

body .stm_mgt_69 {
  margin-top: 69px; }

body .stm_mgb_69 {
  margin-bottom: 69px; }

body .stm_mgl_69 {
  margin-left: 69px; }

body .stm_mgr_69 {
  margin-right: 69px; }

body .stm_mgt_70 {
  margin-top: 70px; }

body .stm_mgb_70 {
  margin-bottom: 70px; }

body .stm_mgl_70 {
  margin-left: 70px; }

body .stm_mgr_70 {
  margin-right: 70px; }

/*font weights*/
.fwl {
  font-weight: 300 !important; }

.fwn {
  font-weight: 400 !important; }

.fwm {
  font-weight: 500 !important; }

.fwsb {
  font-weight: 600 !important; }

.fwb {
  font-weight: 700 !important; }

.fweb {
  font-weight: 900 !important; }

.stm_ls_0 {
  letter-spacing: 0 !important; }

.stm_mgl_a {
  margin-left: auto !important; }

.stm_mgr_a {
  margin-right: auto !important; }

.italic {
  font-style: italic; }

.no-margin {
  margin: 0 !important; }

.no_deco {
  text-decoration: none !important; }

@media (max-width: 769px) {
  .stm_default_paddings .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.line_closer:before {
  margin-bottom: 10px !important; }

.text-transform {
  text-transform: uppercase !important; }

.text-transform_lower {
  text-transform: lowercase !important; }

.wtc {
  color: #fff !important; }

.vc_row {
  position: relative; }

.stm_row-opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  bottom: 0; }

body .stm-parallax {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important; }
  @media (max-width: 1024px) {
    body .stm-parallax {
      background-position: 0 0 !important;
      background-attachment: scroll !important; } }

img {
  max-width: 100%;
  height: auto;
  transform: translateZ(0); }

.stm-effects_opacity {
  opacity: 0.6; }
  .stm-effects_opacity:hover {
    opacity: 1; }

.stm_owl__glitches {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .stm_owl__glitches:first-child {
    position: relative;
    opacity: 1;
    visibility: visible; }

.stm_fullwidth {
  padding-left: 3000px !important;
  padding-right: 3000px !important;
  margin-right: -3000px !important;
  margin-left: -3000px !important; }

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: -35px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  z-index: 100; }
  .owl-nav .owl-prev:before,
  .owl-nav .owl-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7); }
  .owl-nav .owl-prev:hover:before,
  .owl-nav .owl-next:hover:before {
    color: white; }

.owl-nav .owl-prev {
  left: -92px; }
  @media (max-width: 1300px) {
    .owl-nav .owl-prev {
      left: -50px; } }
  .owl-nav .owl-prev:before {
    content: "\f053";
    text-indent: -2px; }

.owl-nav .owl-next {
  right: -92px; }
  @media (max-width: 1300px) {
    .owl-nav .owl-next {
      right: -50px; } }
  .owl-nav .owl-next:before {
    content: "\f054";
    text-indent: 2px; }

.stm_owl_navRight .owl-nav .owl-prev,
.stm_owl_navRight .owl-nav .owl-next {
  top: auto;
  bottom: 20px; }

.stm_owl_navRight .owl-nav .owl-prev {
  left: auto;
  right: 75px; }

.stm_owl_navRight .owl-nav .owl-next {
  right: 20px; }

.owl-filter .owl-carousel .stm_item {
  opacity: 1; }

.owl-filter .owl-carousel .stm_item.__loading {
  opacity: 0; }

.stm_owl_dots .owl-dots {
  margin-top: 20px; }
  .stm_owl_dots .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #ccc; }

body .vc_grid-loading,
.stm_preloader__element {
  animation: none !important; }
  body .vc_grid-loading:before,
  .stm_preloader__element:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: none;
    animation: scaleout 1.0s infinite ease-in-out;
    transition: all 0.5s ease-in-out; }
  body .vc_grid-loading:after,
  .stm_preloader__element:after {
    display: none; }

.stm_dpb {
  display: block; }

.stm_flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .stm_flex_center {
    -ms-flex-align: center;
        align-items: center; }
  .stm_flex_last > *:last-child:not(:first-child) {
    margin-left: auto;
    padding-left: 15px; }
  .stm_flex_nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .stm_flex_row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .stm_flex_col {
    -ms-flex-direction: column;
        flex-direction: column; }
  .stm_flex_justify_space_between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .stm_flex_align_items_center {
    -ms-flex-align: center;
        align-items: center; }

.stm_linear_repeater {
  width: 100%;
  height: 6px;
  margin: 27px 0;
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 5px, rgba(0, 0, 0, 0.15) 10px, transparent 10px, transparent 15px); }

.js_trigger__unit {
  display: none; }
  .js_trigger__unit_class {
    display: block; }

.ic:hover {
  color: inherit; }

.stm_separator-line {
  margin: 30px 0 40px; }
  .stm_separator-line_grey {
    border-bottom: 1px solid #ccc; }

.stm_pt_1 {
  position: relative;
  top: 1px; }

.stm_pb_1 {
  position: relative;
  top: -1px; }

.unclickable {
  cursor: default; }

.no_line:before {
  display: none; }

.no_line h1:before,
.no_line .h1:before,
.no_line h2:before,
.no_line .h2:before,
.no_line h3:before,
.no_line .h3:before,
.no_line h4:before,
.no_line .h4:before,
.no_line h5:before,
.no_line .h5:before,
.no_line h6:before,
.no_line .h6:before {
  display: none; }

div.wpcf7 .ajax-loader {
  background-image: none !important;
  background: none !important;
  vertical-align: middle;
  margin-left: 15px; }
  div.wpcf7 .ajax-loader:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: none;
    animation: scaleout 1.0s infinite ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 16px;
    height: 16px; }
  div.wpcf7 .ajax-loader:before {
    display: none !important; }

div.wpcf7 .wpcf7-spinner {
  background-image: none !important;
  background: none !important;
  vertical-align: middle;
  margin-left: 15px; }
  div.wpcf7 .wpcf7-spinner:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: none;
    animation: scaleout 1.0s infinite ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 16px;
    height: 16px; }
  div.wpcf7 .wpcf7-spinner:before {
    display: none !important; }

@media (max-width: 1023px) {
  body .stm_xs__reset {
    margin: 0 !important;
    padding: 0 !important; } }

.atcb-item-link:hover,
.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-title-text,
.wtc_h.active,
.wtc_h:not(.wbc):hover,
.stm_titlebox .stm_breadcrumbs span > span[property="name"] {
  color: white !important; }

@media (min-width: 992px) {
  .row .col-md-4:nth-child(3n+1) {
    clear: both; }
  .row .col-md-5:nth-child(4n+1) {
    clear: both; } }

.overlap {
  position: relative;
  z-index: 15 !important; }

.ajax_message {
  display: none;
  position: relative;
  margin: 30px 0 0;
  padding: 15px 30px;
  font-size: 16px;
  background-color: #ff0000 !important;
  color: #fff !important;
  border-color: #ff0000 !important; }
  .ajax_message.success {
    background-color: #03d56b !important;
    color: #fff !important;
    border-color: #03d56b !important; }
    .ajax_message.success:before {
      border-bottom-color: #03d56b; }
  .ajax_message:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ff0000 transparent; }

.stm_no_side_mg {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.stm_no_side_pd {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (min-width: 480px) and (max-width: 768px) {
  .col-sxs-6 {
    width: 50%;
    float: left;
    clear: none !important; }
    .col-sxs-6:nth-child(2n) {
      clear: both; } }

@media (max-width: 550px) {
  .stm_reset_sm_side_pd .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.text-center > .wpcf7-submit {
  margin-left: 31px; }
  @media (max-width: 550px) {
    .text-center > .wpcf7-submit {
      margin-left: 0; } }

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0; }

.ov_hidden {
  overflow: hidden; }

body .wpb_single_image .vc_box_border_circle.vc_box_border_white {
  padding: 0;
  background-color: #e7e7e7;
  border: 6px solid #fff; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }
  .vertical-alignment-helper .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none; }
    .vertical-alignment-helper .vertical-align-center .modal-content {
      width: inherit;
      height: inherit;
      margin: 0 auto;
      pointer-events: all; }

@media (max-width: 1023px) {
  .site-content .sm_mgt_0 {
    margin-top: 0 !important; }
  .site-content .sm_mgb_0 {
    margin-bottom: 0 !important; }
  .site-content .sm_pb_0 {
    padding-bottom: 0 !important; }
  .site-content .sm_pd_0 {
    padding: 0 !important; }
  .site-content .sm_pl_15 {
    padding-left: 15px; }
  .site-content .sm_pr_15 {
    padding-right: 15px; }
  .no_borders {
    border: 0; }
    .no_borders .stm_widget_posts.style_2 > ul li,
    .no_borders .stm_widget_posts.style_1 ul li a {
      margin-bottom: 0 !important;
      border-bottom: 0 !important; }
  .sm_hide_bg {
    background-image: none; }
    .sm_hide_bg .vc_column-inner {
      background-image: none !important; } }

@media (max-width: 550px) {
  .site-content .xs_mgt_0 {
    margin-top: 0 !important; }
  .site-content .xs_mgt_0 {
    margin-top: 0 !important; }
  .site-content .xs_mgb_0 {
    margin-bottom: 0 !important; } }

body.page-ajax-driven .site-content,
body.page-ajax-driven .stm-audio-player,
body.page-ajax-driven .stm-footer {
  position: relative;
  top: 0;
  transition: .3s ease .4s; }

body.page-ajax-driven.is-loading .site-content,
body.page-ajax-driven.is-loading .stm-audio-player,
body.page-ajax-driven.is-loading .stm-footer {
  opacity: 0;
  visibility: hidden;
  top: 10px;
  transition: .3s ease 0s; }

body.page-ajax-driven.is-loading #wrapper:before {
  opacity: 1;
  visibility: visible; }

body.page-ajax-driven #wrapper:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: none;
  animation: scaleout 1.0s infinite ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden; }

.stmicon-can {
  text-indent: -1px; }

.stm_contrast {
  color: #fff; }
  .stm_contrast h1,
  .stm_contrast h2,
  .stm_contrast h3,
  .stm_contrast h4,
  .stm_contrast h5,
  .stm_contrast h6,
  .stm_contrast .h1,
  .stm_contrast .h2,
  .stm_contrast .h3,
  .stm_contrast .h4,
  .stm_contrast .h5,
  .stm_contrast .h6 {
    color: #fff; }

.modal-backdrop.in {
  opacity: 0.9; }

.stm_play {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  opacity: 0.8; }
  .stm_play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -31px 0 0 -15px;
    border-style: solid;
    border-width: 31.5px 0 31.5px 47px;
    border-color: transparent transparent transparent #fff; }
  .stm_play:hover {
    opacity: 1; }

body .bg_bot {
  background-position: 50% 100% !important; }

@media (max-width: 480px) {
  .hidden-xxs {
    display: none; }
  .col-xxs-12 {
    width: 100%;
    margin: 0; } }

.stm_icons_demo__list .stm_icon {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 30px 30px 0; }
  .stm_icons_demo__list .stm_icon:last-child {
    margin-right: 0; }

.stm_buttons_demo__list .stm-button {
  margin-bottom: 15px; }

.visible-sm_landscape {
  display: none; }
  @media (max-width: 1025px) and (min-width: 992px) {
    .visible-sm_landscape {
      display: block; } }

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

.stm_lazyload_image {
  position: relative;
  display: block !important;
  background-color: #ccc;
  z-index: 99; }
  .stm_lazyload_image__preloader {
    background-color: transparent; }
  .stm_lazyload_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    transition: all .35s ease !important; }
  .stm_lazyload_image .lazyload {
    opacity: 0; }
    .stm_lazyload_image .lazyloading {
      top: 10px;
      opacity: 0; }
    .stm_lazyload_image .lazyloaded {
      opacity: 1;
      top: 0; }

.noclear {
  clear: none !important; }

.pearl_wp_link_pages {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #eeeff2;
  text-align: center; }
  .pearl_wp_link_pages > * {
    display: inline-block;
    min-width: 33px;
    padding: 5px 12px;
    margin: 0 5px;
    background-color: #eeeff2;
    font-weight: 700;
    font-size: 13px; }
  .pearl_wp_link_pages a {
    text-decoration: none !important; }
    .pearl_wp_link_pages a .stm_page_num {
      color: #333; }
  .pearl_wp_link_pages .stm_page_num {
    color: #fff; }

#wrapper.ls-overflow-visible {
  overflow: hidden !important; }

@media (max-width: 767px) {
  .ls-wrapper {
    width: 100% !important; } }

.lg-icon {
  font-family: 'lg' !important; }

.bsd {
  border-style: double; }

.bsd_i > .vc_column-inner {
  border-style: double; }

.modal-open div#wrapper {
  z-index: auto; }

.stm_hover_action__top img {
  position: relative;
  top: 0;
  transition: .3s ease; }

.stm_hover_action__top:hover img {
  top: -20px; }

@media (max-width: 600px) {
  body .xs-no-bg {
    background-image: none !important; } }

body.disable-hover {
  pointer-events: none; }

#pearl_bubble_animation {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  opacity: 0.5; }

@media (max-width: 767px) {
  .vc_section[data-vc-full-width] {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.stm-footer {
  position: relative;
  padding: 50px 0 0;
  overflow: hidden; }
  .stm-footer > .container {
    position: relative;
    z-index: 20; }
  .stm-footer .footer-widgets {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 44px; }
    .stm-footer .footer-widgets aside.widget {
      width: 25%;
      padding: 0 15px;
      margin-bottom: 24px; }
      @media (max-width: 1024px) {
        .stm-footer .footer-widgets aside.widget {
          width: 50%; } }
      @media (max-width: 550px) {
        .stm-footer .footer-widgets aside.widget {
          width: 100%; } }
      .stm-footer .footer-widgets aside.widget .widgettitle h4 {
        text-transform: uppercase; }
  .stm-footer__bottom {
    position: relative;
    padding: 14px 0 16px;
    border-top: 2px solid rgba(255, 255, 255, 0.3); }
    .stm-footer__bottom:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      z-index: 10; }
    .stm-footer__bottom .stm_markup {
      position: relative;
      z-index: 20; }
      .stm-footer__bottom .stm_markup .stm_markup {
        -ms-flex-align: center;
            align-items: center; }
    .stm-footer__bottom .stm_markup__sidebar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .stm-footer__bottom .stm_markup__sidebar > div {
        margin-left: 15px; }
        .stm-footer__bottom .stm_markup__sidebar > div:first-child {
          margin-left: 0; }
    .stm-footer__bottom .stm-socials {
      display: inline-block;
      vertical-align: top; }

.stm_layout_logistics.stm_footer_layout_1 .stm-footer__bottom {
  border-top-width: 1px; }
  .stm_layout_logistics.stm_footer_layout_1 .stm-footer__bottom .stm_bottom_copyright {
    font-size: 14px; }
  .stm_layout_logistics.stm_footer_layout_1 .stm-footer__bottom .stm-socials__icon {
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.25); }

.stm_layout_restaurant.stm_footer_layout_1 .stm-footer__bottom .stm_bottom_copyright {
  padding-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5); }
  .stm_layout_restaurant.stm_footer_layout_1 .stm-footer__bottom .stm_bottom_copyright a {
    color: rgba(255, 255, 255, 0.5); }

.stm_layout_restaurant.stm_footer_layout_1 .stm-footer__bottom .stm-socials__icon {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

/*Widgets*/
.widget_contacts p {
  position: relative; }

.widget_contacts .fa-home {
  font-size: 21px; }

.widget_contacts .fa-phone-square {
  font-size: 20px; }

.widget_contacts .fa-fax {
  font-size: 18px; }

.widget_contacts .fa-envelope {
  font-size: 17px; }

.widget_contacts a {
  text-decoration: none !important; }

.widget_pages ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget_pages ul li {
    padding: 0;
    width: 50%;
    margin-bottom: 15px;
    float: left; }
    .widget_pages ul li a {
      display: inline-block;
      position: relative;
      color: #fff;
      opacity: 0.6;
      text-decoration: none !important; }
      .widget_pages ul li a:hover {
        opacity: 1; }
        .widget_pages ul li a:hover:before {
          width: 100%; }
      .widget_pages ul li a:before, .widget_pages ul li a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        opacity: 0.6; }
      .widget_pages ul li a:before {
        width: 0%; }

.stm_markup__sidebar_divider .widget_pages ul li {
  width: 100%; }

.stm_markup__sidebar_divider .widget_pages ul ul {
  margin-top: 7px; }

.footer_widgets_count_0 .stm-footer__bottom {
  border-top: 0 !important; }

@media (max-width: 1023px) {
  .stm-footer__bottom .stm_markup__sidebar {
    margin: 15px 0 0;
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start; } }

.pearl_arrow_top {
  display: block;
  position: fixed;
  right: 4%;
  bottom: 3%;
  transform: translateX(-3%) translateY(0);
  z-index: 99999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear; }
  .pearl_arrow_top.arrowShow {
    opacity: 1;
    visibility: visible; }
  .pearl_arrow_top .arrow:after,
  .pearl_arrow_top .arrow:before, .pearl_arrow_top:after, .pearl_arrow_top:before {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    left: 20px;
    width: 8px;
    height: 1px;
    background-color: #000;
    z-index: 20; }
  .pearl_arrow_top .arrow:before, .pearl_arrow_top:before {
    transform: rotate(-45deg); }
  .pearl_arrow_top .arrow:after, .pearl_arrow_top:after {
    left: 26px;
    transform: rotate(45deg); }
  .pearl_arrow_top .arrow {
    display: -ms-flexbox;
    display: flex;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 3; }
    .pearl_arrow_top .arrow:after, .pearl_arrow_top .arrow:before {
      top: 28px; }
  .pearl_arrow_top:hover {
    transform: translateX(-3%) translateY(-5px); }

.footer-widgets .wp-caption {
  background: transparent; }

.footer-widgets .widget.widget-default.widget_search .search-form input[name="s"] {
  color: #fff; }

.footer-widgets .widget.widget_meta ul li, .footer-widgets .widget.widget_recent_comments ul li, .footer-widgets .widget.widget_archive ul li {
  padding-left: 15px; }

.footer-widgets .widget.widget_recent_entries ul li:before {
  background-color: rgba(255, 255, 255, 0.3); }

.footer-widgets .widget.widget_pages ul li ul.children {
  padding-left: 15px;
  margin-top: 10px; }
  .footer-widgets .widget.widget_pages ul li ul.children li {
    width: 100%; }
  .footer-widgets .widget.widget_pages ul li ul.children:after {
    content: '';
    clear: both;
    display: block; }

/*Grid data date*/
.stm_single-date,
.vc_gitem-post-data-source-post_date {
  position: relative;
  padding-left: 23px;
  color: #aaa; }
  .stm_single-date:before,
  .vc_gitem-post-data-source-post_date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px; }
  @media (max-width: 1023px) {
    .stm_single-date:before,
    .vc_gitem-post-data-source-post_date:before {
      margin-top: -9px; } }

/*POST VIDEO*/
.stm_post_has_video .stm_markup.stm_single_post {
  position: relative;
  padding-top: 720px; }
  .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 640px;
    background-size: cover;
    cursor: pointer; }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:hover:before {
      opacity: 1; }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:hover:after {
      border-color: #000 !important; }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:hover .play {
      background-color: #000 !important; }
      .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:hover .play:after, .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:hover .play:before {
        background-color: #000 !important; }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.6);
      transition: .3s ease;
      opacity: 0; }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format .play {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 2px;
      height: 34px;
      margin: -17px 0 0 -11px;
      background-color: #fff;
      transition: .3s ease; }
      .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format .play:before, .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format .play:after {
        content: '';
        display: block;
        position: absolute;
        left: -2px;
        width: 35px;
        height: 2px;
        background-color: #fff;
        transition: .3s ease; }
      .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format .play:before {
        top: 7px;
        transform: rotate(30deg); }
      .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format .play:after {
        top: 24px;
        transform: rotate(-30deg); }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      margin: -50px 0 0 -50px;
      border: 2px solid #fff;
      border-radius: 50%;
      transition: .3s ease; }

@media (max-width: 550px) {
  .stm_post_has_video .stm_markup.stm_single_post {
    padding-top: 350px; }
    .stm_post_has_video .stm_markup.stm_single_post .stm_single_post_video_format {
      height: 300px; } }

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

.stm_post__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.stm_page_bc .stm_breadcrumbs {
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: 1px solid #e5e8ec;
  color: #888;
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase; }
  .stm_page_bc .stm_breadcrumbs a {
    color: #888; }

.stm_titlebox .stm_breadcrumbs {
  position: relative;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0 0 0; }
  .stm_titlebox .stm_breadcrumbs span[property="name"] {
    text-transform: uppercase; }
  .stm_titlebox .stm_breadcrumbs a[property="item"] {
    text-decoration: none !important; }
  .stm_titlebox .stm_breadcrumbs > span {
    margin: 0 5px; }
    .stm_titlebox .stm_breadcrumbs > span:first-child {
      margin-left: 0; }

.site-content > .container .stm_page_bc.container {
  padding: 0; }

/*Default animation*/
.stm_animated,
.album-info,
.stm_posttimeline_style_1 .stm_posttimeline__post h3,
.audio-toggle,
.audio-toggle:after,
.stm_projects_grid_style_5 .stm_projects_grid .stm_projects_carousel__item .stm_projects_carousel__overlay i,
.stm_loop__single_style8 .inner .post_thumbnail span,
.stm_loop__single_style8 .inner .post_thumbnail img,
.stm_posts_list_style_3 .stm_posts_list_single__body:after,
.stm_post_style_8.stm_post_view_grid .stm_loop__grid .stm_posts_list_single__body:after,
.stm_posts_list_style_3 .stm_posts_list_single__body:before,
.stm_post_style_8.stm_post_view_grid .stm_loop__grid .stm_posts_list_single__body:before,
.stm_icontext_style_4 .stm_icontext__icon,
.stm_projects_grid_style_5 .stm_gallery_masonry__link:after,
.stm_testimonials_style_6 .stm_testimonials__item,
.stm_testimonials_style_6 .stm_testimonials__item:before,
.stm_projects_grid_style_4 .stm_projects_grid__sorting .stm_projects_carousel__tab a.active:after,
.stm_icon i,
.slick-dots li:before,
.stm-header .stm-search_style_2 button i,
.site-content .widget.widget_search .search-form button i,
.vc_tta-title-text,
.stm-search_style_2 button:after,
.stm_pricing-table_style_3,
.stm_iconbox_style_6:before,
.stm_featured_row .vc_column-inner,
.stm_featured_row > .vc_row > .wpb_column,
.stm_partners_grayscale img,
.stm_loop__list .stm_loop__single h3:before,
.stm_loop__list .stm_loop__single h3:after,
.stm_slider_style_2 .owl-dots .owl-dot,
.stm_projects_grid_style_2 .stm_projects__meta:before,
.stm_vacancies_style_2 .stm_vacancies__single .inner:before,
ul.page-numbers li .page-numbers:after,
.stm_loop__grid .stm_loop__single .postinfo_grid > div span,
.stm_loop__list .stm_loop__single,
.stm_slider .stm_slide__title,
.stm_schedule_style_1 .event_lesson_tabs dfn,
.stm_schedule_style_1 .event_lesson_tabs a,
.stm_input_wrapper:after,
.stm_input_wrapper:before,
.stm_single_event__calendar .addtocalendar,
.btn.btn_loading.loading,
.btn.btn_loading.loading span,
.stm_event_single_list .hasTitle h3,
.stm_posttimeline_style_1 .stm_posttimeline__post p,
.stm_posttimeline_style_1 .stm_posttimeline__post_image:after,
.stm_posttimeline_style_1 .stm_posttimeline__post_image:before,
body .booked-modal button,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev,
body .booked-list-view .booked-list-view-nav .booked-list-view-date-next,
.stm_widget_posts__title,
.stm_staff_grid_style_1 .stm_staff__image .stm_staff__socials li:before,
.stm_material_form > span,
.stm_services_style_2 .stm_services__image:before,
.stm_services_style_2 .stm_services__image i,
.stm_testimonials_style_2 .owl-dots .owl-dot,
.stm_material_form input,
.stm_iconbox.stm_iconbox_style_1,
.stm_infobox__image img,
.stm_infobox__image,
.stm_infobox__content,
.stm_infobox__content > *,
.stm-header,
.stm-header__overlay,
.stm-site-loader:before,
.stm-site-loader:after,
.stm-navigation__line_top ul > li:before,
.stm-navigation__line_bottom ul > li:before,
.stm_posts_list__single:before,
.stm_playb,
.stm_playb:before,
.stm_playb:after,
.stm_owl_dots .owl-dots .owl-dot,
.owl-controls .owl-dots .owl-dot span:after,
.stm_carousel__single_small:before,
.btn_load span,
.btn_load:before,
a:not(.stm_projects_carousel__item):not(.stm_projects_card):not(.rev-btn),
.vc_tta.vc_tta-tabs .vc_tta-title-text,
.vc_tta.vc_tta-tabs .vc_tta-title-text:before,
.stm_vacancies__single,
.stm_vacancies__single:before,
.stm_staff__image,
.stm_staff__image:before,
.stm_staff__socials,
.stm_staff_style_2 .stm_staff__image .stm_staff__socials li:before,
.stm_partners_style_2 .stm_partners__title,
.stm_partners_style_2 .stm_partners__title:before,
.stm_partners_style_2 .stm_partners__image:before,
.stm_partners__image,
.btn_divider .btn__icon:after,
.widget.stm_widget_categories ul li:before,
button[type="submit"],
input[type="submit"],
.widget.widget_recent_entries ul li:before,
.search-form button,
.search-form input,
.btn__icon,
ul.page-numbers .page-numbers,
.stm_separator_doubled:before,
.stm_loop__single:after,
.stm_loop__single:before,
.stm_projects_carousel__overlay,
.stm_projects_carousel__name,
.stm_projects_carousel__btn,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,
.btn,
.stm_widget_pages_style_1 ul li:before,
.stm-navigation ul.sub-menu:hover,
.stm-navigation__fullwidth > ul > li > ul > li > a,
.tparrows.persephone,
.tparrows.persephone:before,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
.stm-navigation__default li,
.stm_header_style_3 .stm-offices .stm-switcher__list .stm-switcher__option,
.stm_form_style_2 [type="submit"],
.stm_loop__single_grid_style_2 .stm_loop__container,
.stm_loop__single_list_style_2 .stm_loop__container,
.stm_services_style_3 .stm_services__container,
.owl-dot span,
.tp-bullets.beauty .tp-bullet span,
.form-control,
.stm_staff_container_grid.style_6 .stm_staff,
.stm_posts_list_single__container,
.stm_events_list_style_3 .stm_event_single_list .inner,
.stm_staff_cta .stm_staff_cta__link,
.stm_staff_cta .stm_staff_cta__title,
.selectric-scroll li,
.services_price_list .services_pills_container li a:after,
.stm_video_list__wrapper .stm_video_list__label,
.play-video:before,
.play-video:after,
.stm_posts_list .stm_posts_list_single__image img,
.services_price_list .service__image:before,
.services_price_list .service__image:after,
.services_price_list .service__image img,
.services_price_list .service__image .stm_price_list__image,
.stm_post_style_9 .stm_posts_list_single__image img,
.stm_mobile__header,
.stm_post_style_9 .related_post__image img,
.stm_iconbox_style_10 .stm_iconbox__icon:after,
.stm_media_events_list .media_event__link,
.stm_widget_popular_posts__title,
.stm_image_posts_slider_style_1 .slider__nav .owl-prev,
.stm_image_posts_slider_style_1 .slider__nav .owl-next,
.stm_image_posts_slider_style_1 .slider__thumbnail img,
.stm_posts_list_style_17 .stm_posts_list_single__image,
.stm_projects_grid_style_9 .stm_projects_grid__sorting li a:after,
.stm_categories_tabs_style_2 ul.nav-tabs li a:after,
.stm_categories_tabs_style_2 .single_post__image:before,
.stm_categories_tabs_style_2 .single_post__image:after,
.stm_categories_tabs_style_2 .single_post__image a:after,
.stm_products .product_thumbnail__overlay,
.stm_products_style_3 .stm_product__single .product_thumbnail__overlay,
.stm_services_style_11 .stm_service__single,
.stm_services_style_11 .stm_service__image,
.stm_services_style_11 .stm_service__overlay,
.stm_infobox_style_7 .stm_infobox__image:after,
.stm-header .stm-navigation .stm_mobile__dropdown:before {
  transition: all .25s ease !important; }

a.ui-corner-all {
  transition: all 0s ease !important; }

.owl-filter .owl-carousel a.stm_item {
  transition: all 1s ease !important; }

.stm_staff_grid_style_2,
.stm_staff_grid_style_2 .stm_staff__info-inner,
.stm_staff_grid_style_2 .stm_staff__links,
.stm_staff_list_style_2,
.stm_staff_list_style_2 .stm_staff__info-inner,
.stm_staff_list_style_2 .stm_staff__links,
.stm_staff_list_style_2 .stm_staff__links i,
.stm_projects_carousel__overlay [data-title]:before,
.stm_staff__tabs_style_1 .staff_sort:after,
.stm_video_style_9 .stm_video__cover {
  transition: all .5s ease; }

.stm_material_form.stm_has-value > span {
  transition-delay: 0.5s; }

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes btn-icon-slide {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(50px);
    opacity: 0; }
  51% {
    transform: translateX(-50px); }
  100% {
    transform: translateX(0);
    opacity: 1; } }

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

@keyframes shake {
  0% {
    transform: translateX(-2px); }
  50% {
    transform: translateX(7px); }
  100% {
    transform: translateX(-2px); } }

@keyframes pearl_ripple_out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes stm_zoom {
  0% {
    transform: scale(1);
    opacity: .6; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@keyframes anim-moema-1 {
  60% {
    transform: scale3d(0.95, 0.95, 1); }
  85% {
    transform: scale3d(1.05, 1.05, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    transform: scale3d(1, 0.9, 1); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.stm_services_grid.style_3 .stm_services_grid_content {
  height: 105px; }

.stm_loop .product_thumbnail {
  padding: 32px 30px; }
  .stm_loop .product_thumbnail img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto; }

.stm_loop .stm_product__single {
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .stm_loop .stm_product__single a {
    display: block;
    margin: 15px;
    width: 100%;
    padding-bottom: 34px;
    position: relative;
    overflow: hidden;
    border: 1px solid #cccccc; }
    .stm_loop .stm_product__single a:focus, .stm_loop .stm_product__single a:active, .stm_loop .stm_product__single a:hover {
      text-decoration: none; }
  .stm_loop .stm_product__single h4 {
    padding: 0 30px;
    margin-top: -5px;
    margin-bottom: 19px;
    text-align: center;
    letter-spacing: -0.6px;
    line-height: 30px;
    font-weight: 300;
    font-size: 22px; }
  .stm_loop .stm_product__single .product_category {
    display: block;
    position: relative;
    padding: 0 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    font-size: 11px; }
    .stm_loop .stm_product__single .product_category.product_category_child {
      display: none; }

@media (max-width: 768px) {
  .stm_loop > div .stm_product__single {
    width: 50% !important;
    max-width: 50% !important; } }

@media (max-width: 480px) {
  .stm_loop ul li {
    width: 100% !important;
    max-width: 100% !important; } }

/*VC*/
.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: 0 !important; }
  .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:before, .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:after {
    display: none; }
  .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-right: 60px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-transform: uppercase; }
    .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {
      line-height: 1; }
    .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text {
      opacity: 0.7; }
  .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
    position: absolute;
    right: 19px;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%); }
    .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:before {
      transform: none; }
    .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon-plus:before {
      transform: translateY(-50%); }
    .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon-chevron:before {
      transform: rotate(45deg) !important; }
    .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-triangle {
      margin-top: 3px; }

.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px 0 23px;
  position: relative;
  border: 0 !important; }

.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading .vc_tta-panel-title > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-title-text {
  opacity: 1 !important; }

.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-controls-icon {
  opacity: 1; }

.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  margin: 0; }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 0 28px;
    border: 0;
    vertical-align: top; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:first-child {
      padding-left: 0; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-icon {
      position: relative;
      top: -1px; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
      display: inline-block;
      position: relative;
      font-size: 16px;
      text-transform: uppercase;
      opacity: 0.6; }
      .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:before {
        content: '';
        display: block;
        content: '';
        display: block;
        width: 46px;
        height: 5px;
        margin: 0 0 21px;
        opacity: 0; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-title-text {
      opacity: 1; }
      .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-title-text:before {
        opacity: 1; }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a .vc_tta-title-text {
    opacity: 1; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a .vc_tta-title-text:before {
      opacity: 1; }

.vc_tta.vc_tta-tabs .vc_tta-panels-container {
  margin-top: 49px; }
  .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 0;
    border: 0; }

@media (max-width: 769px) {
  .vc_tta-panel-heading {
    border: 0 !important; }
  .vc_tta-panel-title:before {
    display: none !important; } }

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  margin-bottom: 0;
  width: 30%; }
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0; }
    .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
      margin: 0; }
      .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
        position: relative;
        padding: 0;
        padding-left: 25px;
        background: transparent; }
        .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
          position: relative;
          min-height: 66px;
          line-height: 35px;
          display: block;
          padding: 15px;
          padding-left: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:before, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:before {
            position: absolute;
            left: -25px;
            top: 50%;
            transform: translateY(-50%);
            height: 52px;
            width: 5px;
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.2); }
          .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:after, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:after {
            content: '';
            display: block;
            width: 1px;
            height: 100%; }
      .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a .vc_tta-title-text:before, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a .vc_tta-title-text:before {
        opacity: 1; }

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
  padding: 0 0 0 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0; }
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels {
    border: 0;
    background-color: transparent; }

@media (max-width: 767px) {
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
    padding-left: 0;
    border-left: 0; }
    .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panel-body, .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-body {
      padding-top: 30px !important; } }

body .vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label,
body .vc_progress_bar .vc_label {
  font-size: 14px;
  color: #aaaaaa;
  display: block;
  margin-bottom: 12px;
  text-shadow: none !important; }

body .vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
  background-color: #04a5dd; }

body .vc_progress_bar .vc_single_bar {
  position: relative;
  margin-bottom: 35px;
  box-shadow: none;
  background: transparent;
  z-index: 10; }
  body .vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 0 13px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px; }
    body .vc_progress_bar .vc_single_bar .vc_label:after {
      content: attr(data-label) "%";
      position: absolute;
      top: 0;
      right: 1px; }
  body .vc_progress_bar .vc_single_bar .vc_bar {
    height: 6px;
    border-radius: 0;
    top: auto;
    bottom: 0; }
  body .vc_progress_bar .vc_single_bar:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #dbdbdb;
    z-index: -1; }

body .vc_progress_bar.vc_progress-bar-color-white .vc_single_bar:after {
  background: #fff; }

.vc_separator h4:before {
  display: none !important; }

.vc_separator h4:after {
  display: none !important; }

body .vc_chart .vc_chart-legend {
  text-align: right; }
  body .vc_chart .vc_chart-legend li {
    margin-bottom: 30px; }
    body .vc_chart .vc_chart-legend li:last-child {
      margin-bottom: 0; }
    body .vc_chart .vc_chart-legend li span {
      border-radius: 0; }

body .vc_chart.small_chart canvas {
  width: 220px !important;
  height: 220px !important; }

@media (max-width: 1023px) {
  body .vc_chart .vc_chart-legend {
    text-align: right; } }

@media (max-width: 767px) {
  body .vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 60%; }
  body .vc_chart .vc_chart-legend {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: left; } }

@media (max-width: 550px) {
  body .vc_chart .vc_chart-legend {
    margin: 15px 0 30px;
    text-align: left; } }

@media (max-width: 440px) {
  body .vc_chart .vc_chart-with-legend {
    width: 100%; }
  body .vc_chart .vc_chart-legend {
    width: 100%; } }

body .vc_line-chart .vc_chart-with-legend {
  width: 100%; }
  body .vc_line-chart .vc_chart-with-legend canvas {
    width: 100% !important;
    height: auto !important; }

body .vc_line-chart .legend_position_right .vc_chart-with-legend {
  width: 75%; }

body .vc_chart .legend_position_right .vc_chart-legend {
  text-align: left; }

body .vc_line-chart .legend_position_bottom .vc_chart-legend {
  width: 100%;
  text-align: left; }
  body .vc_line-chart .legend_position_bottom .vc_chart-legend li {
    display: inline-block; }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
  padding: 30px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15) !important; }

.stm_waves_module {
  position: relative; }

/*Widgets*/
.widget.widget-default.widget_search {
  margin-bottom: 35px; }
  .widget.widget-default.widget_search:before {
    display: none !important; }
  .widget.widget-default.widget_search .search-form {
    position: relative; }
    .widget.widget-default.widget_search .search-form .form-control {
      border-radius: 0; }
    .widget.widget-default.widget_search .search-form button {
      position: absolute;
      right: 0;
      top: 0;
      width: 44px;
      height: 100%;
      color: #fff;
      text-align: center;
      border: none;
      font-size: 17px;
      outline: none !important;
      padding: 0; }
      .widget.widget-default.widget_search .search-form button i {
        width: 100%; }
    .widget.widget-default.widget_search .search-form input[name="s"] {
      padding-right: 50px;
      background: #eeeff2;
      color: #222; }
      .widget.widget-default.widget_search .search-form input[name="s"]:focus {
        background: transparent; }

/*COLORS*/
/*FONTS*/
.stm_widget_media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -15px -7.5px 0; }
  .stm_widget_media__single {
    display: block;
    width: 33.333%;
    padding: 15px 7.5px 0; }
    @media (max-width: 1024px) {
      .stm_widget_media__single img {
        width: 100%; } }

.widget.widget_recent_entries ul li {
  padding-left: 0; }
  .widget.widget_recent_entries ul li:before {
    content: '';
    top: 0;
    bottom: 8px;
    width: 6px;
    background-color: rgba(0, 0, 0, 0.3); }
  .widget.widget_recent_entries ul li a {
    display: block;
    position: relative;
    padding: 6px 0 14px 20px; }
    .widget.widget_recent_entries ul li a:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      left: 20px;
      bottom: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .widget.widget_recent_entries ul li:last-child a:after {
    border-bottom: 0; }
  .widget.widget_recent_entries ul li .post-date {
    display: block;
    position: relative;
    top: -7px;
    margin-bottom: 20px;
    padding: 20px 0 0 20px; }

.widget_recent_comments ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  text-rendering: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.widget.widget_meta ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  text-rendering: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.widget.widget_archive ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  text-rendering: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.widget.widget_archive label.screen-reader-text {
  display: none; }

.widget_tag_cloud .tagcloud {
  font-size: 0; }
  .widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px !important;
    color: #aaaaaa;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    margin: 0 6px 7px 0;
    text-decoration: none !important; }
    .widget_tag_cloud .tagcloud a:hover {
      color: #fff; }

.widget {
  margin-bottom: 30px; }
  .widget.wpb_content_element {
    margin-bottom: 70px; }
  .widget .widgettitle {
    margin-bottom: 27px;
    text-transform: uppercase; }
  .widget ul, .widget ol {
    margin: 0;
    list-style: none;
    padding: 0; }
    .widget ul li, .widget ol li {
      position: relative;
      padding: 0 0 0 20px;
      margin: 0 0 10px 0; }
      .widget ul li a, .widget ol li a {
        text-decoration: none !important; }
      .widget ul li:last-child, .widget ol li:last-child {
        margin-bottom: 0; }
      .widget ul li:before, .widget ol li:before {
        position: absolute;
        left: 0;
        top: 4px;
        display: inline-block;
        vertical-align: top;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 10px;
        transform: translate(0, 0);
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.widget.widget-footer ul li, .widget.widget-footer ol li {
  padding: 0; }

.site-content .stm-icontext_style2 .stm-icontext__icon {
  opacity: 1; }

.wpb_wrapper .wpb_gmaps_widget .wpb_wrapper {
  padding: 0; }

.no_border,
.no_border .widget {
  border: 0 !important;
  padding-bottom: 0 !important; }

.widget_tp_widget_recent_tweets .tp_recent_tweets ul li {
  background: none;
  padding-left: 35px;
  margin: 0 0 25px;
  font-size: 13px; }
  .widget_tp_widget_recent_tweets .tp_recent_tweets ul li:before {
    content: "\f099";
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #777777; }
  .widget_tp_widget_recent_tweets .tp_recent_tweets ul li a {
    font-weight: 400; }

.widget_calendar caption {
  margin-bottom: 10px;
  color: inherit !important;
  font-size: 15px;
  line-height: 20px; }

.widget_calendar table {
  width: 100%; }
  .widget_calendar table thead tr th {
    padding: 5px 2px;
    color: #fff;
    font-weight: 400;
    text-align: center; }
  .widget_calendar table tbody tr td {
    padding: 7px 2px;
    text-align: center; }
  .widget_calendar table tfoot {
    display: none; }
    .widget_calendar table tfoot tr td a {
      font-size: 13px; }

/*Single post*/
.stm_post__tags {
  position: relative;
  font-size: 0; }
  .stm_post__tags a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #aaaaaa;
    background: #f1f1f1;
    padding: 8px 11px;
    margin: 0 6px 7px 0;
    text-decoration: none !important; }
    .stm_post__tags a:hover {
      color: #fff; }

.stm_share {
  margin-bottom: 7px; }
  .stm_share a {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    opacity: 1; }
    .stm_share a:hover {
      color: #fff;
      opacity: 0.6; }
    .stm_share a.stm_share_facebook {
      background-color: #627aad; }
    .stm_share a.stm_share_twitter {
      background-color: #4D9ED8; }
    .stm_share a.stm_share_linkedin {
      background-color: #2F75AE; }
    .stm_share a.stm_share_google-plus {
      background-color: #DB4437; }
    .stm_share a.stm_share_pinterest {
      background-color: #BE1626; }
    .stm_share a.stm_share_telegram {
      background-color: #0088cc; }
    .stm_share a.stm_share_whatsapp {
      background-color: #25d366; }
    .stm_share a.stm_share_skype {
      background-color: #00aff0; }
    .stm_share a.stm_share_tumblr {
      background-color: #304156; }
    .stm_share a.stm_share_reddit {
      background-color: #ff4500; }
  @media (max-width: 550px) {
    .stm_share {
      display: block;
      width: 100%;
      padding-left: 0 !important; } }
  @media (max-width: 1024px) {
    .stm_share {
      margin: 25px 0 0 !important; }
      .stm_share a {
        width: 37px;
        height: 37px;
        margin: 0 5px 5px 0;
        line-height: 40px;
        font-size: 18px !important;
        opacity: 1; } }

.stm_author_box {
  position: relative;
  padding: 20px;
  background: #f6f6f6; }
  .stm_author_box__avatar {
    float: left;
    width: 87px;
    margin: 0 27px 0 0; }
  .stm_author_box__name {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 0 0 10px 0; }
    .stm_author_box__name strong {
      display: block;
      font-size: 14px; }
  .stm_author_box__content {
    overflow: hidden;
    line-height: 20px; }
  @media (max-width: 550px) {
    .stm_author_box__avatar {
      float: none;
      margin-bottom: 15px; } }

ul.comment-list {
  position: relative;
  margin: 0 0 50px;
  padding: 0; }
  ul.comment-list li {
    list-style: none; }
  ul.comment-list .comment .vcard {
    float: left;
    margin: 0 32px 0 0;
    width: 87px; }
    ul.comment-list .comment .vcard img {
      border: 2px solid rgba(0, 0, 0, 0.3); }
  ul.comment-list .comment .comment-info {
    overflow: hidden; }
  ul.comment-list .comment .comment-author {
    float: left;
    font-weight: 700;
    color: #333333; }
  ul.comment-list .comment .comment-meta {
    float: right;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 17px 0; }
    ul.comment-list .comment .comment-meta a {
      display: inline-block;
      vertical-align: middle;
      color: #aaaaaa; }
      ul.comment-list .comment .comment-meta a:hover:before {
        color: #777; }
      ul.comment-list .comment .comment-meta a:before {
        content: "/";
        display: inline-block;
        vertical-align: baseline;
        margin: 0 7px 0 5px; }
      ul.comment-list .comment .comment-meta a:first-child:before {
        display: none; }
  ul.comment-list .comment .comment-text {
    clear: both; }
    ul.comment-list .comment .comment-text p {
      line-height: 18px; }
    ul.comment-list .comment .comment-text *:last-child {
      margin-bottom: 0; }
  ul.comment-list > li {
    border-top: 1px solid #cccccc;
    padding: 30px 0 0;
    margin: 0 0 30px; }
  ul.comment-list .children {
    margin: 29px 0 0 30px;
    padding: 0; }
    ul.comment-list .children > li {
      position: relative;
      padding: 30px 0 0;
      margin: 0 0 30px;
      border-top: 1px solid #cccccc; }
      ul.comment-list .children > li:before {
        content: '';
        position: absolute;
        left: 66px;
        top: -9px;
        width: 15px;
        height: 9px; }

.comment-respond {
  margin: 40px 0 0 0; }

.comments-title {
  margin-top: 40px; }

.comment-reply-title {
  margin: 0 0 29px;
  font-size: 16px;
  text-transform: uppercase; }

.comment-reply-title:before {
  margin: 0 0 22px 0; }

.stm-switcher {
  position: relative;
  margin-left: 19px;
  -ms-flex-order: 1;
      order: 1; }
  .stm-switcher__trigger {
    min-width: 170px;
    cursor: pointer; }
    .stm-switcher__trigger_default {
      min-height: 40px;
      padding: 5px 40px 5px 20px;
      line-height: 30px;
      color: #fff;
      font-weight: 700;
      font-size: 13px; }
      .stm-switcher__trigger_default:after {
        content: '';
        display: block;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -3.5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3.5px 0 3.5px;
        border-color: #fff transparent transparent transparent; }
    .stm-switcher__trigger_uppercase {
      text-transform: uppercase; }
    .stm-switcher__trigger.active:after {
      border-width: 0 3.5px 5px 3.5px;
      border-color: transparent transparent #fff transparent; }
  .stm-switcher__list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 51; }
    .stm-switcher__list.active {
      display: block; }
  .stm-switcher__option {
    min-height: 40px;
    padding: 5px 40px 5px 20px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer; }
  .stm-switcher__icon {
    margin: 0 5px 0 -5px; }

.js-switcher__hidden {
  display: none; }

/*Elements position in case of order*/
.stm-header__cell_left .stm-switcher {
  margin-left: 0;
  margin-right: 19px;
  -ms-flex-order: -1;
      order: -1; }

.stm-header .stm-logo img {
  max-width: 100%;
  height: auto; }

.stm-header .stm-logo .sticky_logo {
  display: none; }

.stm-header .stm-logo .logo:nth-child(2) {
  display: none; }

.stm-header .pearl_is_sticky.pearl_sticked .logo:nth-child(1) {
  display: none !important; }

.stm-header .pearl_is_sticky.pearl_sticked .sticky_logo, .stm-header .pearl_is_sticky.pearl_sticked .logo:nth-child(2) {
  display: block !important; }

.stm-icontext__info {
  padding-left: 33px; }
  .stm-icontext__info_divider {
    position: relative;
    display: inline-block; }
    .stm-icontext__info_divider:first-child:after {
      display: none; }

.stm-icontext__icon {
  margin-right: 9px;
  font-size: 14px; }

.stm-icontext__text {
  font-size: 13px;
  line-height: 16px; }

.stm-icontext_style2 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px; }
  .stm-icontext_style2 .stm-icontext__text,
  .stm-icontext_style2 .stm-icontext__icon {
    display: block; }
  .stm-icontext_style2 .stm-icontext__icon {
    min-width: 42px;
    margin-right: 0;
    opacity: 0.6; }
  .stm-icontext_style2 .stm-icontext__text {
    padding-top: 2px; }

.stm-navigation__line_top {
  /*Fullwidth*/ }
  .stm-navigation__line_top > ul > li {
    position: relative; }
    .stm-navigation__line_top > ul > li:before {
      content: '';
      display: block;
      position: absolute;
      left: 15px;
      right: 15px;
      top: -2px;
      height: 4px;
      opacity: 0;
      visibility: hidden; }
    .stm-navigation__line_top > ul > li:hover:before {
      display: block;
      opacity: 1;
      visibility: visible;
      top: -10px; }
  .stm-navigation__line_top.stm-navigation__fullwidth > ul > li:before {
    top: -4px; }
  .stm-navigation__line_top.stm-navigation__fullwidth > ul > li:hover:before {
    opacity: 1;
    visibility: visible;
    top: 0; }

.stm-navigation__line_middle > ul > li {
  position: relative; }
  .stm-navigation__line_middle > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 100%;
    top: 50%;
    height: 2px;
    margin: -1px 0 0;
    opacity: 0;
    transform: scale(0.5) translateX(-50%);
    transition: .3s;
    visibility: hidden; }
  .stm-navigation__line_middle > ul > li.current-menu-item:before, .stm-navigation__line_middle > ul > li:hover:before {
    display: block;
    left: 15px;
    right: 15px;
    transform: scale(1) translateX(0);
    opacity: 1;
    visibility: visible; }

.stm-navigation__line_bottom > ul > li {
  position: relative; }
  .stm-navigation__line_bottom > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -5px;
    height: 4px;
    opacity: 0;
    visibility: hidden; }
  .stm-navigation__line_bottom > ul > li:hover:before {
    display: block;
    opacity: 1;
    visibility: visible;
    bottom: -10px; }

.stm-navigation {
  font-size: 16px; }
  .stm-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*First lvl*/
    /*Clear floats*/ }
    .stm-navigation ul > li {
      float: left; }
      .stm-navigation ul > li:before {
        pointer-events: none; }
      .stm-navigation ul > li > a {
        display: block;
        padding: 0 5px;
        font-weight: 700; }
      .stm-navigation ul > li.active > .sub-menu {
        display: block; }
    .stm-navigation ul:after {
      content: '';
      display: block;
      clear: both; }
  .stm-navigation__fwl ul li a {
    font-weight: 300 !important; }
  .stm-navigation__fwn ul li a {
    font-weight: 400 !important; }
  .stm-navigation__fwsb ul li a {
    font-weight: 600 !important; }
  .stm-navigation__fwb ul li a {
    font-weight: 700 !important; }
  .stm-navigation__default > ul {
    margin: 0 -15px; }
    .stm-navigation__default > ul > li {
      position: relative;
      /*Second lvl*/ }
      .stm-navigation__default > ul > li > a {
        padding: 0 15px;
        font-weight: 700;
        text-decoration: none !important; }
      .stm-navigation__default > ul > li:hover > ul {
        top: 34px;
        visibility: visible;
        opacity: 1;
        transition: all .25s ease !important; }
      .stm-navigation__default > ul > li ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 37px;
        left: 15px;
        width: 260px;
        padding: 0;
        margin: 0;
        list-style: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
        background-color: #fff;
        transition: all 0s ease !important; }
        .stm-navigation__default > ul > li ul:after {
          content: '';
          display: block;
          position: absolute;
          top: -15px;
          left: 0;
          width: 260px;
          height: 15px;
          background-color: transparent; }
        .stm-navigation__default > ul > li ul li {
          position: relative;
          width: 100%;
          border-bottom: 1px solid #dddddd; }
          .stm-navigation__default > ul > li ul li:last-child {
            border-bottom: 0; }
          .stm-navigation__default > ul > li ul li:hover > ul {
            left: 100%;
            visibility: visible;
            opacity: 1; }
          .stm-navigation__default > ul > li ul li > a {
            display: block;
            padding: 15px 20px;
            font-size: 12px;
            font-weight: 800;
            line-height: 18px;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.3px; }
          .stm-navigation__default > ul > li ul li > ul {
            top: 0;
            left: 104%;
            box-shadow: -4px 0 10px rgba(0, 0, 0, 0.28);
            z-index: 20; }
            .stm-navigation__default > ul > li ul li > ul:after {
              height: 100%;
              width: 35px;
              left: -35px;
              top: 0; }
            .stm-navigation__default > ul > li ul li > ul:before {
              top: 20px;
              left: -8px; }
  .stm-navigation__divider > ul > li {
    position: relative;
    z-index: 10; }
    .stm-navigation__divider > ul > li > a .divider {
      z-index: 5; }
    .stm-navigation__divider > ul > li:last-child > a > i, .stm-navigation__divider > ul > li:last-child > a .divider {
      display: none !important; }
    .stm-navigation__divider > ul > li > .sub-menu li a i, .stm-navigation__divider > ul > li > .sub-menu li a .divider {
      display: none; }
  @media (max-width: 1023px) {
    .stm-navigation__divider > ul > li > a > i, .stm-navigation__divider > ul > li > a .divider {
      display: none; } }
  @media (max-width: 1023px) {
    .stm-navigation__default {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .stm-navigation__default > ul {
        width: 100%; }
        .stm-navigation__default > ul > li {
          position: relative;
          float: none;
          display: block;
          width: 100%; }
          .stm-navigation__default > ul > li:before {
            display: none; }
          .stm-navigation__default > ul > li > a {
            padding: 15px 15px 15px 0;
            height: auto; }
          .stm-navigation__default > ul > li ul.sub-menu {
            padding: 15px 0;
            width: 100%;
            position: static;
            box-shadow: none;
            opacity: 1;
            visibility: visible;
            display: none; }
            .stm-navigation__default > ul > li ul.sub-menu .sub-menu {
              padding: 0 0 0 10px; }
    .stm-navigation .stm-iconbox {
      width: 100%;
      padding-left: 0;
      margin: 17px 0; }
      .stm-navigation .stm-iconbox:before {
        top: -17px;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%; } }
  .stm-navigation__fullwidth {
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    width: 100%;
    /*Iconbox on fullwidth*/ }
    @media (max-width: 1100px) {
      .stm-navigation__fullwidth {
        padding: 0 15px; } }
    .stm-navigation__fullwidth > ul > li {
      position: relative;
      /*SECOND LVL*/ }
      .stm-navigation__fullwidth > ul > li.current-menu-item:before {
        opacity: 1;
        visibility: visible;
        top: 0; }
      .stm-navigation__fullwidth > ul > li:hover > ul.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1; }
      .stm-navigation__fullwidth > ul > li.menu-item-has-children > a {
        padding-right: 25px; }
      .stm-navigation__fullwidth > ul > li > a {
        position: relative;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        color: #ffffff;
        padding: 21px 20px;
        font-size: 14px;
        height: 64px;
        font-weight: 900;
        text-decoration: none !important; }
      .stm-navigation__fullwidth > ul > li ul.sub-menu {
        position: absolute;
        top: 105%;
        left: 0;
        background: #fff;
        list-style: none;
        padding: 12px 0;
        margin: 0;
        width: 220px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        z-index: 1; }
        .stm-navigation__fullwidth > ul > li ul.sub-menu > li {
          position: relative;
          width: 100%;
          /*THIRD LVL*/ }
          .stm-navigation__fullwidth > ul > li ul.sub-menu > li.menu-item-has-children > a {
            position: relative; }
          .stm-navigation__fullwidth > ul > li ul.sub-menu > li:hover > ul {
            left: 100%;
            opacity: 1;
            visibility: visible; }
          .stm-navigation__fullwidth > ul > li ul.sub-menu > li > a {
            display: block;
            padding: 9px 27px;
            text-decoration: none !important;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400; }
            .stm-navigation__fullwidth > ul > li ul.sub-menu > li > a:hover {
              color: #fff !important;
              background-color: #777; }
          .stm-navigation__fullwidth > ul > li ul.sub-menu > li.current-menu-item a {
            color: #fff !important;
            background-color: #777; }
          .stm-navigation__fullwidth > ul > li ul.sub-menu > li > ul {
            top: -12px;
            left: 105%; }
            .stm-navigation__fullwidth > ul > li ul.sub-menu > li > ul:after {
              height: 100%;
              width: 35px;
              left: -35px;
              top: 0; }
            .stm-navigation__fullwidth > ul > li ul.sub-menu > li > ul:before {
              top: 20px;
              left: -8px; }
    .stm-navigation__fullwidth .stm-iconbox {
      position: relative;
      margin: 18px 1px 0 auto;
      padding-left: 70px; }
      .stm-navigation__fullwidth .stm-iconbox:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 31px;
        background: rgba(255, 255, 255, 0.2);
        width: 1px;
        height: 27px; }
      .stm-navigation__fullwidth .stm-iconbox__text {
        font-size: 15px;
        line-height: 16px;
        font-weight: 900; }
      .stm-navigation__fullwidth .stm-iconbox__description {
        font-size: 13px; }
      .stm-navigation__fullwidth .stm-iconbox__icon {
        margin-top: 3px;
        font-size: 22px; }
  @media (max-width: 1023px) {
    .stm-navigation__fullwidth {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .stm-navigation__fullwidth > ul {
        width: 100%; }
        .stm-navigation__fullwidth > ul > li {
          position: relative;
          float: none;
          display: block;
          width: 100%; }
          .stm-navigation__fullwidth > ul > li:before {
            display: none; }
          .stm-navigation__fullwidth > ul > li > a {
            padding: 15px 15px 15px 0;
            height: auto; }
          .stm-navigation__fullwidth > ul > li ul.sub-menu {
            padding: 15px 0;
            width: 100%;
            position: static;
            box-shadow: none;
            opacity: 1;
            visibility: visible;
            display: none; }
            .stm-navigation__fullwidth > ul > li ul.sub-menu .sub-menu {
              padding: 0 0 0 10px; }
    .stm-navigation .stm-iconbox {
      width: 100%;
      padding-left: 0;
      margin: 17px 0; }
      .stm-navigation .stm-iconbox:before {
        top: -17px;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%; } }
  .stm-navigation__divider > ul > li {
    position: relative; }
    .stm-navigation__divider > ul > li i, .stm-navigation__divider > ul > li .divider {
      position: absolute;
      right: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transform: translate(50%, -50%); }

.admin-bar .stm-navigation__vertical_left .stm_mobile__switcher {
  top: 52px; }

.envato-preview-visible .stm-navigation__vertical_left .stm_mobile__switcher {
  top: 64px; }

@media (min-width: 1024px) {
  .stm-navigation__vertical_left .stm_mobile__switcher {
    display: block;
    position: fixed;
    top: 20px;
    left: 4px;
    padding: 20px;
    background-color: #ffffff;
    cursor: pointer; }
    .stm-navigation__vertical_left .stm_mobile__switcher span {
      width: 32px;
      height: 2px;
      margin-bottom: 8px; }
      .stm-navigation__vertical_left .stm_mobile__switcher span:last-child {
        margin-bottom: 0; }
    .stm-navigation__vertical_left .stm_mobile__switcher.active span:first-child {
      top: 10px; }
    .stm-navigation__vertical_left .stm_mobile__switcher.active span:last-child {
      top: -10px; }
  .stm-navigation__vertical_left ul.stm-navigation__vertical {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    padding-top: 126px;
    padding-right: 30px;
    padding-left: 55px;
    background: #fff;
    transition: all 1s;
    transition-delay: 0.2s;
    box-shadow: 6px 0 14px 0 rgba(0, 0, 0, 0.2); }
    .stm-navigation__vertical_left ul.stm-navigation__vertical li {
      width: 100%;
      text-transform: uppercase;
      position: relative;
      margin: 10px 0; }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li.menu-item-has-children {
        margin-bottom: 4px; }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li:before {
        display: none; }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li.menu-item-has-children:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        transition: all 0.2s;
        content: "󙀅" !important;
        font-family: 'stmicons' !important;
        transform: rotate(90deg);
        font-size: 11px;
        cursor: pointer;
        z-index: 10; }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li a {
        font-weight: 300 !important;
        font-size: 18px !important; }
        .stm-navigation__vertical_left ul.stm-navigation__vertical li a:before {
          content: "";
          position: absolute;
          top: 15px !important;
          right: auto !important;
          left: -18px !important;
          width: 21px;
          height: 2px !important;
          background-color: #000;
          transition: all 0.3s;
          opacity: 0;
          visibility: hidden; }
        .stm-navigation__vertical_left ul.stm-navigation__vertical li a:hover {
          text-decoration: none; }
          .stm-navigation__vertical_left ul.stm-navigation__vertical li a:hover:before {
            opacity: 1;
            visibility: visible; }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu {
        display: none;
        top: auto;
        left: auto;
        position: relative;
        width: auto;
        height: auto;
        visibility: hidden;
        opacity: 0;
        padding: 6px 0 0;
        box-shadow: none;
        transition: all 0.3s; }
        .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li {
          text-transform: none;
          padding-left: 30px;
          margin: 0;
          border: 0; }
          .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li:last-child {
            margin-bottom: 0; }
          .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li:after {
            display: none; }
          .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li:hover a {
            background: transparent !important;
            color: #000 !important; }
          .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li a {
            text-transform: none;
            font-weight: normal !important;
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 15px !important;
            color: #000 !important; }
            .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li a:before {
              left: 19px !important;
              height: 1px !important; }
          .stm-navigation__vertical_left ul.stm-navigation__vertical li .sub-menu li.current-menu-item a {
            background: transparent !important;
            color: #000 !important; }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li.active.menu-item-has-children:after {
        top: 3px;
        transform: rotate(-90deg); }
      .stm-navigation__vertical_left ul.stm-navigation__vertical li.active .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1; }
    .stm-navigation__vertical_left ul.stm-navigation__vertical.active {
      left: 0;
      transition: all 0.3s;
      transition-delay: 0.1s; } }

@media (min-width: 1024px) and (max-width: 1440px) {
  .stm-navigation__vertical_left .stm_mobile__switcher {
    left: 0; } }

@media (max-width: 1023px) {
  .stm-navigation__vertical_left .stm_mobile__switcher {
    display: none !important; }
  .stm-navigation ul li.menu-item-has-children > a {
    position: relative; }
    .stm-navigation ul li.menu-item-has-children > a .stm_mobile__dropdown {
      width: 50px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      font-family: 'stmicons';
      font-size: 5px;
      line-height: 12px; }
      .stm-navigation ul li.menu-item-has-children > a .stm_mobile__dropdown:before {
        content: "\e683";
        transform: translate(-50%, -50%) rotate(180deg);
        position: absolute;
        left: 50%;
        top: 50%; }
      .stm-navigation ul li.menu-item-has-children > a .stm_mobile__dropdown:after {
        content: none !important; }
  .stm-navigation ul li.menu-item-has-children.active > a .stm_mobile__dropdown:before {
    transform: translate(-50%, -50%) rotate(0deg); } }

@media (max-width: 1024px) {
  .stm-navigation__vertical_left ul.stm-navigation__vertical li a {
    padding: 10px 15px 10px 5px !important; } }

body.active {
  overflow: hidden; }

.stm-header.active {
  z-index: 200; }
  .stm-header.active .stm-navigation__hamburger > ul {
    transform: translateX(0); }

.stm-header__overlay {
  transition: all .3s ease; }
  .stm-header__overlay.active {
    display: block; }

.stm-navigation__hamburger > ul {
  height: 100vh;
  overflow-y: auto;
  display: block;
  will-change: transform; }

.stm-navigation__hamburger .js_trigger__click {
  display: none;
  cursor: pointer; }

@media screen and (min-width: 1024px) {
  .stm-navigation__hamburger .stm_mobile__switcher {
    display: block; }
    .stm-navigation__hamburger .stm_mobile__switcher span {
      height: 3px;
      border-radius: 0;
      width: 30px; }
      .stm-navigation__hamburger .stm_mobile__switcher span:not(:last-child) {
        margin-bottom: 5px; }
    .stm-navigation__hamburger .stm_mobile__switcher.active span:first-child {
      top: 8px; }
    .stm-navigation__hamburger .stm_mobile__switcher.active span:last-child {
      top: -8px; }
  .stm-navigation__hamburger_right > ul {
    left: auto;
    right: 0;
    transform: translateX(100%);
    padding-right: 50px; }
  .stm-navigation__hamburger_left > ul {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    padding-left: 50px; }
  .stm-navigation__hamburger > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 350px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: .3s ease;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    padding-right: 17px;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none; }
    .stm-navigation__hamburger > ul::-webkit-scrollbar {
      width: 0 !important; }
    .stm-navigation__hamburger > ul > li > a {
      font-size: 16px; }
    .stm-navigation__hamburger > ul > li a {
      padding: 10px 35px !important; }
    .stm-navigation__hamburger > ul > li:hover a {
      background-color: #fff; }
    .stm-navigation__hamburger > ul > li .sub-menu {
      box-shadow: none;
      position: static;
      top: 0; } }

@media screen and (min-width: 1024px) {
  html > body .stm-navigation__hamburger > ul ul {
    max-height: 0;
    overflow: hidden !important;
    padding: 0 !important;
    width: 100%;
    transform: none;
    transition: all 1s ease;
    visibility: hidden;
    background-color: transparent; }
  html > body .stm-navigation__hamburger > ul > li:hover a {
    background-color: transparent; }
  html > body .stm-navigation__hamburger > ul > li.active ul.sub-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease; }
  html > body .stm-navigation__hamburger > ul > li.stm_megamenu > ul.sub-menu {
    display: block;
    width: 100% !important;
    max-height: unset; }
    html > body .stm-navigation__hamburger > ul > li.stm_megamenu > ul.sub-menu li {
      width: 100%; }
    html > body .stm-navigation__hamburger > ul > li.stm_megamenu > ul.sub-menu:before {
      display: none; }
  html > body .stm-navigation__hamburger > ul > li > a {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-transform: none !important; }
  html > body .stm-navigation__hamburger > ul > li a {
    position: relative; }
    html > body .stm-navigation__hamburger > ul > li a .stm_megaicon {
      margin-right: 10px; }
    html > body .stm-navigation__hamburger > ul > li a:hover {
      color: #fff !important; }
  html > body .stm-navigation__hamburger > ul > li ul.sub-menu {
    top: 0;
    padding-left: 15px !important; }
    html > body .stm-navigation__hamburger > ul > li ul.sub-menu li {
      border: none; }
      html > body .stm-navigation__hamburger > ul > li ul.sub-menu li > a {
        color: #fff !important;
        text-transform: none; }
  html > body .stm-navigation__hamburger > ul > li.stm_megamenu ul.sub-menu {
    transform: none !important; } }

.hamburger_full.stm_header_style_1 .stm_mobile__header {
  background-color: transparent !important; }

.hamburger_full.stm_header_style_1 .stm-header {
  background-color: transparent !important; }

.hamburger_full.active {
  overflow-y: scroll; }
  .hamburger_full.active .stm-header__overlay.active {
    background: rgba(0, 0, 0, 0.9); }

body.hamburger_full .stm-header__overlay {
  background: rgba(0, 0, 0, 0.9); }

@media (min-width: 1024px) {
  body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul {
    margin: 100px auto 0;
    max-width: none; }
    body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li {
      position: relative !important;
      padding: 0;
      margin: 0; }
      body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li:hover a {
        color: #fff !important; }
      body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li:hover:before {
        bottom: 0; }
      body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li a {
        color: #ddd !important;
        font-size: 18px;
        line-height: 24px;
        padding: 0;
        margin: 0;
        display: block; }
      body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li.stm_megamenu > ul.sub-menu {
        display: -ms-flexbox;
        display: flex;
        max-height: none;
        background-color: transparent;
        position: absolute;
        z-index: 10;
        top: 100%;
        margin-top: -10px; }
        body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li.stm_megamenu > ul.sub-menu ul {
          max-height: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
        body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li.stm_megamenu > ul.sub-menu li > a {
          color: #333 !important; }
        body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li.stm_megamenu > ul.sub-menu a {
          display: block;
          margin: 5px 0 !important; }
      body.hamburger_full .stm-header .stm-navigation_hamburger_full > ul li + li {
        margin-left: 0; } }

.stm-header.active {
  z-index: 200; }
  .stm-header.active .stm-navigation_hamburger_full > ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    transform: translateY(0); }
    @media (max-width: 1023px) {
      .stm-header.active .stm-navigation_hamburger_full > ul {
        margin: 60px auto 0 !important; } }

.stm-navigation_hamburger_full > ul {
  display: block;
  will-change: transform; }

.stm-navigation_hamburger_full .js_trigger__click {
  cursor: pointer; }

.stm-navigation_hamburger_full > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  margin-top: 130px;
  transition: .7s ease;
  margin: 130px auto 0;
  transform: translateY(50px); }
  .stm-navigation_hamburger_full > ul > li > a {
    font-size: 16px; }
  .stm-navigation_hamburger_full > ul > li a {
    padding: 10px 35px !important; }
  .stm-navigation_hamburger_full > ul > li:hover a {
    background-color: #fff; }
  .stm-navigation_hamburger_full > ul > li .sub-menu {
    box-shadow: none;
    position: static;
    top: 0; }

html > .hamburger_full .stm-navigation_hamburger_full {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  html > .hamburger_full .stm-navigation_hamburger_full ::-webkit-scrollbar {
    width: 2px;
    height: 50px !important; }
  html > .hamburger_full .stm-navigation_hamburger_full ::-webkit-scrollbar-track {
    background-color: transparent;
    height: 50px !important; }
  html > .hamburger_full .stm-navigation_hamburger_full ::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    height: 50px !important; }
  html > .hamburger_full .stm-navigation_hamburger_full ::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f; }
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li > a:before,
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li ul li > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    margin: -1px auto 0;
    transform: scale(0) translateX(0); }
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li.current-menu-item:before,
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li:hover:before,
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li:before {
    display: none; }
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li.current-menu-item > a:before,
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li:hover > a:before {
    transform: scale(1) translateX(0);
    visibility: visible;
    opacity: 1;
    background-color: #fff; }
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li > ul > li:hover > a:before,
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li > ul > li.current-menu-item > a:before {
    transform: scale(1) translateX(0);
    visibility: visible;
    opacity: 1;
    background-color: #fff; }
  html > .hamburger_full .stm-navigation_hamburger_full.stm-navigation__line_middle > ul > li > ul li > ul > li:hover > a:before {
    transform: scale(1) translateX(0);
    visibility: visible;
    opacity: 1;
    background-color: #fff; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul ul {
    max-height: 0;
    width: 100%;
    transform: none;
    transition: all 1s ease;
    background-color: transparent; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul > li:hover a {
    background-color: transparent !important; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul > li.active ul.sub-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul > li > a {
    display: block; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul > li a {
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 10px 5px !important; }
    html > .hamburger_full .stm-navigation_hamburger_full > ul > li a:hover {
      color: #fff !important; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul > li ul.sub-menu {
    top: 0;
    display: none; }
    html > .hamburger_full .stm-navigation_hamburger_full > ul > li ul.sub-menu li {
      border: none; }
      html > .hamburger_full .stm-navigation_hamburger_full > ul > li ul.sub-menu li > a {
        color: #fff !important;
        text-transform: none; }

body.stm_header_style_1 .stm-navigation__hamburger_full > ul > li.current-menu-parent > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  margin: -1px auto 0;
  transform: scale(0) translateX(0); }

body.stm_header_style_1 .stm-navigation__hamburger_full > ul > li.current-menu-parent > a:before {
  transform: scale(1) translateX(0);
  visibility: visible;
  opacity: 1;
  background-color: #fff; }

html > body.stm_header_style_1 .stm-navigation__hamburger_full > ul > li > a {
  font-size: 60px;
  line-height: 60px; }

html > body.stm_header_style_1 .stm-navigation__hamburger_full > ul > li ul li a {
  font-size: 30px;
  line-height: 48px; }

html > .hamburger_full > #wrapper .stm-navigation__hamburger_full ul > li > ul > li:hover > a,
html > .hamburger_full > #wrapper .stm-navigation__hamburger_full ul > li > ul > li.current-menu-item > a {
  background-color: transparent !important; }

@media (max-width: 1024px) {
  .hamburger_full .stm-header.active .stm-navigation_hamburger_full > ul {
    transform: translateX(0);
    max-width: none; } }

@media (max-width: 1023px) {
  .hamburger_full #wrapper {
    overflow-y: scroll; }
  html > .hamburger_full .stm-navigation_hamburger_full > ul > li.active ul.sub-menu {
    max-height: none; }
  .stm-navigation_hamburger_full .js_trigger__click {
    display: none;
    max-width: none; }
  .hamburger_full.stm_header_style_1 .stm-header {
    width: 100%;
    display: none; }
  .hamburger_full.stm_header_style_1 .stm-header.active {
    padding: 0;
    width: 100%;
    display: block; }
  .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full ul li.menu-item-has-children > a:after {
    display: none !important; } }

@media (max-width: 823px) and (min-height: 376px) and (max-height: 414px) {
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li > a {
    font-size: 30px;
    line-height: 30px; }
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li ul li a {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 812px) and (max-height: 375px) {
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li > a {
    font-size: 30px;
    line-height: 30px; }
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li ul li a {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 768px) {
  .stm-header.active .stm-navigation_hamburger_full > ul {
    transform: translateX(0);
    padding: 0 15px;
    position: relative; }
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li > a {
    font-size: 40px;
    line-height: 48px; }
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li ul li a {
    font-size: 25px;
    line-height: 30px; } }

@media (max-width: 736px) and (min-height: 414px) and (max-height: 414px) {
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li > a {
    font-size: 30px;
    line-height: 30px; }
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li ul li a {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 667px) and (max-height: 400px) {
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li > a {
    font-size: 30px;
    line-height: 30px; }
  html > .hamburger_full.stm_header_style_1 .stm-navigation__hamburger_full > ul > li ul li a {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 320px) {
  .stm-header.active .stm-navigation_hamburger_full > ul {
    margin: 60px 0 0 !important; } }

.stm-iconbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .stm-iconbox__icon_left {
    margin-right: 14px; }
  .stm-iconbox__icon_right {
    margin-left: 14px; }
  .stm-iconbox__info {
    overflow: hidden; }
  .stm-iconbox__text {
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.1px; }
    .stm-iconbox__text_nomargin {
      margin-bottom: 0; }
  .stm-iconbox__description {
    font-size: 13px; }

.stm-socials {
  margin: 0 -8px; }
  .stm-socials__icon {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    text-align: center;
    color: #fff; }
    .stm-socials__icon_round {
      border-radius: 50%; }
      .stm-socials__icon_round:hover {
        color: #fff; }
    .stm-socials__icon_icon_only {
      border: 0;
      width: auto;
      background-color: transparent; }
    .stm-socials__icon_filled {
      background-color: #fff; }
  .stm-socials_opacity-hover {
    opacity: 0.7; }
    .stm-socials_opacity-hover:hover {
      opacity: 1; }
  .stm-socials:after {
    content: '';
    display: block;
    clear: both; }

.stm-socials-btn {
  display: none; }

@media (min-width: 1024px) {
  .stm-socials-hidden .stm-socials-btn {
    display: block;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer; }
  .stm-socials-hidden .stm-socials {
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    opacity: 0;
    visibility: hidden;
    margin: 1px 0 0;
    padding: 19px 0 20px;
    text-align: center;
    transition: all 0.3s;
    transition-delay: 0.3s;
    background-color: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
    z-index: -1; }
    .stm-socials-hidden .stm-socials a {
      float: none;
      display: inline-block;
      vertical-align: top; }
  .stm-socials-hidden.active .stm-socials {
    top: 100%;
    opacity: 1;
    visibility: visible; } }

.stm-cart_style_1 .cart {
  position: relative;
  text-align: center; }
  .stm-cart_style_1 .cart_rounded {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid rgba(255, 105, 78, 0.2);
    border-radius: 50%;
    transition: .3s ease; }
    .stm-cart_style_1 .cart_rounded:hover .cart__icon {
      color: #fff; }
  .stm-cart_style_1 .cart__icon {
    font-size: 16px; }
  .stm-cart_style_1 .cart__quantity-badge {
    display: block;
    position: absolute;
    right: -7px;
    top: -7px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-indent: 1px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border-radius: 9px; }
  .stm-cart_style_1 .cart:hover {
    cursor: pointer; }
    .stm-cart_style_1 .cart:hover .mini-cart {
      top: 100%;
      opacity: 1 !important;
      visibility: visible; }
  @media (max-width: 1023px) {
    .stm-cart_style_1 .cart {
      margin-left: -5px; }
      .stm-cart_style_1 .cart .mini-cart {
        position: relative;
        top: 0 !important;
        right: 0;
        font-size: 90%; }
        .stm-cart_style_1 .cart .mini-cart:before {
          left: 8px;
          right: auto; } }

.stm-cart_style_2 .cart {
  position: relative;
  font-size: 13px; }
  .stm-cart_style_2 .cart .cart__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%; }
  .stm-cart_style_2 .cart .mini-cart {
    right: -17px; }
  .stm-cart_style_2 .cart:hover {
    color: #fff;
    cursor: pointer; }
    .stm-cart_style_2 .cart:hover .cart__icon {
      color: #fff; }
    .stm-cart_style_2 .cart:hover .mini-cart {
      top: 100%;
      opacity: 1 !important;
      visibility: visible; }

.stm-cart_style_3 .cart {
  position: relative;
  font-size: 16px; }
  .stm-cart_style_3 .cart .cart__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 24px;
    font-size: 20px !important; }
  .stm-cart_style_3 .cart a {
    text-decoration: none !important; }
  .stm-cart_style_3 .cart .cart__quantity-badge {
    background-color: #FFF !important;
    color: #000 !important;
    display: inline-block;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
    margin-left: 2px;
    margin-top: -2px;
    vertical-align: middle; }
  .stm-cart_style_3 .cart .mini-cart {
    right: -17px; }
  .stm-cart_style_3 .cart:hover {
    background: none !important;
    color: #FFF;
    cursor: pointer; }
    .stm-cart_style_3 .cart:hover .cart__icon {
      color: #FFF; }
    .stm-cart_style_3 .cart:hover .mini-cart {
      top: 100%;
      opacity: 1 !important;
      visibility: visible; }

/* Header: Mini cart */
.mini-cart {
  position: absolute;
  top: 115%;
  right: -15px;
  opacity: 0 !important;
  visibility: hidden;
  margin-top: 13px;
  width: 205px;
  line-height: normal;
  text-align: left;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: .3s ease; }
  .mini-cart:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
    width: 100%;
    height: 13px; }
  .mini-cart:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 23px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg); }
  .mini-cart__products {
    position: relative;
    background-color: #fff;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    max-height: 215px; }
  .mini-cart__product {
    border-bottom: 1px solid #ececec;
    padding: 15px; }
    .mini-cart__product:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .mini-cart__product-left {
      float: left;
      max-width: 41px; }
    .mini-cart__product img {
      display: block;
      max-width: 41px;
      height: auto; }
    .mini-cart__product-body {
      overflow: hidden;
      padding-left: 10px; }
    .mini-cart__product-title {
      margin-top: 1px;
      color: #444444;
      display: block;
      line-height: 16px;
      text-decoration: none !important; }
    .mini-cart__product-quantity {
      display: block;
      margin-top: 3px;
      color: #777777; }
  .mini-cart__empty {
    padding: 15px;
    font-size: 13px; }
  .mini-cart__price-total {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 11px 15px; }
    .mini-cart__price-total .amount {
      font-weight: 700;
      font-size: 14px; }
  .mini-cart__actions {
    background-color: #fff;
    padding: 15px; }
    .mini-cart__actions .btn {
      padding: 5px 10px !important;
      font-size: 12px; }
  .mini-cart a.mini-cart__action-link {
    font-size: 13px;
    margin-left: 10px;
    color: #777 !important;
    text-decoration: underline !important; }

.stm-search_style_1 [data-toggle='modal'] {
  display: block; }
  .stm-search_style_1 [data-toggle='modal']:focus {
    outline: none; }

.stm-search_style_1 a {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 10px; }

.stm-search_style_2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: -1px; }
  .stm-search_style_2 .search-form .form-control {
    width: 260px;
    padding-right: 37px; }
    .stm-search_style_2 .search-form .form-control:focus + button {
      background: transparent !important; }
  .stm-search_style_2 .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px 15px !important;
    background-color: transparent !important;
    color: inherit !important;
    border-radius: 0 !important;
    line-height: 28px; }
    .stm-search_style_2 .search-form button:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -1000px;
      width: 9999px;
      height: 1px; }

.stm-search_style_3 a:focus {
  outline: 0; }

.stm-search_style_4 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: -1px; }
  .stm-search_style_4 .search-form .form-control {
    width: 210px;
    background: transparent;
    border-color: #292929;
    border-width: 1px;
    padding: 12px 28px 12px 9px;
    height: 30px; }
    .stm-search_style_4 .search-form .form-control:focus {
      border-color: transparent !important;
      background: rgba(255, 255, 255, 0.1) !important; }
      .stm-search_style_4 .search-form .form-control:focus + button {
        background: transparent !important; }
  .stm-search_style_4 .search-form button {
    position: absolute;
    right: 0;
    top: -1px;
    bottom: 0;
    padding: 8px 10px !important;
    background-color: transparent !important;
    color: inherit !important;
    border-radius: 0 !important;
    line-height: 16px;
    font-size: 15px; }
    .stm-search_style_4 .search-form button:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -1000px;
      width: 9999px;
      height: 1px; }

.stm-search_style_5 {
  border-radius: 22px;
  position: relative;
  height: 44px;
  min-width: 165px;
  width: 100%;
  z-index: 100; }
  .stm-search_style_5 .search-form {
    height: 44px;
    width: 100%;
    position: relative;
    width: 165px; }
    .stm-search_style_5 .search-form input[type=search] {
      display: block;
      border-radius: 22px;
      background-color: #fff;
      border: 1px solid #d1d1d1;
      transition: 0s width, .3s box-shadow !important; }
      .stm-search_style_5 .search-form input[type=search]:focus {
        position: absolute;
        right: 0 !important;
        border-color: #d1d1d1 !important; }
        .stm-search_style_5 .search-form input[type=search]:focus + button[type=submit] {
          background-color: transparent !important; }
      @media (min-width: 1024px) {
        .stm-search_style_5 .search-form input[type=search]:focus {
          transition: .3s box-shadow, .3s width ease !important;
          box-shadow: 0 0 0 999999px rgba(0, 0, 0, 0.3) !important;
          position: absolute;
          right: 0 !important;
          width: 200px;
          top: 50%;
          transform: translateY(-50%);
          border-color: #d1d1d1 !important; }
          .stm-search_style_5 .search-form input[type=search]:focus + button[type=submit] {
            background-color: transparent !important; } }
    .stm-search_style_5 .search-form button[type=submit] {
      padding: 0 20px;
      background-color: transparent;
      color: #000;
      position: absolute;
      height: 44px;
      right: 0;
      top: 0;
      left: auto;
      border-radius: 22px;
      transition: none !important; }
      .stm-search_style_5 .search-form button[type=submit]:hover {
        background-color: transparent;
        color: #000; }

.stm-search_style_6 {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex; }
  .stm-search_style_6 .search-form {
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
    .stm-search_style_6 .search-form .form-control {
      width: 270px;
      background: transparent;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-top-width: 0;
      border-bottom-width: 0;
      padding: 0 20px;
      height: 100%;
      font-size: 12px;
      color: inherit !important; }
      .stm-search_style_6 .search-form .form-control:focus {
        border-color: transparent !important;
        background: rgba(255, 255, 255, 0.1) !important; }
        .stm-search_style_6 .search-form .form-control:focus + button {
          background: transparent !important; }
    .stm-search_style_6 .search-form button {
      position: absolute;
      right: 0;
      top: -1px;
      bottom: 0;
      padding: 8px 10px !important;
      background-color: transparent !important;
      color: inherit !important;
      border-radius: 0 !important; }
      .stm-search_style_6 .search-form button i {
        font-size: 10px; }
      .stm-search_style_6 .search-form button:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -1000px;
        width: 9999px;
        height: 1px; }
  @media (max-width: 1023px) {
    .stm-search_style_6 .search-form .form-control {
      border-left-color: #333;
      width: 100%;
      min-height: 40px; } }

.stm-header__cell_left .stm-search_style_5 .search-form input[type=search]:focus {
  left: 0;
  right: auto; }
  .stm-header__cell_left .stm-search_style_5 .search-form input[type=search]:focus + button[type=submit] {
    right: -140px;
    transition: all .3s ease !important; }

#searchModal .modal-content {
  width: 800px;
  background: transparent;
  box-shadow: none !important;
  border: 0; }
  #searchModal .modal-content .search-wrapper {
    position: relative; }
    #searchModal .modal-content .search-wrapper .search-input {
      min-height: 60px;
      padding-right: 40px;
      padding-left: 40px;
      font-size: 18px;
      line-height: 60px;
      border: 0 !important; }
    #searchModal .modal-content .search-wrapper .search-submit {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      padding: 0 25px;
      line-height: 60px;
      background: transparent !important;
      cursor: pointer;
      z-index: 999; }
      #searchModal .modal-content .search-wrapper .search-submit i {
        font-size: 24px; }

@media (max-width: 1023px) {
  .stm-header__element .stm-search {
    position: relative; }
    .stm-header__element .stm-search input {
      padding-right: 70px; }
    .stm-header__element .stm-search button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 50px;
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.stm_woo__signin {
  font-size: 13px; }
  .stm_woo__signin a:hover {
    color: #ffffff !important; }

.stm_mobile__header {
  display: none;
  padding: 30px 15px; }

.stm_mobile__logo {
  max-width: 50%; }

.stm_mobile__switcher {
  position: relative;
  margin-top: 0;
  z-index: 999; }
  .stm_mobile__switcher span {
    display: block;
    width: 28px;
    height: 4px;
    margin-bottom: 7px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5); }
    .stm_mobile__switcher span:first-child {
      position: relative;
      top: 0;
      transition: top .3s .3s, transform .3s 0s; }
    .stm_mobile__switcher span:nth-child(2) {
      opacity: 1;
      transition: opacity .3s; }
    .stm_mobile__switcher span:last-child {
      margin-bottom: 0;
      position: relative;
      top: 0;
      transition: top .3s .3s, transform .3s 0s; }
  .stm_mobile__switcher.active span {
    background: white; }
    .stm_mobile__switcher.active span:first-child {
      top: 11px;
      transform: rotate(-45deg);
      transition: top .3s 0s, transform .3s .3s; }
    .stm_mobile__switcher.active span:nth-child(2) {
      opacity: 0; }
    .stm_mobile__switcher.active span:last-child {
      top: -11px;
      transform: rotate(45deg);
      transition: top .3s 0s, transform .3s .3s; }

@media (max-width: 1023px) {
  .stm_mobile__header {
    display: block; } }

@media (max-width: 1024px) {
  .stm_mobile__logo {
    max-width: 40%; } }

@media (max-width: 550px) {
  .stm_mobile__logo {
    max-width: 50%; } }

@media (max-width: 1023px) {
  .envato-preview-visible .stm-header {
    margin-top: 54px; }
  .envato-preview-visible.stm_sticky_header_mobile .stm_mobile__header {
    margin-top: 54px; } }

@media (max-width: 1023px) {
  .stm-navigation__default > ul > li ul li {
    float: none; }
  .stm_sticky_header_mobile .stm_mobile__header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100; }
  .stm_sticky_header_mobile .stm-header {
    padding-top: 108px; } }

@media (max-width: 450px) {
  .stm_mobile__header {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.btn_extended {
  padding: 19px 40px 19px 90px !important;
  border-radius: 0 !important; }
  .btn_extended .stm-button__icon {
    position: absolute;
    font-size: 36px;
    left: 30px;
    top: 50%;
    transform: translate3d(0, -53%, 0); }
  .btn_extended .stm-button__text {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500; }
  .btn_extended .stm-button__description {
    font-size: 13px;
    font-weight: 300; }
  @media (max-width: 1023px) {
    .btn_extended {
      padding: 19px 20px 19px 65px !important; }
      .btn_extended .stm-button__icon {
        left: 15px; } }

.envato-preview-visible .stm-header .pearl_sticked {
  top: 54px !important; }

.stm-post-filter .stm_mobile__switcher {
  display: none; }

.stm-post-filter .post-filter ul {
  padding: 0;
  padding-top: 32px;
  margin: 0; }
  .stm-post-filter .post-filter ul li {
    display: block;
    list-style: none;
    text-align: left;
    margin: 10px 0; }
    .stm-post-filter .post-filter ul li a {
      padding: 0;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      line-height: 30px;
      font-weight: 600;
      font-size: 14px; }
      .stm-post-filter .post-filter ul li a:hover {
        text-decoration: none; }
      .stm-post-filter .post-filter ul li a .filter-icon {
        margin-top: 3px;
        display: inline-block;
        vertical-align: top;
        margin-right: 9px;
        font-size: 22px; }
      .stm-post-filter .post-filter ul li a.stm-post-filter-hot .filter-icon {
        color: #ff0000; }
      .stm-post-filter .post-filter ul li a.stm-post-filter-popular .filter-icon {
        color: #ffaa00; }
      .stm-post-filter .post-filter ul li a.stm-post-filter-latest .filter-icon {
        color: #3fbb01; }
      .stm-post-filter .post-filter ul li a.stm-post-filter-trending .filter-icon {
        color: #289dfd; }

@media (min-width: 1024px) {
  .stm-post-filter {
    padding: 36px 0 36px; }
    .stm-post-filter .stm_mobile__switcher {
      display: block;
      margin-top: 6px;
      margin-right: 2px;
      cursor: pointer; }
      .stm-post-filter .stm_mobile__switcher span {
        border-radius: 0;
        width: 32px;
        height: 3px; }
      .stm-post-filter .stm_mobile__switcher.active span:first-child {
        top: 9px; }
    .stm-post-filter:after {
      content: "";
      position: absolute;
      top: 100%;
      left: -40px;
      right: -40px;
      height: 1px;
      background-color: #e5e5e5; }
    .stm-post-filter .post-filter {
      position: absolute;
      top: -100%;
      left: -40px;
      right: -40px;
      padding-top: 1px;
      text-align: center;
      transition-delay: 1s; }
      .stm-post-filter .post-filter:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: height 0.3s;
        transition-delay: 0.12s;
        background-color: #fff;
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25); }
      .stm-post-filter .post-filter ul {
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
        transition-delay: 0s;
        padding: 19px 0 20px;
        position: relative;
        overflow: hidden;
        z-index: 1; }
        .stm-post-filter .post-filter ul li {
          display: inline-block;
          text-align: center;
          margin: 0 22px; }
      .stm-post-filter .post-filter.active {
        top: 100%;
        transition: height 0.3s; }
        .stm-post-filter .post-filter.active:after {
          height: 100%;
          transition-delay: 0.1s; }
        .stm-post-filter .post-filter.active ul {
          transition: all 0.3s;
          transition-delay: 0.1s;
          visibility: visible;
          opacity: 1; } }

@media (max-width: 1024px) {
  .dropdown-list {
    position: static; } }

.stm-address-box {
  position: relative;
  margin-right: 20px;
  z-index: 10; }
  .stm-address-box:hover .stm-address-info {
    opacity: 1;
    visibility: visible; }
  .stm-address-box .stm-address-hours-title {
    position: relative;
    line-height: 32px;
    font-size: 15px;
    color: #111111;
    cursor: pointer;
    z-index: 1; }
    .stm-address-box .stm-address-hours-title:after {
      content: "";
      position: absolute;
      top: 12px;
      right: -16px;
      border-left: 5px solid transparent !important;
      border-right: 5px solid transparent !important;
      border-top: 6px solid #aaaaaa; }
    .stm-address-box .stm-address-hours-title strong {
      letter-spacing: 0.5px; }
  .stm-address-box .stm-address-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px;
    left: -35px;
    min-width: 263px;
    padding: 60px 35px 30px;
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3);
    border-top: 5px solid transparent;
    line-height: 22px;
    font-size: 14px;
    color: #111111; }
    .stm-address-box .stm-address-info strong {
      display: block;
      margin-bottom: 5px;
      letter-spacing: 1.3px;
      text-transform: uppercase; }
    .stm-address-box .stm-address-info .stm-address-hours {
      margin-bottom: 14px; }
    .stm-address-box .stm-address-info .stm-address-address {
      margin-bottom: 9px; }
  .stm-address-box:hover .stm-address-hours-title:after {
    border-top-color: #0172f2; }
  .stm-address-box.active .stm-address-info {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s; }
  @media (max-width: 1023px) {
    .stm-address-box .stm-address-hours-title {
      line-height: 16px; }
      .stm-address-box .stm-address-hours-title:after {
        top: 4px; }
    .stm-address-box .stm-address-info {
      display: none;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      padding: 20px 15px;
      min-width: 235px;
      visibility: visible;
      opacity: 1; }
    .stm-address-box.active .stm-address-info {
      display: block;
      top: auto; } }

.stm-header__row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
  /*Pseudo elements*/ }
  .stm-header__row_color {
    position: relative;
    background-size: cover; }
    .stm-header__row_color_top {
      z-index: 21; }
    .stm-header__row_color_center {
      z-index: 20; }
    .stm-header__row_color_bottom {
      z-index: 19; }
    .stm-header__row_color:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .stm-header__row_color > .container {
      position: relative; }
      .stm-header__row_color > .container:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.stm-header__cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center; }
  .stm-header__cell_left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .stm-header__cell_left .stm-header__element {
      margin-right: 30px; }
      .stm-header__cell_left .stm-header__element:last-child {
        margin-right: 0; }
  .stm-header__cell_center {
    -ms-flex-pack: center;
        justify-content: center; }
    .stm-header__cell_center .stm-header__element {
      margin: 0 15px; }
      .stm-header__cell_center .stm-header__element:last-child {
        margin-right: 0; }
    .stm-header__cell_center .stm-header__element_fullwidth_simple {
      -ms-flex-pack: center;
          justify-content: center; }
  .stm-header__cell_right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .stm-header__cell_right .stm-header__element {
      margin-left: 30px; }
      .stm-header__cell_right .stm-header__element:last-child {
        margin-right: 0; }

.stm-header__element {
  display: -ms-flexbox;
  display: flex; }
  .stm-header__element_fullwidth_simple, .stm-header__element_fullwidth {
    -ms-flex-positive: 10;
        flex-grow: 10;
    margin: 0 !important; }

.stm-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 99; }
  .stm-header__overlay.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 19; }
  @media (max-width: 1023px) {
    .stm-header__overlay {
      display: block; } }

.stm_header_transparent .stm-header__row_color {
  background: none !important; }
  .stm_header_transparent .stm-header__row_color:before {
    background: none !important; }

.stm-offices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media (max-width: 1023px) {
  .stm_mobile__logo {
    min-width: 300px; }
  .stm-header .container {
    max-width: 100%; }
  .stm_header_transparent .stm-header {
    position: fixed;
    width: 270px; }
  .stm-header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -270px;
    background-color: #fff;
    padding: 16px 0 16px;
    width: 270px;
    margin: 0;
    margin-bottom: 0 !important;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100; }
    .stm-header.active {
      left: 0; }
    .stm-header__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .stm-header__row_color {
        position: relative;
        padding: 0 !important; }
    .stm-header__cell {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-positive: 0;
          flex-grow: 0;
      max-width: 100%;
      width: 100%;
      margin-bottom: 30px;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .stm-header__element {
      display: block;
      width: 100%;
      padding: 0 15px;
      margin: 0 0 30px 0 !important; }
      .stm-header__element_fullwidth {
        padding: 0; }
      .stm-header__element:last-child {
        margin-bottom: 0 !important; }
    .stm-header .container {
      padding: 0; } }

@media (max-width: 550px) {
  .stm_mobile__logo {
    min-width: 200px; } }

body.stm_title_box_enabled:not(.stm_header_offset) .stm-header {
  margin-bottom: 0; }

body.stm_transparent_header_disabled.stm_title_box_disabled.stm_breadcrumbs_enabled .stm-header {
  margin-bottom: 20px; }

@media (max-width: 1023px) {
  .stm_title_box_disabled .stm_breadcrumbs {
    margin-top: 15px; } }

.stm-header__row_color.pearl_is_sticky {
  transition: .3s ease; }
  .stm-header__row_color.pearl_is_sticky.pearl_going_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0s ease;
    z-index: 99; }
  .stm-header__row_color.pearl_is_sticky.pearl_sticked {
    transform: translateY(0);
    transition: .3s ease; }

body.has_envato_iframe .stm-header__row_color.pearl_going_sticky {
  top: 50px; }
