* {
    font-family: "Arial,sans-serif"
}

picture, .img-cont {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    float: right
}

    picture:after, .img-cont:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    picture img, .img-cont img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

a {
    text-decoration: none;
    transition: all .3s ease 0s;
    color: #000
}

    a:hover {
        color: #dd0000
    }

.bg-gradient {
    background: #26aad2;
    background: linear-gradient(to bottom, #26aad2 0%, #01789d 100%)
}

.swiper-button-next, .swiper-button-prev {
    color: #212121 !important
}

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

.hide {
    display: none
}

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

svg.icon {
    width: 14px;
    height: 14px;
    max-width: 100%;
    max-height: 100%;
    transition: all .35s
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.hide, .d-none {
    display: none
}

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

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

h1, h2, h3, h4, h5 {
    margin: 0
}

body {
    margin: 0;
    padding: 0;
    background: #fff
}

button {
    outline: 0;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer
}

    button:hover, button:focus {
        outline: 0
    }

    button.btn-primary {
        background: #212121;
        color: #fff
    }

        button.btn-primary:hover {
            background: #dd0000;
            color: #fff
        }

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #909090;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2)
}

    .row > * {
        box-sizing: border-box;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y)
    }

.col {
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .d-inline {
        display: inline !important
    }

    .d-inline-block {
        display: inline-block !important
    }

    .d-block {
        display: block !important
    }

    .d-grid {
        display: grid !important
    }

    .d-table {
        display: table !important
    }

    .d-table-row {
        display: table-row !important
    }

    .d-table-cell {
        display: table-cell !important
    }

    .d-flex {
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-inline-flex {
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }

    .d-none {
        display: none !important
    }

    .flex-fill {
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-row {
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-column {
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-grow-0 {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-grow-1 {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-start {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-end {
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-center {
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-between {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .justify-content-evenly {
        -webkit-justify-content: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-start {
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-end {
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-center {
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-baseline {
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-stretch {
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

html.pushbar_locked {
    overflow: hidden;
    touch-action: none
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.pushbar_overlay {
    z-index: -999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity .5s ease;
    opacity: 0;
    background: #3c3442
}

html.pushbar_locked .pushbar_overlay {
    opacity: .8;
    z-index: 999
}

[data-pushbar-id] {
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    will-change: transform;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background: #fff
}

[data-pushbar-direction=left][data-pushbar-id], [data-pushbar-direction=right][data-pushbar-id] {
    top: 0;
    width: 256px;
    max-width: 100%;
    height: 100%
}

[data-pushbar-direction=top][data-pushbar-id], [data-pushbar-direction=bottom][data-pushbar-id] {
    left: 0;
    width: 100%;
    min-height: 150px
}

[data-pushbar-direction=left][data-pushbar-id] {
    left: 0;
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%)
}

[data-pushbar-direction=right][data-pushbar-id] {
    right: 0;
    -webkit-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%)
}

[data-pushbar-direction=top][data-pushbar-id] {
    top: 0;
    -webkit-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%)
}

[data-pushbar-direction=bottom][data-pushbar-id] {
    bottom: 0;
    -webkit-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%)
}

[data-pushbar-id].opened {
    display: block;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important
}

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

@media(min-width: 1300px) {
    .container {
        max-width: 1286px
    }
}

@-moz-document url-prefix() {
    .container .row {
        float: right;
        width: calc(100% + 22px)
    }
}

.container .right-col {
    width: 100%
}

@media(min-width: 960px) {
    .container .right-col {
        width: calc(100% - 410px)
    }
}

@media(min-width: 1500px) {
    .container .right-col {
        width: calc(100% - 410px)
    }
}

.container .left-col {
    width: 100%
}

@media(min-width: 960px) {
    .container .left-col {
        width: 410px
    }
}

.nav-side-menu {
    content-visibility: auto;
    float: right;
    width: 100%;
    height: 100%;
    background: #18191a;
    padding: 15px
}

    .nav-side-menu .brand {
        width: 100%;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        float: right;
        height: 50px;
        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
        display: block
    }

        .nav-side-menu .brand img {
            height: 100%;
            width: auto;
            display: inline-block
        }

        .nav-side-menu .brand .close {
            position: absolute;
            width: 38px;
            height: 38px;
            top: 10px;
            left: 10px;
            border: 4px solid #18191a;
            border-radius: 50%;
            background: #212121
        }

            .nav-side-menu .brand .close .icon {
                width: 38px;
                height: 38px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                fill: #fff
            }

            .nav-side-menu .brand .close:hover {
                background: #dd0000
            }

                .nav-side-menu .brand .close:hover .icon {
                    fill: #fff
                }

    .nav-side-menu .menu-list {
        height: calc(100% - 120px);
        overflow: scroll;
        float: right;
        width: 100%;
        background: #242526;
        border-radius: 10px;
        margin-bottom: 10px;
        -webkit-overflow-scrolling: touch
    }

        .nav-side-menu .menu-list .nav {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            padding-right: 0;
            padding: 0;
            margin: 0
        }

            .nav-side-menu .menu-list .nav .nav-item {
                border-bottom: 1px solid #2f3031;
                position: relative;
                transition: all .35s;
                float: right;
                width: 100%;
                color: #fff
            }

                .nav-side-menu .menu-list .nav .nav-item.dropdown-menu {
                    height: 0;
                    overflow: hidden;
                    opacity: 0;
                    border-bottom: 1px solid #dd0000;
                    background: #f4f4f4;
                    transition: all .3s;
                    padding-right: 10px
                }

                    .nav-side-menu .menu-list .nav .nav-item.dropdown-menu .nav-item {
                        border-bottom: 1px solid #fff
                    }

                    .nav-side-menu .menu-list .nav .nav-item.dropdown-menu.show {
                        height: auto;
                        opacity: 1
                    }

                .nav-side-menu .menu-list .nav .nav-item.active a {
                    background: #f4f4f4
                }

                .nav-side-menu .menu-list .nav .nav-item a {
                    display: block;
                    float: right;
                    width: 100%;
                    color: #fff;
                    font-weight: 700;
                    font-size: 16px;
                    font-size: 1.2rem;
                    padding: 9px 10px 9px 0;
                    position: relative
                }

                    .nav-side-menu .menu-list .nav .nav-item a:after {
                        content: "";
                        right: 0;
                        top: 0;
                        height: 100%;
                        width: 0;
                        position: absolute;
                        background: linear-gradient(to right, #dd0000 0%, #212121 100%);
                        transition: all .6s ease-in;
                        z-index: -1
                    }

                    .nav-side-menu .menu-list .nav .nav-item a .icon {
                        fill: #dd0000;
                        height: 11px;
                        position: relative;
                        text-align: left;
                        line-height: 34px;
                        display: inline-block;
                        width: 20px
                    }

                    .nav-side-menu .menu-list .nav .nav-item a h2 {
                        display: inline-block;
                        width: calc(100% - 26px);
                        margin: 0 !important;
                        font-size: inherit !important;
                        line-height: inherit !important;
                        font-weight: 700;
                        font-weight: inherit !important
                    }

                    .nav-side-menu .menu-list .nav .nav-item a:hover {
                        background: #18191a;
                        color: #fff
                    }

                        .nav-side-menu .menu-list .nav .nav-item a:hover:after {
                            width: 100%
                        }

        .nav-side-menu .menu-list .flex-column {
            -webkit-flex-direction: column !important;
            flex-direction: column !important
        }

    .nav-side-menu .badges {
        margin: 5px 0;
        padding: 0;
        text-align: center
    }

        .nav-side-menu .badges a {
            margin: 0px 0;
            height: 35px
        }

    .nav-side-menu .social {
        text-align: center;
        background: #242526;
        float: right;
        width: 100%;
        border-radius: 10px
    }

        .nav-side-menu .social a {
            margin: 5px;
            width: 36px;
            height: 36px;
            line-height: 36px
        }

.adfull {
    width: 100%;
    margin-bottom: 20px;
    -webkit-justify-content: center;
    justify-content: center
}

    .adfull .cont {
        display: inline-block;
        float: none
    }

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

.adfull {
    float: right;
    width: 100%;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
    margin-bottom: 20px;
    text-align: center;
    position: relative
}

    .adfull.a728 .cont {
        max-width: 728px;
        min-height: 90px
    }

    .adfull.a336 .cont {
        max-width: 336px
    }

    .adfull.a300 .cont {
        max-width: 300px
    }

    .adfull .cont {
        display: inline-block
    }

.stickyL, .stickyR {
    position: fixed;
    top: 60px;
    width: 100%
}

.stick {
    width: 160px;
    height: 600px;
    display: none;
    top: 0 !important
}

@media(min-width: 960px) {
    .stick {
        display: block
    }
}

.stick .sponser {
    width: 160px;
    height: 600px
}

.stick-r {
    margin-right: -170px;
    float: right
}

.stick-l {
    margin-left: -170px;
    float: left;
    height: 600px
}

.cat {
    color: #fff;
    padding: 3px 10px;
    background: #212121 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 33;
    font-weight: bold;
    font-size: 13px
}

.img-cont {
    float: right;
    width: 100%;
    overflow: hidden
}

    .img-cont .icn-cont {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        z-index: 33;
        fill: #fff;
        width: 32px;
        height: 32px;
        background-color: rgba(225,10,26,.3);
        padding: 5px;
        text-align: center
    }

.txt-cont {
    float: right;
    width: 100%;
    padding: 10px
}

    .txt-cont .cat {
        position: relative;
        float: right;
        top: auto;
        right: auto;
        margin-bottom: 10px;
        background: #dd0000
    }

    .txt-cont h3 {
        float: right;
        width: 100%;
        color: #000;
        overflow: hidden;
        font-size: 16px;
        line-height: 23px;
        margin: 0;
        padding: 0;
        height: 69px
    }

    .txt-cont .writer {
        float: right;
        padding: 5px 10px;
        color: #212121;
        font-weight: bold
    }

        .txt-cont .writer .icon {
            fill: orange;
            margin-left: 10px
        }

    .txt-cont .time {
        float: right;
        width: 100%;
        font-size: 12px
    }

        .txt-cont .time .icon {
            width: 15px;
            height: 15px
        }

    .txt-cont p {
        float: right;
        width: 100%;
        font-size: 14px;
        color: #000
    }

.item-li:hover .txt-cont h3, .item-card:hover .txt-cont h3, .item-articles:hover .txt-cont h3 {
    color: #dd0000
}

.item-album {
    float: right;
    width: 100%;
    position: relative
}

    .item-album .pic-cont {
        float: right;
        width: 100%;
        position: relative;
        margin-top: 30px
    }

        .item-album .pic-cont:after {
            content: "";
            display: block;
            padding-top: 75%
        }

        .item-album .pic-cont .img-cont {
            border: 5px solid #fff;
            box-shadow: 0 0 3px 0 rgba(0,0,0,.71);
            z-index: 111;
            position: absolute;
            width: 90%;
            right: 5%;
            transition: all .35s
        }

            .item-album .pic-cont .img-cont:after {
                padding-top: 70%
            }

            .item-album .pic-cont .img-cont:nth-child(3) {
                transform: rotate(-10deg);
                -webkit-transform: rotate(-10deg);
                -moz-transform: rotate(-10deg);
                -o-transform: rotate(-10deg);
                -ms-transform: rotate(-10deg);
                z-index: 2
            }

            .item-album .pic-cont .img-cont:nth-child(2) {
                transform: rotate(10deg);
                -webkit-transform: rotate(10deg);
                -moz-transform: rotate(10deg);
                -o-transform: rotate(10deg);
                -ms-transform: rotate(10deg);
                z-index: 1
            }

    .item-album .txt-cont {
        position: absolute;
        bottom: 30%;
        text-align: center;
        width: 70%;
        right: 15%;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background: rgba(255,255,255,.7);
        z-index: 222;
        transition: all .35s
    }

        .item-album .txt-cont h3 {
            height: auto;
            max-height: 49px
        }

    .item-album:hover .pic-cont .img-cont:nth-child(2) {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg)
    }

    .item-album:hover .pic-cont .img-cont:nth-child(3) {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg)
    }

    .item-album:hover .txt-cont {
        background: rgba(225,10,26,.7)
    }

        .item-album:hover .txt-cont h3 {
            color: #fff
        }

.item-card {
    float: right;
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

    .item-card .img-cont, .item-card picture {
        float: right;
        width: 100%
    }

    .item-card .txt-cont {
        float: right;
        width: 100%;
        border: 1px solid #dcdcdc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 0
    }

.item-bg {
    position: relative;
    margin-bottom: 10px;
    float: right;
    width: 100%
}

    .item-bg .txt-cont {
        position: absolute;
        bottom: 10px;
        right: 0;
        z-index: 2
    }

        .item-bg .txt-cont h3 {
            color: #fff;
            height: auto;
            max-height: 90px
        }

    .item-bg .img-cont::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 70%;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)
    }

.item-li {
    margin-bottom: 10px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #dcdcdc;
    border-right: 0
}

    .item-li .img-cont {
        width: 100px
    }

        .item-li .img-cont:after {
            padding-top: 80%
        }

@media(min-width: 768px)and (max-width: 1199px) {
    .item-li .img-cont {
        width: 120px
    }
}

@media(min-width: 1500px) {
    .item-li .img-cont {
        width: 120px
    }
}

.item-li .txt-cont {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 100px)
}

@media(min-width: 768px)and (max-width: 1199px) {
    .item-li .txt-cont {
        width: calc(100% - 120px)
    }

        .item-li .txt-cont h3 {
            height: 90px
        }
}

@media(min-width: 1500px) {
    .item-li .txt-cont {
        width: calc(100% - 120px)
    }

        .item-li .txt-cont h3 {
            height: 90px
        }
}

@media(max-width: 767px) {
    .to-li-sm {
        padding: 5px 0;
        background: #fff;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
    }

        .to-li-sm .img-cont {
            width: 100px
        }

            .to-li-sm .img-cont:after {
                padding-top: 80%
            }

        .to-li-sm .txt-cont {
            padding-top: 0;
            padding-bottom: 0;
            width: calc(100% - 100px)
        }
}

.articles-wide {
    border-top-right-radius: 38px;
    background: #e2e7ed !important
}

    .articles-wide .title, .articles-wide .foot {
        background: transparent !important
    }

.item-article {
    border-bottom: 1px solid #dcdcdc;
    border-top: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    float: right;
    width: 100%;
    transition: all .35s;
    border-bottom-right-radius: 60px;
    margin-top: 15px;
}

    .item-article:hover {
        background: #f5f5f5
    }

    .item-article .img-cont {
        width: 80px;
        border-radius: 50%;
        margin-top: 10px;
    }

        .item-article .img-cont:after {
            padding-top: 100%
        }

    .item-article .txt-cont {
        width: calc(100% - 80px);
        padding-top: 0
    }

        .item-article .txt-cont .writer {
            float: right;
            width: 100%;
            padding: 0
        }

        .item-article .txt-cont h3 {
            font-size: 15px
        }

header {
    background: #fff;
    float: right;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 20px
}

    header .top {
        width: 100%;
        background: #fff;
        float: right;
        width: 100%;
        background: #24323e;
        display: none
    }

        header .top .social {
            float: left;
            width: auto
        }

        header .top .btn {
            background: #212121;
            color: #fff;
            fill: #fff;
            margin: 0 10px;
            border-radius: 30px;
            font-weight: bold;
            line-height: 20px;
            margin-top: 3px;
            padding: 5px 20px
        }

            header .top .btn:hover {
                background: #393939;
                color: #fff
            }

                header .top .btn:hover svg {
                    fill: #212121 !important
                }

        header .top .date {
            float: right;
            line-height: 36px;
            font-size: 12px;
            color: #fff;
        }

            header .top .date .icon {
                fill: #212121
            }

@media(min-width: 768px) {
    header .top {
        display: block
    }
}

header .search-form {
    float: left;
    line-height: 32px;
    background: #383838;
    transition: all .35s;
    border: 1px solid transparent;
    transition: all .34s ease-in-out;
    border-radius: 24px;
    margin-top: 7px;
}

    header .search-form:hover, header .search-form:focus {
        border: 1px solid #24384a
    }

    header .search-form .form-control {
        background: transparent;
        border: 0;
        outline: 0;
        display: inline-block;
        width: 140px;
        font-weight: normal;
        padding: 0px 12px;
        height: 33px;
        line-height: 33px;
        color:#fff;
    }

::placeholder {  
    color: #cdcdcd;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {  
    color: #cdcdcd;
}

        header .search-form .form-control:hover, header .search-form .form-control:focus {
            border: 0;
            outline: 0
        }

    header .search-form .search-icn {
        display: inline-block;
        border: 0;
        outline: 0;
        width: 40px;
        height: 30px;
    }

        header .search-form .search-icn:hover, header .search-form .search-icn:focus {
            border: 0;
            outline: 0
        }

    header .search-form:hover {
        border: 1px solid #212121;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
    }

header .md {
    background: #fff;
    position: relative;
    display: block;
    float: right;
    width: 100%;
    padding: 20px 0
}



    header .md .container {
        width: 100%
    }

@media(min-width: 1500px) {
    header .md .container {

    }
}

header .md .logo-area {
    display: none
}

    header .md .logo-area .admin {
        margin-top: 0px;
        margin-right: 40px;
        text-align: right
    }

        header .md .logo-area .admin .title {
            margin-bottom: 5px
        }

header .md .adfull {
    width: 100%;
    max-width: 100%
}

@media(min-width: 960px) {
    header .md .logo-area {
        float: right;
        display: block
    }

        header .md .logo-area .logo {
            float: right;
            width: 230px;
            margin-top:12px;
        }

            header .md .logo-area .logo img {
                width: 100%;
                height: auto
            }

        header .md .logo-area .admin {
            margin-top: 0px
        }

    header .md .adfull {
        width: 300px;
        float: left;
        margin: 0
    }
}

header #navbar {
    float: right;
    width: 100%
}

header .navbar {
    float: right;
    width: 100%;
    height: 50px;
    background: #212121;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(max-width: 1199px) {
    header .navbar .container {
        padding: 0
    }
}

@media(min-width: 960px) {
    header .navbar .container {
        width: 100% !important
    }
}

@media(min-width: 1500px) {
    header .navbar .container {

    }
}

header .navbar .nav-item-mobile {
    background: #fff;
    float: right;
    width: 100%;
    height: 50px;
    text-align: center
}

@media(min-width: 960px) {
    header .navbar .nav-item-mobile {
        display: none
    }
}

header .navbar .nav-item-mobile a {
    display: inline-block;
    height: 50px;
    line-height: 33px
}

    header .navbar .nav-item-mobile a:first-child {
        border-left: 1px solid #dcdcdc
    }

    header .navbar .nav-item-mobile a:last-child {
        border-right: 1px solid #dcdcdc
    }

    header .navbar .nav-item-mobile a img {
        height: 100%;
        width: auto
    }

    header .navbar .nav-item-mobile a .icon {
        fill: #fff
    }

    header .navbar .nav-item-mobile a.logo {
        border-radius: 5px
    }

        header .navbar .nav-item-mobile a.logo img {
            float: right;
            height: 50px;
            width: auto
        }

        header .navbar .nav-item-mobile a.logo .admin {
            width: 80px;
            margin-top: 5px
        }

            header .navbar .nav-item-mobile a.logo .admin .name {
                font-size: 12px
            }

            header .navbar .nav-item-mobile a.logo .admin .title {
                font-size: 10px
            }

    header .navbar .nav-item-mobile a.menu {
        float: right;
        display: block;
        width: 50px;
        background: #dd0000;
        color: #fff;
        fill: #fff
    }

        header .navbar .nav-item-mobile a.menu .icon {
            fill: #fff
        }

    header .navbar .nav-item-mobile a.search {
        display: block;
        float: left;
        width: 50px;
        background: #dd0000;
        color: #fff;
        fill: #fff
    }

        header .navbar .nav-item-mobile a.search .icon {
            fill: #fff
        }

header .navbar .navbar-collapse {
    display: none;
    height: 50px
}

    header .navbar .navbar-collapse .logo-area {
        float: right;
        height: 50px;
        padding: 5px;
        display: none;
        background: #fff;
        border: 4px solid #212121;
        border-bottom: 0px;
        border-top-width: 3px;
    }

        header .navbar .navbar-collapse .logo-area .logo {
            height: 100%;
            float: right
        }

            header .navbar .navbar-collapse .logo-area .logo img {
                height: 100%;
                width: auto
            }

        header .navbar .navbar-collapse .logo-area .admin {
            float: right;
            line-height: 32px;
            text-align: right;
            padding-right: 10px;
            padding-top: 3px;
            width: 94px;
            color: #000
        }

            header .navbar .navbar-collapse .logo-area .admin .item {
                margin: 0
            }

            header .navbar .navbar-collapse .logo-area .admin .title {
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 3px
            }

            header .navbar .navbar-collapse .logo-area .admin .name {
                white-space: nowrap;
                font-size: 14px;
                font-weight: bold;
                margin: 0
            }

@media(min-width: 960px) {
    header .navbar .navbar-collapse {
        display: block !important
    }
}

header .navbar .navbar-collapse .navbar-nav {
    display: block;
    float: right;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width: 960px) {
    header .navbar .navbar-collapse .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row;
        height: 50px;
        width: auto
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
    float: right;
    margin: 0
}

    header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link:after {
        opacity: 1
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
        line-height: 40px;
        color: #fff;
        padding: 5px 14px;
        font-weight: bold;
        text-decoration: none !important;
        position: relative;
        white-space: nowrap;
        font-weight: bold
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
            fill: #fff;
            height: 20px;
            width: 30px
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
            content: "";
            opacity: 0;
            height: 2px;
            background: #dd0000;
            position: absolute;
            top: 0px;
            right: 0;
            width: 0;
            transition: all .34s ease
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu .icon {
            display: block
        }

    header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        background: #fff;
        fill: #212121;
        color: #000
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link .icon, header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link .icon {
            fill: #212121
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link:after, header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link:after {
            opacity: 1;
            width: 100%
        }

    header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
        position: relative
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
            transition: all .3s ease .15s;
            display: block;
            visibility: hidden;
            position: absolute !important;
            opacity: 0;
            background: #dd0000;
            border-left: 0;
            border-right: 0;
            margin: 0;
            padding: 0;
            top: 50px;
            z-index: 33;
            min-width:100%;
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
                display: block;
                width: 100%;
                padding: .25rem 1.5rem;
                clear: both;
                font-weight: 400;
                color: #fff;
                text-align: inherit;
                white-space: nowrap;
                background-color: transparent;
                border: 0;
                line-height: 30px;
                font-weight: bold;
                border-bottom: 1px solid #e00
            }

                header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background: #d00
                }

        header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible
        }

header .navbar .navbar-collapse .icon {
    height: 20px;
    fill: #eee;
}

header .navbar .navbar-collapse .social a .icon {
    fill: #fff
}

header .navbar .navbar-collapse .social a:hover {
    background: #dd0000 !important
}

header .navbar .navbar-collapse .left-btns {
    margin-right: auto;
    float: left
}

    header .navbar .navbar-collapse .left-btns .search {
        color: #fff;
        fill: #fff;
        line-height: 36px
    }

        header .navbar .navbar-collapse .left-btns .search .icon {
            fill: #fff
        }

        header .navbar .navbar-collapse .left-btns .search:hover {
            background: #dd0000
        }

.admin {
    float: right;
    width: 120px;
    text-align: center;
    color: #444
}

    .admin .item {
        float: right;
        width: 100%;
        line-height: 14px;
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: lighter;
        margin-top: 30px;
    }

        .admin .item .title {
            max-width: 111px;
            display: inline-block;
            font-weight: bold
        }

        .admin .item .name {
            font-size: 16px;
            font-weight: 700;
            color: #dd0000;
            margin-top: 5px;
            white-space: nowrap;
        }

            .admin .item .name.lg {
                font-size: 24px
            }

.breaking-news {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #24384a
}

#navbar.sticky {
    position: fixed;
    top: 0;
    z-index: 333;
    width: 100%;
    height: 50px
}

    #navbar.sticky .navbar > .container {
        width: 100% !important;
        max-width: 1600px
    }

    #navbar.sticky .logo-area {
        display: block;
        background: #fff
    }

.admin.mobile {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px
}

    .admin.mobile .item {
        width: 150px;
        float: none;
        display: inline-block
    }

@media(min-width: 960px) {
    .admin.mobile {
        display: none
    }
}

.social {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center
}

    .social a {
        display: inline-block;
        -webkit-flex-direction: row;
        flex-direction: row;
        vertical-align: middle;
        margin: 5px;
        width: 20px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        line-height: 29px;
        fill: #fff;
        background: #212121
    }

        .social a:hover {
            background: #dd0000
        }

        .social a.fb {
            background: #3b5998
        }

            .social a.fb:hover {
                color: #fff;
                background: #212121
            }

        .social a.tw {
            background: #1da1f2
        }

            .social a.tw:hover {
                color: #fff;
                background: #212121
            }

        .social a.ins {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
        }

            .social a.ins:hover {
                color: #fff;
                background: #212121
            }

        .social a.yt {
            background: #d32323
        }

            .social a.yt:hover {
                color: #fff;
                background: #212121
            }

        .social a.ws {
            background: #25d366
        }

            .social a.ws:hover {
                color: #fff;
                background: #212121
            }

        .social a.viber {
            background: #8176d6
        }

            .social a.viber:hover {
                color: #fff;
                background: #212121
            }

        .social a.rss {
            background: orange
        }

            .social a.rss:hover {
                color: #fff;
                background: #212121
            }

#searchBx {
    overflow: visible;
    content-visibility: auto;
    border-bottom: 2px solid #dd0000;
    text-align: center
}

    #searchBx .icon {
        display: inline-block;
        height: 20px
    }

    #searchBx label {
        width: 100%;
        text-align: center
    }

    #searchBx .title {
        font-size: 30px;
        float: right;
        width: 100%;
        background: #f5f5f5
    }

@media(max-width: 768px) {
    #searchBx .title {
        font-size: 18px
    }
}

#searchBx .title .icon {
    fill: #dd0000
}

