﻿
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
/* Search bar */
#search-wrapper {
    position: relative;
    border-radius: 40px;
    bottom: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #search-wrapper {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #search-wrapper {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    #search-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #search-wrapper {
        margin-top: 15px;
        padding-left: 1em;
    }
}

@media only screen and (max-width: 767px) {
    #search-wrapper {
        margin-top: 15px;
        padding-left: 1em;
    }
}

#search-wrapper #search {
    border: 0px solid;
    outline: none;
    padding: 7px 15px;
    border-radius: 25px;
    width: 200px;
    transition: all 0.3s 0.6s;
    font-size: 12px;
    height: 30px;
    background-color: white;
    box-shadow: 0 -1px 10px rgb(0 0 0 / 43%);
}

    #search-wrapper #search::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

    #search-wrapper #search:focus {
        width: 300px;
        height: 40px;
        padding: 7px 15px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #search-wrapper #search:focus {
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    #search-wrapper #search:focus {
        width: 200px;
    }
}


#search-wrapper #close-icon:before, #search-wrapper #close-icon:after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #878787;
    transform-origin: 100% 50%;
}


body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.menu-navbar-items {
    display: ruby;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: #fff0
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

/*    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        b*/ /*ox-sizing: content-box
    }*/

/*        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }
*/
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url("../fonts/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"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: #fff0
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #FFFFFF !important;
    /*background-color: #F8E8E8 !important;*/
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #ffae00;
    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, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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: 5px solid #ece4d4;
    border-bottom: 5px solid #ece4d4;
}

.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, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 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 {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.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;
    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 #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul, ol ul, ul ol, 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.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@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%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    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.42857143;
        color: #777
    }

        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 #eee;
        border-left: 0
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: ""
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: "\00A0 \2014"
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / .25);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / .25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: #fff0;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: #fff0
}

    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: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        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 > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .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 > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .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 > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .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 > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .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 > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .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 > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .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 > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .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 > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .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: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    /*margin-bottom: 5px;*/
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    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="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], 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.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #ece4d4;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .6);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .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: #fff0;
        border: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        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[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .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, .checkbox.disabled label, fieldset[disabled] .radio 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, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, 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, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.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 {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.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.3333333
}

.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-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-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;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgb(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;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgb(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
}

@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: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus, .btn.focus {
        background-color: #ece4d4;
        color: black;
        text-decoration: none
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / .125);
        box-shadow: inset 0 3px 5px rgb(0 0 0 / .125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #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 > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].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 > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].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 > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].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 > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].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 > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].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: #fff0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: #fff0
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: #fff0
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0
}

.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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / .175);
    box-shadow: 0 6px 12px rgb(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.42857143;
        color: #333;
        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: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: #fff0;
            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.42857143;
    color: #777;
    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 {
        right: auto;
        left: 0
    }
}

.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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .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 .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 {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / .125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / .125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .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: 0;
        border-top-right-radius: 0;
        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: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-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-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [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-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.3333333;
    border-radius: 0
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.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: 0
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.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: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 0
    }

    .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 > 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: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: #fff0
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        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.42857143;
            border: 1px solid #fff0;
            border-radius: 0 0 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #d97700;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: #fff0
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .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 {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .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 {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-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 #fff0
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / .1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 340px
    }

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .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: #fff0;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 0
}

    .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: #fff0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 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 #fff0;
    border-bottom: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / .1),0 1px 0 rgb(255 255 255 / .1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .1),0 1px 0 rgb(255 255 255 / .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        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: #fff0
        }

    .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: #fff0
        }

    .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: #fff0
    }

    .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: #fff0
        }

    .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: #fff0
    }
}

.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, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: #fff0
        }

    .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: #fff0
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: #fff0
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .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: #fff0
        }

    .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: #080808
    }

    .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: #fff0
    }
}

.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, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

            .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .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: #777;
        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.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.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: 0;
    border-bottom-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .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: #eee
            }

    .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: #777;
        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
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .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: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.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
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .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: 0
}

.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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    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
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / .1);
    box-shadow: inset 0 1px 2px rgb(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;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .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: 0;
        border-top-right-radius: 0
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #eee
    }

        .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: #777
        }

    .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:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .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, button.list-group-item:hover, a.list-group-item:focus, 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, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, 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, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, 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, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, 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, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, 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 #fff0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / .05);
    box-shadow: 0 1px 1px rgb(0 0 0 / .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #fff0;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

    .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: -1px;
    border-bottom-left-radius: -1px
}

.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: -1px;
        border-top-right-radius: -1px
    }

    .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: -1px;
        border-bottom-left-radius: -1px
    }

.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: -1px;
        border-top-right-radius: -1px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px
        }

            .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px
            }

            .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: -1px;
            border-bottom-left-radius: -1px
        }

            .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px
            }

            .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px
            }

    .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-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .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: 0
    }

        .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: #333;
        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: #333
        }

    .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: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgb(0 0 0 / .15)
    }

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: #fff0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / .5);
    box-shadow: 0 3px 9px rgb(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: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / .5);
        box-shadow: 0 5px 15px rgb(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.42857143;
    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: .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: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff0;
    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.42857143;
    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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    box-shadow: 0 5px 10px rgb(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: #fff0;
            border-style: solid
        }

            .popover > .arrow:after {
                content: "";
                border-width: 10px
            }

    .popover.top > .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #999;
        border-top-color: rgb(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: #999;
        border-right-color: rgb(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: #999;
        border-bottom-color: rgb(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: #999;
        border-left-color: rgb(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: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / .6);
    background-color: #fff0;
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgb(0 0 0 / .5) 0,rgb(0 0 0 / .0001) 100%);
        background-image: -o-linear-gradient(left,rgb(0 0 0 / .5) 0,rgb(0 0 0 / .0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgb(0 0 0 / .5)),to(rgb(0 0 0 / .0001)));
        background-image: linear-gradient(to right,rgb(0 0 0 / .5) 0,rgb(0 0 0 / .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgb(0 0 0 / .0001) 0,rgb(0 0 0 / .5) 100%);
        background-image: -o-linear-gradient(left,rgb(0 0 0 / .0001) 0,rgb(0 0 0 / .5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgb(0 0 0 / .0001)),to(rgb(0 0 0 / .5)));
        background-image: linear-gradient(to right,rgb(0 0 0 / .0001) 0,rgb(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: .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: #fff0;
        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 rgb(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, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer: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: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .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
    }
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0
}

a, a:hover, a:active {
    text-decoration: none
}

.ico-spin {
    -webkit-animation: ico-spin 2s infinite linear;
    animation: ico-spin 2s infinite linear
}

@-webkit-keyframes ico-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ico-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

html[lang="ar"] textarea, html[lang="ar"] input, html[lang="he"] textarea, html[lang="he"] input, html[lang="fa"] textarea, html[lang="fa"] input {
    direction: rtl
}

html[lang="ar"] .rtl, html[lang="ar"] .rtl *, html[lang="he"] .rtl, html[lang="he"] .rtl *, html[lang="fa"] .rtl, html[lang="fa"] .rtl * {
    direction: rtl
}

html, body {
    padding: 0
}

body {
    image-rendering: -webkit-optimize-contrast
}

.wb-img-more-quality {
    image-rendering: optimizeQuality;
    image-rendering: smooth
}

.wb-img-auto-quality {
    image-rendering: auto
}

.root {
    margin: 0;
    width: 100%;
    min-height: 200px
}

.vbox {
    width: 100%;
    float: none;
    position: relative
}

.hbox {
    min-height: 100%;
    float: left;
    position: relative
}

body.site, body.site .root, .wb_page_wrapper {
    height: auto !important;
    min-height: 0 !important;
    position: relative
}

    body.site .root .wb_sbg, .wb_lsbg {
        min-height: 100% !important;
        height: auto !important;
        min-height: 100vh
    }

    body.site:before, .wb_page_wrapper:before, body.site .wb_container:before, body.site .wb_cont_bg:before, body.site .wb_container .wb_page:before, body.site .wb_button:before, body.site .wb_shp:before, body.site #wb_bgs_cont > div:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

.wb-no-fixed-bg, .wb-no-fixed-bg:before {
    background-attachment: scroll !important
}

body.site:before {
    z-index: -1
}

a img {
    border: none
}

.wb_container {
    position: relative;
    z-index: 3
}

.wb_cont_inner {
    position: relative;
    margin: 0 auto;
    width: 1200px
}

.wb_cont_outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.wb_cont_inner_rel {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.wb_cont_outer_rel {
    position: relative;
    width: 100%
}

.wb_cont_bg {
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -600px
}

#wb_header {
    position: relative
}

#wb_header_placeholder {
    z-index: 4
}

#wb_sbg_placeholder {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4
}

#wb_header_bg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4
}

.wb_header_fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 4
}

#wb_bgs_cont {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1
}

body.site #wb_bgs_cont > div {
    position: relative
}

.wb_container .wb_page {
    position: relative;
    box-sizing: content-box
}

    .wb_container .wb_page:after {
        content: "";
        display: block;
        float: none;
        clear: both
    }

    .wb_container .wb_page .wb_page_anchor {
        position: relative;
        top: 0;
        left: 0;
        display: block
    }

body.popup-mode {
    background: none
}

    body.popup-mode:before, body.popup-mode .wb_sbg, body.popup-mode #wb_bgs_cont, body.popup-mode #wb_header_bg, body.popup-mode #wb_sbg_placeholder, body.popup-mode #wb_header, body.popup-mode #wb_footer {
        display: none
    }

    body.popup-mode #wb_main {
        padding-top: 0 !important
    }

        body.popup-mode #wb_main .wb_cont_outer, body.popup-mode #wb_main .wb_page_anchor {
            top: 0 !important
        }

.wb_container > .wb-cs-row > .wb-cs-col {
    width: 100%
}

.wb_sbg, .wb_lsbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.wb-cs-clear {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    float: none;
    clear: both;
    position: static
}

.wb-cs-row {
    box-sizing: border-box;
    float: none;
    clear: both;
    width: 100%
}

    .wb-cs-row:after, .wb_container:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both;
        visibility: hidden
    }

.wb-cs-col {
    box-sizing: border-box;
    float: left
}

.wb-cs-grp {
    box-sizing: border-box
}

.wb-cs-elem {
    position: relative;
    box-sizing: border-box
}

    .wb-cs-col.wb-cs-right, .wb-cs-grp.wb-cs-right, .wb-cs-elem.wb-cs-right {
        float: right
    }

.wb-site-debug .wb-cs-row {
    background: rgb(255 0 0 / .1)
}

.wb-site-debug .wb-cs-col {
    background: rgb(0 255 0 / .1)
}

.wb-site-debug .wb-cs-grp {
    background: rgb(255 255 255 / .1)
}

.wb-site-debug .wb-cs-elem {
    background: rgb(0 0 255 / .1)
}

.wb_element {
    display: block;
    padding: 0;
    margin: 0;
    overflow: visible;
    box-sizing: content-box
}

.root > .wb-layout-element, .root > .wb_page_wrapper > .wb-layout-element {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important
}

.wb-layout-absolute > .wb_element {
    position: absolute;
    left: 0;
    top: 0
}

.wb-layout-absolute > .wb_element, .wb-layout-horizontal > .wb_element, .wb-layout-vertical > .wb_element {
    display: flex
}

.wb-layout-absolute > .wb_element, .wb-layout-horizontal > .wb_element {
    flex-direction: column
}

.wb-layout-vertical > .wb_element {
    flex-direction: row
}

    .wb-layout-absolute > .wb_element > .wb_content, .wb-layout-horizontal > .wb_element > .wb_content, .wb-layout-vertical > .wb_element > .wb_content {
        flex: 1 1 auto
    }

.wb_element .wb_content.wb-layout-horizontal, .wb_element.wb-layout-horizontal, .wb-layout-horizontal {
    display: flex;
    flex-direction: row
}

    .wb_element .wb_content.wb-layout-horizontal > .wb_element:not(.wb-sticky):not(.wb-anim-entry-on), .wb-layout-horizontal > .wb_element:not(.wb-sticky):not(.wb-anim-entry-on) {
        position: relative;
        left: auto !important;
        top: auto !important
    }

    .wb_element .wb_content.wb-layout-vertical, .wb_element .wb_content.wb-layout-horizontal.wb-layout-temp-vertical, .wb_element.wb-layout-vertical, .wb-layout-vertical {
        display: flex;
        flex-direction: column
    }

.root.wb-layout-vertical {
    display: block
}

.wb_element .wb_content.wb-layout-vertical > .wb_element:not(.wb-sticky):not(.wb-anim-entry-on), .wb-layout-vertical > .wb_element:not(.wb-sticky):not(.wb-anim-entry-on) {
    position: relative;
    left: auto !important;
    top: auto !important
}

.wb_element.wb-sticky {
    position: fixed
}

.wb-layout-fill > .wb_element {
    flex: 1 1 auto
}

.wb-layout-flow > .wb_element {
    flex: 0 1 content
}

.wb-layout-bg-element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    touch-action: none
}

    .wb-layout-bg-element > .wb_element {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        max-width: none;
        max-height: none;
        margin: 0
    }

.wb-layout-has-link > .wb_content {
    cursor: pointer
}

.wb-layout-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1
}

.wb-layout-has-link > .wb_content {
    z-index: 2
}

.wb_element.wb_text_element {
    word-wrap: break-word;
    line-height: normal;
    display: block
}

.wb_skype_element .skype-button {
    display: block;
    position: relative
}

    .wb_skype_element .skype-button .lwc-chat-button {
        white-space: nowrap
    }

.wb_element.wb-cs-elem {
    position: relative !important;
    box-sizing: border-box;
    min-width: 0
}

.wb_element_shape > .wb_shp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .wb_element_shape > .wb_shp + .wb-elm-ch-wrp {
        pointer-events: none
    }

        .wb_element_shape > .wb_shp + .wb-elm-ch-wrp a, .wb_element_shape > .wb_shp + .wb-elm-ch-wrp input, .wb_element_shape > .wb_shp + .wb-elm-ch-wrp select, .wb_element_shape > .wb_shp + .wb-elm-ch-wrp textarea, .wb_element_shape > .wb_shp + .wb-elm-ch-wrp button, .wb_element_shape > .wb_shp + .wb-elm-ch-wrp .wb_element {
            pointer-events: initial
        }

.wb_element_picture {
    overflow: visible
}

    .wb_element_picture > .wb_picture_wrap {
        position: relative;
        display: block;
        flex: 1 1 auto;
        width: auto;
        height: auto
    }

        .wb_element_picture > .wb_picture_wrap > .wb-picture-wrapper {
            width: 100%;
            height: auto;
            max-height: 100%;
            overflow: hidden
        }

            .wb_element_picture > .wb_picture_wrap > .wb-picture-wrapper img, .wb_element_picture > .wb_picture_wrap > .wb-picture-wrapper svg {
                display: block
            }

.wb_element_table {
    overflow-x: auto
}

.wb_table {
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%
}

    .wb_table td {
        border: 1px solid #000;
        word-break: break-word;
        overflow-wrap: break-word
    }

        .wb_table td > div {
            position: relative;
            top: 0;
            left: 0;
            width: 100%
        }

.wb_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

    .wb_button > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        flex: 1 1 auto;
        padding: 0;
        margin: 0
    }

    .wb_button, .wb_button:hover, .wb_button:active, .wb_button:focus, .wb_button:visited {
        outline: none !important
    }

.vmenu, .hmenu {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    overflow: visible
}

.hmenu {
    white-space: normal
}

    .vmenu li, .hmenu li {
        position: relative;
        display: block;
        display: inline-block;
        padding: 0;
        margin: 0
    }

.vmenu li {
    clear: both;
    display: block
}

    .vmenu li a, .hmenu li a {
        display: block
    }

/*.vmenu ul, .hmenu ul {
    display: none;
    position: absolute;
    margin-left: 0;
    padding-left: 0;
    left: 100%;
    top: 0;
    z-index: 3
}*/

.vmenu ul li, .hmenu ul li {
    display: block
}

.hmenu > li > ul {
    left: 0;
    top: 100%
}

.hmenu li.over > ul, .vmenu li.over > ul {
    display: block
}

.vmenu ul a, .hmenu ul a {
    white-space: nowrap;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis
}

.wb-menu-mobile .vmenu ul a, .wb-menu-mobile .hmenu ul a {
    max-width: initial
}

.wb-menu-hidden ul, .wb-menu-hidden .btn-collapser {
    display: none !important
}

.wb-menu-mobile.collapse-expanded > ul {
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    z-index: 100
}

.wb-menu-mobile.collapse-expanded ul {
    text-align: left !important
}

.wb_gallery {
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .wb_gallery .wb-masonry {
        overflow-x: hidden !important
    }

        .wb_gallery .wb-masonry .wb-masonry-items {
            max-width: 100%
        }

            .wb_gallery .wb-masonry .wb-masonry-items .wb_thumb {
                max-width: 100%
            }

#wb_gedit_name {
    width: 315px
}

#wb_gedit_images {
    width: 466px;
    height: 300px;
    overflow: auto;
    overflow-y: scroll;
    background: #fff
}

#wb_gedit_uploader {
    width: 120px;
    height: 64px;
    float: left
}

#wb_gedit_uploader_state {
    width: 336px;
    height: 64px;
    float: left;
    margin-left: 10px;
    overflow: auto
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0
}

    .gallery-image img, .gallery-image video {
        width: 100%;
        height: 100%
    }

.wb_thumb {
    position: relative;
    float: left;
    padding: 3px
}

    .wb_thumb img {
        max-width: none !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important
    }

    .wb_thumb > div {
        border: 1px solid #888;
        position: relative;
        max-width: 100%
    }

.wb-thumbs-only > .wb_thumb {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.gallery-slideshow {
    width: 100%;
    height: 100%
}

.gallery-slide-image {
    position: relative;
    width: 100%;
    height: 100%
}

.gallery-slide-pagination {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 32px;
    font-size: 16px;
    color: #FFF;
    text-shadow: #000 0 0 1px;
    transition: color 0.2s linear 0s,text-shadow 0.2s linear 0s;
    display: block;
    cursor: pointer;
    outline: none !important;
    text-align: center
}

.gallery-slide-pagination-top {
    top: 0
}

.gallery-slide-pagination-bottom {
    bottom: 0
}

.gallery-slide-pagination > * {
    margin: .2em
}

.gallery-slide-left, .gallery-slide-right {
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #FFF;
    text-shadow: #000 0 0 1px;
    transition: color 0.2s linear 0s,text-shadow 0.2s linear 0s;
    display: block;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    transform: translateY(-50%);
    padding: 1em
}

.gallery-slide-left {
    left: 0
}

.gallery-slide-right {
    right: 0
}

.gallery-slide-left:hover {
    color: #DDD;
    text-shadow: #222 0 0 1px
}

.gallery-slide-right:hover {
    color: #DDD;
    text-shadow: #222 0 0 1px
}

.gallery-list-left, .gallery-list-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    color: #FFF;
    text-shadow: #000 0 0 1px;
    transition: color 0.2s linear 0s,text-shadow 0.2s linear 0s
}

    .gallery-list-left:hover, .gallery-list-right:hover {
        color: #DDD;
        text-shadow: #222 0 0 1px
    }

.gallery-list .tmb-selected {
    background: #888
}

body.site .modal {
    z-index: 99999999 !important
}

body.site .modal-backdrop {
    z-index: 99999998 !important
}

.pswp {
    z-index: 99999998 !important
}

.alert-wb-form {
    z-index: 99999998 !important
}

.pswp .pswp__caption__center {
    max-width: 700px
}

.pswp .pswp__ui .pswp__caption {
    background-color: initial
}

.pswp.pswp--svg .pswp__button--close {
    background: none;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .pswp.pswp--svg .pswp__button--close:before {
        position: unset;
        content: "\f00d"
    }

.pswp.pswp--svg .pswp__button--arrow--left, .pswp.pswp--svg .pswp__button--arrow--right {
    margin: 0;
    padding: 1em;
    transform: translateY(-50%)
}

    .pswp.pswp--svg .pswp__button--arrow--left, .pswp.pswp--svg .pswp__button--arrow--right, .pswp.pswp--svg .pswp__button--arrow--left:before, .pswp.pswp--svg .pswp__button--arrow--right:before {
        background: none;
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: auto;
        width: auto
    }

        .pswp.pswp--svg .pswp__button--arrow--left:before, .pswp.pswp--svg .pswp__button--arrow--right:before {
            position: unset
        }

.pswp .pswp__button--arrow--left:before {
    content: "\f0a8"
}

.pswp .pswp__button--arrow--right:before {
    content: "\f0a9"
}

.wb-picture-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .66);
    padding: 10px 10px 0;
    transition: opacity 0.25s linear;
    pointer-events: none;
    touch-action: none
}

    .wb-picture-caption.center-top {
        top: 0;
        bottom: initial
    }

    .wb-picture-caption.center-center {
        left: 50%;
        right: initial;
        top: 50%;
        bottom: initial;
        transform: translateY(-50%) translateX(-50%)
    }

    .wb-picture-caption.center-bottom {
        top: inherit;
        bottom: 0
    }

.wb_thumb .wb-picture-caption {
    padding-bottom: 0;
    z-index: 10
}

.wb-picture-caption.wb-on-hover {
    opacity: 0
}

.wb_thumb:hover .wb-picture-caption.wb-on-hover, .gallery-list:hover .wb-picture-caption.wb-on-hover, .gallery-slideshow:hover .wb-picture-caption.wb-on-hover {
    opacity: 1
}

.wb_thumb .wb-picture-caption .wb-lightbox-title {
    font-size: 16px
}

.wb-lightbox-title {
    font-size: 20px;
    color: #FFF;
    margin: 0 0 10px;
    text-align: center
}

    .wb-lightbox-title > a {
        color: #FFF;
        text-decoration: underline
    }

        .wb-lightbox-title > a:hover {
            color: #FFF;
            text-decoration: none
        }

.wb-lightbox-description {
    font-size: 14px;
    color: #EEE;
    text-align: center;
    white-space: pre-wrap;
    margin-bottom: 10px
}

#skypedetectionswf {
    position: absolute;
    left: -1000px;
    top: -1000px
}

