.row,
.row.reverse {
    -webkit-box-orient: horizontal
}

.panel ul li,
body {
    overflow-x: hidden
}

[canvas=container],
[off-canvas] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@font-face {
    font-family: 'Gotham Rounded';
    font-display: swap;
    src: url(../fonts/gothamrounded-medium.otf) format("opentype")
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0 !important
}

.row,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    text-rendering: optimizeLegibility;
    font-family: Open Sans, sans-serif;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e8e8e8));
    background-image: linear-gradient(180deg, #fff 0, #e8e8e8 100%)
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.col.reverse,
.row.reverse {
    -webkit-box-direction: reverse
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 49rem
    }

    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:64em) {
    .container {
        width: 65rem
    }

    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 82.25rem
    }

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

#scroll-top,
.text-center,
.top-info ul li {
    text-align: center
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

#scroll-top,
.overlay {
    visibility: hidden;
    opacity: 0
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    z-index: 6;
    width: 100%;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.panel {
    z-index: 9999;
    position: fixed;
    right: -15.625em;
    width: 15.625em;
    background-color: #f7f9fb;
    overflow-y: auto
}

.panel .subHeading {
    background-color: #262a2c;
    padding: 90px 0 20px 20px
}

.panel .subHeading p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

.panel ul {
    margin: 0;
    padding: 15px 20px
}

.panel ul li {
    width: 100%;
    font-weight: 400;
    line-height: 30px;
    padding-top: 10px
}

.panel ul li a {
    font-size: 14px;
    white-space: nowrap;
    color: #727f88;
    -webkit-transition: color .2s;
    transition: color .2s
}

.minllax {
    position: relative;
    z-index: auto !important
}

#scroll-top::after,
.minllax > .minllax-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.minllax > .minllax-img {
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

#map {
    height: 400px
}

#scroll-top {
    position: fixed !important;
    right: 25px;
    bottom: -50px;
    display: block;
    line-height: 38px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    outline: 0;
    text-decoration: none;
    -webkit-transition: ease all .5s;
    transition: ease all .5s
}

#scroll-top::before {
    border-radius: 3px;
    content: "";
    background-color: #000;
    -webkit-transition: all ease .238s;
    transition: all ease .238s
}

#scroll-top:hover::before {
    background-color: #414141
}

#scroll-top::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all ease .238s;
    transition: all ease .238s
}

.navbar .nav-cta a,
.navbar .navbar-menu ul.navigation li a {
    font-family: "Gotham Rounded";
    text-transform: uppercase;
    text-decoration: none
}

#scroll-top.show {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
    background-color: #111;
    border-radius: 5px
}

.hide {
    opacity: 0;
    visibility: hidden
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999999999;
    -webkit-transition: ease all .5s;
    transition: ease all .5s
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.top-info {
    padding: 1rem 0;
    border-bottom: 1px solid #f2f2f2
}

.top-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-info ul li {
    margin-right: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.top-info ul li.facebook {
    background-color: #3b5998
}

.top-info ul li.twitter {
    background-color: #1dcaff
}

.top-info ul li.google {
    background-color: #df4b37
}

.top-info ul li.instagram {
    background-color: #fbad50
}

.top-info ul i {
    font-size: 15px;
    color: #fff;
    padding: 6px
}

.top-info ul li:hover {
    opacity: .8;
    -webkit-box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16);
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16)
}

.top-info p {
    display: inline-block;
    margin-right: 2.5rem
}

.top-info p i {
    margin-right: .5rem
}

[canvas=container] {
    width: 100%;
    height: 100%
}

[canvas=container]:after,
[canvas=container]:before {
    clear: both;
    content: '';
    display: table
}

[off-canvas] {
    display: none;
    position: fixed;
    background-color: #000;
    color: #fff;
    padding: 10px 20px
}

[off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0
}

[off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: -256px
}

[off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0
}

[off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0
}

[off-canvas*=overlay] {
    z-index: 9999
}

[canvas],
[off-canvas] {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden
}

