/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

 table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/site/inc/font-awesome/icons/fontello.eot?v=4.3.0);
    src: url('../../../themes/site/inc/font-awesome/icons/fontello.eot?#iefix&v=4.3.0') format('embedded-opentype'), url(../../../themes/site/inc/font-awesome/icons/fontello.woff2?v=4.3.0) format('woff2'), url(../../../themes/site/inc/font-awesome/icons/fontello.woff?v=4.3.0) format('woff'), url(../../../themes/site/inc/font-awesome/icons/fontello.ttf?v=4.3.0) format('truetype'), url('../../../themes/site/inc/font-awesome/icons/fontello.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

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

.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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    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 {
    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-viber:before {
    content: '\e800'
}

.fa-search:before {
    content: '\e801'
}

.fa-right-open:before {
    content: '\e802'
}

.fa-cancel:before {
    content: '\e803'
}

.fa-quote:before {
    content: '\e804'
}

.fa-play:before {
    content: '\e805'
}

.fa-ok:before {
    content: '\e806'
}

.fa-play-1:before {
    content: '\e807'
}

.fa-right:before {
    content: '\e808'
}

.fa-left:before {
    content: '\e809'
}

.fa-circle:before {
    content: '\e80a'
}

.fa-at:before {
    content: '\e80b'
}

.fa-dot-3:before {
    content: '\e80c'
}

.fa-twitter:before {
    content: '\f099'
}

.fa-facebook:before {
    content: '\f09a'
}

.fa-bars:before {
    content: '\f0c9'
}

.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-skype:before {
    content: '\f17e'
}

.fa-vkontakte:before {
    content: '\f189'
}

.fa-paper-plane:before {
    content: '\f1d8'
}

.fa-whatsapp:before {
    content: '\f232'
}

.fa-user-circle-o:before {
    content: '\f2be'
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

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

.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-left: 15px;
    padding-right: 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%
    }
}

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

.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 {
    border-radius: 6px
}

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

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

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

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

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.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;
    line-height: 1;
    font-family: serif
}

.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(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: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

@-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:991px) {
    .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
    }
}