.wb_form {
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 100%;
    height: 100%
}

    .wb_form table {
        padding: 0;
        margin: 0;
        border: none;
        border-collapse: collapse;
        width: 100%;
        height: 100%
    }

        .wb_form table th, .wb_form table td {
            padding: 2px 0;
            margin: 0;
            border: none;
            border-collapse: collapse
        }

            .wb_form table th:not([class]) {
                font-size: 13px
            }

    .wb_comments textarea.hpc, .wb_form textarea.hpc {
        display: none
    }

    .wb_form table tr.area-row td {
        height: 99%
    }

        .wb_form table tr.area-row td div, .wb_form table tr.area-row td textarea {
            height: 100%
        }

    .wb_form .form-field {
        width: 100%
    }

    .wb_form .form-range-field {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .wb_form .form-range-field > div:first-child {
            flex: 1 1
        }

        .wb_form .form-range-field > div:last-child {
            flex: 1 1
        }

        .wb_form .form-range-field > div:nth-child(2) {
            margin: 0 1em
        }

    .wb_form.wb_mob_form.wb_form_vertical th {
        width: 1%;
        white-space: nowrap
    }

    .wb_form.wb_placeholder_form th {
        display: none
    }

    .wb_form.wb_form_ltr.wb_mob_form th {
        padding-right: 8px
    }

    .wb_form.wb_form_rtl.wb_mob_form th {
        padding-left: 8px
    }

    .wb_form label.checkbox-label, .wb_form label.radio-label {
        display: block;
        max-width: none;
        text-align: left;
        margin-bottom: 0
    }

    .wb_form .checkbox-inline-group label.checkbox-label, .wb_form label.radio-label {
        margin-bottom: 5px
    }

        .wb_form .checkbox-inline-group label.checkbox-label:last-child, .wb_form label.radio-label:last-child {
            margin-bottom: 0
        }

        .wb_form label.checkbox-label p, .wb_form label.radio-label p, .wb_form th p {
            display: inline
        }

    .wb_form label.checkbox-inline, .wb_form label.radio-inline {
        line-height: normal;
        font-weight: 700;
        display: inline-flex;
        align-items: center
    }

    .wb_form.wb_form_ltr label.checkbox-label, .wb_form.wb_form_ltr .checkbox-inline-group, .wb_form.wb_form_ltr label.radio-label, .wb_form.wb_form_ltr .radio-inline-group {
        text-align: left !important
    }

    .wb_form.wb_form_rtl label.checkbox-label, .wb_form.wb_form_rtl .checkbox-inline-group, .wb_form.wb_form_rtl label.radio-label, .wb_form.wb_form_rtl .radio-inline-group {
        text-align: right !important
    }

    .wb_form label.checkbox-label > input.form-field, .wb_form label.radio-label > input.form-field {
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .wb_form input[type="datetime-local"], .wb_form input[type="date"], .wb_form input[type="time"] {
        position: relative
    }

        .wb_form input[type="datetime-local"]::-webkit-calendar-picker-indicator, .wb_form input[type="date"]::-webkit-calendar-picker-indicator, .wb_form input[type="time"]::-webkit-calendar-picker-indicator {
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            width: 16px !important
        }

    .wb_form.wb_form_ltr input[type="datetime-local"]::-webkit-calendar-picker-indicator, .wb_form.wb_form_ltr input[type="date"]::-webkit-calendar-picker-indicator, .wb_form.wb_form_ltr input[type="time"]::-webkit-calendar-picker-indicator {
        right: 2px
    }

    .wb_form.wb_form_rtl input[type="datetime-local"]::-webkit-calendar-picker-indicator, .wb_form.wb_form_rtl input[type="date"]::-webkit-calendar-picker-indicator {
        left: 2px
    }

    .wb_form.wb_form_rtl input[type="time"]::-webkit-calendar-picker-indicator {
        left: -7px
    }

    .wb_form .form-file-wrapper {
        height: auto
    }

        .wb_form .form-file-wrapper:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%
        }

        .wb_form .form-file-wrapper > input {
            display: inline-block;
            vertical-align: middle
        }

    .wb_form .wb_form_captcha {
        transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

    .wb_form textarea.form-control {
        resize: none
    }

.wb_form_ltr {
    direction: ltr
}

.wb_form_rtl {
    direction: rtl
}

.wb_vertical_form table th, .wb_vertical_form table td, .wb_vertical_form table tr {
    display: block;
    height: auto !important
}

    .wb_vertical_form table td .checkbox-label input {
        width: auto !important
    }

.wb_vertical_form table > tbody {
    display: flex;
    flex-direction: column;
    height: 100%
}

    .wb_vertical_form table > tbody > tr {
        flex-grow: 1
    }

        .wb_vertical_form table > tbody > tr.area-row {
            display: flex;
            flex-grow: 100;
            flex-direction: column
        }

            .wb_vertical_form table > tbody > tr.area-row > th {
                flex-grow: 1
            }

            .wb_vertical_form table > tbody > tr.area-row > td {
                flex-grow: 1000
            }

        .wb_vertical_form table > tbody > tr.btn-new-line {
            grid-column: 1/-1
        }

            .wb_vertical_form table > tbody > tr.btn-new-line th {
                display: none
            }

.wb_form_horizontal table tbody {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit,minmax(200px,max-content));
    justify-items: stretch;
    align-content: center;
    align-items: start
}

.wb_form_horizontal.inline table tbody {
    grid-template-columns: repeat(auto-fit,minmax(165px,max-content))
}

.wb_form_horizontal table tbody th p {
    display: inline-block
}

.wb_form_horizontal table tbody th:after {
    content: " ";
    display: inline-block;
    white-space: break-spaces
}

.wb_comments {
    width: 500px;
    margin: 0 auto
}

.wb_comment {
    display: block;
    border-top: 1px solid #ccc;
    padding: 6px 2px;
    clear: both;
    position: relative
}

.wb_comment_user {
    font-size: 18px;
    color: #007499;
    margin-bottom: 6px
}

.wb_comment_date {
    font-size: 10px;
    color: #999
}

.wb_comment_text {
    font-size: 13px;
    color: #000
}

.wb_footer {
    padding-bottom: 20px
}

i.icon-wb-logo {
    background-image: url(../img/icon-logo.svg) !important;
    background-size: 16px;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    display: inline-block
}

    i.icon-wb-logo.icon-wb-logo-izyro {
        background-image: url(../img/icon-logo-red.svg) !important
    }

.wb-combobox-controll input {
    cursor: pointer
}

.wb-combobox-controll ul {
    overflow-y: auto;
    max-height: 320px
}

@media (min-height: 769px) {
    .wb-combobox-controll ul {
        max-height: 420px
    }
}

@media (min-height: 992px) {
    .wb-combobox-controll ul {
        max-height: 500px
    }
}

.wb-combobox-controll .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

[class^="flag-icon"], [class*=" flag-icon"] {
    width: 18px;
    height: 14px;
    display: block;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #EEE
}

[class^="ico-lang"], [class*=" ico-lang"] {
    background: url(../img/flags_matrix.png) no-repeat;
    width: 18px;
    height: 12px;
    display: block;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden
}

span.ico-lang-us, i.ico-lang-us {
    background-position: -378px -228px
}

span.ico-lang-uk, i.ico-lang-uk {
    background-position: -378px -132px
}

span.ico-lang-lt, i.ico-lang-lt {
    background-position: -216px -240px
}

span.ico-lang-ru, i.ico-lang-ru {
    background-position: -324px -252px
}

span.ico-lang-de, i.ico-lang-de {
    background-position: -72px -60px
}

span.ico-lang-ae, i.ico-lang-ae {
    background-position: -18px -60px
}

span.ico-lang-dk, i.ico-lang-dk {
    background-position: -72px -132px
}

span.ico-lang-gr, i.ico-lang-gr {
    background-position: -126px -216px
}

span.ico-lang-es, i.ico-lang-es {
    background-position: -90px -228px
}

span.ico-lang-sv, i.ico-lang-sv {
    background-position: -342px -264px
}

span.ico-lang-ee, i.ico-lang-ee {
    background-position: -90px -60px
}

span.ico-lang-fi, i.ico-lang-fi {
    background-position: -108px -108px
}

span.ico-lang-fr, i.ico-lang-fr {
    background-position: -108px -216px
}

span.ico-lang-hr, i.ico-lang-hr {
    background-position: -144px -216px
}

span.ico-lang-ht, i.ico-lang-ht {
    background-position: -144px -240px
}

span.ico-lang-hu, i.ico-lang-hu {
    background-position: -144px -252px
}

span.ico-lang-id, i.ico-lang-id {
    background-position: -162px -48px
}

span.ico-lang-it, i.ico-lang-it {
    background-position: -162px -240px
}

span.ico-lang-kr, i.ico-lang-kr {
    background-position: -198px -216px
}

span.ico-lang-lv, i.ico-lang-lv {
    background-position: -216px -264px
}

span.ico-lang-my, i.ico-lang-my {
    background-position: -234px -300px
}

span.ico-lang-mk, i.ico-lang-mk {
    background-position: -234px -132px
}

span.ico-lang-nl, i.ico-lang-nl {
    background-position: -252px -144px
}

span.ico-lang-pl, i.ico-lang-pl {
    background-position: -288px -144px
}

span.ico-lang-br, i.ico-lang-br {
    background-position: -36px -216px
}

span.ico-lang-ro, i.ico-lang-ro {
    background-position: -324px -180px
}

span.ico-lang-ua, i.ico-lang-ua {
    background-position: -378px -12px
}

span.ico-lang-sk, i.ico-lang-sk {
    background-position: -342px -132px
}

span.ico-lang-tr, i.ico-lang-tr {
    background-position: -360px -216px
}

span.ico-lang-th, i.ico-lang-th {
    background-position: -360px -96px
}

span.ico-lang-vn, i.ico-lang-vn {
    background-position: -396px -168px
}

span.ico-lang-se, i.ico-lang-se {
    background-position: -342px -60px
}

span.ico-lang-si, i.ico-lang-si {
    background-position: -342px -108px
}

span.ico-lang-me, i.ico-lang-me {
    background-position: -234px -60px
}

span.ico-lang-hk, i.ico-lang-hk {
    background-position: -468px -108px
}

span.ico-lang-tw, i.ico-lang-tw {
    background-position: -360px -276px
}

span.ico-lang-cn, i.ico-lang-cn {
    background-position: -54px -168px
}

span.ico-lang-rs, i.ico-lang-rs {
    background-position: -324px -228px
}

span.ico-lang-cz, i.ico-lang-cz {
    background-position: -54px -312px
}

span.ico-lang-cs, i.ico-lang-cs {
    background-position: -324px -228px
}

span.ico-lang-bg, i.ico-lang-bg {
    background-position: -36px -84px
}

span.ico-lang-il, i.ico-lang-il {
    background-position: -162px -144px
}

span.ico-lang-by, i.ico-lang-by {
    background-position: -35px -300px
}

span.ico-lang-kz, i.ico-lang-kz {
    background-position: -198px -312px
}

span.ico-lang-al, i.ico-lang-al {
    background-position: -17px -144px
}

span.ico-lang-ir, i.ico-lang-ir {
    background-position: -162px -216px
}

span.ico-lang-no, i.ico-lang-no {
    background-position: -252px -180px
}

span.ico-lang-za, i.ico-lang-za {
    background-position: -467px -12px
}

span.ico-lang-am, i.ico-lang-am {
    background-position: -18px -155px
}

span.ico-lang-ct, i.ico-lang-ct {
    background-position: -54px -240px
}

span.ico-lang-jp, i.ico-lang-jp {
    background-position: -180px -192px
}

span.ico-lang-in, i.ico-lang-in {
    background-position: -162px -168px
}

span.ico-lang-eu, i.ico-lang-eu {
    background-position: -90px -252px
}

span.ico-lang-gl, i.ico-lang-gl {
    background-position: -126px -144px
}

span.ico-lang-pt, i.ico-lang-pt {
    background-position: -288px -240px
}

span.ico-lang-ph, i.ico-lang-ph {
    background-position: -288px -96px
}

span.ico-lang-gb, i.ico-lang-gb {
    background-position: -468px -312px
}

span.ico-lang-ge, i.ico-lang-ge {
    background-position: -126px -60px
}

span.ico-lang-at, i.ico-lang-at {
    background-position: -17px -240px
}

span.ico-lang-az, i.ico-lang-az {
    background-position: -18px -312px
}

span.ico-lang-ba, i.ico-lang-ba {
    background-position: -36px -12px
}

span.ico-lang-pk, i.ico-lang-pk {
    background-position: -288px -132px
}

span.ico-lang-uz, i.ico-lang-uz {
    background-position: -378px -312px
}

span.ico-lang-tz, i.ico-lang-tz {
    background-position: -360px -312px
}

i.ico-lang-en, i.ico-lang-lt, i.ico-lang-ru {
    width: 18px;
    height: 12px
}

.langs_flags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: start;
    justify-items: center;
    justify-content: start;
    height: 100%
}

    .langs_flags a {
        padding: 0;
        width: 18px;
        height: 14px;
        position: relative;
        display: block;
        float: left;
        margin: 2px;
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .langs_flags.langs_flags_noa a {
        margin: 0
    }

    .langs_flags:not(.langs_flags_noa) a.active:after {
        content: "";
        display: block;
        width: 22px;
        height: 18px;
        border: 1px solid #777;
        padding: 1px;
        position: absolute;
        top: -2px;
        left: -2px
    }

    .langs_flags a i {
        display: block
    }

.btn-collapser {
    display: none;
    text-align: center;
    padding: 7px;
    border: none
}

    .btn-collapser > .icon-bar {
        display: block;
        padding: 0;
        margin: 3px 0 0 0;
        font-size: 1px;
        line-height: 1px;
        background: #000;
        height: 3px;
        width: 18px
    }

        .btn-collapser > .icon-bar:first-child {
            margin-top: 0
        }

.wb_element .collapsed > .btn-collapser {
    display: inline-block
}

.wb_element .collapsed > ul {
    display: none !important
}

.wb-music-player {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.wb-music-player-ctrl {
    padding: 0;
    margin: 0
}

.wb-music-player-btns {
    text-align: center;
    padding: 6px 5px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center
}

    .wb-music-player-btns > a {
        cursor: pointer;
        color: #fff;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        flex: 0 0 auto;
        margin: 0 5px
    }

        .wb-music-player-btns > a:hover {
            color: #2cbd98;
            border-color: #2cbd98;
            text-decoration: none
        }

        .wb-music-player-btns > a.disabled {
            color: #666;
            border-color: #666;
            cursor: default
        }

.wb-music-player-prev {
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 11px
}

    .wb-music-player-prev > span {
        vertical-align: top;
        margin: 2px 0 0 4px
    }

.wb-music-player-next {
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 11px
}

    .wb-music-player-next > span {
        vertical-align: top;
        margin: 2px 0 0 4px
    }

.wb-music-player-play {
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px
}

    .wb-music-player-play > span {
        vertical-align: top;
        margin: 4px 0 0 6px
    }

.wb-music-player-pbar, .wb-music-player-pbar > div {
    padding: 0;
    margin: 0;
    line-height: 1px;
    font-size: 1px;
    border: none;
    display: block;
    overflow: hidden;
    float: none
}

.wb-music-player-pbar {
    background-color: #666
}

    .wb-music-player-pbar > div {
        background-color: #2cbd98;
        width: 23%;
        height: 4px
    }

.wb-music-player-plist {
    background-color: #fafafa;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0 0 0
}

    .wb-music-player-plist > div {
        padding: 4px 10px;
        margin: 0;
        cursor: pointer
    }

        .wb-music-player-plist > div:nth-child(even) {
            background-color: rgb(0 0 0 / .1)
        }

        .wb-music-player-plist > div.active {
            background-color: #2cbd98
        }

.wb-recaptcha-placeholder {
    max-width: 304px;
    height: 78px;
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #F9F9F9;
    color: #000;
    text-align: left;
    cursor: help;
    display: block
}

    .wb-recaptcha-placeholder > span {
        margin: 25px 12px 0 12px;
        display: block;
        font-size: 14px;
        line-height: 24px
    }

        .wb-recaptcha-placeholder > span::before {
            background: #fff;
            border: 2px solid #C1C1C1;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            height: 28px;
            width: 28px;
            display: inline-block;
            margin: 0 10px -9px 0;
            content: ""
        }

.wb-store {
    position: relative;
    width: 100%;
    height: 100%
}

.wb-store-list-controls-sort, .wb-store-list-controls-view-switch {
    display: inline-block
}

    .wb-store-list-controls-sort + .wb-store-list-controls-view-switch {
        margin-left: 10px
    }

.wb-store-table {
    text-align: left
}

    .wb-store-table td {
        vertical-align: middle !important
    }

    .wb-store-table.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: rgb(0 0 0 / .03125)
    }

    .wb-store-table.table-striped > tbody > tr:nth-of-type(even) {
        background-color: rgb(255 255 255 / .125)
    }

.wb-store-table-name-link > div, .wb-store-table-name-link .wb-store-nothumb {
    border: none;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

    .wb-store-table-name-link .wb-store-nothumb::before {
        margin-top: -3px;
        display: inline-block;
        vertical-align: top
    }

.wb-store-table-name {
    display: inline-block;
    margin: 0 0 0 10px
}

div.wb-store-item {
    display: inline-block;
    margin: 0 10px 20px 10px;
    cursor: pointer;
    vertical-align: top
}

.wb-store-item-buttons {
    margin-top: 3px
}

.wb-store-thumb {
    border: 1px solid #eee;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: center;
    position: relative
}

    .wb-store-thumb:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -4px
    }

    .wb-store-thumb img, .wb-store-thumb video {
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .wb-store-thumb.wb-store-thumb-contain img {
        object-fit: contain
    }

.wb-store-imgs-block {
    float: left;
    text-align: center;
    margin-right: 30px
}

.wb-store-image {
    border: 1px solid #eee;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    touch-action: manipulation;
    text-decoration: none;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s
}

    .wb-store-image:hover, .wb-store-image:focus, .wb-store-image:active {
        text-decoration: none
    }

    .wb-store-image:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -4px
    }

    .wb-store-image > img, .wb-store-image > video {
        transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        max-width: 100%;
        width: auto;
        height: auto;
        left: 0;
        top: 0
    }

.wb-store-alt-images {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0 24px
}

    .wb-store-alt-images > div {
        max-width: 488px;
        overflow: hidden
    }

    .wb-store-alt-images > span {
        display: block;
        width: 12px;
        height: 16px;
        position: absolute;
        top: 53px;
        cursor: pointer;
        opacity: .5;
        font-size: 16px;
        line-height: 16px;
        color: #777
    }

        .wb-store-alt-images > span:hover {
            opacity: .8
        }

    .wb-store-alt-images > .arrow-left {
        left: 0
    }

    .wb-store-alt-images > .arrow-right {
        right: 0
    }

    .wb-store-alt-images > div > div {
        white-space: nowrap;
        transition: margin-left 0.3s;
        -moz-transition: margin-left 0.3s;
        -webkit-transition: margin-left 0.3s
    }

    .wb-store-alt-images .wb-store-alt-img {
        width: 110px;
        height: 110px;
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
        border: 1px solid #eee;
        cursor: pointer;
        box-sizing: content-box;
        overflow: hidden
    }

        .wb-store-alt-images .wb-store-alt-img.active {
            border: 3px solid #eee;
            margin: 3px
        }

        .wb-store-alt-images .wb-store-alt-img > img {
            max-width: 100%;
            object-fit: cover;
            width: 100%;
            height: 100%
        }

.wb-store-nothumb {
    font-size: 49px;
    line-height: 49px;
    color: #999;
    display: inline-block;
    vertical-align: middle
}

.wb-store-controls {
    margin-bottom: 20px
}

.wb-store-label {
    display: inline-block;
    margin-right: 6px
}

.wb-store-variant {
    padding: 0
}

    .wb-store-variant select {
        max-width: 160px;
        margin: 5px 0
    }

    .wb-store-variant .wb-store-variant-buttons {
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px 20px;
        margin: 5px;
        text-align: center;
        cursor: pointer
    }

.wb-store-variant-sm .wb-store-variant-buttons {
    padding: 5px 10px
}

.wb-store-variant .wb-store-variant-buttons:hover {
    border-color: #999
}

.wb-store-variant .wb-store-variant-buttons.active {
    border-color: #333
}

.wb-store-variant .wb-store-variant-color, .wb-store-variant .wb-store-variant-image {
    display: inline-block;
    padding: 3px;
    margin: 4px;
    border: 1px solid #ddd;
    border-radius: 60px;
    text-align: center;
    cursor: pointer;
    position: relative
}

    .wb-store-variant .wb-store-variant-color .tooltip, .wb-store-variant .wb-store-variant-image .tooltip {
        display: none;
        opacity: 1;
        margin-bottom: 2px;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        pointer-events: none;
        touch-action: none
    }

    .wb-store-variant .wb-store-variant-color:hover, .wb-store-variant .wb-store-variant-image:hover {
        border-color: #999
    }

        .wb-store-variant .wb-store-variant-color:hover .tooltip, .wb-store-variant .wb-store-variant-image:hover .tooltip {
            display: block
        }

    .wb-store-variant .wb-store-variant-color.active, .wb-store-variant .wb-store-variant-image.active {
        border-color: #333
    }

    .wb-store-variant .wb-store-variant-color span, .wb-store-variant .wb-store-variant-image span {
        display: block;
        border: 0 solid #000;
        width: 36px;
        height: 36px;
        border-radius: 60px;
        background-color: #eee;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

.wb-store-variant-sm .wb-store-variant-color span, .wb-store-variant-sm .wb-store-variant-image span {
    width: 18px;
    height: 18px
}

.wb-store-details {
    padding: 0 15px
}

.wb-store-details-table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0
}

.wb-store-details-table-field-label {
    padding-right: 20px
}

.wb-store-details-table td {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0
}

    .wb-store-details-table td:nth-child(2) {
        width: 80%
    }

.wb-store-properties .wb-store-pcats {
    display: block;
    margin-bottom: 10px
}

.wb-store-properties .wb-store-sku {
    display: block;
    margin-bottom: 10px
}

.wb-store-properties .wb-store-name {
    display: block;
    margin-bottom: 10px
}

.wb-store-properties .wb-store-price {
    display: block;
    margin-bottom: 10px
}

    .wb-store-item .wb-store-price > s, .wb-store-item td > s, .wb-store-properties .wb-store-price > s {
        display: inline-block;
        margin-left: 6px;
        opacity: .7
    }

.wb-store-properties .wb-store-field {
    display: block;
    margin-bottom: 10px
}

    .wb-store-properties .wb-store-field.wb-store-variant {
        margin: 0
    }

.wb-store-properties .wb-store-form-buttons .wb-store-field {
    display: inline-block;
    margin: 0
}

.wb-store-no-stock {
    display: inline-block;
    font-size: 13px;
    margin-top: 15px
}

.wb-store-desc {
    margin-top: 20px
}

.wb-store-filters {
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .wb-store-filters.wb-store-filters-left, .wb-store-filters.wb-store-filters-right {
        flex: 0 0 230px;
        width: 230px
    }
}

.wb-store-filters.wb-store-filters-left .radio-inline, .wb-store-filters.wb-store-filters-right .radio-inline, .wb-store-filters.wb-store-filters-left .checkbox-inline, .wb-store-filters.wb-store-filters-right .checkbox-inline {
    display: block;
    margin-left: 0
}

.wb-store-filters-checkbox-list, .wb-store-filters-radiobox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

    .wb-store-filters-checkbox-list .checkbox-inline, .wb-store-filters-radiobox-list .radio-line {
        margin-left: 0
    }

@media (min-width: 769px) {
    .wb-store-cat-select {
        max-width: 200px
    }
}

.wb-store-form-block {
    padding-top: 20px;
    width: 100%;
    margin-left: 0 !important
}

.wb-store-form-buttons {
    padding-top: 20px;
    text-align: left
}

.wb-store-form-block .wb-store-form {
    margin-top: 20px;
    position: static !important;
    float: none;
    width: 100%
}

.wb-store-cart-order-price-too-low {
    color: red;
    margin-bottom: 15px
}

.wb-store-cart-same-as-prev-cb {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 20px;
    vertical-align: middle
}

.wb-store-form-block .wb-store-form .wb_form {
    width: 100%;
    margin: 0
}

.wb-store-form-block .wb-store-form .form-footer td {
    text-align: right
}

.wb-store-form-buttons .wb-store-cart-add-quantity {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

.wb-store-cart {
    cursor: pointer;
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden
}

    .wb-store-cart > .wb-store-cart-wrp > div, .wb-store-cart > .wb-store-cart-wrp > img, .wb-store-cart > .wb-store-cart-wrp div > span, .wb-store-cart > .wb-store-cart-wrp div > svg {
        display: inline-block;
        vertical-align: middle
    }

    .wb-store-cart > .wb-store-cart-wrp div > svg {
        max-width: 100%;
        max-height: 100%;
        height: auto
    }

    .wb-store-cart > .wb-store-cart-wrp img {
        margin: 0 6px;
        max-width: 64px;
        height: auto
    }

    .wb-store-cart > .wb-store-cart-wrp span:last-child {
        margin: 0
    }

.store-cart-counter {
    display: inline-block
}

.wb-store-cart > .wb-store-cart-wrp .store-cart-icon {
    font-family: FontAwesome !important;
    font-size: 18px !important;
    line-height: 22px !important;
    width: 22px !important;
    height: 22px !important;
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    text-align: center;
    vertical-align: middle;
    speak: none
}

    .wb-store-cart > .wb-store-cart-wrp .store-cart-icon:before {
        content: "\f291"
    }

.wb-store-cart > .wb-store-cart-wrp .store-cart-icon {
    margin: 0 4px
}

.wb-store .wb-store-pay-btns {
    position: relative
}

    .wb-store .wb-store-pay-btns > div {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 7px 10px
    }

    .wb-store .wb-store-pay-btns .wb-store-pay-btn-overlay {
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0
    }

.ico-spin:before {
    font-family: FontAwesome !important;
    content: "\f110"
}

.wb-store .wb-store-pay-btns .wb-store-pay-btn-overlay > .ico-spin {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    display: inline-block
}

@-webkit-keyframes cartanim {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes cartanim {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.cartanim {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: cartanim;
    animation-name: cartanim
}

.wb-store-cart-details {
    flex: 1 1 auto
}

.wb-store-cart-table, .wb-store-cart-table td, .wb-store-cart-table th, .wb-store-cart-table tr {
    border: none;
    margin: 0
}

    .wb-store-cart-table td, .wb-store-cart-table th {
        padding: 10px 5px;
        vertical-align: middle
    }

    .wb-store-cart-table thead td, .wb-store-cart-table thead th {
        text-align: center
    }

    .wb-store-cart-table thead {
        border-bottom: 1px solid #ccc
    }

    .wb-store-cart-table tfoot {
        border-top: 1px solid #ccc
    }

    .wb-store-cart-table.empty thead, .wb-store-cart-table.empty tfoot {
        display: none
    }

.wb-store-cart-table-img {
    width: 1%
}

    .wb-store-cart-table-img img {
        max-height: 56px
    }

    .wb-store-cart-table-img > a > div {
        width: 50px;
        height: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center
    }

.wb-store-cart-table-name {
    text-align: left
}

    .wb-store-cart-table-name > span {
        font-weight: 400
    }

        .wb-store-cart-table-name > span > s {
            display: inline-block;
            margin-left: 6px;
            opacity: .7
        }

.wb-store-cart-table-quantity {
    width: 1%
}

    .wb-store-cart-table-quantity input {
        width: 60px;
        text-align: center
    }

    .wb-store-cart-table-quantity > .wb-store-cart-qty-label {
        display: none
    }

    .wb-store-cart-table-quantity > .wb-store-cart-qty-error {
        position: absolute;
        margin: 9px 220px 0 0;
        right: 0
    }

.wb-store-cart-table-price {
    width: 1%;
    text-align: center !important;
    white-space: nowrap
}

.wb-store-cart-table-remove {
    width: 1%
}

    .wb-store-cart-table-remove > span {
        color: red;
        cursor: pointer
    }

.wb-store-cart-table-totals {
    text-align: right
}

.wb-store-cart-forms {
    display: flex;
    justify-content: center
}

.wb-store-cart-forms-cont {
    max-width: 990px;
    width: 100%
}

.wb-store-cart-sum {
    width: 1%;
    text-align: center !important
}

.wb-store-pay-wrp {
    clear: both;
    text-align: center;
    padding-top: 20px;
    overflow-y: hidden
}

.wb-store-pay-sep {
    border-top: 1px solid #ccc;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    display: block
}

.wb-store-pay-btns {
    text-align: center;
    padding-top: 20px
}

    .wb-store-pay-btns > div {
        display: inline-block
    }

.wb-store-pay-btn-info-btn button {
    width: auto !important;
    min-width: 145px;
    min-height: 60px;
    padding-top: 14px !important
}

    .wb-store-pay-btn-info-btn button > img {
        margin-top: -4px
    }

.wb-store-pay-btn-info {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-weight: 400;
    padding: 0 5px
}

.wb-store-discount-label {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #dc3545;
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 1px rgb(0 0 0 / .5)
}

td .wb-store-discount-label {
    position: static;
    margin-left: 10px
}

.wb-cgr {
    box-sizing: border-box;
    margin: 0 -15px;
    width: auto
}

    .wb-cgr:after {
        display: block;
        box-sizing: border-box;
        content: '';
        visibility: hidden;
        width: 100%;
        height: 0;
        clear: both
    }

.wb-cgc {
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%
}

.wb_cookie_policy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 11000;
    line-height: 1.2em;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto
}

    .wb_cookie_policy.center {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

        .wb_cookie_policy.center > .policy-button {
            margin-top: 12px
        }

    .wb_cookie_policy > .policy-message {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }

        .wb_cookie_policy > .policy-message > :last-child {
            margin-bottom: 0
        }

        .wb_cookie_policy > .policy-message a {
            color: inherit;
            text-decoration: underline
        }

            .wb_cookie_policy > .policy-message a:hover, .wb_cookie_policy > .policy-message a:focus, .wb_cookie_policy > .policy-message a:active {
                color: inherit;
                text-decoration: none
            }

    .wb_cookie_policy > .policy-button {
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
        height: 100%;
        white-space: nowrap
    }

        .wb_cookie_policy > .policy-button > button {
            border: none;
            padding: 5px 10px;
            white-space: nowrap
        }

.cookie-policy-modal {
    z-index: 11001
}

@media (max-width: 767px) {
    .wb_cookie_policy > .policy-message, .wb_cookie_policy > .policy-button {
        display: block
    }

    .wb_cookie_policy > .policy-button {
        white-space: normal;
        padding: 5px 0 0 0;
        text-align: right
    }

        .wb_cookie_policy > .policy-button > button {
            margin-bottom: 5px
        }
}

@media (min-width: 768px) {
    .wb-cgc-tbl-1 {
        width: 8.333333333333%
    }

    .wb-cgc-tbl-2 {
        width: 16.666666666666%
    }

    .wb-cgc-tbl-3 {
        width: 25%
    }

    .wb-cgc-tbl-4 {
        width: 33.333333333333%
    }

    .wb-cgc-tbl-5 {
        width: 41.666666666666%
    }

    .wb-cgc-tbl-6 {
        width: 50%
    }

    .wb-cgc-tbl-7 {
        width: 58.333333333333%
    }

    .wb-cgc-tbl-8 {
        width: 66.666666666666%
    }

    .wb-cgc-tbl-9 {
        width: 75%
    }

    .wb-cgc-tbl-10 {
        width: 83.333333333333%
    }

    .wb-cgc-tbl-11 {
        width: 91.666666666666%
    }

    .wb-cgc-tbl-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .wb-cgc-dsk-1 {
        width: 8.333333333333%
    }

    .wb-cgc-dsk-2 {
        width: 16.666666666666%
    }

    .wb-cgc-dsk-3 {
        width: 25%
    }

    .wb-cgc-dsk-4 {
        width: 33.333333333333%
    }

    .wb-cgc-dsk-5 {
        width: 41.666666666666%
    }

    .wb-cgc-dsk-6 {
        width: 50%
    }

    .wb-cgc-dsk-7 {
        width: 58.333333333333%
    }

    .wb-cgc-dsk-8 {
        width: 66.666666666666%
    }

    .wb-cgc-dsk-9 {
        width: 75%
    }

    .wb-cgc-dsk-10 {
        width: 83.333333333333%
    }

    .wb-cgc-dsk-11 {
        width: 91.666666666666%
    }

    .wb-cgc-dsk-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .wb-cgc-tv-1 {
        width: 8.333333333333%
    }

    .wb-cgc-tv-2 {
        width: 16.666666666666%
    }

    .wb-cgc-tv-3 {
        width: 25%
    }

    .wb-cgc-tv-4 {
        width: 33.333333333333%
    }

    .wb-cgc-tv-5 {
        width: 41.666666666666%
    }

    .wb-cgc-tv-6 {
        width: 50%
    }

    .wb-cgc-tv-7 {
        width: 58.333333333333%
    }

    .wb-cgc-tv-8 {
        width: 66.666666666666%
    }

    .wb-cgc-tv-9 {
        width: 75%
    }

    .wb-cgc-tv-10 {
        width: 83.333333333333%
    }

    .wb-cgc-tv-11 {
        width: 91.666666666666%
    }

    .wb-cgc-tv-12 {
        width: 100%
    }
}

.wb-map {
    max-height: 300px
}

@media (min-height: 400px) {
    .wb-map {
        max-height: 350px
    }
}

@media (min-height: 450px) {
    .wb-map {
        max-height: 400px
    }
}

@media (min-height: 500px) {
    .wb-map {
        max-height: 450px
    }
}

@media (min-height: 550px) {
    .wb-map {
        max-height: 500px
    }
}

@media (min-height: 600px) {
    .wb-map {
        max-height: 550px
    }
}

@media (min-height: 640px) {
    .wb-map {
        max-height: 600px
    }
}

@media (min-width: 768px) {
    .wb-map {
        max-height: none
    }
}

.alert-wb-form {
    position: fixed;
    opacity: 0;
    right: -50px;
    top: 0;
    z-index: 10000;
    font-size: 24px;
    padding: 30px 50px;
    line-height: 24px;
    max-width: 748px;
    margin: 10px
}

    .alert-wb-form > button {
        margin-right: -40px;
        margin-top: -24px
    }

@media (max-width: 767px) {
    .alert-wb-form {
        right: 0 !important;
        padding: 15px 25px;
        font-size: 18px
    }

        .alert-wb-form > button {
            margin-right: -20px;
            margin-top: -14px
        }
}

.wb_fixed_bg_hack {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100vh
}

body.wb_no_bg_fixed *, body.wb_no_bg_fixed *:before, body.wb_no_bg_fixed *:after {
    background-attachment: scroll !important
}

body > iframe[src~="skype"], body > iframe[src*="skype"] {
    display: none
}

.wb-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff0;
    z-index: 99999998;
    padding: 30px 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

    .wb-popup-container > .wb-popup {
        position: relative;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 5px 15px rgb(0 0 0 / .5);
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / .5);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-sizing: content-box;
        opacity: 0;
        max-width: calc(100% - 20px - 2px);
        max-height: 100%;
        min-height: 40px
    }

    .wb-popup-container.visible {
        background: rgb(0 0 0 / .5)
    }

        .wb-popup-container.visible > .wb-popup {
            opacity: 1
        }

    .wb-popup-container > .wb-popup > .wb-iframe-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1
    }

        .wb-popup-container > .wb-popup > .wb-iframe-wrapper > iframe {
            border: none;
            width: 100%;
            height: 100%;
            margin: 0 auto
        }

    .wb-popup-container > .wb-popup > .wb-popup-btn-close {
        z-index: 2;
        position: absolute;
        width: 22px;
        height: 22px;
        top: -11px;
        right: -11px;
        border-radius: 11px;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        background: #000;
        cursor: pointer;
        box-shadow: 0 0 3px rgb(0 0 0 / .5);
        -webkit-box-shadow: 0 0 3px rgb(0 0 0 / .5);
        border: 2px solid #fff
    }

        .wb-popup-container > .wb-popup > .wb-popup-btn-close:before, .wb-popup-container > .wb-popup > .wb-popup-btn-close:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 14px;
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            background: #fff;
            left: 8px;
            top: 2px
        }

        .wb-popup-container > .wb-popup > .wb-popup-btn-close:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg)
        }

    .wb-popup-container .wb-popup-loader {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        background: rgb(255 255 255 / .5)
    }

        .wb-popup-container .wb-popup-loader:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%
        }

        .wb-popup-container .wb-popup-loader > .spinner {
            font-family: FontAwesome !important;
            font-size: 50px;
            line-height: 50px;
            width: 50px;
            height: 50px;
            color: #333;
            font-weight: 400;
            font-style: normal;
            text-decoration: none;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-image: none !important;
            text-align: center;
            vertical-align: middle;
            speak: none;
            display: inline-block
        }

            .wb-popup-container .wb-popup-loader > .spinner:before {
                content: "\f110"
            }

@media (max-width: 767px) {
    .wb-popup-container {
        padding: 10px 0
    }

        .wb-popup-container > .wb-popup > .wb-popup-btn-close {
            top: 3px;
            right: 3px
        }
}

.wb_video_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

body.site .wb_video_background:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.wb_site_video_background {
    position: fixed
}

.wb_video_background > .wb-video {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0
}

.wb_video_background > .wb-youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.wb_video_background > .wb-video, .wb_video_background > .wb-youtube-video {
    opacity: 0;
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s
}

    .wb_video_background > .wb-video.visible, .wb_video_background > .wb-youtube-video.visible {
        opacity: 1
    }

    .wb_video_background > .wb-youtube-video > .youtube {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin: auto
    }

.wb_element.wb-map .wb_google_maps_overlay {
    background: #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .wb_element.wb-map .wb_google_maps_overlay:before {
        content: "";
        vertical-align: middle;
        height: 100%;
        display: inline-block
    }

    .wb_element.wb-map .wb_google_maps_overlay > div {
        font-size: 24px;
        width: 100%;
        color: #777;
        padding: 0 25%;
        text-align: center;
        display: inline-block;
        vertical-align: middle
    }

        .wb_element.wb-map .wb_google_maps_overlay > div > a {
            color: #777;
            text-decoration: underline
        }

.inline-block {
    display: inline-block
}

html[dir="rtl"] {
    direction: rtl
}

    html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12 {
        float: right
    }

    html[dir="rtl"] .col-xs-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }

    html[dir="rtl"] .col-xs-offset-2 {
        margin-left: 0;
        margin-right: 16.66666667%
    }

    html[dir="rtl"] .col-xs-offset-3 {
        margin-left: 0;
        margin-right: 25%
    }

    html[dir="rtl"] .col-xs-offset-4 {
        margin-left: 0;
        margin-right: 33.33333333%
    }

    html[dir="rtl"] .col-xs-offset-5 {
        margin-left: 0;
        margin-right: 41.66666667%
    }

    html[dir="rtl"] .col-xs-offset-6 {
        margin-left: 0;
        margin-right: 50%
    }

    html[dir="rtl"] .col-xs-offset-7 {
        margin-left: 0;
        margin-right: 58.33333333%
    }

    html[dir="rtl"] .col-xs-offset-8 {
        margin-left: 0;
        margin-right: 66.66666667%
    }

    html[dir="rtl"] .col-xs-offset-9 {
        margin-left: 0;
        margin-right: 75%
    }

    html[dir="rtl"] .col-xs-offset-10 {
        margin-left: 0;
        margin-right: 83.33333333%
    }

    html[dir="rtl"] .col-xs-offset-11 {
        margin-left: 0;
        margin-right: 91.66666667%
    }

    html[dir="rtl"] .col-xs-offset-12 {
        margin-left: 0;
        margin-right: 100%
    }