#searchBx .btn {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: bold
}

    #searchBx .btn .icon {
        display: block;
        float: right;
        height: 20px;
        fill: #fff;
        margin-left: 10px
    }

    #searchBx .btn.btn-secondary {
        background: #dcdcdc
    }

        #searchBx .btn.btn-secondary:hover {
            background: #e7e7e7
        }

#searchBx .form-control {
    line-height: 64px;
    margin: 20px 0;
    height: 64px;
    font-size: 30px;
    text-align: center;
    border-radius: 40px;
    color: #000 !important
}

@media(max-width: 768px) {
    #searchBx .form-control {
        margin: 10px 0;
        height: 44px;
        font-size: 20px
    }
}

#searchBx .form-control:focus {
    color: #000;
    outline: 0;
    border-color: #dd0000
}

#searchBx button.close {
    width: 32px;
    height: 32px;
    background: #dd0000;
    position: absolute;
    top: 0;
    right: 0
}

    #searchBx button.close .icon {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        fill: #fff
    }

.bc {
    position: fixed;
    bottom: 0;
    background: #212121;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 32px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width: 768px) {
    .bc {
        line-height: 52px
    }
}

.bc a {
    color: #fff
}

.bc .title {
    width: 100px;
    font-weight: bold;
    float: right;
    background: #9c1711;
    color: #fff;
    font-size: 40px;
    text-align: center
}