[off-canvas*=shift][off-canvas*=top] {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

[off-canvas*=shift][off-canvas*=right] {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

[off-canvas*=shift][off-canvas*=bottom] {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

[off-canvas*=shift][off-canvas*=left] {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

@media print {
    [canvas] {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }

    [off-canvas] {
        display: none !important
    }
}

section.content {
    padding: 80px 0
}

.main-not-found {
    border-top: 1px solid #eee;
    padding: 150px 0
}

.img_404 {
    max-width: 250px
}

.not_found_btn:active,
.not_found_btn:link,
.not_found_btn:visited {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.not_found_btn:hover {
    background-color: #3a3a3a;
    color: #fff
}

.top-overlay,
.top-overlay2 {
    -webkit-box-shadow: 40px 30px 99px rgba(0, 0, 0, .08);
    box-shadow: 40px 30px 99px rgba(0, 0, 0, .08);
    background-color: #fff;
    opacity: .32;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    width: 130%;
    position: absolute
}

.top-overlay {
    height: 1092px;
    top: -910px;
    left: -210px;
    border: 1px solid rgba(0, 0, 0, .09);
    z-index: 9
}

.top-overlay2 {
    height: 900px;
    border: 1px solid rgba(0, 0, 0, .04);
    top: 0;
    left: -180px;
    z-index: 8
}

.top-overlay3 {
    width: 130%;
    height: 860px;
    position: absolute;
    -webkit-box-shadow: 10px 30px 99px rgba(0, 0, 0, .08);
    box-shadow: 10px 30px 99px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .04);
    background-color: #fff;
    opacity: .16;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    top: 800px;
    left: -180px;
    z-index: 7
}

.top-overlay4,
.top-overlay5 {
    width: 130%;
    -webkit-box-shadow: 40px 30px 99px rgba(0, 0, 0, .08);
    box-shadow: 40px 30px 99px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .04);
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    left: -180px
}

.top-overlay4 {
    height: 600px;
    opacity: .16;
    top: 3000px;
    z-index: 6
}

.top-overlay5 {
    height: 300px;
    opacity: .2;
    top: 4400px;
    z-index: 5
}

.clearfix {
    clear: both
}

.wrap {
    z-index: 10
}

.article_content > .container {
    width: 100%
}

.navbar {
    padding: 15px 0
}

.navbar .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative
}

.navbar .navbar-brand,
.navbar .navbar-menu {
    display: inline-block
}

.navbar .nav-cta {
    float: right;
    position: relative;
    top: 16px
}

.navbar .nav-cta a {
    position: relative;
    border-radius: 4px;
    background-color: #2d00f1;
    padding: 15px 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .7px;
    margin-top: 15px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.navbar .nav-cta a:hover {
    background-color: #2600cb;
    -webkit-box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16);
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16)
}

.navbar .navbar-menu {
    float: none;
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navbar .navbar-menu ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:992px) {
    .navbar .navbar-menu ul.navigation {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

.navbar .navbar-menu ul.navigation li {
    display: inline-block;
    float: left;
    font-weight: 400;
    position: relative;
    margin-right: 30px
}

.navbar .navbar-menu ul.navigation li a {
    padding: 20px 10px;
    display: block;
    outline: 0;
    color: #3f4252;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .84px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.navbar .navbar-menu ul.navigation li ul {
    position: absolute;
    top: 91px;
    background-color: #fff;
    margin: 0;
    width: auto;
    padding: 30px;
    z-index: 9;
    -webkit-box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16);
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.navbar .navbar-menu ul.navigation li ul li {
    display: block;
    float: none
}

.navbar .navbar-menu ul.navigation li ul li a {
    padding: 10px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    position: relative
}

.navbar .navbar-menu ul.navigation li ul li a::after {
    content: '';
    display: block;
    margin-top: 4px;
    width: 0;
    height: 1px;
    background-color: #444;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.navbar .navbar-menu ul.navigation li ul li a:hover::after {
    width: 30px
}

.navbar .navbar-menu ul.navigation li ul li:last-child > a {
    padding-right: 10px
}

.navbar .navbar-menu ul.navigation li:hover a {
    color: #2a0dea
}

.navbar .navbar-menu ul.navigation li:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.navbar .navbar-menu ul.navigation li.menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
    padding-left: 8px
}

.main-page h1,
.main-page h2 {
    font-family: Open Sans
}

.navbar .navbar-menu ul.navigation li:last-child > a {
    padding-right: 0
}

.navbar .navbar-menu .hamburger {
    width: 24px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: -webkit-transform 330ms ease-out;
    transition: -webkit-transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
    position: absolute;
    top: 36px;
    right: 0
}

@media (min-width:992px) {
    .navbar .navbar-menu .hamburger {
        opacity: 0;
        visibility: hidden;
    }
}

.navbar .navbar-menu .hamburger.open {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar .navbar-menu .hamburger.open .line-menu.start {
    -webkit-transform: rotate(-90deg) translateX(3px) translateY(-12.5px);
    transform: rotate(-90deg) translateX(3px) translateY(-12.5px)
}

.navbar .navbar-menu .hamburger.open .line-menu.end {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
    opacity: 0;
}

.navbar .navbar-menu .line-menu {
    background-color: #444;
    border-radius: 5px;
    width: 100%;
    height: 2px
}

.navbar .navbar-menu .line-menu.half {
    width: 50%
}

.navbar .navbar-menu .line-menu.start {
    -webkit-transition: -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transition: -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
    -webkit-transform-origin: right;
    transform-origin: right
}

.navbar .navbar-menu .line-menu.end {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transition: -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57);
    transition: transform 330ms cubic-bezier(.54, -.81, .57, .57), -webkit-transform 330ms cubic-bezier(.54, -.81, .57, .57);
    -webkit-transform-origin: left;
    transform-origin: left
}

.navbar .navbar-brand {
    margin-top: 14px
}

.navbar .navbar-brand .navbar-item {
    position: relative
}

.navbar .navbar-brand img {
    height: auto
}

#menu li a {
    text-decoration: none;
    font-size: 16px
}

#menu li.page_item_has_children ul li:first-child {
    padding-top: 0
}

