footer {
    display: block
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

img {
    border: 0
}

button {
    margin: 0
}

button {
    text-transform: none
}

button {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    line-height: 1.428571429;
    background-color: #fff
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    background-image: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0
}

p {
    margin: 0 0 10px
}

h1,
h4,
h5,
.h2,
.h3 {
    font-weight: 500;
    line-height: 1.1
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

.h3 {
    font-size: 24px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

@media (min-width:768px) {

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

blockquote small:before {
    content: "— "
}

blockquote.pull-right small:before {
    content: ""
}

blockquote.pull-right small:after {
    content: " —"
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-sm-3,
.col-sm-9,
.col-md-3,
.col-md-9,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }

    .col-sm-3,
    .col-sm-9 {
        float: left
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-9 {
        width: 75%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }

    .col-md-3,
    .col-md-9 {
        float: left
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.btn {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active {
    background-image: none
}

.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active {
    background-image: none
}

.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active {
    background-image: none
}

.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active {
    background-image: none
}

.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active {
    background-image: none
}

.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active {
    background-image: none
}

.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(fonts/5.woff)format("woff")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: "💼"
}

.glyphicon-calendar:before {
    content: "📅"
}

.glyphicon-pushpin:before {
    content: "📌"
}

.glyphicon-paperclip:before {
    content: "📎"
}

.glyphicon-camera:before {
    content: "📷"
}

.glyphicon-lock:before {
    content: "🔒"
}

.glyphicon-bell:before {
    content: "🔔"
}

.glyphicon-bookmark:before {
    content: "🔖"
}

.glyphicon-fire:before {
    content: "🔥"
}

.glyphicon-wrench:before {
    content: "🔧"
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.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 {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-group .dropdown-toggle:active {
    outline: 0
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav-tabs>li {
    float: left
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429
}

.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: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tab-content>.active {
    display: block
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (max-width:767px) {

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

@media (max-width:767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a: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:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width:767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a: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:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .disabled>a:hover,
.pager .disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: auto;
    overflow-y: scroll
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev:before {
    content: "‹"
}

.carousel-control .icon-next:before {
    content: "›"
}

@media screen and (min-width:768px) {
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.scrtabs-tab-container * {
    box-sizing: border-box
}

.scrtabs-tab-container {
    height: 55px;
    background-color: #5078d8
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 55px;
    overflow: hidden
}

.scrtabs-tabs-movable-container {
    position: relative
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    padding-left: 5px
}

.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
    padding-right: 3px
}

.scrtabs-tab-scroll-arrow {
    border-top: 0;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 20px;
    width: 20px
}

.scrtabs-tab-scroll-arrow {
    cursor: pointer
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    cursor: default
}

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
    background-color: initial
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a:link,
.ui-state-default a:visited,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: var(--jquery-ui-555555-src)
}

.ui-button:active .ui-icon {
    background-image: var(--jquery-ui-ffffff-src)
}

/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ":";
    display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
    content: ".";
    display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none
}

.introjs-helperLayer :before {
    box-sizing: content-box
}

.introjs-helperLayer :after {
    box-sizing: content-box
}

.introjs-tooltipbuttons:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.introjs-button:hover {
    outline: 0;
    text-decoration: none;
    border-color: #9e9e9e;
    background-color: #e0e0e0;
    color: #212121
}

.introjs-button:focus {
    outline: 0;
    text-decoration: none;
    background-color: #eee;
    box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5);
    border: 1px solid #616161;
    color: #212121
}

.introjs-button:active {
    outline: 0;
    text-decoration: none;
    background-color: #e0e0e0;
    border-color: #9e9e9e;
    color: #212121
}

.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.introjs-skipbutton:focus,
.introjs-skipbutton:hover {
    color: #212121;
    outline: 0;
    text-decoration: none
}

.introjs-disabled:focus,
.introjs-disabled:hover {
    color: #9e9e9e;
    border-color: #bdbdbd;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none
}

.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
    width: 15px;
    background: #999;
    text-decoration: none;
    outline: 0
}

.introjs-hint:focus {
    border: 0;
    outline: 0
}

.introjs-hint:hover>.introjs-hint-pulse {
    background-color: rgba(60, 60, 60, .57)
}

@keyframes introjspulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

.slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    outline: 0;
    transition: all .3s ease
}

a,
a:hover,
a:active {
    text-decoration: none
}

button {
    outline: 0
}

@font-face {
    font-family: "digital_sans_ef_medium";
    src: url(fonts/0.woff2)format("woff2");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "digital_sans_ef_medium";
    font-size: 14px
}

h1,
h4,
h5,
.h2,
.h3 {
    font-family: inherit
}

body {
    color: var(--body-color)
}

.banner .carousel-indicators li {
    display: inline-block;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--default);
    border: var(--banner-carousel-indicators-li-border)
}

.banner .carousel-indicators .slick-active {
    background: var(--banner-carousel-indicators-active-bg);
    border-color: var(--banner-carousel-indicators-active-border)
}

a {
    color: var(--a-color)
}

a:focus,
a:hover {
    color: var(--a-focus-hover-color);
    text-decoration: none
}

.topbar-container {
    background: var(--topbar-cntr-bg);
    padding: 8px 0
}

.topbar-container .row {
    display: flex;
    align-items: center
}

.topbar-left-container {
    width: 46%
}

.topbar-right-container {
    width: 54%
}

.topbar-left-section {
    display: flex;
    flex-wrap: nowrap
}

.topbar-left-section [data-icon] {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: center no-repeat;
    background-size: contain
}

.topbar-left-section [data-icon="live-chat"],
.topbar-left-section [data-icon="android"] {
    height: 24px;
    width: 24px
}

.topbar-left-section .topbar-item {
    color: var(--topbar-left-section-item-color);
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.topbar-left-section .topbar-item+.topbar-item {
    margin-left: 5px;
    border-left: 1px dotted #ccc;
    padding-left: 5px
}

.topbar-left-section .topbar-item a {
    color: inherit;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    display: flex;
    align-items: center
}

.topbar-left-section .topbar-item a:hover {
    color: var(--topbar-left-section-item-a-hover-color)
}

.topbar-left-section .live-chat {
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer
}

.topbar-left-section .topbar-item a.download-apk-btn {
    color: #fff;
    padding: 5px
}

.topbar-left-section .topbar-item a.telegram-btn:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #0bb4ff, #036ca0)
}

.topbar-left-section .language-selector-container {
    position: relative
}

.topbar-left-section .language-selector-trigger {
    cursor: pointer;
    display: flex;
    align-items: center
}

.topbar-left-section .language-selector-trigger:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid var(--topbar-left-section-lang-sel-trig-after-btop);
    border-bottom: 0;
    margin-left: 5px
}

.topbar-left-section .language-selector-trigger[data-active="true"]:after {
    border-top: 0;
    border-bottom: 5px solid var(--topbar-left-section-lang-sel-trig-true-after-bbot)
}

.topbar-left-section .language-selector {
    background-color: var(--topbar-left-section-language-selector-bg);
    cursor: pointer;
    padding: 0;
    min-width: max-content
}

.topbar-left-section i[data-language] {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: var(--image-src)
}

.topbar-left-section i[data-language="id"] {
    background-position-y: -16px
}

.site-header {
    background: var(--site-header-bg);
}

.site-header .logo {
    display: block;
    background: center top no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: calc((100%*68/300) + 15px*2);
    position: relative
}

.site-header .logo>img {
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% - 15px*2);
    transform: translateX(-50%);
    margin: 15px auto;
    width: auto
}

.site-header .container {
    position: relative
}

.site-header .container .row>div {
    position: initial
}

.menu-slide {
    display: flex;
    align-items: center;
    overflow: hidden
}

.menu-slide>i {
    cursor: pointer;
    color: var(--menu-slide-i-color)
}

.menu-slide>i.glyphicon-chevron-left {
    margin-right: 10px
}

.menu-slide>i.glyphicon-chevron-right {
    margin-left: 10px
}

.top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    overflow: hidden;
    scroll-behavior: smooth
}

.top-menu>li {
    flex: 1;
    width: 100%;
    flex-basis: calc(100%/11);
    flex-shrink: 0
}

.top-menu>li>a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: var(--top-menu-li-a-color);
    text-transform: uppercase;
    font-size: 12px;
    position: relative
}

.top-menu>li:hover {
    background-image: var(--top-menu-li-true-hover-bg)
}

.top-menu>li:hover>a {
    color: var(--top-menu-li-true-hover-a-color)
}

.top-menu>li>a>img {
    display: block;
    margin: 0 auto 5px;
    height: 30px;
    width: 30px
}

.top-menu>li:hover>a>img {
    content: var(--image-src);
}

.top-menu>li:not(:hover) .game-list {
    display: none
}

.top-menu .game-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 16;
    border-top: var(--top-menu-game-list-btop);
    background-color: var(--top-menu-game-list-bg);
    border-bottom: var(--top-menu-game-list-bbot);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0 20px;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center
}

.top-menu .game-list>li:hover>a {
    transform: scale(105%);
    transition: transform .25s ease
}

.top-menu .game-list>li>a[data-maintenance-status="true"]::after {
    content: var(--maintenance-text, "")" ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    background: #808080;
    filter: grayscale(0) brightness(100%);
    padding: 0 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer-separator {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: var(--footer-separator-border)
}

.site-footer {
    border-top: var(--site-footer-border);
    padding: 20px 0;
    background: var(--site-footer-bg);
    background-size: cover;
    background-image: var(--site-footer-bi, var(--image-src))
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-links>li>a {
    cursor: pointer;
    display: block;
    line-height: 20px;
    text-decoration: none
}

.footer-links>li>a:hover {
    color: var(--footer-links-li-a-hover-color)
}

.footer-links {
    margin-bottom: 15px
}

.copyright {
    color: var(--copyright-color)
}

@keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.footer-section-title {
    color: var(--footer-section-title-color)
}

.supported-browser-container {
    display: flex;
    justify-content: flex-end
}

.hover-list {
    display: flex;
    flex-wrap: wrap
}

.hover-list>li+li {
    margin-left: 10px
}

.hover-list>li {
    position: relative
}

.hover-list>li a>picture:first-child,
.hover-list>li>picture:first-child {
    opacity: 1
}

.hover-list>li a>picture:last-child,
.hover-list>li>picture:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.hover-list>li a>picture:first-child,
.hover-list>li>picture:first-child,
.hover-list>li a>picture:last-child,
.hover-list>li>picture:last-child {
    transition: opacity .5s
}

.hover-list>li:hover a>picture:first-child,
.hover-list>li:hover a>img:first-child,
.hover-list>li:hover>picture:first-child,
.hover-list>li:hover>img:first-child {
    opacity: 0
}

.hover-list>li:hover a>picture:last-child,
.hover-list>li:hover a>img:last-child,
.hover-list>li:hover>picture:last-child,
.hover-list>li:hover>img:last-child {
    opacity: 1
}

.provider-section {
    background-color: var(--provider-section-bg);
    color: #fff;
    padding-top: var(--provider-section-ptop);
    margin-top: var(--provider-section-mtop);
    padding-bottom: var(--provider-section-pbot)
}

.provider-section .hover-list>li+li {
    margin-left: 4px
}

i[data-icon="plus"]:before,
i[data-icon="plus"]:after {
    content: "";
    position: absolute;
    background: #fff
}

i[data-icon="plus"]:before {
    left: 50%;
    top: 5px;
    bottom: 5px;
    width: 2px;
    transform: translateX(-50%)
}

i[data-icon="plus"]:after {
    top: 50%;
    left: 5px;
    right: 5px;
    height: 2px;
    transform: translateY(-50%)
}

@keyframes claimCoupon {
    0% {
        bottom: 50px
    }

    25% {
        bottom: 50px
    }

    100% {
        bottom: 260px
    }
}

.introjs-nextbutton:focus {
    color: #fff
}

.introjs-nextbutton:hover {
    background-image: var(--introjs-nextbtn-hover-bg);
    color: var(--introjs-nextbtn-hover-color)
}

.introjs-bullets ul li a:hover {
    width: 6px;
    height: 6px;
    background-color: var(--introjs-bullets-ul-li-a-active-hover-bg)
}

.daily-reward-container .standard-secondary-button:hover {
    background: var(--daily-reward-cntr-std-secondary-btn-hover-bg)
}

.daily-reward-container .standard-secondary-button[disabled]:hover {
    background: #818181;
    color: #bbb;
    cursor: not-allowed
}

.daily-reward-container .expiration-countdown [data-section="minutes"]:after,
.daily-reward-container .expiration-countdown [data-section="seconds"]:after {
    content: ":";
    position: absolute;
    top: 2px;
    left: -3px;
    font-size: 10px;
    color: #a9a9a9
}

@keyframes dailyRewardClaim {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-200%)
    }
}

.double-xp-countdown [data-section]+[data-section]::before {
    content: ":";
    position: absolute;
    top: 10px;
    left: -13px;
    color: #fff;
    font-size: 24px
}

.daily-reward-countdown [data-section="minutes"]:after,
.daily-reward-countdown [data-section="seconds"]:after {
    content: ":";
    position: absolute;
    top: 3px;
    left: -5px;
    font-size: 10px;
    color: #c6f401
}

.modal-body .pending-transaction-details-container::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.modal-body .pending-transaction-details-container::-webkit-scrollbar-track {
    background: transparent
}

.modal-body .pending-transaction-details-container::-webkit-scrollbar-thumb {
    background: #4d4f59;
    border-radius: 5px
}

.modal-body .resolved-transaction-popup .resolved-transactions-carousel .slick-prev:before,
.modal-body .resolved-transaction-popup .resolved-transactions-carousel .slick-next:before {
    content: " ";
    filter: var(--resolved-transaction-carousel-navigation-arrow-filter);
    display: block;
    width: auto;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.modal-body .resolved-transaction-popup .resolved-transactions-carousel .slick-prev:before {
    background-image: var(--chevron-left-src)
}

.modal-body .resolved-transaction-popup .resolved-transactions-carousel .slick-next:before {
    background-image: var(--chevron-right-src)
}

[data-require-login] {
    cursor: pointer
}

.popover.top .arrow:after {
    border-top-color: var(--popover-top-arrow-after-border)
}

.popup-modal .confirmation-popup .modal-header .modal-title:before {
    margin: 16px auto 0;
    width: 100px;
    height: 100px
}

.confirmation-popup.warning .modal-header .modal-title:before {
    background-image: var(--popup-warning-icon-src)
}

.confirmation-popup.success .modal-header .modal-title:before {
    background-image: var(--popup-success-icon-src)
}

.confirmation-popup.failed .modal-header .modal-title:before {
    background-image: var(--popup-failed-icon-src)
}

.confirmation-popup.pending .modal-header .modal-title:before {
    background-image: var(--popup-pending-icon-src)
}

.register-modal .standard-form-content .form-control::placeholder {
    color: var(--std-form-cntr-content-form-control-placeholder-color)
}

.register-modal .standard-form-content .form-control:focus {
    border-color: var(--std-form-cntr-content-form-control-focus-border)
}

.pending-transaction-expiration-countdown .expiration-countdown [data-section="seconds"]:after {
    content: ":";
    position: absolute;
    top: 2px;
    left: -3px;
    font-size: 10px;
    color: var(--pending-trans-expiration-in-color)
}

.footer-description-section h4 {
    font-size: 18px;
    color: var(--footer-description-header-color)
}

.footer-description-section .site-description {
    font-size: 12px;
    color: var(--footer-description-note-color)
}

.footer-sitemap-section {
    display: flex;
    justify-content: space-between;
    padding-right: 40px
}

.footer-sitemap-section h4 {
    font-size: 16px;
    color: var(--footer-sitemap-header-color)
}

.footer-sitemap-section .footer-links>li {
    display: block;
    padding-top: 10px
}

.footer-sitemap-section .footer-links>li>a {
    padding-right: 0;
    font-size: 14px;
    color: var(--footer-sitemap-link-color)
}

.footer-sitemap-section .footer-links>li>a:hover {
    color: var(--footer-links-li-a-hover-color)
}

.footer-sitemap-section .footer-links>li+li>a {
    padding-left: 0;
    border-left: 0
}

.footer-sitemap-section .contact-list>li a:hover,
.footer-sitemap-section .social-media-list>li a:hover {
    color: var(--footer-links-li-a-hover-color)
}

.footer-featured-product-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.footer-featured-product-section>div {
    display: flex
}

.footer-featured-product-section .site-info-description {
    background: var(--footer-featured-product-bg);
    border: 1px solid var(--footer-card-container-border);
    border-radius: 5px;
    padding: 20px 16px 20px 16px;
    flex: 1
}

.footer-featured-product-section .site-info-description .site-info-img-header {
    display: flex;
    flex-direction: row;
    gap: 9px
}

.footer-featured-product-section .site-info-description .site-info-img-header div:has(img) {
    background: var(--footer-hero-icon-bg);
    border-radius: 90px;
    padding: 10px
}

.footer-featured-product-section .site-info-description h4 {
    font-size: 16px;
    color: var(--footer-featured-product-card-header-color)
}

.footer-featured-product-section .site-info-description p {
    margin-top: 9px;
    font-size: 12px;
    color: var(--footer-featured-product-card-note-color)
}

.footer-banking-section .banking-footer-section {
    border: 1px solid var(--footer-card-container-border);
    border-radius: 6px
}

.footer-banking-section .banking-footer-section .bank-service-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 24px;
    gap: 16px
}

.footer-banking-section .banking-footer-section .bank-service-container .site-info-description {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    background: var(--footer-banking-card-bg);
    border-radius: 6px;
    padding: 5px 16px 5px 16px
}

.footer-banking-section .banking-footer-section .bank-service-container .site-info-description div:has(img) {
    background: var(--footer-hero-icon-bg);
    border-radius: 90px;
    padding: 10px
}

.footer-banking-section .banking-footer-section .bank-service-container .site-info-description h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--footer-transaction-service-header-color)
}