@media(max-width: 768px) {
    .bc .title {
        width: 50px;
        font-size: 20px
    }
}

.bc .cont {
    width: calc(100% - 150px);
    float: right;
    overflow: hidden;
    position: relative
}

@media(max-width: 767px) {
    .bc .cont {
        width: calc(100% - 80px)
    }
}

.bc .cont a {
    margin-right: 10px;
    position: relative;
    padding-right: 40px;
    display: inline-block
}

@media(max-width: 767px) {
    .bc .cont a {
        font-size: 16px
    }
}

.bc .cont a:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background-size: contain;
    background: url("../images/favicon/favicon-32x32.png") no-repeat center;
    border-radius: 50%;
    right: 0;
    top: 10px
}

@media(max-width: 767px) {
    .bc .cont a:before {
        top: 0
    }
}

.bc .close {
    float: right;
    width: 50px;
    background: #9c1711;
    text-align: center
}

    .bc .close .icon {
        fill: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px;
        height: 30px
    }

@media(max-width: 767px) {
    .bc .close {
        width: 30px
    }

        .bc .close .icon {
            width: 20px;
            height: 20px
        }
}

.block {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    padding-top: 0
}

    .block .title {
        float: right;
        width: 100%;
        margin-top: 5px;
        position: relative;
    }


        .block .title h2 {
            font-size: 1.1rem;
            color: #000;
            display: inline-block;
            z-index: 23;
            position: relative;
            padding: 0 10px;
            font-weight: lighter
        }

        .block .title .icon {
            position: absolute;
            left: 10px;
            top: 13px;
            fill: #dd0000;
            width: 11px;
            transition: all .35s
        }

            .block .title .icon:hover {
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1)
            }

    .block .cont {
        float: right;
        width: 100%;
        padding-top: 10px
    }

    .block .foot {
        float: right;
        width: 100%;
        border-top: 1px solid #ccc;
        text-align: center;
        transition: all .35s easein
    }

        .block .foot a {
            color: #fff;
            font-weight: bold;
            line-height: 24px;
            padding: 3px 45px;
            display: block;
            font-size: 14px;
            display: inline-block;
            background: #ccc;
        }

        .block .foot:hover {
            border-top-color: #d00
        }

            .block .foot:hover a {
                background: #dd0000
            }