@media (min-width: 768px) {
    html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12 {
        float: right
    }

    html[dir="rtl"] .col-sm-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }

    html[dir="rtl"] .col-sm-offset-2 {
        margin-left: 0;
        margin-right: 16.66666667%
    }

    html[dir="rtl"] .col-sm-offset-3 {
        margin-left: 0;
        margin-right: 25%
    }

    html[dir="rtl"] .col-sm-offset-4 {
        margin-left: 0;
        margin-right: 33.33333333%
    }

    html[dir="rtl"] .col-sm-offset-5 {
        margin-left: 0;
        margin-right: 41.66666667%
    }

    html[dir="rtl"] .col-sm-offset-6 {
        margin-left: 0;
        margin-right: 50%
    }

    html[dir="rtl"] .col-sm-offset-7 {
        margin-left: 0;
        margin-right: 58.33333333%
    }

    html[dir="rtl"] .col-sm-offset-8 {
        margin-left: 0;
        margin-right: 66.66666667%
    }

    html[dir="rtl"] .col-sm-offset-9 {
        margin-left: 0;
        margin-right: 75%
    }

    html[dir="rtl"] .col-sm-offset-10 {
        margin-left: 0;
        margin-right: 83.33333333%
    }

    html[dir="rtl"] .col-sm-offset-11 {
        margin-left: 0;
        margin-right: 91.66666667%
    }

    html[dir="rtl"] .col-sm-offset-12 {
        margin-left: 0;
        margin-right: 100%
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .col-md-1, html[dir="rtl"] .col-md-2, html[dir="rtl"] .col-md-3, html[dir="rtl"] .col-md-4, html[dir="rtl"] .col-md-5, html[dir="rtl"] .col-md-6, html[dir="rtl"] .col-md-7, html[dir="rtl"] .col-md-8, html[dir="rtl"] .col-md-9, html[dir="rtl"] .col-md-10, html[dir="rtl"] .col-md-11, html[dir="rtl"] .col-md-12 {
        float: right
    }

    html[dir="rtl"] .col-md-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }

    html[dir="rtl"] .col-md-offset-2 {
        margin-left: 0;
        margin-right: 16.66666667%
    }

    html[dir="rtl"] .col-md-offset-3 {
        margin-left: 0;
        margin-right: 25%
    }

    html[dir="rtl"] .col-md-offset-4 {
        margin-left: 0;
        margin-right: 33.33333333%
    }

    html[dir="rtl"] .col-md-offset-5 {
        margin-left: 0;
        margin-right: 41.66666667%
    }

    html[dir="rtl"] .col-md-offset-6 {
        margin-left: 0;
        margin-right: 50%
    }

    html[dir="rtl"] .col-md-offset-7 {
        margin-left: 0;
        margin-right: 58.33333333%
    }

    html[dir="rtl"] .col-md-offset-8 {
        margin-left: 0;
        margin-right: 66.66666667%
    }

    html[dir="rtl"] .col-md-offset-9 {
        margin-left: 0;
        margin-right: 75%
    }

    html[dir="rtl"] .col-md-offset-10 {
        margin-left: 0;
        margin-right: 83.33333333%
    }

    html[dir="rtl"] .col-md-offset-11 {
        margin-left: 0;
        margin-right: 91.66666667%
    }

    html[dir="rtl"] .col-md-offset-12 {
        margin-left: 0;
        margin-right: 100%
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-lg-5, html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-lg-10, html[dir="rtl"] .col-lg-11, html[dir="rtl"] .col-lg-12 {
        float: right
    }

    html[dir="rtl"] .col-lg-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }

    html[dir="rtl"] .col-lg-offset-2 {
        margin-left: 0;
        margin-right: 16.66666667%
    }

    html[dir="rtl"] .col-lg-offset-3 {
        margin-left: 0;
        margin-right: 25%
    }

    html[dir="rtl"] .col-lg-offset-4 {
        margin-left: 0;
        margin-right: 33.33333333%
    }

    html[dir="rtl"] .col-lg-offset-5 {
        margin-left: 0;
        margin-right: 41.66666667%
    }

    html[dir="rtl"] .col-lg-offset-6 {
        margin-left: 0;
        margin-right: 50%
    }

    html[dir="rtl"] .col-lg-offset-7 {
        margin-left: 0;
        margin-right: 58.33333333%
    }

    html[dir="rtl"] .col-lg-offset-8 {
        margin-left: 0;
        margin-right: 66.66666667%
    }

    html[dir="rtl"] .col-lg-offset-9 {
        margin-left: 0;
        margin-right: 75%
    }

    html[dir="rtl"] .col-lg-offset-10 {
        margin-left: 0;
        margin-right: 83.33333333%
    }

    html[dir="rtl"] .col-lg-offset-11 {
        margin-left: 0;
        margin-right: 91.66666667%
    }

    html[dir="rtl"] .col-lg-offset-12 {
        margin-left: 0;
        margin-right: 100%
    }
}

html[dir="rtl"] .pull-left {
    float: right
}

html[dir="rtl"] .pull-right {
    float: left
}

html[dir="rtl"] .text-left {
    text-align: right
}

html[dir="rtl"] .text-right {
    text-align: left
}

html[dir="rtl"] .close {
    float: left
}

html[dir="rtl"] .radio-inline, html[dir="rtl"] .checkbox-inline {
    padding-left: 0;
    padding-right: 20px
}

    html[dir="rtl"] .radio-inline + .radio-inline, html[dir="rtl"] .checkbox-inline + .checkbox-inline {
        margin-left: 0;
        margin-right: 10px
    }

    html[dir="rtl"] .radio input[type="radio"], html[dir="rtl"] .radio-inline input[type="radio"], html[dir="rtl"] .checkbox input[type="checkbox"], html[dir="rtl"] .checkbox-inline input[type="checkbox"] {
        margin-left: 0;
        margin-right: -20px
    }

html[dir="rtl"] .dropdown-menu {
    text-align: right
}

html[dir="rtl"] .dropdown-menu-left, html[dir="rtl"] .dropdown-menu {
    right: 0;
    left: auto
}

html[dir="rtl"] .dropdown-menu-right {
    left: 0;
    right: auto
}

html[dir="rtl"] .pagination {
    padding-right: 0
}

    html[dir="rtl"] .pagination > li > a {
        float: right
    }

html[dir="rtl"] .wb-store-filters.wb-store-filters-left .radio-inline, html[dir="rtl"] .wb-store-filters.wb-store-filters-right .radio-inline, html[dir="rtl"] .wb-store-filters.wb-store-filters-left .checkbox-inline, html[dir="rtl"] .wb-store-filters.wb-store-filters-right .checkbox-inline {
    margin-right: 0
}