.footer-banking-section .banking-footer-section .bank-service-container .site-info-description p {
    font-size: 14px;
    margin-top: 9px;
    color: var(--footer-transaction-service-note-color)
}

.footer-banking-section .bank-list-container {
    background: var(--footer-banking-card-bg);
    margin: 24px;
    padding: 24px;
    border-radius: 6px
}

.footer-banking-section .bank-list-container p {
    font-size: 12px;
    color: var(--footer-bank-list-note-color)
}

.footer-banking-section .bank-list {
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap
}

.footer-banking-section .bank-list>li {
    margin: 5px 5px;
    text-align: center;
    padding-left: 5px
}

.footer-banking-section .bank-list [data-online] {
    position: relative;
    display: inline-block;
    width: 80px;
    min-height: 40px
}

.footer-banking-section .bank-list [data-online] img {
    width: 80px;
    height: 40px
}

.footer-banking-section .bank-list [data-online="true"]:before,
.footer-banking-section .bank-list [data-online="false"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 5px;
    border-radius: 2px
}

.footer-banking-section .bank-list [data-online="true"]:before {
    background-color: var(--default-bank-list-online-bg)
}

.footer-banking-section .bank-list [data-online="false"]:before {
    background-color: var(--default-bank-list-offline-bg)
}