footer {
    float: right;
    width: 100%;
    background: #24323e;
    text-align: center;
    padding:30px;
    content-visibility: auto
}

    footer .top {
        float: right;
        width: 100%;
    }

@media(min-width: 768px) {
    footer .top .logo-area {
        display: inline-block;
        float: right;
        width: auto
    }
}

footer .top .logo-area .logo {
    height: 70px;
    display: block;
    margin: 10px 0
}

    footer .top .logo-area .logo img {
        height: 100%;
        width: auto
    }

footer .top .follow {
    display: inline-block;
    color: #fff;
    width: 100%
}

@media(min-width: 768px) {
    footer .top .follow {
        float: left;
        width: auto;
        margin-top: 20px
    }
}
    footer .top .follow .social a:hover {
        background: #333 !important;
        color: #fff !important;
        fill: #fff !important
    }

footer .fnav {
    text-align: center;
    float: right;
    width: 100%
}

    footer .fnav a {
        margin: 10px;
        display: inline-block;
        white-space: nowrap;
        color: #fff
    }

footer .copy {
    background: #000;
    color: #fff;
    float: right;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    padding: 10px 0;
    direction: ltr;
    line-height: 30px;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center
}


.block .title a {
    background: #dd0000;
    color: #fff;
    /* border-radius: 10px; */
    border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 5px 15px;
    margin-right: 20px;
}