/*!
Theme Name: site
Text Domain: site
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 0 16px
}

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

pre,
textarea {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

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

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

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

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

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #b1bad3;
    background: #1a2c38;
    overflow-x: hidden
}

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.site-logo img {
    max-width: 110px
}

.site-header {
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
    padding: 15px 0 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

p {
    margin: 0 0 15px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-normal {
    text-transform: none
}

.text-capitalize {
    text-transform: capitalize
}

dfn,
cite,
em,
i {
    font-style: italic
}

cite {
    font-size: .75rem
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

code {
    padding: 3px 8px;
    font-size: 95%;
    color: #bd4147;
    background-color: #F5F5F5;
    border-radius: 4px
}

kbd {
    padding: 1px 6px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 4px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.5;
    color: #373a3c
}

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

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

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

mark,
ins {
    background-color: #FBFBA4;
    padding: 0 5px
}

big {
    font-size: 125%
}

small {
    font-size: 80%
}

a,
a:visited {
    color: #007bff;
    text-decoration: none
}

a:focus,
a:hover {
    color: #fff;
    border: none
}

a:focus {
    outline: 0
}

blockquote {
    margin: 0 0 15px;
    font-style: italic;
    padding-left: 15px;
    border-left: 4px solid #2f4553
}

blockquote p {
    margin-bottom: 0
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #e8e8e8
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    margin: 0 0 15px 15px;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

img {
    height: auto;
    max-width: 100%
}

table {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(255, 255, 255, .04)
}

table td,
table th {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .04)
}

@media screen and (max-width:767px) {
    .stake {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(255, 255, 255, .04);
        box-sizing: border-box;
        margin: 20px 0 20px
    }

    .stake table {
        margin: 0 0 0 0 !important;
        border: none !important;
        border-radius: 0 !important
    }
}

.sticky {
    display: block
}

.wp-post-image {
    border-radius: 0
}

.comments-title,
.comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px
}

ol.comment-list {
    margin: 0;
    list-style: none
}

ol.children {
    padding-left: 30px;
    list-style: none
}

a.comment-reply-link {
    font-weight: 700
}

.comment-content p {
    margin: 0 0 10px
}

.comment-content {
    padding-bottom: 20px
}

#respond textarea,
#respond input[type='text'] {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    outline: 0;
    resize: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#respond textarea {
    padding: 10px
}

#respond textarea {
    margin: 0
}

p.form-submit {
    margin: 0
}

.comment-form {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0
}

.comment-form form p.form-submit,
.comment p.form-submit {
    margin: 0
}

.comment-reply-login {
    margin-left: 10px
}

.comment-form form p.form-submit .success p {
    margin: 10px 0 0
}

.comment-form form p.logged-in-as {
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: 400
}

#cancel-comment-reply-link {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: .813rem;
    font-weight: 400
}

.comment-head img {
    float: left;
    margin-right: 15px
}

.comment-date {
    font-size: 13px;
    opacity: .7
}

#respond input[type="submit"] {
    font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
    background: #2f4553;
    border: none;
    font-weight: 700;
    padding: 9px 20px;
    color: #fff;
    border-radius: 4px
}

#respond input[type="submit"]:focus,
#respond input[type="submit"]:active {
    outline: 0
}

#respond input[type="submit"]:hover {
    color: #fff
}

.alignleft {
    display: inline;
    float: left;
    margin: 4px 60px 0 0
}

.alignright {
    display: inline;
    float: right;
    margin: 4px 0 0 60px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 4px auto 0
}

.pull-left {
    float: left
}

.pull-right {
    float: left
}

.figure {
    display: inline-block
}

figcaption {
    color: #888;
    font-style: italic
}

[id^="attachment_"] .wp-caption-text,
[id*=" attachment_"] .wp-caption-text {
    color: #505050
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.wp-caption-text {
    color: #fff;
    font-size: .813rem;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    text-transform: uppercase
}

.wp-caption {
    max-width: 100%
}

textarea {
    padding-left: 3px;
    width: 100%
}

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 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 #d9d9d9
}

#comments label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    opacity: .8
}

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

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

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

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

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

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

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
.form-control {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #555;
    background: #fff;
    background-image: none;
    border: none
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
    background: #fff;
    border: none;
    outline: 0;
    box-shadow: none
}

.search-form button {
    display: none
}

.search-form {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px
}

.error-404 {
    padding: 100px 0;
    text-align: center
}

textarea {
    height: auto
}

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

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-left: 1px;
    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-left: -20px;
    margin-top: 5px
}

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

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    color: #505050;
    border: 1px solid #c4c4c4;
    white-space: nowrap;
    padding: 6px 18px 4px;
    font-size: .813rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:hover,
.btn:focus {
    background-color: #303030;
    color: #f3f3f3;
    text-decoration: none;
    border-color: transparent
}

.btn-lg {
    padding: 8px 24px 7px;
    font-size: 1.125rem;
    line-height: 1.3333333
}

.btn-sm {
    padding: 3px 14px;
    font-size: .75rem;
    line-height: 1.5
}

.btn-xs {
    padding: 0 12px;
    font-size: .688rem;
    line-height: 1.5
}

button.dark,
input[type="button"].dark,
input[type="submit"].dark,
input[type="reset"].dark,
.btn.dark {
    background-color: #303030;
    color: #f3f3f3;
    border-color: transparent
}

button.dark:hover,
input[type="button"].dark:hover,
input[type="submit"].dark:hover,
input[type="reset"].dark:hover,
.btn.dark:hover {
    background-color: #fff;
    color: #505050;
    border-color: #c4c4c4
}

.pagination {
    margin: 0 auto;
    width: 35%;
    text-align: center
}

.gallery-pagination {
    margin: 0 auto;
    width: 30%;
    text-align: center
}

.post-nav-older,
.post-nav-newer {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    position: relative
}

.post-nav-older {
    float: right;
    margin-left: 10px
}

.post-nav-newer {
    float: left;
    margin-right: 10px
}

.post-nav-older:after,
.post-nav-newer:before {
    font-family: FontAwesome;
    font-size: .813rem;
    content: "\f101";
    margin-left: 5px
}

.post-nav-newer:before {
    content: "\f100";
    margin: 0 5px 0 0
}

.post-navigation {
    display: table;
    clear: both;
    width: 100%;
    margin: 32px 0 28px
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    width: 50%
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous {
    float: left
}

.post-navigation .nav-next,
.comment-navigation .nav-next {
    float: right;
    text-align: right
}

.post-navigation .meta-nav {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .688rem
}

.post-navigation .post-title {
    font-size: .813rem
}

.comment-navigation {
    margin-bottom: 20px
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-top: 6px
}

.main-navigation li {
    position: relative;
    margin-left: 25px
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation a .menu-description {
    position: absolute;
    top: 3px;
    left: calc(100% - 40px);
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 1px 4px;
    line-height: 10px;
    z-index: 1
}

.main-navigation a .menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    left: 3px;
    bottom: -4px
}

.menu-toggle,
.main-navigation.toggled ul,
.custom-header-block.toggled ul#primary-menu {
    display: block
}

.menu-toggle {
    border: none
}

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    margin: 7px 0;
    transition: all .2s ease-in-out
}

.toggled .menu-toggle:before {
    transform: translateY(10px) rotate(135deg)
}

.toggled .menu-toggle:after {
    transform: translateY(-10px) rotate(-135deg)
}

.toggled .menu-toggle span {
    transform: scale(0)
}

.main-navigation li a {
    font-weight: 700;
    color: #9ebad3
}

.main-navigation li.current-menu-item a,
.main-navigation ul li a:hover {
    color: #fff
}

.ct-menu-search {
    position: absolute;
    right: 0;
    top: 0
}

.ct-menu-search .search-icon-box {
    line-height: 1.7;
    padding: 15px;
    margin: 0;
    color: #fff
}

.bannercontent {
    background: #e82c42 url(/wp-content/uploads/2024/04/races.jpg) no-repeat center center;
    background-size: contain;
    height: 300px;
    margin: 30px 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.blink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bannercontent strong {
    font-size: 20px;
    display: block;
    color: #fff
}

.bannercontent span {
    color: #fff;
    display: block;
    margin-bottom: 20px
}

a.bannerlink {
    color: #5600cb;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    border-radius: 30px;
    padding: 10px 35px 7px
}

a.brl-1 {
    text-transform: uppercase;
    padding: 9px 30px;
    color: #5e6a7f;
    border-radius: 4px;
    border: 1px solid #353d48;
    text-align: center
}

a.brl-2 {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 4px;
    background: #4986f5;
    color: #fff
}

a.brl-1:hover {
    background: #4986f5;
    border: 1px solid #4986f5;
    color: #fff
}

a.brl-2:hover {
    background: #0069d9
}

.slotcontent article,
.post-slots article {
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background: #0f212e;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.post-slots article {
    background: #071d2a
}

article a.secondary-button {
    display: block;
    margin: 10px auto;
    max-width: 170px;
    padding: 6px;
    font-size: 14px
}

article a.demo {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

article a.demo:hover {
    text-decoration: underline
}

.slotcontent article span,
.post-slots article span {
    font-size: 14px
}

.slotcontent article img,
.post-slots article img {
    margin-bottom: 2px
}

.home .h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px
}

.home h1,
.home h2 {
    font-size: 20px
}

.home h3 {
    font-size: 17px
}

.newscontent article {
    border-radius: 4px;
    overflow: hidden;
    position: relarive;
    min-height: 135px;
    margin-bottom: 30px
}

.newscontent .bigpost article {
    min-height: 300px
}

.newscontent article p {
    margin: 0;
    position: absolite;
    left: 0;
    top: 0;
    padding: 15px
}

.newscontent .bigpost article p {
    padding: 30px
}

.newscontent article p a {
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.3;
    font-size: 16px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1)
}

.newscontent .bigpost article p a {
    line-height: 1.2;
    font-size: 25px
}

.interfacecontent b {
    color: #fff;
    font-weight: 400
}

.interfacecontent ul li,
.compcontent ul li {
    margin-bottom: 5px
}

.interfacecontent ul li:last-child,
.compcontent ul li:last-child {
    margin-bottom: 0
}

.firstcontent ul,
.firstcontent ol {
    list-style: none;
    margin: 0 0 15px
}

.firstcontent ul {
    margin: 0 0 15px
}

.firstcontent ul li,
.firstcontent ol li {
    position: relative
}

.firstcontent ul li {
    padding-left: 17px
}

.firstcontent ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #007bff
}

.firstcontent ol li {
    padding-left: 40px;
    padding-bottom: 15px
}

.firstcontent ol li:last-child {
    padding-bottom: 0
}

.firstcontent ol li:before {
    content: "1";
    padding-top: 3px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #31495a
}

.firstcontent ol li:nth-child(2):before {
    content: "2"
}

.firstcontent ol li:nth-child(3):before {
    content: "3"
}

.firstcontent ol li:nth-child(4):before {
    content: "4"
}

.firstcontent ol li:nth-child(5):before {
    content: "5"
}

.firstcontent ol li:nth-child(6):before {
    content: "6"
}

.taxonomy-description {
    padding-top: 15px
}

.rmore {
    text-align: center;
    padding: 5px 0 25px
}

.rmore a {
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    background: #3e355b
}

.footer-logos img {
    margin: 10px 15px;
    max-height: 40px;
    max-width: 130px;
    filter: invert(1) opacity(.3)
}

.site-footer {
    padding: 30px 0;
    text-align: center;
    clear: both
}

.site-footer .widget ul {
    list-style: none;
    margin: 0 0 15px
}

.site-footer .widget ul li {
    display: inline-block;
    margin: 5px 10px
}

.site-footer .widget ul li a {
    color: #9ebad3;
    font-weight: 700
}

.site-footer .widget ul li a:hover {
    color: #fff
}

.site-info ul {
    list-style: none;
    margin: 15px 0 10px;
    padding: 0
}

.site-info ul li {
    font-size: 13px;
    display: inline-block;
    margin: 5px 10px
}

.site-info p {
    font-size: 13px
}

.main-wrapper {
    background: #0f212e;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px
}

.entry-header h1 {
    font-size: 22px;
    margin: 0 0 20px
}

#secondary {
    border-radius: 10px;
    padding: 20px;
    background: #071d2a
}

#secondary .widget-title {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c475a
}

#secondary .widget ul {
    list-style: none;
    margin: 0
}

#secondary .widget ul li {
    border-bottom: 1px solid #3c475a;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#secondary .widget ul li a {
    font-weight: 700;
    display: block;
    line-height: 1.3
}

.post-image {
    float: left;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 15px
}

.post-image img {
    width: 100%
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ul,
.entry-content ol,
.entry-content blockqiote,
.entry-content p {
    clear: both
}

.entry-content p:first-of-type {
    clear: none
}

a.main-button {
    text-align: center;
    font-weight: 700;
    background: #e82c42;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px
}

a.secondary-button {
    text-align: center;
    font-weight: 700;
    background: #007bff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px
}

a.main-button:hover {
    background: #d01d32
}

a.secondary-button:hover {
    background: #0059b8
}

.ls {
    padding-top: 30px
}

.ls a {
    display: block !important
}

.ls a.main-button {
    margin-bottom: 15px
}

.ts {
    text-align: center;
    padding-top: 8px
}

.ts a.main-button {
    margin-right: 10px
}

.bs a.main-button {
    margin-right: 10px
}

.bs {
    padding: 15px 0 30px
}

.blog-content-div article {
    padding-bottom: 15px
}

.blog-content-div article .entry-title a {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    font-size: 17px;
    margin-bottom: 10px
}

.page-numbers.current {
    font-weight: 700;
    color: #fff;
    margin-right: 5px
}

a.page-numbers {
    font-weight: 700;
    margin-right: 5px
}

.breadcrumbs {
    font-size: 13px
}

.archive-description {
    padding-top: 20px
}

.ulli ul {
    list-style: none;
    margin: 0 0 5px
}

.ulli ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px
}

.ulli ul li a {
    padding: 6px 15px;
    color: #4986f5;
    border-radius: 4px;
    border: 1px solid #353d48
}

.ulli ul li a:hover {
    color: #fff
}

.sb {
    text-align: center;
    padding: 20px 0
}

.entry-content iframe {
    border: none;
    padding: 0;
    width: 100%;
    height: 450px
}

.games-category ul {
    margin: 0 0 5px;
    list-style: none
}

.games-category ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px
}

.games-category ul li a {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #2f4553
}

a.stread {
    text-align: center;
    display: block;
    max-width: 200px;
    margin: 15px auto 20px;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    background: #0f212e
}

@media screen and (min-width:992px) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

@media (min-width:992px) {
    .menu-header-menu-container {
        margin-right: .1rem
    }

    #banner-overlay,
    #header-banner {
        height: 100px
    }

    .site-title {
        font-size: 1.75rem
    }

    .site-title:after {
        width: 30%
    }

    .site-description {
        font-size: .688rem
    }

    .menu-toggle {
        margin: 8px auto 0
    }
}

@media screen and (min-width:992px) {
    .main-navigation li {
        display: inline-block
    }
}

@media screen and (min-width:992px) {
    .main-navigation.center-aligned {
        text-align: center
    }

    .main-navigation ul {
        display: block;
        text-align: right
    }
}

@media screen and (max-width:1199px) {
    .entry-content iframe {
        height: 400px
    }
}

@media screen and (max-width:991px) {
    .newscontent article {
        min-height: 200px
    }

    .newscontent .bigpost article {
        min-height: 200px
    }

    .newscontent .bigpost article p {
        padding: 15px
    }

    .newscontent article p a {
        line-height: 1.2;
        font-size: 18px
    }

    .newscontent .bigpost article p a {
        line-height: 1.2;
        font-size: 18px
    }

    .slotcontent .col-md-3,
    .post-slots .col-md-3 {
        width: 50%;
        float: left
    }

    button.menu-toggle {
        position: absolute;
        right: 15px;
        background: none;
        top: -65px;
        color: #fff;
        padding: 0
    }

    button.menu-toggle:focus,
    button.menu-toggle:active {
        outline: 0
    }

    .main-navigation li {
        float: none;
        padding: 0
    }

    .site-branding {
        text-align: center
    }

    .site-logo img {
        margin: 0 auto
    }

    .ts {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .main-navigation ul {
        background: rgba(0, 0, 0, .1);
        margin: 0
    }

    .main-navigation li a {
        padding: 10px 15px
    }

    .main-navigation li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .04)
    }

    .main-navigation li:last-child {
        border: none
    }

    #secondary {
        margin-top: 30px
    }

    .site-logo {
        text-align: center
    }

    .slotcontent .col-md-3 img,
    .post-slots .col-md-3 img {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .footer-logos img {
        margin: 8px;
        max-height: 30px
    }

    .slotcontent ul li {
        width: 50%
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next,
    .comment-navigation .nav-previous,
    .comment-navigation .nav-next {
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 10px
    }

    .entry-content iframe {
        height: 350px
    }

    .post-image {
        width: 100%;
        margin-right: 0
    }

    .main-wrapper {
        padding: 15px
    }

    #secondary {
        padding: 15px
    }

    .blog-content-div article {
        padding-bottom: 30px
    }

    .entry-header h1 {
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .entry-content iframe {
        height: 300px
    }
}

@media screen and (max-width:500px) {
    .entry-content iframe {
        height: 250px
    }

    .slotcontent .col-md-3,
    .post-slots .col-md-3 {
        width: 100%
    }
}

@media screen and (max-width:420px) {
    .entry-content iframe {
        height: 200px
    }

    .ts a {
        display: block;
        max-width: 200px;
        margin: 0 auto
    }

    .bs a {
        display: block
    }

    .bs a.main-button {
        margin-right: 0;
        margin-bottom: 15px
    }

    .ts a.main-button {
        margin: 0 auto 15px
    }

    button.menu-toggle {
        top: -150px
    }
}

@media screen and (max-width:380px) {
    .slotcontent ul li {
        width: 100%
    }
}

.faq__block {
    background: #0f212e
}

.faq__block+.faq__block {
    margin-top: 5px
}

.faq__question:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transition: all ease .3s;
    transform: rotateZ(-45deg)
}

.faq__question.open:before {
    transform: rotate(135deg)
}

label.faq__question {
    padding: 15px 15px !important;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    display: block
}

.faq__answer {
    display: none;
    padding: 15px 15px 1px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.faq__answer a {
    text-decoration: underline
}

.faq__answer a:hover {
    text-decoration: none
}

.fag-checkbox {
    position: absolute;
    left: -100vw
}

.fag-checkbox:checked~.faq__answer {
    display: block
}

.faq__answer {
    display: none
}