.footer-copyright-section .col-md-12 {
    display: flex;
    gap: 24px
}

.footer-copyright-section .col-md-12 .copyright {
    margin-left: auto;
    margin-bottom: 0;
    align-self: center
}

.standard-side-menu a:hover {
    background-color: var(--std-side-menu-a-active-hover-bg);
    color: var(--std-side-menu-a-active-hover-color)
}

.standard-side-menu .menu-section a:hover,
.standard-side-menu .menu-section a:focus {
    background-color: var(--std-side-menu-menu-section-hover-focus-true-bg);
    color: var(--std-side-menu-menu-section-hover-focus-true-color)
}

.standard-side-menu ::-webkit-scrollbar {
    height: 7px;
    width: 7px
}

.standard-side-menu ::-webkit-scrollbar-track {
    background: transparent
}

.standard-side-menu ::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.standard-side-menu-group-label:after {
    content: "";
    font-family: "Glyphicons Halflings";
    display: inline-block;
    transition: transform .3s;
    transform-origin: center
}

.standard-side-menu-group-checkbox:not(:checked)~.standard-side-menu {
    display: none
}

.standard-side-menu-group-checkbox:not(:checked)+.standard-side-menu-group-label:after {
    transform: rotate(-90deg)
}

::placeholder {
    text-transform: capitalize
}