.block .title {
    margin-bottom: 25px;
}


    .block .title::after {
        border-radius: 20px;
        height: 24px;
        content: "";
        display: block;
        background-color: #24323e;
        margin-top: -14px;
    }

.block .title h2 {
    color: #fff;
}

.jeg_post_tags{
    display:none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}


header .top .social a, header .top .social a.ins {
    background: transparent;
    background-color: transparent
}

footer .social a {
    background-color: transparent !important;
    background: transparent !important;
    fill: #a8a8aa !important;
    color: #a8a8aa !important;
}

footer .top .follow {
    margin-top:0px;
}

.navbar-links {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-top: 10px;
}

    .navbar-links > li {
        display: inline-block;
        list-style-type: none;
        font-size: 13px;
    }

        .navbar-links > li a {
            color: #fff;
            padding: 0px 8px;
        }

header .top {
    text-align: center;
}


.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important;
    text-align:center !important;
    padding-right:10px !important;
}

 .txt-cont .txt-cat span,
.topstory .item-bg .txt-cont span {
    display: block;
    background-color: #b00;
    color: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    /* margin: 0px auto; */
}

.txt-cont .txt-cat span {
    margin-bottom:5px;
}
div.txt-up {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    height: auto;
    padding-top: 60px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.01) 100%);
}

    div.txt-up h3 {
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
        height: auto;
        float:none;
    }