.main-page {
    padding: 30px 0 60px
}

.main-page h1 {
    color: #3f4252;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 40px
}

.main-page h1 span {
    color: #5ad0c1
}

.main-page h2 {
    color: #3f4252;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .84px;
    margin: 20px 0;
    margin-bottom: 30px;
}

.main-page h2 span {
    color: #3f4252
}

.right-side h2 span {
	color:#07bea7
}

.main-page .news_block {
    width: 100%;
    min-height: 200px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .03);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .03);
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: ease all .6s;
    transition: ease all .6s;
    margin-bottom: 20px
}

.main-page .news_block:hover {
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .15)
}

.main-page .news_block:hover .inside_img {}

.main-page .news_block a {
    text-decoration: none
}

.main-page .news_block .row {
    height: 100%;
    margin: 0
}

.main-page .news_block .row > div {
    padding: 0;
    height: auto;
    min-height: 200px;
}

.main-page .news_block_img {
    overflow: hidden;
    position: relative
}

.main-page .news_block_img .inside_img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: ease all .6s;
    transition: ease all .6s;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-page .news_block_img .inside_img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-page .news_block_img,
.main-page .news_block_info {
    height: 100%
}

.main-page .news_block .new_info_inside {
    padding: 35px;
    position: relative;
    height: 100%
}

.main-page .news_block .new_info_inside_subcategory {
    color: #07bea7;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .77px;
    text-transform: uppercase;
    margin-bottom: 11px
}

.main-page .news_block .new_info_inside_subcategory a {
    color: #07bea7;
    -webkit-transition: ease all .4s;
    transition: ease all .4s
}

.main-page .news_block .new_info_inside_subcategory a:hover {
    color: #047466
}

.main-page .news_block .new_info_inside h2 {
    color: #3f4252;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .88px
}

.main-page .news_block .new_info_inside h2 a {
    color: #3f4252;
    -webkit-transition: ease all .4s;
    transition: ease all .4s
}

.main-page .news_block .new_info_inside h2 a:hover {
    color: #000
}

.main-page .news_block .new_info_inside .news_bottom_info {
    position: absolute;
    bottom: 35px;
    left: 35px
}

.main-page .news_block .new_info_inside .news_bottom_info ul {
    list-style: none
}

.main-page .news_block .new_info_inside .news_bottom_info ul li {
    display: inline-block;
    color: #3f4252;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .7px;
    margin-right: 20px
}