.modal-footer .btn-primary:hover {
    background: var(--modal-footer-btn-primary-hover-bg)
}

.popup-modal[data-title] .modal-title:before {
    content: "";
    display: block;
    margin: 15px auto;
    height: 70px;
    width: 70px;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--desktop-popup-notification-src)
}

.popup-modal[data-title=""] .modal-title:before {
    background-image: var(--desktop-popup-alert-src)
}

.loyalty-available-rank-up-modal .standard-secondary-button:hover {
    background: var(--loyalty-available-rank-up-modal-std-secondary-btn-hover-bg)
}

.standard-section-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--std-section-title-before-bg);
    border-radius: 4px
}

.standard-reporting-control-group .btn-primary:hover {
    background: var(--std-reporting-cntrl-group-btn-primary-hover-bg);
    color: var(--std-reporting-cntrl-group-btn-primary-hover-color)
}

.standard-button-group .btn-primary:hover {
    background: var(--std-btn-group-btn-primary-hover-bg);
    color: var(--std-btn-group-btn-primary-hover-color)
}

.copy-input-button-field .copy-input-button:hover,
.copy-bank-account-button:hover {
    color: var(--copy-input-btn-field-btn-hover-color)
}

.standard-password-field input[type=text]~i:before {
    content: ""
}