html[dir="rtl"] .wb-store-imgs-block {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

html[dir="rtl"] .wb-store-label {
    margin-right: 0;
    margin-left: 6px
}

html[dir="rtl"] .wb-store-form-buttons {
    text-align: right
}

html[dir="rtl"] .wb-store-details-table-field-label {
    padding-right: 0;
    padding-left: 20px
}

html[dir="rtl"] .wb-store-cart .store-cart-icon {
    margin-left: 4px;
    margin-right: 0
}

html[dir="rtl"] .wb-store-list-controls-sort + .wb-store-list-controls-view-switch {
    margin-left: 0;
    margin-right: 10px
}

html[dir="rtl"] .wb-store-table, html[dir="rtl"] .wb-store-table th {
    text-align: right
}

html[dir="rtl"] .wb-store-table-name {
    margin: 0 10px 0 0
}

html[dir="rtl"] .wb-menu-mobile.collapse-expanded ul {
    text-align: right !important
}

.wb-blog-type-list .wb-blog-item {
    width: 100%;
    display: inline-block
}

    .wb-blog-type-list .wb-blog-item:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

    .wb-blog-type-list .wb-blog-item .blog-item-thumbnail {
        background-size: cover;
        display: inline-block;
        vertical-align: top;
        background-position: center center;
        max-width: 100%;
        height: 100%;
        position: relative;
        z-index: 2
    }

.wb-blog.mobile .wb-blog-type-list .wb-blog-item .blog-item-thumbnail {
    width: 100% !important
}

.wb-blog.mobile .wb-blog-type-list .wb-blog-item {
    height: auto !important
}

.wb-blog-type-list .wb-blog-item .caption {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 1
}

    .wb-blog-type-list .wb-blog-item .caption .caption-wrapper {
        padding: 15px 7%
    }

        .wb-blog-type-list .wb-blog-item .caption .caption-wrapper > div {
            overflow: hidden
        }

    .wb-blog-type-list .wb-blog-item .caption .title {
        display: block
    }

    .wb-blog-type-list .wb-blog-item .caption .description {
        display: block
    }

    .wb-blog-type-list .wb-blog-item .caption .date {
        display: block
    }

    .wb-blog-type-list .wb-blog-item .caption .comments {
        display: block
    }

.wb-blog.mobile .wb-blog-type-list .wb-blog-item .caption {
    margin: 0 !important;
    padding: 0 !important
}

    .wb-blog.mobile .wb-blog-type-list .wb-blog-item .caption .caption-wrapper > div {
        max-height: none !important;
        overflow: visible
    }

.wb-blog-type-onethree .wb-blog-list .wb-blog-item {
    width: 33.33% !important
}

    .wb-blog-type-onethree .wb-blog-list .wb-blog-item.big {
        width: 100% !important
    }

.wb-blog.mobile .wb-blog-type-onethree .wb-blog-list .wb-blog-item {
    width: 100% !important
}

.wb-blog {
    position: relative;
    width: 100%
}

    .wb-blog .wb-blog-item .blog-item-thumbnail {
        text-decoration: none
    }

        .wb-blog .wb-blog-item .blog-item-thumbnail:before {
            content: "";
            vertical-align: middle;
            display: inline-block;
            height: 100%
        }

        .wb-blog .wb-blog-item .blog-item-thumbnail .glyphicon {
            color: #999;
            font-size: 49px;
            line-height: 49px;
            display: inline-block;
            vertical-align: middle
        }

        .wb-blog .wb-blog-item .blog-item-thumbnail.no-thumbnail {
            background-color: #f8f8f8
        }

.wb-blog-type-thumbs .wb-blog-item {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 240px;
    height: 240px;
    padding: 7.5px
}

    .wb-blog-type-thumbs .wb-blog-item .wrapper {
        position: relative;
        width: 100%;
        height: 100%
    }

    .wb-blog-type-thumbs .wb-blog-item .blog-item-thumbnail {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-size: cover;
        background-position: center center;
        text-align: center;
        display: block
    }

    .wb-blog-type-thumbs .wb-blog-item .caption {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 10px;
        background-color: rgb(255 255 255 / .7)
    }

        .wb-blog-type-thumbs .wb-blog-item .caption .title {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .wb-blog-type-thumbs .wb-blog-item .caption .description {
            display: block;
            word-break: break-all;
            overflow: hidden
        }

        .wb-blog-type-thumbs .wb-blog-item .caption .date {
            display: block
        }

.wb-blog .wb-blog-wrapper {
    position: relative;
    overflow: hidden
}

.wb-blog .wb-blog-type-onethree .wb-blog-wrapper .wb-blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.wb-blog .wb-blog-filters {
    margin-bottom: 15px
}

    .wb-blog .wb-blog-filters .wb-blog-cat-select {
        max-width: 200px
    }

.wb-accordion {
    overflow: auto
}

    .wb-accordion .carousel {
        overflow: hidden
    }

    .wb-accordion > div {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .wb-accordion > .wb-accordion-type-tabs > div {
        display: flex;
        flex-direction: column;
        height: 100%
    }

        .wb-accordion > .wb-accordion-type-tabs > div > .tab-content {
            height: 100%
        }

        .wb-accordion > .wb-accordion-type-tabs > div > .nav > .wb-accordion-item > .wb-accordion-title {
            padding: 0;
            border-radius: 0
        }

        .wb-accordion > .wb-accordion-type-tabs > div > .tab-content > .tab-pane {
            padding: 0
        }

            .wb-accordion > .wb-accordion-type-tabs > div > .tab-content > .tab-pane > .wb_element {
                position: relative
            }

    .wb-accordion > .wb-accordion-type-accordion > .panel-group {
        margin: 0
    }

        .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel {
            background-color: inherit;
            border: none
        }

            .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading {
                padding: 0
            }

            .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-collapse > .panel-body {
                padding: 0
            }

                .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-collapse > .panel-body > .wb_element {
                    position: relative
                }

            .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading .wb-accordion-title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative
            }

                .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading .wb-accordion-title > div {
                    width: 100%;
                    padding: 0 1.2em
                }

            .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading .panel-title.left .wb-accordion-title > div {
                padding-left: 0
            }

            .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading .wb-accordion-title .glyphicon {
                margin-left: 10px;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                display: flex;
                align-items: center
            }

                .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading .wb-accordion-title .glyphicon:before {
                    content: "\e113"
                }

            .wb-accordion > .wb-accordion-type-accordion > .panel-group > .panel > .panel-heading .wb-accordion-title.collapsed .glyphicon:before {
                content: "\e114"
            }

    .wb-accordion > .wb-accordion-type-slider > .carousel {
        height: 100%
    }

        .wb-accordion > .wb-accordion-type-slider > .carousel > .carousel-inner {
            overflow: unset
        }

            .wb-accordion > .wb-accordion-type-slider > .carousel > .carousel-inner > .item {
                padding: 0
            }

        .wb-accordion > .wb-accordion-type-slider > .carousel > .carousel-indicators li {
            margin: 0 4px
        }

            .wb-accordion > .wb-accordion-type-slider > .carousel > .carousel-indicators li.active {
                width: 10px;
                height: 10px;
                margin: 0 4px
            }

.wb-no-transition {
    transition: none !important
}

.wb-menu .wb-anim {
    z-index: 1
}

    .wb-menu .wb-anim:hover {
        z-index: 2
    }

.wb-anim-entry {
    visibility: hidden
}

.wb-anim-entry-on {
    visibility: visible;
    position: relative
}

@keyframes wb-anim-fade-in-none {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes wb-anim-fade-in-top {
    0% {
        opacity: 0;
        top: -100%;
        bottom: auto
    }

    100% {
        opacity: 1;
        top: 0%;
        bottom: auto
    }
}

@keyframes wb-anim-fade-in-right {
    0% {
        opacity: 0;
        right: -100%;
        left: auto
    }

    100% {
        opacity: 1;
        right: 0%;
        left: auto
    }
}

@keyframes wb-anim-fade-in-bottom {
    0% {
        opacity: 0;
        bottom: -100%;
        top: auto
    }

    100% {
        opacity: 1;
        bottom: 0%;
        top: auto
    }
}

@keyframes wb-anim-fade-in-left {
    0% {
        opacity: 0;
        left: -100%;
        right: auto
    }

    100% {
        opacity: 1;
        left: 0%;
        right: auto
    }
}

@keyframes wb-anim-zoom-in-none {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-zoom-in-top {
    0% {
        transform: scale(0);
        top: -50%;
        bottom: auto
    }

    100% {
        transform: scale(1);
        top: 0%;
        bottom: auto
    }
}

@keyframes wb-anim-zoom-in-right {
    0% {
        transform: scale(0);
        right: -50%;
        left: auto
    }

    100% {
        transform: scale(1);
        right: 0%;
        left: auto
    }
}

@keyframes wb-anim-zoom-in-bottom {
    0% {
        transform: scale(0);
        bottom: -50%;
        top: auto
    }

    100% {
        transform: scale(1);
        bottom: 0%;
        top: auto
    }
}

@keyframes wb-anim-zoom-in-left {
    0% {
        transform: scale(0);
        left: -50%;
        right: auto
    }

    100% {
        transform: scale(1);
        left: 0%;
        right: auto
    }
}

@keyframes wb-anim-bounce-in-none {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-bounce-in-top {
    0% {
        opacity: 0;
        transform: scale(.3);
        top: -50%;
        bottom: auto
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
        top: 0;
        bottom: auto
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-bounce-in-right {
    0% {
        opacity: 0;
        transform: scale(.3);
        right: -50%;
        left: auto
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
        right: 0;
        left: auto
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-bounce-in-bottom {
    0% {
        opacity: 0;
        transform: scale(.3);
        bottom: -50%;
        top: auto
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
        bottom: 0;
        top: auto
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-bounce-in-left {
    0% {
        opacity: 0;
        transform: scale(.3);
        left: -50%;
        right: auto
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
        left: 0;
        right: auto
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-slide-in-top {
    0% {
        opacity: 0;
        top: -50%;
        bottom: auto
    }

    25% {
        opacity: 1
    }

    100% {
        top: 0;
        bottom: auto
    }
}

@keyframes wb-anim-slide-in-right {
    0% {
        opacity: 0;
        right: -50%;
        left: auto
    }

    25% {
        opacity: 1
    }

    100% {
        right: 0;
        left: auto
    }
}

@keyframes wb-anim-slide-in-bottom {
    0% {
        opacity: 0;
        bottom: -50%;
        top: auto
    }

    25% {
        opacity: 1
    }

    100% {
        bottom: 0;
        top: auto
    }
}

@keyframes wb-anim-slide-in-left {
    0% {
        opacity: 0;
        left: -50%;
        right: auto
    }

    25% {
        opacity: 1
    }

    100% {
        left: 0;
        right: auto
    }
}

@keyframes wb-anim-rotate-in-none {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes wb-anim-rotate-in-top {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes wb-anim-rotate-in-right {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes wb-anim-rotate-in-bottom {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes wb-anim-rotate-in-left {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-zoom-in:hover {
        transform: scale(1.1)
    }
}

@keyframes wb-anim-zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-zoom-out:hover {
        transform: scale(.9)
    }
}

@keyframes wb-anim-zoom-out {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.9)
    }
}

@keyframes wb-anim-pulse-none {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-pulse-in {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-pulse-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wb-anim-buzz {
    0% {
        transform: rotate(0deg)
    }

    10%,90% {
        transform: rotate(-1deg)
    }

    20%,80% {
        transform: rotate(2deg)
    }

    30%,50%,70% {
        transform: rotate(-4deg)
    }

    40%,60% {
        transform: rotate(4deg)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-move-up:hover {
        transform: translateY(-8px)
    }

    .wb-anim-move-up.loop:hover {
        transform: translateY(0)
    }
}

@keyframes wb-anim-move-up {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-move-down:hover {
        transform: translateY(8px)
    }

    .wb-anim-move-down.loop:hover {
        transform: translateY(0)
    }
}

@keyframes wb-anim-move-down {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-bounce-in:hover {
        transform: scale(1.15) translateX(-20%)
    }
}

@keyframes wb-anim-bounce-in {
    0% {
        transform: scale(1) translateX(0)
    }

    33% {
        transform: scale(1.1) translateX(-15%)
    }

    66% {
        transform: scale(1.05) translateX(-10%)
    }

    100% {
        transform: scale(1.15) translateX(-20%)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-bounce-out:hover {
        transform: scale(.85) translateX(20%)
    }
}

@keyframes wb-anim-bounce-out {
    0% {
        transform: scale(1) translateX(0)
    }

    33% {
        transform: scale(.9) translateX(15%)
    }

    66% {
        transform: scale(.95) translateX(10%)
    }

    100% {
        transform: scale(.85) translateX(20%)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-rotate-none:hover {
        transform: rotate(6deg)
    }
}

@keyframes wb-anim-rotate-none {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(6deg)
    }
}

@media (any-pointer: fine) and (min-width:767px) {
    .wb-anim-rotate-in:hover {
        transform: scale(1.1) rotate(6deg)
    }
}

@keyframes wb-anim-rotate-in {
    0% {
        transform: scale(1) rotate(0)
    }

    100% {
        transform: scale(1.1) rotate(6deg)
    }
}

.material-switch {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start
}

.material-switch-label {
    display: inline-block
}

.material-switch > input[type="checkbox"] {
    display: none
}

.material-switch > label {
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0
}

    .material-switch > label::before {
        background: #000;
        box-shadow: inset 0 0 10px rgb(0 0 0 / .5);
        border-radius: 8px;
        content: '';
        height: 16px;
        position: absolute;
        opacity: .3;
        transition: all 0.4s ease-in-out;
        width: 40px;
        left: 0;
        margin: 4px
    }

    .material-switch > label::after {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 5px rgb(0 0 0 / .3);
        content: '';
        height: 24px;
        left: -4px;
        position: absolute;
        top: 0;
        transition: all 0.3s ease-in-out;
        width: 24px
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: .5
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    background-color: #337ab7
}

.material-switch > input[type="checkbox"]:disabled + label::after {
    background-color: #f4f4f4
}

.fa.wb-fa-in::before {
    content: "" !important
}

.wb-iframe-video-auto::before {
    content: '';
    height: 0 !important;
    margin: 56% 0 0 0 !important;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden
}

.wb-iframe-video-auto > div, .wb-iframe-video-auto > iframe {
    position: absolute !important;
    top: 0;
    left: 0
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 1px
}

.wb-full-width-container {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: visible
}

.wb_share_button_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%
}

.wb_share_button {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #338ab7;
    color: #fff;
    margin-bottom: 2px;
    margin-top: 2px
}

    .wb_share_button:hover, .wb_share_button:focus {
        cursor: pointer;
        color: #fff;
        text-decoration: none
    }

    .wb_share_button span {
        font-size: 14px;
        line-height: 16px
    }

    .wb_share_button.size_32x32 {
        width: 32px;
        height: 32px
    }

        .wb_share_button.size_32x32 span {
            font-size: 24px;
            line-height: 32px
        }

    .wb_share_button.size_64x64 {
        width: 64px;
        height: 64px
    }

        .wb_share_button.size_64x64 span {
            font-size: 54px;
            line-height: 64px
        }

    .wb_share_button.share_button_facebook {
        background: #4267B2
    }

    .wb_share_button.share_button_twitter {
        background: #333
    }

        .wb_share_button.share_button_twitter .ico-pl-twitter-x {
            color: #fff
        }

    .wb_share_button.share_button_vk {
        background: #4C75A3
    }

    .wb_share_button.share_button_odnoklassniki_ru {
        background: #ed812b
    }

    .wb_share_button.share_button_main {
        background: #338ab7
    }

    .wb_share_button.share_button_google {
        background: #4285F4
    }

    .wb_share_button.share_button_print {
        background: #338ab7
    }

    .wb_share_button.share_button_linkedin {
        background: #0077b5
    }

    .wb_share_button.share_button_telegram {
        background: #2AABEE
    }

    .wb_share_button.share_button_pinterest {
        background: #E60023
    }

    .wb_share_button.share_button_whatsapp {
        background: #25D366
    }

    .wb_share_button.share_button_reddit {
        background: #FF4500
    }

    .wb_share_button.share_button_tumblr {
        background: #34465D
    }

.wb-stl-list3 {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

html[dir="rtl"] .wb-stl-list3 {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

.wb-stl-list3 a {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #fff0;
    text-decoration: none;
    text-align: left;
    line-height: 14px
}

    .wb-stl-list3 a:hover {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 14px
    }

ul.wb-stl-list3 ul:not([class]), ul.wb-stl-list3 ol:not([class]), ol.wb-stl-list3 ul:not([class]), ol.wb-stl-list3 ol:not([class]) {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

ul.wb-stl-list3 :not([class]) > li, ol.wb-stl-list3 :not([class]) > li {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

html[dir="rtl"] ul.wb-stl-list3 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list3 :not([class]) > li {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

ul.wb-stl-list3 li::before, ol.wb-stl-list3 li::before {
    display: none
}

.wb-stl-list1 {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

html[dir="rtl"] .wb-stl-list1 {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: right;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

.wb-stl-list1 a {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #fff0;
    text-decoration: none;
    text-align: left;
    line-height: 8px
}

    .wb-stl-list1 a:hover {
        font: normal normal 8px 'Roboto','Arial','sans-serif';
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 8px
    }

ul.wb-stl-list1 ul:not([class]), ul.wb-stl-list1 ol:not([class]), ol.wb-stl-list1 ul:not([class]), ol.wb-stl-list1 ol:not([class]) {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

ul.wb-stl-list1 :not([class]) > li, ol.wb-stl-list1 :not([class]) > li {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

html[dir="rtl"] ul.wb-stl-list1 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list1 :not([class]) > li {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: right;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

ul.wb-stl-list1 li::before, ol.wb-stl-list1 li::before {
    display: none
}

.wb-stl-list2 {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: left;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

html[dir="rtl"] .wb-stl-list2 {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: right;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

.wb-stl-list2 a {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #fff0;
    text-decoration: none;
    text-align: left;
    line-height: 11px
}

    .wb-stl-list2 a:hover {
        font: normal normal 10px 'Cormorant SC','Arial','serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 11px
    }

ul.wb-stl-list2 ul:not([class]), ul.wb-stl-list2 ol:not([class]), ol.wb-stl-list2 ul:not([class]), ol.wb-stl-list2 ol:not([class]) {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: left;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 40px;
    text-transform: none
}

ul.wb-stl-list2 :not([class]) > li, ol.wb-stl-list2 :not([class]) > li {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: left;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

html[dir="rtl"] ul.wb-stl-list2 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list2 :not([class]) > li {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: right;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

ul.wb-stl-list2 li::before, ol.wb-stl-list2 li::before {
    display: none
}

.wb-stl-highlight {
    font: normal bold 30px 'Roboto','Arial','sans-serif';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 33px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-highlight {
    font: normal bold 30px 'Roboto','Arial','sans-serif';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 33px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-highlight a {
    font: normal bold 30px 'Roboto','Arial','sans-serif';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 33px
}

    .wb-stl-highlight a:hover {
        font: normal bold 30px 'Roboto','Arial','sans-serif';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 33px
    }

.wb-stl-special {
    font: normal bold 11px 'Roboto','Arial','sans-serif';
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-special {
    font: normal bold 11px 'Roboto','Arial','sans-serif';
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-special a {
    font: normal bold 11px 'Roboto','Arial','sans-serif';
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 13px
}

    .wb-stl-special a:hover {
        font: normal bold 11px 'Roboto','Arial','sans-serif';
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 13px
    }

.wb-stl-custom6 {
    font: normal normal 22px 'Arial','Helvetica','sans-serif';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #FFB700;
    text-decoration: none;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom6 {
    font: normal normal 22px 'Arial','Helvetica','sans-serif';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #FFB700;
    text-decoration: none;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom6 a {
    font: normal normal 22px 'Arial','Helvetica','sans-serif';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: left
}

    .wb-stl-custom6 a:hover {
        font: normal normal 22px 'Arial','Helvetica','sans-serif';
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

.wb-stl-custom12 {
    font: normal normal 16px 'Roboto','Arial','sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom12 {
    font: normal normal 16px 'Roboto','Arial','sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: right;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom12 a {
    font: normal normal 16px 'Roboto','Arial','sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #0070E8;
    text-decoration: none;
    text-align: left;
    line-height: 24px
}

    .wb-stl-custom12 a:hover {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #0063CC;
        text-decoration: none;
        text-align: left;
        line-height: 24px
    }

.wb-stl-custom11 {
    font: normal bold 24px 'Amatic SC','Arial','cursive';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #5D5D5D;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom11 {
    font: normal bold 24px 'Amatic SC','Arial','cursive';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #5D5D5D;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom11 a {
    font: normal bold 24px 'Amatic SC','Arial','cursive';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #5D5D5D;
    text-decoration: underline;
    text-align: center;
    line-height: 32px;
    letter-spacing: 2px
}

    .wb-stl-custom11 a:hover {
        font: normal bold 24px 'Amatic SC','Arial','cursive';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        color: #5D5D5D;
        text-decoration: none;
        text-align: center;
        line-height: 32px;
        letter-spacing: 2px
    }

.wb-stl-custom10 {
    font: normal normal 20px 'PT Serif','Arial','serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom10 {
    font: normal normal 20px 'PT Serif','Arial','serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom10 a {
    font: normal normal 20px 'PT Serif','Arial','serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-align: center;
    line-height: 30px
}

    .wb-stl-custom10 a:hover {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px
    }

.wb-stl-custom9 {
    font: normal normal 24px 'PT Serif','Arial','serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom9 {
    font: normal normal 24px 'PT Serif','Arial','serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom9 a {
    font: normal normal 24px 'PT Serif','Arial','serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px
}

    .wb-stl-custom9 a:hover {
        font: normal normal 24px 'PT Serif','Arial','serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 24px;
        letter-spacing: 1px
    }

.wb-stl-custom8 {
    font: normal normal 24px 'PT Sans','Arial','sans-serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom8 {
    font: normal normal 24px 'PT Sans','Arial','sans-serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom8 a {
    font: normal normal 24px 'PT Sans','Arial','sans-serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left
}

    .wb-stl-custom8 a:hover {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left
    }

.wb-stl-custom7 {
    font: normal bold 41px 'Arial','Helvetica','sans-serif';
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom7 {
    font: normal bold 41px 'Arial','Helvetica','sans-serif';
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom7 a {
    font: normal bold 41px 'Arial','Helvetica','sans-serif';
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left
}

    .wb-stl-custom7 a:hover {
        font: normal bold 41px 'Arial','Helvetica','sans-serif';
        font-size: 41px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

.wb-stl-normal {
    font: normal normal 45px 'Amatic SC','Arial','cursive';
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    color: black !important;
    text-decoration: none;
    text-align: left;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-normal {
    font: normal normal 45px 'Amatic SC','Arial','cursive';
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-normal a {
    font: normal normal 45px 'Amatic SC','Arial','cursive';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    color: #D2A648;
    text-decoration: underline;
    text-align: left;
    line-height: 28px;
    letter-spacing: 2px
}

    .wb-stl-normal a:hover {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        color: #D2A648;
        text-decoration: none;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px
    }

.wb-stl-custom5 {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom5 {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom5 a {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 40px
}

    .wb-stl-custom5 a:hover {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 40px
    }

.wb-stl-custom4 {
    font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom4 {
    font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom4 a {
    font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-align: center;
    line-height: 30px
}

    .wb-stl-custom4 a:hover {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px
    }

.wb-stl-pagetitle {
    font: normal normal 38px 'Amatic SC','Arial','cursive';
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    color: #D63C81;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-pagetitle {
    font: normal normal 38px 'Amatic SC','Arial','cursive';
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    color: #D63C81;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-pagetitle a {
    font: normal normal 38px 'Amatic SC','Arial','cursive';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 40px
}

    .wb-stl-pagetitle a:hover {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 40px
    }

.wb-stl-footer {
    font: normal bold 16px 'Roboto','Arial','sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #262626;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-footer {
    font: normal bold 16px 'Roboto','Arial','sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #262626;
    text-decoration: none;
    text-align: right;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-footer a {
    font: normal bold 16px 'Roboto','Arial','sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #3D3D3D;
    text-decoration: underline;
    text-align: left;
    line-height: 24px
}

    .wb-stl-footer a:hover {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #404040;
        text-decoration: none;
        text-align: left;
        line-height: 24px
    }

.wb-stl-heading3 {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 51px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase
}

html[dir="rtl"] .wb-stl-heading3 {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 51px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase
}

.wb-stl-heading3 a {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 51px
}

    .wb-stl-heading3 a:hover {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 51px
    }

.wb-stl-heading2 {
    font: normal bold 50px 'Amatic SC','Arial','cursive';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-heading2 {
    font: normal bold 50px 'Amatic SC','Arial','cursive';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-heading2 a {
    font: normal bold 50px 'Amatic SC','Arial','cursive';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 50px
}

    .wb-stl-heading2 a:hover {
        font: normal bold 50px 'Amatic SC','Arial','cursive';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px
    }

.wb-stl-heading1 {
    font: normal normal 56px 'Amatic SC','Arial','cursive';
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 56px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-heading1 {
    font: normal normal 56px 'Amatic SC','Arial','cursive';
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 56px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-heading1 a {
    font: normal normal 56px 'Amatic SC','Arial','cursive';
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 56px
}

    .wb-stl-heading1 a:hover {
        font: normal normal 56px 'Amatic SC','Arial','cursive';
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 56px
    }

.wb-stl-subtitle {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 32px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-subtitle {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 32px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-subtitle a {
    font: normal bold 32px 'Amatic SC','Arial','cursive';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 32px
}

    .wb-stl-subtitle a:hover {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 32px
    }

.wb-stl-custom13 {
    font: normal bold 32px 'Roboto','Arial','sans-serif';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

html[dir="rtl"] .wb-stl-custom13 {
    font: normal bold 32px 'Roboto','Arial','sans-serif';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: right;
    line-height: 40px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: none
}

.wb-stl-custom13 a {
    font: normal bold 32px 'Roboto','Arial','sans-serif';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 40px
}

    .wb-stl-custom13 a:hover {
        font: normal bold 32px 'Roboto','Arial','sans-serif';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 40px
    }

ul.wb-stl-list3 > li, ol.wb-stl-list3 > li {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

html[dir="rtl"] ul.wb-stl-list3 > li, html[dir="rtl"] ol.wb-stl-list3 > li {
    font: normal normal 12px 'Roboto','Arial','sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    text-align: right;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

ul.wb-stl-list3 > li::before, ol.wb-stl-list3 > li::before {
    display: none
}

ul.wb-stl-list1 > li, ol.wb-stl-list1 > li {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

html[dir="rtl"] ul.wb-stl-list1 > li, html[dir="rtl"] ol.wb-stl-list1 > li {
    font: normal normal 8px 'Roboto','Arial','sans-serif';
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: right;
    line-height: 8px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

ul.wb-stl-list1 > li::before, ol.wb-stl-list1 > li::before {
    display: none
}

ul.wb-stl-list2 > li, ol.wb-stl-list2 > li {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: left;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

html[dir="rtl"] ul.wb-stl-list2 > li, html[dir="rtl"] ol.wb-stl-list2 > li {
    font: normal normal 10px 'Cormorant SC','Arial','serif';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #777;
    text-decoration: none;
    text-align: right;
    line-height: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: unset
}

ul.wb-stl-list2 > li::before, ol.wb-stl-list2 > li::before {
    display: none
}

.wb-elm-line {
    font-size: 1px;
    overflow: hidden;
    line-height: 1px;
    padding: 0;
    background: #fff0;
    float: none;
    position: relative
}

@media (min-width: 768px) {
    .wb-stl-list3 {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list3 {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list3 a {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 19px
    }

        .wb-stl-list3 a:hover {
            font: normal normal 16px 'Roboto','Arial','sans-serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 19px
        }

    ul.wb-stl-list3 ul:not([class]), ul.wb-stl-list3 ol:not([class]), ol.wb-stl-list3 ul:not([class]), ol.wb-stl-list3 ol:not([class]) {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list3 :not([class]) > li, ol.wb-stl-list3 :not([class]) > li {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list3 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list3 :not([class]) > li {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list3 li::before, ol.wb-stl-list3 li::before {
        display: none
    }

    .wb-stl-list1 {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list1 {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list1 a {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 11px
    }

        .wb-stl-list1 a:hover {
            font: normal normal 10px 'Roboto','Arial','sans-serif';
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 11px
        }

    ul.wb-stl-list1 ul:not([class]), ul.wb-stl-list1 ol:not([class]), ol.wb-stl-list1 ul:not([class]), ol.wb-stl-list1 ol:not([class]) {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list1 :not([class]) > li, ol.wb-stl-list1 :not([class]) > li {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list1 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list1 :not([class]) > li {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list1 li::before, ol.wb-stl-list1 li::before {
        display: none
    }

    .wb-stl-list2 {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list2 {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list2 a {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 14px
    }

        .wb-stl-list2 a:hover {
            font: normal normal 13px 'Cormorant SC','Arial','serif';
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 14px
        }

    ul.wb-stl-list2 ul:not([class]), ul.wb-stl-list2 ol:not([class]), ol.wb-stl-list2 ul:not([class]), ol.wb-stl-list2 ol:not([class]) {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list2 :not([class]) > li, ol.wb-stl-list2 :not([class]) > li {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list2 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list2 :not([class]) > li {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list2 li::before, ol.wb-stl-list2 li::before {
        display: none
    }

    .wb-stl-highlight {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 44px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-highlight {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 44px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-highlight a {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 44px
    }

        .wb-stl-highlight a:hover {
            font: normal bold 40px 'Roboto','Arial','sans-serif';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 44px
        }

    .wb-stl-special {
        font: normal bold 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-special {
        font: normal bold 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-special a {
        font: normal bold 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 17px
    }

        .wb-stl-special a:hover {
            font: normal bold 14px 'Roboto','Arial','sans-serif';
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 17px
        }

    .wb-stl-custom6 {
        font: normal normal 29px 'Arial','Helvetica','sans-serif';
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        color: #FFB700;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom6 {
        font: normal normal 29px 'Arial','Helvetica','sans-serif';
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        color: #FFB700;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom6 a {
        font: normal normal 29px 'Arial','Helvetica','sans-serif';
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom6 a:hover {
            font: normal normal 29px 'Arial','Helvetica','sans-serif';
            font-size: 29px;
            font-style: normal;
            font-weight: 400;
            color: #FFF;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-custom12 {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom12 {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom12 a {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #0070E8;
        text-decoration: none;
        text-align: left;
        line-height: 24px
    }

        .wb-stl-custom12 a:hover {
            font: normal normal 16px 'Roboto','Arial','sans-serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            color: #0063CC;
            text-decoration: none;
            text-align: left;
            line-height: 24px
        }

    .wb-stl-custom11 {
        font: normal bold 30px 'Amatic SC','Arial','cursive';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: black;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom11 {
        font: normal bold 30px 'Amatic SC','Arial','cursive';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: #5D5D5D;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom11 a {
        font: normal bold 30px 'Amatic SC','Arial','cursive';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: #5D5D5D;
        text-decoration: underline;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px
    }

        .wb-stl-custom11 a:hover {
            font: normal bold 30px 'Amatic SC','Arial','cursive';
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            color: #5D5D5D;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            letter-spacing: 2px
        }

    .wb-stl-custom10 {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom10 {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom10 a {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 30px
    }

        .wb-stl-custom10 a:hover {
            font: normal normal 20px 'PT Serif','Arial','serif';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 30px
        }

    .wb-stl-custom9 {
        font: normal normal 32px 'PT Serif','Arial','serif';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 32px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom9 {
        font: normal normal 32px 'PT Serif','Arial','serif';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 32px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom9 a {
        font: normal normal 32px 'PT Serif','Arial','serif';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 32px;
        letter-spacing: 1px
    }

        .wb-stl-custom9 a:hover {
            font: normal normal 32px 'PT Serif','Arial','serif';
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 32px;
            letter-spacing: 1px
        }

    .wb-stl-custom8 {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom8 {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom8 a {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom8 a:hover {
            font: normal normal 24px 'PT Sans','Arial','sans-serif';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-custom7 {
        font: normal bold 54px 'Arial','Helvetica','sans-serif';
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom7 {
        font: normal bold 54px 'Arial','Helvetica','sans-serif';
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom7 a {
        font: normal bold 54px 'Arial','Helvetica','sans-serif';
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom7 a:hover {
            font: normal bold 54px 'Arial','Helvetica','sans-serif';
            font-size: 54px;
            font-style: normal;
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-normal {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-normal {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-normal a {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        color: #D2A648;
        text-decoration: underline;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px
    }

        .wb-stl-normal a:hover {
            font: normal normal 45px 'Amatic SC','Arial','cursive';
            font-size: 45px;
            font-style: normal;
            font-weight: 700;
            color: #D2A648;
            text-decoration: none;
            text-align: left;
            line-height: 28px;
            letter-spacing: 2px
        }

    .wb-stl-custom5 {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom5 {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom5 a {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px
    }

        .wb-stl-custom5 a:hover {
            font: normal bold 40px 'Amatic SC','Arial','cursive';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 50px
        }

    .wb-stl-custom4 {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom4 {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom4 a {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 30px
    }

        .wb-stl-custom4 a:hover {
            font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 30px
        }

    .wb-stl-pagetitle {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        color: #D63C81;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-pagetitle {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        color: #D63C81;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-pagetitle a {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 40px
    }

        .wb-stl-pagetitle a:hover {
            font: normal normal 38px 'Amatic SC','Arial','cursive';
            font-size: 38px;
            font-style: normal;
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            line-height: 40px
        }

    .wb-stl-footer {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #262626;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-footer {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #262626;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-footer a {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #3D3D3D;
        text-decoration: underline;
        text-align: left;
        line-height: 24px
    }

        .wb-stl-footer a:hover {
            font: normal bold 16px 'Roboto','Arial','sans-serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            color: #404040;
            text-decoration: none;
            text-align: left;
            line-height: 24px
        }

    .wb-stl-heading3 {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 51px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: uppercase
    }

    html[dir="rtl"] .wb-stl-heading3 {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 51px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: uppercase
    }

    .wb-stl-heading3 a {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 51px
    }

        .wb-stl-heading3 a:hover {
            font: normal bold 32px 'Amatic SC','Arial','cursive';
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 51px
        }

    .wb-stl-heading2 {
        font: normal bold 50px 'Amatic SC','Arial','cursive';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-heading2 {
        font: normal bold 50px 'Amatic SC','Arial','cursive';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-heading2 a {
        font: normal bold 50px 'Amatic SC','Arial','cursive';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px
    }

        .wb-stl-heading2 a:hover {
            font: normal bold 50px 'Amatic SC','Arial','cursive';
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 50px
        }

    .wb-stl-heading1 {
        font: normal normal 56px 'Amatic SC','Arial','cursive';
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 56px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-heading1 {
        font: normal normal 56px 'Amatic SC','Arial','cursive';
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 56px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-heading1 a {
        font: normal normal 56px 'Amatic SC','Arial','cursive';
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 56px
    }

        .wb-stl-heading1 a:hover {
            font: normal normal 56px 'Amatic SC','Arial','cursive';
            font-size: 56px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 56px
        }

    .wb-stl-subtitle {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 32px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-subtitle {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 32px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-subtitle a {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 32px
    }

        .wb-stl-subtitle a:hover {
            font: normal bold 32px 'Amatic SC','Arial','cursive';
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 32px
        }

    .wb-stl-custom13 {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom13 {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom13 a {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px
    }

        .wb-stl-custom13 a:hover {
            font: normal bold 40px 'Roboto','Arial','sans-serif';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 50px
        }

    ul.wb-stl-list3 > li, ol.wb-stl-list3 > li {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list3 > li, html[dir="rtl"] ol.wb-stl-list3 > li {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list3 > li::before, ol.wb-stl-list3 > li::before {
        display: none
    }

    ul.wb-stl-list1 > li, ol.wb-stl-list1 > li {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list1 > li, html[dir="rtl"] ol.wb-stl-list1 > li {
        font: normal normal 10px 'Roboto','Arial','sans-serif';
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 11px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list1 > li::before, ol.wb-stl-list1 > li::before {
        display: none
    }

    ul.wb-stl-list2 > li, ol.wb-stl-list2 > li {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list2 > li, html[dir="rtl"] ol.wb-stl-list2 > li {
        font: normal normal 13px 'Cormorant SC','Arial','serif';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list2 > li::before, ol.wb-stl-list2 > li::before {
        display: none
    }
}

@media (min-width: 992px) {
    .wb-stl-list3 {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list3 {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list3 a {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 24px
    }

        .wb-stl-list3 a:hover {
            font: normal normal 20px 'Roboto','Arial','sans-serif';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 24px
        }

    ul.wb-stl-list3 ul:not([class]), ul.wb-stl-list3 ol:not([class]), ol.wb-stl-list3 ul:not([class]), ol.wb-stl-list3 ol:not([class]) {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list3 :not([class]) > li, ol.wb-stl-list3 :not([class]) > li {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list3 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list3 :not([class]) > li {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list3 li::before, ol.wb-stl-list3 li::before {
        display: none
    }

    .wb-stl-list1 {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list1 {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list1 a {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 14px
    }

        .wb-stl-list1 a:hover {
            font: normal normal 12px 'Roboto','Arial','sans-serif';
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 14px
        }

    ul.wb-stl-list1 ul:not([class]), ul.wb-stl-list1 ol:not([class]), ol.wb-stl-list1 ul:not([class]), ol.wb-stl-list1 ol:not([class]) {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list1 :not([class]) > li, ol.wb-stl-list1 :not([class]) > li {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list1 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list1 :not([class]) > li {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list1 li::before, ol.wb-stl-list1 li::before {
        display: none
    }

    .wb-stl-list2 {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list2 {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list2 a {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 18px
    }

        .wb-stl-list2 a:hover {
            font: normal normal 16px 'Cormorant SC','Arial','serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 18px
        }

    ul.wb-stl-list2 ul:not([class]), ul.wb-stl-list2 ol:not([class]), ol.wb-stl-list2 ul:not([class]), ol.wb-stl-list2 ol:not([class]) {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list2 :not([class]) > li, ol.wb-stl-list2 :not([class]) > li {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list2 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list2 :not([class]) > li {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list2 li::before, ol.wb-stl-list2 li::before {
        display: none
    }

    .wb-stl-highlight {
        font: normal bold 50px 'Roboto','Arial','sans-serif';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 55px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-highlight {
        font: normal bold 50px 'Roboto','Arial','sans-serif';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 55px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-highlight a {
        font: normal bold 50px 'Roboto','Arial','sans-serif';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 55px
    }

        .wb-stl-highlight a:hover {
            font: normal bold 50px 'Roboto','Arial','sans-serif';
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 55px
        }

    .wb-stl-special {
        font: normal bold 18px 'Roboto','Arial','sans-serif';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 21px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-special {
        font: normal bold 18px 'Roboto','Arial','sans-serif';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 21px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-special a {
        font: normal bold 18px 'Roboto','Arial','sans-serif';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 21px
    }

        .wb-stl-special a:hover {
            font: normal bold 18px 'Roboto','Arial','sans-serif';
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 21px
        }

    .wb-stl-custom6 {
        font: normal normal 36px 'Arial','Helvetica','sans-serif';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        color: #FFB700;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom6 {
        font: normal normal 36px 'Arial','Helvetica','sans-serif';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        color: #FFB700;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom6 a {
        font: normal normal 36px 'Arial','Helvetica','sans-serif';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom6 a:hover {
            font: normal normal 36px 'Arial','Helvetica','sans-serif';
            font-size: 36px;
            font-style: normal;
            font-weight: 400;
            color: #FFF;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-custom12 {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom12 {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom12 a {
        font: normal normal 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #0070E8;
        text-decoration: none;
        text-align: left;
        line-height: 24px
    }

        .wb-stl-custom12 a:hover {
            font: normal normal 16px 'Roboto','Arial','sans-serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            color: #0063CC;
            text-decoration: none;
            text-align: left;
            line-height: 24px
        }

    .wb-stl-custom11 {
        font: normal bold 30px 'Amatic SC','Arial','cursive';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: black;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom11 {
        font: normal bold 30px 'Amatic SC','Arial','cursive';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: #5D5D5D;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom11 a {
        font: normal bold 30px 'Amatic SC','Arial','cursive';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        color: #5D5D5D;
        text-decoration: underline;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px
    }

        .wb-stl-custom11 a:hover {
            font: normal bold 30px 'Amatic SC','Arial','cursive';
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            color: #5D5D5D;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            letter-spacing: 2px
        }

    .wb-stl-custom10 {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom10 {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom10 a {
        font: normal normal 20px 'PT Serif','Arial','serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 30px
    }

        .wb-stl-custom10 a:hover {
            font: normal normal 20px 'PT Serif','Arial','serif';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 30px
        }

    .wb-stl-custom9 {
        font: normal normal 40px 'PT Serif','Arial','serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom9 {
        font: normal normal 40px 'PT Serif','Arial','serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom9 a {
        font: normal normal 40px 'PT Serif','Arial','serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 40px;
        letter-spacing: 1px
    }

        .wb-stl-custom9 a:hover {
            font: normal normal 40px 'PT Serif','Arial','serif';
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 40px;
            letter-spacing: 1px
        }

    .wb-stl-custom8 {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom8 {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom8 a {
        font: normal normal 24px 'PT Sans','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom8 a:hover {
            font: normal normal 24px 'PT Sans','Arial','sans-serif';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-custom7 {
        font: normal bold 68px 'Arial','Helvetica','sans-serif';
        font-size: 68px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom7 {
        font: normal bold 68px 'Arial','Helvetica','sans-serif';
        font-size: 68px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom7 a {
        font: normal bold 68px 'Arial','Helvetica','sans-serif';
        font-size: 68px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom7 a:hover {
            font: normal bold 68px 'Arial','Helvetica','sans-serif';
            font-size: 68px;
            font-style: normal;
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-normal {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-normal {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-normal a {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        color: #D2A648;
        text-decoration: underline;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px
    }

        .wb-stl-normal a:hover {
            font: normal normal 45px 'Amatic SC','Arial','cursive';
            font-size: 45px;
            font-style: normal;
            font-weight: 700;
            color: #D2A648;
            text-decoration: none;
            text-align: left;
            line-height: 28px;
            letter-spacing: 2px
        }

    .wb-stl-custom5 {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom5 {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom5 a {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px
    }

        .wb-stl-custom5 a:hover {
            font: normal bold 40px 'Amatic SC','Arial','cursive';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 50px
        }

    .wb-stl-custom4 {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom4 {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom4 a {
        font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 30px
    }

        .wb-stl-custom4 a:hover {
            font: normal normal 20px 'Roboto Condensed','Arial','sans-serif';
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 30px
        }

    .wb-stl-pagetitle {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        color: #D63C81;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-pagetitle {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        color: #D63C81;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-pagetitle a {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 40px
    }

        .wb-stl-pagetitle a:hover {
            font: normal normal 38px 'Amatic SC','Arial','cursive';
            font-size: 38px;
            font-style: normal;
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            line-height: 40px
        }

    .wb-stl-footer {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #262626;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-footer {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #262626;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-footer a {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #3D3D3D;
        text-decoration: underline;
        text-align: left;
        line-height: 24px
    }

        .wb-stl-footer a:hover {
            font: normal bold 16px 'Roboto','Arial','sans-serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            color: #404040;
            text-decoration: none;
            text-align: left;
            line-height: 24px
        }

    .wb-stl-heading3 {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 51px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: uppercase
    }

    html[dir="rtl"] .wb-stl-heading3 {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 51px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: uppercase
    }

    .wb-stl-heading3 a {
        font: normal bold 32px 'Amatic SC','Arial','cursive';
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 51px
    }

        .wb-stl-heading3 a:hover {
            font: normal bold 32px 'Amatic SC','Arial','cursive';
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 51px
        }

    .wb-stl-heading2 {
        font: normal bold 55px 'Amatic SC','Arial','cursive';
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 55px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-heading2 {
        font: normal bold 55px 'Amatic SC','Arial','cursive';
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 55px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-heading2 a {
        font: normal bold 55px 'Amatic SC','Arial','cursive';
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 55px
    }

        .wb-stl-heading2 a:hover {
            font: normal bold 55px 'Amatic SC','Arial','cursive';
            font-size: 55px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 55px
        }

    .wb-stl-heading1 {
        font: normal normal 70px 'Amatic SC','Arial','cursive';
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 70px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-heading1 {
        font: normal normal 70px 'Amatic SC','Arial','cursive';
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 70px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-heading1 a {
        font: normal normal 70px 'Amatic SC','Arial','cursive';
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 70px
    }

        .wb-stl-heading1 a:hover {
            font: normal normal 70px 'Amatic SC','Arial','cursive';
            font-size: 70px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 70px
        }

    .wb-stl-subtitle {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-subtitle {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-subtitle a {
        font: normal bold 40px 'Amatic SC','Arial','cursive';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 40px
    }

        .wb-stl-subtitle a:hover {
            font: normal bold 40px 'Amatic SC','Arial','cursive';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 40px
        }

    .wb-stl-custom13 {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom13 {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 50px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom13 a {
        font: normal bold 40px 'Roboto','Arial','sans-serif';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 50px
    }

        .wb-stl-custom13 a:hover {
            font: normal bold 40px 'Roboto','Arial','sans-serif';
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 50px
        }

    ul.wb-stl-list3 > li, ol.wb-stl-list3 > li {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list3 > li, html[dir="rtl"] ol.wb-stl-list3 > li {
        font: normal normal 20px 'Roboto','Arial','sans-serif';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list3 > li::before, ol.wb-stl-list3 > li::before {
        display: none
    }

    ul.wb-stl-list1 > li, ol.wb-stl-list1 > li {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list1 > li, html[dir="rtl"] ol.wb-stl-list1 > li {
        font: normal normal 12px 'Roboto','Arial','sans-serif';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 14px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list1 > li::before, ol.wb-stl-list1 > li::before {
        display: none
    }

    ul.wb-stl-list2 > li, ol.wb-stl-list2 > li {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list2 > li, html[dir="rtl"] ol.wb-stl-list2 > li {
        font: normal normal 16px 'Cormorant SC','Arial','serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 18px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list2 > li::before, ol.wb-stl-list2 > li::before {
        display: none
    }
}

@media (min-width: 1200px) {
    .wb-stl-list3 {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list3 {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list3 a {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 29px
    }

        .wb-stl-list3 a:hover {
            font: normal normal 24px 'Roboto','Arial','sans-serif';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 29px
        }

    ul.wb-stl-list3 ul:not([class]), ul.wb-stl-list3 ol:not([class]), ol.wb-stl-list3 ul:not([class]), ol.wb-stl-list3 ol:not([class]) {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list3 :not([class]) > li, ol.wb-stl-list3 :not([class]) > li {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list3 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list3 :not([class]) > li {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list3 li::before, ol.wb-stl-list3 li::before {
        display: none
    }

    .wb-stl-list1 {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list1 {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list1 a {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 17px
    }

        .wb-stl-list1 a:hover {
            font: normal normal 14px 'Roboto','Arial','sans-serif';
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 17px
        }

    ul.wb-stl-list1 ul:not([class]), ul.wb-stl-list1 ol:not([class]), ol.wb-stl-list1 ul:not([class]), ol.wb-stl-list1 ol:not([class]) {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list1 :not([class]) > li, ol.wb-stl-list1 :not([class]) > li {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list1 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list1 :not([class]) > li {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list1 li::before, ol.wb-stl-list1 li::before {
        display: none
    }

    .wb-stl-list2 {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-list2 {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    .wb-stl-list2 a {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #fff0;
        text-decoration: none;
        text-align: left;
        line-height: 22px
    }

        .wb-stl-list2 a:hover {
            font: normal normal 19px 'Cormorant SC','Arial','serif';
            font-size: 19px;
            font-style: normal;
            font-weight: 400;
            color: #fff0;
            text-decoration: none;
            text-align: left;
            line-height: 22px
        }

    ul.wb-stl-list2 ul:not([class]), ul.wb-stl-list2 ol:not([class]), ol.wb-stl-list2 ul:not([class]), ol.wb-stl-list2 ol:not([class]) {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 40px;
        text-transform: none
    }

    ul.wb-stl-list2 :not([class]) > li, ol.wb-stl-list2 :not([class]) > li {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list2 :not([class]) > li, html[dir="rtl"] ol.wb-stl-list2 :not([class]) > li {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list2 li::before, ol.wb-stl-list2 li::before {
        display: none
    }

    .wb-stl-highlight {
        font: normal bold 60px 'Roboto','Arial','sans-serif';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 66px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-highlight {
        font: normal bold 60px 'Roboto','Arial','sans-serif';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 66px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-highlight a {
        font: normal bold 60px 'Roboto','Arial','sans-serif';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 66px
    }

        .wb-stl-highlight a:hover {
            font: normal bold 60px 'Roboto','Arial','sans-serif';
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 66px
        }

    .wb-stl-special {
        font: normal bold 22px 'Roboto','Arial','sans-serif';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 25px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-special {
        font: normal bold 22px 'Roboto','Arial','sans-serif';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 25px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-special a {
        font: normal bold 22px 'Roboto','Arial','sans-serif';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 25px
    }

        .wb-stl-special a:hover {
            font: normal bold 22px 'Roboto','Arial','sans-serif';
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 25px
        }

    .wb-stl-custom6 {
        font: normal normal 43px 'Arial','Helvetica','sans-serif';
        font-size: 43px;
        font-style: normal;
        font-weight: 400;
        color: #FFB700;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom6 {
        font: normal normal 43px 'Arial','Helvetica','sans-serif';
        font-size: 43px;
        font-style: normal;
        font-weight: 400;
        color: #FFB700;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom6 a {
        font: normal normal 43px 'Arial','Helvetica','sans-serif';
        font-size: 43px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom6 a:hover {
            font: normal normal 43px 'Arial','Helvetica','sans-serif';
            font-size: 43px;
            font-style: normal;
            font-weight: 400;
            color: #FFF;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-custom12 {
        font: normal normal 19px 'Roboto','Arial','sans-serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom12 {
        font: normal normal 19px 'Roboto','Arial','sans-serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom12 a {
        font: normal normal 19px 'Roboto','Arial','sans-serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #0070E8;
        text-decoration: none;
        text-align: left;
        line-height: 29px
    }

        .wb-stl-custom12 a:hover {
            font: normal normal 19px 'Roboto','Arial','sans-serif';
            font-size: 19px;
            font-style: normal;
            font-weight: 400;
            color: #0063CC;
            text-decoration: none;
            text-align: left;
            line-height: 29px
        }

    .wb-stl-custom11 {
        font: normal bold 36px 'Amatic SC','Arial','cursive';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        color: black;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom11 {
        font: normal bold 36px 'Amatic SC','Arial','cursive';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        color: black;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom11 a {
        font: normal bold 36px 'Amatic SC','Arial','cursive';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        color: white;
        text-decoration: underline;
        text-align: center;
        line-height: 48px;
        letter-spacing: 2px
    }

        .wb-stl-custom11 a:hover {
            font: normal bold 36px 'Amatic SC','Arial','cursive';
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            color: white;
            text-decoration: none;
            text-align: center;
            line-height: 48px;
            letter-spacing: 2px
        }

    .wb-stl-custom10 {
        font: normal normal 24px 'PT Serif','Arial','serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom10 {
        font: normal normal 24px 'PT Serif','Arial','serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom10 a {
        font: normal normal 24px 'PT Serif','Arial','serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 36px
    }

        .wb-stl-custom10 a:hover {
            font: normal normal 24px 'PT Serif','Arial','serif';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 36px
        }

    .wb-stl-custom9 {
        font: normal normal 48px 'PT Serif','Arial','serif';
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom9 {
        font: normal normal 48px 'PT Serif','Arial','serif';
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom9 a {
        font: normal normal 48px 'PT Serif','Arial','serif';
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 48px;
        letter-spacing: 1px
    }

        .wb-stl-custom9 a:hover {
            font: normal normal 48px 'PT Serif','Arial','serif';
            font-size: 48px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 48px;
            letter-spacing: 1px
        }

    .wb-stl-custom8 {
        font: normal normal 29px 'PT Sans','Arial','sans-serif';
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom8 {
        font: normal normal 29px 'PT Sans','Arial','sans-serif';
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom8 a {
        font: normal normal 29px 'PT Sans','Arial','sans-serif';
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom8 a:hover {
            font: normal normal 29px 'PT Sans','Arial','sans-serif';
            font-size: 29px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-custom7 {
        font: normal bold 82px 'Arial','Helvetica','sans-serif';
        font-size: 82px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom7 {
        font: normal bold 82px 'Arial','Helvetica','sans-serif';
        font-size: 82px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom7 a {
        font: normal bold 82px 'Arial','Helvetica','sans-serif';
        font-size: 82px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left
    }

        .wb-stl-custom7 a:hover {
            font: normal bold 82px 'Arial','Helvetica','sans-serif';
            font-size: 82px;
            font-style: normal;
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            text-align: left
        }

    .wb-stl-normal {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-normal {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 28px;
        letter-spacing: 2px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-normal a {
        font: normal normal 45px 'Amatic SC','Arial','cursive';
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        color: #D2A648;
        text-decoration: underline;
        text-align: left;
        line-height: 28px;
        letter-spacing: 2px
    }

        .wb-stl-normal a:hover {
            font: normal normal 45px 'Amatic SC','Arial','cursive';
            font-size: 45px;
            font-style: normal;
            font-weight: 700;
            color: #D2A648;
            text-decoration: none;
            text-align: left;
            line-height: 28px;
            letter-spacing: 2px
        }

    .wb-stl-custom5 {
        font: normal bold 48px 'Amatic SC','Arial','cursive';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 60px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom5 {
        font: normal bold 48px 'Amatic SC','Arial','cursive';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 60px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom5 a {
        font: normal bold 48px 'Amatic SC','Arial','cursive';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 60px
    }

        .wb-stl-custom5 a:hover {
            font: normal bold 48px 'Amatic SC','Arial','cursive';
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 60px
        }

    .wb-stl-custom4 {
        font: normal normal 24px 'Roboto Condensed','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom4 {
        font: normal normal 24px 'Roboto Condensed','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom4 a {
        font: normal normal 24px 'Roboto Condensed','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: underline;
        text-align: center;
        line-height: 36px
    }

        .wb-stl-custom4 a:hover {
            font: normal normal 24px 'Roboto Condensed','Arial','sans-serif';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: center;
            line-height: 36px
        }

    .wb-stl-pagetitle {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        color: #D63C81;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-pagetitle {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        color: #D63C81;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-pagetitle a {
        font: normal normal 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        line-height: 40px
    }

        .wb-stl-pagetitle a:hover {
            font: normal normal 38px 'Amatic SC','Arial','cursive';
            font-size: 38px;
            font-style: normal;
            font-weight: 700;
            color: #FFF;
            text-decoration: none;
            text-align: center;
            line-height: 40px
        }

    .wb-stl-footer {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #262626;
        text-decoration: none;
        text-align: left;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-footer {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #262626;
        text-decoration: none;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-footer a {
        font: normal bold 16px 'Roboto','Arial','sans-serif';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        color: #3D3D3D;
        text-decoration: underline;
        text-align: left;
        line-height: 24px
    }

        .wb-stl-footer a:hover {
            font: normal bold 16px 'Roboto','Arial','sans-serif';
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            color: #404040;
            text-decoration: none;
            text-align: left;
            line-height: 24px
        }

    .wb-stl-heading3 {
        font: normal bold 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 61px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: uppercase
    }

    html[dir="rtl"] .wb-stl-heading3 {
        font: normal bold 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 61px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: uppercase
    }

    .wb-stl-heading3 a {
        font: normal bold 38px 'Amatic SC','Arial','cursive';
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 61px
    }

        .wb-stl-heading3 a:hover {
            font: normal bold 38px 'Amatic SC','Arial','cursive';
            font-size: 38px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 61px
        }

    .wb-stl-heading2 {
        font: normal bold 60px 'Amatic SC','Arial','cursive';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 60px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-heading2 {
        font: normal bold 60px 'Amatic SC','Arial','cursive';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 60px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-heading2 a {
        font: normal bold 60px 'Amatic SC','Arial','cursive';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 60px
    }

        .wb-stl-heading2 a:hover {
            font: normal bold 60px 'Amatic SC','Arial','cursive';
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 60px
        }

    .wb-stl-heading1 {
        font: normal normal 84px 'Amatic SC','Arial','cursive';
        font-size: 84px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 84px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-heading1 {
        font: normal normal 84px 'Amatic SC','Arial','cursive';
        font-size: 84px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 84px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-heading1 a {
        font: normal normal 84px 'Amatic SC','Arial','cursive';
        font-size: 84px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 84px
    }

        .wb-stl-heading1 a:hover {
            font: normal normal 84px 'Amatic SC','Arial','cursive';
            font-size: 84px;
            font-style: normal;
            font-weight: 400;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 84px
        }

    .wb-stl-subtitle {
        font: normal bold 48px 'Amatic SC','Arial','cursive';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 48px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-subtitle {
        font: normal bold 48px 'Amatic SC','Arial','cursive';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 48px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-subtitle a {
        font: normal bold 48px 'Amatic SC','Arial','cursive';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 48px
    }

        .wb-stl-subtitle a:hover {
            font: normal bold 48px 'Amatic SC','Arial','cursive';
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 48px
        }

    .wb-stl-custom13 {
        font: normal bold 48px 'Roboto','Arial','sans-serif';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 60px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    html[dir="rtl"] .wb-stl-custom13 {
        font: normal bold 48px 'Roboto','Arial','sans-serif';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 60px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-transform: none
    }

    .wb-stl-custom13 a {
        font: normal bold 48px 'Roboto','Arial','sans-serif';
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 60px
    }

        .wb-stl-custom13 a:hover {
            font: normal bold 48px 'Roboto','Arial','sans-serif';
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: left;
            line-height: 60px
        }

    ul.wb-stl-list3 > li, ol.wb-stl-list3 > li {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: left;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list3 > li, html[dir="rtl"] ol.wb-stl-list3 > li {
        font: normal normal 24px 'Roboto','Arial','sans-serif';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        text-align: right;
        line-height: 29px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list3 > li::before, ol.wb-stl-list3 > li::before {
        display: none
    }

    ul.wb-stl-list1 > li, ol.wb-stl-list1 > li {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: left;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list1 > li, html[dir="rtl"] ol.wb-stl-list1 > li {
        font: normal normal 14px 'Roboto','Arial','sans-serif';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        text-align: right;
        line-height: 17px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list1 > li::before, ol.wb-stl-list1 > li::before {
        display: none
    }

    ul.wb-stl-list2 > li, ol.wb-stl-list2 > li {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: left;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    html[dir="rtl"] ul.wb-stl-list2 > li, html[dir="rtl"] ol.wb-stl-list2 > li {
        font: normal normal 19px 'Cormorant SC','Arial','serif';
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        color: #777;
        text-decoration: none;
        text-align: right;
        line-height: 22px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: unset
    }

    ul.wb-stl-list2 > li::before, ol.wb-stl-list2 > li::before {
        display: none
    }
}

@media (max-width: 767px) {
    .wb_mob_form table th, .wb_mob_form table td, .wb_mob_form table tr {
        display: block;
        height: auto !important
    }

    .wb_mob_form table th {
        white-space: normal !important
    }

    .wb_mob_form table th, .wb_mob_form table td {
        width: 100% !important
    }

        .wb_mob_form table td .checkbox-label input {
            width: auto !important
        }

    .wb_mob_form table > tbody {
        display: flex;
        flex-direction: column;
        height: 100%
    }

        .wb_mob_form table > tbody > tr {
            flex-grow: 1
        }

            .wb_mob_form table > tbody > tr.area-row {
                display: flex;
                flex-grow: 100;
                flex-direction: column
            }

                .wb_mob_form table > tbody > tr.area-row > th {
                    flex-grow: 1
                }

                .wb_mob_form table > tbody > tr.area-row > td {
                    flex-grow: 1000
                }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

@font-face {
    font-family: 'builder-ui-icons-plugins';
    src: url(fonts/builder-ui-icons-plugins.eot?b4p9x3);
    src: url('fonts/builder-ui-icons-plugins.eot?b4p9x3#iefix') format('embedded-opentype'),url(fonts/builder-ui-icons-plugins.ttf?b4p9x3) format('truetype'),url(fonts/builder-ui-icons-plugins.woff?b4p9x3) format('woff'),url('fonts/builder-ui-icons-plugins.svg?b4p9x3#builder-ui-icons-plugins') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.ico-tb-text, .ico-tb-picture, .ico-tb-gallery, .ico-tb-youtube, .ico-tb-google-maps, .ico-tb-shape, .ico-tb-line, .ico-tb-button, .ico-tb-form, .ico-tb-menu, .ico-tb-lang, i.icon-wb-admin, .icon-wb-admin, i.icon-wb-social, .icon-wb-social, i.icon-wb-advanced, .icon-wb-advanced, i.icon-wb-commerce, .icon-wb-commerce, i.icon-wb-maps, .icon-wb-maps, .icon-wb-add, .icon-wb-chevron-right, .icon-wb-chevron-left, .icon-wb-add, .icon-wb-page-selector, .icon-wb-help, .icon-wb-edit, .icon-wb-play-green, .icon-wb-spinner, .icon-wb-text-background-color, .icon-wb-text-show-blocks, .icon-wb-text-clear-format, .icon-wb-text-color, .ico-tb-save, .ico-tb-savedraft, .ico-tb-backup, .ico-tb-changetpl, .ico-tb-import, .ico-tb-resettpl, .ico-tb-preview, .ico-tb-undo, .ico-tb-redo, .ico-tb-reset, .ico-tb-mode, .ico-tb-mode-tv, .ico-tb-mode-desktop, .ico-tb-mode-tablet, .ico-tb-mode-phone, .ico-tb-facebook-fans, .ico-tb-facebook-like, .ico-tb-share, .ico-tb-table, .ico-tb-flickr-gallery, .ico-tb-skype-imonline, .ico-tb-musicplayer, .ico-tb-banner, .ico-tb-flash, .ico-tb-google-adsense, .ico-tb-html, .ico-tb-buynow, .ico-tb-store, .ico-tb-store-cart, .ico-tb-settings, .ico-tb-seo, .ico-tb-background, .ico-tb-styles, .ico-tb-pages, .ico-tb-favicon, .ico-tb-landing, .ico-tb-grid, .ico-tb-snap, .ico-tb-layout, .ico-tb-fullscreen, .ico-tb-sign-in, .ico-tb-logout, .ico-tb-auto-layout, .ico-tb-blocks, #wb_config_btn .icon-cog-big, .icon-cog-big, .ico-pl-vkontakte_community, .ico-pl-vkontakte_like, .ico-pl-odnoklassniki, .ico-pl-odnoklassniki_share, .ico-pl-gplus_like, .ico-pl-gplus_badge, .ico-pl-pinterest, .ico-pl-webmoney_button, .ico-pl-webmoney_widget, .ico-pl-ecwid, .ico-pl-yandex_maps, .ico-pl-baidu_maps, .ico-pl-bing_maps, .ico-pl-daum_maps, .ico-pl-naver_maps, .ico-pl-vimeo, .ico-pl-linkedin_share, .ico-pl-linkedin, .ico-pl-skrill, .ico-pl-alipay, .ico-pl-webpay, .ico-pl-klarna, .ico-pl-adsense, .ico-pl-paymentez, .ico-pl-getbutton, .ico-pl-wp, .ico-pl-pagseguro, .ico-pl-payumoney, .ico-pl-payu, .ico-pl-paysera, .ico-pl-mpesa, .ico-pl-liqpay, .ico-pl-payfast, .ico-pl-stripe, .ico-pl-qiwi, .ico-pl-qiwi_kz, .ico-pl-paytrail, .ico-pl-expresspay, .ico-pl-epayco, .ico-pl-rutube_video, .ico-pl-vk_video, .ico-pl-vkontakte_comment, .ico-pl-smartarget, .ico-tb-domains, .ico-pl-2checkout, .ico-pl-yandex_kassa, .ico-pl-mercado, .ico-pl-ideal_payment, .ico-pl-youku, .ico-pl-google_calendar, .ico-pl-instagram, .ico-pl-baokim, .ico-pl-robokassa, .ico-pl-olark, .ico-pl-dragonpay, .ico-pl-easypay, .ico-pl-assist, .ico-pl-7_connect, .ico-pl-iyzico, .ico-pl-linepay, .ico-pl-zopim, .ico-pl-tawkto, .ico-pl-epaybg, .ico-pl-gestpay, .ico-pl-mollie, .ico-pl-braintree, .ico-pl-platron, .ico-pl-epsilon, .ico-pl-click, .ico-pl-redsys, .ico-pl-payme, .ico-pl-bepaid, .ico-pl-spotify, .ico-pl-effect, .ico-pl-accordion-accordion, .ico-pl-accordion-slider, .ico-pl-accordion-tabs, .ico-pl-bookingmood, .ico-pl-mix-layout, .ico-pl-block-layout, .ico-pl-horizontal-layout, .ico-pl-vertical-layout, .ico-pl-telegram_widget, .ico-pl-facebook_comment, .ico-calendar1, .ico-pl-m-pesa, .ico-pl-openstreetmap, .ico-pl-tiktok-square, .ico-pl-tiktok, .ico-pl-twitter-x-square, .ico-pl-twitter-x, .ico-pl-twitter, .ico-pl-coinpayments {
    font-family: FontAwesome !important;
    font-size: 22px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #333;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    text-align: center;
    vertical-align: middle;
    speak: none
}

.icon-wb-play-green {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    vertical-align: top
}

.ico-pl-mix-layout {
    width: 23px !important;
    height: 23px !important;
    line-height: 23px !important;
    font-size: 23px !important
}

.ico-tb-text:before {
    content: "\f031"
}

.ico-tb-picture:before {
    content: "\f03e"
}

.ico-tb-gallery:before {
    content: "\f009"
}

.ico-tb-youtube:before {
    content: "\f16a"
}

.ico-tb-google-maps:before {
    content: "\e962";
    font-family: builder-ui-icons-plugins !important
}

.ico-tb-shape:before {
    content: "\f096"
}

.ico-tb-line:before {
    content: "\f068"
}

.ico-tb-button:before {
    content: "\f045"
}

.ico-tb-form:before {
    content: "\f022"
}

.ico-tb-menu:before {
    content: "\f0e8"
}

.ico-tb-lang:before {
    content: "\f1ab"
}

.icon-wb-admin:before {
    content: "\f06e"
}

.icon-wb-social:before {
    content: "\f0c0"
}

.icon-wb-advanced:before {
    content: "\f085"
}

.icon-wb-commerce:before {
    content: "\f07a"
}

.icon-wb-maps:before {
    content: "\f278"
}

.icon-wb-add:before {
    content: "\f067"
}

.icon-wb-chevron-right:before {
    content: "\f054"
}

.icon-wb-chevron-left:before {
    content: "\f053"
}

.icon-wb-page-selector:before {
    content: "\f0c9"
}

.icon-wb-help:before {
    content: "\f128"
}

.icon-wb-edit:before {
    content: "\f040"
}

.icon-wb-play-green:before {
    content: "\f144"
}

.icon-wb-spinner:before {
    content: "\f110"
}

.icon-wb-text-background-color:before {
    content: "\e93b";
    font-family: builder-ui-icons-plugins !important
}

.icon-wb-text-show-blocks:before {
    content: "\e93c";
    font-family: builder-ui-icons-plugins !important
}

.icon-wb-text-clear-format:before {
    content: "\e93d";
    font-family: builder-ui-icons-plugins !important
}

.icon-wb-text-color:before {
    content: "\e93e";
    font-family: builder-ui-icons-plugins !important
}

.ico-tb-save:before {
    content: "\f0c7"
}

.ico-tb-savedraft:before {
    content: "\f0ee"
}

.ico-tb-backup:before {
    content: "\f019"
}

.ico-tb-changetpl:before {
    content: "\f00a"
}

.ico-tb-resettpl:before {
    content: "\f021"
}

.ico-tb-import:before {
    content: "\f0ed"
}

.ico-tb-preview:before {
    content: "\f06e"
}

.ico-tb-undo:before {
    content: "\f0e2"
}

.ico-tb-redo:before {
    content: "\f01e"
}

.ico-tb-reset:before {
    content: "\f016"
}

.ico-tb-mode:before {
    content: "\f10b"
}

.ico-tb-mode-tv:before {
    content: "\f26c"
}

.ico-tb-mode-desktop:before {
    content: "\f109"
}

.ico-tb-mode-tablet:before {
    content: "\f10a"
}

.ico-tb-mode-phone:before {
    content: "\f10b"
}

.ico-tb-facebook-fans:before {
    content: "\f09a"
}

.ico-tb-facebook-like:before {
    content: "\f087"
}

.ico-tb-share:before {
    content: "\f1e0"
}

.ico-tb-table:before {
    content: "\f0ce"
}

.ico-tb-flickr-gallery:before {
    content: "\f16e"
}

.ico-tb-skype-imonline:before {
    content: "\f17e"
}

.ico-tb-musicplayer:before {
    content: "\f001"
}

.ico-tb-banner:before {
    content: "\f0c8"
}

.ico-tb-flash:before {
    content: "\f110"
}

.ico-tb-google-adsense:before {
    content: "\f1ea"
}

.ico-tb-html:before {
    content: "\f121"
}

.ico-tb-buynow:before {
    content: "\f1ed"
}

.ico-tb-store:before {
    content: "\f07a"
}

.ico-tb-store-cart:before {
    content: "\f291"
}

.ico-tb-settings:before {
    content: "\f013"
}

.ico-tb-seo:before {
    content: "\f201"
}

.ico-tb-background:before {
    content: "\f247"
}

.ico-tb-styles:before {
    content: "\f034"
}

.ico-tb-pages:before {
    content: "\f0c5"
}

.ico-tb-favicon:before {
    content: "\f25d"
}

.ico-tb-landing:before {
    content: "\f0c9"
}

.ico-tb-grid:before {
    content: "\f00a"
}

.ico-tb-snap:before {
    content: "\f029"
}

.ico-tb-layout:before {
    content: "\f0db"
}

.ico-tb-fullscreen:before {
    content: "\f065"
}

.ico-tb-sign-in:before {
    content: "\f090"
}

.ico-tb-logout:before {
    content: "\f08b"
}

.ico-tb-auto-layout:before {
    content: "\f0d0"
}

.ico-tb-blocks:before {
    content: "\f247"
}

#wb_config_btn .icon-cog-big {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    margin-top: -2px
}

    #wb_config_btn .icon-cog-big:before, .icon-cog-big:before {
        content: "\f013"
    }

.ico-pl-vkontakte_community img, .ico-pl-vkontakte_like img, .ico-pl-odnoklassniki img, .ico-pl-odnoklassniki_share img, .ico-pl-gplus_like img, .ico-pl-gplus_badge img, .ico-pl-pinterest img, .ico-pl-webmoney_button img, .ico-pl-webmoney_widget img, .ico-pl-ecwid img, .ico-pl-yandex_maps img, .ico-pl-baidu_maps img, .ico-pl-bing_maps img, .ico-pl-vimeo img, .ico-pl-linkedin_share img, .ico-pl-linkedin img, .ico-pl-skrill img, .ico-pl-alipay img, .ico-pl-webpay img, .ico-pl-getbutton img, .ico-pl-wp img, .ico-pl-klarna img, .ico-pl-adsense img, .ico-pl-paymentez img, .ico-pl-pagseguro img, .ico-pl-payumoney img, .ico-pl-payu img, .ico-pl-paysera img, .ico-pl-mpesa img, .ico-pl-liqpay img, .ico-pl-payfast img, .ico-pl-stripe img, .ico-pl-qiwi img, .ico-pl-qiwi_kz img, .ico-pl-paytrail img, .ico-pl-expresspay img, .ico-pl-epayco img, .ico-pl-rutube_video img, .ico-pl-vk_video img, .ico-pl-vkontakte_comment img, .ico-pl-smartarget img, .ico-tb-domains img, .ico-pl-2checkout img, .ico-pl-yandex_kassa img, .ico-pl-mercado img, .ico-pl-ideal_payment img, .ico-pl-youku img, .ico-pl-instagram img, .ico-pl-baokim img, .ico-pl-robokassa img, .ico-pl-olark img, .ico-pl-dragonpay img, .ico-pl-easypay img, .ico-pl-assist img, .ico-pl-7_connect img, .ico-pl-iyzico img, .ico-pl-linepay img, .ico-pl-zopim img, .ico-pl-tawkto img, .ico-pl-epaybg img, .ico-pl-gestpay img, .ico-pl-mollie img, .ico-pl-braintree img, .ico-pl-platron img, .ico-pl-epsilon img, .ico-pl-click img, .ico-pl-redsys img, .ico-pl-payme img, .ico-pl-bepaid img, .ico-pl-spotify img, .ico-pl-effect img, .ico-pl-accordion-accordion img, .ico-pl-accordion-slider img, .ico-pl-accordion-tabs img, .ico-pl-bookingmood img, .ico-pl-mix-layout img, .ico-pl-block-layout img, .ico-pl-horizontal-layout img, .ico-pl-vertical-layout img, .ico-pl-telegram_widget img, .ico-pl-google_calendar img, .ico-pl-facebook_comment img, .ico-calendar1 img, .ico-pl-m-pesa img, .ico-pl-openstreetmap img, .ico-pl-tiktok-square img, .ico-pl-tiktok img, .ico-pl-twitter-x-square img, .ico-pl-twitter-x img, .ico-pl-twitter img, .ico-pl-coinpayments img {
    display: none
}

.ico-pl-vkontakte_community:before {
    content: "\f189"
}

.ico-pl-vkontakte_like:before {
    content: "\f189"
}

.ico-pl-odnoklassniki:before {
    content: "\f263"
}

.ico-pl-odnoklassniki_share:before {
    content: "\f263"
}

.ico-pl-gplus_like:before {
    content: "\f0d5"
}

.ico-pl-gplus_badge:before {
    content: "\f0d5"
}

.ico-pl-pinterest:before {
    content: "\f231"
}

.ico-pl-webmoney_button:before {
    content: "\e908";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-webmoney_widget:before {
    content: "\e908";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-ecwid:before {
    content: "\e903";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-yandex_maps:before {
    content: "\e95e";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-baidu_maps:before {
    content: "\e965";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-bing_maps:before {
    content: "\e964";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-vimeo:before {
    content: "\f27d"
}

.ico-pl-linkedin_share:before {
    content: "\f0e1"
}

.ico-pl-linkedin:before {
    content: "\f0e1"
}

.ico-pl-skrill:before {
    content: "\e907";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-alipay:before {
    content: "\e902";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-webpay:before {
    content: "\e909";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-wp:before {
    content: "\e909";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-pagseguro:before {
    content: "\e905";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-payumoney:before {
    content: "\e900";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-payu:before {
    content: "\e900";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-paysera:before {
    content: "\e906";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-mpesa:before {
    content: "\e926";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-liqpay:before {
    content: "\e90c";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-payfast:before {
    content: "\e914";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-stripe:before {
    content: "\e90d";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-qiwi:before {
    content: "\e910";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-qiwi_kz:before {
    content: "\e910";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-paytrail:before {
    content: "\e927";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-expresspay:before {
    content: "\e959";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-epayco:before {
    content: "\e95d";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-rutube_video:before {
    content: "\e95a";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-vk_video:before {
    content: "\e95b";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-vkontakte_comment:before {
    content: "\e95b";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-smartarget:before {
    content: "\e95c";
    font-family: builder-ui-icons-plugins !important
}

.ico-tb-domains:before {
    content: "\e928";
    font-family: builder-ui-icons-plugins !important;
    font-size: 20px !important
}

.ico-pl-2checkout:before {
    content: "\e90e";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-yandex_kassa:before {
    content: "\e912";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-mercado:before {
    content: "\e90f";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-ideal_payment:before {
    content: "\e904";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-youku:before {
    content: "\f01d"
}

.ico-pl-google_calendar:before {
    content: "\f073"
}

.ico-pl-daum_maps:before {
    content: "\e963";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-naver_maps:before {
    content: "\e95f";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-facebook_comment:before {
    content: "\f0e5"
}

.ico-pl-instagram:before {
    content: "\f16d"
}

.ico-pl-spotify:before {
    content: "\f1bc"
}

.ico-pl-baokim:before {
    content: "\e925";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-robokassa:before {
    content: "\e911";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-olark:before {
    content: "\e901";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-dragonpay:before {
    content: "\e90a";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-easypay:before {
    content: "\e90b";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-assist:before {
    content: "\e913";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-7_connect:before {
    content: "\e918";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-iyzico:before {
    content: "\e915";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-linepay:before {
    content: "\e916";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-zopim:before {
    content: "\e93a";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-tawkto:before {
    content: "\e919";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-epaybg:before {
    content: "\e91c";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-gestpay:before {
    content: "\e91b";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-mollie:before {
    content: "\e91d";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-braintree:before {
    content: "\e91e";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-platron:before {
    content: "\e91f";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-epsilon:before {
    content: "\e922";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-click:before {
    content: "\e923";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-redsys:before {
    content: "\e924";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-payme:before {
    content: "\e91a";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-bepaid:before {
    content: "\e920";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-effect:before {
    content: "\e921";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-accordion-accordion:before {
    content: "\e966";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-accordion-slider:before {
    content: "\e967";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-accordion-tabs:before {
    content: "\e968";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-bookingmood:before {
    content: "\e969";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-mix-layout:before {
    content: "\e929";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-block-layout:before {
    content: "\e92a";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-horizontal-layout:before {
    content: "\e92b";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-vertical-layout:before {
    content: "\e92c";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-telegram_widget:before {
    content: "\f2c6"
}

.ico-pl-klarna:before {
    content: "\e931";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-adsense:before {
    content: "\e956";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-getbutton:before {
    content: "\e932";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-paymentez:before {
    content: "\e933";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-mellat:before {
    content: "\e934";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-libelula:before {
    content: "\e960";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-aparat:before {
    content: "\e961";
    font-family: builder-ui-icons-plugins !important
}

.ico-404:before {
    content: "\e96b";
    font-family: builder-ui-icons-plugins !important
}

.ico-calendar1:before {
    content: "\e96c";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-m-pesa:before {
    content: "\e96f";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-openstreetmap:before {
    content: "\e970";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-tiktok-square:before {
    content: "\e971";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-tiktok:before {
    content: "\e972";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-twitter-x-square:before {
    content: "\e973";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-twitter-x:before {
    content: "\e974";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-twitter:before {
    content: "\e974";
    font-family: builder-ui-icons-plugins !important
}

.ico-pl-coinpayments:before {
    content: "\e96a";
    font-family: builder-ui-icons-plugins !important
}

.wbico {
    font-family: 'builder-ui-icons-plugins' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .wbico:before {
        text-decoration: none !important
    }

.wbico-block-layout:before {
    content: "\e92a"
}

.wbico-horizontal-layout:before {
    content: "\e92b"
}

.wbico-vertical-layout:before {
    content: "\e92c"
}

.wbico-gallery-thumbs:before {
    content: "\e92d"
}

.wbico-gallery-masonry:before {
    content: "\e92e"
}

.wbico-gallery-slideshow:before {
    content: "\e92f"
}

.wbico-gallery-list:before {
    content: "\e930"
}

.wbico-gallery-map:before {
    content: "\e958"
}

.wbico-line-dotted:before {
    content: "\e940"
}

.wbico-line-none:before {
    content: "\e941"
}

.wbico-line-solid:before {
    content: "\e942"
}

.wbico-line-dashed:before {
    content: "\e943"
}

.wbico-line-double:before {
    content: "\e944"
}

.wbico-align-bottom:before {
    content: "\e93f"
}

.wbico-align-center:before {
    content: "\e949"
}

.wbico-align-middle:before {
    content: "\e94a"
}

.wbico-align-inside-mode:before {
    content: "\e94b"
}

.wbico-align-left:before {
    content: "\e94c"
}

.wbico-align-outside-mode:before {
    content: "\e94d"
}

.wbico-align-right:before {
    content: "\e94e"
}

.wbico-align-space-around-horizontal:before {
    content: "\e94f"
}

.wbico-align-space-around-vertical:before {
    content: "\e950"
}

.wbico-align-space-between-horizontal:before {
    content: "\e951"
}

.wbico-align-space-between-vertical:before {
    content: "\e952"
}

.wbico-align-stretch-horizontal:before {
    content: "\e953"
}

.wbico-align-stretch-vertical:before {
    content: "\e954"
}

.wbico-align-top:before {
    content: "\e955"
}

.wbico-reset:before {
    content: "\e96d"
}

.wbico-ai-assistant:before {
    content: "\e96e"
}

.btn-link > .wbico {
    margin-left: 0 !important;
    margin-right: 0 !important
}

    .btn-link > .wbico:after {
        content: ' '
    }

.wb-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'builder-ui-icons-plugins';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: inherit
}

#head {
    background: #fff
}

#head-tools {
    background: #f9f9f9
}

#head .wb_badge_help {
    background: #fff0;
    border-color: #333;
    color: #333;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle
}

.btn-wb-item {
    padding: 0px !important;
    border: none;
    background: #fff0;
    text-shadow: none;
    box-shadow: none
}

#settings-toolbar-cont button.btn, .lang-selector button.btn {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
    box-shadow: none
}

    #settings-toolbar-cont button.btn:hover, .lang-selector button.btn:hover {
        background: #f0f0f0
    }

#settings-toolbar-cont button.btn-danger {
    border: 1px solid #d43f3a;
    background: #d9534f;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
    box-shadow: none
}

    #settings-toolbar-cont button.btn-danger:hover {
        background: #c9302c;
        border-color: #ac2925
    }

#settings-toolbar-cont .open button.btn.dropdown-toggle {
    background: #e6e6e6
}

#settings-toolbar-cont input[type=text]:not(.input-search) {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
    box-shadow: none
}

.wb-prm-btn a:before, .wb-tiny-btn a:before {
    content: "\f005";
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 1px;
    margin-right: 4px;
    line-height: 1px
}

.wb_toolbar_help {
    border: none;
    background-color: #59bc00
}

.ico-tb-help {
    background-image: none !important
}

    .ico-tb-help:before {
        content: "\f128";
        font-family: FontAwesome !important;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        color: #fff
    }

.wb_toolbar_repo {
    border: none;
    background-color: #d50123
}

.ico-tb-report {
    background-image: none !important
}

    .ico-tb-report:before {
        content: "\f12a";
        font-family: FontAwesome !important;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        color: #fff
    }

.lang-selector i[class^="flag-icon-"] {
    top: 2px
}

.checked-marker {
    background: #fff0;
    top: -7px
}

    .checked-marker:before {
        content: "\f00c";
        font-family: FontAwesome !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px
    }

body {
    background-color: #fff0
}

    body.site:before {
        background: #fff0 none no-repeat scroll center top;
        background-size: auto auto;
        opacity: 1
    }

.wb_sbg {
    background: #fff0 none repeat-x left top
}

.site-lang-tr .wb_cont_inner {
    width: 360px;
    height: 100%
}

.site-lang-tr .wb_cont_bg {
    width: 360px;
    margin-left: -180px
}

.site-lang-tr .root {
    min-height: 100%;
    height: auto
}

#a19127596645002ee52411921be6846c {
    opacity: 1;
    box-sizing: border-box;
    width: 19.33%;
    height: auto;
    min-width: 183px;
    max-width: 339px;
    margin: -2px 0 0 0;
    flex: 0 0 auto
}

    #a19127596645002ee52411921be6846c .wb-picture-wrapper {
        border-radius: 9000px;
        -moz-border-radius: 9000px;
        -webkit-border-radius: 9000px;
        border: 0 none #d1d1d1
    }

    #a19127596645002ee52411921be6846c img {
        width: 100%;
        height: auto
    }

    #a19127596645002ee52411921be6846c > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191276a4bab00b3ac6d3f670ae2a59c p:last-child {
    margin-bottom: 0
}

#a191276a4bab00b3ac6d3f670ae2a59c {
    opacity: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191279cc01800f8623ea93fa51d753a .btn-collapser {
    display: inline-block
}

#a191279cc01800f8623ea93fa51d753a {
    width: 100%;
    max-width: 100%;
    margin: 0 0 4px 0;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

    #a191279cc01800f8623ea93fa51d753a ul {
        background: #fff none repeat left top
    }

    #a191279cc01800f8623ea93fa51d753a.collapse-expanded > ul {
        display: block;
        float: none;
        height: auto;
        overflow: hidden;
        overflow-y: auto
    }

        #a191279cc01800f8623ea93fa51d753a.collapse-expanded > ul > li {
            display: block
        }

    #a191279cc01800f8623ea93fa51d753a.collapse-expanded li > ul {
        position: static
    }

    #a191279cc01800f8623ea93fa51d753a.collapse-expanded li.active > ul {
        display: block !important
    }

    #a191279cc01800f8623ea93fa51d753a.collapse-expanded li.over > ul {
        display: block !important
    }

    #a191279cc01800f8623ea93fa51d753a ul, #a191279cc01800f8623ea93fa51d753a-det ul {
        border: 1px none #fff
    }

        #a191279cc01800f8623ea93fa51d753a, #a191279cc01800f8623ea93fa51d753a ul, #a191279cc01800f8623ea93fa51d753a-det ul, #a191279cc01800f8623ea93fa51d753a, #a191279cc01800f8623ea93fa51d753a ul li, #a191279cc01800f8623ea93fa51d753a-det ul li {
            text-align: center
        }

            #a191279cc01800f8623ea93fa51d753a, #a191279cc01800f8623ea93fa51d753a ul[dir="rtl"], #a191279cc01800f8623ea93fa51d753a-det ul[dir="rtl"] {
                text-align: center
            }

                #a191279cc01800f8623ea93fa51d753a, #a191279cc01800f8623ea93fa51d753a ul li ul, #a191279cc01800f8623ea93fa51d753a ul li ul a, #a191279cc01800f8623ea93fa51d753a-det ul li ul, #a191279cc01800f8623ea93fa51d753a-det ul li ul a {
                    text-align: left !important
                }

                    #a191279cc01800f8623ea93fa51d753a, #a191279cc01800f8623ea93fa51d753a ul[dir="rtl"] li ul, #a191279cc01800f8623ea93fa51d753a ul[dir="rtl"] li ul a, #a191279cc01800f8623ea93fa51d753a-det ul[dir="rtl"] li ul, #a191279cc01800f8623ea93fa51d753a-det ul[dir="rtl"] li ul a {
                        text-align: right !important
                    }

                        #a191279cc01800f8623ea93fa51d753a ul[dir="rtl"] li ul, #a191279cc01800f8623ea93fa51d753a-det ul[dir="rtl"] li ul {
                            padding: inherit
                        }

                        #a191279cc01800f8623ea93fa51d753a .vmenu[dir="rtl"] > li > ul, #a191279cc01800f8623ea93fa51d753a .hmenu[dir="rtl"] > li > ul {
                            left: auto
                        }

                            #a191279cc01800f8623ea93fa51d753a .vmenu[dir="rtl"] > li > ul ul, #a191279cc01800f8623ea93fa51d753a .hmenu[dir="rtl"] > li > ul ul {
                                left: auto;
                                right: 100%
                            }

                        #a191279cc01800f8623ea93fa51d753a ul ul, #a191279cc01800f8623ea93fa51d753a-det ul {
                            background: #fff0 none repeat left top
                        }

                        #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .vmenu ul li, #a191279cc01800f8623ea93fa51d753a-det.vmenu:not(.collapse-expanded) ul li, #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .hmenu ul li {
                            width: 320px;
                            max-width: 320px
                        }

                            #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .vmenu ul li a, #a191279cc01800f8623ea93fa51d753a-det.vmenu:not(.collapse-expanded) ul li a, #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .hmenu ul li a {
                                max-width: 320px
                            }

                        #a191279cc01800f8623ea93fa51d753a .vmenu ul a, #a191279cc01800f8623ea93fa51d753a-det.vmenu:not(.collapse-expanded) ul a, #a191279cc01800f8623ea93fa51d753a .hmenu ul a {
                            white-space: nowrap
                        }

                        #a191279cc01800f8623ea93fa51d753a li, #a191279cc01800f8623ea93fa51d753a-det li {
                            margin: 10px 0 10px 0
                        }



                            #a191279cc01800f8623ea93fa51d753a li.over > a, #a191279cc01800f8623ea93fa51d753a li:focus > a, #a191279cc01800f8623ea93fa51d753a-det li.over > a, #a191279cc01800f8623ea93fa51d753a-det li:focus > a {
                                /*                                border: 0 none #000;
                                font-style: normal;
                                font: normal bold 20px 'Cormorant',Arial,serif;
                                font-family: 'Cormorant',Arial,serif;
                                color: #d97700;
                                text-decoration: none;
                                line-height: 20px;
                                text-transform: none;
                                background: #fff0 none no-repeat center bottom*/
                            }

                            #a191279cc01800f8623ea93fa51d753a li ul li.over > a, #a191279cc01800f8623ea93fa51d753a li ul li:focus > a, #a191279cc01800f8623ea93fa51d753a-det li ul li.over > a, #a191279cc01800f8623ea93fa51d753a-det li ul li:focus > a {
                                /*                                border: 0 none #000;
                                font-style: normal;
                                font: normal bold 20px 'Cormorant',Arial,serif;
                                font-family: 'Cormorant',Arial,serif;
                                color: #d97700;
                                text-decoration: none;
                                line-height: 20px;
                                text-transform: none;
                                background: #fff0 none no-repeat center bottom*/
                            }

                            #a191279cc01800f8623ea93fa51d753a li.active > a, #a191279cc01800f8623ea93fa51d753a-det li.active > a {
                                border: 0 none #000;
                                font-style: normal;
                                font: normal bold 15px 'Cormorant',Arial,serif;
                                font-family: 'Cormorant',Arial,serif;
                                color: #d97700;
                                text-decoration: none;
                                line-height: 20px;
                                text-transform: none;
                                background: #fff0 none no-repeat center bottom
                            }

                            #a191279cc01800f8623ea93fa51d753a li ul li.active > a, #a191279cc01800f8623ea93fa51d753a-det li ul li.active > a {
                                border: 0 none #000;
                                font-style: normal;
                                font: normal bold 15px 'Cormorant',Arial,serif;
                                font-family: 'Cormorant',Arial,serif;
                                color: #d97700;
                                text-decoration: none;
                                line-height: 20px;
                                text-transform: none;
                                background: #fff0 none no-repeat center bottom
                            }

                        #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .vmenu ul.open-left, #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .hmenu ul.open-left {
                            left: auto;
                            right: 100%
                        }

                        #a191279cc01800f8623ea93fa51d753a:not(.collapse-expanded) .hmenu > li > ul.open-left {
                            left: auto;
                            right: 0
                        }

#a191279ef45700604ebc65511671a891 {
    width: 100%;
    height: auto;
    min-height: 201px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a191279ef45700604ebc65511671a891 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: flex-end;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a191276deb63009e09c6093bb4259910 {
    width: 72.27%;
    height: 128px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a191276deb63009e09c6093bb4259910 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a190fa09895f0047921630f38e5c60b3 {
    width: 100%;
    height: auto;
    min-height: 385px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a190fa09895f0047921630f38e5c60b3 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border-top: 0 none #000;
        border-right: 0 none #000;
        border-bottom: 0 none #000;
        border-left: 0 none #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: stretch;
        align-items: center;
        justify-content: space-around;
        align-content: space-around;
        flex-wrap: wrap;
        box-shadow: 0 0 0 0px #000
    }

#a19127954ad1000ec9169de1697f57fa {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19127954ad1000ec9169de1697f57fa > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a19127955f7600b1fd5898bf7b98eb4b {
    width: auto;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19127955f7600b1fd5898bf7b98eb4b > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }


#a188dd9a221202a70bee5827a1ca8d2d {
    width: 100%;
    height: auto;
    /*max-width: 1426px;*/
    flex: 0 0 auto
}

    #a188dd9a221202a70bee5827a1ca8d2d > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a1912793ec6200afa4b19003c8776239 {
    width: 99.75%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a1912793ec6200afa4b19003c8776239 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#wb_header_a188dd9a34dc00a2ba561675c7f83454 {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #wb_header_a188dd9a34dc00a2ba561675c7f83454 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22120c27d78f434fb2bb52df p:last-child {
    margin-bottom: 0
}

#a188dd9a22120c27d78f434fb2bb52df {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22120d12a90db5f3dd369467 p:last-child {
    margin-bottom: 0
}

#a188dd9a22120d12a90db5f3dd369467 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22120ee3a8b5bdb84446efd5 > .wb_content {
    width: 100%
}

#a188dd9a22120ee3a8b5bdb84446efd5 {
    width: 100%;
    height: 110px;
    max-width: 1015px;
    margin: 10px 10px 10px 10px;
    flex: 1 1 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22120bb220871752b07002ac {
    width: 100%;
    height: auto;
    max-width: 1200px;
    flex: 0 0 auto
}

    #a188dd9a22120bb220871752b07002ac > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22120a45fc479eaa16f1d983 {
    width: 100%;
    height: auto;
    min-height: 600px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a188dd9a22120a45fc479eaa16f1d983 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 1px 20px 60px 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background-color: #000;
        justify-items: center;
        align-items: center;
        justify-content: space-around;
        align-content: space-around;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

        #a188dd9a22120a45fc479eaa16f1d983 > .wb_content:before {
            background: #fff0 url(../gallery_gen/1f476ba9724d403b0fa3548502e47031_fit.png) no-repeat scroll center center;
            background-size: cover;
            opacity: .5;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            -webkit-border-radius: 0 0 0 0
        }

#a188dd9a22120962a319fa8455c0aaeb {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a188dd9a22120962a319fa8455c0aaeb > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none no-repeat scroll center center;
        background-size: cover;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a2212156b5f335a50fd7191e8 {
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 10px 10px 10px 10px;
    flex: 1 1 auto
}

    #a188dd9a2212156b5f335a50fd7191e8 .wb-picture-wrapper {
        border-radius: 125px;
        -moz-border-radius: 125px;
        -webkit-border-radius: 125px;
        border: 5px none #d1d1d1
    }

    #a188dd9a2212156b5f335a50fd7191e8 img {
        width: 100%;
        height: auto
    }

    #a188dd9a2212156b5f335a50fd7191e8 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a2212161c3de9dcfdf447344d p:last-child {
    margin-bottom: 0
}

#a188dd9a2212161c3de9dcfdf447344d {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221219732980d15375df0e6c {
    opacity: 1;
    box-sizing: border-box;
    width: 40px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221219732980d15375df0e6c .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a221219732980d15375df0e6c .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a221219732980d15375df0e6c svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a221219732980d15375df0e6c > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22121aa9d5afc963132c8fef {
    opacity: 1;
    box-sizing: border-box;
    width: 40px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a22121aa9d5afc963132c8fef .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a22121aa9d5afc963132c8fef .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a22121aa9d5afc963132c8fef svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a22121aa9d5afc963132c8fef > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a2212174eed0e9b8a228b3ac7 {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a2212174eed0e9b8a228b3ac7 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221214e6a235a9e37adaf66c {
    width: 30%;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221214e6a235a9e37adaf66c > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22121c61f739740d8c8e3cf3 > .wb-elm-line {
    margin: 0 0 0 -1.5px;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-left: 3px solid #a8a8a8;
}

#a188dd9a22121c61f739740d8c8e3cf3 > .wb_content {
    width: 100%;
    height: 100%
}

#a188dd9a22121c61f739740d8c8e3cf3 {
    width: 13px;
    height: 100px;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191372e18610010289dffaa495db96d {
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-width: 32px;
    min-height: 32px;
    max-width: 64px;
    max-height: 64px;
    margin: 10px 10px 10px 10px;
    flex: 1 1 auto
}

    #a191372e18610010289dffaa495db96d .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 5px none #d1d1d1;
        width: 100%;
        height: auto
    }

        #a191372e18610010289dffaa495db96d .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a191372e18610010289dffaa495db96d svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a191372e18610010289dffaa495db96d > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22121de999cb7487d78c60a0 p:last-child {
    margin-bottom: 0
}

#a188dd9a22121de999cb7487d78c60a0 {
    opacity: 1;
    width: 94.24%;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 11px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22121ec24ffd9d67505a721d > .wb-elm-line {
    margin: 0 0 0 -1.5px;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-left: 3px solid #a8a8a8;
}

#a188dd9a22121ec24ffd9d67505a721d > .wb_content {
    width: 100%;
    height: 100%
}

#a188dd9a22121ec24ffd9d67505a721d {
    width: 13px;
    height: 100px;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22121bf3b6879b59fd99b2c4 {
    width: 29.86%;
    height: 259px;
    max-width: 100%;
    margin: 0 10px 0 10px;
    flex: 0 0 auto
}

    #a188dd9a22121bf3b6879b59fd99b2c4 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a2212206dfdaf4f70d5b113bc {
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 10px 10px 10px 10px;
    flex: 1 1 auto
}

    #a188dd9a2212206dfdaf4f70d5b113bc .wb-picture-wrapper {
        border-radius: 125px;
        -moz-border-radius: 125px;
        -webkit-border-radius: 125px;
        border: 5px none #d1d1d1
    }

    #a188dd9a2212206dfdaf4f70d5b113bc img {
        width: 100%;
        height: auto
    }

    #a188dd9a2212206dfdaf4f70d5b113bc > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221221327f116ae9a6bdc3b3 p:last-child {
    margin-bottom: 0
}

#a188dd9a221221327f116ae9a6bdc3b3 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221224183b731e6d554bcbc4 {
    opacity: 1;
    box-sizing: border-box;
    width: 40px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221224183b731e6d554bcbc4 .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a221224183b731e6d554bcbc4 .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a221224183b731e6d554bcbc4 svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a221224183b731e6d554bcbc4 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221225bddec48338ca50aff9 {
    opacity: 1;
    box-sizing: border-box;
    width: 40px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221225bddec48338ca50aff9 .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a221225bddec48338ca50aff9 .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a221225bddec48338ca50aff9 svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a221225bddec48338ca50aff9 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221222f507215819bdca677e {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221222f507215819bdca677e > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22121f94440969b9f7d57b6a {
    width: 30%;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a22121f94440969b9f7d57b6a > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221213f1524ba5e8bf212ecc {
    width: 83.3%;
    height: auto;
    min-height: 415px;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221213f1524ba5e8bf212ecc > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: stretch;
        align-items: center;
        justify-content: space-evenly;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19127a1984400deef261fad5c1153ff {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19127a1984400deef261fad5c1153ff > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 60px 0 60px 0;
        border: 0 none #000;
        -moz-border-radius: nullpx;
        -webkit-border-radius: nullpx;
        border-radius: nullpx;
        background: #0f0000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22120fecac69633dabda7368 {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a188dd9a22120fecac69633dabda7368 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221228037e290d8cfe47db18 p:last-child {
    margin-bottom: 0
}

#a188dd9a221228037e290d8cfe47db18 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}


#homePageıtemImg {
    opacity: 1;
    box-sizing: border-box;
    width: 74.14%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
}

    #homePageıtemImg .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #homePageıtemImg img {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #homePageıtemImg > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19136e9b72a0082a8f914d922eab1f9 {
    opacity: 1;
    box-sizing: border-box;
    width: 74.14%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e9b72a0082a8f914d922eab1f9 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e9b72a0082a8f914d922eab1f9 img {
        width: 100%;
        height: auto
    }

    #a19136e9b72a0082a8f914d922eab1f9 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191466358af0002b26722b1280cc972 p:last-child {
    margin-bottom: 0
}

#a191466358af0002b26722b1280cc972 {
    opacity: 1;
    width: 39.1%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#homePageItemsText p:last-child {
    margin-bottom: 0
}

#homePageItemsText {
    opacity: 1;
    width: 39.1%;
    height: auto;
    min-width: fit-content;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191466f44b90040ca6876838970333b {
    width: 18.83%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a191466f44b90040ca6876838970333b > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#homePageItemsMain:hover {
}

#homePageItemsMain {
    padding-bottom: 18px;
    width: 18.83%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    cursor: pointer !important;
}

    #homePageItemsMain > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e8275200b9badb7bf2bd82e676 {
    opacity: 1;
    box-sizing: border-box;
    width: 67.72%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e8275200b9badb7bf2bd82e676 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e8275200b9badb7bf2bd82e676 img {
        width: 100%;
        height: auto
    }

    #a19136e8275200b9badb7bf2bd82e676 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a1914678418e00cd091378fb83bdd0ea p:last-child {
    margin-bottom: 0
}

#a1914678418e00cd091378fb83bdd0ea {
    opacity: 1;
    width: 39.1%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191467872d4005f6d77c6b1b2e2ce5e {
    width: 20.46%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a191467872d4005f6d77c6b1b2e2ce5e > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e7b383001ef330a3149d53449a {
    opacity: 1;
    box-sizing: border-box;
    width: 66.24%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e7b383001ef330a3149d53449a .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e7b383001ef330a3149d53449a img {
        width: 100%;
        height: auto
    }

    #a19136e7b383001ef330a3149d53449a > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191467c154f00dc26916d0b2cfc7488 p:last-child {
    margin-bottom: 0
}

#a191467c154f00dc26916d0b2cfc7488 {
    opacity: 1;
    width: 39.1%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191467c2b4a00a1fcc211400d7d4b24 {
    width: 20.77%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a191467c2b4a00a1fcc211400d7d4b24 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e905ed0053a7d4c8340f3cbbe5 {
    opacity: 1;
    box-sizing: border-box;
    width: 63.39%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 0;
    flex: 0 0 auto
}

    #a19136e905ed0053a7d4c8340f3cbbe5 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e905ed0053a7d4c8340f3cbbe5 img {
        width: 100%;
        height: auto
    }

    #a19136e905ed0053a7d4c8340f3cbbe5 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146865ebc003f0c106194c2667ad3 p:last-child {
    margin-bottom: 0
}

#a19146865ebc003f0c106194c2667ad3 {
    opacity: 1;
    width: 49.02%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191469ccbc100a2d6a0bda8edbdc2c5 {
    width: 19.77%;
    height: auto;
    max-width: 100%;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a191469ccbc100a2d6a0bda8edbdc2c5 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 4px 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e993e1006a2fc2d15fe1a59cba {
    opacity: 1;
    box-sizing: border-box;
    width: 73.3%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e993e1006a2fc2d15fe1a59cba .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e993e1006a2fc2d15fe1a59cba img {
        width: 100%;
        height: auto
    }

    #a19136e993e1006a2fc2d15fe1a59cba > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a1914688a9a7007ebbfa7aa7a91ffcfb p:last-child {
    margin-bottom: 0
}

#a1914688a9a7007ebbfa7aa7a91ffcfb {
    opacity: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a1914688c05e00e5511006b6f445c50f {
    width: 18.87%;
    height: auto;
    max-width: 100%;
    margin: 0 2px 0 0;
    flex: 0 0 auto
}

    #a1914688c05e00e5511006b6f445c50f > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e8c1c800c2c8a1e2bac22f696d {
    opacity: 1;
    box-sizing: border-box;
    width: 69.95%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e8c1c800c2c8a1e2bac22f696d .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e8c1c800c2c8a1e2bac22f696d img {
        width: 100%;
        height: auto
    }

    #a19136e8c1c800c2c8a1e2bac22f696d > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191468eb12e0023f31f5f6835403744 p:last-child {
    margin-bottom: 0
}

#a191468eb12e0023f31f5f6835403744 {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191468ebea3006ffc10d5f2f944d1bb {
    width: 18.75%;
    height: auto;
    max-width: 100%;
    margin: 0 8px 0 0;
    flex: 0 0 auto
}

    #a191468ebea3006ffc10d5f2f944d1bb > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e8a71f00795540cea43244c9c8 {
    opacity: 1;
    box-sizing: border-box;
    width: 64.18%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 0;
    flex: 0 0 auto
}

    #a19136e8a71f00795540cea43244c9c8 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e8a71f00795540cea43244c9c8 img {
        width: 100%;
        height: auto
    }

    #a19136e8a71f00795540cea43244c9c8 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191468fe49300d4a68147952d6cb509 p:last-child {
    margin-bottom: 0
}

#a191468fe49300d4a68147952d6cb509 {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a1914690142700ef6c1f862d85a34bb2 {
    width: 19.52%;
    height: auto;
    max-width: 100%;
    margin: 0 8px 0 0;
    flex: 0 0 auto
}

    #a1914690142700ef6c1f862d85a34bb2 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e9e0a30063db4df60fe2a64772 {
    opacity: 1;
    box-sizing: border-box;
    width: 65.82%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e9e0a30063db4df60fe2a64772 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e9e0a30063db4df60fe2a64772 img {
        width: 100%;
        height: auto
    }

    #a19136e9e0a30063db4df60fe2a64772 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191469e68890030ad2c68515f1394c6 p:last-child {
    margin-bottom: 0
}

#a191469e68890030ad2c68515f1394c6 {
    opacity: 1;
    width: 90.43%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a191469e73cf00cdb6278905623c698f {
    width: 20.97%;
    height: 327px;
    max-width: 100%;
    margin: 0 8px 0 0;
    flex: 0 0 auto
}

    #a191469e73cf00cdb6278905623c698f > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e85d4e0067f948e3f14622fc09 {
    opacity: 1;
    box-sizing: border-box;
    width: 70.11%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 10px 10px 10px;
    flex: 0 0 auto
}

    #a19136e85d4e0067f948e3f14622fc09 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e85d4e0067f948e3f14622fc09 img {
        width: 100%;
        height: auto
    }

    #a19136e85d4e0067f948e3f14622fc09 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146a09859004c86d34cca6cf5dcba p:last-child {
    margin-bottom: 0
}

#a19146a09859004c86d34cca6cf5dcba {
    opacity: 1;
    width: 90.43%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146a0aac2000e8300ab9e623d5732 {
    width: 19.82%;
    height: 322px;
    max-width: 100%;
    margin: 0 8px 0 0;
    flex: 0 0 auto
}

    #a19146a0aac2000e8300ab9e623d5732 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 0 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136ea05120059af2b543de0618f70 {
    opacity: 1;
    box-sizing: border-box;
    width: 65.98%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136ea05120059af2b543de0618f70 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136ea05120059af2b543de0618f70 img {
        width: 100%;
        height: auto
    }

    #a19136ea05120059af2b543de0618f70 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146be33ae00149058217f2b7834a3 p:last-child {
    margin-bottom: 0
}

#a19146be33ae00149058217f2b7834a3 {
    opacity: 1;
    width: 90.43%;
    height: auto;
    max-width: 100%;
    margin: 10px 0 0 0;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146be61d50007e50296f1bb454429 {
    width: 18.99%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146be61d50007e50296f1bb454429 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e9a56a009cfa8aee7b3240944f {
    opacity: 1;
    box-sizing: border-box;
    width: 66.32%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e9a56a009cfa8aee7b3240944f .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e9a56a009cfa8aee7b3240944f img {
        width: 100%;
        height: auto
    }

    #a19136e9a56a009cfa8aee7b3240944f > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146bf649900821b1b2eea437a9577 p:last-child {
    margin-bottom: 0
}

#a19146bf649900821b1b2eea437a9577 {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146bf714f00d7dfa8a38845c9251b {
    width: 18.7%;
    height: 310px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146bf714f00d7dfa8a38845c9251b > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e975de00a9dffef478db02ef1c {
    opacity: 1;
    box-sizing: border-box;
    width: 62.65%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e975de00a9dffef478db02ef1c .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e975de00a9dffef478db02ef1c img {
        width: 100%;
        height: auto
    }

    #a19136e975de00a9dffef478db02ef1c > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146c0d40d00080ef4db7e0d59923b p:last-child {
    margin-bottom: 0
}

#a19146c0d40d00080ef4db7e0d59923b {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146c0e04b00ac3c7c94e4fd03b8af {
    width: 20.16%;
    height: 306px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146c0e04b00ac3c7c94e4fd03b8af > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e9f64b0008a6d5f8ff8cc72f92 {
    opacity: 1;
    box-sizing: border-box;
    width: 59.08%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e9f64b0008a6d5f8ff8cc72f92 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e9f64b0008a6d5f8ff8cc72f92 img {
        width: 100%;
        height: auto
    }

    #a19136e9f64b0008a6d5f8ff8cc72f92 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146c1ac8800a73cb01a76a977f65c p:last-child {
    margin-bottom: 0
}

#a19146c1ac8800a73cb01a76a977f65c {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146c1b771008423e6e10559689e49 {
    width: 21.13%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146c1b771008423e6e10559689e49 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 7px 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e9607c00f367214d492530b537 {
    opacity: 1;
    box-sizing: border-box;
    width: 61.81%;
    height: auto;
    min-width: 130px;
    max-width: 315px;
    margin: 0 10px 0 10px;
    flex: 0 0 auto
}

    #a19136e9607c00f367214d492530b537 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e9607c00f367214d492530b537 img {
        width: 100%;
        height: auto
    }

    #a19136e9607c00f367214d492530b537 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146c59d9b0020064b1c558938ab81 p:last-child {
    margin-bottom: 0
}

#a19146c59d9b0020064b1c558938ab81 {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146c5af9100d68801a6ccbdacc42c {
    width: 20.35%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146c5af9100d68801a6ccbdacc42c > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e8d32000c437406f6d2de61c35 {
    opacity: 1;
    box-sizing: border-box;
    width: 65.81%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e8d32000c437406f6d2de61c35 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e8d32000c437406f6d2de61c35 img {
        width: 100%;
        height: auto
    }

    #a19136e8d32000c437406f6d2de61c35 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146caba260095f6a09de9164bdd18 p:last-child {
    margin-bottom: 0
}

#a19146caba260095f6a09de9164bdd18 {
    opacity: 1;
    width: 74.33%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146cac80500aaa272282e61e0ff64 {
    width: 18.89%;
    height: 307px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146cac80500aaa272282e61e0ff64 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 29px 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e894d00019b31348826dd2622d {
    opacity: 1;
    box-sizing: border-box;
    width: 67.01%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e894d00019b31348826dd2622d .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e894d00019b31348826dd2622d img {
        width: 100%;
        height: auto
    }

    #a19136e894d00019b31348826dd2622d > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146cbfa15006e38016c96d89625af p:last-child {
    margin-bottom: 0
}

#a19146cbfa15006e38016c96d89625af {
    opacity: 1;
    width: 77.3%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146cc059600e25c32dd8b7a4a1fd6 {
    width: 18.7%;
    height: 332px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146cc059600e25c32dd8b7a4a1fd6 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 3px 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e872fa004572552b7cca914bef {
    opacity: 1;
    box-sizing: border-box;
    width: 62.26%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e872fa004572552b7cca914bef .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e872fa004572552b7cca914bef img {
        width: 100%;
        height: auto
    }

    #a19136e872fa004572552b7cca914bef > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146ce18df0017b7ec0cafe542b6ec p:last-child {
    margin-bottom: 0
}

#a19146ce18df0017b7ec0cafe542b6ec {
    opacity: 1;
    width: 77.3%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146ce276300856aa2f8fb7d6badd0 {
    width: 20.2%;
    height: 335px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146ce276300856aa2f8fb7d6badd0 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e9cbaa00df7f4579ec12736713 {
    opacity: 1;
    box-sizing: border-box;
    width: 59.54%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e9cbaa00df7f4579ec12736713 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e9cbaa00df7f4579ec12736713 img {
        width: 100%;
        height: auto
    }

    #a19136e9cbaa00df7f4579ec12736713 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146cf9d6d0010764f8e5f63fcb741 p:last-child {
    margin-bottom: 0
}

#a19146cf9d6d0010764f8e5f63fcb741 {
    opacity: 1;
    width: 77.3%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146cfa9a800b0a1cdc310425b5fde {
    width: 21.13%;
    height: 335px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146cfa9a800b0a1cdc310425b5fde > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 8px 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136ea28e400c177c430be189ab609 {
    opacity: 1;
    box-sizing: border-box;
    width: 60.66%;
    height: auto;
    min-width: 132px;
    max-width: 1080px;
    max-height: 1080px;
    flex: 0 0 auto
}

    #a19136ea28e400c177c430be189ab609 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136ea28e400c177c430be189ab609 img {
        width: 100%;
        height: auto
    }

    #a19136ea28e400c177c430be189ab609 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146d14ac100f3336b65bd35563241 p:last-child {
    margin-bottom: 0
}

#a19146d14ac100f3336b65bd35563241 {
    opacity: 1;
    width: 77.3%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146d158a4005ec32bada13aa4fc68 {
    width: 20.25%;
    height: 333px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146d158a4005ec32bada13aa4fc68 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e84aa2000290fa553ea1e9c9de {
    opacity: 1;
    box-sizing: border-box;
    width: 64.65%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e84aa2000290fa553ea1e9c9de .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e84aa2000290fa553ea1e9c9de img {
        width: 100%;
        height: auto
    }

    #a19136e84aa2000290fa553ea1e9c9de > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146d39e6d0001e8300908a91418f2 p:last-child {
    margin-bottom: 0
}

#a19146d39e6d0001e8300908a91418f2 {
    opacity: 1;
    width: 77.3%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146d3a9240035bf47ccede4e7030d {
    width: 19.23%;
    height: 332px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146d3a9240035bf47ccede4e7030d > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e8109000a85b20e2d6866f36a3 {
    opacity: 1;
    box-sizing: border-box;
    width: 26.49%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    flex: 0 0 auto
}

    #a19136e8109000a85b20e2d6866f36a3 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e8109000a85b20e2d6866f36a3 img {
        width: 100%;
        height: auto
    }

    #a19136e8109000a85b20e2d6866f36a3 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146d614ff00db6dd5a008a1544429 p:last-child {
    margin-bottom: 0
}

#a19146d614ff00db6dd5a008a1544429 {
    opacity: 1;
    width: 31.11%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146d61edc00bb90d03e6b38199c7f {
    width: 47.3%;
    height: 331px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146d61edc00bb90d03e6b38199c7f > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: flex-end;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136e7eae6003e2bd3d77b111fd6ff {
    opacity: 1;
    box-sizing: border-box;
    width: 52.53%;
    height: auto;
    min-width: 132px;
    max-width: 315px;
    margin: 0 0 0 4px;
    flex: 0 0 auto
}

    #a19136e7eae6003e2bd3d77b111fd6ff .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a19136e7eae6003e2bd3d77b111fd6ff img {
        width: 100%;
        height: auto
    }

    #a19136e7eae6003e2bd3d77b111fd6ff > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a19146d83583006daf35ce513297d51b p:last-child {
    margin-bottom: 0
}

#a19146d83583006daf35ce513297d51b {
    opacity: 1;
    width: 77.3%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a19146d843c0003a08ae04ad6605efce {
    width: 24.04%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19146d843c0003a08ae04ad6605efce > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a190fa581df200a710d049f77e3694ca {
    width: 100%;
    height: auto;
    min-height: 1074px;
    max-width: 100%;
    flex: 0 0 auto
}

    #a190fa581df200a710d049f77e3694ca > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 60px 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-end;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#homePageItems {
    width: 100%;
    height: auto;
    min-height: 1074px;
    max-width: 100%;
    flex: 0 0 auto
}

    #homePageItems > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 60px 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-end;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22122bdda4bcfa34ff5ae0b0 {
    width: 93.85%;
    height: auto;
    max-width: 2397px;
    flex: 0 0 auto
}

    #a188dd9a22122bdda4bcfa34ff5ae0b0 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 60px 20px 60px 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a19136eedcc800ca708bfabf2cc4291f {
    width: 99.96%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a19136eedcc800ca708bfabf2cc4291f > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#wb_main_home_partners {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #wb_main_home_partners > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221233c87f6c5e574377e196 p:last-child {
    margin-bottom: 0
}

#a188dd9a221233c87f6c5e574377e196 {
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 24px;
    min-height: 24px;
    max-width: 360px;
    margin: 10px 10px 10px 10px;
    flex: 1 1 auto;
    text-shadow: none;
    box-shadow: none
}

#a191370c4056003d40484c3031d22e60 {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 1 1 auto
}

    #a191370c4056003d40484c3031d22e60 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 10px 10px 10px 10px;
        border: 0 none #000;
        -moz-border-radius: nullpx;
        -webkit-border-radius: nullpx;
        border-radius: nullpx;
        background: #000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a2212346802855fc363c2a678 {
    width: auto;
    height: 482px;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

    #a188dd9a2212346802855fc363c2a678 tr td > div input[type="text"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="number"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="file"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="datetime-local"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="date"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="time"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="tel"], #a188dd9a2212346802855fc363c2a678 tr td > div input[type="email"], #a188dd9a2212346802855fc363c2a678 tr td > div textarea, #a188dd9a2212346802855fc363c2a678 tr td > div select {
        padding: 6px 12px 6px 12px
    }

    #a188dd9a2212346802855fc363c2a678 tr {
        border-top: 0 solid #fff0;
        border-bottom: 0 solid #fff0;
        border-right: 0 solid #fff0;
        border-left: 0 solid #fff0
    }

    #a188dd9a2212346802855fc363c2a678 input, #a188dd9a2212346802855fc363c2a678 textarea, #a188dd9a2212346802855fc363c2a678 select, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-text, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-minutes-field, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-hour-field, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-day-field, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-month-field, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-year-field, #a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-inner-spin-button, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-text, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-day-field, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-month-field, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-year-field, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-calendar-picker-indicator, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-inner-spin-button, #a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-datetime-edit-text, #a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-datetime-edit-minutes-field, #a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-datetime-edit-hour-field {
        font: normal normal 14px Arial,sans-serif;
        color: #555;
        text-align: left;
        text-decoration: none;
        line-height: 20px
    }

[dir="rtl"] #a188dd9a2212346802855fc363c2a678 input, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 textarea, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 select, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-text, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-minutes-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-hour-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-day-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-month-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-datetime-edit-year-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-inner-spin-button, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-text, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-day-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-month-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-datetime-edit-year-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-calendar-picker-indicator, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-inner-spin-button, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-datetime-edit-text, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-datetime-edit-minutes-field, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-datetime-edit-hour-field {
    text-align: right
}

#a188dd9a2212346802855fc363c2a678 input[type="datetime-local"]::-webkit-calendar-picker-indicator, #a188dd9a2212346802855fc363c2a678 input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23555" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>')
}

#a188dd9a2212346802855fc363c2a678 input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23555" d="M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M15.3 16.2L14 17L11 11.8V7H12.5V11.4L15.3 16.2Z"></path></svg>')
}

#a188dd9a2212346802855fc363c2a678 input::placeholder, #a188dd9a2212346802855fc363c2a678 textarea::placeholder {
    color: inherit;
    opacity: .8
}

#a188dd9a2212346802855fc363c2a678 th, #a188dd9a2212346802855fc363c2a678 .checkbox-label, #a188dd9a2212346802855fc363c2a678 .checkbox-inline, #a188dd9a2212346802855fc363c2a678 .radio-label, #a188dd9a2212346802855fc363c2a678 .radio-inline, #a188dd9a2212346802855fc363c2a678 .form-file-wrapper p {
    font-style: normal;
    font: normal normal 16px 'Roboto',Arial,sans-serif;
    font-family: 'Roboto',Arial,sans-serif;
    color: #4f4f4f;
    text-decoration: none;
    text-align: left;
    line-height: 24px
}

[dir="rtl"] #a188dd9a2212346802855fc363c2a678 th, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 .checkbox-label, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 .checkbox-inline, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 .radio-label, [dir="rtl"]#a188dd9a2212346802855fc363c2a678 .radio-inline, [dir="rtl"] #a188dd9a2212346802855fc363c2a678 .form-file-wrapper p {
    text-align: right
}

#a188dd9a2212346802855fc363c2a678 [type="submit"] {
    font-size: 14px;
    font-style: normal;
    font: normal normal 14px Arial,Helvetica,sans-serif;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    background: #fff none repeat left top;
    opacity: 1;
    border: 1px solid #ccc;
    color: #333
}

    #a188dd9a2212346802855fc363c2a678 [type="submit"] > span {
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

    #a188dd9a2212346802855fc363c2a678 [type="submit"]:hover {
        background: #e6e6e6 none repeat left top;
        background-size: auto auto;
        opacity: 1;
        color: #333
    }

        #a188dd9a2212346802855fc363c2a678 [type="submit"]:hover > span {
            font-weight: 400;
            font-style: normal;
            text-decoration: none
        }

    #a188dd9a2212346802855fc363c2a678 [type="submit"]:active {
        background: #e6e6e6 none repeat left top;
        background-size: auto auto;
        opacity: 1;
        color: #333
    }

        #a188dd9a2212346802855fc363c2a678 [type="submit"]:active > span {
            font-weight: 400;
            font-style: normal;
            text-decoration: none
        }

#a188dd9a2212328432d9d5f0f14c7513 {
    width: 50%;
    height: auto;
    max-width: 100%;
    flex: 1 1 auto
}

    #a188dd9a2212328432d9d5f0f14c7513 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 20px 60px 20px;
        border: 0 none #000;
        -moz-border-radius: nullpx;
        -webkit-border-radius: nullpx;
        border-radius: nullpx;
        background: #000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: stretch;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22123881110d9d6effbcaad7 p:last-child {
    margin-bottom: 0
}

#a188dd9a22123881110d9d6effbcaad7 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 360px;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221236f92a35c0e1a55a65e2 {
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 1262px;
    max-height: 647px;
    margin: 0 0 9px 0;
    flex: 0 0 auto
}

    #a188dd9a221236f92a35c0e1a55a65e2 .wb-picture-wrapper {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none #d1d1d1
    }

    #a188dd9a221236f92a35c0e1a55a65e2 img {
        width: 100%;
        height: auto
    }

    #a188dd9a221236f92a35c0e1a55a65e2 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a191370fa6b500c13895cb841ad15e86 form th {
    width: 100%
}

#a191370fa6b500c13895cb841ad15e86 {
    width: 100%;
    height: 67px;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

    #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="text"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="number"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="file"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="datetime-local"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="date"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="time"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="tel"], #a191370fa6b500c13895cb841ad15e86 tr td > div input[type="email"], #a191370fa6b500c13895cb841ad15e86 tr td > div textarea, #a191370fa6b500c13895cb841ad15e86 tr td > div select {
        padding: 6px 150px 6px 12px
    }

    #a191370fa6b500c13895cb841ad15e86 tr {
        border-top: 0 solid #fff0;
        border-bottom: 0 solid #fff0;
        border-right: 10px solid #fff0;
        border-left: 10px solid #fff0
    }

    #a191370fa6b500c13895cb841ad15e86 input, #a191370fa6b500c13895cb841ad15e86 textarea, #a191370fa6b500c13895cb841ad15e86 select, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-text, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-minutes-field, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-hour-field, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-day-field, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-month-field, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-year-field, #a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-inner-spin-button, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-text, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-day-field, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-month-field, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-year-field, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-calendar-picker-indicator, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-inner-spin-button, #a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-datetime-edit-text, #a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-datetime-edit-minutes-field, #a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-datetime-edit-hour-field {
        font-size: 14px;
        font-style: normal;
        font: normal normal 14px 'Exo 2',Arial,sans-serif;
        font-family: 'Exo 2',Arial,sans-serif;
        color: #afafaf;
        text-decoration: none;
        text-align: left;
        line-height: 20px;
        text-transform: none
    }

[dir="rtl"] #a191370fa6b500c13895cb841ad15e86 input, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 textarea, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 select, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-text, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-minutes-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-hour-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-day-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-month-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-datetime-edit-year-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-inner-spin-button, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-text, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-day-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-month-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-datetime-edit-year-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-calendar-picker-indicator, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-inner-spin-button, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-datetime-edit-text, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-datetime-edit-minutes-field, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-datetime-edit-hour-field {
    text-align: right
}

#a191370fa6b500c13895cb841ad15e86 input[type="datetime-local"]::-webkit-calendar-picker-indicator, #a191370fa6b500c13895cb841ad15e86 input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23afafaf" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>')
}

#a191370fa6b500c13895cb841ad15e86 input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23afafaf" d="M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M15.3 16.2L14 17L11 11.8V7H12.5V11.4L15.3 16.2Z"></path></svg>')
}

#a191370fa6b500c13895cb841ad15e86 input::placeholder, #a191370fa6b500c13895cb841ad15e86 textarea::placeholder {
    color: inherit;
    opacity: .8
}

#a191370fa6b500c13895cb841ad15e86 th, #a191370fa6b500c13895cb841ad15e86 .checkbox-label, #a191370fa6b500c13895cb841ad15e86 .checkbox-inline, #a191370fa6b500c13895cb841ad15e86 .radio-label, #a191370fa6b500c13895cb841ad15e86 .radio-inline, #a191370fa6b500c13895cb841ad15e86 .form-file-wrapper p {
    font-size: 14px;
    font-style: normal;
    font: normal normal 14px 'Exo 2',Arial,sans-serif;
    font-family: 'Exo 2',Arial,sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
    text-transform: none
}

[dir="rtl"] #a191370fa6b500c13895cb841ad15e86 th, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 .checkbox-label, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 .checkbox-inline, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 .radio-label, [dir="rtl"]#a191370fa6b500c13895cb841ad15e86 .radio-inline, [dir="rtl"] #a191370fa6b500c13895cb841ad15e86 .form-file-wrapper p {
    text-align: right
}

#a191370fa6b500c13895cb841ad15e86 [type="submit"] {
    font-size: 14px;
    font-style: normal;
    font: normal normal 14px 'Exo 2',Arial,sans-serif;
    font-family: 'Exo 2',Arial,sans-serif;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    text-transform: none;
    background: #ff0d11 repeat left top;
    background-size: auto auto;
    opacity: 1;
    border: 0 none #000;
    color: #fff;
    border-radius: nullpx;
    -moz-border-radius: nullpx;
    -webkit-border-radius: nullpx;
    margin: 0 0 5px 0;
    padding: 7px 30px 7px 30px
}

[dir="rtl"] #a191370fa6b500c13895cb841ad15e86 [type="submit"] {
    text-align: right
}

#a191370fa6b500c13895cb841ad15e86 [type="submit"] > span {
    font-weight: 400;
    font-style: normal;
    text-decoration: none
}

#a191370fa6b500c13895cb841ad15e86 [type="submit"]:hover {
    background: #e6e6e6 none repeat left top;
    background-size: auto auto;
    opacity: 1;
    color: #333
}

    #a191370fa6b500c13895cb841ad15e86 [type="submit"]:hover > span {
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

#a191370fa6b500c13895cb841ad15e86 [type="submit"]:active {
    background: #e6e6e6 none repeat left top;
    background-size: auto auto;
    opacity: 1;
    color: #333
}

    #a191370fa6b500c13895cb841ad15e86 [type="submit"]:active > span {
        font-weight: 400;
        font-style: normal;
        text-decoration: none
    }

#a188dd9a2212352b5539f6ea554688c0 {
    width: 40%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a188dd9a2212352b5539f6ea554688c0 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 88px 20px 16px 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221231ea22029a944d31d725 {
    width: 100%;
    height: auto;
    max-width: 1200px;
    flex: 1 1 auto
}

    #a188dd9a221231ea22029a944d31d725 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: stretch;
        align-items: stretch;
        justify-content: space-around;
        align-content: space-around;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221230ac896f6114d9180b27 {
    width: 97.94%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a188dd9a221230ac896f6114d9180b27 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: space-around;
        align-content: space-around;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a191371083050025f516797e62e567e8 {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a191371083050025f516797e62e567e8 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22123c489ca1132899c3d536 p:last-child {
    margin-bottom: 0
}

#a188dd9a22123c489ca1132899c3d536 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 20px 0 20px 0;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22123dc6507b2deff54ce964 {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 20px 0 20px 0;
    flex: 1 1 auto
}

    #a188dd9a22123dc6507b2deff54ce964 > .wb_button {
        padding: 20px 40px 20px 40px
    }

    #a188dd9a22123dc6507b2deff54ce964 .wb_button {
        margin: 0;
        width: 100%;
        font-family: 'Amatic SC',Arial,cursive;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
        letter-spacing: 0;
        text-decoration: none;
        border: 0 none #000;
        background-color: #fff;
        min-width: 20px;
        min-height: 20px
    }

        #a188dd9a22123dc6507b2deff54ce964 .wb_button span {
            color: #000;
            font-style: normal;
            font-weight: 700;
            text-decoration: none
        }

        #a188dd9a22123dc6507b2deff54ce964 .wb_button:before {
            background: #fff0 none repeat left top;
            background-size: auto auto;
            opacity: 1
        }

        #a188dd9a22123dc6507b2deff54ce964 .wb_button:hover span {
            color: #fff;
            font-style: normal;
            font-weight: 700;
            text-decoration: none
        }

        #a188dd9a22123dc6507b2deff54ce964 .wb_button:hover {
            background-color: #e39714
        }

            #a188dd9a22123dc6507b2deff54ce964 .wb_button:hover:before {
                background: #fff0 none repeat scroll left top;
                background-size: auto auto;
                opacity: 1
            }

        #a188dd9a22123dc6507b2deff54ce964 .wb_button:active span {
            color: #fff;
            font-style: normal;
            font-weight: 700;
            text-decoration: none
        }

        #a188dd9a22123dc6507b2deff54ce964 .wb_button:active {
            background-color: #ffab19
        }

            #a188dd9a22123dc6507b2deff54ce964 .wb_button:active:before {
                background: #fff0 none repeat scroll left top;
                background-size: auto auto;
                opacity: 1
            }

#a188dd9a22123b2285086783a3549d21 {
    width: 100%;
    height: auto;
    max-width: 1200px;
    flex: 1 1 auto
}

    #a188dd9a22123b2285086783a3549d21 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22123a242cfbe50730f4f0ef {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 1 1 auto
}

    #a188dd9a22123a242cfbe50730f4f0ef > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 60px 20px 60px 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background-color: #000;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

        #a188dd9a22123a242cfbe50730f4f0ef > .wb_content:before {
            background: #fff0 url(../gallery_gen/a8d7a02354e45689a9ab8d6679c5bbaf_fit.jpg) no-repeat scroll center center;
            background-size: cover;
            opacity: .6;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            -webkit-border-radius: 0 0 0 0
        }

#a188dd9a22123feece909c8b46e8da69 p:last-child {
    margin-bottom: 0
}

#a188dd9a22123feece909c8b46e8da69 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221240150888309d6c5531ac p:last-child {
    margin-bottom: 0
}

#a188dd9a221240150888309d6c5531ac {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221243f76b075b80e1665328 {
    opacity: 1;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221243f76b075b80e1665328 .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a221243f76b075b80e1665328 .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a221243f76b075b80e1665328 svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a221243f76b075b80e1665328 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221244ffb56f16edcd9d163d p:last-child {
    margin-bottom: 0
}

#a188dd9a221244ffb56f16edcd9d163d {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a2212459d2f6e4ff2741fee70 p:last-child {
    margin-bottom: 0
}

#a188dd9a2212459d2f6e4ff2741fee70 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221242927498791e355b0c42 {
    width: 30%;
    height: auto;
    max-width: 100%;
    margin: 10px 9px 10px 8px;
    flex: 0 0 auto
}

    #a188dd9a221242927498791e355b0c42 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 40px 20px 40px 20px;
        border: 4px dotted #d8ebe4;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22124776adf72f43b2670ddb {
    opacity: 1;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a22124776adf72f43b2670ddb .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a22124776adf72f43b2670ddb .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a22124776adf72f43b2670ddb svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a22124776adf72f43b2670ddb > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a2212484c0150da749f7a244c p:last-child {
    margin-bottom: 0
}

#a188dd9a2212484c0150da749f7a244c {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a2212491b1e7e4422c756cc16 p:last-child {
    margin-bottom: 0
}

#a188dd9a2212491b1e7e4422c756cc16 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a2212469f2160d1e8b5b82b94 {
    width: 30%;
    height: auto;
    max-width: 100%;
    margin: 10px 9px 10px 8px;
    flex: 0 0 auto
}

    #a188dd9a2212469f2160d1e8b5b82b94 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 40px 20px 40px 20px;
        border: 4px dotted #d8ebe4;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22124bb1602d6eb9496ddea7 {
    opacity: 1;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a22124bb1602d6eb9496ddea7 .wb-picture-wrapper {
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border: 1px none #000;
        width: 100%;
        height: auto
    }

        #a188dd9a22124bb1602d6eb9496ddea7 .wb-picture-wrapper > a {
            width: 100%;
            height: auto
        }

    #a188dd9a22124bb1602d6eb9496ddea7 svg {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: visible
    }

    #a188dd9a22124bb1602d6eb9496ddea7 > .wb_picture_wrap > .wb-picture-wrapper {
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22124c87046b3b6d466844f6 p:last-child {
    margin-bottom: 0
}

#a188dd9a22124c87046b3b6d466844f6 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22124dbe6a6e581a4bf617ed p:last-child {
    margin-bottom: 0
}

#a188dd9a22124dbe6a6e581a4bf617ed {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a22124aca08074e82b1036180 {
    width: 30%;
    height: auto;
    max-width: 100%;
    margin: 10px 9px 10px 8px;
    flex: 0 0 auto
}

    #a188dd9a22124aca08074e82b1036180 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 40px 20px 40px 20px;
        border: 4px dotted #d8ebe4;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll center center;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a221241d38a3b1f3c4200bffc {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto
}

    #a188dd9a221241d38a3b1f3c4200bffc > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: flex-start;
        justify-content: space-between;
        align-content: space-around;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22123e3e126f89f0e7b2474f {
    width: 93.82%;
    height: auto;
    max-width: 1320px;
    flex: 0 0 auto
}

    #a188dd9a22123e3e126f89f0e7b2474f > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 60px 20px 60px 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a188dd9a22124eea730644c9a50d6594 > .wb_content {
    width: 100%;
    height: 100%
}

#a188dd9a22124eea730644c9a50d6594 {
    width: 100%;
    height: 450px;
    max-width: 100%;
    margin: 0 10px 0 8px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a2212392bf5a8de86d5e1ca7c {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #a188dd9a2212392bf5a8de86d5e1ca7c > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #000 none repeat scroll left top;
        background-size: auto auto;
        opacity: 1;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

    #a188dd9a2212392bf5a8de86d5e1ca7c > a {
        z-index: 1000
    }

    #a188dd9a2212392bf5a8de86d5e1ca7c > .wb-layout-link {
        border-radius: 0
    }

#wb_main_home {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #wb_main_home > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 solid #000;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#a190fa5ffb0b0002773b348bc99fb967 p:last-child {
    margin-bottom: 0
}

#a190fa5ffb0b0002773b348bc99fb967 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221252d71ba31a25e631fad5 p:last-child {
    margin-bottom: 0
}

#a188dd9a221252d71ba31a25e631fad5 {
    opacity: 1;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 10px 10px 10px;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}

#a188dd9a221251830a42d32789e7c42d {
    width: 100%;
    height: auto;
    max-width: 1200px;
    flex: 1 1 auto
}

    #a188dd9a221251830a42d32789e7c42d > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 30px 20px 30px 20px;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff0 none repeat scroll left top;
        background-size: auto auto;
        justify-items: center;
        align-items: center;
        justify-content: space-between;
        align-content: space-around;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

    #a188dd9a221251830a42d32789e7c42d > a {
        z-index: 1000
    }

    #a188dd9a221251830a42d32789e7c42d > .wb-layout-link {
        border-radius: 0
    }

#wb_footer_a188dd9a34dc00a2ba561675c7f83454 {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto
}

    #wb_footer_a188dd9a34dc00a2ba561675c7f83454 > .wb_content {
        min-width: 20px;
        min-height: 20px;
        padding: 0 0 0 0;
        border: 0 none #000;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        background: #fff none repeat scroll left top;
        background-size: auto auto;
        justify-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        align-content: stretch;
        flex-wrap: nowrap;
        text-shadow: none;
        box-shadow: none
    }

#wb_footer_c > .wb_content {
    width: 100%;
    height: 100%
}

#wb_footer_c {
    width: 0;
    height: 0;
    max-width: 100%;
    flex: 0 0 auto;
    text-shadow: none;
    box-shadow: none
}



@media (min-width: 992px) {
    #a19127596645002ee52411921be6846c {
        margin: -2px 0 0 0
    }

    #a191279cc01800f8623ea93fa51d753a {
        margin: 0 0 4px 0
    }

        #a191279cc01800f8623ea93fa51d753a .btn-collapser {
            display: none
        }

    #a188dd9a22120c27d78f434fb2bb52df {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22120d12a90db5f3dd369467 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22120ee3a8b5bdb84446efd5 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212156b5f335a50fd7191e8 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212161c3de9dcfdf447344d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221219732980d15375df0e6c {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121aa9d5afc963132c8fef {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212174eed0e9b8a228b3ac7 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221214e6a235a9e37adaf66c {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121c61f739740d8c8e3cf3 {
        margin: 10px 10px 10px 10px
    }

    #a191372e18610010289dffaa495db96d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121de999cb7487d78c60a0 {
        margin: 10px 10px 11px 10px
    }

    #a188dd9a22121ec24ffd9d67505a721d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121bf3b6879b59fd99b2c4 {
        margin: 0 10px 0 10px
    }

    #a188dd9a2212206dfdaf4f70d5b113bc {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221221327f116ae9a6bdc3b3 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221224183b731e6d554bcbc4 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221225bddec48338ca50aff9 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221222f507215819bdca677e {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121f94440969b9f7d57b6a {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221213f1524ba5e8bf212ecc {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221228037e290d8cfe47db18 {
        margin: 10px 10px 10px 10px
    }

    #a19136e9b72a0082a8f914d922eab1f9 {
        margin: 0 10px 10px 10px
    }

    #homePageıtemImg {
        margin: 0 10px 10px 10px
    }

    #a19136e8275200b9badb7bf2bd82e676 {
        margin: 0 10px 10px 10px
    }

    #a19136e7b383001ef330a3149d53449a {
        margin: 0 10px 10px 10px
    }

    #a19136e905ed0053a7d4c8340f3cbbe5 {
        margin: 0 10px 10px 0
    }

    #a191469ccbc100a2d6a0bda8edbdc2c5 {
        margin: 0 10px 10px 10px
    }

    #a19136e993e1006a2fc2d15fe1a59cba {
        margin: 0 10px 10px 10px
    }

    #a1914688c05e00e5511006b6f445c50f {
        margin: 0 2px 0 0
    }

    #a19136e8c1c800c2c8a1e2bac22f696d {
        margin: 0 10px 10px 10px
    }

    #a191468ebea3006ffc10d5f2f944d1bb {
        margin: 0 8px 0 0
    }

    #a19136e8a71f00795540cea43244c9c8 {
        margin: 0 10px 10px 0
    }

    #a1914690142700ef6c1f862d85a34bb2 {
        margin: 0 8px 0 0
    }

    #a19136e9e0a30063db4df60fe2a64772 {
        margin: 0 10px 10px 10px
    }

    #a191469e73cf00cdb6278905623c698f {
        margin: 0 8px 0 0
    }

    #a19136e85d4e0067f948e3f14622fc09 {
        margin: 0 10px 10px 10px
    }

    #a19146a0aac2000e8300ab9e623d5732 {
        margin: 0 8px 0 0
    }

    #a19146be33ae00149058217f2b7834a3 {
        margin: 10px 0 0 0
    }

    #a19136e9607c00f367214d492530b537 {
        margin: 0 10px 0 10px
    }

    #a19136e7eae6003e2bd3d77b111fd6ff {
        margin: 0 0 0 4px
    }

    #a188dd9a221233c87f6c5e574377e196 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212346802855fc363c2a678 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22123881110d9d6effbcaad7 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221236f92a35c0e1a55a65e2 {
        margin: 0 0 9px 0
    }

    #a188dd9a22123c489ca1132899c3d536 {
        margin: 20px 0 20px 0
    }

    #a188dd9a22123dc6507b2deff54ce964 {
        margin: 20px 0 20px 0
    }

    #a188dd9a22123feece909c8b46e8da69 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221240150888309d6c5531ac {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221243f76b075b80e1665328 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221244ffb56f16edcd9d163d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212459d2f6e4ff2741fee70 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221242927498791e355b0c42 {
        margin: 10px 9px 10px 8px
    }

    #a188dd9a22124776adf72f43b2670ddb {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212484c0150da749f7a244c {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212491b1e7e4422c756cc16 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212469f2160d1e8b5b82b94 {
        margin: 10px 9px 10px 8px
    }

    #a188dd9a22124bb1602d6eb9496ddea7 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124c87046b3b6d466844f6 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124dbe6a6e581a4bf617ed {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124aca08074e82b1036180 {
        margin: 10px 9px 10px 8px
    }

    #a188dd9a221241d38a3b1f3c4200bffc {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124eea730644c9a50d6594 {
        margin: 0 10px 0 8px
    }

    #a188dd9a221252d71ba31a25e631fad5 {
        margin: 10px 10px 10px 10px
    }
}

@media (min-width: 1200px) {
    #a19127596645002ee52411921be6846c {
        margin: -2px 0 0 0
    }

    #a191279cc01800f8623ea93fa51d753a {
        margin: 0 0 4px 0
    }

    #a188dd9a22120c27d78f434fb2bb52df {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22120d12a90db5f3dd369467 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22120ee3a8b5bdb84446efd5 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212156b5f335a50fd7191e8 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212161c3de9dcfdf447344d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221219732980d15375df0e6c {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121aa9d5afc963132c8fef {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212174eed0e9b8a228b3ac7 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221214e6a235a9e37adaf66c {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121c61f739740d8c8e3cf3 {
        margin: 10px 10px 10px 10px
    }

    #a191372e18610010289dffaa495db96d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121de999cb7487d78c60a0 {
        margin: 10px 10px 11px 10px
    }

    #a188dd9a22121ec24ffd9d67505a721d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121bf3b6879b59fd99b2c4 {
        margin: 0 10px 0 10px
    }

    #a188dd9a2212206dfdaf4f70d5b113bc {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221221327f116ae9a6bdc3b3 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221224183b731e6d554bcbc4 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221225bddec48338ca50aff9 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221222f507215819bdca677e {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22121f94440969b9f7d57b6a {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221213f1524ba5e8bf212ecc {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221228037e290d8cfe47db18 {
        margin: 10px 10px 10px 10px
    }

    #a19136e9b72a0082a8f914d922eab1f9 {
        margin: 0 10px 10px 10px
    }

    #homePageıtemImg {
        margin: 0 10px 10px 10px
    }

    #a19136e8275200b9badb7bf2bd82e676 {
        margin: 0 10px 10px 10px
    }

    #a19136e7b383001ef330a3149d53449a {
        margin: 0 10px 10px 10px
    }

    #a19136e905ed0053a7d4c8340f3cbbe5 {
        margin: 0 10px 10px 0
    }

    #a191469ccbc100a2d6a0bda8edbdc2c5 {
        margin: 0 10px 10px 10px
    }

    #a19136e993e1006a2fc2d15fe1a59cba {
        margin: 0 10px 10px 10px
    }

    #a1914688c05e00e5511006b6f445c50f {
        margin: 0 2px 0 0
    }

    #a19136e8c1c800c2c8a1e2bac22f696d {
        margin: 0 10px 10px 10px
    }

    #a191468ebea3006ffc10d5f2f944d1bb {
        margin: 0 8px 0 0
    }

    #a19136e8a71f00795540cea43244c9c8 {
        margin: 0 10px 10px 0
    }

    #a1914690142700ef6c1f862d85a34bb2 {
        margin: 0 8px 0 0
    }

    #a19136e9e0a30063db4df60fe2a64772 {
        margin: 0 10px 10px 10px
    }

    #a191469e73cf00cdb6278905623c698f {
        margin: 0 8px 0 0
    }

    #a19136e85d4e0067f948e3f14622fc09 {
        margin: 0 10px 10px 10px
    }

    #a19146a0aac2000e8300ab9e623d5732 {
        margin: 0 8px 0 0
    }

    #a19146be33ae00149058217f2b7834a3 {
        margin: 10px 0 0 0
    }

    #a19136e9607c00f367214d492530b537 {
        margin: 0 10px 0 10px
    }

    #a19136e7eae6003e2bd3d77b111fd6ff {
        margin: 0 0 0 4px
    }

    #a188dd9a221233c87f6c5e574377e196 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212346802855fc363c2a678 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22123881110d9d6effbcaad7 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221236f92a35c0e1a55a65e2 {
        margin: 0 0 9px 0
    }

    #a188dd9a22123c489ca1132899c3d536 {
        margin: 20px 0 20px 0
    }

    #a188dd9a22123dc6507b2deff54ce964 {
        margin: 20px 0 20px 0
    }

    #a188dd9a22123feece909c8b46e8da69 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221240150888309d6c5531ac {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221243f76b075b80e1665328 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221244ffb56f16edcd9d163d {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212459d2f6e4ff2741fee70 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a221242927498791e355b0c42 {
        margin: 10px 9px 10px 8px
    }

    #a188dd9a22124776adf72f43b2670ddb {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212484c0150da749f7a244c {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212491b1e7e4422c756cc16 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a2212469f2160d1e8b5b82b94 {
        margin: 10px 9px 10px 8px
    }

    #a188dd9a22124bb1602d6eb9496ddea7 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124c87046b3b6d466844f6 {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124dbe6a6e581a4bf617ed {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124aca08074e82b1036180 {
        margin: 10px 9px 10px 8px
    }

    #a188dd9a221241d38a3b1f3c4200bffc {
        margin: 10px 10px 10px 10px
    }

    #a188dd9a22124eea730644c9a50d6594 {
        margin: 0 10px 0 8px
    }

    #a188dd9a221252d71ba31a25e631fad5 {
        margin: 10px 10px 10px 10px
    }
}





@media (min-width: 768px) and (max-width:991px) {
    #a191279cc01800f8623ea93fa51d753a .btn-collapser {
        display: inline-block
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #a191279cc01800f8623ea93fa51d753a .btn-collapser {
        display: inline-block
    }
}

/*@media (any-pointer: fine) and (min-width:767px) {
    #a191279cc01800f8623ea93fa51d753a:hover {*/
/*animation: wb-anim-zoom-in 0.6s ease-out 0s;*/
/*        animation-iteration-count: 1*/
/*}

    #a191466358af0002b26722b1280cc972:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #homePageItemsText:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a1914678418e00cd091378fb83bdd0ea:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a191467c154f00dc26916d0b2cfc7488:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146865ebc003f0c106194c2667ad3:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a1914688a9a7007ebbfa7aa7a91ffcfb:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a191468eb12e0023f31f5f6835403744:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a191468fe49300d4a68147952d6cb509:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a191469e68890030ad2c68515f1394c6:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146a09859004c86d34cca6cf5dcba:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146be33ae00149058217f2b7834a3:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146bf649900821b1b2eea437a9577:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146c0d40d00080ef4db7e0d59923b:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146c1ac8800a73cb01a76a977f65c:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146c59d9b0020064b1c558938ab81:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146caba260095f6a09de9164bdd18:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146cbfa15006e38016c96d89625af:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146ce18df0017b7ec0cafe542b6ec:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146cf9d6d0010764f8e5f63fcb741:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146d14ac100f3336b65bd35563241:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146d39e6d0001e8300908a91418f2:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146d614ff00db6dd5a008a1544429:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }

    #a19146d83583006daf35ce513297d51b:hover {
        animation: wb-anim-zoom-in 0.1s ease-out 0s;
        animation-iteration-count: 1
    }*/








/*
        footer

    */
.site-footer {
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    border-top: groove;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #ffae00;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}



.menu-navbar-items {
    display: inline-flex !important;
    align-items: center;
    height: 55px;
    padding-right: 15px !important;
}

#menu-item {
    position: relative; /* Alt menüyü doğru konumlandırmak için */
}

#submenu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    background-color: white !important;
    border-radius: 0px !important;
    border: solid 1px #c7b38b !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}

#closeMenuCategories {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    background-color: white !important;
    border-radius: 0px !important;
    border: solid 1px #c7b38b !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}

.menu-navbar-item-text {
    padding: 10px 20px 10px 20px;
    padding-left: 0px;
    border: 0 none #000;
    font-style: normal;
    font: normal bold 16px 'Cormorant', Arial, serif;
    font-family: 'Cormorant', Arial, serif;
    color: #000;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
    background: #fff0 none repeat left top;
}

.submenuSpecial {
    position: absolute; /* Menü item'ine göre hizalanması için */
    z-index: 1000; /* Üstte görünmesi için */
    top: 100%; /* Menü öğesinin hemen altında açılmasını sağlar */
    left: 0;
    background-color: white;
    border-radius: 20px;
    max-width: 85%;
}

.imgBeforeMenuText {
    height: 50px;
}

.hmenu {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

.loginPartNavbar {
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    max-width: 90%;
}

.btn-primary {
    border-radius: 10px;
    cursor: pointer;
}

.text-primary:hover {
    color: #fff !important;
    box-shadow: 0 4px 15px #d97700;
    border-radius: 10px;
    background-color: #d97700 !important;
    padding: 8px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #d97700 !important;
    border-color: #d97700 !important;
    box-shadow: 0 4px 15px #d97700;
}

.nav-tabs {
    border: none;
    font-weight: bold;
    justify-content: center; /* Centers the tabs horizontally */
    display: flex;
    margin-bottom: -1px; /* Ensures the tab content aligns right below the tabs */
}

    .nav-tabs .nav-link {
        max-height: 43px;
        background-color: #f1f1f1;
        border: 1px solid #ddd !important;
        border-radius: 8px 8px 0 0;
        padding: 10px 20px;
        color: black;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }

        .nav-tabs .nav-link.active {
            background-color: #fff;
            border: 1px solid #dee2e6 !i;
            border-bottom: 1px solid #dee2e6;
            color: #d97700;
        }

.tab-content > .tab-pane {
    display: none !important;
}

.tab-content > .active {
    display: block !important;
}

.tab-content {
    width: 32%; /* Ensures the tab content aligns to full width */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    margin-top: -1px; /* This will remove the gap between tabs and the content */
    max-width: 400px; /* Limit width for more compact, modern design */
    margin-left: auto;
    margin-right: auto; /* Center the form below the tabs */
    margin-top: -20px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.input-group-text {
    background-color: #007bff;
    color: white;
    border-radius: 5px 0 0 5px;
    border: none;
}

.form-control {
    border-radius: 0 5px 5px 0;
    border: 1px solid #ece4d4;
}


a:hover {
    text-decoration: underline;
}

.login-box {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(54, 158, 11);
}


.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px;
    margin: 8px 0;
    border-bottom: 1px solid;
}

.login-textbox {
    float: left;
    font-size: 40px;
    border-bottom: 6px solid;
    margin-bottom: 50px;
    padding: 13px;
}

.textbox:focus {
    border-bottom: 1px solid #d97700 !important;
}

.textbox input:focus {
    border-color: #d97700 !important;
    /* box-shadow: 0 4px 15px #d97700 !important; */
}

.active-icon {
    color: #c7b38b; /* İkonun rengi değişir */
    transform: scale(1.2); /* İkon biraz büyür */
    transition: transform 0.3s ease, color 0.3s ease; /* Geçiş animasyonu */
}

.textbox input:focus + i {
    color: #c7b38b; /* İkon rengini değiştir */
    transform: scale(1.2); /* İkonu biraz büyüt */
}

.textbox i {
    width: 26px;
    float: left;
    text-align: center;
}

.textbox input {
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0 10px;
}

.ProductContentLayout {
    background-color: #ffffff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    border-radius: 1px !important;
    margin: 10px;
    max-width: 200px;
    height: 240px;
    max-height: 250px;
}

    .ProductContentLayout:hover {
        background-color: #ece4d4 !important; /* Hafif pastel bej */
        cursor: pointer;
        transform: translateY(-5px) !important; /* Adds a floating effect on hover */
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 15px 20px rgba(0, 0, 0, 0.2) !important; /* Stronger shadow on hover */
    }

.price-style-Layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.rating-box-Layout {
    background-color: #0053b3; /* Mavi arka plan */
    color: white; /* Beyaz yazı rengi */
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px; /* Kenarları yuvarlak */
    display: inline-block; /* Yanına yazı gelsin diye inline-block */
    font-size: 16px; /* Yazı boyutu */
}

.rating-text-Layout {
    color: #333; /* Metin için koyu gri */
    font-size: 12px;
    margin-left: 10px; /* Puan kutusuyla metin arası boşluk */
    display: inline-block; /* Yan yana gelsin diye inline-block */
}

.logo-container2 {
    /*             position: relative;
                                                            margin-top: -13px; */
    /* max-height: 20px; */
    padding-right: 5px;
}

.outer-ring2 {
    display: flex; /* Center the image within the container */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    transition: transform 0.3s ease; /* Smooth transition for the spin */
}

    .outer-ring2 img {
        max-width: 45px;
    }

.menu-navbar-items.over .outer-ring2 img {
    /*             max-width: 45px; */
}

.menu-navbar-items.over .outer-ring2 {
    animation: spin 10s linear infinite; /* Apply spin animation when 'over' class is added */
}

.menu-navbar-items.over .center-conten2 {
    /*             top: -23px; */
}

.center-conten2 img {
    max-height: 18px;
    max-width: 29px;
    filter: drop-shadow(8px -1px 3px rgba(0, 0, 0, 0.5));
}

.menu-navbar-items.over .center-conten2 img {
    /*             max-height: 18px; */
}

.center-conten2 {
    position: relative;
    top: -23px;
    /* Centered on top of the spinning element */
    /*   top: 50%; */ /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for actual center */
    z-index: 1; /* Ensure it stays above the spinner */
}

/* Spin animation */
@keyframes spin {
    from {
        transform: rotate(0deg); /* Start position */
    }

    to {
        transform: rotate(360deg); /* End position */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .outer-ring2 img {
        max-width: 25px; /* Smaller image size for mobile */
    }

    .center-content2 img {
        max-height: 10px; /* Adjust center image size for mobile */
    }
}

.logo-container {
    position: relative;
    width: 300px; /* Adjust as needed */
    height: 300px;
    margin-left: 50px;
    margin-top: -15px;
    perspective: 800px; /* Adds depth */
    filter: drop-shadow(21px -21px 14px rgba(0, 0, 0, 0.5));
}

.outer-ring {
    position: absolute;
    top: -31px;
    left: 22px;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
    transform: rotateX(10deg); /* Slight tilt for 3D effect */
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.5)); /* Adds a soft shadow */
}

    .outer-ring img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.center-content {
    position: absolute;
    top: 124px;
    left: 112px;
    width: 26%;
    z-index: 1;
    transform: rotateX(5deg); /* Adjusts the tilt to match the outer ring */
    filter: drop-shadow(3px 6px 10px rgba(0, 0, 0, 0.5)); /* Shadow for center content */
    opacity: 0.7;
}

    .center-content img {
        width: 152%;
        height: 107%;
        object-fit: cover;
        margin-top: -27px;
        margin-left: 6px;
    }


/* Animasyon */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.zoomed-gif-favicon {
    width: 200px; /* İhtiyacına göre genişlik belirle */
    height: auto; /* Yüksekliği orantılı olarak ayarlamak için */
}

.header-ads {
    padding-top: 7px;
    margin: 120px;
    padding-bottom: 7px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 13px;
    /*             box-shadow: 0 0px 0px rgb(255 252 252 / 15%), 0 0px 20px rgba(0, 0, 0, 0.2);
                                                            background-color: #ab9595; */
}

.header-Menu-Custom {
    /*             border-radius: 10px; */
    /* max-width: 90% !important; */
    /*             border: double 3px black !important;
                                                            border: double !important;
                                                            box-shadow: 0 6px 8px rgb(255 252 252 / 15%), 0 15px 20px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #ece4d4 !important;
    /* z-index: 9999; */
    z-index: 800;
}

body {
    /*             background: radial-gradient(circle, #ffffff, #f7f7f7);
                                                                                            background-size: 200% 200%;
                                                                                            animation: lightAnimation 5s infinite alternate; */
    /* background: radial-gradient(circle, #ffff, #F8E8E8); */
    background-color: #ffffff !important;
}

@keyframes lightAnimation {
    0% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.menu-navbar-items::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Çizgi kalınlığı */
    /* background-color: #c7b38b; Çizgi rengi */
    background-color: black; /* Çizgi rengi */
    transition: width 0.5s ease; /* Geçiş süresi */
}

.menu-navbar-items:hover {
    transform: translateY(-5px);
    transition: transform 0.5s ease; /* Yukarı gitme animasyonunu yavaşlat */
}

    .menu-navbar-items:hover::after,
    .menu-navbar-items:active::after {
        width: 100%; /* Çizgi genişliği */
    }

.menu-navbar-items a:hover {
    /* color: #c7b38b; */
    color: black;
    /* font-size:19px; */
}

.nav-item:hover {
}

.nav-item a:hover {
    color: #c7b38b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: white !important;
}

.menu-navbar-items a {
    text-decoration: none;
}


.over #submenu {
    display: block !important;
}

.over #subCategoryMenu {
    display: block !important;
}

@media (max-width: 768px) {
    .nedime-modal {
    }

    .nedime-modal-content {
        margin: auto !important;
        width: 80% !important;
    }
}
/* Modal arka planı */
.nedime-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

/* Modal içerik alanı */
.nedime-modal-content {
    background-color: white;
    margin: 9% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    animation: nedimeModalFadeIn 0.3s ease-in-out;
    text-align: center;
    max-width: 700px;
}

/* Modal içeriği düzenleme */
.nedime-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Görsel */
.nedime-modal-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* Close (X) simgesi */
.nedime-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .nedime-modal-close:hover,
    .nedime-modal-close:focus {
        color: black;
        text-decoration: none;
    }

/* Açılış animasyonu */
@keyframes nedimeModalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Modal içerik alanı */
.nedime-modal-content {
    background-color: white;
    margin: 9% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    animation: nedimeModalFadeIn 0.3s ease-in-out;
}



/* Açılış animasyonu */
@keyframes nedimeModalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Google Translate kutusunu stilize et */
#google_translate_element {
    background-color: #ffffff;
    display: inline-table;
    max-width: 100px;
}

    #google_translate_element:hover {
        transform: translateY(-2px);
    }

/* Dil seçici stil */
.goog-te-gadget-simple {
    background-color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    font-size: 14px;
    color: #333 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Dil seçici ikonu ve yazısı */
.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #000;
    font-weight: bold;
}

    .goog-te-gadget-simple .goog-te-menu-value span {
        font-family: 'Arial', sans-serif;
        font-size: 14px;
    }

.goog-te-gadget-simple:hover {
    background-color: #f1f1f1 !important;
}

/* Dil menüsü */
.goog-te-menu-frame {
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.right-top-header {
    position: absolute; /* Sağ üst köşeye sabitlemek için */
    top: 10px; /* Üstten boşluk */
    right: 20px; /* Sağdan boşluk */
    background-color: white; /* Arka plan rengi */
    padding: 5px 10px; /* İçerik için boşluk */
    border-radius: 5px; /* Kenarları yuvarlatmak için */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    z-index: 1000;
    max-width: 110px;
}

.translateCSS {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    padding: 3px;
    height: 55px;
}

.logo-back-mini {
    /* background-color: black; */
    border-radius: 10px;
    height: 47px;
    filter: drop-shadow(5px -4px 5px rgba(0, 0, 0, 0.5));
}

.over .logo-back-mini {
    /* height: 47px; */
}
/* Modal arka plan */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
}

/* Modal içeriği */
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    /* Responsive yapı */
    .modal-content form {
        display: flex;
        flex-direction: column;
    }

    .modal-content input {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        width: 100%;
    }

/* Üye ol butonu */
.submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .submit-btn:hover {
        background-color: #0056b3;
    }

/* Kapat butonu */
.close-modal:hover {
    font-size: 40px;
}

.close-modal {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 33px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
/* Modal content */
.modal-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    /* Input container */
    .modal-content input[type="text"], .modal-content input[type="email"], .modal-content input[type="password"] {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
        outline: none;
        transition: border-color 0.3s;
    }

        /* Icon styling */
        .modal-content input[type="text"]::before, .modal-content input[type="email"]::before, .modal-content input[type="password"]::before {
            content: '';
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-family: "FontAwesome";
            color: #888;
            font-size: 18px;
        }

/* Icons for different input types */
#customerUsername::before {
    content: '\f007'; /* FontAwesome user icon */
}

#customerName::before {
    content: '\f2bd'; /* FontAwesome id card icon */
}

#customerEmail::before {
    content: '\f0e0'; /* FontAwesome envelope icon */
}

#customerPhone::before {
    content: '\f095'; /* FontAwesome phone icon */
}

#customerPassword::before, #customerPasswordCheck::before {
    content: '\f023'; /* FontAwesome lock icon */
}

/* Validation error message */
.modal-content .error-message {
    color: red;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 10px;
    display: none;
}

/* Input focus */
.modal-content input:focus {
    border-color: #007bff;
}

.disable-hover {
    overflow: hidden;
}

.l-shape-container {
    position: relative;
    width: 100%;
    height: 300px; /* Yüksekliği ihtiyaca göre ayarlayın */
    background-color: transparent;
    rotate: 180deg;
    margin-left: 50px;
}

    .l-shape-container::before {
        content: "";
        position: absolute;
        top: 0px;
        left: -15px;
        width: 80%;
        height: 18%;
        background-color: #afadad;
        border-radius: 16px;
        border-bottom-left-radius: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .l-shape-container::after {
        content: "";
        position: absolute;
        top: 52px;
        left: -15px;
        width: 20%;
        height: 67%;
        background-color: #afadad;
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.shining-text {
    font-family: amatic;
    font-style: ITALIC;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    color: black;
    position: relative;
    overflow: hidden;
}

    .shining-text::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
        transform: rotate(0deg);
        animation: shine 4s infinite;
    }

@keyframes shine {
    0% {
        transform: translateX(-200%) rotate(45deg);
    }

    50% {
        transform: translateX(0%) rotate(45deg);
    }

    100% {
        transform: translateX(200%) rotate(45deg);
    }
}

.goog-te-menu2-item div {
    display: flex !important;
    align-items: center;
}

    .goog-te-menu2-item div img {
        margin-right: 8px;
        width: 20px;
        height: 14px;
    }

.services {
    max-width: 1100px;
    padding: 10px;
}

.services-container li {
    margin-bottom: 14px;
    max-height: 120px;
    max-width: 210px;
}

.services img {
    max-height: 60px;
    max-width: 60px;
    margin-right: 10px;
    min-width: 32px;
    width: auto
}

.services li:nth-last-child(-n+3) {
    margin-bottom: 0
}

[data-src="newSrc"] {
    display: none
}

.services-container a {
    display: flex;
    align-items: center;
    color: #333;
    border-radius: 3px;
    padding: 20px;
    position: relative;
    z-index: 1;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 1px #ccc;
    justify-content: center;
    flex-flow: column;
    align-items: flex-start
}

.service-href {
    /* background-color: #ece4d4; */
    /* background-color: var(--random-color); */
    transition: all 0.3s ease;
}

    .service-href:hover {
        background-color: #ece4d4;
        color: black;
    }

    .service-href::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #ece4d4;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.3s ease;
    }

    .service-href:hover::after {
        transform: scaleY(1);
    }

.services-container a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #fff;
    z-index: -1;
    border-radius: 2px;
    transition: transform .2s
}





.services-container i {
    font-size: 30px;
    margin-right: 10px
}

.service-container {
    display: flex;
    align-items: center;
    width: 150px;
}

.service-desc p {
    line-height: 1.3
}

    .service-desc p:first-child {
        font-size: 14px;
        font-weight: bold
    }

    .service-desc p:last-child {
        font-size: 12px;
        color: #fff;
        max-width: 120px;
    }

.new-heading {
    padding: 10px 0 10px 12px;
    background: transparent;
    border-left: 4px solid #ece4d4;
    margin-bottom: 15px;
}

.content-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.service-container li {
    list-style-type: none !important; /* Marker'ın rengini görünmez yapar */
}

/* Parlama animasyonu */
#hizmetler li a {
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    background: #ece4d4;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Parlama geçiş efekti */
@keyframes shine {
    0% {
        transform: translateX(-200%) rotate(45deg);
    }

    50% {
        transform: translateX(0%) rotate(45deg);
    }

    100% {
        transform: translateX(200%) rotate(45deg);
    }
}

/* Hover ile efektin ölçeklenmesi */
#hizmetler li a:hover .service-container .service-desc p {
    color: #ffaa00 !important;
}

#hizmetler li a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


#hizmetler li a::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(0deg);
    animation: shine 2s infinite;
}

#hizmetler li a::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
    transform: translateX(-200%) rotate(45deg);
    opacity: 0; /* Varsayılan olarak gizli */
    /* transition: transform 0.5s ease, opacity 0.5s ease; */
}

/* Aktif sınıfta parlama animasyonu */
#hizmetler li a.active::before {
    opacity: 1; /* Görünür yap */
    transform: translateX(200%) rotate(45deg); /* Işık yansıması */
}

/* Modal Arka Planı */
.modal-overlay112211 {
    display: none; /* Başlangıçta görünmez */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah arka plan */
    z-index: 1000;
}

/* Modal İçeriği */
.modal-content112211 {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    max-width: 50%;
    border-radius: 8px;
    height: 70%;
}

/* Kapatma Butonu */
.close-btn112211:hover {
    background-color:
}

.close-btn112211 {
    position: absolute;
    top: 0px;
    right: 18px;
    font-size: 54px;
    cursor: pointer;
}

/* İframe */
iframe {
    width: 100%;
    height: 90%;
    border: none;
}

/* Modal Başlık */
.modal-title112211 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Checkbox ve Link */
.checkbox-container112211 {
    margin-top: 20px;
}

    .checkbox-container112211 a {
        color: #007bff;
        text-decoration: none;
    }

        .checkbox-container112211 a:hover {
            text-decoration: underline;
        }


.ayirma {
    display: flex;
    justify-content: space-around;
}

.custom-container-mainImage img {
    width: 250px;
    height: 250px;
    border-radius: 8px;
}


* {
    box-sizing: border-box;
}

.ProductContent {
    background-color: #f2f2f2 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    margin: 10px;
    max-width: 30%;
}

@media (max-width: 990px) {
    .dgn__filter {
        display: none;
        position: absolute;
    }

    .listDıvProduct {
        width: 100%;
    }
}

.productContentImageList {
    text-align: center;
    height: 170px !important;
    max-height: 170px !important;
}

.g-pos-rel .img-fluid {
    max-height: 170px;
    height: 170px;
}
@media (max-width: 756px) {
    .ProductContent {
        max-width: 45%;
        width: 44%;
        max-height: 400px !important;
    }

}

.ProductContent:hover {
    background-color: #ffeedd !important; /* Hafif pastel bej */
    cursor: pointer;
    transform: translateY(-5px) !important; /* Adds a floating effect on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 15px 20px rgba(0, 0, 0, 0.2) !important; /* Stronger shadow on hover */
}

.price-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.rating-box {
    background-color: #0053b3; /* Mavi arka plan */
    color: white; /* Beyaz yazı rengi */
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 5px; /* Kenarları yuvarlak */
    display: inline-block; /* Yanına yazı gelsin diye inline-block */
    font-size: 16px; /* Yazı boyutu */
}

.rating-text {
    color: #333; /* Metin için koyu gri */
    font-size: 9px;
    margin-left: 10px; /* Puan kutusuyla metin arası boşluk */
    display: inline-block; /* Yan yana gelsin diye inline-block */
}

.category-container-homePage {
    background: radial-gradient(circle, #ffffff, #e9e9e9);
    border-radius: 10px; /* Köşe yuvarlama */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1); /* 3D etkisi için gölge */
    transition: transform 0.3s; /* Hover efekti için geçiş */
    max-width: 1050px;
    margin-bottom: 40px;
}



.sliderHomePage {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden; /* Taşmaları önlemek için */
    border-radius: 10px; /* Slider'ın tamamına border-radius */
    max-height: 400px;
}

.slidesHomePage {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.sliderHomePage img {
    width: 100%; /* Genişlik tam olarak slider'a oturacak */
    height: 563px;
    max-height: 400px;
    object-fit: contain; /* Resim slider alanını taşmadan doldurur */
    flex-shrink: 0; /* Resimlerin küçülmesini önler */
    border-radius: 10px; /* Resimlerin köşelerine border-radius ekle */
    background-color: #00000030;
}

.slideHomePage {
    min-width: 100%; /* Slider genişliği kadar alan kaplasın */
    transition: transform 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ebeveyn div taşmaları gizle */
}

/* Önceki ve sonraki butonlar */
.prevHomePage, .nextHomePage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    color: #33333336;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    z-index: 10;
    border: none;
    transition: transform 0.3s ease, color 0.3s ease; /* Hover animasyonu için geçiş ekliyoruz */
    transform-origin: center;
    transform: translateY(-50%);
}

    .prevHomePage:hover, .nextHomePage:hover {
        color: black;
        transform: scale(1.2) translateY(-50%); /* Y ekseninde pozisyonu koruyarak büyü */
    }

.prevHomePage {
    left: 10px;
}

.nextHomePage {
    right: 10px;
}

/* Ekran boyutu küçüldüğünde responsive davranış */
@media (max-width: 768px) {
    .prevHomePage, .nextHomePage {
        font-size: 20px;
    }
}

.tips-slider {
    position: relative;
    max-width: 90%; /* Genişlik dinamik olarak ayarlanır */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #7c611791;
    color: white;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease; /* Kaydırma animasyonu */
    width: 100%; /* Konteyner genişliği */
}

.slider-slide {
    min-width: 100%; /* Her slayt ekranı kaplar */
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

    .slider-slide h2 {
        margin: 16px;
    }

.slide-title {
    font-size: 24px; /* Başlık boyutu */
    color: #333; /* Başlık rengi */
}

.tip-title {
    font-weight: bold;
}

.slide-description {
    font-size: 18px; /* Açıklama boyutu */
    color: #555; /* Açıklama rengi */
}

.slide-image {
    width: 100%; /* Görsel genişliği */
    border-radius: 10px; /* Görsel kenar yuvarlama */
    margin-top: 10px; /* Görsel ile başlık arasında boşluk */
}

.slider-nav {
    position: absolute; /* Navigasyon butonlarının konumu */
    top: 50%; /* Yükseklik ortalama */
    width: 100%; /* Genişlik */
    display: flex; /* Butonları yan yana diz */
    justify-content: space-between; /* Aralarındaki boşluğu eşit dağıt */
    transform: translateY(-50%); /* Yükseklik ortalaması */
}

.nav-button {
    background-color: #00000000; /* Buton arka plan rengi */
    border: none; /* Kenar yok */
    border-radius: 5px; /* Kenar yuvarlama */
    padding: 10px; /* İçerik alanı */
    cursor: pointer; /* İmleci tıklanabilir göster */
    font-size: 18px; /* Buton metin boyutu */
}

    .nav-button.next {
        margin-right: 21px;
    }

    .nav-button:hover {
        color: black;
        background-color: #00000042; /* Hover efekti */
    }

.slider-dots {
    text-align: center;
    margin-top: 10px;
}

.dot:hover {
    color: black;
    background-color: #00000042; /* Hover efekti */
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

    .dot.active {
        background-color: #717171;
    }

.tips-slider {
    position: relative;
    max-width: 800px; /* Maksimum genişlik */
    margin: 0 auto; /* Ortala */
    overflow: hidden; /* Taşmaları gizle */
    border-radius: 10px; /* Kenar yuvarlama */
    background-color: #7c611791; /* Arka plan rengi */
    color: white; /* Yazı rengi */
    padding: 10px;
}

.slider-container {
    display: flex; /* Slaytları yatayda hizala */
    flex-wrap: nowrap; /* Kaydırma için tek satır */
    transition: transform 0.5s ease; /* Geçiş efekti */
    width: 100%; /* Genişliği container'a göre ayarla */
    margin: 10px;
}

.slider-slide {
    flex: 0 0 100%; /* Her slayt ekranın tamamını kaplar */
    box-sizing: border-box; /* İçerik taşmasını engelle */
    padding: 20px;
    text-align: center;
}

    .slider-slide h2 {
        font-size: 1.5rem; /* Başlık boyutunu ayarla */
        margin-bottom: 15px;
    }

    .slider-slide .tip-item {
        font-size: 1rem; /* Yazı boyutunu ayarla */
        margin-bottom: 10px;
    }

.slider-nav {
    display: flex; /* Navigasyon düğmelerini hizala */
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-button {
    background: rgba(0, 0, 0, 0.5); /* Hafif şeffaf arka plan */
    border: none;
    color: white;
    font-size: 2rem;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
}

    .nav-button:hover {
        background: rgba(0, 0, 0, 0.8);
    }

.slider-dots {
    display: flex; /* Noktaları hizala */
    justify-content: center;
    gap: 10px; /* Noktalar arasındaki boşluk */
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .dot.active, .dot:hover {
        background-color: #9f2828; /* Aktif ve hover durumunda renk değiştir */
    }

/* RESPONSİVE TASARIM */
@media (max-width: 768px) {
    .tips-slider {
        max-width: 90%; /* Ekran boyutuna göre genişlik ayarla */
        padding: 5px;
    }

    .slider-slide h2 {
        font-size: 1.2rem; /* Daha küçük başlık boyutu */
    }

    .slider-slide .tip-item {
        font-size: 0.9rem; /* Daha küçük metin boyutu */
    }

    .nav-button {
        font-size: 1.5rem; /* Düğme boyutunu küçült */
        padding: 3px 6px;
    }
}

@media (max-width: 480px) {
    .slider-slide h2 {
        font-size: 1rem; /* Küçük cihazlar için daha küçük başlık */
    }

    .slider-slide .tip-item {
        font-size: 0.8rem; /* Daha küçük metin boyutu */
    }

    .nav-button {
        font-size: 1.2rem; /* Daha küçük düğmeler */
        padding: 2px 5px;
    }

    .dot {
        width: 8px; /* Daha küçük noktalar */
        height: 8px;
    }
}

.specialDivList {
    display: flex;
    max-width: 350px;
    max-height: 350px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.customMainContainer {
    background-color: #ece4d4;
    border-radius: 11px;
    padding: 25px;
}

/* Genel kart tasarımı */
.custom-card-123 {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    background-color: white;
    margin: 2px;
}

    .custom-card-123 img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-bottom: 10px;
        border-radius: 8px;
    }

/* Başlık ve fiyatlandırma */
.title-123 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}

.location-123 {
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
}

.price-123 {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.old-price-123 {
    text-decoration: line-through;
    font-size: 14px;
    color: gray;
    margin-left: 5px;
}

.badge-123 {
    font-size: 14px;
    background-color: #0066cc;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Sol resim */
.main-image-123 {
    border-radius: 10px;
    width: 100%;
    padding: 15px;
}

/* Genel sayfa stili */
.custom-container-123 {
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: radial-gradient(circle, #ffffff, #e9e9e9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* Özel CSS sınıfları */
.custom-section {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 5px;
    font-family: Arial, sans-serif;
}

    .custom-section h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 5px;
    }

    .custom-section h3 {
        font-size: 20px;
        color: #f7931e;
        margin-bottom: 20px;
    }

.custom-cards {
    display: flex;
    justify-content: center;
    gap: 43px;
    max-width: 1280px;
}

.custom-card {
    border: 3px dotted black;
    padding: 20px;
    background-color: #ece4d4;
    margin-bottom: 20px;
    position: relative;
}

.custom-icon {
    font-size: 30px;
    color: #f7931e;
    margin-bottom: 10px;
}

.custom-card h4 {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}

.custom-card p {
    font-size: 14px;
    color: black;
    line-height: 1.4;
}

/* Mobil uyum için */
@media (max-width: 768px) {
    .custom-cards {
        flex-direction: column;
        align-items: center;
    }

    .custom-card {
        width: 100%;
    }
}

.form-container-custom {
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 15px;
    width: 90%; /* Varsayılan genişlik mobil uyumlu */
    max-width: 800px; /* Maksimum genişlik */
    padding: 20px;
    margin: 0 auto; /* Ortala */
    box-shadow: 0 0px 23px rgba(235, 227, 211, 1);
    text-align: center;
    font-family: 'Times New Roman', serif;
}

.header-custom {
    margin-bottom: 20px;
    position: relative;
    z-index: 43 !important;
}

    .header-custom h1 {
        font-size: 24px;
        color: #333;
        font-weight: normal;
    }

    .header-custom p {
        font-size: 16px;
        color: #777;
    }

#contact-form-custom label {
    display: block;
    font-size: 16px;
    margin: 10px 0 5px;
    color: #555;
}

#contact-form-custom input[type="text"],
#contact-form-custom input[type="email"],
#contact-form-custom textarea {
    width: 100%; /* Responsive genişlik */
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

#contact-form-custom button {
    background-color: #ffebcd;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #contact-form-custom button:hover {
        background-color: #ffdab9;
    }

    #contact-form-custom button:active {
        background-color: #ffc107;
    }

.rating {
    display: flex; /* Yıldızları yan yana yerleştir */
    align-items: center; /* Yıldızları ortala */
    margin-top: 5px;
}

.star {
    color: gold; /* Dolu yıldız rengi */
    font-size: 18px; /* Yıldız boyutu */
}

.star-empty {
    color: lightgray; /* Boş yıldız rengi */
    font-size: 18px; /* Yıldız boyutu */
}

.rating-info {
    margin-left: 5px; /* Derecelendirme ve yıldızlar arasında boşluk */
}

.directions-button {
    position: absolute; /* Butonu pozisyonla */
    bottom: 10px; /* Üstten boşluk */
    right: 10px; /* Sağdan boşluk */
    background-color: #4285F4; /* Google mavi rengi */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
}

@media (max-width: 600px) {
    .custom-info-window {
        display: contents;
    }
}


#login-data-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mainHeadercontainer {
    width: 105%;
}


.modal-content {
    margin: 38px;
    max-height: 90vh;
    overflow: auto;
}

    .modal-content label {
        font-size: 12px;
    }

    .modal-content input {
        max-height: 30px !important;
        font-size: 14px !important;
    }

@media (max-width: 808px) {
    .modal-content112211 {
        max-width: 80%;
        height: 445px;
    }

    .social-icons li {
        width: 82px;
    }

    .modal-content {
        margin: 38px;
        max-height: 550px;
        overflow: auto;
    }
}

@media (max-width: 400px) {
    .social-icons li {
        width: 55px;
    }
}

.profile-navbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    padding-bottom: 17px;
}

.profile-navbar-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.profile-navbar-item a {
    text-decoration: none;
}

.profile-navbar-item {
    position: relative;
    margin-left: 30px;
}

.profile-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: all 0.3s ease; /* Yumuşak animasyon */
    position: relative;
}

    .profile-link i {
        margin-right: 8px;
        font-size: 18px;
        color: #ece4d4; /* İkon rengi */
        transition: transform 0.3s ease; /* İkon animasyonu */
    }

    .profile-link:hover {
        color: #ff7f50;
        transform: translateY(-3px); /* Metni yukarı kaydır */
    }

        .profile-link:hover i {
            transform: scale(1.1); /* İkonu biraz büyüt */
        }

    .profile-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 2px;
        background-color: #ece4d4;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease; /* Alt çizgi animasyonu */
    }

    .profile-link:hover::after {
        transform: scaleX(1); /* Alt çizgi genişler */
    }

.profile-link {
    display: inline-block;
    /* padding: 10px; */
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Positioning below the link */
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
    z-index: 1000;
}

.profile-navbar-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

    .dropdown-item:hover {
        background-color: #f0f0f0;
        border-radius: 4px;
    }

.colorChangeAnimationRing {
    font-size: 18px;
    color: #ece4d4;
    animation: colorChangeRing 4s ease-in-out infinite;
}

.colorChangeAnimation {
    font-size: 12px;
    color: black;
    animation: colorChange 4s ease-in-out infinite;
}

@keyframes colorChange {
    0% {
        font-size: 12px;
        color: black;
    }

    50% {
        font-size: 15px;
        color: red;
    }

    100% {
        font-size: 12px;
        color: black;
    }
}

@keyframes colorChangeRing {
    0% {
        font-size: 18px;
        color: #ece4d4;
    }

    50% {
        font-size: 21px;
        color: red;
    }

    100% {
        font-size: 18px;
        color: #ece4d4;
    }
}

.mobilScreen {
    display: none;
}

/* Ekran genişliği 700px'den küçük olduğunda */
@media screen and (max-width: 991px) {
    /* Giriş yapılmamışsa: Giriş Yap butonu */
    .regularScreen {
        display: none !important; /* Başlangıçta gizli */
    }

    .regularScreenLogins {
        display: none !important; /* Başlangıçta gizli */
    }

    .regularProfileScreen {
        display: none !important; /* Başlangıçta gizli */
    }

    .mobilScreen {
        display: block !important;
    }
}







/* Dropdown Container */
.custom-dropdown-login {
    position: relative;
    display: inline-block;
    margin-right: -10px;
}

/* Dropdown Button */
.custom-dropdown-login-btn {
    background-color: #a4c5ff5e !important;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    border: 1px solid #0056b3 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px !important;
}

    .custom-dropdown-login-btn:hover {
        background-color: #0056b3;
    }

/* Arrow Icon */
.custom-dropdown-login-arrow {
    margin-left: 8px;
    transition: transform 0.5s ease;
}

/* Dropdown Menu */
.custom-dropdown-login-menu {
    position: fixed;
    background-color: #ffffff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 99999;
    margin-left: -33px !important;
}

/* Menu Items */
.custom-dropdown-login-item {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

    .custom-dropdown-login-item:hover {
        background-color: #007bff;
        color: #fff;
    }

/* Show Menu on Click */
.custom-dropdown-login-btn:focus + .custom-dropdown-login-menu,
.custom-dropdown-login-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Rotate Arrow */
.custom-dropdown-login-btn:focus .custom-dropdown-login-arrow {
    transform: rotate(180deg);
    visibility: visible;
}

@media (max-width: 768px) {
    .custom-login-container li::marker {
        content: none;
    }
}
.mobile-login-buttons-fixed {
    overflow: visible !important;
}
.fix-dropdown-issue {
    position: static !important;
    overflow: visible !important;
    z-index: auto !important;
}
.mobile-header,
.mobile-login-buttons {
}
.custom-dropdown-login,
.custom-dropdown-login-btn,
.custom-dropdown-login-menu {
    pointer-events: auto !important;
}