.main-page .news_block .new_info_inside .news_bottom_info ul li i {
    font-size: 12px;
    position: relative;
    top: 2.5px;
    margin-right: 4px;
    color: #c0c3d1
}

.main-page .category_news li a,
.main-page .featured_box_info p {
    color: #3f4252;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .64px
}

.main-page .featured_box {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
    -webkit-transition: ease all .6s;
    transition: ease all .6s
}

.main-page .featured_box:hover {
    -webkit-box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16);
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .16)
}

.main-page .featured_box:hover .featured_box_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.main-page .featured_box:hover span {
    right: 8px
}

.main-page .featured_box_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: ease all .6s;
    transition: ease all .6s
}

.main-page .featured_box_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, .94)
}

.main-page .featured_box_info span {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(-50%, -50%) perspective(1px);
    transform: translate(-50%, -50%) perspective(1px);
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-page .right-side {
    padding-left: 15px
}

.main-page .banner {
    width: 100%;
    height: 376px;
    background-color: #ddd
}

.main-page .category_news {
    list-style: none;
    margin-bottom: 20px;
    margin-top: -15px
}

.main-page .category_news li {
    display: block;
    padding: 15px 0;
    position: relative
}

.main-page .category_news li:not(:last-child) {
    border-bottom: 2px solid #3f42521a
}

.main-page .category_news li img {
    position: absolute;
    top: 18px;
    right: 0
}

.main-page .category_news li a {
    max-width: 270px;
    text-decoration: none;
    display: block;
    -webkit-transition: ease all .4s;
    transition: ease all .4s
}

[class*=icon-]:before,
[class*=casino-]:before {
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.main-page .category_news li a:hover {
    color: #2d00f1
}

@font-face {
    font-family: ico;
    font-display: swap;
    src: url(../fonts/ico.eot);
    src: url(../fonts/ico.eot?#iefix) format("embedded-opentype"), url(../fonts/ico.woff) format("woff"), url(../fonts/ico.ttf) format("truetype"), url(../fonts/ico.svg#ico) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]:before {
    display: inline-block;
    font-family: ico
}

.icon-check:before {
    content: '\0041'
}

.icon-check_list:before {
    content: '\0043'
}

.icon-twitter:before {
    content: '\0044'
}

.icon-telegram:before {
    content: '\0045'
}

.icon-facebook:before {
    content: '\0046'
}

.icon-heart:before {
    content: '\0049'
}

.icon-look:before {
    content: '\004a'
}

.icon-comment:before {
    content: '\004b'
}

@font-face {
    font-family: casino;
    font-display: swap;
    src: url(../fonts/casino.eot);
    src: url(../fonts/casino.eot?#iefix) format("embedded-opentype"), url(../fonts/casino.woff) format("woff"), url(../fonts/casino.ttf) format("truetype"), url(../fonts/casino.svg#casino) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=casino-]:before {
    display: inline-block;
    font-family: casino;
    line-height: 1
}

.casino-star:before {
    content: '\0041'
}

.casino-accept:before {
    content: '\0042'
}

.small_title {
    color: #07bea7;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .77px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.small_title a,
.small_title a:active,
.small_title a:focus,
.small_title a:link,
.small_title a:visited {
    color: #07bea7;
    text-decoration: none;
    -webkit-transition: ease all .4s;
    transition: ease all .4s
}

.small_title a:active:hover,
.small_title a:focus:hover,
.small_title a:hover,
.small_title a:link:hover,
.small_title a:visited:hover {
    color: #047466
}

.article_content h2,
.article_top_info ul li {
    color: #3f4252;
    font-family: Open Sans;
    font-weight: 600
}

.article_title {
    display: inline-block;
    max-width: 80%;
    margin-bottom: 26px !important
}

.article_top_info {
    float: right;
    position: relative;
    top: 14px
}

.article_top_info ul {
    list-style: none
}

.article_top_info ul li {
    display: inline-block;
    margin-left: 14px;
    font-size: 13px;
    letter-spacing: .91px
}

.article_top_info ul li i {
    position: relative;
    top: 2px;
    margin-right: 4px;
    color: #c0c3d1
}

.article_main_picture {
    width: 100%;
    height: 311px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 40px
}

.article_content {
    padding-right: 20px
}

.article_content h2 {
    font-size: 26px;
    letter-spacing: 1.04px;
    margin: 20px 0;
    text-transform: none
}

.article_content h3,
.article_content h4 {
    color: #3f4252;
    font-weight: 600;
    margin: 30px 0 16px;
    text-transform: none;
    font-family: Open Sans
}

.article_content h3 {
    font-size: 22px;
    letter-spacing: .88px
}

.article_content h4 {
    font-size: 20px;
    letter-spacing: .8px
}

.article_content p {
    color: #2c2c2c;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 180%;
    margin-bottom: 16px
}

.article_content p.bigger {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .64px;
    text-transform: uppercase
}

.article_content p.text_bigger {
    color: #2c2c2c;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 26px
}

.article_content ol,
.article_content ol li {
	color: #2c2c2c;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .56px;
	margin-bottom: 16px;
}

.article_content ol { counter-reset: item; }
.article_content ol li { display: block; }
.article_content ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #2d00f1;
	font-weight:600;
}


.postTableOfContents ol li span {
	color: #2c2c2c;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .56px;
	line-height: 24px;
	padding-left: 15px;
	display: block;
}

.postTableOfContents ol li {
	color: #2d00f1;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .64px;
	font-family: Open Sans;
	display:list-item;
	counter-reset:unset;
}
.postTableOfContents ol li:before {
	content:none;
}

.article_content .smaller_background {
    width: 100%;
    height: 250px
}

.article_content ol {
    margin-left: 15px;
    margin-bottom: 35px
}

.article_content ol li span {
    color: #2c2c2c;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 24px;
    padding-left: 15px;
    display: block
}

.article_content ol li b {
    color: #2d00f1;
    font-weight: 600;
    font-style: italic
}

.article_content .wpb_wrapper ul {
    padding: 10px 0 24px;
    list-style: none
}

.article_content .wpb_wrapper ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .56px
}

.article_content .wpb_wrapper ul li::before {
    content: '\0043';
    font-family: ico;
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    color: #07bea7
}

.article_content .expert {
    padding-left: 30px;
    padding-bottom: 64px
}

.article_content .expert__text {
    padding: 35px 22px 26px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    margin: 20px 0
}

.article_content .expert__text p {
    color: #2c2c2c;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 32px;
    text-align: right;
    margin-bottom: 0
}

.article_content .bitcoin__top p,
.article_content .expert__info-name p.name,
.article_content .expert__info-name p.work {
    font-weight: 600;
    font-family: Open Sans
}

.article_content .expert__info {
    position: relative
}

.article_content .expert__info-name {
    position: absolute;
    right: 66px;
    top: 8px;
    text-align: right
}

.article_content .expert__info-name p.name {
    color: #141313;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0
}

.article_content .expert__info-name p.work {
    color: #2d00f1;
    font-size: 11px;
    letter-spacing: .22px;
    line-height: 26px;
    text-transform: uppercase
}

.article_content .expert__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%
}

.article_content img {
/*   
 width: 100%;
margin: 20px 0
*/
    display: block;
}

.article_content .bitcoin {
    width: 100%;
    position: relative;
    margin: 30px 0
}

.article_content .bitcoin .c-1,
.article_content .bitcoin .c-2,
.article_content .bitcoin .c-3,
.article_content .bitcoin .c-4 {
    display: inline-block;
    float: left;
    position: relative
}

.article_content .bitcoin .c-1,
.article_content .bitcoin .c-2,
.article_content .bitcoin .c-4 {
    width: 23%
}

.article_content .bitcoin .c-3 {
    width: 31%
}

.article_content .bitcoin__top {
    border-radius: 4px 4px 0 0;
    background-color: #2d00f1
}

.article_content .bitcoin__top p {
    text-align: center;
    color: #fff;
    font-size: 10px;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin: 7px 0
}

.article_content .bitcoin__casino ol.casino_list {
    list-style: none;
    padding: 0
}

.article_content .bitcoin__casino ol.casino_list > li {
    display: block;
    background-color: #fff;
    position: relative;
    padding: 0
}

.article_content .bitcoin__casino ol.casino_list > li::before {
    display: none
}

.article_content .bitcoin__casino ol.casino_list > li:not(:last-child) {
    border-bottom: 1px solid rgba(138, 143, 163, .2)
}

.article_content .bitcoin__casino ol.casino_list > li .c-1 {
    padding: 16px 0 16px 40px;
    text-align: center
}

.article_content .bitcoin__casino ol.casino_list > li .c-1 img {
    margin: 5px auto;
    width: auto;
    max-height: 50px;
}

.article_content .bitcoin__casino ol.casino_list > li .c-2 {
    padding: 16px 0;
    text-align: center
}

.article_content .bitcoin__casino ol.casino_list > li .c-2 p {
    margin: 0
}

.article_content .bitcoin__casino ol.casino_list > li .c-2 p.top_p {
    padding-top: 6px;
    margin-bottom: 2px
}

.article_content .bitcoin__casino ol.casino_list > li .c-2 p.bottom_p,
.article_content .bitcoin__casino ol.casino_list > li .c-2 p.top_p {
    color: #3f4252;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    text-transform: uppercase
}

.article_content .bitcoin__casino ol.casino_list > li .c-2 p.bottom_p {
    margin-top: 2px
}

.article_content .bitcoin__casino ol.casino_list > li .c-2 p.middle_p {
    color: #3f4252;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .8px;
    line-height: 23px
}

.article_content .bitcoin__casino ol.casino_list > li .c-3 {
    padding: 20px 0 14px 20px
}

.article_content .bitcoin__casino ol.casino_list > li .c-3 .casino_features {
    list-style: none;
    padding: 0
}

.article_content .bitcoin__casino ol.casino_list > li .c-3 .casino_features li {
    display: block;
    text-align: left;
    color: #3f4252;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding: 0 0 0 25px;
    position: relative
}

.article_content .bitcoin__casino ol.casino_list > li .c-3 .casino_features li:not(:last-child) {
    margin-bottom: 2px
}

.article_content .bitcoin__casino ol.casino_list > li .c-3 .casino_features li::before {
    content: '\0042';
    font-family: casino;
    position: absolute;
    top: 0;
    left: 0;
    color: #07bea7
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 {
    padding: 20px 20px 0;
    text-align: center
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 .cta-btn {
    color: #fff;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .84px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04);
    border-radius: 4px;
    background-color: #07bea7;
    text-decoration: none;
    margin-bottom: 6px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 .cta-btn:hover {
    background-color: #06a591
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 .simple-btn {
    color: #2d00f1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .84px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 .simple-btn:hover {
    color: #100058
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 .simple-btn img {
    display: inline-block;
    width: 7px;
    margin: 0 0 0 4px
}

.article_content .bitcoin__casino ol.casino_list > li .c-4 p {
    color: #3f4252;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 23px;
    opacity: .43
}

.article_content .bitcoin__casino ol {
    margin-left: 0;
}

.article_content .bitcoin__casino ol li {
    margin: 0 !important;
}

.article_content .bitcoin__casino ol li p {
    padding: 0;
}

.article_content .bitcoin__casino--stars {
    font-size: 13px;
    color: #ffce00
}

.article_content .bitcoin__casino--rating {
    position: absolute;
    top: 50px;
    left: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #fff;
    border-radius: 100%;
    line-height: 42px;
    text-align: center;
    color: #3f4252;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .8px
}

.article_content .bitcoin__casino--rating.without-background {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    left: 12px
}

.article_content .article_box {
    margin: 30px 0;
    padding: 40px 45px;
    border-radius: 4px;
    background-image: linear-gradient(134deg, #0082ed 0, #381cb5 100%);
    opacity: .78;
    text-align: center;
    color: #fff
}

.article_content .article_box__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .8px
}

.article_content .article_box__content {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .56px;
    line-height: 24px
}

.article_content .article_box.with_border {
    padding: 14px
}

.article_content .article_box.with_border .article_box__warpper {
    padding: 30px;
    background-color: #fff;
    border-radius: 4px
}

.article_content .article_box.with_border .article_box__warpper .article_box__content,
.article_content .article_box.with_border .article_box__warpper .article_box__title {
    color: #2c2c2c
}

.heateor_sss_horizontal_sharing .heateorSssSharingRound i {
    border-radius: 0 !important;
    background-color: transparent !important
}

.heateor_sss_sharing_container img {
    width: 18px;
    position: relative;
    top: 4px
}

.heateor_sss_sharing_container {
    position: relative;
    margin-top: 30px
}

.heateor_sss_sharing_title {
    color: #3f4252;
    font-family: "Gotham Rounded";
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .77px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 140px
}

.heateor_sss_sharing_ul li:nth-child(2) {
    margin-left: 90px !important
}

footer {
    padding: 60px 0;
    -webkit-box-shadow: 40px 30px 99px rgba(0, 0, 0, .08);
    box-shadow: 40px 30px 99px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .04);
    background-color: #262333
}

footer h3 {
    color: #fff;
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.12px;
    margin-bottom: 15px
}

footer p.bigger {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .72px;
    line-height: 24px
}

footer form input[type=text],
footer form input[type=submit] {
    font-size: 12px;
    letter-spacing: .84px;
    height: 48px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .04);
    font-family: Open Sans
}

footer form {
    margin-top: 26px;
    z-index: 9;
    position: relative
}

footer form input[type=text] {
    color: #c0c3d1;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    width: 60%;
    padding-left: 15px
}

footer form input[type=submit] {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #07bea7;
    border: 1px solid #07bea7;
    width: 35%;
    margin-left: 4%;
    position: relative;
    top: 1px;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

footer form input[type=submit]:hover {
    border: 1px solid #069885;
    background-color: #069885
}

footer .top-row {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    position: relative
}

footer .top-row img.footer_layer {
    position: absolute;
    top: 26%;
    left: 57%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 140px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

footer .bottom-row {
    margin-top: 20px
}

footer .bottom-row img {
    margin-bottom: 10px
}

footer .bottom-row p {
    color: #fff;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .56px;
    line-height: 22px
}

footer .bottom-row .footer_menu {
    display: inline-block;
    list-style: none
}

footer .bottom-row .footer_menu:first-child {
    margin-right: 30px
}

footer .bottom-row .footer_menu li {
    margin-bottom: 12px
}

footer .bottom-row .footer_menu li a {
    color: #fff;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .84px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 1px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    border-bottom: 1px solid transparent
}

footer .bottom-row .footer_menu li a:hover {
    border-bottom: 1px solid #fff
}

footer .bottom-row .social_menu {
    list-style: none;
    position: relative;
    top: 6px
}

footer .bottom-row .social_menu li {
    display: inline-block;
    margin-left: 12px
}

footer .bottom-row .social_menu li a {
    display: block;
    width: 39px;
    height: 39px;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 100%;
    position: relative;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

footer .bottom-row .social_menu li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

footer .bottom-row .social_menu li a:hover {
    background-color: #fff
}

footer .bottom-row .social_menu li a:hover i {
    color: #2d00f1
}

.widget h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.widget .search-form {
    position: relative
}

.widget .search-form input[type=search] {
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 14px
}

.widget .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 16px;
    font-size: 14px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.widget .search-form .search-submit:hover {
    background-color: #555;
    color: #fff;
    cursor: pointer
}

.widget_recent_entries ul {
    list-style: none
}

.widget_recent_entries ul li {
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.widget_recent_entries ul li:hover img {
    opacity: 1
}

.widget_recent_entries ul li img {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: .7;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.widget_recent_entries ul li .full-small-post {
    padding-left: 100px;
    min-height: 90px
}

.widget_recent_entries ul li .full-small-post a {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.widget_recent_entries ul li .full-small-post a:hover {
    color: #555
}

.widget_recent_entries ul li .full-small-post p {
    display: inline-block;
    font-size: 15px
}

.form-in-not-found {
    margin-top: 25px
}

.form-in-not-found .search-field {
    padding: 10px 15px
}

.form-in-not-found .search-submit {
    position: relative;
    top: -1px;
    padding: 13px 17px;
    border: 0;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.form-in-not-found .search-submit:hover {
    background-color: #555;
    color: #fff
}