[data-copied]:after {
    content: attr(data-copied);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    bottom: 0;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.standard-main-content ::-webkit-scrollbar {
    height: 7px;
    width: 7px
}

.standard-main-content ::-webkit-scrollbar-track {
    background: transparent
}

.standard-main-content ::-webkit-scrollbar-thumb {
    background: var(--std-main-content-scroll-thumb-bg);
    border-radius: 5px
}

.top-tab-container a:hover {
    background-color: var(--top-tab-cntr-a-true-hover-bg);
    color: var(--top-tab-cntr-a-true-hover-color)
}

.standard-form-link-header a[data-active="false"]:hover {
    background-color: var(--std-form-link-header-a-false-bg);
    color: var(--std-form-link-header-a-false-color)
}

.standard-profile-bar a:hover {
    color: var(--std-profile-bar-a-color)
}

.standard-profile-bar .verification-field i[data-icon]:after {
    color: var(--std-profile-bar-ver-field-i-data-icon-after-color);
    background-color: var(--std-profile-bar-ver-field-i-data-icon-after-bg);
    content: "!";
    text-align: center;
    font-style: normal;
    font-size: 12px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%
}

.request-otp-button:hover,
.contact-verification-link:hover {
    border: var(--request-otp-btn-contact-ver-link-border);
    color: var(--request-otp-btn-contact-ver-link-color);
    background-color: var(--default)
}

.loader-spinner>span:before,
.loader-spinner>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #333
}