.top-story-row .item-card{
    margin-bottom:20px;
}


    .top-story-row .item-card .img-cont:after {
        padding-top: 80.5%;
    }


.card-date{
    height:1px;
    opacity:0;
    transition:all 0.5s;
    color:#fff;
    font-size:12px;
    padding:5px;
    display:block;
}

.top-story-row .item-card:hover .card-date {
    height: 30px;
    opacity: 1;
}


.item-card:hover .img-cont img {
    transform: scale(1.15);
}

.item-card:hover .img-cont img {
    transition: all .35s ease-out;
}

.video-swiper .swiper-button-prev, .video-swiper .swiper-container-rtl .swiper-button-next {
    right: 0px !important;
}


.video-swiper .swiper-button-next, .video-swiper .swiper-container-rtl .swiper-button-prev {
    left: 0px !important;
}


.infograph .item-bg .img-cont:after {

    padding-top:300px !important;
}

.infograph .ts-prv, .infograph .ts-nxt {
    opacity: 0;
}

.infograph:hover .ts-prv, .infograph:hover .ts-nxt {
    opacity: 1;
}

.txt-cont p.date {
    margin-top: -20px;
    font-size: 13px;
    color: #999;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.item-article .writer{
   color: #dd0000;
   text-align:left;
}

.item-article:first-child {
    background: #24323e;
    margin-top: 30px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    margin-bottom: 20px;
}

    .item-article:first-child .img-cont {
        position: absolute;
        /* margin: auto; */
        left: 42%;
        top: 55px;
    }


    .item-article:first-child .txt-cont {
        width: 100%;
        text-align: center;
    }

    .item-article:first-child .txt-cont h3 {
        color: #fff;
        margin-top: 50px;
        height: 30px;
    }

    .item-article:first-child .writer {
        position: absolute;
        right: 20px;
        text-align: right;
        margin-top: 10px;
    }


.video-swiper .icon {
    color: #fff;
    fill: #fff;
    position: absolute;
    z-index: 2;
    left: 42%;
    top: 40%;
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

.topstory .ts-prv, .topstory .ts-nxt{
    transition:all 0.5s;
    opacity:0;
}

.topstory:hover .ts-prv, .topstory:hover .ts-nxt {
    opacity: 1;
}

.video-swiper picture:after, .video-swiper .img-cont:after{
    padding-top:66%;
}

.date-reset {
    margin-top: 0px !important;
    text-align: center;
}