.loader-spinner>span:before {
    z-index: 100;
    animation: spin 1s infinite
}

.loader-spinner>span:after {
    border: 5px solid #ccc
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.otp-popup .otp-popup-content .standard-button-group .standard-secondary-button:hover {
    width: 100%
}

.modal-standard-header:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    height: 1px;
    background-image: var(--modal-std-header-after-bg)
}

.bonus-selection-list::-webkit-scrollbar {
    width: 7px
}

.bonus-selection-list::-webkit-scrollbar-track {
    background: transparent
}

.bonus-selection-list::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.warning-prompt:before {
    content: "";
    width: 18px;
    height: 18px;
    padding: 4px;
    background: center no-repeat;
    background-image: var(--image-src)
}

.search-popup-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    overflow-y: auto
}

.search-input-container input:focus::placeholder {
    color: transparent
}

.search-input-container input::placeholder {
    color: var(--search-input-cntr-input-placeholder-color)
}

.search-result-provider-list .provider-item[data-maintenance-status="true"] .img-wrapper:after {
    content: var(--maintenance-text, "")" ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    background: #808080;
    filter: grayscale(0) brightness(100%);
    padding: 0 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-container::-webkit-scrollbar {
    width: 5px
}

.search-result-provider-list::-webkit-scrollbar {
    height: 5px
}

.search-container::-webkit-scrollbar-track,
.search-result-provider-list::-webkit-scrollbar-track {
    background: transparent
}

.search-container::-webkit-scrollbar-thumb,
.search-result-provider-list::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.standard-outline-button:hover {
    color: #fff
}

.resolved-transaction-popup .adjustment.positive::before {
    content: "+ "
}

.back-link-container a:hover {
    color: var(--back-link-cntr-a-hover-color)
}

.country-option:hover {
    background: rgba(255, 255, 255, .05)
}

.login-panel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 12px
}

.login-panel .login-panel-item+.login-panel-item {
    margin-left: 10px
}

.login-panel .login-button,
.login-panel .register-button {
    border-radius: 15px;
    display: block;
    padding: 3px 10px;
    text-transform: uppercase;
    line-height: 22px;
    width: 90px;
    text-align: center;
    text-decoration: none;
    outline: 0
}

.login-panel .login-button {
    background: var(--login-panel-login-btn-bg);
    color: var(--login-panel-login-btn-color);
    border: 1px solid var(--login-panel-login-btn-border)
}

.login-panel .login-button:hover {
    background: var(--login-panel-login-btn-hover-bg);
    color: var(--login-panel-login-btn-hover-color)
}

.login-panel .register-button {
    background: var(--login-panel-register-btn-bg);
    color: var(--login-panel-register-btn-color);
    border: 1px solid var(--login-panel-register-btn-border)
}

.login-panel .register-button:hover {
    background: var(--login-panel-register-btn-hover-bg);
    color: var(--login-panel-register-btn-hover-color);
    text-shadow: var(--login-panel-register-btn-hover-ts)
}

.user-info .user-main-info .user-info-item+.user-info-item:before {
    content: "";
    background: var(--user-info-main-info-item-item-before-bg);
    height: 20px;
    width: 1px;
    margin: 0 8px
}

.user-info-item a.btn-logout:hover {
    background-color: var(--user-info-item-a-btn-logout-hover-bg)
}

.user-info .dropdown-menu>li>a:focus,
.user-info .dropdown-menu>li>a:hover {
    background-color: var(--user-info-dropdown-menu-li-a-focus-bg);
    color: var(--user-info-dropdown-menu-li-a-focus-color)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.user-info [data-new-notification="true"]:before,
.user-info [data-new-announcement="true"]:before {
    content: "∗";
    position: absolute;
    top: -12px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--user-info-new-notif-true-before-bg);
    color: var(--user-info-new-notif-true-before-color);
    border: var(--user-info-new-notif-true-before-border);
    border-radius: 50%
}

.user-info [data-new-announcement="true"]:before {
    content: attr(data-announcement-count);
    font-size: 12px
}

.user-info [data-new-announcement="true"][data-announcement-count="0"]:before {
    background: #808080
}

.user-info .wallet-container>.balance a::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -4px;
    margin-top: 0;
    width: 0;
    height: 0;
    border-top: solid 4px var(--user-info-wallet-cntr-balance-a-after);
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    z-index: 2;
    cursor: pointer
}

.user-info .wallet-container[data-locked-balance="true"]>.balance a::after {
    top: calc(100% + 5px)
}

.user-info .wallet-container>.balance.open a::after {
    border-top: 0;
    border-bottom: solid 4px var(--user-info-wallet-cntr-balance-open-a-after-bbot)
}

.user-info .vendor-balances-container ::-webkit-scrollbar {
    width: 7px
}

.user-info .vendor-balances-container ::-webkit-scrollbar-track {
    background: transparent
}

.user-info .vendor-balances-container ::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.unread-announcements-popup:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 64px;
    width: 20px;
    height: 0;
    border-bottom: var(--unread-announcements-popup-before-border);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.user-info-loyalty-xp .username-container .loyalty-xp-detail::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 5px solid #252525;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.user-info-loyalty-xp .username-container .loyalty-xp-progress:hover~.loyalty-xp-detail {
    display: block
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-message:before {
    min-width: calc(50px + 12px);
    content: " "
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.provider-container {
    display: inline-block;
    width: auto;
    padding: 15px;
    margin: 20px 10px 0 0;
    border: 1px solid;
    border-color: var(--provider-cntr-border);
    color: var(--provider-cntr-color);
    border-radius: 5px;
    position: relative;
    vertical-align: top
}

.provider-container>h5 {
    position: absolute;
    top: -20px;
    left: 10px;
    background: var(--provider-cntr-h5-bg);
    padding: 0 10px;
    font-size: 17px;
    color: var(--provider-cntr-h5-color)
}

.play-now,
.free-play {
    border: var(--play-now-free-play-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 18px;
    margin: 5px 0;
    text-decoration: none
}

.play-now:hover,
.free-play:hover {
    text-decoration: none
}

.play-now:before,
.free-play:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: center no-repeat;
    background-image: var(--play-icon-src);
    background-size: contain
}

.free-play {
    background: var(--free-play-bg);
    color: var(--free-play-color);
    box-shadow: var(--free-play-bs)
}

.free-play:hover {
    background: var(--free-play-hover-bg);
    color: var(--free-play-hover-color)
}

.play-now {
    background: var(--play-now-bg);
    color: var(--play-now-color);
    box-shadow: var(--play-now-bs)
}

.play-now:hover {
    background: var(--play-now-hover-bg);
    color: var(--play-now-hover-color)
}

.game-list {
    border: var(--game-list-border);
    background: var(--game-list-bg);
    margin-bottom: 25px;
    display: flex
}

.game-list .game-item {
    position: relative
}

.game-list .game-item input[type=checkbox].favourite-game-btn:checked+label {
    background-image: var(--star-on-icon)
}

.game-list .game-item input[type=checkbox].favourite-game-btn+label:hover {
    animation: fav-icon-bounce .65s linear
}

.game-list img {
    position: absolute
}

.game-list .game-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.game-list .game-name {
    background: var(--game-list-game-name-bg)
}

.game-list .link-container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.game-list .rtp-container .rtp-percentage[data-rtp-from][data-rtp-to]::before {
    animation: alter-rtp-value 2s linear infinite;
    content: attr(data-rtp-from)"%"
}

.game-list .wrapper-container {
    position: relative;
    padding-top: 100%
}

.game-list .wrapper-container:hover {
    background: var(--game-list-wrapper-cntr-hover-bg)
}

.game-list .wrapper-container:hover:after,
.game-list .wrapper-container:hover img {
    opacity: .1
}

.game-list .wrapper-container:hover .link-container {
    opacity: 1
}

.game-list .wrapper-container:hover .rtp-container {
    opacity: 0
}

.game-list .link-container a {
    width: 70%
}

.large-game-list li:hover .link-container,
.large-game-list .game-provider-img:hover .link-container {
    opacity: 1
}

.large-game-list li .link-container .play-now::before,
.large-game-list li .link-container .free-play::before,
.large-game-list .game-provider-img .link-container .free-play::before,
.large-game-list .game-provider-img .link-container .play-now::before {
    background: none;
    content: none
}

.link-container a.game-info:hover,
.link-container a.game-info:focus,
.game-info:hover,
.game-info:focus {
    border-color: var(--link-cntr-a-game-info-hover-focus-border);
    color: var(--link-cntr-a-game-info-hover-focus-color);
    text-decoration: none
}

@keyframes fav-icon-bounce {

    0%,
    20%,
    60%,
    100% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(-3px)
    }

    40% {
        transform: translateY(-6px)
    }
}

@keyframes animate-rtp {
    0% {
        width: var(--from-value);
        background: var(--from-color)
    }

    25% {
        background: var(--transition-color)
    }

    50%,
    100% {
        width: var(--to-value);
        background: var(--to-color)
    }
}

@keyframes alter-rtp-value {
    0% {
        content: attr(data-rtp-from)"%"
    }

    75%,
    100% {
        content: attr(data-rtp-to)"%"
    }
}

.large-game-list>li[data-maintenance-status="true"]:after,
.large-game-list>li[data-maintenance-status="true"] img:after,
.provider-slide>main>.slide-item[data-maintenance-status="true"]:after {
    content: var(--maintenance-text, "")" ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    background: #808080;
    filter: grayscale(0) brightness(100%);
    padding: 0 10px;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.provider-slide>main>.slide-item[data-maintenance-status="true"]:after {
    font-size: 16px
}