﻿@charset "UTF-8";

.col-lg-1_5,
.col-md-1_5,
.col-sm-1_5,
.col-xs-1_5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1_5 {
    width: calc(20% * 1);
    float: left
}

@media (min-width:480px) {
    .col-sm-1_5 {
        width: calc(20% * 1);
        float: left
    }
}

@media (min-width:992px) {
    .col-md-1_5 {
        width: calc(20% * 1);
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-1_5 {
        width: calc(20% * 1);
        float: left
    }
}

.col-lg-2_5,
.col-md-2_5,
.col-sm-2_5,
.col-xs-2_5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-2_5 {
    width: calc(20% * 2);
    float: left
}

@media (min-width:480px) {
    .col-sm-2_5 {
        width: calc(20% * 2);
        float: left
    }
}

@media (min-width:992px) {
    .col-md-2_5 {
        width: calc(20% * 2);
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-2_5 {
        width: calc(20% * 2);
        float: left
    }
}

.col-lg-3_5,
.col-md-3_5,
.col-sm-3_5,
.col-xs-3_5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-3_5 {
    width: calc(20% * 3);
    float: left
}

@media (min-width:480px) {
    .col-sm-3_5 {
        width: calc(20% * 3);
        float: left
    }
}

@media (min-width:992px) {
    .col-md-3_5 {
        width: calc(20% * 3);
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-3_5 {
        width: calc(20% * 3);
        float: left
    }
}

.col-lg-4_5,
.col-md-4_5,
.col-sm-4_5,
.col-xs-4_5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-4_5 {
    width: calc(20% * 4);
    float: left
}

@media (min-width:480px) {
    .col-sm-4_5 {
        width: calc(20% * 4);
        float: left
    }
}

@media (min-width:992px) {
    .col-md-4_5 {
        width: calc(20% * 4);
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-4_5 {
        width: calc(20% * 4);
        float: left
    }
}

.col-lg-5_5,
.col-md-5_5,
.col-sm-5_5,
.col-xs-5_5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-5_5 {
    width: calc(20% * 5);
    float: left
}

@media (min-width:480px) {
    .col-sm-5_5 {
        width: calc(20% * 5);
        float: left
    }
}

@media (min-width:992px) {
    .col-md-5_5 {
        width: calc(20% * 5);
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-5_5 {
        width: calc(20% * 5);
        float: left
    }
}

.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px
}

.gutter-20>[class^=" col-"],
.gutter-20>[class^=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px
}

.gutter-10>[class^=" col-"],
.gutter-10>[class^=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0
}

.gutter-0>[class^=" col-"],
.gutter-0>[class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.gutter-60.row {
    margin-right: -30px;
    margin-left: -30px
}

.gutter-60>[class^=" col-"],
.gutter-60>[class^=col-] {
    padding-right: 30px;
    padding-left: 30px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("") center center no-repeat
}

@font-face {
    font-family: slick;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.i {
    background: url("sprite.css.svg") no-repeat
}

.i-account {
    background-position: 27.376425855513308% 91.96787148594377%
}

.i-account {
    width: 15px;
    height: 16px
}

.i-arrow-dropdown {
    background-position: 84.01486988847584% 68.84615384615384%
}

.i-arrow-dropdown {
    width: 9px;
    height: 5px
}

.i-arrow-slim-down {
    background-position: 80.21978021978022% 33.72549019607843%
}

.i-arrow-slim-down {
    width: 5px;
    height: 10px
}

.i-arrow-slim-left-light-gray {
    background-position: 7.462686567164179% 93.08943089430895%
}

.i-arrow-slim-left-light-gray {
    width: 10px;
    height: 19px
}

.i-arrow-slim-right-light-gray {
    background-position: 11.194029850746269% 93.08943089430895%
}

.i-arrow-slim-right-light-gray {
    width: 10px;
    height: 19px
}

.i-arrow-slim-up {
    background-position: 80.21978021978022% 25.88235294117647%
}

.i-arrow-slim-up {
    width: 5px;
    height: 10px
}

.i-arrow-thick-down-gray {
    background-position: 87.03703703703704% 68.84615384615384%
}

.i-arrow-thick-down-gray {
    width: 8px;
    height: 5px
}

.i-arrow-thick-down-gray-darker {
    background-position: 95.92592592592592% 68.84615384615384%
}

.i-arrow-thick-down-gray-darker {
    width: 8px;
    height: 5px
}

.i-arrow-thick-down-red {
    background-position: 92.96296296296296% 68.84615384615384%
}

.i-arrow-thick-down-red {
    width: 8px;
    height: 5px
}

.i-blocks {
    background-position: 83.58778625954199% 84.73895582329317%
}

.i-blocks {
    width: 16px;
    height: 16px
}

.i-building {
    background-position: 65.66037735849056% 84.73895582329317%
}

.i-building {
    width: 13px;
    height: 16px
}

.i-calendar {
    background-position: 38.16793893129771% 84.73895582329317%
}

.i-calendar {
    width: 16px;
    height: 16px
}

.i-ch-1radio {
    background-position: 16.317991631799163% 62.5%
}

.i-ch-1radio {
    width: 39px;
    height: 57px
}

.i-ch-1radio-faint {
    background-position: 32.63598326359833% 62.5%
}

.i-ch-1radio-faint {
    width: 39px;
    height: 57px
}

.i-ch-1radio-red {
    background-position: 16.317991631799163% 34.146341463414636%
}

.i-ch-1radio-red {
    width: 39px;
    height: 60px
}

.i-ch-1tv {
    background-position: 0 34.146341463414636%
}

.i-ch-1tv {
    width: 39px;
    height: 60px
}

.i-ch-1tv-faint {
    background-position: 48.95397489539749% 62.20095693779904%
}

.i-ch-1tv-faint {
    width: 39px;
    height: 56px
}

.i-ch-1tv-red {
    width: 39px;
    height: 59px
}

.i-ch-2radio {
    background-position: 0 62.5%
}

.i-ch-2radio {
    width: 39px;
    height: 57px
}

.i-ch-2radio-faint {
    background-position: 61.92468619246862% 28.365384615384617%
}

.i-ch-2radio-faint {
    width: 39px;
    height: 57px
}

.i-ch-2radio-red {
    background-position: 45.60669456066945% 0
}

.i-ch-2radio-red {
    width: 39px;
    height: 60px
}

.i-ch-2tv {
    background-position: 29.288702928870293% 0
}

.i-ch-2tv {
    width: 39px;
    height: 60px
}

.i-ch-2tv-faint {
    background-position: 78.24267782426779% 0
}

.i-ch-2tv-faint {
    width: 39px;
    height: 56px
}

.i-ch-2tv-red {
    background-position: 32.63598326359833% 33.980582524271846%
}

.i-ch-2tv-red {
    width: 39px;
    height: 59px
}

.i-ch-square {
    background-position: 100% 47.88732394366197%
}

.i-ch-square {
    width: 52px;
    height: 52px
}

.i-ch-square-faint {
    background-position: 100% 0
}

.i-ch-square-faint {
    width: 52px;
    height: 50px
}

.i-ch-square-red {
    background-position: 100% 23.474178403755868%
}

.i-ch-square-red {
    width: 52px;
    height: 52px
}

.i-clock {
    background-position: 89.69465648854961% 84.73895582329317%
}

.i-clock {
    width: 16px;
    height: 16px
}

.i-clock-red {
    background-position: 15.267175572519085% 91.96787148594377%
}

.i-clock-red {
    width: 16px;
    height: 16px
}

.i-clock-red-lg {
    background-position: 32.28346456692913% 77.59336099585062%
}

.i-clock-red-lg {
    width: 24px;
    height: 24px
}

.i-clock-rewind {
    background-position: 0 100%
}

.i-clock-rewind {
    width: 16px;
    height: 16px
}

.i-clock-white {
    background-position: 60.30534351145038% 84.73895582329317%
}

.i-clock-white {
    width: 16px;
    height: 16px
}

.i-cookie {
    background-position: 71.37404580152672% 84.73895582329317%
}

.i-cookie {
    width: 16px;
    height: 16px
}

.i-fb {
    background-position: 75.18518518518519% 84.73895582329317%
}

.i-fb {
    width: 8px;
    height: 16px
}

.i-fb-white {
    background-position: 78.14814814814815% 84.73895582329317%
}

.i-fb-white {
    width: 8px;
    height: 16px
}

.i-inst-white {
    width: 17px;
    height: 18px;
    position: relative;
    background-image: url("") !important
}

.i-fb-white-lg {
    background-position: 99.62264150943396% 64.16666666666667%
}

.i-fb-white-lg {
    width: 13px;
    height: 25px
}

.i-font-dec {
    background-position: 62.15139442231076% 60.40816326530612%
}

.i-font-dec {
    width: 27px;
    height: 20px
}

.i-font-inc {
    background-position: 76.01626016260163% 61.224489795918366%
}

.i-font-inc {
    width: 32px;
    height: 20px
}

.i-globe {
    background-position: 21.374045801526716% 91.96787148594377%
}

.i-globe {
    width: 16px;
    height: 16px
}

.i-loading {
    background-position: 17.647058823529413% 83.85650224215247%
}

.i-loading {
    width: 40px;
    height: 42px
}

.i-loudspeaker {
    background-position: 41.603053435114504% 23.529411764705884%
}

.i-loudspeaker {
    width: 16px;
    height: 10px
}

.i-mail {
    background-position: 33.20610687022901% 90.51383399209486%
}

.i-mail {
    width: 16px;
    height: 12px
}

.i-menu-down {
    background-position: 90% 68.84615384615384%
}

.i-menu-down {
    width: 8px;
    height: 5px
}

.i-mic {
    background-position: 98.88888888888889% 84.73895582329317%
}

.i-mic {
    width: 8px;
    height: 16px
}

.i-page-bookmark {
    background-position: 12.075471698113208% 100%
}

.i-page-bookmark {
    width: 13px;
    height: 16px
}

.i-page-refresh {
    background-position: 44.274809160305345% 84.73895582329317%
}

.i-page-refresh {
    width: 16px;
    height: 16px
}

.i-page-star {
    background-position: 50.38167938931298% 84.73895582329317%
}

.i-page-star {
    width: 16px;
    height: 16px
}

.i-pin {
    background-position: 55.223880597014926% 84.73895582329317%
}

.i-pin {
    width: 10px;
    height: 16px
}

.i-play-red {
    background-position: 31.53846153846154% 85.4251012145749%
}

.i-play-red {
    width: 18px;
    height: 18px
}

.i-play-red-big {
    background-position: 0 0
}

.i-play-red-big {
    width: 70px;
    height: 70px
}

.i-play-square-red {
    background-position: 80.81180811808117% 29.80392156862745%
}

.i-play-square-red {
    width: 7px;
    height: 10px
}

.i-play-square-white {
    background-position: 80.81180811808117% 21.96078431372549%
}

.i-play-square-white {
    width: 7px;
    height: 10px
}

.i-play-white {
    background-position: 47.17741935483871% 39.148936170212764%
}

.i-play-white {
    width: 30px;
    height: 30px
}

.i-quote-lg-white {
    background-position: 94.16666666666667% 64.16666666666667%
}

.i-quote-lg-white {
    width: 38px;
    height: 25px
}

.i-quote-md-white {
    background-position: 62.15139442231076% 52.63157894736842%
}

.i-quote-md-white {
    width: 27px;
    height: 18px
}

.i-red-cross {
    background-position: 0 93.46938775510205%
}

.i-red-cross {
    width: 20px;
    height: 20px
}

.i-refresh {
    background-position: 95.80152671755725% 84.73895582329317%
}

.i-refresh {
    width: 16px;
    height: 16px
}

.i-search {
    background-position: 60.62992125984252% 77.59336099585062%
}

.i-search {
    width: 24px;
    height: 24px
}

.i-search-red {
    background-position: 70.07874015748031% 77.59336099585062%
}

.i-search-red {
    width: 24px;
    height: 24px
}

.i-search-white {
    background-position: 79.5275590551181% 77.59336099585062%;
    position: absolute;
    top: 28px
}

.i-search-white {
    width: 24px;
    height: 24px
}

.i-social-fb {
    background-position: 88.97637795275591% 77.59336099585062%
}

.i-social-fb {
    width: 24px;
    height: 24px
}

.i-social-star {
    background-position: 98.4251968503937% 77.59336099585062%
}

.i-social-star {
    width: 24px;
    height: 24px
}

.i-social-twitter {
    background-position: 51.181102362204726% 77.59336099585062%
}

.i-social-twitter {
    width: 24px;
    height: 24px
}

.i-social-youtube {
    background-position: 41.732283464566926% 77.59336099585062%
}

.i-social-youtube {
    width: 24px;
    height: 24px
}

.i-tv {
    background-position: 6.106870229007634% 100%
}

.i-tv {
    width: 16px;
    height: 16px
}

.i-twitter {
    background-position: 60.23166023166023% 67.2%
}

.i-twitter {
    width: 19px;
    height: 15px
}

.i-twitter-white {
    background-position: 72.2007722007722% 68%
}

.i-twitter-white {
    width: 19px;
    height: 15px
}

.i-video-camera {
    background-position: 63.74045801526717% 45.490196078431374%
}

.i-video-camera {
    width: 16px;
    height: 10px
}

.i-weather-cloudy {
    background-position: 76.01626016260163% 50.64377682403433%
}

.i-weather-cloudy {
    width: 32px;
    height: 32px
}

.i-weather-rain {
    background-position: 76.01626016260163% 23.829787234042552%
}

.i-weather-rain {
    width: 32px;
    height: 30px
}

.i-weather-showers {
    background-position: 76.01626016260163% 36.90987124463519%
}

.i-weather-showers {
    width: 32px;
    height: 32px
}

.i-weather-sun {
    background-position: 0 83.85650224215247%
}

.i-weather-sun {
    width: 42px;
    height: 42px
}

.i-youtube {
    background-position: 57.142857142857146% 46.21513944223108%
}

.i-youtube {
    width: 19px;
    height: 14px
}

.i-youtube-white {
    background-position: 79.53667953667954% 67.72908366533865%
}

.i-youtube-white {
    width: 19px;
    height: 14px
}

.i-youtube-white-lg {
    background-position: 47.36842105263158% 28.80658436213992%
}

.i-youtube-white-lg {
    width: 31px;
    height: 22px
}

#__bs_notify__ {
    top: auto !important;
    bottom: 0 !important
}

a:hover {
    text-decoration: none
}

a {
    cursor: pointer
}

img {
    width: 100%
}

.uppercase {
    text-transform: uppercase
}

.text-clamp {
    overflow: hidden
}

.container-fluid {
    width: 100%
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.w-auto {
    width: auto
}

.xs {
    font-size: 9px
}

.sm {
    font-size: 11px
}

.md {
    font-size: 13px
}

.lg {
    font-size: 17px
}

.bold {
    font-weight: 700
}

.italic {
    font-weight: italic
}

.red {
    color: #e6003c
}

.white {
    color: #fff
}

.black {
    color: #000
}

.gray-darker {
    color: #2c2b2b
}

.gray {
    color: #5b6771
}

.green {
    color: #43e010
}

.dark-blue {
    color: #1c1d26
}

.bg-red {
    background-color: #e6003c
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-gray {
    background-color: #5b6771
}

.bg-gray-darker {
    background-color: #2c2b2b
}

.bg-dark-blue {
    background-color: #1c1d26
}

i.fa {
    color: #5a646f
}

i.fa:hover {
    color: #fff
}

.navbar-default .navbar-nav {
    height: 100%
}

.animation,
.article-cover .youtube-cover i,
.banner-wrapper,
.side-menu li a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.animation.sk,
.article-cover .youtube-cover i.sk,
.side-menu li a.sk,
.sk.banner-wrapper {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.m-t-0 {
    margin-top: 0
}

.m-b-0 {
    margin-bottom: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-t-35 {
    margin-top: 35px
}

.m-b-35 {
    margin-bottom: 35px
}

.m-t-40 {
    margin-top: 40px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-t-45 {
    margin-top: 45px
}

.m-b-45 {
    margin-bottom: 45px
}

.m-t-50 {
    margin-top: 50px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-t-55 {
    margin-top: 55px
}

.m-b-55 {
    margin-bottom: 55px
}

.m-t-60 {
    margin-top: 60px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-t-65 {
    margin-top: 65px
}

.m-b-65 {
    margin-bottom: 65px
}

.m-t-70 {
    margin-top: 70px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-t-75 {
    margin-top: 75px
}

.m-b-75 {
    margin-bottom: 75px
}

.m-t-80 {
    margin-top: 80px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-t-85 {
    margin-top: 85px
}

.m-b-85 {
    margin-bottom: 85px
}

.m-t-90 {
    margin-top: 90px
}

.m-b-90 {
    margin-bottom: 90px
}

.m-t-95 {
    margin-top: 95px
}

.m-b-95 {
    margin-bottom: 95px
}

.m-t-100 {
    margin-top: 100px
}

.m-b-100 {
    margin-bottom: 100px
}

.m-t-120 {
    margin-top: 120px
}

.m-b-120 {
    margin-bottom: 120px
}

.m-t-150 {
    margin-top: 150px
}

.m-b-150 {
    margin-bottom: 150px
}

.m-t-200 {
    margin-top: 200px
}

.m-b-200 {
    margin-bottom: 200px
}

@media (max-width:479px) {
    .m-t-xs-0 {
        margin-top: 0
    }

    .m-b-xs-0 {
        margin-bottom: 0
    }
}

@media (max-width:479px) {
    .m-t-xs-5 {
        margin-top: 5px
    }

    .m-b-xs-5 {
        margin-bottom: 5px
    }
}

@media (max-width:479px) {
    .m-t-xs-10 {
        margin-top: 10px
    }

    .m-b-xs-10 {
        margin-bottom: 10px
    }
}

@media (max-width:479px) {
    .m-t-xs-15 {
        margin-top: 15px
    }

    .m-b-xs-15 {
        margin-bottom: 15px
    }
}

@media (max-width:479px) {
    .m-t-xs-20 {
        margin-top: 20px
    }

    .m-b-xs-20 {
        margin-bottom: 20px
    }
}

@media (max-width:479px) {
    .m-t-xs-25 {
        margin-top: 25px
    }

    .m-b-xs-25 {
        margin-bottom: 25px
    }
}

@media (max-width:479px) {
    .m-t-xs-30 {
        margin-top: 30px
    }

    .m-b-xs-30 {
        margin-bottom: 30px
    }
}

@media (max-width:479px) {
    .m-t-xs-35 {
        margin-top: 35px
    }

    .m-b-xs-35 {
        margin-bottom: 35px
    }
}

@media (max-width:479px) {
    .m-t-xs-40 {
        margin-top: 40px
    }

    .m-b-xs-40 {
        margin-bottom: 40px
    }
}

@media (max-width:479px) {
    .m-t-xs-45 {
        margin-top: 45px
    }

    .m-b-xs-45 {
        margin-bottom: 45px
    }
}

@media (max-width:479px) {
    .m-t-xs-50 {
        margin-top: 50px
    }

    .m-b-xs-50 {
        margin-bottom: 50px
    }
}

@media (max-width:479px) {
    .m-t-xs-55 {
        margin-top: 55px
    }

    .m-b-xs-55 {
        margin-bottom: 55px
    }
}

@media (max-width:479px) {
    .m-t-xs-60 {
        margin-top: 60px
    }

    .m-b-xs-60 {
        margin-bottom: 60px
    }
}

@media (max-width:479px) {
    .m-t-xs-65 {
        margin-top: 65px
    }

    .m-b-xs-65 {
        margin-bottom: 65px
    }
}

@media (max-width:479px) {
    .m-t-xs-70 {
        margin-top: 70px
    }

    .m-b-xs-70 {
        margin-bottom: 70px
    }
}

@media (max-width:479px) {
    .m-t-xs-75 {
        margin-top: 75px
    }

    .m-b-xs-75 {
        margin-bottom: 75px
    }
}

@media (max-width:479px) {
    .m-t-xs-80 {
        margin-top: 80px
    }

    .m-b-xs-80 {
        margin-bottom: 80px
    }
}

@media (max-width:479px) {
    .m-t-xs-85 {
        margin-top: 85px
    }

    .m-b-xs-85 {
        margin-bottom: 85px
    }
}

@media (max-width:479px) {
    .m-t-xs-90 {
        margin-top: 90px
    }

    .m-b-xs-90 {
        margin-bottom: 90px
    }
}

@media (max-width:479px) {
    .m-t-xs-95 {
        margin-top: 95px
    }

    .m-b-xs-95 {
        margin-bottom: 95px
    }
}

@media (max-width:479px) {
    .m-t-xs-100 {
        margin-top: 100px
    }

    .m-b-xs-100 {
        margin-bottom: 100px
    }
}

@media (max-width:479px) {
    .m-t-xs-120 {
        margin-top: 120px
    }

    .m-b-xs-120 {
        margin-bottom: 120px
    }
}

@media (max-width:479px) {
    .m-t-xs-150 {
        margin-top: 150px
    }

    .m-b-xs-150 {
        margin-bottom: 150px
    }
}

@media (max-width:479px) {
    .m-t-xs-200 {
        margin-top: 200px
    }

    .m-b-xs-200 {
        margin-bottom: 200px
    }
}

@media (min-width:480px) {
    .m-t-sm-0 {
        margin-top: 0
    }

    .m-b-sm-0 {
        margin-bottom: 0
    }
}

@media (min-width:480px) {
    .m-t-sm-5 {
        margin-top: 5px
    }

    .m-b-sm-5 {
        margin-bottom: 5px
    }
}

@media (min-width:480px) {
    .m-t-sm-10 {
        margin-top: 10px
    }

    .m-b-sm-10 {
        margin-bottom: 10px
    }
}

@media (min-width:480px) {
    .m-t-sm-15 {
        margin-top: 15px
    }

    .m-b-sm-15 {
        margin-bottom: 15px
    }
}

@media (min-width:480px) {
    .m-t-sm-20 {
        margin-top: 20px
    }

    .m-b-sm-20 {
        margin-bottom: 20px
    }
}

@media (min-width:480px) {
    .m-t-sm-25 {
        margin-top: 25px
    }

    .m-b-sm-25 {
        margin-bottom: 25px
    }
}

@media (min-width:480px) {
    .m-t-sm-30 {
        margin-top: 30px
    }

    .m-b-sm-30 {
        margin-bottom: 30px
    }
}

@media (min-width:480px) {
    .m-t-sm-35 {
        margin-top: 35px
    }

    .m-b-sm-35 {
        margin-bottom: 35px
    }
}

@media (min-width:480px) {
    .m-t-sm-40 {
        margin-top: 40px
    }

    .m-b-sm-40 {
        margin-bottom: 40px
    }
}

@media (min-width:480px) {
    .m-t-sm-45 {
        margin-top: 45px
    }

    .m-b-sm-45 {
        margin-bottom: 45px
    }
}

@media (min-width:480px) {
    .m-t-sm-50 {
        margin-top: 50px
    }

    .m-b-sm-50 {
        margin-bottom: 50px
    }
}

@media (min-width:480px) {
    .m-t-sm-55 {
        margin-top: 55px
    }

    .m-b-sm-55 {
        margin-bottom: 55px
    }
}

@media (min-width:480px) {
    .m-t-sm-60 {
        margin-top: 60px
    }

    .m-b-sm-60 {
        margin-bottom: 60px
    }
}

@media (min-width:480px) {
    .m-t-sm-65 {
        margin-top: 65px
    }

    .m-b-sm-65 {
        margin-bottom: 65px
    }
}

@media (min-width:480px) {
    .m-t-sm-70 {
        margin-top: 70px
    }

    .m-b-sm-70 {
        margin-bottom: 70px
    }
}

@media (min-width:480px) {
    .m-t-sm-75 {
        margin-top: 75px
    }

    .m-b-sm-75 {
        margin-bottom: 75px
    }
}

@media (min-width:480px) {
    .m-t-sm-80 {
        margin-top: 80px
    }

    .m-b-sm-80 {
        margin-bottom: 80px
    }
}

@media (min-width:480px) {
    .m-t-sm-85 {
        margin-top: 85px
    }

    .m-b-sm-85 {
        margin-bottom: 85px
    }
}

@media (min-width:480px) {
    .m-t-sm-90 {
        margin-top: 90px
    }

    .m-b-sm-90 {
        margin-bottom: 90px
    }
}

@media (min-width:480px) {
    .m-t-sm-95 {
        margin-top: 95px
    }

    .m-b-sm-95 {
        margin-bottom: 95px
    }
}

@media (min-width:480px) {
    .m-t-sm-100 {
        margin-top: 100px
    }

    .m-b-sm-100 {
        margin-bottom: 100px
    }
}

@media (min-width:480px) {
    .m-t-sm-120 {
        margin-top: 120px
    }

    .m-b-sm-120 {
        margin-bottom: 120px
    }
}

@media (min-width:480px) {
    .m-t-sm-150 {
        margin-top: 150px
    }

    .m-b-sm-150 {
        margin-bottom: 150px
    }
}

@media (min-width:480px) {
    .m-t-sm-200 {
        margin-top: 200px
    }

    .m-b-sm-200 {
        margin-bottom: 200px
    }
}

@media (min-width:992px) {
    .m-t-md-0 {
        margin-top: 0
    }

    .m-b-md-0 {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .m-t-md-5 {
        margin-top: 5px
    }

    .m-b-md-5 {
        margin-bottom: 5px
    }
}

@media (min-width:992px) {
    .m-t-md-10 {
        margin-top: 10px
    }

    .m-b-md-10 {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    .m-t-md-15 {
        margin-top: 15px
    }

    .m-b-md-15 {
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .m-t-md-20 {
        margin-top: 20px
    }

    .m-b-md-20 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .m-t-md-25 {
        margin-top: 25px
    }

    .m-b-md-25 {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {
    .m-t-md-30 {
        margin-top: 30px
    }

    .m-b-md-30 {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .m-t-md-35 {
        margin-top: 35px
    }

    .m-b-md-35 {
        margin-bottom: 35px
    }
}

@media (min-width:992px) {
    .m-t-md-40 {
        margin-top: 40px
    }

    .m-b-md-40 {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .m-t-md-45 {
        margin-top: 45px
    }

    .m-b-md-45 {
        margin-bottom: 45px
    }
}

@media (min-width:992px) {
    .m-t-md-50 {
        margin-top: 50px
    }

    .m-b-md-50 {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .m-t-md-55 {
        margin-top: 55px
    }

    .m-b-md-55 {
        margin-bottom: 55px
    }
}

@media (min-width:992px) {
    .m-t-md-60 {
        margin-top: 60px
    }

    .m-b-md-60 {
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .m-t-md-65 {
        margin-top: 65px
    }

    .m-b-md-65 {
        margin-bottom: 65px
    }
}

@media (min-width:992px) {
    .m-t-md-70 {
        margin-top: 70px
    }

    .m-b-md-70 {
        margin-bottom: 70px
    }
}

@media (min-width:992px) {
    .m-t-md-75 {
        margin-top: 75px
    }

    .m-b-md-75 {
        margin-bottom: 75px
    }
}

@media (min-width:992px) {
    .m-t-md-80 {
        margin-top: 80px
    }

    .m-b-md-80 {
        margin-bottom: 80px
    }
}

@media (min-width:992px) {
    .m-t-md-85 {
        margin-top: 85px
    }

    .m-b-md-85 {
        margin-bottom: 85px
    }
}

@media (min-width:992px) {
    .m-t-md-90 {
        margin-top: 90px
    }

    .m-b-md-90 {
        margin-bottom: 90px
    }
}

@media (min-width:992px) {
    .m-t-md-95 {
        margin-top: 95px
    }

    .m-b-md-95 {
        margin-bottom: 95px
    }
}

@media (min-width:992px) {
    .m-t-md-100 {
        margin-top: 100px
    }

    .m-b-md-100 {
        margin-bottom: 100px
    }
}

@media (min-width:992px) {
    .m-t-md-120 {
        margin-top: 120px
    }

    .m-b-md-120 {
        margin-bottom: 120px
    }
}

@media (min-width:992px) {
    .m-t-md-150 {
        margin-top: 150px
    }

    .m-b-md-150 {
        margin-bottom: 150px
    }
}

@media (min-width:992px) {
    .m-t-md-200 {
        margin-top: 200px
    }

    .m-b-md-200 {
        margin-bottom: 200px
    }
}

@media (min-width:1200px) {
    .m-t-lg-0 {
        margin-top: 0
    }

    .m-b-lg-0 {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .m-t-lg-5 {
        margin-top: 5px
    }

    .m-b-lg-5 {
        margin-bottom: 5px
    }
}

@media (min-width:1200px) {
    .m-t-lg-10 {
        margin-top: 10px
    }

    .m-b-lg-10 {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {
    .m-t-lg-15 {
        margin-top: 15px
    }

    .m-b-lg-15 {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) {
    .m-t-lg-20 {
        margin-top: 20px
    }

    .m-b-lg-20 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .m-t-lg-25 {
        margin-top: 25px
    }

    .m-b-lg-25 {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {
    .m-t-lg-30 {
        margin-top: 30px
    }

    .m-b-lg-30 {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .m-t-lg-35 {
        margin-top: 35px
    }

    .m-b-lg-35 {
        margin-bottom: 35px
    }
}

@media (min-width:1200px) {
    .m-t-lg-40 {
        margin-top: 40px
    }

    .m-b-lg-40 {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) {
    .m-t-lg-45 {
        margin-top: 45px
    }

    .m-b-lg-45 {
        margin-bottom: 45px
    }
}

@media (min-width:1200px) {
    .m-t-lg-50 {
        margin-top: 50px
    }

    .m-b-lg-50 {
        margin-bottom: 50px
    }
}

@media (min-width:1200px) {
    .m-t-lg-55 {
        margin-top: 55px
    }

    .m-b-lg-55 {
        margin-bottom: 55px
    }
}

@media (min-width:1200px) {
    .m-t-lg-60 {
        margin-top: 60px
    }

    .m-b-lg-60 {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .m-t-lg-65 {
        margin-top: 65px
    }

    .m-b-lg-65 {
        margin-bottom: 65px
    }
}

@media (min-width:1200px) {
    .m-t-lg-70 {
        margin-top: 70px
    }

    .m-b-lg-70 {
        margin-bottom: 70px
    }
}

@media (min-width:1200px) {
    .m-t-lg-75 {
        margin-top: 75px
    }

    .m-b-lg-75 {
        margin-bottom: 75px
    }
}

@media (min-width:1200px) {
    .m-t-lg-80 {
        margin-top: 80px
    }

    .m-b-lg-80 {
        margin-bottom: 80px
    }
}

@media (min-width:1200px) {
    .m-t-lg-85 {
        margin-top: 85px
    }

    .m-b-lg-85 {
        margin-bottom: 85px
    }
}

@media (min-width:1200px) {
    .m-t-lg-90 {
        margin-top: 90px
    }

    .m-b-lg-90 {
        margin-bottom: 90px
    }
}

@media (min-width:1200px) {
    .m-t-lg-95 {
        margin-top: 95px
    }

    .m-b-lg-95 {
        margin-bottom: 95px
    }
}

@media (min-width:1200px) {
    .m-t-lg-100 {
        margin-top: 100px
    }

    .m-b-lg-100 {
        margin-bottom: 100px
    }
}

@media (min-width:1200px) {
    .m-t-lg-120 {
        margin-top: 120px
    }

    .m-b-lg-120 {
        margin-bottom: 120px
    }
}

@media (min-width:1200px) {
    .m-t-lg-150 {
        margin-top: 150px
    }

    .m-b-lg-150 {
        margin-bottom: 150px
    }
}

@media (min-width:1200px) {
    .m-t-lg-200 {
        margin-top: 200px
    }

    .m-b-lg-200 {
        margin-bottom: 200px
    }
}

.m-l-15 {
    margin-left: 15px
}

.m-r-15 {
    margin-right: 15px
}

.h.m-b-30 {
    margin-bottom: 30px
}

.box {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    padding: .5em 1.3em
}

.box-sm {
    font-size: 11px
}

.box-sm-wide {
    padding: .5em 2em
}

.box-md {
    font-size: 13px
}

.box-md-wide {
    padding: .5em 2em
}

.box-lg {
    font-size: 13px
}

.box-green {
    background-color: #43e010;
    color: #fff;
    border: 1px solid #43e010
}

.box-green:hover {
    background-color: transparent;
    border: 1px solid #43e010;
    color: #43e010
}

.box-white {
    background-color: #fff;
    color: #43e010;
    border: 1px solid #fff
}

.box-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.box-black:hover {
    background-color: transparent;
    color: #000
}

.box-red {
    background-color: #e6003c;
    color: #fff;
    border: 1px solid #e6003c
}

.box-red:hover {
    background-color: transparent;
    border: 1px solid #e6003c;
    color: #e6003c
}

.box-red-tint {
    background-color: #e6003c;
    color: #fff;
    border: 1px solid #e6003c;
    background-color: rgba(230, 0, 60, .15);
    color: #e6003c
}

.box-red-tint:hover {
    background-color: transparent;
    border: 1px solid #e6003c;
    color: #e6003c
}

.box-gray {
    background-color: #5b6771;
    color: #fff;
    border: 1px solid #5b6771
}

.box-gray:hover {
    background-color: transparent;
    border: 1px solid #5b6771;
    color: #5b6771
}

.box-gray-light {
    background-color: #c4c7cb;
    color: #fff;
    border: 1px solid #c4c7cb
}

.box-gray-light:hover {
    background-color: transparent;
    border: 1px solid #c4c7cb;
    color: #c4c7cb
}

.box-rugged-blue {
    background-color: #38434d;
    color: #fff;
    border: 1px solid #38434d
}

.box-rugged-blue:hover {
    background-color: transparent;
    border: 1px solid #38434d;
    color: #38434d
}

.box-rugged-blue-tint {
    background-color: #38434d;
    color: #fff;
    border: 1px solid #38434d;
    background-color: rgba(56, 67, 77, .25);
    color: #38434d
}

.box-rugged-blue-tint:hover {
    background-color: transparent;
    border: 1px solid #38434d;
    color: #38434d
}

.box-rugged-blue-tint-active-red {
    background-color: #38434d;
    color: #fff;
    border: 1px solid #38434d;
    background-color: rgba(56, 67, 77, .25);
    color: #38434d
}

.box-rugged-blue-tint-active-red:hover {
    background-color: transparent;
    border: 1px solid #38434d;
    color: #38434d
}

.box-rugged-blue-tint-active-red:hover {
    background-color: rgba(230, 0, 60, .15);
    color: #e6003c;
    border-color: #e6003c
}

.box-light-blue {
    background-color: #00acee;
    color: #fff;
    border: 1px solid #00acee
}

.box-light-blue:hover {
    background-color: transparent;
    border: 1px solid #00acee;
    color: #00acee
}

.box-square {
    border-radius: 0
}

.box-outline {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent
}

.box-outline-red {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #e6003c;
    color: #e6003c
}

.box-outline-red:hover {
    background-color: #e6003c;
    color: #fff
}

.box-outline-gray {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #5b6771;
    color: #5b6771
}

.box-outline-gray:hover {
    background-color: #5b6771;
    color: #fff
}

.box-outline-light-blue {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #00acee;
    color: #00acee
}

.box-outline-light-blue:hover {
    background-color: #00acee;
    color: #fff
}

.box-outline-green {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #43e010;
    color: #43e010
}

.box-outline-green:hover {
    background-color: #43e010;
    color: #fff
}

.box-outline-white,
.box-white:hover {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.box-outline-white:hover,
.box-white:hover {
    background-color: #43e010;
    color: #fff
}

.box-outline-black {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #000;
    color: #000
}

.box-outline-black:hover {
    background-color: #000;
    color: #fff
}

.box-outline-thick {
    border-width: 2px
}

.h {
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 8px;
    border-bottom: 1px solid #e3e5e7;
    font-weight: 700
}

.h:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    display: block
}

.h-in-right {
    display: block;
    float: right
}

.h-short {
    border-bottom: 0
}

.h-left-border {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 25px
}

.h-left-border:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12%;
    pointer-events: none;
    height: 78%;
    border-left-width: 4px;
    border-left-style: solid
}

.h-left-border:after {
    display: none
}

.h-sm {
    font-size: 11px;
    padding-bottom: 1.3em
}

.h-sm:after {
    width: 52px;
    height: 4px
}

.h-md {
    font-size: 13px;
    padding-bottom: 1.3rem
}

.h-md:after {
    width: 52px;
    height: 4px
}

.h-lg {
    font-size: 17px
}

.h-lg:after {
    width: 52px;
    height: 4px
}

.h-xl {
    font-size: 20px
}

.h-xl:after {
    width: 52px;
    height: 4px
}

.h-xxl {
    font-size: 26px
}

.h-xxl:after {
    width: 52px;
    height: 4px
}

.h-red {
    color: #e6003c
}

.h-red:after {
    background-color: #000
}

.h-full-red {
    color: #e6003c
}

.h-full-red:before {
    border-left-color: #e6003c
}

.h-full-red:after {
    background-color: #e6003c
}

.h-black {
    color: #0d0a0e
}

.h-black:before {
    border-left-color: #e6003c
}

.h-black:after {
    background-color: #e6003c
}

.h-full-black {
    color: #0d0a0e
}

.h-full-black:after {
    background-color: #0d0a0e
}

.h-white {
    color: #fff
}

.h-white:before {
    border-left-color: #e6003c
}

.h-white:after {
    background-color: #e6003c
}

.h-full-white {
    color: #fff
}

.h-full-white:before {
    border-left-color: #fff
}

.h-full-white:after {
    background-color: #fff
}

.h-gray {
    color: #5b6771;
    border-bottom-color: #e3e5e7
}

.h-gray:after {
    background-color: #000
}

.h-gray-darker {
    color: #2c2b2b
}

.h-gray-darker:after {
    background-color: #e6003c
}

.h-gray-red {
    color: #5b6771;
    border-bottom-color: #e3e5e7
}

.h-gray-red:after {
    background-color: #e6003c
}

.sep {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(227, 229, 231, .5)
}

.sep-0 {
    margin-top: 0;
    margin-bottom: 0
}

.sep-xs {
    margin-top: 10px;
    margin-bottom: 10px
}

.sep-sm {
    margin-top: 15px;
    margin-bottom: 15px
}

.sep-lg {
    margin-top: 30px;
    margin-bottom: 30px
}

.sep-xl,
.sep-xl-responsive {
    margin-top: 60px;
    margin-bottom: 60px
}

.sep-translucent {
    border-top: 1px solid rgba(227, 229, 231, .5);
    opacity: .3
}

@media (min-width:992px) and (max-width:1199px) {
    .sep-xl-responsive {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width:480px) and (max-width:991px) {
    .sep-xl-responsive {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:479px) {
    .sep-xl-responsive {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

[class*=" i-"],
[class^=i-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url("sprite.css.svg");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.i-ch-1tv-red {
    background-image: url("");
    background-repeat: no-repeat
}

.search-resutl-item .type-date {
    font-size: 12px;
    display: inline-block
}

.search-resutl-item .item-title {
    font-size: 18px;
    word-break: break-word
}

.item-tv-ch .ch-logo {
    width: 52px;
    height: 75px;
    background-size: cover
}

body .item .ch-logo.ch-logo {
    width: 30px;
    height: 48px;
    background-size: cover
}

.channel-shows-all {
    margin-right: 15px
}

.pagination a,
.pagination span,
.post-pagination span:not(.post-page-numbers) {
    position: relative;
    padding: 6px 12px;
    margin-left: 3px;
    line-height: 1.42857143;
    color: #e6003c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination a:first-child,
.pagination span:first-child,
.post-pagination span:not(.post-page-numbers):first-child {
    margin-left: 0
}

.pagination a.active,
.pagination a:hover,
.pagination span.active,
.pagination span:hover,
.post-pagination span:not(.post-page-numbers).active,
.post-pagination span:not(.post-page-numbers):hover {
    color: #5b6470
}

.pagination {
    padding-left: 0
}

.pagination a {
    display: inline-block;
    margin-bottom: 2px
}

.post-pagination span {
    margin: 0 3px !important
}

.post-pagination a span {
    color: #e6003c
}

.post-pagination a span.active,
.post-pagination a span:hover {
    color: #5b6470
}

.article-intro .poll-image,
.poll-image {
    width: 16px;
    margin: 0;
    margin-right: 6px
}

.no-click {
    pointer-events: none;
    cursor: default
}

body .pagination span {
    color: #5b6771
}

.aspect-ratio--16x9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.aspect-ratio--16x9 #youtube_live_frame,
.aspect-ratio--16x9 iframe#live_video_frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%
}

.browser_not_supported {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    z-index: 1
}

.browser_not_supported a {
    margin-top: 10px;
    color: #e6003c;
    font-size: 17px;
    font-weight: 700
}

.browser_not_supported a:focus,
.browser_not_supported a:hover {
    color: #e6003c;
    text-decoration: none
}

.browser-error-message {
    display: block;
    font-size: 14px
}

.fb-like.fb_iframe_widget {
    display: block
}

.fb-comments-width {
    width: 100% !important
}

.fb-comments-width iframe,
.fb-comments-width span {
    width: 100% !important
}

.single-author-box {
    display: flex;
    margin-bottom: 16px
}

.single-author-box-anchor {
    color: #000
}

.single-author-box-anchor:hover {
    color: #000;
    text-decoration: none
}

.single-author-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.single-author-img-box {
    width: 100px;
    height: 100px
}

.single-author-name {
    display: flex;
    align-items: center;
    margin-left: 30px
}

@media (max-width:767px) {
    .d-mobile-none {
        display: none
    }
}

.overflow-y-hidden {
    overflow-y: hidden
}

.item {
    position: relative;
    display: block
}

.item .ch-logo {
    position: absolute;
    right: 15px;
    top: 15px
}

.item .type-ch {
    display: inline-block;
    color: #c7cdd2;
    font-size: 11px;
    font-weight: 700
}

.item .type-live {
    display: inline-block;
    font-size: 12px;
    color: #e6003c;
    font-weight: 700
}

.item .type-date {
    display: inline-block;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: 700
}

.item-img {
    position: relative
}

.item-meta {
    margin-bottom: 2px
}

.item-title {
    display: block
}

.item-title a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    word-break: break-word
}

.item-multiline-feed .item-title {
    font-size: 24px
}

.item-multiline-feed .item-img {
    margin-top: 20px
}

.item-multiline-feed .item-text {
    font-size: 15px;
    color: #5b6771;
    margin-top: 25px
}

.item-2col {
    display: flex;
    flex-direction: row
}

.item-2col-l {
    flex: 30
}

.item-2col-r {
    flex: 55;
    padding-left: 30px
}

.item-2col-feed .item-meta * {
    font-size: 13px
}

.item-2col-feed .item-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 25px
}

.item-2col-feed .item-text {
    font-size: 15px;
    color: #5b6771;
    word-break: break-word
}

.item-2col-match-highlight .item-championship {
    display: inline-block;
    font-size: 15px
}

.item-2col-match-highlight .item-opponents {
    display: inline-block;
    color: #e6003c;
    font-size: 15px
}

.item-2col-match-highlight .item-submatch {
    padding: 15px 0;
    border-bottom: 2px solid #e3e5e7
}

.item-2col-match-highlight .item-submatch:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.item-2col-match-highlight .item-submatch-point {
    display: inline-block;
    float: right;
    margin-left: 8px;
    border: 1px solid rgba(199, 197, 196, .4);
    border-radius: 3px;
    width: 31px;
    line-height: 29px;
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.item-2col-match-highlight .item-submatch-point-win {
    color: #e6003c
}

.item-2col-match-highlight .item-submatch-point-draw {
    color: #5b6771
}

.item-2col-match-highlight .item-submatch-point-lose {
    color: #2c2b2b
}

.item-2col-feed .item-img {
    height: 200px
}

.item-2col-feed .item-img img {
    object-fit: cover;
    height: 100%
}

.item-cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 15px
}

.item-capped {
    position: relative
}

.item-feed-capped {
    position: relative
}

.item-feed-capped .ch-logo {
    right: 20px;
    top: 20px
}

.item-feed-capped .item-cap {
    width: calc(55% + 13px);
    background-color: #fff;
    text-align: left;
    left: auto;
    right: 0;
    padding-top: 30px;
    padding-bottom: 15px
}

.item-feed-capped .item-title {
    font-size: 20px
}

.item-feed-capped .item-date {
    color: #5b6771
}

.item-video .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-video .item-img:before {
    content: "";
    display: block;
    padding-top: 75.18797%;
    pointer-events: none
}

.item-video .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-video-duration {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 25px;
    white-space: nowrap;
    background-color: #e6003c;
    color: #fff;
    font-size: 12px
}

.item-video-duration-play {
    display: inline-block;
    background-color: #d9001b;
    width: 25px;
    text-align: center;
    vertical-align: top
}

.item-video-duration-play i {
    vertical-align: middle;
    color: #fff
}

.item-video-duration .duration-time {
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 5px;
    float: right;
    height: 25px;
    line-height: 28px
}

.item-video-player .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-video-player .item-img:before {
    content: "";
    display: block;
    padding-top: 51.02041%;
    pointer-events: none
}

.item-video-player .item-img .item-details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-video-player .item-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px
}

.item-video-player .item-video-duration {
    position: relative;
    left: 0;
    top: 0;
    width: 80px;
    text-align: center;
    padding-right: 0;
    line-height: 30px
}

.item-video-player .item-video-duration-play {
    width: 30px;
    margin-right: 10px;
    display: none
}

.item-video-player .item-title {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    font-weight: 700
}

.item-video-player .item-play-btn {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    z-index: 3
}

.item-expose .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-expose .item-img:before {
    content: "";
    display: block;
    padding-top: 60.97561%;
    pointer-events: none
}

.item-expose .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-expose .item-text {
    margin-top: 20px;
    font-size: 16px;
    color: #5b6771
}

.item-expose.item-expose-textlead .item-meta {
    margin-top: 5px;
    height: 45px
}

@media (max-width:360px) {
    .item-expose.item-expose-textlead .item-meta {
        height: auto
    }
}

.item-expose.item-expose-textlead .type-ch {
    font-size: 13px
}

.item-expose.item-expose-textlead .type-date {
    font-size: 13px
}

.item-expose.item-expose-textlead .item-title {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c2b2b;
    height: 110px !important;
    overflow: hidden
}

.item-expose.item-expose-textlead .item-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.item-quote .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-quote .item-img:before {
    content: "";
    display: block;
    padding-top: 58.82353%;
    pointer-events: none
}

.item-quote .item-img .item-quote-details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-quote-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    border: 0;
    background-color: rgba(13, 10, 14, .4);
    margin: 0
}

.item-quote-icon {
    margin-bottom: 30px
}

.item-quote-icon i {
    margin: 0 auto
}

.item-quote-text {
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%
}

.item-quote-author {
    font-style: italic;
    color: #fff;
    font-size: 15px;
    margin-top: 15px
}

.item-side-live {
    margin-bottom: 15px;
    font-family: gpbNusxuri;
    text-transform: none
}

.item-side-live .item-img {
    position: relative;
    margin-bottom: 8px
}

.item-side-live .item-play {
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px)
}

.item-side-live .type-ch {
    margin-right: 4px
}

.item-side-live .item-title {
    color: #5b6771;
    font-size: 13px
}

.item-side-live .type-ch {
    font-size: 13px
}

.item-strip {
    flex: 1;
    padding: 0 30px;
    border-right: 1px solid #2c2b2b;
    padding-bottom: 5px
}

.item-strip .item-title {
    color: #f2f3f2;
    font-size: 14px;
    overflow: hidden;
    max-height: 41px
}

.item-strip:last-child {
    border-right: 0
}

.item-strip .type-ch {
    margin-right: 5px
}

.item-flipboard {
    position: relative
}

.item-flipboard-cover,
.item-flipboard-flip {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0);
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0);
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0);
    -ms-transition: .6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0);
    transition: .6s;
    transform-style: preserve-3d;
    transform: rotateY(0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.item-flipboard-cover {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.item-flipboard-cover:before {
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, .1) 50%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(79, 79, 79, .1)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, .1) 50%, #000 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, .1) 50%, #000 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, .1) 50%, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, .1) 50%, #000 100%);
    width: 100%;
    height: 18%;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 3
}

.item-flipboard-flip {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: all .4s ease-in
}

.item-flipboard:hover .item-flipboard-cover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.item-flipboard:hover .item-flipboard-flip {
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0)
}

.item-tv-show .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-tv-show .item-img:before {
    content: "";
    display: block;
    padding-top: 108.69565%;
    pointer-events: none
}

.item-tv-show .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-tv-show .item-flipboard-cover {
    display: flex;
    flex-direction: column;
    padding: 30px 30px
}

.item-tv-show .item-flipboard-cover-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: 6px
}

.item-tv-show-season-container {
    margin-top: auto
}

.item-tv-show .item-flipboard-flip {
    background-color: #fff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column
}

.item-tv-show .item-text {
    margin-top: 30px;
    color: #5b6771;
    max-height: 132px
}

.item-tv-show-more-container {
    margin-top: auto
}

.item-tv-show-lg .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-tv-show-lg .item-img:before {
    content: "";
    display: block;
    padding-top: 71.42857%;
    pointer-events: none
}

.item-tv-show-lg .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-tv-ch {
    position: relative
}

.item-tv-ch .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-tv-ch .item-img:before {
    content: "";
    display: block;
    padding-top: 108.69565%;
    pointer-events: none
}

.item-tv-ch .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-tv-ch .item-cap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .8) 100%)
}

.item-tv-ch .item-title {
    color: #fff;
    font-size: 30px;
    z-index: 2;
    padding: 30px 20px;
    font-weight: 700
}

.item-tv-ch .ch-logo {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 20px;
    z-index: 1
}

.item-tv-program {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(56, 67, 77, .7);
    padding: 12px 30px 12px 30px
}

.item-tv-program .item-img,
.item-tv-program .item-text,
.item-tv-program .item-time,
.item-tv-program .item-topic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.item-tv-program .item-time {
    flex: 13;
    color: #5b6771;
    font-size: 17px
}

.item-tv-program .item-topic {
    flex: 14;
    color: #e6003c;
    font-size: 17px
}

.item-tv-program .item-img {
    flex: 13;
    margin-right: 30px
}

.item-tv-program .item-img .item-img-background {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-tv-program .item-img .item-img-background:before {
    content: "";
    display: block;
    padding-top: 58.82353%;
    pointer-events: none
}

.item-tv-program .item-img .item-img-background .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-tv-program .item-text {
    flex: 37;
    color: #5b6771;
    font-size: 15px;
    margin-right: auto
}

.item-individual-streaming .item-img {
    position: relative
}

.item-individual-streaming .item-img:before {
    content: "";
    display: block;
    padding-top: 51.28205%;
    pointer-events: none
}

.item-individual-streaming .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-individual-streaming .item-cap {
    left: auto;
    right: 35px;
    bottom: 35px;
    text-align: right
}

.item .item-img {
    overflow: hidden
}

.block {
    padding: 30px
}

.block-xs {
    padding: 10px
}

.block-sm {
    padding: 15px
}

.block-md {
    padding: 30px
}

.strip {
    display: flex;
    flex-direction: row;
    background-color: #0d0a0e;
    padding-top: 10px;
    padding-bottom: 10px
}

.weather-summary {
    margin-bottom: 20px
}

.weather-summary:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.weather-today-icon {
    float: left;
    width: 60px
}

.weather-today-text {
    float: left;
    width: calc(100% - 60px);
    color: #a3a3a3
}

.weather-today-date {
    color: #a3a3a3;
    font-size: 11px;
    float: left
}

.weather-today-day {
    font-weight: 700
}

.weather-today-temp {
    color: #2c2b2b;
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 11px
}

.weather-today-location {
    text-align: left;
    position: relative;
    top: -20px;
    left: 40px;
    float: left
}

.weather-today-location span:before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-right: 5px;
    background: #d30339
}

.wheather-img {
    width: 60px
}

[lang=az-AZ] .weather-future-item {
    padding-left: 5px;
    padding-right: 5px
}

[lang=az-AZ] .weather-future-item:first-child {
    padding-left: 0
}

[lang=az-AZ] .weather-future-item:last-child {
    padding-right: 0
}

[lang=az-AZ] .weather-future-item-day {
    min-height: 30px
}

.weather-future {
    display: flex;
    flex-direction: row
}

.weather-future-item {
    flex: 1;
    position: relative;
    padding-left: 13px;
    padding-right: 13px
}

.weather-future-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    height: 60px;
    border-right: 1px solid #e6e8ea
}

.weather-future-item-day {
    color: #5b6771;
    font-size: 11px;
    font-weight: 700
}

.weather-future-item-icon {
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.weather-future-item:first-child {
    padding-left: 0
}

.weather-future-item:last-child {
    padding-right: 0
}

.weather-future-item:last-child:after {
    display: none
}

.weather-future-item .weather--temp {
    font-size: 16px
}

.currency-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.currency-col {
    flex: 10;
    text-align: left;
    font-size: 13px
}

.currency-col:nth-child(1) {
    flex: 3
}

.currency-col:nth-child(2) {
    flex: 9
}

.currency-col:nth-child(4) {
    flex: 3
}

.currency-col:nth-child(5) {
    text-align: right;
    flex: 4
}

.currency-sign {
    color: #a3a3a3
}

.currency-name {
    color: #a3a3a3
}

.currency-rate {
    color: #77828d;
    font-weight: 700
}

.currency-trend {
    color: #c7c5c4;
    min-width: 41px
}

.numbered-video-list {
    padding: 0
}

.numbered-video-list li {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5b6771
}

.numbered-video-list li:before {
    float: left;
    margin-top: 7px;
    height: 24px;
    display: inline-block;
    width: 24px;
    line-height: 27px;
    vertical-align: middle;
    background-color: #c7c5c4;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    margin-right: 5px
}

.numbered-video-list li>a {
    display: table;
    min-height: 38px;
    width: calc(100% - 30px)
}

.numbered-video-list li>a span {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word
}

.numbered-video-list li.active:before,
.numbered-video-list li:focus:before,
.numbered-video-list li:hover:before {
    background-color: #e6003c
}

.numbered-video-list li:nth-child(1):before {
    content: "1"
}

.numbered-video-list li:nth-child(2):before {
    content: "2"
}

.numbered-video-list li:nth-child(3):before {
    content: "3"
}

.numbered-video-list li:nth-child(4):before {
    content: "4"
}

.numbered-video-list li:nth-child(5):before {
    content: "5"
}

.numbered-video-list li:nth-child(6):before {
    content: "6"
}

.numbered-video-list li:nth-child(7):before {
    content: "7"
}

.numbered-video-list li:nth-child(8):before {
    content: "8"
}

.numbered-video-list li:nth-child(9):before {
    content: "9"
}

.numbered-video-list li:nth-child(10):before {
    content: "10"
}

.numbered-video-list li:nth-child(11):before {
    content: "11"
}

.numbered-video-list li:nth-child(12):before {
    content: "12"
}

.numbered-video-list li:nth-child(13):before {
    content: "13"
}

.numbered-video-list li:nth-child(14):before {
    content: "14"
}

.numbered-video-list li:nth-child(15):before {
    content: "15"
}

.numbered-video-list li:nth-child(16):before {
    content: "16"
}

.numbered-video-list li:nth-child(17):before {
    content: "17"
}

.numbered-video-list li:nth-child(18):before {
    content: "18"
}

.numbered-video-list li:nth-child(19):before {
    content: "19"
}

.numbered-video-list li:nth-child(20):before {
    content: "20"
}

.numbered-video-list li:nth-child(21):before {
    content: "21"
}

.numbered-video-list li:nth-child(22):before {
    content: "22"
}

.numbered-video-list li:nth-child(23):before {
    content: "23"
}

.numbered-video-list li:nth-child(24):before {
    content: "24"
}

.numbered-video-list li:nth-child(25):before {
    content: "25"
}

.numbered-video-list li:nth-child(26):before {
    content: "26"
}

.numbered-video-list li:nth-child(27):before {
    content: "27"
}

.numbered-video-list li:nth-child(28):before {
    content: "28"
}

.numbered-video-list li:nth-child(29):before {
    content: "29"
}

.numbered-video-list li:nth-child(30):before {
    content: "30"
}

.numbered-video-list li:nth-child(31):before {
    content: "31"
}

.numbered-video-list li:nth-child(32):before {
    content: "32"
}

.numbered-video-list li:nth-child(33):before {
    content: "33"
}

.numbered-video-list li:nth-child(34):before {
    content: "34"
}

.numbered-video-list li:nth-child(35):before {
    content: "35"
}

.numbered-video-list li:nth-child(36):before {
    content: "36"
}

.numbered-video-list li:nth-child(37):before {
    content: "37"
}

.numbered-video-list li:nth-child(38):before {
    content: "38"
}

.numbered-video-list li:nth-child(39):before {
    content: "39"
}

.numbered-video-list li:nth-child(40):before {
    content: "40"
}

.numbered-video-list li:nth-child(41):before {
    content: "41"
}

.numbered-video-list li:nth-child(42):before {
    content: "42"
}

.numbered-video-list li:nth-child(43):before {
    content: "43"
}

.numbered-video-list li:nth-child(44):before {
    content: "44"
}

.numbered-video-list li:nth-child(45):before {
    content: "45"
}

.numbered-video-list li:nth-child(46):before {
    content: "46"
}

.numbered-video-list li:nth-child(47):before {
    content: "47"
}

.numbered-video-list li:nth-child(48):before {
    content: "48"
}

.numbered-video-list li:nth-child(49):before {
    content: "49"
}

.numbered-video-list li:nth-child(50):before {
    content: "50"
}

.numbered-video-list li .item {
    margin-top: 12px
}

.numbered-video-list .right-side-related {
    margin-left: 29px
}

.poll-question {
    font-size: 14px;
    color: #5b6771
}

.poll-answers {
    padding: 0
}

.poll-answers li {
    list-style-type: none;
    font-size: 14px;
    color: #aaafb4;
    margin-top: 12px
}

.poll-answers li input {
    display: none
}

.poll-answers li input:checked+label:before {
    border-color: #e6003c
}

.poll-answers li input:checked+label:after {
    display: block
}

.poll-answers li label {
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.poll-answers li label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(119, 130, 141, .5);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(.5em - 5px)
}

.poll-answers li label:after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #e6003c;
    position: absolute;
    left: 4px;
    top: calc(.5em - 1px);
    border-radius: 50%;
    display: none
}

.poll-btn {
    font-size: 11px
}

.feat {
    display: flex;
    flex-direction: column
}

.feat-lg {
    flex: 2
}

.feat-list {
    flex: 1;
    display: flex;
    flex-direction: row
}

.feat-sm {
    flex: 1
}

.item-feat {
    position: relative
}

.item-feat .item-img {
    position: relative;
    background-size: cover;
    background-position: top center
}

.item-feat .item-img:before {
    content: "";
    display: block;
    padding-top: 55.24862%;
    pointer-events: none
}

.item-feat .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-feat .item-title {
    color: #fff
}

.item-feat .type-ch {
    color: #e3e5e7
}

.item-feat .icon-date {
    opacity: .7
}

.item-feat .item-meta i {
    vertical-align: middle
}

.item-feat .item-cap {
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: left;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, 0) 10%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(10%, rgba(79, 79, 79, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, 0) 10%, #000 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, 0) 10%, #000 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, 0) 10%, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(79, 79, 79, 0) 10%, #000 100%)
}

.item-feat.item-feat-lg .type-ch {
    font-size: 13px
}

.item-feat.item-feat-lg .type-ch i.fa {
    color: #e6003c;
    font-size: 35px;
    width: 30px
}

.item-feat.item-feat-lg .type-ch span.red {
    vertical-align: bottom;
    font-size: 22px;
    line-height: 28px
}

.item-feat.item-feat-lg .type-ch span.red.vide-name {
    line-height: 35px
}

.item-feat.item-feat-lg .h-xxl {
    font-family: gpbNusxuriBold;
    font-weight: inherit
}

.feat-lg .item-img,
.item-video-feat .item-img {
    max-height: 505px
}

.navbar-more-icon-default .i-arrow-thick-down-gray {
    margin-top: -3px;
    margin-left: 5px
}

.item-feat-sm .item-title {
    font-size: 16px
}

.item-feat-sm .item-title.dot-height-70 {
    max-height: 68px;
    overflow: hidden
}

.item-feat-updates {
    display: inline-block;
    padding: 7px 9px 6px 9px;
    margin-bottom: 15px;
    background-color: rgba(13, 10, 14, .5);
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff
}

.item-feat-updates i {
    vertical-align: sub;
    margin-right: 6px
}

.item-video-feat {
    display: flex;
    flex-direction: row;
    width: 100%
}

.item-video-feat .item-l {
    flex: 65
}

.item-video-feat .item-img {
    position: relative;
    background-size: cover;
    background-position: top center;
    height: 100%
}

.item-video-feat .item-img:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
    pointer-events: none
}

.item-video-feat .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-video-feat .item-r {
    flex: 35;
    padding: 30px;
    background-color: #0d0a0e
}

.item-video-feat .item-title {
    font-weight: 400
}

.item-video-feat .item-text {
    font-size: 15px;
    color: #fff;
    margin-top: 30px
}

.two-state-hover .hover-state {
    display: none
}

.two-state-hover:hover .default-state {
    display: none
}

.two-state-hover:hover .hover-state {
    display: inline-block
}

.nav-tabs {
    background-color: rgba(44, 43, 43, .39);
    border: 0;
    display: flex;
    flex-direction: row
}

.nav-tabs>li {
    margin-bottom: 0;
    flex: 1
}

.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    line-height: 60px;
    font-size: 14px;
    text-align: center
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border: 0;
    color: #e6003c;
    background-color: #0d0a0e
}

.nav-tabs>li.nav-tabs-right {
    flex: 1;
    padding-right: 30px;
    line-height: 60px
}

.nav-tabs>li.active {
    background-color: #0d0a0e
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    color: #e6003c;
    background-color: #0d0a0e
}

.nav-tabs .nav-tabs-right .inst.instagram-white {
    content: '';
    position: absolute
}

.tab-content {
    background-color: #19181d;
    padding: 30px
}

.shows-filter {
    background-color: #0d0a0e
}

.shows-filter div {
    padding: 10px 20px
}

.shows-filter a {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #5a646f
}

.shows-filter a.active,
.shows-filter a:hover {
    color: #e6003c
}

.item-expose .item-text {
    height: 65px
}

.col-sm-6 .item-expose .item-text {
    height: 120px
}

.online-journal .right-side {
    background-color: #f3f3f2
}

.online-journal .feed-block .h-lg.h-red {
    border: 0
}

.online-journal .feed-block .h-lg.h-red:after {
    background-color: #e6003c
}

.online-journal .feed-block+.feed-block {
    border: 0
}

.journal-title {
    margin-bottom: 30px;
    margin-top: 0;
    color: #e8e9ea;
    font-size: 60px;
    font-weight: 700
}

.journal-title.feed-block {
    margin-bottom: 0
}

.journal-title.m-b-60 {
    margin-bottom: 60px;
    margin-top: 30px
}

.special-top-content {
    padding: 20px;
    background-color: #0d0a0e;
    color: #fff;
    width: 100%
}

.load-news-container-data .img-wrapper {
    overflow: hidden
}

.load-news-container-data .img-wrapper img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle
}

.load-news-container-data .img-wrapper img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.max-height-100 {
    height: 100px !important
}

.apsl-login-networks {
    margin: -30px -15px 0 -15px
}

.empty-div {
    width: 100%;
    display: inline-block;
    height: 15px
}

.wi-red-button {
    color: #e6003c;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 12px;
    min-width: 100px;
    font-size: 13px;
    font-family: gpbMtavruliBold, sans-serif;
    text-align: center;
    display: inline-block;
    cursor: pointer
}

.wi-red-button:hover {
    background-color: #e6003c;
    color: #fff
}

.item-title-elipsis {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0
}

.item-title-elipsis.height-70 {
    line-height: 22px;
    -webkit-line-clamp: 3
}

.channel-player-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.second-channel-page .tv-ch-tabs-container {
    top: 0
}

@media (max-width:479px) {
    .second-channel-page .tv-ch-tabs-container .nav-tabs {
        margin-top: 0
    }
}

.second-channel-page .tv-page-cover-caption {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
    padding: 16px;
    margin-bottom: 0
}

.second-channel-page .tv-page-cover-caption .tv-page-cover-logo {
    display: none
}

.second-channel-page .tv-page-cover:before {
    padding-top: 56.25% !important
}

.second-channel-page .pointer-events-off {
    pointer-events: none;
    opacity: .4
}

.new-live-box .video-js .vjs-big-play-button {
    font-size: 64px;
    line-height: 103px;
    height: 103px;
    width: 103px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    background-color: rgba(238, 238, 238, .65);
    border-radius: 50%;
    color: #e6003c
}

@media (max-width:767px) {
    .new-live-box .video-js .vjs-big-play-button {
        height: 80px;
        width: 80px;
        font-size: 50px;
        line-height: 80px
    }
}

.new-live-box .video-js .vjs-big-play-button:focus,
.new-live-box .video-js:hover .vjs-big-play-button {
    background-color: rgba(238, 238, 238, .65)
}

.new-live-box .vjs-progress-control.vjs-control {
    visibility: hidden;
    pointer-events: none
}

.new-live-box .vjs-seek-to-live-control.vjs-control {
    display: none
}

.btn {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    padding: .5em 1.3em
}

.btn-outline-red {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-color: #e6003c;
    color: #e6003c
}

.btn-outline-red:hover {
    background-color: #e6003c;
    color: #fff
}

.gform_wrapper .gform_title {
    margin-bottom: 25px
}

.gform_wrapper ul {
    padding: 0
}

.gform_wrapper li {
    list-style: none;
    margin-bottom: 25px
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    display: inline-block;
    width: auto;
    min-width: 25%;
    margin: 0 25px 0 0
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input {
    width: auto;
    float: left;
    margin-right: 5px
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    margin: 0;
    font-size: 13px
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    display: block;
    width: 100%;
    line-height: 1.42857;
    color: #5b6771;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7c5c4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: none
}

.gform_wrapper .gform_footer .gform_button {
    width: auto;
    color: #fff
}

.gform_wrapper .gfield_required {
    color: #e6003c;
    margin-left: 9px
}

.gform_wrapper .validation_error {
    display: none
}

.gform_wrapper .validation_message {
    font-size: 13px;
    color: #e6003c
}

.feed-forms,
.gform_wrapper {
    padding: 30px
}

.feed-forms .bg-success,
.gform_wrapper .bg-success {
    border-radius: 6px;
    padding: 16px 10px;
    text-align: center
}

.feed-forms .control-label,
.feed-forms label,
.gform_wrapper .control-label,
.gform_wrapper label {
    margin-bottom: 13px;
    color: #5b6771;
    cursor: pointer;
    font-size: 17px;
    display: block;
    text-align: left
}

.feed-forms .control-label.required:after,
.feed-forms label.required:after,
.gform_wrapper .control-label.required:after,
.gform_wrapper label.required:after {
    content: '*';
    color: #e6003c;
    margin-left: 9px
}

.feed-forms .control-label.switch-box-label,
.feed-forms label.switch-box-label,
.gform_wrapper .control-label.switch-box-label,
.gform_wrapper label.switch-box-label {
    margin-bottom: 0
}

.feed-forms input,
.feed-forms textarea,
.gform_wrapper input,
.gform_wrapper textarea {
    outline: 0;
    border-radius: 4px;
    border-color: #a3a3a3;
    padding: 5px 13px;
    font-size: 16px;
    height: auto
}

.feed-forms input.has-error,
.feed-forms textarea.has-error,
.gform_wrapper input.has-error,
.gform_wrapper textarea.has-error {
    border-color: #e6003c
}

.feed-forms input:focus,
.feed-forms textarea:focus,
.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #c4c7cb
}

.feed-forms input[type=submit],
.feed-forms textarea[type=submit],
.gform_wrapper input[type=submit],
.gform_wrapper textarea[type=submit] {
    background: #00acee;
    border: 0;
    text-transform: uppercase;
    cursor: pointer
}

.feed-forms input[type=file],
.feed-forms textarea[type=file],
.gform_wrapper input[type=file],
.gform_wrapper textarea[type=file] {
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding: 0
}

.feed-forms .signed-in-container label,
.gform_wrapper .signed-in-container label {
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #c4c7cb
}

.feed-forms .signed-in-container label input,
.gform_wrapper .signed-in-container label input {
    margin-right: 5px;
    outline: 0
}

.feed-forms .form-error,
.gform_wrapper .form-error {
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

.feed-forms .form-error .error-alert,
.gform_wrapper .form-error .error-alert {
    height: 55px;
    line-height: 55px;
    background-color: #e6003c
}

.feed-forms .form-error .error-alert span,
.gform_wrapper .form-error .error-alert span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border: 1px solid #fff;
    margin: 0 15px
}

.feed-forms .form-error .bg-danger,
.gform_wrapper .form-error .bg-danger {
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 55px
}

.feed-forms .reset-password,
.gform_wrapper .reset-password {
    border-bottom: 1px solid #e6003c
}

.input-file-container {
    height: 34px
}

.input-file-container:hover label strong {
    background-color: rgba(196, 199, 203, .7)
}

.input-file-container input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.input-file-container label {
    border: 1px solid #a3a3a3;
    background-color: #fff;
    padding: 0;
    height: 100%;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    overflow: hidden
}

.input-file-container label span {
    width: calc(100% - 100px);
    line-height: 34px;
    height: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0 13px
}

.input-file-container label strong {
    height: 100%;
    color: #fff;
    background-color: #c4c7cb;
    display: inline-block;
    line-height: 34px;
    width: 100px;
    text-align: center;
    font-size: 13px;
    float: right
}

body div.mce-panel {
    border: 0 solid #a3a3a3
}

.categories-list-container {
    padding-left: 15px;
    min-height: 100vh;
    border-left: 1px solid #e3e5e7
}

.categories-list-container h5 {
    margin-bottom: 13px;
    color: #5b6771;
    cursor: pointer;
    margin-top: 7px
}

.categories-list-container li {
    list-style: none
}

.success-response {
    padding: 15px
}

.gform_wrapper {
    padding: 15px 0
}

body .select2-container {
    max-width: 100%
}

body .select2-container .select2-dropdown {
    z-index: 33
}

body .select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #d5d8dc;
    border-radius: 0;
    outline: 0;
    height: 32px
}

body .select2-container .select2-selection--single span,
body .select2-container .select2-selection--single span.select2-selection__rendered {
    color: #5c6670
}

body .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #ef5f85 transparent transparent transparent
}

body .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ef5f85 transparent
}

body .select2-container .select2-results__option,
body .select2-container .select2-search--dropdown,
body .select2-container .select2-search--dropdown .select2-search__field {
    padding: 1px 4px
}

body .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #ef5f85
}

.team-filter-container div,
.team-filter-container form {
    color: #5c6670
}

.team-filter-container div ::-webkit-input-placeholder,
.team-filter-container form ::-webkit-input-placeholder {
    color: #5c6670
}

.team-filter-container div ::-moz-placeholder,
.team-filter-container form ::-moz-placeholder {
    color: #5c6670
}

.team-filter-container div :-ms-input-placeholder,
.team-filter-container form :-ms-input-placeholder {
    color: #5c6670
}

.team-filter-container div :-moz-placeholder,
.team-filter-container form :-moz-placeholder {
    color: #5c6670
}

body .select2-container .select2-selection--multiple {
    min-height: 34px
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #c4c7cb
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: -1px
}

.switch-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 28px
}

.switch-box input {
    display: none
}

.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 35px
}

.switch-box .slider:before {
    position: absolute;
    content: "";
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    left: 2px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.switch-box input:checked+.slider {
    background-color: #00acee
}

.switch-box input:checked+.slider:before {
    content: "";
    -webkit-transform: translateX(54px);
    -ms-transform: translateX(54px);
    transform: translateX(54px)
}

@font-face {
    font-family: gpbNusxuriLight;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg")
}

@font-face {
    font-family: gpbNusxuri;
    src: url("");
    src: url("") format("embedded-opentype"), url("gpbNusxuriRegular.woff2") format("woff2"), url("gpbNusxuriRegular.woff") format("woff"), url("gpbNusxuriRegular.ttf") format("truetype"), url("") format("svg")
}

@font-face {
    font-family: gpbNusxuriBold;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg")
}

@font-face {
    font-family: gpbMtavruli;
    src: url("");
    src: url("") format("embedded-opentype"), url("gpbMtavruliRegular.woff2") format("woff2"), url("gpbMtavruliRegular.woff") format("woff"), url("gpbMtavruliRegular.ttf") format("truetype"), url("") format("svg")
}

@font-face {
    font-family: gpbMtavruliBold;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg")
}

body .news-lent-container .h {
    font-family: gpbNusxuriBold
}

body {
    font-family: gpbNusxuri
}

body .gpbMtavruli {
    font-family: gpbMtavruli
}

.feed-block body .item-title,
.item-expose.item-expose-textlead body .item-title,
body .feed-block .item-title,
body .gpbNusxuriBold,
body .item-expose.item-expose-textlead .item-title {
    font-family: gpbNusxuriBold;
    font-weight: 400
}

body .gpbMtavruliBold {
    font-family: gpbMtavruliBold;
    font-weight: 400
}

body .navbar-default .navbar-nav>li.navbar-more-items ul li a,
body .navbar-default .navbar-nav>li>a {
    font-family: gpbMtavruliBold;
    text-transform: uppercase
}

body .item-strip .item-title,
body .search-resutl-item .item-title {
    font-family: gpbNusxuri
}

.news-lent-list-container-data {
    font-family: gpbNusxuri
}

body[lang=am],
body[lang=az] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

body[lang=am] .news-lent-container .h,
body[lang=az] .news-lent-container .h {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

body[lang=am],
body[lang=am] .item-feat.item-feat-lg .h-xxl,
body[lang=az],
body[lang=az] .item-feat.item-feat-lg .h-xxl {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

body[lang=am] .gpbMtavruli,
body[lang=az] .gpbMtavruli {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.feed-block body[lang=am] .item-title,
.feed-block body[lang=az] .item-title,
.item-expose.item-expose-textlead body[lang=am] .item-title,
.item-expose.item-expose-textlead body[lang=az] .item-title,
body[lang=am] .feed-block .item-title,
body[lang=am] .gpbNusxuriBold,
body[lang=am] .item-expose.item-expose-textlead .item-title,
body[lang=az] .feed-block .item-title,
body[lang=az] .gpbNusxuriBold,
body[lang=az] .item-expose.item-expose-textlead .item-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

body[lang=am] .gpbMtavruliBold,
body[lang=az] .gpbMtavruliBold {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

body[lang=am] .navbar-default .navbar-nav>li.navbar-more-items ul li a,
body[lang=am] .navbar-default .navbar-nav>li>a,
body[lang=az] .navbar-default .navbar-nav>li.navbar-more-items ul li a,
body[lang=az] .navbar-default .navbar-nav>li>a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

body[lang=am] .item-strip .item-title,
body[lang=am] .search-resutl-item .item-title,
body[lang=az] .item-strip .item-title,
body[lang=az] .search-resutl-item .item-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

body[lang=am] .live-video-controllers,
body[lang=az] .live-video-controllers {
    padding: 28px
}

body[lang=am] .live-video-controllers div:not(.live),
body[lang=az] .live-video-controllers div:not(.live) {
    display: none
}

body[lang=am] .tv-page .content-sided,
body[lang=az] .tv-page .content-sided {
    min-height: 0
}

body[lang=am] .tv-page .content-sided .main-content,
body[lang=az] .tv-page .content-sided .main-content {
    min-height: 0 !important
}

body[lang=am] .tv-page .live-list-container,
body[lang=az] .tv-page .live-list-container {
    margin-left: 0;
    margin-right: 0
}

html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9
}

.body-wrapper {
    max-width: 1366px;
    flex: 1 0 0
}

.banner-wrapper {
    width: calc(100% - 1406px);
    height: 100%;
    position: fixed;
    right: 20px;
    top: 0;
    opacity: 0;
    pointer-events: none
}

.main-wrapper {
    flex: 1;
    display: flex;
    flex-direction: row
}

.side {
    flex: 0 0 86px;
    max-width: 86px;
    height: auto !important;
    display: block;
    width: 86px;
    background-color: #1c1d26;
    z-index: 9999
}

.side-content {
    left: 0;
    width: 86px
}

.side .lang-opened {
    display: none
}

.side .lang-closed {
    display: block
}

.side .all-live-url {
    color: #5b6771;
    font-family: gpbNusxuri;
    text-transform: none
}

.side .all-live-url:hover {
    color: #fff
}

.side .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px
}

.side:not(.in) {
    text-align: center
}

.side:not(.in) .all-live-url {
    display: none
}

.side:not(.in) .side-live i {
    float: none !important;
    vertical-align: top;
    margin-right: 5px
}

.side:not(.in) .side-live-h {
    text-align: center
}

.side:not(.in) .side-menu li {
    margin-left: -12px;
    border-left: 3px solid transparent;
    word-wrap: break-word
}

.side:not(.in) .side-menu li a i {
    width: 20px;
    text-align: center;
    top: 13px;
    left: 25px
}

.side:not(.in) .side-menu li a .side-menu-item-title {
    display: none
}

.side:not(.in) .side-menu li:not(.side-menu-h):hover {
    position: relative;
    white-space: nowrap;
    border-left: 3px solid #e6003c;
    z-index: 20
}

.side:not(.in) .side-menu li:not(.side-menu-h):hover a {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    background-color: #0d0a0e;
    padding-right: 20px;
    padding-left: 60px
}

.side:not(.in) .side-menu li:not(.side-menu-h):hover a .side-menu-item-title {
    display: inline-block
}

.side:not(.in) .side-social a {
    display: block;
    margin: 0
}

.side:not(.in) .item-side-live {
    display: none
}

.side.collapse.in {
    flex: 0 0 220px;
    max-width: 220px
}

.side.collapse.in .side-content {
    width: 220px
}

.side.collapse.in .lang-opened {
    display: block
}

.side.collapse.in .lang-closed {
    display: none
}

.side.collapse.in .logo-collapse {
    display: none
}

.side.collapse.in .logo-in {
    display: block
}

.side.collapse.in .side-toggle-title {
    display: inline
}

.side.collapse.in .side-live-item {
    display: block
}

.side.collapse.in .side-menu-h {
    text-align: left
}

.side.collapse.in .side-menu li a {
    text-align: left
}

.side.collapse.in .side-menu li a-item-title {
    display: inline
}

.lang .lang-closed {
    margin-left: 16px
}

.lang .lang-closed a {
    margin-right: 0
}

.lang .lang-closed .i-arrow-thick-down-gray {
    margin-left: 2px;
    margin-top: -3px
}

.lang .lang-closed .inactive-languages {
    display: block;
    width: 32px;
    overflow: hidden;
    max-height: 0;
    margin: 0 auto;
    text-align: left
}

.lang .lang-closed .inactive-languages a {
    display: block;
    margin: 3px 0
}

.lang .lang-closed.opened i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lang .lang-closed.opened .inactive-languages {
    max-height: 150px
}

.logo-in {
    display: none
}

.side-toggle {
    font-size: 11px;
    color: #5b6771;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 10px 0
}

.side-toggle-title {
    display: none
}

.side-toggle .iconbar-wrapper {
    display: inline-block;
    vertical-align: top
}

.side-toggle .icon-bar {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 0;
    background-color: #5b6771
}

.side-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.side-toggle .icon-bar:nth-child(1) {
    transform: rotate(0)
}

.side-toggle .icon-bar:nth-child(2) {
    opacity: 1
}

.side-toggle .icon-bar:nth-child(3) {
    transform: rotate(0)
}

.side-toggle:not(.in) {
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center
}

.side-toggle.in .iconbar-wrapper {
    margin-right: 4px
}

.side-toggle.in .icon-bar {
    width: 22px
}

.side-toggle.in .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.side-toggle.in .icon-bar:nth-child(2) {
    opacity: 0
}

.side-toggle.in .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.side-toggle:hover span {
    color: #fff
}

.side-toggle:hover span .icon-bar {
    background-color: #fff
}

.lang {
    padding-top: 0;
    padding-bottom: 10px;
    white-space: nowrap;
    margin-bottom: 10px
}

.lang a {
    color: #5b6771;
    margin-right: 5px;
    font-size: 15px;
    text-transform: uppercase
}

.lang a.active,
.lang a:hover {
    color: #fff
}

.side-social a {
    margin-right: 15px
}

.side-live-h {
    font-size: 13px;
    line-height: 23px;
    height: 20px;
    vertical-align: top;
    color: #5a646f;
    margin-bottom: 18px
}

.side-live-h i.pull-left {
    vertical-align: middle;
    width: 15px;
    font-size: 20px;
    margin-right: 8px
}

.side-live-h-active,
.side-live-h-active i {
    animation: colorChange 1.5s ease;
    -moz-animation: colorChange 1.5s infinite ease;
    -webkit-animation: colorChange 1.5s infinite ease
}

.side-livefb-h {
    font-size: 13px;
    line-height: 23px;
    height: 20px;
    vertical-align: top;
    color: #5a646f;
    margin-bottom: 18px
}

.side-livefb-h i.pull-left {
    vertical-align: middle;
    width: 15px;
    font-size: 20px;
    margin-right: 8px
}

.side-livefb-h-active,
.side-livefb-h-active i {
    animation: colorChangeFB 1.5s ease;
    -moz-animation: colorChangeFB 1.5s infinite ease;
    -webkit-animation: colorChangeFB 1.5s infinite ease
}

@-moz-keyframes colorChange {
    0% {
        color: #e6003c
    }

    50% {
        color: #5a646f
    }

    100% {
        color: #e6003c
    }
}

@-webkit-keyframes colorChange {
    0% {
        color: #e6003c
    }

    50% {
        color: #5a646f
    }

    100% {
        color: #e6003c
    }
}

@-moz-keyframes colorChangeFB {
    0% {
        color: #5a77ba
    }

    50% {
        color: #5a646f
    }

    100% {
        color: #5a77ba
    }
}

@-webkit-keyframes colorChangeFB {
    0% {
        color: #5a77ba
    }

    50% {
        color: #5a646f
    }

    100% {
        color: #5a77ba
    }
}

.side-menu {
    padding: 0;
    margin-bottom: 20px
}

.side-menu li {
    list-style-type: none
}

.side-menu li a,
.side-menu li:not(.side-menu-h) {
    min-height: 41px
}

.side-menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-left: 30px
}

.side-menu li a i {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    vertical-align: top
}

.side-menu li a.active i {
    color: #e6003c
}

.side-menu li:hover i {
    color: #fff
}

.side-menu-h {
    text-align: center;
    color: #5b6771;
    font-size: 11px;
    margin-bottom: 5px
}

.side-menu-item-title {
    font-size: 13px
}

.tv-home-slide-img:before {
    content: "";
    background-color: rgba(0, 0, 0, .3)
}

header {
    height: 78px;
    z-index: 4
}

header .navbar {
    height: 78px;
    overflow: hidden
}

header.loaded .navbar {
    height: auto;
    overflow: visible;
    min-height: auto;
    background-color: #fff
}

.logo {
    height: 79px
}

.logo a {
    display: block;
    height: 79px;
    outline: 0;
    position: relative;
    z-index: 333
}

.logo img {
    height: 79px
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 1280px
}

.side.collapse.in+.main {
    max-width: 1146px;
    min-width: 0
}

.navbar {
    border: 0;
    z-index: 1030;
    margin-left: 86px;
    max-width: 1280px
}

.navbar.left-side-expanded {
    max-width: 1146px;
    margin-left: 220px
}

.admin-bar .navbar.navbar-fixed-top {
    top: 32px
}

.navbar-brand {
    padding: 0;
    display: none;
    height: 79px;
    /* background-color: #0d0a0e; */
    background-color: #fff;

    width: 130px;
    position: fixed;
    z-index: 13
}

.navbar-toggle {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    /* background-color: #0d0a0e; */
    background-color: #fff;
    height: 79px;
    margin: 0;
    z-index: 14
}

.navbar-toggle .icon-bar {
    border-radius: 0
}

.navbar-search-form {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 0;
    height: 79px;
    z-index: 9999999;
    background-color: #e6003c;
    padding: 0
}

.navbar-search-form-input {
    padding: 0 150px 0 30px;
    font-size: 15px;
    margin-top: 10px;
    height: 58px;
    border: 0;
    outline: 0 !important;
    color: #fff;
    background-color: transparent;
    width: 100%
}

.navbar-search-form-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.navbar-search-form-input:-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.navbar-search-form-input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.navbar-search-form-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.navbar-search-form.open {
    width: 100%
}

.navbar-collapse {
    box-shadow: none;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.navbar-collapse.in {
    overflow: visible
}

.navbar-more {
    position: relative
}

.navbar-more-icon-hover {
    display: none
}

.navbar-more-icon-expanded {
    display: none
}

.navbar-more:hover a {
    color: #2c2b2b !important
}

.navbar-more:hover a:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    border-bottom: 2px solid #e6003c
}

.navbar-more.more-expanded a {
    color: #e6003c !important
}

.navbar-more.more-expanded .navbar-more-icon-default i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4px
}

.nav>li.navbar-more {
    display: none
}

.navbar-default .navbar-nav {
    position: relative;
    width: 100%
}

.navbar-default .navbar-nav>li {
    padding-top: 17px;
    padding-bottom: 17px
}

.navbar-default .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
    font-size: 13px;
    font-weight: 700
}

.navbar-default .navbar-nav>li>a:focus {
    color: #5b6771
}

.navbar-default .navbar-nav>li.inactive,
.navbar-default .navbar-nav>li:first-child {
    background-color: #fafafa
}

.navbar-default .navbar-nav>li.inactive>a,
.navbar-default .navbar-nav>li:first-child>a {
    color: #a4a4a4
}

.navbar-default .navbar-nav>li.inactive,
.navbar-default .navbar-nav>li.parentActive:not(:first-child) a,
.navbar-default .navbar-nav>li:first-child {
    border-right: 1px solid #e3e5e7
}

.navbar-default .navbar-nav>li.back-page i {
    margin-right: 5px;
    margin-top: -3px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li:hover>a {
    color: #e6003c
}

.navbar-default .navbar-nav>li.navbar-more-items {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #fafafa
}

.navbar-default .navbar-nav>li.navbar-more-items ul {
    padding: 25px 80px 10px 0;
    border-top: 1px solid #f0f1f2
}

.navbar-default .navbar-nav>li.navbar-more-items ul:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.navbar-default .navbar-nav>li.navbar-more-items ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
    margin-right: 35px
}

.navbar-default .navbar-nav>li.navbar-more-items ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 44px;
    margin-bottom: 15px;
    outline: 0;
    text-transform: uppercase;
    color: #5b6771;
    font-size: 13px
}

.navbar-default .navbar-nav>li.navbar-more-items ul li.active a,
.navbar-default .navbar-nav>li.navbar-more-items ul li:hover a {
    color: #e6003c
}

.navbar-default .navbar-nav>li.navbar-search {
    float: right;
    width: 78px;
    border-left: 1px solid rgba(227, 229, 231, .5);
    text-align: center;
    cursor: pointer;
    z-index: 99999999
}

.navbar-default .navbar-nav>li.navbar-search a {
    height: 44px;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-default .navbar-nav>li.navbar-search .search-close {
    display: none
}

.navbar-default .navbar-nav>li.navbar-search .navbar-search-icon-active {
    display: none;
    position: absolute;
    left: -55px
}

.navbar-default .navbar-nav>li.navbar-search i {
    font-size: 28px
}

.navbar-default .navbar-nav>li.navbar-search.in {
    border-left: 0
}

.navbar-default .navbar-nav>li.navbar-search.in .navbar-search-icon-default {
    display: none
}

.navbar-default .navbar-nav>li.navbar-search.in .navbar-search-icon-active {
    display: inline-block
}

.navbar-default .navbar-nav>li.navbar-search:hover a i {
    color: rgba(90, 100, 111, .8)
}

.navbar-default .navbar-nav>li.navbar-search.open .search-open {
    display: none
}

.navbar-default .navbar-nav>li.navbar-search.open .navbar-search-icon-active,
.navbar-default .navbar-nav>li.navbar-search.open .search-close {
    display: block
}

.navbar.more-expanded .navbar-nav>li.navbar-more-items {
    max-height: 630px
}

.navbar-default .navbar-collapse {
    border: 0
}

.right-side {
    background-color: #fff
}

.right-side .sidebar-m-b-20 {
    margin-bottom: 20px
}

.right-side .h-gray {
    border-bottom-color: rgba(227, 229, 231, .5)
}

.right-side .h-gray:first-child {
    margin-top: 0
}

.banner-document {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(227, 229, 231, .5);
    outline: 0
}

.banner-document .document-format {
    margin: 0 10px 8px 0;
    width: auto;
    height: 36px
}

.banner-document .document-format span {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-image: url("")
}

.banner-document .document-format span.document-image-pdf {
    background-image: url("")
}

.banner-document .document-format span.document-image-excel {
    background-image: url("")
}

.banner-document .document-format span.document-image-word {
    background-image: url("")
}

.banner-document .document-title {
    margin: 0;
    width: auto;
    color: #5b6771
}

.poll .poll-submit {
    cursor: pointer;
    outline: 0
}

.poll .poll-results {
    margin-bottom: 15px
}

.poll .single-vote-percent {
    margin: 2px 0;
    position: relative
}

.poll .single-vote-percent-value {
    width: 100%;
    height: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.poll .single-vote-percent-value div {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #00acee
}

.poll li {
    padding: 3px 0;
    position: relative;
    z-index: 2;
    margin: 0;
    color: #0d0a0e;
    padding-right: 20px
}

.search-form {
    position: relative
}

.search-form .advanced-search {
    position: absolute;
    z-index: 3;
    right: 80px;
    top: 22px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 20px;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 4px
}

.search-form .advanced-search:hover {
    background-color: #fff;
    color: #e6003c
}

.load-more-spinner {
    width: 70px;
    display: block;
    margin: 20px auto
}

.item-title {
    height: auto
}

.load-more-lenta {
    width: 50px;
    display: block;
    margin: 5px auto
}

.news-list-data .news.active {
    background-color: #ff0
}

.news-list-data .news-content p {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-list-data .news-content-more {
    max-height: 0
}

.news-list-data .news-content-less {
    max-height: 100%
}

.news-list-data .news-content.open .news-content-more {
    max-height: 100%
}

.news-list-data .news-content.open .news-content-less {
    max-height: 0
}

.item-side-live iframe {
    width: 100% !important;
    max-height: 160px !important
}

.single .content-sided .content-wrapper {
    flex: 1
}

body .fb_iframe_widget_fluid_desktop iframe {
    min-width: 190px;
    height: 100% !important
}

.live-list-container .item-title a {
    color: #fff
}

.slim-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .slim-content.mobile-fullwidth {
        width: 100%
    }
}

.el-lists .single-elit-container {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3eaee
}

.el-lists .single-elit-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%
}

.el-lists .single-elit-details {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    height: 100px;
    line-height: 100px
}

@media (max-width:479px) {
    .el-lists .single-elit-details {
        flex-wrap: wrap;
        flex-direction: column
    }
}

.el-lists .single-elit-author {
    flex: 1;
    min-width: 25%;
    color: #969da8;
    height: 100px;
    line-height: 100px;
    padding-right: 10px
}

.el-lists .single-elit-author span {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle
}

.el-lists .single-elit-name {
    flex: 4;
    color: #263038;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px
}

.el-lists .single-elit .fa {
    color: #e6003c;
    padding-right: 10px
}

.el-lists .single-elit:last-child .single-elit-container {
    border-bottom: 0
}

.el-lists-show-more {
    text-align: center;
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #e6ecf0;
    z-index: 2;
    margin-top: 60px;
    margin-bottom: 30px
}

.el-lists-show-more span {
    cursor: pointer;
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: -14px;
    text-align: center;
    font-size: 20px;
    color: #a9b3ba;
    background-color: #fff;
    z-index: 3
}

.el-lists-show-more span:hover {
    color: #e6003c
}

.item-content-container .content-text iframe,
.item-content-container .content-text img {
    width: 55%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%
}

.item-content-container .content-text iframe.full-width,
.item-content-container .content-text img.full-width {
    float: none;
    margin-right: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto
}

.item-content-container .content-text iframe {
    height: 400px
}

.item-content-container .content-text.full-text p {
    width: 100%
}

.item-content-container .content-text .more-content {
    display: none
}

.item-content-container .content-text .read-less-text {
    display: none
}

.item-content-container .content-text.show-less-text .read-less-text {
    display: block
}

.item-content-container .content-text.show-less-text .read-more-text {
    display: none
}

.item-content-container .show-more-content {
    cursor: pointer
}

.feed-block .item-content-container .content-text img {
    width: auto;
    max-width: 38%
}

.single-elit_author .item-content-container .content-text iframe,
.single-elit_author .item-content-container .content-text img {
    width: 35%
}

.organisation-slider-container {
    display: flex
}

.organisation-slider-container .tv-home-slider {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    flex: 2
}

.organisation-slider-container .tv-home-slide-cap {
    bottom: 10px;
    border: 0
}

.organisation-slider-container .tv-home-slide-title {
    font-size: 35px
}

.organisation-slider-container .tv-home-boxes {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    position: relative
}

html[lang=ka-GE] .feed-forms input[type=submit],
html[lang=ka-GE] .feed-forms textarea[type=submit],
html[lang=ka-GE] .gform_wrapper input[type=submit],
html[lang=ka-GE] .gform_wrapper textarea[type=submit],
html[lang=ka-GE] .navbar-default .navbar-nav>li.navbar-more-items ul li a,
html[lang=ka-GE] .navbar-default .navbar-nav>li>a,
html[lang=ka-GE] .uppercase {
    text-transform: none
}

.terms-services-modal {
    z-index: 999999;
    color: #333;
    cursor: default
}

.terms-services-modal .modal-dialog {
    width: auto;
    max-width: 768px;
    padding: 0 30px
}

@media (max-width:767px) {
    .terms-services-modal .modal-dialog {
        padding: 0
    }
}

.terms-services-modal .modal-content {
    padding: 40px 40px 24px 40px;
    border-radius: 4px
}

.terms-services-modal .modal-body {
    position: static;
    padding: 0
}

.terms-services-modal .modal-footer {
    padding: 15px 0 0 0;
    border: none
}

.terms-services-modal .modal-footer:before {
    content: "";
    position: absolute;
    left: 0;
    background: #e3e5e7;
    width: 100%;
    height: 1px;
    display: block
}

.terms-services-modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: 0 0;
    border: none;
    cursor: pointer;
    z-index: 1;
    transform: scale(1.5);
    color: #1c1d26;
    opacity: .7;
    transition: .2s
}

.terms-services-modal-close:hover {
    opacity: 1;
    transition: .2s
}

.terms-services-modal-button {
    color: #e6003c;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    margin-top: 24px;
    padding: 0 8px;
    height: 35px;
    min-width: 100px;
    font-size: 13px;
    font-family: gpbMtavruliBold, sans-serif;
    text-align: center;
    display: inline-block;
    cursor: pointer
}

.terms-services-modal-button:hover {
    background-color: #e6003c;
    color: #fff
}

.terms-services-modal blockquote {
    border: none;
    padding: 0
}

.terms-services-modal blockquote p {
    position: relative;
    line-height: 27px;
    color: #fff;
    letter-spacing: .3px;
    font-family: gpbNusxuri, sans-serif;
    padding: 16px 0;
    z-index: 1
}

.terms-services-modal blockquote p:after {
    content: "";
    width: calc(100% + 80px);
    background: #e6003c;
    height: 100%;
    display: block;
    left: -40px;
    top: 0;
    position: absolute;
    z-index: -1
}

.terms-services-modal blockquote:before {
    content: "";
    background: #e6003c
}

@media (max-width:767px) {
    .terms-services-modal blockquote h3 {
        font-size: 22px
    }
}

.terms-services-modal h2 {
    font-family: gpbMtavruliBold, sans-serif;
    font-size: 24px;
    margin: 0;
    line-height: normal
}

.terms-services-modal h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 52px;
    height: 4px;
    background: #e6003c;
    margin-top: 4px
}

.terms-services-modal h3 {
    line-height: 24px;
    font-size: 15px;
    color: #0d0a0e
}

.terms-services-modal h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e5e7;
    margin-top: 8px;
    margin-bottom: 32px
}

.terms-services-modal ul {
    list-style: none;
    padding-left: 16px
}

.terms-services-modal ul li {
    position: relative
}

.terms-services-modal ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -16px;
    width: 8px;
    height: 8px;
    background: #e6003c;
    border-radius: 50%
}

.terms-services-modal p {
    letter-spacing: .3px;
    line-height: 27px;
    font-size: 16px
}

.elit-back-page {
    border-right: 1px solid #e3e5e7;
    background: #fafafa
}

.elit-back-page a {
    color: #a4a4a4;
    font-size: 12px
}

.tv-page .elit-back-page {
    background: 0 0;
    border-right-color: #38434d
}

@media (max-width:479px) {
    .wi-list-show-all {
        padding: 0 15px
    }
}

.telefilm-tag {
    font-size: 34px
}

@media (max-width:767px) {
    .telefilm-tag {
        font-size: 22px
    }
}

@media (max-width:479px) {
    .telefilm-tag {
        margin-left: 15px;
        margin-right: 15px
    }
}

.header-menu-icon {
    display: none
}

.single-retrospection .article-cover {
    display: none
}

.ua-flag {
    max-width: 13px !important;
    position: relative;
    top: -2px
}

.tv-radio-live .ua-flag {
    top: -1px
}

.content-sided {
    display: flex;
    flex-direction: row;
    min-height: 90vh
}

.content-sided.our-team {
    flex-direction: column
}

@media (max-width:600px) {
    .content-sided .documents-list .col-lg-4.col-sm-6 {
        width: 100%
    }
}

.main-content {
    flex: 1;
    min-width: 0
}

.right-side {
    flex: 0 0 260px;
    max-width: 260px;
    border-left: 1px solid rgba(227, 229, 231, .5);
    padding: 30px
}

.feed-block {
    padding: 15px
}

.feed-block.background-light {
    background-color: #fcfbfa
}

.feed-block:nth-child(even) {
    background-color: #fff
}

.feed-block+.feed-block {
    border-top: 1px solid rgba(227, 229, 231, .5)
}

.feed-block td {
    vertical-align: top
}

.feed-block .h.m-b-20 {
    margin-bottom: 20px
}

.feed-block .content-block-title.h {
    border-bottom: 0
}

.feed-block .content-block-title.h:after {
    background-color: #e6003c
}

.feed-block.background-dark {
    background: #1c1d26
}

.feed-block.background-dark .content-text {
    color: #7e838e
}

.loaded-news {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .3s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .3s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    animation-duration: .3s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    margin-bottom: 10px
}

.loaded-news.m-t-0 {
    margin-bottom: 0
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px)
    }

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

.home-list-container .news-lent-container .news-lent-list-container {
    height: 420px;
    overflow: hidden
}

.home-list-container .news-lent-container .news-lent-list-container ::-webkit-scrollbar {
    width: 5px;
    height: 1em
}

.home-list-container .news-lent-container .news-lent-list-container ::-webkit-scrollbar-button {
    background: #1c1d26
}

.home-list-container .news-lent-container .news-lent-list-container ::-webkit-scrollbar-track-piece {
    background: #1c1d26
}

.home-list-container .news-lent-container .news-lent-list-container ::-webkit-scrollbar-thumb {
    background: #e6003c
}

.home-list-container .news-lent-container .news-lent-list-container>div {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 20px
}

.home-list-container .news-lent-container .news-lent-list-archive {
    width: 100%;
    display: block;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    height: 35px;
    line-height: 35px
}

.home-list-container .news-lent-container .news-lent-list-archive:hover {
    background-color: #e6003c;
    color: #fff
}

.home-list-container .single-news-lent {
    padding-right: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px
}

.home-list-container .breacking-line {
    padding-right: 1px;
    margin-left: -4px;
    display: inline-block;
    color: #c7cdd2
}

.home-list-container .timeagof {
    margin-right: 5px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 13px
}

.home-list-container a {
    outline: 0;
    font-size: 13px;
    word-break: break-word
}

#load-news-container {
    max-width: 100%
}

@media (max-width:991px) {
    .home .hide-if-mobile {
        display: none
    }
}

.right-side-blog {
    border-left: 0
}

.feed-blog {
    background-color: #fafafa
}

.feat-blog .item-blog-feat .item-img {
    position: relative;
    background-size: cover
}

.feat-blog .item-blog-feat .item-img:before {
    content: "";
    display: block;
    padding-top: 25.5102%;
    pointer-events: none
}

.feat-blog .item-blog-feat .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.feat-blog .item-blog-feat-details {
    display: flex;
    flex-direction: row;
    padding: 30px
}

.feat-blog .item-blog-feat-l {
    flex: 0 0 22%;
    max-width: 22%;
    padding-right: 20px;
    display: flex;
    flex-direction: column
}

.feat-blog .item-blog-feat-date {
    font-size: 13px;
    margin-bottom: 10px;
    color: #abb0b5;
    font-weight: 700
}

.feat-blog .item-blog-feat-author {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 65px;
    color: #5b6771;
    font-weight: 700
}

.feat-blog .item-blog-feat-author-img {
    position: relative;
    width: 35px;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 3px;
    background-position: center
}

.feat-blog .item-blog-feat-author-img:before {
    content: "";
    display: block;
    padding-top: 100%;
    pointer-events: none
}

.feat-blog .item-blog-feat-author-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.feat-blog .item-blog-feat-comment {
    font-size: 16px;
    color: #8a929a;
    margin-top: auto;
    font-weight: 700
}

.feat-blog .item-blog-feat-read-more {
    font-size: 16px;
    color: #e6003c;
    font-weight: 700
}

.feat-blog .item-blog-feat-r {
    flex: 1;
    padding-left: 20px
}

.feat-blog .item-blog-feat .item-title {
    font-size: 20px
}

.feat-blog .item-blog-feat .item-text {
    font-size: 17px;
    color: #5b6771;
    margin-top: 20px;
    word-wrap: break-word;
    word-break: break-word
}

.feat-blog.blog-big-image .item-img:before {
    padding-top: 50%
}

.feat-blog.members-area .item-blog-feat-author {
    display: block
}

.feat-blog.members-area .item-blog-feat-author-img {
    width: 100px;
    margin-right: 26px
}

.feat-blog.members-area .author-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 100px
}

.blog-items-row>[class*=col-] {
    padding: 0
}

.blog-items-row>[class*=col-]:nth-child(odd) .item-blog:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid rgba(119, 130, 141, .3)
}

.item-blog .item-img {
    position: relative;
    background-size: cover
}

.item-blog .item-img:before {
    content: "";
    display: block;
    padding-top: 69.93007%;
    pointer-events: none
}

.item-blog .item-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-blog .item-details {
    padding: 30px
}

.item-blog .item-date {
    font-size: 13px;
    color: #abb0b5;
    font-weight: 700;
    margin-bottom: 12px
}

.item-blog-title-container {
    min-height: 95px
}

.item-blog .item-title {
    font-size: 20px;
    word-wrap: break-word;
    word-break: break-word
}

.item-blog-text-container {
    height: 250px;
    word-wrap: break-word;
    word-break: break-word
}

.item-blog-author-row {
    height: 35px
}

.item-blog .item-text {
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-word
}

.item-blog-author-row:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.item-blog-author {
    font-size: 16px;
    font-weight: 700;
    color: #5b6771;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.item-blog-author span {
    margin-right: 5px
}

.item-blog-author-img {
    position: relative;
    width: 35px;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 3px
}

.item-blog-author-img:before {
    content: "";
    display: block;
    padding-top: 100%;
    pointer-events: none
}

.item-blog-author-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.item-blog-comment {
    font-size: 16px;
    font-weight: 700;
    color: rgba(91, 103, 113, .5);
    text-align: right;
    display: block;
    width: 50%;
    float: right;
    line-height: 35px
}

.item-blog-read-more {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    display: block;
    margin-top: 15px;
    height: 35px;
    line-height: 35px
}

.page-template-tpl-board-member .col-lg-6 .feat-blog.members-area .item-blog-feat-author-img {
    width: 150px
}

.page-template-tpl-board-member .col-lg-6 .feat-blog.members-area .author-details {
    height: 150px
}

.banners-area .banner-content {
    width: 100%;
    height: 360px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

@media (min-width:1200px) and (max-width:1360px) {
    .banners-area .banner-content {
        height: 300px
    }
}

.feed-videos .feed-block {
    background-color: #fff
}

.videos-top-list {
    padding: 40px 15px 0 15px
}

.videos-latest-videos-row .item {
    margin-bottom: 40px
}

.videos-recommended-for-you-row .item .item-text {
    color: #0d0a0e;
    font-size: 20px;
    font-weight: 700
}

.right-side-videos {
    border-left: 0
}

.tv-page .item-expose.item-expose-textlead .item-title,
.tv-page .item-title a {
    color: #5c6772
}

.tv-page .main {
    background-color: #19181d
}

.tv-page .main .navbar-default .navbar-collapse,
.tv-page .main header {
    background-color: #000
}

.tv-page .main header .navbar {
    border: 0
}

.tv-page .main .navbar-default .navbar-nav>li.inactive,
.tv-page .main .navbar-default .navbar-nav>li:first-child {
    background-color: #1c1d26;
    border-right-color: #38434d
}

.tv-page .main .navbar-default .navbar-nav>li.parentActive a {
    border-right-color: #38434d
}

.tv-page .main .navbar-default .navbar-nav>.active>a,
.tv-page .main .navbar-default .navbar-nav>.active>a:focus,
.tv-page .main .navbar-default .navbar-nav>.active>a:hover {
    color: #e6003c
}

.tv-page .main .navbar-default .navbar-nav>li.navbar-search {
    border-left: 0
}

.tv-page .main .navbar-more:hover a {
    color: #e6003c !important
}

.tv-page.body-tv-radio:not(.black-header) .main .navbar-default .navbar-collapse,
.tv-page.body-tv-radio:not(.black-header) .main .navbar-default .navbar-nav>li.inactive,
.tv-page.body-tv-radio:not(.black-header) .main .navbar-default .navbar-nav>li:first-child,
.tv-page.body-tv-radio:not(.black-header) .main header .navbar {
    background-color: transparent
}

.tv-page.body-tv-radio:not(.black-header) .main .navbar-default .navbar-nav>li.navbar-search i {
    color: #fff
}

.tv-page.body-tv-radio:not(.black-header) .main #navbar li:not(.menu-addon) {
    border: 0
}

.tv-page.body-tv-radio:not(.black-header) .main #navbar li:not(.menu-addon) a {
    color: #fff;
    border: 0
}

.tv-page.body-tv-radio:not(.black-header) .main #navbar li:not(.menu-addon) a:hover {
    color: #e6003c
}

.tv-page.body-tv-radio:not(.black-header) .main #navbar li:not(.menu-addon).active a {
    color: #e6003c
}

.tv-page.body-tv-radio:not(.black-header) .main #navbar li:not(.menu-addon).navbar-more-items a {
    color: #5b6771
}

.tv-page.body-tv-radio .main-tv-home {
    margin-top: -78px
}

.tv-page .main-wrapper {
    padding-bottom: 0
}

.single-elit_author .main,
.tv-page.online-journal .main {
    background-color: #fff
}

#navbar ul li.menu-addon a.red {
    color: #e6003c;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    margin-right: 20px;
    min-width: 150px;
    text-align: center;
    display: inline-block
}

#navbar ul li.menu-addon a.red:hover {
    background-color: #e6003c;
    color: #fff
}

.ourteam--fbshare {
    display: inline-block;
    position: relative;
    top: -45px;
    left: 30px
}

.ourteam--fbshare--btn {
    color: #e6003c;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    margin-right: 20px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    outline: 0;
    cursor: pointer
}

.ourteam--fbshare--btn:hover {
    background-color: #e6003c;
    color: #fff
}

.singleauthor--posts {
    padding: 8px 0
}

.singleauthor--mobile-tabs {
    padding: 3px 0;
    font-family: gpbNusxuriRegular, sans-serif
}

#navbar ul li.menu-addon .responsive-live-button {
    height: 35px;
    margin-top: 5px;
    padding: 0 5px
}

#navbar ul li.menu-addon .responsive-live-button .side-live-h {
    margin: 0;
    height: 35px;
    min-width: 70px
}

#navbar ul li.menu-addon .responsive-live-button i {
    font-size: 25px;
    color: #e6003c;
    margin-top: 6px;
    margin-right: 12px
}

#navbar ul li.menu-addon .responsive-live-button span {
    height: 35px;
    line-height: 39px;
    color: #e6003c
}

.tv-home-slider.slick-slider {
    margin: 0
}

.tv-home-slider .slick-slide {
    border: 0;
    width: 100% !important
}

.tv-home-slider .slick-dots {
    position: absolute;
    right: 40px;
    bottom: 110px;
    width: auto
}

.tv-home-slider .slick-dots li {
    list-style-type: none;
    margin: 0;
    display: block;
    width: 31px;
    height: 31px
}

.tv-home-slider .slick-dots li button {
    position: absolute;
    width: 100%;
    height: 100%
}

.tv-home-slider .slick-dots li button:before {
    color: transparent;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 6px)
}

.tv-home-slider .slick-dots li.slick-active {
    border: 1px solid rgba(255, 255, 255, .21);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .11)
}

.tv-home-slider .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #e6003c;
    opacity: 1
}

.tv-home-slide {
    position: relative
}

.tv-home-slide-img {
    position: relative;
    background-size: cover
}

.tv-home-slide-img:before {
    content: "";
    display: block;
    padding-top: 55.55556%;
    pointer-events: none
}

.tv-home-slide-img .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tv-home-slide-cap {
    position: absolute;
    left: 30px;
    bottom: 100px
}

.tv-home-slide-title {
    font-weight: 700;
    font-size: 60px
}

.tv-home-slide-text {
    font-size: 50px;
    font-weight: 400
}

.topic-slider .tv-home-slide-cap {
    bottom: 0;
    background-color: #1c1d26;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 0
}

.topic-slider .tv-home-slide-title {
    font-size: 28px;
    height: 30px;
    line-height: 39px
}

.topic-slider .tv-home-slide-text {
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px
}

.topic-slider .tv-home-slider .slick-dots {
    bottom: 45%
}

.topic-slider .tv-home-slide-img {
    background-position: center center
}

.tv-shows-list [class*=col-] {
    padding: 0
}

.tv-page-cover {
    position: relative;
    background: transparent url("") center bottom no-repeat;
    background-size: cover;
    position: relative
}

.tv-page-cover:before {
    content: "";
    display: block;
    padding-top: 45.45455%;
    pointer-events: none
}

.tv-page-cover .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tv-page-cover-caption {
    position: absolute;
    left: 65px;
    bottom: 100px;
    width: calc(100% - 65px);
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word
}

.tv-page-cover-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    width: 100%
}

.tv-page-cover-text {
    font-size: 20px;
    color: #fff;
    width: 100%
}

.tv-page-cover-logos {
    position: absolute;
    right: 0;
    bottom: 0
}

.tv-page-cover-logos * {
    margin-left: 12px
}

.tv-ch-cover {
    background: transparent url("") center bottom no-repeat;
    background-size: cover
}

.tv-ch-cover .tv-page-cover-caption {
    left: 30px;
    bottom: 50px
}

.tv-ch-cover .tv-page-cover-title {
    font-size: 40px;
    background: rgba(0, 0, 0, .25)
}

.tv-ch-cover .tv-page-cover-text {
    font-size: 20px;
    font-weight: 400;
    background: rgba(0, 0, 0, .25)
}

.tv-ch-cover .tv-page-cover-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none
}

.tv-ch-cover.teacher {
    background: transparent url("") center bottom no-repeat
}

.tv-chs-list [class*=col-] {
    padding: 0
}

.main-tv-ch {
    background-color: #19181d;
    padding-bottom: 150px
}

.main-tv-ch .tv-chs-list .h {
    margin-left: 15px
}

.tv-ch-tabs-container {
    position: relative;
    left: 0;
    top: -60px
}

.tv-ch-tabs-container--author {
    height: 60px
}

.tv-ch-tabs-container .nav-tabs-right a {
    margin-left: 25px
}

.main-tv-program {
    flex: 1;
    display: flex;
    flex-direction: column
}

.main-tv-program ::-webkit-scrollbar {
    width: 1px;
    height: 6px
}

@media (max-width:479px) {
    .main-tv-program ::-webkit-scrollbar {
        height: 1px
    }
}

.main-tv-program ::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.main-tv-program ::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0 none #fff;
    border-radius: 0
}

.main-tv-program ::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.main-tv-program ::-webkit-scrollbar-thumb:active {
    background: #e1e1e1
}

.main-tv-program ::-webkit-scrollbar-track {
    background: #666;
    border: 0 none #fff;
    border-radius: 13px
}

.main-tv-program ::-webkit-scrollbar-track:hover {
    background: #666
}

.main-tv-program ::-webkit-scrollbar-track:active {
    background: #333
}

.main-tv-program ::-webkit-scrollbar-corner {
    background: 0 0
}

.main-tv-program.empty_program {
    display: none
}

.main-tv-program-list .tv-program-days {
    padding-top: 0
}

.main-tv-program-list .tv-program-list {
    background-color: #19181d;
    padding-top: 18px
}

.main-tv-program-list .tv-program-list.channel-tv-program,
.main-tv-program-list .tv-program-list.channel-tv-program .tab-content {
    padding-left: 0;
    padding-right: 0
}

.main-tv-program-grid .tv-program-periods {
    padding-top: 0
}

.main-tv-program-grid .tv-program-hours {
    padding-top: 0;
    padding-bottom: 0
}

.main-tv-program-grid .tv-program-hours-prev {
    min-width: 42px;
    flex: 0 0 42px;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.main-tv-program-grid .tv-program-hours-next {
    min-width: 42px;
    flex: 0 0 42px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.main-tv-program-live-streaming {
    padding-bottom: 50px
}

.main-tv-program-live-streaming .tv-program-days {
    padding-bottom: 15px
}

.tv-program-grid {
    width: 100%
}

.tv-program-header-ch {
    color: #38434d;
    font-size: 13px;
    margin-right: 40px;
    display: inline-block
}

.tv-program-header-ch i {
    margin-right: 10px;
    opacity: .2
}

.tv-program-header-ch.active,
.tv-program-header-ch:hover {
    color: #fff
}

.tv-program-header-ch.active i,
.tv-program-header-ch:hover i {
    opacity: 1
}

.tv-program-days {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 30px
}

.tv-program-day {
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    margin: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tv-program-day.active {
    background-color: #e6003c;
    color: #fff;
    border: 1px solid #e6003c;
    background-color: rgba(230, 0, 60, .15);
    color: #e6003c
}

.tv-program-day.active:hover {
    background-color: transparent;
    border: 1px solid #e6003c;
    color: #e6003c
}

.tv-program-periods {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.tv-program-period {
    flex: 1;
    padding: 0;
    white-space: nowrap;
    color: rgba(91, 103, 113, .5);
    font-size: 13px;
    cursor: pointer
}

.tv-program-period.active,
.tv-program-period:hover {
    color: #e6003c
}

.tv-program-period.active i,
.tv-program-period:hover i {
    opacity: .6
}

.tv-program-hours {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.tv-program-hour {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(250, 250, 250, .7);
    font-size: 13px;
    line-height: 46px;
    height: 41px
}

.tv-program-hour.active,
.tv-program-hour:hover {
    color: #e6003c
}

.tv-program-grid {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(56, 67, 77, .6);
    background-color: #19181d;
    padding-bottom: 20px
}

.tv-program-grid-row {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%
}

.tv-program-grid-item {
    flex: 1;
    border-right: 1px solid rgba(56, 67, 77, .7);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.tv-program-grid-item:last-child {
    border-right: 0
}

.tv-program-grid-item-title {
    color: #5b6771;
    font-size: 17px
}

.tv-program-grid-item-title.active-program {
    color: #e6003c
}

.tv-program-grid-item-title.active-program+div.tv-program-grid-item-times {
    color: #e6003c
}

.tv-program-grid-item-times {
    color: rgba(250, 250, 250, .7);
    font-size: 13px
}

.tv-program-grid-item.active-times,
.tv-program-grid-item.active-title {
    color: #fff
}

.tv-program-grid-item.tv-program-grid-ch-icon {
    flex: 0 0 50px;
    border-right: 0;
    padding-left: 0;
    min-width: 50px;
    pointer-events: none
}

.tv-program-grid-item.tv-program-grid-ch-icon .program-icon {
    background-position: center center;
    width: 39px;
    height: 60px
}

.tv-program-grid-item.tv-program-grid-ch-icon .program-icon.i-ch-1tv {
    background-image: url("")
}

.tv-program-grid-item.tv-program-grid-ch-icon .program-icon.i-ch-2tv {
    background-image: url("")
}

.tv-program-grid-item.tv-program-grid-ch-icon .program-icon.i-ch-3tv {
    background-image: url("")
}

.tv-program-grid-item.tv-program-grid-ch-icon .program-icon.i-ch-4tv {
    background-image: url("")
}

.tv-program-list {
    flex: 1;
    border-top: 1px solid rgba(56, 67, 77, .6);
    padding-top: 0
}

.tv-program-live-streaming-cover {
    position: relative
}

.tv-program-live-streaming-cover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.tv-program-item-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    width: 100%;
    padding: 0 22px;
    overflow-x: hidden;
    border-bottom: 1px solid rgba(56, 67, 77, .7)
}

.tv-program-item-container .tv-program-grid-item-last {
    min-width: 1vw
}

.tv-ch-cover.author-page-cover {
    position: relative
}

.tv-ch-cover.author-page-cover:before {
    content: "";
    display: block;
    padding-top: 28.57143%;
    pointer-events: none
}

.tv-ch-cover.author-page-cover .nothing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.tv-ch-cover.author-page-cover .tv-page-cover-caption {
    top: 50%;
    margin-top: -102px
}

@media (max-width:479px) {
    .tv-ch-cover.author-page-cover .tv-page-cover-caption.new-tv-page-cover-caption {
        top: 0;
        margin-top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center
    }

    .tv-ch-cover.author-page-cover .tv-page-cover-caption.new-tv-page-cover-caption .members-area {
        padding: 0 10px
    }

    .tv-ch-cover.author-page-cover .tv-page-cover-caption.new-tv-page-cover-caption .members-area .author-details {
        overflow: auto;
        justify-content: unset
    }

    .tv-ch-cover.author-page-cover .tv-page-cover-caption.new-tv-page-cover-caption .members-area .author-details h3 {
        font-size: 18px
    }
}

.tv-ch-cover.author-page-cover .feat-blog.members-area .item-blog-feat-author-img {
    width: 150px;
    height: 150px
}

.tv-ch-cover.author-page-cover .feat-blog.members-area .author-details {
    height: 150px
}

.tv-ch-cover.author-page-cover .feat-blog.members-area .author-role span {
    display: inline-block;
    margin-right: 20px
}

.tv-ch-cover.author-page-cover .feat-blog.members-area .fa {
    color: #fff;
    margin-right: 4px;
    width: 14px
}

.author-page.main-tv-ch {
    background-color: #fff
}

.author-page.main-tv-ch .tab-content {
    margin-top: -60px;
    background-color: #fff
}

.author-page.main-tv-ch .feed-forms {
    padding-left: 0;
    padding-right: 0
}

.tv-program-hours-container {
    flex: 1;
    display: flex;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto
}

.tv-program-hours-container .tv-program-hour {
    min-width: 18vw;
    -webkit-flex: 0 0 18vw;
    -moz-flex: 0 0 18vw;
    -ms-flex: 0 0 18vw;
    -o-flex: 0 0 18vw;
    flex: 0 0 18vw;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid rgba(56, 67, 77, .7);
    position: relative
}

.tv-program-hours-container .tv-program-hour:last-child {
    border-right: 0
}

.tv-program-hours-container .tv-program-hour:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(250, 250, 250, .7);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.tv-program-hours-container .tv-program-hour.active:after,
.tv-program-hours-container .tv-program-hour:hover:after {
    background-color: #e6003c
}

.tv-program-periods {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto
}

.single-show-container .tv-page-header-container {
    display: flex
}

.single-show-container .tv-page-header-container .tv-ch-cover {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    flex: 2;
    height: 80%
}

.single-show-container .tv-page-header-container .tv-page-content-container {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 33%;
    color: #fff;
    padding: 30px
}

.single-show-container .tv-page-header-container .tv-page-content-container ::-webkit-scrollbar {
    width: 5px;
    height: 1em
}

.single-show-container .tv-page-header-container .tv-page-content-container ::-webkit-scrollbar-button {
    background: #1c1d26
}

.single-show-container .tv-page-header-container .tv-page-content-container ::-webkit-scrollbar-track-piece {
    background: #1c1d26
}

.single-show-container .tv-page-header-container .tv-page-content-container ::-webkit-scrollbar-thumb {
    background: #e6003c
}

.single-show-container .tv-page-header-container .tv-page-content-container .tv-page-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.single-show-container .tv-ch-tabs-container {
    top: 0
}

.organisation-structure {
    position: relative;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5)
}

.organisation-structure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .2);
    pointer-events: none
}

.organisation-structure a {
    display: block
}

.organisation-structure .tv-home-slide-cap {
    z-index: 3;
    bottom: 10px
}

.organisation-structure .tv-home-slide-cap div {
    font-size: 35px
}

@media (max-width:380px) {
    .tv-page header nav ul li a {
        padding: 0 13px;
        font-size: 12px !important
    }
}

.topic-links-heading {
    margin-bottom: 20px
}

.topic-links-lead {
    font-weight: 700
}

.topic-links-link {
    color: #5b6771;
    font-size: 14px;
    display: block;
    margin-bottom: 15px
}

.topic-links-link img {
    margin-top: 0;
    height: 145px;
    margin-bottom: 25px;
    object-fit: cover
}

.topic-links-link span {
    background-color: #fff;
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

@media (max-width:991px) {
    .topic-links-link span {
        height: 54px;
        -webkit-line-clamp: 3
    }
}

.tv-shows-page .topic-links span,
.tv-shows-page .topic-links span.h-black {
    color: #fff
}

.item.item-blog-feat {
    width: 100%
}

.main-topic-sport .topic-sport-highlight-block {
    border-bottom: 1px solid rgba(119, 130, 141, .2)
}

.main-topic-sport .feed-block {
    background-color: #fff
}

.article-cover {
    height: 505px;
    position: relative;
    overflow: hidden
}

.article-cover.auto-height {
    height: auto
}

.article-cover img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 505px;
    height: auto;
    width: 100%;
    object-fit: cover;
    background-position: left top
}

.article-cover.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.article-cover.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article-cover .youtube-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    cursor: pointer;
    height: 100%;
    text-align: center;
    padding-bottom: 0 !important;
    background-size: cover;
    background-position: center center;
    max-height: 100%
}

.article-cover .youtube-cover i {
    background-color: transparent;
    color: #e6003c;
    font-size: 90px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -38px
}

.article-cover .youtube-cover:hover i {
    color: #94082e
}

.article-cover.video-cover {
    height: auto
}

.article-content {
    padding: 30px
}

.article-content.without-padding {
    padding: 0 30px 50px 30px
}

.article-content.without-padding .article-cover {
    margin-left: -15px;
    margin-right: -15px
}

.article-attrib {
    font-size: 16px;
    color: #5b6771
}

.article-attrib.empty-authors {
    height: 13px
}

.article-author {
    display: inline-block;
    font-weight: 700
}

.article-date {
    color: #a3a3a3;
    font-size: 13px;
    margin-top: 0
}

.article-results-logo {
    height: 140px
}

.article-results-logo img {
    width: 50%
}

.article-results-results {
    color: #2c2b2b;
    font-size: 86px;
    font-weight: 700;
    height: 140px
}

.article-share-btn {
    outline: 0;
    color: #a3a3a3;
    margin-right: 13px;
    font-size: 13px;
    display: inline-block
}

.article-share-btn:focus,
.article-share-btn:hover {
    outline: 0;
    text-decoration: none
}

.article-share-btn i {
    margin-right: 2px;
    position: relative;
    left: 0;
    top: 0;
    width: 23px;
    font-size: 13px;
    height: 23px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff
}

.article-share-btn span {
    min-width: 9px;
    display: inline-block
}

.article-share-btn.fb-share i {
    background-color: #2e4da7
}

.article-share-btn.tw-share i {
    background-color: #1da1f3
}

.article-share-btn.gp-share i {
    background-color: #dd4c3b
}

.article-share-btn.messenger-share {
    position: relative;
    top: 7px;
    width: 39.75px
}

@media (min-width:992px) {
    .article-share-btn.messenger-share.mobile {
        display: none
    }
}

@media (max-width:991px) {
    .article-share-btn.messenger-share.desktop {
        display: none
    }
}

.article-share-btn.whatsapp-share {
    width: 39.75px
}

.article-share-btn.whatsapp-share i {
    background-color: #25d366
}

.article-share-btn.post-bookmark i,
.article-share-btn.post-star i,
.article-share-btn.post-view i {
    color: #a3a3a3;
    font-size: 24px;
    top: 4px
}

.article-share-btn.post-bookmark i:hover,
.article-share-btn.post-star i:hover,
.article-share-btn.post-view i:hover {
    color: #2c2b2b
}

.article-share-btn.active i {
    color: #e0e03c
}

.article-font-dec,
.article-font-inc {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin-left: 5px;
    cursor: pointer;
    outline: 0
}

.article-tag {
    color: #a3a3a3;
    font-size: 10px;
    margin-left: 8px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    display: inline-block
}

.article-tag a {
    color: #a3a3a3;
    padding: 5px 14px;
    display: block
}

.article-tag:hover a {
    color: #e6003c
}

.article-tag.is-tag {
    background-color: rgba(13, 10, 14, .5)
}

.article-tag.is-tag a {
    color: #fff
}

.article-recap {
    color: #5b6771;
    margin-bottom: 30px
}

.article-recap:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.article-recap-duration {
    float: left;
    width: 100px;
    font-weight: 700;
    font-size: 17px;
    color: #38434d;
    position: relative;
    left: 0;
    top: -5px
}

.article-recap-details {
    float: left;
    width: calc(100% - 100px)
}

.article-recap-update {
    font-size: 15px;
    font-weight: 700;
    color: rgba(91, 103, 113, .5)
}

.article-recap-time {
    font-size: 15px;
    font-weight: 700
}

.article-recap-text {
    font-size: 17px;
    margin-top: 10px
}

.article-recap-text iframe {
    margin: 10px auto;
    display: block
}

.article-title {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 28px;
    line-height: 120%;
    position: relative;
    font-weight: 700
}

.article-intro :not(.post-slider):not(.slick-track):not(.alignleft):not(.alignright):not(.tofull) {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    max-width: 100% !important;
    word-wrap: break-word;
    word-break: break-word
}

.article-intro iframe {
    margin: 20px auto
}

.article-intro,
.article-intro p {
    font-size: 16px;
    font-weight: 400;
    color: #403f3f;
    max-width: 100%;
    word-break: break-word
}

.article-intro img {
    height: auto;
    margin: 20px auto;
    width: auto
}

.article-intro img.aligncenter {
    display: block
}

.article-intro img.alignright {
    max-width: 50%;
    float: right;
    margin: 20px 0 20px 20px
}

.article-intro img.alignleft {
    max-width: 50%;
    float: left;
    margin: 20px 20px 20px 0
}

.article-intro img.alignleft.m-t-0 {
    margin-top: 0
}

.article-intro figure {
    border: 1px solid #ccc;
    padding: 0 20px 20px 20px;
    margin: 20px auto;
    width: auto !important
}

.article-intro figure.aligncenter {
    display: block
}

.article-intro figure.alignright {
    max-width: 50%;
    float: right;
    margin: 20px 0 20px 20px
}

.article-intro figure.alignleft {
    max-width: 50%;
    float: left;
    margin: 20px 20px 20px 0
}

.article-intro figure.alignleft.m-t-0 {
    margin-top: 0
}

.article-intro .related-news {
    width: calc(33.33% - 25px);
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .article-intro .related-news {
        margin-bottom: 10px
    }
}

.article-intro .related-news img {
    margin: 0 0 20px 0;
    width: 100%;
    height: 140px
}

@media (max-width:479px) {
    .article-intro .related-news img {
        height: auto
    }
}

.article-intro .related-news.pull-left {
    margin-right: 20px
}

.article-intro .related-news.pull-right {
    margin-left: 20px
}

.article-intro .related-news.pull-center {
    margin-right: auto;
    margin-left: auto
}

.article-intro .related-news .red {
    font-weight: 700;
    margin-right: 5px
}

.article-intro .related-news .item-title {
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

@media (max-width:991px) {
    .article-intro .related-news .item-title {
        height: 19px;
        -webkit-line-clamp: 1
    }
}

.article-intro .related-news .item-title span {
    height: auto;
    min-height: auto;
    display: inline
}

.article-intro .related-news .topic-links-link {
    margin-bottom: 0
}

.article-intro .sof-feature-image iframe {
    margin: 0
}

.article-text,
.article-text p {
    font-size: 17px;
    color: #5b6771
}

.article-quote {
    font-size: 30px;
    color: #5b6771;
    font-style: italic;
    margin-top: 50px;
    font-weight: 700;
    margin-bottom: 65px
}

.article-quote:before {
    content: '“';
    display: block;
    font-size: 160px;
    line-height: 50px;
    color: #e6003c;
    font-style: normal;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 20px
}

.article-related {
    margin: 30px 30px 30px 0;
    width: 25%;
    float: left
}

.article-related .item .item-text {
    font-size: 14px
}

.post-slider {
    max-width: 650px;
    margin: 0 auto
}

.post-slider-item-image {
    width: 100%;
    padding-top: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.post-slider-item {
    outline: 0
}

.post-slider .slick-next,
.post-slider .slick-prev {
    top: 158px
}

.post-slider .slick-prev {
    left: -37px
}

.post-slider .slick-next {
    right: -21px
}

.post-slider .slick-next:before,
.post-slider .slick-prev:before {
    font-size: 26px;
    color: #e6003c
}

.post-article-tags-author {
    padding-top: 10px
}

.single-document-image {
    margin: 0 20px 20px 0
}

.single-document-image .documents-content .document-image-link {
    width: 200px;
    max-width: 100%
}

.single-document-image .documents-content .document-image-link span {
    width: 48px;
    height: 48px
}

.single-document-image .document-file {
    width: 100%;
    padding: 10px 0;
    background-color: #e6003c;
    border: 1px solid #e6003c;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.single-document-image .document-file:hover {
    background-color: #fff;
    color: #e6003c
}

.fb-video {
    max-height: 505px
}

.single-archive-meta {
    background: #f4f5f7;
    font-size: 12px;
    padding-top: 32px;
    padding-bottom: 0;
    width: 100%
}

.single-archive-meta p {
    width: 50%;
    float: left;
    border-left: 4px solid #e9e9e9;
    padding-left: 8px;
    margin-bottom: 24px
}

@media (max-width:767px) {
    .single-archive-meta p {
        width: 100%
    }
}

.single-archive-meta-label {
    display: block;
    font-size: 15px;
    font-family: gpbMtavruliBold, sans-serif;
    font-weight: 700;
    line-height: 1.9
}

.single-archive-meta-value {
    font-size: 15px;
    font-family: gpbNusxuriRegular, sans-serif;
    line-height: 1.9;
    letter-spacing: .3px
}

.single-archive-text {
    width: 100%;
    font-size: 15px;
    font-family: gpbNusxuriRegular, sans-serif;
    line-height: 1.9;
    letter-spacing: .3px
}

.single-archive-text span {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block
}

.single-archive-text span.show-more {
    z-index: 3
}

.single-archive-text span.show-less {
    display: none
}

.organisation-page-content .article-title,
.organisation-page-content h1,
.organisation-page-content h2,
.organisation-page-content h3,
.organisation-page-content h4,
.organisation-page-content h5,
.organisation-page-content h6 {
    font-family: gpbMtavruliBold
}

.organisation-page-content .article-intro,
.organisation-page-content .article-intro p,
.organisation-page-content h1,
.organisation-page-content h2,
.organisation-page-content h3,
.organisation-page-content h4,
.organisation-page-content h5,
.organisation-page-content h6 {
    color: #5c6771
}

.organisation-page-content ul {
    padding-left: 20px
}

.organisation-page-content img {
    border-radius: 4px
}

.organisation-page-content p {
    font-weight: 200;
    margin-bottom: 30px
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.single-live .article-title {
    color: #fff
}

.single-live .article-author a,
.single-live .article-intro,
.single-live .article-intro p {
    color: #c7cdd2
}

.single-elit .tv-page .main,
.single-oqros-fondi .tv-page .main {
    background-color: #fff
}

.single-elit .socials-container,
.single-oqros-fondi .socials-container {
    display: flex;
    align-items: center;
    padding-top: 16px;
    text-align: left
}

.single-elit .socials-container:before,
.single-oqros-fondi .socials-container:before {
    content: "";
    width: 2px;
    height: 40px;
    background: #d6d8da;
    margin-right: 20px;
    display: inline-block
}

.single-elit .socials-container .article-share-btn,
.single-oqros-fondi .socials-container .article-share-btn {
    margin-right: 24px
}

.single-elit .socials-container .post-view,
.single-oqros-fondi .socials-container .post-view {
    position: relative;
    top: -4px
}

.single-elit .article-author,
.single-oqros-fondi .article-author {
    display: flex
}

.single-elit .feat-blog .item-blog-feat-author,
.single-oqros-fondi .feat-blog .item-blog-feat-author {
    margin-bottom: 0
}

.single-elit .feat-blog.members-area .item-blog-feat-author-img,
.single-oqros-fondi .feat-blog.members-area .item-blog-feat-author-img {
    width: 60px;
    margin-right: 15px
}

.single-elit .feat-blog.members-area .author-details,
.single-oqros-fondi .feat-blog.members-area .author-details {
    height: 60px;
    margin: 0;
    color: #969da8
}

.single-elit .feat-blog.members-area .author-details .author-role,
.single-oqros-fondi .feat-blog.members-area .author-details .author-role {
    color: #263038;
    font-size: 24px
}

@media (max-width:560px) {

    .single-elit .feat-blog.members-area .author-details .author-role,
    .single-oqros-fondi .feat-blog.members-area .author-details .author-role {
        font-size: 18px
    }
}

.single-elit .elit-pagination p,
.single-oqros-fondi .elit-pagination p {
    padding: 40px 0;
    text-align: center;
    background-color: #fafafa;
    margin: 0
}

.single-elit .elit-pagination p a,
.single-elit .elit-pagination p span,
.single-oqros-fondi .elit-pagination p a,
.single-oqros-fondi .elit-pagination p span {
    background-color: transparent;
    border: 0;
    color: #e6003c
}

.single-elit .elit-pagination p a:hover,
.single-elit .elit-pagination p span:hover,
.single-oqros-fondi .elit-pagination p a:hover,
.single-oqros-fondi .elit-pagination p span:hover {
    color: #e6003c
}

.single-elit .elit-pagination p a span,
.single-oqros-fondi .elit-pagination p a span {
    color: #858a8f
}

#map {
    width: 100%;
    height: 400px
}

.single-facebook-video-container {
    background-color: #19181d
}

.article-recap img {
    height: auto;
    margin-bottom: 5px
}

.fancybox-gallery {
    text-align: center;
    margin: 20px 0
}

.fancybox-gallery:after {
    content: "";
    clear: both;
    display: table
}

.fancybox-gallery aside {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 0
}

.fancybox-gallery aside img {
    margin: 0;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fancybox-gallery aside:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.fancybox-gallery aside a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: block
}

.related-documents-list a {
    color: #000
}

.related-documents-list a:hover {
    color: #e6003c
}

.post-article-tags .article-tag {
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 7px
}

.feed-block .item-content-container .content-text img.single-board-member-image,
.single-board-member-image {
    border-radius: 50%;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    object-fit: cover;
    margin-left: 0;
    float: left;
    margin-right: 20px
}

@media (max-width:991px) {
    .post-slider-article .right-side-polls {
        display: block
    }
}

.single .wp-video {
    width: 100% !important
}

.single-radiomuseum .main-wrapper {
    padding-bottom: 0 !important
}

.museum-home .article-cover {
    height: 477px
}

.museum-home .article-cover img {
    min-height: auto
}

@media screen and (max-width:767px) {
    .museum-home .article-cover {
        height: auto
    }
}

.museum-genre-block {
    padding: 15px
}

.museum-genre-block .row>div {
    margin-bottom: 12px
}

.museum-genre-block .item-expose.item-expose-textlead .item-title {
    height: 84px !important
}

.dark .museum-genre-block .item-expose.item-expose-textlead .item-title,
.dark .museum-genre-block .museum-genre-title {
    color: #fff;
    border-color: #cdcdcd
}

.dark .museum-genre-block .item-expose.item-expose-textlead .item-title.h-red:after,
.dark .museum-genre-block .museum-genre-title.h-red:after {
    background-color: #e6003c
}

.dark .museum-more-btn {
    color: #fff;
    border-color: #fff
}

.dark .museum-more-btn:hover {
    border-color: #e6003c
}

.dark .tab-content {
    background-color: #1c1d26;
    padding: 0 5% 0 0;
    margin: 0 0 0 -15px
}

@media screen and (max-width:767px) {
    .dark .tab-content {
        padding: 15px;
        margin: 0
    }
}

.dark .nav-tabs {
    background-color: #1c1d26;
    border-bottom: 1px solid #e6003c;
    margin-top: 0
}

.dark .nav-tabs>li {
    max-width: 315px
}

@media screen and (max-width:767px) {
    .dark .nav-tabs>li {
        max-width: 100%
    }
}

.dark .nav-tabs>li.active>a,
.dark .nav-tabs>li.active>a:focus,
.dark .nav-tabs>li.active>a:hover,
.dark .nav-tabs>li>a {
    color: #fff;
    background-color: #1c1d26;
    transition: .2s
}

.dark .nav-tabs>li.active>a,
.dark .nav-tabs>li.active>a:focus,
.dark .nav-tabs>li.active>a:hover,
.dark .nav-tabs>li>a:hover {
    background-color: #e6003c
}

.dark .museum-author-bio-box {
    padding: 25px 15px 0
}

.dark .museum-author-bio-box h3 {
    color: #fff
}

.museum-more-btn-box {
    text-align: right
}

@media screen and (max-width:767px) {
    .museum-more-btn-box {
        text-align: center
    }
}

.radio-museum-heading-box {
    margin-bottom: 24px;
    padding: 0 16px
}

@media screen and (max-width:767px) {
    .radio-museum-heading-box {
        margin-bottom: 16px
    }
}

.radio-museum-heading-box .h {
    border-bottom: none;
    font-size: 17px
}

.museum-genre-title {
    margin-bottom: 20px;
    border-bottom: none
}

.museum-genre-title a:focus,
.museum-genre-title a:hover {
    color: inherit;
    text-decoration: none
}

.museum-more-btn {
    color: #e6003c;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    outline: 0;
    font-size: 13px;
    word-break: break-word;
    margin-bottom: 0
}

.museum-more-btn:hover {
    background-color: #e6003c;
    color: #fff
}

@media screen and (max-width:767px) {
    .museum-more-btn {
        margin-top: 16px
    }
}

.radiomuseum-single-wrapper {
    flex: 1;
    background: #1c1d26
}

@media screen and (max-width:767px) {
    .radiomuseum-single-wrapper {
        margin-top: 70px
    }
}

.museum-filter-container {
    padding: 30px 15px;
    overflow-x: hidden
}

@media screen and (max-width:767px) {
    .museum-filter-container {
        margin-top: 16px
    }
}

.page-template-tpl-radio-museum-filter .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px solid #e6003c;
    border-radius: 5px
}

.page-template-tpl-radio-museum-filter .select2-container .select2-selection--single .select2-selection__placeholder {
    white-space: nowrap
}

.page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e6003c;
    line-height: 18px;
    word-break: break-word;
    white-space: normal;
    font-size: 14px;
    max-height: 54px;
    padding-right: 46px;
    padding-left: 20px;
    text-align: left;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media screen and (max-width:767px) {
    .page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
        padding-right: 54px
    }
}

.page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px
}

@media screen and (max-width:767px) {
    .page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px
    }
}

.page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 6px;
    border-width: 6px 5px 0 5px
}

@media screen and (max-width:767px) {
    .page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 4px;
        border-width: 8px 6px 0 6px
    }
}

.page-template-tpl-radio-museum-filter .select2-container .select2-results__option {
    min-height: 60px;
    line-height: 22px;
    padding: 8px 16px;
    display: flex;
    align-items: center
}

.page-template-tpl-radio-museum-filter .select2-container .select2-search--dropdown {
    padding: 4px
}

.page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 18px;
    cursor: pointer;
    float: right;
    font-weight: 700;
    position: absolute;
    right: 27px;
    height: 17px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto 0
}

@media screen and (max-width:767px) {
    .page-template-tpl-radio-museum-filter .select2-container--default .select2-selection--single .select2-selection__clear {
        width: 26px;
        font-size: 26px
    }
}

.page-template-tpl-radio-museum-filter .select2-container .select2-search--dropdown .select2-search__field {
    border-color: #1c1d26;
    outline: 0
}

.page-template-tpl-radio-museum-filter .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #e6003c
}

.museum-filter-grid-wrap {
    display: flex;
    margin: 0 -4px
}

@media screen and (max-width:767px) {
    .museum-filter-grid-wrap {
        flex-direction: column;
        margin: 0
    }
}

.museum-filter-grid-wrap .museum-filter-grid:first-of-type {
    flex: 1;
    max-width: 880px
}

.museum-filter-grid-wrap .museum-filter-grid:last-of-type {
    flex: 0 0 245px;
    max-width: 245px
}

@media screen and (max-width:767px) {
    .museum-filter-grid-wrap .museum-filter-grid:last-of-type {
        max-width: 100% !important;
        flex: 0 0 100% !important
    }
}

.museum-filter-grid-wrap .museum-filter-grid {
    display: flex
}

@media screen and (max-width:767px) {
    .museum-filter-grid-wrap .museum-filter-grid {
        flex-direction: column
    }
}

.museum-filter-select-box {
    width: 25%;
    padding: 0 4px
}

@media screen and (max-width:767px) {
    .museum-filter-select-box {
        width: 100%;
        padding: 0
    }
}

.museum-filter-container .select2-container {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0
}

.museum-filter-clear-box {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width:767px) {
    .museum-filter-clear-box {
        margin-bottom: 10px;
        text-align: center;
        order: 1
    }
}

.museum-filter-clear-box .museum-filter-clear-btn {
    height: 60px;
    padding: 0 20px;
    color: #e6003c;
    font-size: 30px;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.museum-filter-clear-box .museum-filter-clear-btn img {
    width: 20px;
    height: 20px
}

.museum-author-bio-box {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 40px 15px 10px;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 40px
}

.museum-author-bio-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 30px;
    object-fit: cover;
    border: 2px solid #e6003c
}

.museum-author-bio-box h3 {
    font-size: 18px;
    line-height: 22px;
    color: #e6003c;
    margin: 0;
    position: relative
}

.museum-author-bio-box h3::before {
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    content: '';
    width: 2px;
    background-color: #e6003c
}

.museum-author-card {
    text-align: center
}

.museum-author-card img {
    max-width: 230px;
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
    object-fit: cover
}

.museum-author-card h3 {
    font-size: 18px;
    line-height: 23px;
    color: #e6003c;
    margin: 0;
    text-align: center
}

.content-wrapper.flex1 {
    flex: 1
}

.radiomuseum-article-title-box {
    padding-left: 24px;
    background: #fff
}

.radiomuseum-article-title-box .article-title {
    padding: 40px 24px 40px 24px;
    margin: 0;
    font-size: 20px;
    line-height: 26px
}

.radiomuseum-article-title-box .article-title:before {
    top: 24%;
    height: 52%
}

@media screen and (max-width:767px) {
    .radiomuseum-article-title-box .article-title {
        padding: 24px 24px 24px 20px;
        font-size: 18px
    }

    .radiomuseum-article-title-box .article-title:before {
        top: 16%;
        height: 69%
    }
}

.museum-detail-date {
    padding: 15px 16px;
    background: #fff
}

.museum-video-box {
    position: relative;
    overflow: hidden
}

.museum-video-box .article-cover {
    margin-bottom: 0
}

.museum-video-box .museum-video-playlist-btn {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    width: 70px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .2s
}

.museum-video-box .museum-video-playlist-btn.active {
    background-color: transparent
}

.museum-video-box .museum-video-playlist-btn .fa,
.museum-video-box .museum-video-playlist-btn .museum-playlist-close {
    position: relative;
    font-size: 28px;
    color: #e6003c
}

.museum-video-box .museum-video-playlist-btn .museum-playlist-close {
    width: 20px;
    height: 20px
}

.museum-video-box .museum-video-playlist-wrap {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 60px 48px 16px 0;
    width: 360px;
    transition: .4s;
    transform: translateX(100%)
}

.museum-video-box .museum-video-playlist-wrap.active {
    transform: translateX(0)
}

@media screen and (max-width:767px) {
    .museum-video-box .museum-video-playlist-wrap {
        padding: 45px 8px 8px 0;
        width: 240px
    }
}

.museum-video-box .museum-video-playlist {
    overflow: auto;
    height: 100%
}

.museum-video-box .museum-video-playlist a,
.museum-video-box .museum-video-playlist a:focus {
    display: block;
    text-decoration: none
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item {
    padding: 6px 8px 6px 16px;
    display: flex;
    margin-bottom: 4px;
    transition: .2s
}

@media screen and (max-width:767px) {
    .museum-video-box .museum-video-playlist .museum-video-playlist-item {
        padding: 4px 6px 4px 8px
    }
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item .museum-video-playlist-item-img-box {
    position: relative
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item .museum-video-playlist-item-img-box img {
    width: 108px;
    height: 69px;
    object-fit: cover;
    margin-left: 2px
}

@media screen and (max-width:767px) {
    .museum-video-box .museum-video-playlist .museum-video-playlist-item .museum-video-playlist-item-img-box img {
        width: 70px;
        height: 50px
    }
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item .museum-video-playlist-item-img-box::before {
    display: block;
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    content: '';
    width: 2px;
    background-color: #e6003c;
    height: 40px;
    margin: auto 0
}

@media screen and (max-width:767px) {
    .museum-video-box .museum-video-playlist .museum-video-playlist-item .museum-video-playlist-item-img-box::before {
        height: 30px;
        left: -3px
    }
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item.active,
.museum-video-box .museum-video-playlist .museum-video-playlist-item:hover {
    background-color: #000
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item.active h3,
.museum-video-box .museum-video-playlist .museum-video-playlist-item:hover h3 {
    color: #e6003c
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item-metas {
    margin-left: 8px
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item-metas h3 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 6px 0
}

@media screen and (max-width:767px) {
    .museum-video-box .museum-video-playlist .museum-video-playlist-item-metas h3 {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 2px 0
    }
}

.museum-video-box .museum-video-playlist .museum-video-playlist-item-metas p {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    margin: 0 0 6px 0
}

@media screen and (max-width:767px) {
    .museum-video-box .museum-video-playlist .museum-video-playlist-item-metas p {
        margin: 0 0 4px 0
    }
}

.museum-video-playlist::-webkit-scrollbar {
    width: 5px
}

.museum-video-playlist::-webkit-scrollbar-button {
    background: #1c1d26;
    border-radius: 3px
}

.museum-video-playlist::-webkit-scrollbar-thumb {
    background: #e6003c
}

.museum-video-playlist::-webkit-scrollbar-track {
    background: #1c1d26
}

.museum-no-results {
    padding: 15px
}

.museum-pagination.oqros-fondi-author-related-pagination p a,
.museum-pagination.oqros-fondi-author-related-pagination p span.current {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    font-size: 14px;
    border: 1px solid #e6003c
}

.museum-pagination.oqros-fondi-author-related-pagination p a:hover,
.museum-pagination.oqros-fondi-author-related-pagination p span.current {
    background: #e6003c;
    color: #fff
}

.museum-pagination.oqros-fondi-author-related-pagination p a.prev:before {
    content: '\25C0';
    font-size: 10px;
    margin-right: 3px;
    position: relative;
    top: -2px
}

.museum-pagination.oqros-fondi-author-related-pagination p a.next:before {
    content: '\25BA';
    font-size: 10px;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.museum-filter-search-box {
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center
}

.museum-filter-search-box input {
    padding: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    height: 60px;
    font-size: 15px;
    line-height: 22px;
    font-family: gpbNusxuri;
    position: absolute;
    right: 133px;
    top: 0;
    bottom: 0;
    background: 0 0;
    z-index: 1;
    color: #fff;
    transition: .2s;
    width: 0
}

@media screen and (min-width:768px) {
    .museum-filter-search-box input.active {
        width: calc(100% - 148px);
        padding: 8px 115px 8px 8px;
        border: 1px solid #e6003c;
        background: #e6003c
    }
}

@media screen and (max-width:767px) {
    .museum-filter-search-box input {
        width: 100%;
        padding: 8px 60px 8px 8px;
        border: 1px solid #e6003c;
        position: relative;
        left: 0;
        right: 0;
        background: #fff;
        color: #999
    }
}

.museum-filter-search-box input:focus {
    outline: 0;
    border: 1px solid #e6003c
}

.museum-filter-search-box input::placeholder {
    color: #fff;
    opacity: 1
}

.museum-filter-search-box input:-ms-input-placeholder {
    color: #fff
}

.museum-filter-search-box input::-ms-input-placeholder {
    color: #fff
}

@media screen and (max-width:767px) {
    .museum-filter-search-box {
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 10px 0;
        text-align: center;
        position: relative
    }

    .museum-filter-search-box input::placeholder {
        color: #999;
        opacity: 1
    }

    .museum-filter-search-box input:-ms-input-placeholder {
        color: #999
    }

    .museum-filter-search-box input::-ms-input-placeholder {
        color: #999
    }
}

.museum-filter-btn {
    cursor: pointer;
    background: 0 0;
    outline: 0;
    border: none;
    font-size: 24px;
    color: #e6003c;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    border-left: 1px solid #e6003c;
    height: 24px;
    z-index: 2
}

@media screen and (min-width:768px) {
    .museum-filter-btn.active {
        color: #fff;
        border-color: #fff
    }
}

.museum-filter-btn.museum-filter-btn-close {
    align-items: center;
    justify-content: center;
    display: none;
    position: absolute;
    right: 208px
}

.museum-filter-btn.museum-filter-btn-close.active {
    display: flex;
    border-color: transparent;
    padding: 0 8px
}

.museum-filter-btn.museum-filter-btn-close img {
    width: 21px;
    height: 21px;
    position: relative;
    top: 1px
}

.museum-filter-btn .fa {
    position: relative;
    top: -3px
}

@media screen and (max-width:767px) {
    .museum-filter-btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        border: none
    }
}

.museum-authors-row {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .museum-authors-row {
        justify-content: center
    }
}

.museum-author-bio-box.bottom-texts {
    flex-direction: column
}

@media screen and (max-width:767px) {
    .museum-author-bio-box.bottom-texts {
        margin-right: 0
    }
}

.museum-author-bio-box.bottom-texts img {
    margin-bottom: 30px
}

.museum-author-bio-box.bottom-texts h3 {
    margin-top: 5px
}

.museum-author-bio-box.bottom-texts h3::before {
    display: block;
    position: absolute;
    left: 0;
    top: -16px;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #e6003c;
    margin: 0 auto
}

.museum-show-mobile {
    text-align: center;
    display: none
}

@media screen and (max-width:767px) {
    .museum-show-mobile {
        display: block
    }
}

.museum-show-web {
    display: block
}

@media screen and (max-width:767px) {
    .museum-show-web {
        display: none
    }
}

.museum-filters .team-filter-container .select2-container {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0
}

@media screen and (max-width:767px) {
    .museum-filters .documents-filter-container .select2-container {
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 10px 0
    }
}

.corona-form-page {
    overflow: hidden
}

.corona-form-page .article-content {
    padding: 30px;
    background: url("");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat
}

.corona-form-page .article-cover {
    margin: -30px -30px 40px -30px;
    height: auto
}

.corona-form-page .article-cover img {
    min-height: auto;
    position: relative
}

@media (max-width:767px) {
    .corona-form-page .article-cover {
        margin-bottom: 17px
    }
}

.corona-form-page .row.spinner-box {
    display: none
}

.corona-form-page .load-more-spinner {
    margin: 0 auto
}

.corona-form-page .article-share-btn.messenger-share {
    top: 0;
    width: 25px
}

.corona-form-page .article-share-btn.whatsapp-share {
    width: 25px
}

.corona-form-page .article-share-btn.fb-share i,
.corona-form-page .article-share-btn.whatsapp-share i {
    background-color: #e6003c
}

.corona-form-wrap {
    padding: 0 30px;
    max-width: 1040px
}

@media (max-width:767px) {
    .corona-form-wrap {
        padding: 0
    }
}

.corona-form-heading {
    font-family: gpbMtavruliBold;
    font-size: 34px;
    line-height: 47px;
    color: #a1223c;
    margin: 0 0 16px 0
}

@media (max-width:767px) {
    .corona-form-heading {
        font-size: 20px;
        line-height: 30px
    }
}

.corona-form-content {
    font-family: gpbMtavruli;
    border-bottom: 1px solid grey;
    padding-bottom: 24px;
    margin-bottom: 32px
}

.corona-form-content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    margin-top: 0
}

.corona-form-content h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 8px;
    margin-top: 0;
    color: #e32040
}

.corona-form-content h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
    margin-top: 0;
    color: #e32040
}

.corona-form-desc {
    font-family: gpbMtavruli;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: #e32040;
    margin: 0 0 36px -60px;
    max-width: 820px;
    padding: 20px 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    display: inline-block
}

.corona-form-desc.style2 {
    border-radius: 0;
    padding: 5px 60px
}

@media (max-width:767px) {
    .corona-form-desc {
        margin-bottom: 16px;
        padding: 12px 60px
    }
}

.corona-form-logo-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px
}

.corona-form-logo-grid img {
    max-width: 700px
}

.corona-form-logo-grid .corona-form-logo-box {
    margin-right: 70px
}

.corona-form-logo-grid .corona-form-logo-box img {
    max-width: 370px
}

.corona-form-logo-grid .corona-form-tags-box p {
    color: #e32040;
    font-size: 24px;
    margin-bottom: 0
}

.corona-form-box1 {
    background-color: #961a3f;
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.corona-form-box1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.corona-form-box1-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.corona-form-box1-logo img {
    width: 88px;
    height: 88px
}

.corona-form {
    background-color: #eaeaea;
    padding: 50px 100px 70px;
    margin: 20px auto 0;
    max-width: 780px
}

.corona-form .row {
    display: flex;
    align-items: center;
    max-width: 530px;
    margin: 0 auto 21px
}

@media (max-width:767px) {
    .corona-form .row {
        display: block
    }
}

@media (max-width:767px) {
    .corona-form {
        padding: 30px 10px
    }
}

.corona-form-title {
    font-family: gpbMtavruliBold;
    font-size: 29px;
    line-height: 40px;
    color: #e32040;
    margin: 0 0 30px 0;
    text-align: center
}

@media (max-width:767px) {
    .corona-form-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.corona-form-label {
    font-family: gpbMtavruli;
    font-size: 17px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .corona-form-label {
        margin-bottom: 8px;
        margin-left: 12px;
        font-size: 16px
    }
}

.corona-form-field {
    height: 36px;
    border-radius: 18px;
    background: #fff;
    border: none;
    outline: 0;
    width: 100%;
    padding: 4px 16px;
    font-size: 14px
}

.corona-form-field.big {
    min-height: 84px;
    max-width: 100%;
    padding: 8px 16px
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #231f20;
    line-height: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container.small {
    margin-top: 8px;
    padding-left: 0;
    font-size: 15px
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 32px;
    width: 44px;
    background-color: transparent;
    border: 2px solid #e32040;
    border-radius: 8px
}

.checkbox-container:hover input~.checkbox-checkmark {
    background-color: transparent
}

.checkbox-container input:checked~.checkbox-checkmark {
    background-color: #e32040
}

.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked~.checkbox-checkmark:after {
    display: block
}

.checkbox-container .checkbox-checkmark:after {
    left: 16px;
    top: 6px;
    width: 8px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.corona-form-btn {
    border-radius: 20px;
    border: none;
    outline: 0;
    width: 224px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    background-color: #e32040;
    color: #fff;
    font-family: gpbMtavruliBold
}

.row.corona-form-upload-box {
    margin-bottom: 60px
}

.corona-form-upload-info {
    font-size: 11px;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    top: auto
}

.corona-form-upload-info.error-size {
    display: none;
    bottom: -48px;
    color: #e32040
}

.corona-form-upload-info.error-size.active {
    display: inline-block
}

.custom-file-input-box {
    position: relative
}

.custom-file-input {
    color: transparent;
    height: 140px;
    width: 100%;
    outline: 0
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden
}

.custom-file-input::before {
    content: '';
    color: #000;
    display: block;
    background: #e32040;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    width: 100%;
    height: 140px;
    border-radius: 18px
}

.custom-file-input:hover::before {
    border-color: #000
}

.custom-file-input:active {
    outline: 0
}

.custom-file-input-style {
    pointer-events: none
}

.custom-file-input-style .corona-form-upload-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    margin: 0 auto;
    width: 62px
}

.custom-file-input-style .corona-form-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    margin: 0 auto;
    background-color: #fff;
    color: #e32040;
    height: 36px
}

.custom-file-input-style .corona-form-btn img {
    max-width: 22px;
    margin-right: 11px;
    vertical-align: text-bottom
}

.is-today .pika-button {
    color: #e32040
}

.has-event .pika-button,
.is-selected .pika-button {
    background: #e32040 !important;
    box-shadow: inset 0 1px 3px #e32040 !important
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    background: #e32040 !important
}

.parsley-errors-list {
    display: none
}

.corona-form .row label span.error {
    display: none;
    color: #e32040
}

.corona-form .row.has-error label span.error {
    display: inline-block
}

.corona-form .row.has-error input,
.corona-form .row.has-error textarea {
    border: 1px solid #e32040
}

.corona-form-upload-box span.error {
    font-size: 12px
}

.article-cover-box {
    position: relative
}

.article-cover-socials-box {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 25%;
    display: flex;
    align-items: flex-start
}

@media (max-width:767px) {
    .article-cover-socials-box {
        top: 10px;
        right: 20%
    }
}

.article-cover-socials-box a {
    display: inline-block;
    margin-left: 16px;
    margin-right: 0;
    width: 25px;
    height: 25px;
    overflow: hidden
}

@media (max-width:767px) {
    .article-cover-socials-box a {
        margin-left: 12px
    }
}

.article-cover-socials-box img {
    width: 24px
}

@media (max-width:767px) {
    .article-cover-socials-box img {
        width: 18px
    }
}

.contact-modal-title.error {
    color: #e6003c !important
}

.documents-content .documents-filter-date input {
    width: 47%;
    margin: 0;
    padding: 6px 5px;
    border: 0;
    border-bottom: 1px solid #d5d8dc;
    border-radius: 0;
    outline: 0;
    font-size: 13px
}

.documents-content .documents-filter-date input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #c4c7cb
}

.documents-content .documents-filter-date input:first-child {
    margin-right: calc(6% - 4px)
}

.documents-content .document-filter-form {
    float: left;
    margin-right: 20px;
    width: calc(100% - 125px)
}

.documents-content .document-filter-form input {
    padding: 6px 5px;
    border-radius: 0;
    border: 1px solid #a3a3a3;
    font-size: 13px;
    outline: 0
}

.documents-content .document-filter-form input[type=search] {
    float: left;
    width: calc(100% - 280px);
    border-left: none
}

.documents-content .document-filter-form input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #c4c7cb
}

.documents-content .document-filter-form input[type=submit] {
    background: #00acee;
    border-color: #00acee;
    text-transform: uppercase;
    cursor: pointer;
    width: 130px;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.documents-content .document-filter-form .select-archive-category {
    width: 150px;
    height: 32px;
    float: left;
    padding: 0 10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.documents-content .document-filter-form.archive-search-form {
    width: 100%
}

.documents-content .document-filter-form.archive-search-form .archive-select {
    width: 240px;
    border-radius: 4px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff
}

.documents-content .document-filter-form.archive-search-form .archive-select::-ms-expand {
    display: none
}

.documents-content .document-filter-form.archive-search-form .archive-select-wrapper {
    position: relative;
    float: left
}

@media (max-width:991px) {
    .documents-content .document-filter-form.archive-search-form .archive-select-wrapper {
        width: 100%
    }
}

.documents-content .document-filter-form.archive-search-form .archive-select-favicons {
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none
}

.documents-content .document-filter-form.archive-search-form .archive-select-favicons i {
    display: block;
    transform: scale(2)
}

.documents-content .document-filter-form.archive-search-form .archive-select-favicons i:first-child {
    transform: rotate(180deg) scale(2)
}

@media (max-width:991px) {
    .documents-content .document-filter-form.archive-search-form .archive-select {
        width: 100%
    }
}

.documents-content .document-filter-form.archive-search-form #archive-search {
    width: calc(100% - 365px);
    border-left: 1px solid #a3a3a3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 24px;
    padding: 10px 16px
}

@media (max-width:991px) {
    .documents-content .document-filter-form.archive-search-form #archive-search {
        width: 100%;
        margin: 25px 0;
        margin-left: 0
    }
}

.documents-content .document-filter-form.archive-search-form .archive-submit {
    width: 100px;
    background: #e6003c;
    border-color: #e6003c;
    padding: 10px 16px
}

@media (max-width:991px) {
    .documents-content .document-filter-form.archive-search-form .archive-submit {
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }
}

.documents-content .archive-search-title {
    padding: 32px 0 12px 0
}

@media (max-width:479px) {
    .documents-content .page-template-tpl-archive .post_content {
        margin-left: 15px
    }
}

.documents-content .document-category-filter {
    width: 100px
}

.documents-content .document-image-link {
    border: 1px solid #c4c7cb;
    position: relative;
    display: block;
    width: 100%
}

.documents-content .document-image-link span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: center center;
    background-image: url("")
}

.documents-content .document-image-link span.document-image-pdf {
    background-image: url("")
}

.documents-content .document-image-link span.document-image-excel {
    background-image: url("")
}

.documents-content .document-image-link span.document-image-word {
    background-image: url("")
}

.documents-content .document-image-link img {
    width: 100%;
    height: 100%
}

.documents-content .single-document-header-time {
    height: 30px;
    line-height: 30px
}

.documents-content .single-document-header-time i {
    float: left;
    margin-right: 5px;
    margin-top: 5px
}

.documents-content .single-document-header-tags span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c4c7cb;
    color: #c4c7cb;
    margin-left: 7px;
    float: left
}

.documents-content .single-document-header-tags .document-contain {
    width: 50px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center center;
    background-image: url("")
}

.documents-content .single-document-header-tags .document-contain-video {
    background-image: url("");
    background-size: 22px 17px
}

.documents-content .single-document-header-tags .document-contain-audio {
    background-image: url("")
}

.documents-content .single-document-header-tags a {
    outline: 0
}

.documents-content .single-document-header-tags a span {
    padding: 0 15px
}

.documents-content .single-document-container {
    padding-bottom: 30px;
    border-bottom: 1px solid #c4c7cb
}

.archive-flexbox {
    flex-wrap: wrap;
    padding: 0 15px
}

.archive-title {
    font-size: 20px;
    font-weight: 700;
    color: #e6003c
}

.archive-collapse-icon {
    position: absolute;
    top: 12px;
    right: 8px;
    transform: rotate(180deg) scale(1.5);
    margin-left: 15px;
    transition: .2s ease-in-out
}

.archive-collapse-anchor {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 4px solid #e6003c;
    transition: .2s ease-in-out;
    text-decoration: none
}

.archive-collapse-anchor.collapsed {
    width: 50px;
    transition: .2s ease-in-out
}

.archive-collapse-anchor.collapsed .archive-collapse-icon {
    transform: rotate(0) scale(1.5);
    transition: .2s ease-in-out
}

.archive-collapse-anchor:focus,
.archive-collapse-anchor:hover {
    color: #e6003c;
    text-decoration: none
}

.single-archive {
    background: #f4f5f7;
    padding: 32px 16px 24px 16px
}

.team-filter-container input {
    font-family: initial
}

.team-filter-container .select2-container {
    min-width: 22%;
    max-width: 22%;
    margin-right: 2%;
    outline: 0;
    box-shadow: none
}

.team-filter-container #search-field {
    min-width: 15%;
    max-width: 15%;
    margin-right: 2%;
    display: inline-block
}

.team-filter-container #search-field input[type=search] {
    padding: 0 8px;
    outline: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d5d8dc;
    height: 32px;
    font-size: 16px;
    border-radius: 0
}

.search .documents-filter-container #search-field,
.search .documents-filter-container .select2-container {
    min-width: 22%;
    max-width: 22%;
    float: left;
    margin-bottom: 20px
}

@media (max-width:479px) {

    .search .documents-filter-container #search-field,
    .search .documents-filter-container .select2-container {
        font-size: 16px
    }
}

.search .documents-filter-container .documents-filter-date {
    width: 22%;
    display: inline-block;
    height: 20px
}

.search .documents-filter-container .documents-filter-date input {
    width: 48%;
    float: left;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #d5d8dc;
    padding-bottom: 8px;
    height: 32px;
    font-size: 13px
}

.search .documents-filter-container .documents-filter-date input:first-child {
    margin-right: 4%
}

.search .show-video-filter-container ::-webkit-input-placeholder {
    color: #fff
}

.search .show-video-filter-container ::-moz-placeholder {
    color: #fff
}

.search .show-video-filter-container :-ms-input-placeholder {
    color: #fff
}

.search .show-video-filter-container :-moz-placeholder {
    color: #fff
}

.search .show-video-filter-container .documents-filter-date {
    width: 44%
}

.search .show-video-filter-container .documents-filter-date input {
    padding-bottom: 2px;
    padding-left: 8px;
    font-size: 16px;
    background-color: transparent;
    color: #fff
}

.search .show-video-filter-container .select2-container--default .select2-selection--single {
    background-color: transparent
}

.search .show-video-filter-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    color: #fff
}

@media (max-width:479px) {
    .search .show-video-filter-container .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px
    }
}

.search .show-video-filter-container .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent
}

@media (max-width:479px) {

    .select2-dropdown,
    .select2-results__options {
        font-size: 16px !important
    }
}

.page-template-tpl-elauthors .team-filter-container .select2-container {
    min-width: 150px
}

.ui-datepicker {
    z-index: 20 !important
}

.ui-datepicker-title {
    display: flex
}

.ui-datepicker-month {
    width: 50% !important;
    padding-bottom: 2px
}

.ui-datepicker-year {
    width: 50% !important;
    padding-top: 3px
}

.ui-datepicker.ui-widget.ui-widget-content {
    border: 1px solid #ccc
}

.ui-datepicker .ui-button,
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker html .ui-button.ui-state-disabled:active,
.ui-datepicker html .ui-button.ui-state-disabled:hover {
    background: rgba(229, 28, 63, .79) !important;
    color: #fff !important
}

.page-template-tpl-documents .documents-content .document-filter-form {
    width: calc(100% - 185px)
}

.page-template-tpl-documents .documents-content .document-filter-form input[type=search] {
    width: 100%;
    padding: 0 8px;
    outline: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d5d8dc;
    height: 32px;
    font-size: 16px;
    border-radius: 0
}

.page-template-tpl-documents .select2-container {
    width: 165px !important
}

.page-template-tpl-documents .documents-search-side-block.search-right-side-wrapper {
    display: block
}

@media (max-width:991px) {
    .page-template-tpl-documents .documents-search-side-block.search-right-side-wrapper {
        display: none
    }
}

.page-template-tpl-documents .documents-search-side-block.search-right-side-wrapper .search-right-side {
    margin-top: 0
}

@media (max-width:479px) {
    .page-template-tpl-documents .documents-search-side-block.search-right-side-wrapper {
        top: 192px
    }
}

.page-template-tpl-documents .documents-content .article-content {
    padding: 0 15px 15px 15px;
    border-top: 1px solid rgba(227, 229, 231, .5)
}

.page-template-tpl-documents .documents-search-filter-block .search-filter-block {
    margin-top: 0
}

.page-template-tpl-documents .d-search-submit {
    display: none
}

@media (max-width:991px) {
    .page-template-tpl-documents .d-search-submit {
        display: block
    }
}

.page-template-tpl-documents .wi-search-no-results {
    padding-left: 0;
    margin-top: 15px;
    display: none
}

@media (max-width:991px) {
    .page-template-tpl-documents .feed-block {
        margin-top: 3px
    }
}

.page-template-tpl-login .journal-title,
.page-template-tpl-registration .journal-title {
    margin-bottom: 0;
    color: #333
}

@media (max-width:991px) {

    .page-template-tpl-login .journal-title,
    .page-template-tpl-registration .journal-title {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .page-template-tpl-login .journal-title,
    .page-template-tpl-registration .journal-title {
        margin-bottom: 25px;
        text-align: center;
        font-size: 40px
    }
}

.page-template-tpl-login .apsl-login-new-text,
.page-template-tpl-registration .apsl-login-new-text {
    display: none
}

.page-template-tpl-login .apsl-icon-block.icon-facebook,
.page-template-tpl-registration .apsl-icon-block.icon-facebook {
    margin-right: 0
}

@media (max-width:991px) {

    .page-template-tpl-login .form-horizontal,
    .page-template-tpl-registration .form-horizontal {
        padding: 0 15px !important
    }
}

.login-form {
    padding-right: 0;
    padding-left: 0
}

@media (max-width:991px) {
    .login-form {
        display: flex;
        flex-direction: column-reverse
    }
}

.login-form .login-form-action {
    border-right: 2px solid #eee;
    padding-right: 15px
}

@media (max-width:991px) {
    .login-form .login-form-action {
        border: none;
        padding-right: 0
    }
}

.login-form .login-form-action.no-border {
    border: none
}

@media (max-width:991px) {
    .login-form .login-form-action fieldset {
        max-width: none
    }
}

.login-form .login-form-action fieldset .input-file-container {
    height: 40px
}

.login-form .login-form-action fieldset .input-file-container label {
    border-color: #d8d8d8
}

.login-form .login-form-action fieldset .input-file-container label span {
    line-height: 40px
}

.login-form .login-form-action fieldset .input-file-container label strong {
    line-height: 40px;
    background-color: #e72a42
}

.login-form .login-form-action fieldset .form-control {
    border-color: #d8d8d8;
    padding: 8px 13px;
    box-shadow: none
}

.login-form .login-form-action fieldset .form-control.has-error {
    border-color: #e6003c
}

.login-form .login-form-action fieldset .form-control::placeholder {
    color: #1c1d26;
    font-size: 15px
}

.login-form .login-form-action fieldset .signed-in-container label {
    color: #2c2b2b;
    font-size: 14px;
    font-weight: lighter;
    opacity: .72
}

.login-form .login-form-action fieldset .submit input {
    height: 40px;
    background: #e72a42
}

@media (max-width:991px) {
    .login-form .facebook-auth {
        order: -1
    }
}

.login-form .facebook-auth .fb-login .apsl-login-networks {
    padding: 45px 55px;
    margin: 75px auto 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(0deg, #fafafa, #fafafa)
}

@media (max-width:991px) {
    .login-form .facebook-auth .fb-login .apsl-login-networks {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        margin-top: 25px
    }
}

.login-form .facebook-auth .fb-login .icon-facebook .fa-facebook {
    color: #fff
}

@media (min-width:992px) {
    .signed-in-container {
        float: left
    }
}

@media (min-width:992px) {
    .wi-auth-btn {
        float: right
    }
}

@media (max-width:991px) {
    .wi-auth-btn {
        margin-top: 25px
    }
}

.wi-login-btn {
    -webkit-appearance: none
}

.r-a-title {
    margin-left: -15px;
    color: #333;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center
}

@media (max-width:991px) {
    .r-a-title {
        font-size: 25px
    }
}

.wi-auth-or {
    margin: 25px 0 15px 0;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 25px
}

@media (min-width:992px) {
    .wi-auth-or {
        display: none
    }
}

.wi-a-r-block {
    display: flex
}

@media (max-width:991px) {
    .wi-a-r-block {
        flex-direction: column
    }
}

.n-org-menu {
    position: relative
}

@media (max-width:991px) {
    .n-org-menu {
        top: 79px
    }
}

@media (max-width:479px) {
    .n-org-menu {
        top: 0
    }
}

.n-org-menu .n-org-nav a {
    text-decoration: none
}

.n-org-menu .n-org-nav a:focus {
    text-decoration: none
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav {
        display: none;
        background: #fff;
        overflow-y: auto;
        margin-top: -1px
    }
}

.n-org-menu .n-org-nav ul {
    display: flex;
    list-style: none;
    padding: 0 172px 0 0;
    margin: 0
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul {
        flex-direction: column;
        padding-right: 0
    }
}

.n-org-menu .n-org-nav ul li {
    position: relative;
    padding: 0 17px
}

@media (min-width:992px) and (max-width:1200px) {
    .n-org-menu .n-org-nav ul li {
        padding: 0 9px
    }
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li {
        padding: 0
    }
}

.n-org-menu .n-org-nav ul li.active>a,
.n-org-menu .n-org-nav ul li:hover>a {
    color: #e6003c
}

.n-org-menu .n-org-nav ul li.active>a::before,
.n-org-menu .n-org-nav ul li:hover>a::before {
    background-color: #e6003c
}

.n-org-menu .n-org-nav ul li.has-child>a {
    position: relative
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li.has-child>a {
        padding-right: 40px
    }
}

.n-org-menu .n-org-nav ul li.has-child>a>.arrow {
    display: none;
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li.has-child>a>.arrow {
        display: block
    }
}

@media (min-width:992px) {
    .n-org-menu .n-org-nav ul li.has-child>a+ul {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
}

@media (min-width:992px) {
    .n-org-menu .n-org-nav ul li.has-child:hover>a {
        box-shadow: 0 -2px 1px -1px #e6003c inset
    }

    .n-org-menu .n-org-nav ul li.has-child:hover>a+ul {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: 78px
    }
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li.has-child>ul {
        display: none
    }
}

.n-org-menu .n-org-nav ul li.n-org-nav-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li.n-org-nav-btn {
        position: relative;
        padding: 16px 25px
    }
}

.n-org-menu .n-org-nav ul li.n-org-nav-btn a.n-org-nav-btn-link {
    color: #e6003c;
    border: 1px solid #e6003c;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 8px;
    height: 35px;
    line-height: 35px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    transition: .2s
}

.n-org-menu .n-org-nav ul li.n-org-nav-btn a.n-org-nav-btn-link:hover {
    background-color: #e6003c;
    color: #fff
}

.n-org-menu .n-org-nav ul li a {
    padding: 17px 0;
    line-height: 44px;
    font-size: 13px;
    font-family: gpbMtavruliBold;
    color: #5b6771;
    white-space: nowrap;
    display: block;
    transition: .2s
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li a {
        padding: 7px 25px;
        line-height: 16px;
        white-space: normal
    }
}

.n-org-menu .n-org-nav ul li a+ul {
    position: absolute;
    top: 70px;
    z-index: 9999;
    flex-direction: column;
    left: 17px;
    width: 290px;
    transition: .2s;
    padding-right: 0
}

@media (min-width:992px) and (max-width:1200px) {
    .n-org-menu .n-org-nav ul li a+ul {
        left: 9px
    }
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li a+ul {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #f8f8f8
    }
}

.n-org-menu .n-org-nav ul li a+ul li {
    padding: 0
}

.n-org-menu .n-org-nav ul li a+ul li:hover>a {
    color: #e6003c
}

@media (min-width:992px) {
    .n-org-menu .n-org-nav ul li a+ul li:last-child a {
        padding-bottom: 14px
    }
}

.n-org-menu .n-org-nav ul li a+ul li a {
    padding: 13px 14px;
    background-color: #fff;
    line-height: 16px;
    white-space: normal;
    border-top: 1px solid #00000029
}

.n-org-menu .n-org-nav ul li a+ul li a:hover {
    color: #e6003c
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li a+ul li a {
        padding: 7px 25px;
        box-shadow: none
    }
}

.n-org-menu .n-org-nav ul li a+ul li a+ul {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    padding: 0;
    background-color: #fff
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li a+ul li a+ul {
        padding-left: 12px
    }
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li a+ul li a+ul li:first-child a {
        padding-top: 6px
    }
}

.n-org-menu .n-org-nav ul li a+ul li a+ul li a {
    background-color: #fff;
    padding: 6px 14px;
    border-top: none;
    font-size: 11px
}

.n-org-menu .n-org-nav ul li a+ul li a+ul li a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border: 2px solid #e6003c;
    margin-right: 6px;
    transition: .2s
}

.n-org-menu .n-org-nav ul li a+ul li a+ul li a:hover::before {
    background-color: #e6003c
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav ul li a+ul li a+ul li a {
        padding: 6px 14px
    }
}

@media (max-width:991px) {
    .n-org-menu .n-org-nav>ul {
        padding-top: 8px
    }
}

@media (max-width:991px) {
    .n-org-nav-home {
        display: none
    }
}

.n-org-nav-home a svg path {
    fill: #5b6771
}

.n-org-nav-home:hover a svg path {
    fill: #e6003c
}

.n-org-nav-home a svg {
    width: 20px;
    position: relative;
    top: 3px;
    transition: .2s
}

.n-org-nav-home a::after {
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #b4b4b4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.n-org-nav-m-head {
    background-color: #f8f8f8;
    box-shadow: 0 -2px 1px -1px #00000029 inset
}

@media (min-width:992px) {
    .n-org-nav-m-head {
        display: none
    }
}

.n-org-nav-m-head ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.n-org-nav-m-head ul li {
    position: relative
}

.n-org-nav-m-head ul li:not(.n-org-nav-home)>a {
    top: 3px
}

.n-org-nav-m-head ul li a {
    font-size: 13px;
    font-family: gpbMtavruliBold;
    color: #e6003c;
    display: block;
    transition: .2s;
    padding: 18px 25px;
    line-height: 16px;
    white-space: normal;
    position: relative;
    text-decoration: none
}

.n-org-nav-m-head ul li a>.arrow {
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto
}

.n-org-nav-m-head .n-org-nav-home {
    display: block
}

.n-org-m-search-form {
    padding: 21px 18px;
    background-color: #f8f8f8;
    display: none;
    margin: 0
}

.n-org-m-search-form .n-org-m-search-box {
    position: relative
}

.n-org-m-search-form .n-org-m-search-box input {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #f0f1f2;
    outline: 0;
    width: 100%;
    padding: 0 70px 0 16px;
    height: 48px;
    font-family: gpbMtavruliBold;
    font-size: 13px
}

.n-org-m-search-form .n-org-m-search-box .n-org-m-search-icon {
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 8px;
    width: 64px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.n-org-m-search-form .n-org-m-search-box .n-org-m-search-icon span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 4px
}

.n-org-m-search-form .n-org-m-search-box .n-org-m-search-icon>.fa-times {
    display: none
}

video:not(.video-js) {
    width: 100%;
    height: auto
}

.post-iframe-container {
    max-height: 505px
}

.post-iframe-container>div {
    max-height: 505px;
    padding-bottom: 45% !important;
    width: auto;
    margin: 0 auto
}

.post-iframe-container iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 505px
}

.custom-player,
.flowplayer {
    background-color: rgba(43, 51, 63, .7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.custom-player .fp-color-play,
.flowplayer .fp-color-play {
    fill: #eee
}

.custom-player .fp-controls,
.flowplayer .fp-controls {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.custom-player .fp-color,
.flowplayer .fp-color {
    background-color: #e6003c
}

.custom-player .fp-fullscreen:before,
.custom-player .fp-playbtn:before,
.flowplayer .fp-fullscreen:before,
.flowplayer .fp-playbtn:before {
    color: #e6003c
}

.custom-player .fp-fullscreen:hover:before,
.custom-player .fp-playbtn:hover:before,
.flowplayer .fp-fullscreen:hover:before,
.flowplayer .fp-playbtn:hover:before {
    color: #bb0635
}

.custom-player .fp-header,
.custom-player .fp-message,
.flowplayer .fp-header,
.flowplayer .fp-message {
    display: none
}

.custom-player .fp-play svg,
.flowplayer .fp-play svg {
    max-height: 11%
}

.custom-player .fp-play svg .b,
.flowplayer .fp-play svg .b {
    fill: #e6003c
}

.custom-player.audio-player,
.flowplayer.audio-player {
    height: 3.1em;
    overflow: hidden
}

.custom-player.audio-player .fp-ratio,
.flowplayer.audio-player .fp-ratio {
    padding-top: 0 !important;
    height: 3.1em
}

.custom-player.audio-player .fp-play svg,
.flowplayer.audio-player .fp-play svg {
    display: none
}

.custom-player.audio-player .fp-ui>*,
.flowplayer.audio-player .fp-ui>* {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex
}

.custom-player.audio-player .fp-fullscreen,
.flowplayer.audio-player .fp-fullscreen {
    display: none
}

.live-video-controllers {
    background-color: #1c1d26;
    padding: 8px 0 15px 0;
    position: relative
}

.live-video-controllers div {
    width: 15%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    height: 25px;
    position: relative;
    font-size: 13px
}

.live-video-controllers div:not(.playDiv) i {
    color: #fff
}

.live-video-controllers div i {
    padding: 0 3px
}

.live-video-controllers div a {
    display: inline-block;
    color: #fff;
    height: 25px;
    line-height: 25px
}

.live-video-controllers div a:hover i {
    color: #fff
}

.live-video-controllers div a.play {
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -14px
}

.live-video-controllers div a.play i {
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.live-video-controllers div a.play i:before {
    content: "\f04b";
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.live-video-controllers div a.play.played i:before {
    content: "\f04d"
}

.live-video-controllers .live {
    position: absolute;
    right: 20px;
    top: 16px;
    background: #e6003c;
    color: #fff;
    padding: 5px 15px;
    width: auto
}

.live-video-controllers .live:hover {
    background: #fff;
    color: #e6003c
}

.live-video-controllers div .backward,
.live-video-controllers div .forward {
    text-decoration: none
}

body .news-video-dimensions.vjs-fluid:not(.vjs-16-9) {
    padding-top: 505px
}

body .news-video-dimensions.vjs-fluid.live-player-js {
    padding-top: 105px
}

body .news-video-dimensions.vjs-fluid.live-player-js .vjs-control-bar {
    height: 2em
}

body .news-video-dimensions.vjs-fluid.live-player-js .vjs-control-bar .vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.3em;
    line-height: 1.58
}

body .news-video-dimensions.vjs-fluid.live-player-js .vjs-control-bar .vjs-control {
    width: 2.2em
}

body .news-video-dimensions.vjs-fluid.live-player-js .vjs-live-display {
    display: none
}

body .news-video-dimensions.vjs-fluid.live-player-js .vjs-live-control {
    line-height: 2em
}

body .news-video-dimensions.vjs-fluid.live-player-js .vjs-volume-bar {
    margin: .8em .5em;
    width: 3em;
    display: none
}

@media (max-width:991px) {
    .flowplayer {
        font-size: .7em !important
    }

    .flowplayer .flowplayer.fp-full .fp-controls {
        height: 3em !important
    }

    .flowplayer .fp-timeline.fp-bar {
        bottom: 3em
    }

    .flowplayer .fp-fullscreen,
    .flowplayer .fp-playbtn {
        display: flex;
        align-items: center;
        height: 100%
    }

    .flowplayer .fp-fullscreen:before,
    .flowplayer .fp-playbtn:before {
        font-size: 32px
    }
}

.flowplayer.is-error-403 .fp-message.fp-shown {
    display: none !important
}

.flowplayer.is-error-403 .fp-play.fp-visible {
    display: none
}

.flowplayer.is-error-403 .fp-ui {
    background-image: url("");
    background-size: contain
}

.flowplayer .fp-player video {
    background-color: #000
}

.flowplayer.audio-player {
    height: 5.2em
}

.flowplayer.audio-player .fp-timeline.fp-bar {
    height: 2.4em !important;
    background-color: rgba(255, 255, 255, .65)
}

.flowplayer #liveTimeBox {
    display: none;
    bottom: 0;
    width: 100%;
    color: #fff;
    height: 2.8em;
    position: absolute;
    align-items: center;
    justify-content: center
}

.flowplayer #liveTimeBox #liveTime {
    z-index: 5
}

.flowplayer #liveTimeBox #copyLiveUrl {
    z-index: 5;
    right: 112px;
    display: flex;
    cursor: pointer;
    position: absolute;
    align-items: center
}

@media (max-width:600px) {
    .flowplayer #liveTimeBox #copyLiveUrl {
        right: 80px
    }
}

.flowplayer #liveTimeBox #copyLiveUrl svg {
    margin-right: 8px
}

.flowplayer #liveTimeBox #copyLiveUrl span {
    font-family: gpbNusxuri
}

@media (max-width:600px) {
    .flowplayer #liveTimeBox #copyLiveUrl span {
        display: none
    }
}

.flowplayer #liveTimeBox #successCopySVG {
    display: none
}

.flowplayer.is-playing:not(.is-loading) #liveTimeBox,
.flowplayer.is-ready.is-paused #liveTimeBox {
    display: flex
}

.disabled-buttons-live {
    pointer-events: none
}

.disabled-buttons-live a,
.disabled-buttons-live i {
    cursor: default;
    color: #5a646f !important
}

.page-template-tpl-live .fp-duration,
.page-template-tpl-live .fp-elapsed {
    display: none
}

.backwardDiv,
.forwardDiv {
    display: none !important
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .home-list-container {
        min-height: 505px
    }

    .side-content {
        position: relative !important;
        top: 0 !important
    }
}

@media all and (-ms-high-contrast:none) {
    .home-list-container {
        min-height: 505px
    }

    .home-list-container .side-content {
        position: relative !important;
        top: 0 !important
    }

    .home-list-container,
    ::-ms-backdrop {
        min-height: 505px
    }
}

@supports (-ms-accelerator:true) {
    .home-list-container {
        min-height: 505px
    }

    .side-content {
        position: relative !important;
        top: 0 !important
    }
}

@media screen and (min-width:1600px) {
    .banner-wrapper {
        opacity: 1;
        pointer-events: all
    }
}

@media screen and (min-width:1200px) {
    .item-video-player .item-video-duration {
        display: inline-block;
        text-align: left
    }

    .item-video-player .item-video-duration-play {
        display: inline-block
    }
}

@media screen and (max-width:1366px) {

    .h-xxl,
    .item-feed-capped .item-title,
    .item-multiline-feed .item-title {
        font-size: 20px
    }

    .h-xl {
        font-size: 18px
    }

    .topic-links-link {
        font-size: 13px
    }

    body {
        font-size: 15px
    }
}

@media screen and (min-width:992px) and (max-width:1366px) {
    .main:not(.main-sport-category) {
        max-width: calc(100% - 86px)
    }

    .side.collapse.in .main:not(.main-sport-category),
    .side.collapse.in+.main:not(.main-sport-category) {
        max-width: calc(100% - 220px)
    }
}

@media screen and (max-width:1200px) {
    .documents-content .single-document-header-time {
        width: 100%;
        margin-bottom: 20px
    }

    .documents-content .single-document-header-tags {
        width: 100%;
        text-align: left
    }

    .documents-content .single-document-header-tags span {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .single-news .slick-slider {
        max-width: 440px
    }

    .item-2col-feed .item-img {
        height: 170px
    }
}

@media screen and (min-width:992px) {
    .online-journal .item-quote {
        margin-left: -30px;
        margin-right: -30px
    }

    .right-side-bottom {
        display: block !important
    }

    .feat {
        display: flex;
        flex-direction: row
    }

    .feat-lg {
        flex: 2
    }

    .feat-list {
        flex: 1;
        position: relative
    }

    .feat-sm {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%
    }

    .feat-sm:nth-child(1) {
        top: 0
    }

    .feat-sm:nth-child(2) {
        top: 50%
    }

    .feat-sm:nth-child(3) {
        display: none
    }

    .tv-page-cover:before {
        padding-top: 50%
    }

    .single-show .tv-page-cover:before {
        padding-top: 80%
    }

    .tv-home-slide-img:before {
        padding-top: 60vh;
        background-color: rgba(0, 0, 0, .1)
    }

    .organisation-slider-container .item-feat .item-img:before {
        padding-top: 30vh
    }
}

@media screen and (min-width:1200px) {
    .body-wrapper {
        -webkit-box-shadow: 1px 0 20px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 1px 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 1px 0 20px 0 rgba(0, 0, 0, .15)
    }
}

@media screen and (min-width:480px) and (max-width:1199px) {
    .navbar-default .navbar-nav>li.navbar-more-items ul li {
        line-height: 44px;
        margin-right: 50px
    }

    .item-feat-lg .item-title {
        font-size: 30px
    }

    .item-feat-sm .item-cap {
        padding: 15px 15px 10px 15px
    }

    .item-feat-sm .item-feat-updates {
        margin-bottom: 5px
    }

    .item-feat-sm .item-title {
        font-size: 16px
    }

    .right-side-item-list {
        margin-right: 20px
    }

    .right-side-item-list-3 {
        margin-right: 0
    }

    .feed-block {
        padding: 15px 15px 30px 15px
    }

    .feed .item-feed-capped .item-cap {
        padding: 15px;
        width: 60%
    }

    .item .ch-logo {
        transform: scale(.6);
        transform-origin: right top 0;
        right: 10px;
        top: 10px
    }

    .item-2col-l {
        flex: 4
    }

    .item-2col-r {
        flex: 7
    }

    .item-video-player .item-img {
        position: relative;
        background-size: cover
    }

    .item-video-player .item-img:before {
        content: "";
        display: block;
        padding-top: 53.47594%;
        pointer-events: none
    }

    .item-video-player .item-img .item-details {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .feed .item-feed-capped .item-cap {
        padding: 15px 20px;
        width: 65%
    }

    .feed .item-feed-capped .item-title {
        font-size: 17px
    }

    .feed .item-2col-feed .item-title {
        margin-bottom: 10px
    }
}

@media screen and (min-width:480px) and (max-width:991px) {
    .feat-list {
        display: flex;
        flex-direction: row
    }

    .feat-list .feat-sm {
        flex: 1
    }

    .weather {
        background-color: #fafafa
    }

    .weather-today-icon {
        width: 80px
    }

    .weather-summary {
        justify-content: center
    }

    .currency {
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
        padding-top: 5px
    }

    .currency-row {
        flex: 1;
        border-right: 2px solid #e3e5e7;
        padding-right: 10px
    }

    .currency-row:first-child .currency-col:nth-child(2) {
        text-align: left
    }

    .currency-row:last-child {
        border-right: 0;
        padding-right: 0
    }

    .currency-col {
        flex: 10;
        text-align: center;
        line-height: 50px
    }

    .currency-col:nth-child(1) {
        display: none
    }

    .currency-col:nth-child(4) {
        flex: 6
    }

    .currency-col:nth-child(5) {
        flex: 10
    }

    .right-side-item-list .h {
        font-size: 14px
    }

    .feed .feed-block:first-child {
        border-top: 1px solid #e3e5e7
    }

    .feed .item-multiline-feed .item-title {
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px
    }

    .feed .item-2col-feed .item-title {
        font-size: 22px;
        font-weight: 500;
        margin-top: 2px;
        padding-bottom: .7em;
        margin-bottom: 5px
    }

    .feed .item-expose.item-expose-textlead .item-meta {
        margin-top: 0
    }

    .item-2col-feed .item-2col-l {
        flex: 3
    }

    .item-2col-feed .item-2col-r {
        flex: 7
    }

    .item-video-player .item-title {
        font-size: 18px
    }

    .item-video-player .item-play-btn {
        top: 38%
    }
}

@media screen and (max-width:991px) {
    .related-news:before {
        content: "";
        display: table;
        clear: both
    }

    .article-intro img.alignleft.m-t-0 {
        margin-right: 10px
    }

    .item-tv-program {
        display: block;
        padding: 10px
    }

    .item-tv-program .item-img {
        float: none;
        margin: 5px 0
    }

    .single-show-container .tv-page-header-container {
        display: block
    }

    .single-show-container .tv-page-header-container .tv-ch-cover,
    .single-show-container .tv-page-header-container .tv-page-content-container {
        flex: none;
        display: block;
        width: 100%
    }

    .tv-home-slide-img {
        background-position: center
    }

    .tv-home-slider .slick-dots {
        bottom: 70px
    }

    .single-elit .feat-blog.members-area .author-details {
        height: auto
    }

    #app .app {
        padding: 0 15px
    }

    .organisation-slider-container .tv-home-slide-title {
        font-size: 24px
    }

    .journal-title {
        font-size: 24px;
        margin-left: 15px
    }

    .organisation-slider-container {
        display: block;
        width: 100%
    }

    .organisation-slider-container .tv-home-boxes,
    .organisation-slider-container .tv-home-slider {
        flex: none;
        width: 100%
    }

    .documents-content .document-filter-form,
    .page-template-tpl-documents .documents-content .document-filter-form {
        width: 100%
    }

    .article-cover {
        height: auto
    }

    .article-cover img {
        position: relative;
        height: auto;
        min-height: auto
    }

    .item-2col-feed .item-img {
        height: auto
    }

    body .news-video-dimensions.vjs-fluid {
        padding-top: 67%
    }

    .home-list-container .homepage-breacking-container {
        flex-basis: 100%
    }

    .home-list-container .news-lent-container {
        display: none
    }

    .single-news .slick-slider {
        max-width: 650px
    }

    .main {
        width: 100%
    }

    .navbar-default .navbar-nav>li.navbar-more-items,
    .navbar.more-expanded .navbar-nav>li.navbar-more-items {
        height: 0;
        max-height: inherit;
        overflow: scroll
    }

    .navbar-default .navbar-nav>li.navbar-more-items ul,
    .navbar.more-expanded .navbar-nav>li.navbar-more-items ul {
        padding: 15px
    }

    .navbar-default .navbar-nav>li.navbar-more-items ul li,
    .navbar.more-expanded .navbar-nav>li.navbar-more-items ul li {
        margin-right: 10px
    }

    .navbar.more-expanded .navbar-nav>li.navbar-more-items {
        height: calc(100vh - 134px)
    }

    .article-cover .youtube-cover i.navbar-more.sk,
    .navbar-more.animation.sk,
    .navbar-more.sk.banner-wrapper,
    .side-menu li a.navbar-more.sk {
        transition: 0s !important
    }

    .navbar {
        margin-left: 0
    }

    .navbar.left-side-expanded {
        margin-left: 0
    }

    .navbar .navbar-brand {
        max-width: 200px;
        max-height: 78px;
        line-height: 79px;
        width: auto;
        z-index: 10;
        position: relative
    }

    .navbar .navbar-brand img {
        display: inline-block
    }

    .navbar .navbar-toggle {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar .navbar-search-mobile {
        width: 35px
    }

    .navbar .navbar-search-mobile .active-search {
        display: block
    }

    .feat-blog .item-blog-feat .item-img:before {
        padding-top: 70%
    }

    body .side,
    body .side.collapse.in {
        left: 0;
        top: 132px;
        width: 100%;
        overflow: hidden;
        flex: 1;
        max-width: 100%;
        height: calc(100vh - 132px) !important;
        display: block;
        position: fixed;
        z-index: 13;
        min-height: calc(100vh - 132px) !important
    }

    body .side .logo,
    body .side.collapse.in .logo {
        display: none
    }

    body .side.collapse.in.sk,
    body .side.sk {
        transform: translateX(-100%);
        transition: .2s transform, .2s opacity;
        opacity: 0;
        display: none
    }

    .navbar-default .navbar-toggle .iconbar-wrapper {
        position: relative;
        display: inline-block;
        width: 22px;
        height: 14px;
        margin-top: 11px
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(1),
    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
        display: none
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(2),
    .navbar-default .navbar-toggle .icon-bar:nth-child(2):after,
    .navbar-default .navbar-toggle .icon-bar:nth-child(2):before {
        position: absolute;
        width: 22px;
        height: 2px;
        left: 0;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        background-color: #a3a3a3
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
        top: 50%;
        margin-top: -1px;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: .22s
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(2):after {
        display: block;
        content: "";
        bottom: -6px;
        transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(2):before {
        display: block;
        content: "";
        top: -6px;
        transition: top .1s ease-in .25s, opacity .1s ease-in
    }

    #navbar ul li.menu-addon a.red {
        min-width: auto
    }

    body.is-side-menu-open-mobile {
        height: 100%;
        overflow: hidden
    }

    body.is-side-menu-open-mobile .side,
    body.is-side-menu-open-mobile .side.collapse.in {
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
        opacity: 1;
        display: block
    }

    body.is-side-menu-open-mobile .side .side-content,
    body.is-side-menu-open-mobile .side.collapse.in .side-content {
        width: 100% !important;
        height: calc(100vh - 132px) !important;
        overflow: scroll
    }

    body.is-side-menu-open-mobile .side .logo-collapse,
    body.is-side-menu-open-mobile .side.collapse.in .logo-collapse {
        display: none !important
    }

    body.is-side-menu-open-mobile .side .logo-in,
    body.is-side-menu-open-mobile .side.collapse.in .logo-in {
        display: none !important
    }

    body.is-side-menu-open-mobile .side .side-live,
    body.is-side-menu-open-mobile .side .side-live+.sep,
    body.is-side-menu-open-mobile .side.collapse.in .side-live,
    body.is-side-menu-open-mobile .side.collapse.in .side-live+.sep {
        display: none !important
    }

    body.is-side-menu-open-mobile .side .side-toggle,
    body.is-side-menu-open-mobile .side .side-toggle+.sep,
    body.is-side-menu-open-mobile .side.collapse.in .side-toggle,
    body.is-side-menu-open-mobile .side.collapse.in .side-toggle+.sep {
        display: none !important
    }

    body.is-side-menu-open-mobile .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
        transition-delay: .12s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: rotate(225deg)
    }

    body.is-side-menu-open-mobile .navbar-default .navbar-toggle .icon-bar:nth-child(2):after {
        bottom: 0;
        transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
        transform: rotate(-90deg)
    }

    body.is-side-menu-open-mobile .navbar-default .navbar-toggle .icon-bar:nth-child(2):before {
        top: 0;
        transition: top .1s ease-out, opacity .1s ease-out .12s;
        opacity: 0
    }

    .content-sided {
        display: flex;
        flex-direction: column
    }

    .feed-block .item-content-container .content-text img.single-board-member-image,
    .single-board-member-image {
        width: 100px;
        height: 100px;
        max-width: 100px
    }

    .main-content {
        order: 2;
        max-width: none
    }

    .right-side {
        flex: none;
        display: none;
        order: 1;
        max-width: none;
        padding: 0;
        margin-top: 20px
    }

    .right-side-bottom {
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        background-color: #fafafa
    }

    .right-side-item-list {
        flex: 1
    }

    .right-side-item-list-1 {
        order: 2
    }

    .right-side-item-list-2 {
        order: 3
    }

    .right-side-item-list-3 {
        order: 4
    }

    .right-side-polls {
        display: none
    }

    .right-side-bottom {
        display: none
    }

    .banner-documents,
    .sidebar-banner {
        margin-left: 15px;
        margin-right: 15px
    }

    .sidebar-m-b-20 {
        margin-left: 15px;
        margin-right: 15px
    }

    .sidebar-m-b-20 span {
        text-align: right;
        width: 15px;
        height: 14px;
        line-height: 14px;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .sidebar-m-b-20 .fa-minus {
        display: none
    }

    .sidebar-m-b-20 i.fa,
    .sidebar-m-b-20 i.fa:hover {
        color: #5b6771;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .sidebar-m-b-20 span.active .fa-plus {
        display: none
    }

    .sidebar-m-b-20 span.active .fa-minus {
        display: block
    }

    .weather {
        display: flex;
        flex-direction: row;
        padding: 20px
    }

    .weather-summary {
        flex: 3;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .weather-future {
        flex: 7
    }

    .weather-future-item {
        text-align: center
    }

    .weather+.sep {
        margin: 0
    }

    .currency {
        border-bottom: 1px solid #e3e5e7;
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px
    }

    .home-news-strip {
        display: none
    }

    .item-video-feat .item-r {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .item-video-feat .item-title {
        font-size: 20px;
        margin-bottom: 0
    }

    .item-video-feat .item-text {
        font-size: 13px;
        margin-top: 15px
    }

    .videos-top-list {
        padding: 30px 0 0 0
    }

    .videos-top-list .item-expose {
        margin-bottom: 15px
    }

    .videos-top-list .item-expose .item-img {
        margin-bottom: 5px
    }

    .videos-top-list .item-expose .item-text {
        margin-top: 0
    }

    .videos-latest-videos-row .item-expose {
        margin-bottom: 15px
    }

    .videos-latest-videos-row .item-expose .item-text {
        margin-top: 5px
    }

    .videos-recommended-for-you-row .item-expose {
        margin-bottom: 15px
    }

    .videos-recommended-for-you-row .item-expose .item-text {
        margin-top: 5px;
        font-size: 13px
    }

    .main-wrapper {
        padding-bottom: 20px
    }

    .document-filter-form {
        margin-bottom: 10px
    }

    .slick-next,
    .slick-prev {
        display: none !important
    }

    .page-template-tpl-tv-program .body-wrapper.tv-program-page {
        background: #19181d
    }
}

@media screen and (max-width:992px) {
    .tv-program-grid-row {
        overflow-x: auto
    }
}

@media screen and (max-width:479px) {
    .home-list-container .feat-list {
        display: block
    }

    .home-list-container .feat-list a.feat-sm {
        display: block;
        width: 100%;
        min-width: 100%
    }

    .home-list-container .feat-list a.feat-sm .item-img:before {
        padding-top: 64.555%
    }

    .home-list-container .feat-list a.feat-sm:nth-child(3) {
        display: none
    }

    .tv-page.body-tv-radio .main-tv-home {
        margin-top: 0
    }

    .search .seach-news-container .documents-filter-date,
    .search .seach-news-container .select2,
    .search .seach-news-container form,
    .search .seach-news-container select {
        width: 100%;
        max-width: 100% !important
    }

    .search .documents-filter-container .documents-filter-date input {
        padding-left: 10px
    }

    .search-resutl-item {
        padding: 15px
    }

    .topic-links-link img {
        height: auto;
        width: 100%
    }

    .tv-home-slider .slick-dots {
        top: 20px
    }

    .tv-home-slider .slick-dots li {
        width: 20px;
        height: 20px;
        margin-bottom: 3px
    }

    #navbar ul li.menu-addon .responsive-live-button .side-live-h {
        min-width: 30px
    }

    #navbar ul li.menu-addon .responsive-live-button .side-live-h.all-news-side-live {
        text-align: center;
        margin-right: 5px
    }

    #navbar ul li.menu-addon .responsive-live-button .side-live-h.all-news-side-live i {
        margin-right: 0;
        width: 100%;
        text-align: center
    }

    #navbar ul li.menu-addon .responsive-live-button {
        margin-top: -3px
    }

    #navbar ul li.menu-addon .responsive-live-button span {
        line-height: 17px
    }

    .documents-filter-container {
        padding: 0 15px
    }

    .documents-filter-container #search-field,
    .documents-filter-container .select2-container {
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 10px 0
    }

    .documents-filter-container .documents-filter-date {
        width: 100% !important
    }

    .live-video-controllers div {
        width: auto;
        display: block;
        margin-bottom: 5px;
        display: inline-block;
        padding: 28px 5px
    }

    .live-video-controllers div a.play {
        top: 8px
    }

    .single-document-image {
        width: 100%;
        margin: 0 0 10px 0
    }

    .article-intro img {
        width: 100%;
        margin: 10px 0
    }

    .article-intro img.alignright {
        margin: 10px 0 10px 10px
    }

    .article-intro img.alignleft {
        margin: 10px 10px 10px 0
    }

    .article-intro .related-news {
        width: 100%;
        margin-top: 10px
    }

    .article-intro .related-news img {
        margin-bottom: 10px
    }

    .article-intro .related-news.pull-left {
        margin-right: 0
    }

    .article-intro .related-news.pull-right {
        margin-left: 0
    }

    .item-blog-title-container {
        min-height: auto
    }

    header .navbar.navbar-fixed-top {
        position: relative;
        top: 0
    }

    .admin-bar .navbar.navbar-fixed-top {
        top: 0
    }

    .article-content,
    .feat-blog .item-blog-feat-details,
    .feed-forms,
    .item-blog .item-details {
        padding: 15px
    }

    .tv-page-cover:before {
        padding-top: 100%
    }

    .side:not(.in) .side-menu li a .side-menu-item-title {
        display: block
    }

    .tv-chs-list [class*=col-] {
        padding: 0
    }

    .tv-chs-list [class*=col-] a {
        display: block;
        width: 100%
    }

    .item-tv-ch .item-cap {
        padding: 0
    }

    .tv-page-cover-caption {
        left: 15px;
        bottom: 25px;
        width: 80%
    }

    .tv-page-cover-caption .tv-page-cover-title {
        font-size: 28px;
        width: 100%
    }

    .tv-page-cover-caption .tv-page-cover-text {
        width: 100%;
        font-size: 20px
    }

    .item-blog-feat-details .item-blog-feat-l {
        display: none
    }

    .item-blog-feat-details .item-blog-feat-r {
        padding-left: 0
    }

    .item-feat.item-feat-lg .item-img {
        position: relative;
        background-size: cover
    }

    .item-feat.item-feat-lg .item-img:before {
        content: "";
        display: block;
        padding-top: 64.55778%;
        pointer-events: none
    }

    .item-feat.item-feat-lg .item-img .nothing {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .item-feat.item-feat-lg .item-cap {
        padding: 15px 0 10px 3px
    }

    .item-feat.item-feat-lg .item-title {
        font-size: 17px;
        font-weight: 400
    }

    .item-feat.item-feat-sm .item-img {
        position: relative;
        background-size: cover
    }

    .item-feat.item-feat-sm .item-img:before {
        content: "";
        display: block;
        padding-top: 76.33588%;
        pointer-events: none
    }

    .item-feat.item-feat-sm .item-img .nothing {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .item-feat.item-feat-sm .item-cap {
        padding: 15px 0 10px 3px
    }

    .item-feat.item-feat-sm .item-feat-updates {
        margin-bottom: 5px;
        font-size: 13px;
        padding: 3px 5px 2px 5px
    }

    .item-feat.item-feat-sm .item-feat-updates i {
        transform: scale(.5);
        vertical-align: middle;
        margin-right: 0
    }

    .item-feat.item-feat-sm .item-title {
        font-size: 14px;
        font-weight: 400
    }

    .feat-sm:nth-child(3) {
        display: none
    }

    .weather {
        padding: 15px 10px
    }

    .weather-summary {
        flex: 6
    }

    .weather-today-icon {
        width: 45px
    }

    .weather-today-icon i {
        transform: scale(.9);
        transform-origin: 0 50% 0
    }

    .weather-today-temp {
        font-size: 20px
    }

    .weather-today-date {
        font-size: 11px
    }

    .weather-future-item {
        padding-left: 0;
        padding-right: 0
    }

    .weather-future-item:after {
        height: 50px;
        top: 25px
    }

    .currency {
        padding-top: 20px;
        padding-bottom: 10px
    }

    .currency-row {
        margin-bottom: 10px
    }

    .right-side-bottom {
        position: relative
    }

    .right-side-item-list .h:after {
        display: none
    }

    .right-side-item-list .h span {
        display: inline-block;
        position: relative;
        height: 100%;
        cursor: pointer
    }

    .right-side-item-list .h span:after {
        content: '';
        position: absolute;
        left: 0;
        top: calc(100% + 1em);
        display: block;
        width: 100%;
        background-color: #0d0a0e;
        height: 4px
    }

    .right-side-item-list:not(.active) {
        position: absolute;
        left: 15px;
        top: 0;
        width: calc(100% - 30px);
        pointer-events: none
    }

    .right-side-item-list:not(.active)>:not(.h) {
        display: none
    }

    .right-side-item-list:not(.active) .h {
        color: #c4c7cb
    }

    .right-side-item-list:not(.active) .h span {
        pointer-events: all
    }

    .right-side-item-list:not(.active) .h span:after {
        display: none
    }

    .right-side-item-list.active {
        pointer-events: none
    }

    .right-side-item-list.active>:not(.h) {
        pointer-events: all
    }

    .right-side-item-list.active .h span:after {
        display: block
    }

    .right-side-item-list-1 .h {
        text-align: left
    }

    .right-side-item-list-2 .h {
        text-align: center
    }

    .right-side-item-list-2 .h:after {
        left: calc(50% - 26px)
    }

    .right-side-item-list-3 .h {
        text-align: right
    }

    .right-side-item-list-3 .h:after {
        left: auto;
        right: 0
    }

    .feed-block {
        padding: 15px 0
    }

    .feed-block>.row {
        margin-left: 0;
        margin-right: 0
    }

    .feed-block>.h {
        margin-left: 15px;
        margin-right: 15px
    }

    .feed-block .sep {
        display: none
    }

    .feed-block .item-video {
        margin-bottom: 15px
    }

    .feed-block .item-quote {
        margin-bottom: 30px
    }

    .feed-block .item-quote .item-quote-details {
        padding-left: 15px;
        padding-right: 15px
    }

    .article-title,
    .organisation-slider-container .tv-home-slide-title {
        font-size: 20px
    }

    .item .ch-logo {
        transform: scale(.6);
        transform-origin: right top 0;
        right: 10px;
        top: 10px
    }

    .item-feed-capped .item-cap {
        position: relative;
        width: 100%;
        padding: 20px 15px
    }

    .item-feed-capped .item-title {
        font-size: 17px;
        font-weight: 500
    }

    .item-feed-capped .item-title:after {
        height: 2px
    }

    .item-multiline-feed .item-title {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 17px
    }

    .item-multiline-feed .item-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        margin-top: 10px
    }

    .item-2col {
        display: flex;
        flex-direction: column
    }

    .item-2col-r {
        padding: 5px;
        background: #e9e9e9;
        margin-bottom: 7px
    }

    .item-2col .item-title {
        font-size: 17px;
        margin-top: 2px;
        padding-right: .7em;
        margin-bottom: 0
    }

    .item-2col .item-title.mainlisting--post--title {
        padding-right: 0
    }

    .item-2col-feed .item-title {
        font-weight: 500
    }

    .item-2col-feed .item-title:after {
        height: 2px
    }

    .item-expose.item-expose-textlead .item-title {
        height: 105px
    }

    .item-video .item-img {
        position: relative;
        background-size: cover
    }

    .item-video .item-img:before {
        content: "";
        display: block;
        padding-top: 80.64516%;
        pointer-events: none
    }

    .item-video .item-img .nothing {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .item-video-player .item-play-btn {
        transform: scale(.55);
        transform-origin: 50% 50% 0;
        top: calc(26% - 16px)
    }

    .item-video-player .item-title {
        font-size: 13px
    }

    .item-video-player .item-details {
        padding: 15px
    }

    .item-quote-text {
        font-size: 16px
    }

    .item-quote-text:before {
        font-size: 70px;
        line-height: 35px
    }

    .item-video-feat {
        flex-direction: column
    }

    .item-video-feat .item-img {
        position: relative;
        background-size: cover
    }

    .item-video-feat .item-img:before {
        content: "";
        display: block;
        padding-top: 55.55556%;
        pointer-events: none
    }

    .item-video-feat .item-img .nothing {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .item-video-feat .item-r {
        padding: 15px
    }

    .item-video-feat .item-title {
        font-size: 17px;
        margin-bottom: 0
    }

    .item-video-feat .item-text {
        font-size: 13px;
        margin-top: 15px
    }

    .tv-home-slide-img:before {
        padding-top: 65%
    }

    .tv-ch-cover.author-page-cover {
        background-position: left top
    }

    .tv-ch-cover.author-page-cover:before {
        padding-top: 80%
    }

    .tv-ch-cover.author-page-cover .tv-page-cover-caption {
        left: 15px
    }

    .nav-tabs {
        display: block;
        width: 100%;
        margin-top: 60px
    }

    .nav-tabs>li {
        display: block;
        width: 100%;
        text-align: center
    }

    .tab-content {
        padding: 15px
    }

    .ourteam--fbshare {
        top: -60px;
        left: 15px
    }

    .input-file-container {
        height: 36px
    }

    .input-file-container label span,
    .input-file-container label strong {
        line-height: 36px
    }

    .navbar-search-form-input {
        padding: 0 110px 0 15px
    }

    .documents-content .single-document-header-time {
        margin-top: 10px
    }
}

@media screen and (max-width:320px) {
    .i-search-red {
        position: relative;
        right: 5px
    }
}

.heig_ln {
    background: #e6003c;
    width: 40px;
    height: 3px
}

.visible-below-grid-float-breakpoint {
    display: none
}

@media screen and (max-width:991px) {
    .visible-below-grid-float-breakpoint {
        display: block !important
    }

    .navbar-header {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .navbar-brand {
        display: block;
        position: relative
    }

    .navbar-default .navbar-nav .navbar-search {
        display: none
    }

    .navbar-search-form {
        right: 0
    }

    .navbar-search-form.open {
        width: 100%;
        z-index: 9999999
    }

    .search-form .advanced-search {
        display: none
    }

    .menu-wrapper {
        height: 78px
    }

    header {
        height: 132px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 12
    }

    header.black {
        background-color: #000
    }

    header.color--darkblue {
        background-color: #1c1d26
    }

    .main-wrapper {
        padding-top: 132px
    }

    .main-wrapper.main-wrapper-mobile {
        padding-top: 64px
    }

    .main-wrapper .main-wrapper-mobile {
        padding-top: 120px
    }

    .navbar-collapse {
        display: block !important;
        height: auto !important
    }

    .navbar-default .navbar-nav {
        margin: 0
    }

    .navbar-default .navbar-nav>li {
        float: left;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .navbar-default .navbar-nav>li a {
        font-size: 13px;
        line-height: 48px;
        height: 44px
    }

    .navbar-search-mobile {
        position: absolute;
        right: 60px;
        top: 0;
        background-color: transparent;
        border: 0;
        width: 78px;
        height: 79px;
        line-height: 78px;
        text-align: center;
        z-index: 999999999
    }

    .navbar-search-mobile-icon-active {
        display: none
    }

    .navbar-search-mobile.in .navbar-search-mobile-icon-default {
        display: none
    }

    .navbar-search-mobile.in .navbar-search-mobile-icon-active {
        display: inline-block
    }

    .navbar-search-mobile:focus {
        outline: 0
    }

    .navbar-search-mobile .search-close {
        display: none !important;
        font-size: 28px;
        position: absolute;
        right: 0;
        top: 25px;
        color: #fff
    }

    .navbar-search-mobile.open {
        width: 100px;
        padding: 0;
        right: 0
    }

    .navbar-search-mobile.open .i-search-red {
        display: none
    }

    .navbar-search-mobile.open .i-search-white {
        position: relative;
        top: -6px
    }

    .navbar-search-mobile.open .search-open {
        display: none
    }

    .navbar-search-mobile.open .search-close {
        display: inline-block !important
    }

    .navbar-search-mobile.open .navbar-search-mobile-icon-active {
        display: inline-block !important
    }

    .navbar-search-mobile.open .search-close {
        position: relative;
        top: 0;
        width: 50%;
        height: 100%;
        display: inline-flex !important;
        align-items: center;
        justify-content: center
    }

    .navbar-fixed-top-xs {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border-width: 0 0 1px
    }
}

@media screen and (max-width:991px) and (min-width:992px) {
    .navbar-fixed-top-xs {
        border-radius: 0
    }
}

@media screen and (max-width:991px) {
    .navbar-fixed-top-xs .navbar-collapse {
        max-height: 340px
    }
}

@media screen and (max-width:991px) and (max-device-width:479px) and (orientation:landscape) {
    .navbar-fixed-top-xs .navbar-collapse {
        max-height: 200px
    }
}

@media screen and (max-width:991px) {
    .tv-program-periods {
        display: none
    }

    .tv-program-hours {
        display: none
    }

    .tv-program-grid-item {
        min-width: 220px
    }
}

@media screen and (max-width:1200px) {
    .tv-ch-cover .tv-page-cover-title {
        font-size: 43px
    }

    .tv-ch-cover .tv-page-cover-text {
        font-size: 35px
    }

    .feat-blog .item-blog-feat-author {
        font-size: 15px
    }

    .nav-tabs>li>a {
        font-size: 13px
    }

    .h-sm {
        font-size: 12px
    }

    .h-md {
        font-size: 14px
    }

    .h-lg {
        font-size: 16px
    }

    .feat-blog .item-blog-feat .item-title,
    .h-xl,
    .tv-home-slide-text {
        font-size: 18px
    }

    .h-xxl,
    .tv-home-slide-title {
        font-size: 22px
    }

    .article-attrib {
        font-size: 15px
    }

    .article-date {
        font-size: 14px
    }

    .article-results-results {
        font-size: 36px
    }

    .article-share-btn {
        font-size: 14px
    }

    .article-recap-duration {
        font-size: 16px
    }

    .article-recap-update {
        font-size: 14px
    }

    .article-recap-time {
        font-size: 14px
    }

    .article-recap-text {
        font-size: 16px
    }

    .article-title {
        font-size: 24px;
        line-height: 100%
    }

    .article-intro,
    .article-intro p {
        font-size: 16px
    }

    .article-text,
    .article-text p {
        font-size: 16px
    }

    .article-quote {
        font-size: 18px
    }

    .article-quote:before {
        font-size: 120px;
        line-height: 40px
    }

    .feat-blog .item-blog-feat-date {
        font-size: 14px
    }

    .feat-blog .item-blog-feat-author,
    .feat-blog .item-blog-feat-comment,
    .feat-blog .item-blog-feat-read-more {
        font-size: 15px
    }

    .feat-blog .item-blog-feat .item-title {
        font-size: 18px
    }

    .feat-blog .item-blog-feat .item-text {
        font-size: 16px
    }

    .feat-blog.members-area .item-blog-feat-author-img {
        margin-right: 22px
    }

    .item-blog .item-date {
        font-size: 14px
    }

    .item-blog .item-title {
        font-size: 18px
    }

    .item-blog .item-text {
        font-size: 16px
    }

    .item-blog-author,
    .item-blog-comment,
    .item-blog-read-more {
        font-size: 15px
    }

    .item .type-ch {
        font-size: 12px
    }

    .item .type-date {
        font-size: 12px
    }

    .item-multiline-feed .item-title {
        font-size: 25px
    }

    .item-multiline-feed .item-img {
        margin-top: 16px
    }

    .item-multiline-feed .item-text {
        font-size: 16px
    }

    .item-2col-feed .item-meta * {
        font-size: 12px
    }

    .item-2col-feed .item-title {
        font-size: 18px
    }

    .item-2col-feed .item-text {
        font-size: 16px
    }

    .item-2col-match-highlight .item-championship,
    .item-2col-match-highlight .item-opponents {
        font-size: 16px
    }

    .item-feed-capped .item-title {
        font-size: 18px
    }

    .item-video-player .item-title {
        font-size: 18px
    }

    .item-expose .item-text {
        font-size: 16px
    }

    .item-expose.item-expose-textlead .type-ch {
        font-size: 14px
    }

    .item-expose.item-expose-textlead .type-date {
        font-size: 14px
    }

    .item-expose.item-expose-textlead .item-title {
        font-size: 16px
    }

    .item-quote-text {
        font-size: 20px
    }

    .item-quote-author {
        font-size: 14px
    }

    .item-side-live .item-title {
        font-size: 14px
    }

    .item-strip .item-title {
        font-size: 15px
    }

    .item-tv-show .item-flipboard-cover-title {
        font-size: 25px
    }

    .item-tv-ch .item-title {
        font-size: 25px
    }

    .item-tv-program .item-time {
        font-size: 16px
    }

    .item-tv-program .item-topic {
        font-size: 16px
    }

    .item-tv-program .item-text {
        font-size: 15px
    }

    .weather-today-date {
        font-size: 12px
    }

    .weather-today-temp {
        font-size: 22px
    }

    .item-feat-sm .item-title {
        font-size: 16px
    }

    .item-video-feat .item-text {
        font-size: 16px
    }

    .feed-forms .control-label {
        margin-bottom: 14px
    }

    .feed-forms .control-label.required:after {
        color: #e6003c;
        margin-left: 10px
    }

    .feed-forms input,
    .feed-forms textarea {
        padding: 14px;
        font-size: 14px
    }

    .feed-forms input[type=submit],
    .feed-forms textarea[type=submit] {
        padding: 10px 28px
    }

    .topic-links-link {
        font-size: 13px
    }

    .videos-recommended-for-you-row .item .item-text {
        font-size: 18px
    }

    .tv-program-header-ch {
        font-size: 14px
    }

    .tv-program-period {
        font-size: 14px
    }

    .tv-program-hour {
        font-size: 14px
    }

    .tv-program-grid-item-title {
        font-size: 16px
    }

    .side-toggle {
        font-size: 12px
    }

    .lang a {
        font-size: 14px
    }

    .side-menu-h {
        font-size: 12px
    }

    .side-menu-item-title {
        font-size: 13px
    }

    .navbar-search-form-input {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .side-content button.side-toggle.in {
        display: none
    }

    .side-content button.side-toggle.in+div.sep.sep-sm.sep-translucent {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .tv-ch-cover .tv-page-cover-title {
        font-size: 37px
    }

    .tv-ch-cover .tv-page-cover-text {
        font-size: 25px
    }

    .feat-blog .item-blog-feat-author {
        font-size: 13px
    }

    .h-sm {
        font-size: 10px
    }

    .h-md {
        font-size: 12px
    }

    .h-lg {
        font-size: 15px
    }

    .feat-blog .item-blog-feat .item-title,
    .h-xl,
    .tv-home-slide-text {
        font-size: 17px
    }

    .h-xxl,
    .tv-home-slide-title {
        font-size: 20px
    }

    .tv-home-slide-title {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .h-xl,
    .item-text .feat-blog .item-blog-feat .item-title {
        font-size: 17px
    }

    .h-xxl {
        font-size: 20px
    }

    .article-attrib {
        font-size: 14px
    }

    .article-date {
        font-size: 12px
    }

    .article-results-results {
        font-size: 36px
    }

    .article-share-btn {
        font-size: 12px
    }

    .article-recap-duration {
        font-size: 15px
    }

    .article-recap-text {
        font-size: 15px
    }

    .article-title {
        font-size: 20px;
        margin-top: 10px;
        line-height: 27px
    }

    .article-intro,
    .article-intro p {
        font-size: 15px
    }

    .article-text,
    .article-text p {
        font-size: 15px
    }

    .article-quote {
        font-size: 17px
    }

    .article-quote:before {
        font-size: 80px;
        line-height: 30px
    }

    .feat-blog .item-blog-feat-date {
        font-size: 12px
    }

    .feat-blog .item-blog-feat-author,
    .feat-blog .item-blog-feat-comment,
    .feat-blog .item-blog-feat-read-more {
        font-size: 14px
    }

    .feat-blog .item-blog-feat .item-title {
        font-size: 17px
    }

    .feat-blog .item-blog-feat .item-text {
        font-size: 15px
    }

    .feat-blog.members-area .item-blog-feat-author-img {
        margin-right: 20px
    }

    .item-blog .item-date {
        font-size: 12px
    }

    .item-blog .item-title {
        font-size: 17px
    }

    .item-blog .item-text {
        font-size: 15px
    }

    .item-blog-author,
    .item-blog-comment,
    .item-blog-read-more {
        font-size: 14px
    }

    .item .type-ch {
        font-size: 10px
    }

    .item .type-date {
        font-size: 10px
    }

    .item-multiline-feed .item-title {
        font-size: 17px
    }

    .item-multiline-feed .item-img {
        margin-top: 15px
    }

    .item-multiline-feed .item-text {
        font-size: 15px
    }

    .item-2col-feed .item-title {
        font-size: 17px
    }

    .item-2col-feed .item-text {
        font-size: 15px
    }

    .item-2col-match-highlight .item-championship,
    .item-2col-match-highlight .item-opponents {
        font-size: 15px
    }

    .item-feed-capped .item-title {
        font-size: 17px
    }

    .item-video-player .item-title {
        font-size: 17px
    }

    .item-expose .item-text {
        font-size: 15px
    }

    .item-expose.item-expose-textlead .type-ch {
        font-size: 12px
    }

    .item-expose.item-expose-textlead .type-date {
        font-size: 12px
    }

    .item-expose.item-expose-textlead .item-title {
        font-size: 15px
    }

    .item-quote-text {
        font-size: 18px
    }

    .item-side-live .item-title {
        font-size: 12px
    }

    .item-strip .item-title {
        font-size: 14px
    }

    .item-tv-show .item-flipboard-cover-title {
        font-size: 20px
    }

    .item-tv-ch .item-title {
        font-size: 20px
    }

    .item-tv-program .item-time {
        font-size: 15px
    }

    .item-tv-program .item-topic {
        font-size: 15px
    }

    .item-tv-program .item-text {
        font-size: 14px
    }

    .weather-today-date {
        font-size: 10px
    }

    .weather-today-temp {
        font-size: 20px
    }

    .item-feat-sm .item-title {
        font-size: 15px
    }

    .item-video-feat .item-text {
        font-size: 15px
    }

    .feed-forms .control-label {
        margin-bottom: 12px
    }

    .feed-forms .control-label.required:after {
        color: #e6003c;
        margin-left: 9px
    }

    .feed-forms input,
    .feed-forms textarea {
        padding: 12px;
        font-size: 12px
    }

    .feed-forms input[type=submit],
    .feed-forms textarea[type=submit] {
        padding: 9px 24px
    }

    .videos-recommended-for-you-row .item .item-text {
        font-size: 17px
    }

    .tv-program-header-ch {
        font-size: 12px
    }

    .tv-program-period {
        font-size: 12px
    }

    .tv-program-hour {
        font-size: 12px
    }

    .tv-program-grid-item-title {
        font-size: 15px
    }

    .side-toggle {
        font-size: 10px
    }

    .lang a {
        font-size: 14px
    }

    .side-menu-h {
        font-size: 10px
    }

    .navbar-search-form-input {
        font-size: 16px
    }

    .navbar-search-form-input:focus {
        font-size: 16px
    }
}

@media (max-width:1023px) {
    .item-quote-icon {
        margin-bottom: 16px
    }

    .item-quote-text {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .show-filter-list {
        display: none
    }

    body:not(.search) .loaded-news {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .main-wrapper.main-wrapper-mobile header {
        display: none
    }
}

@media (max-width:767px) {
    .fb-like {
        margin-top: 16px
    }
}

@media (max-width:479px) {
    .tv-ch-cover .tv-page-cover-title {
        font-size: 24px
    }

    .tv-ch-cover .tv-page-cover-text {
        font-size: 18px
    }

    .wi-main-header-menu {
        padding: 8px 20px 60px 20px !important
    }

    li.navbar-more-items li {
        position: relative;
        margin-right: 0 !important;
        width: 100%;
        display: flex !important;
        align-items: center
    }

    li.navbar-more-items li:before {
        content: "";
        display: block;
        width: calc(100% - 15px);
        height: 1px;
        position: absolute;
        right: -20px;
        bottom: 0;
        background: #000;
        opacity: .16
    }

    li.navbar-more-items li .header-menu-icon {
        display: block;
        width: 13px
    }

    li.navbar-more-items li .header-menu-icon i {
        color: #e6003c
    }

    li.navbar-more-items li a {
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-bottom: 0 !important
    }

    .item-quote-icon {
        margin-bottom: 8px
    }

    .item-quote-text {
        font-size: 14px
    }

    .item-content-container .content-text iframe {
        height: 202px
    }

    .side .container-fluid {
        padding-bottom: 45px !important
    }
}

@media (max-width:320px) {
    .item-quote-icon {
        margin-bottom: 6px
    }

    .item-quote-text {
        font-size: 12px
    }
}

.article-cover .youtube-cover i.side-content.sk,
.side-content.animation.sk,
.side-content.sk.banner-wrapper,
.side-menu li a.side-content.sk {
    transition: .2s width !important
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #e7063c;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

.oqros-fondi-author-related {
    padding: 30px 0;
    clear: left;
    margin: 0
}

.oqros-fondi-author-related-pagination {
    text-align: center
}

.oqros-fondi-author-related-pagination p {
    padding: 40px 0
}

.oqros-fondi-author-related-pagination p a {
    padding: 0 12px
}

.oqros-fondi-author-related .item-expose .item-img {
    background-position: center;
    background-repeat: no-repeat
}

.single-oqros-fondi .slim-content.elit-slim-content {
    width: 80%
}

.tax-oqros-fondi-author .tv-page .main {
    background-color: #fff
}

.tax-oqros-fondi-author .content-sided,
.tax-oqros-fondi-author .content-wrapper {
    width: 100%
}

.page-template-tpl-contact blockquote,
.page-template-tpl-corona-form blockquote {
    display: flex;
    align-items: center;
    border-left: 5px solid #e6003c;
    margin-top: 32px;
    margin-bottom: 40px
}

.page-template-tpl-contact blockquote p,
.page-template-tpl-corona-form blockquote p {
    margin-bottom: 0
}

.page-template-tpl-contact .modal-dialog,
.page-template-tpl-corona-form .modal-dialog {
    width: 530px
}

.page-template-tpl-contact .article-title,
.page-template-tpl-corona-form .article-title {
    margin-top: 0;
    color: #e8e9ea;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15
}

@media (max-width:991px) {

    .page-template-tpl-contact .article-title,
    .page-template-tpl-corona-form .article-title {
        font-size: 30px
    }
}

.page-template-tpl-contact .contact-box .sex,
.page-template-tpl-corona-form .contact-box .sex {
    margin: 0 24px 0 8px
}

@media (max-width:767px) {

    .page-template-tpl-contact .contact-box .sex,
    .page-template-tpl-corona-form .contact-box .sex {
        margin-left: 2px
    }
}

.page-template-tpl-contact .contact-box .parsley-errors-list,
.page-template-tpl-corona-form .contact-box .parsley-errors-list {
    list-style: none;
    color: #e6003c;
    padding-left: 0;
    display: inline-block
}

.page-template-tpl-contact .contact-box .contact-heading,
.page-template-tpl-corona-form .contact-box .contact-heading {
    margin-top: 0
}

.page-template-tpl-contact .contact-box form,
.page-template-tpl-corona-form .contact-box form {
    margin-top: 10px
}

.page-template-tpl-contact .contact-box #captchaError,
.page-template-tpl-corona-form .contact-box #captchaError {
    display: inline-block;
    margin-top: 30px;
    color: #e6003c
}

.page-template-tpl-contact .contact-box .success-message,
.page-template-tpl-corona-form .contact-box .success-message {
    color: #28a745
}

.page-template-tpl-contact .contact-box .form-box,
.page-template-tpl-corona-form .contact-box .form-box {
    margin-top: 20px
}

.page-template-tpl-contact .contact-field,
.page-template-tpl-corona-form .contact-field {
    margin-bottom: 25px
}

.page-template-tpl-contact .contact-field label,
.page-template-tpl-corona-form .contact-field label {
    margin-bottom: 13px
}

.page-template-tpl-contact .contact-field input,
.page-template-tpl-corona-form .contact-field input {
    outline: 0;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    padding: 5px 13px;
    font-size: 16px;
    height: auto
}

.page-template-tpl-contact .contact-field textarea,
.page-template-tpl-corona-form .contact-field textarea {
    width: 100%;
    resize: none;
    border-radius: 4px;
    padding-left: 10px
}

.page-template-tpl-contact .contact-input,
.page-template-tpl-corona-form .contact-input {
    width: 100%
}

.page-template-tpl-contact .contact-submit,
.page-template-tpl-corona-form .contact-submit {
    padding: 8px 32px;
    border: 1px solid #e6003c;
    border-radius: 4px;
    background-color: transparent;
    color: #e6003c;
    font-size: 13px;
    cursor: pointer
}

.page-template-tpl-contact .contact-submit:hover,
.page-template-tpl-corona-form .contact-submit:hover {
    background-color: #e6003c;
    color: #fff
}

.page-template-tpl-contact .contact-recaptcha,
.page-template-tpl-corona-form .contact-recaptcha {
    margin-bottom: 25px
}

.page-template-tpl-contact .contact-recaptcha iframe,
.page-template-tpl-corona-form .contact-recaptcha iframe {
    margin: 0 !important
}

.page-template-tpl-contact .contact-content,
.page-template-tpl-corona-form .contact-content {
    padding: 15px 30px
}

.page-template-tpl-contact .contact-modal,
.page-template-tpl-corona-form .contact-modal {
    padding: 0 20px
}

.page-template-tpl-contact .contact-modal.in,
.page-template-tpl-corona-form .contact-modal.in {
    display: flex !important;
    align-items: center
}

.page-template-tpl-contact .contact-modal-body,
.page-template-tpl-corona-form .contact-modal-body {
    text-align: center
}

.page-template-tpl-contact .contact-modal-content,
.page-template-tpl-corona-form .contact-modal-content {
    padding: 56px 128px 48px 128px;
    background: #fff
}

@media (max-width:767px) {

    .page-template-tpl-contact .contact-modal-content,
    .page-template-tpl-corona-form .contact-modal-content {
        padding: 30px 20px
    }
}

.page-template-tpl-contact .contact-modal-title,
.page-template-tpl-corona-form .contact-modal-title {
    margin-top: 0;
    margin-bottom: 24px;
    color: #28a745;
    font-size: 14px
}

.page-template-tpl-contact .contact-modal-submit,
.page-template-tpl-corona-form .contact-modal-submit {
    padding: 8px 32px;
    border: 1px solid #e6003c;
    border-radius: 4px;
    background-color: transparent;
    color: #e6003c;
    font-size: 13px;
    cursor: pointer
}

.page-template-tpl-contact .contact-modal-submit:hover,
.page-template-tpl-corona-form .contact-modal-submit:hover {
    background-color: #e6003c;
    color: #fff
}

.ireporter-news {
    border: 2px solid #39b54a
}

.ireporter-news .heig_ln {
    background: #39b54a
}

.ireporter-news .ireporter-title-box {
    width: 60%
}

.ireporter-title-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 4px
}

.header__competition--title {
    color: #e72a42;
    font-size: 12px;
    margin-left: 8px;
    font-family: gpbMtavruliBold, sans-serif;
    font-weight: 700
}

.ireporter-desc {
    margin: 24px 0
}

.online-magazine {
    display: flex;
    flex-wrap: wrap
}

.online-magazine-item {
    flex: 0 0 50%
}

@media (max-width:767px) {
    .online-magazine-item {
        flex: 0 0 100%
    }
}

.online-magazine-item .item-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.search-right-side {
    background-color: #f9f9f9;
    padding: 24px;
    margin-top: 100px;
    height: calc(100% - 100px)
}

@media (max-width:1366px) {
    .search-right-side {
        margin-top: 91px;
        height: calc(100% - 91px)
    }
}

@media (max-width:1199px) {
    .search-right-side {
        margin-top: 110px;
        height: calc(100% - 110px)
    }
}

@media (max-width:991px) {
    .search-right-side {
        position: absolute;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 8px;
        z-index: 1;
        display: block
    }
}

.search-right-side-wrapper {
    display: none
}

@media (max-width:991px) {
    .search-right-side-wrapper {
        position: fixed;
        height: calc(100% - 192px);
        width: 100%;
        top: 192px;
        display: none;
        z-index: 1
    }
}

@media (max-width:479px) {
    .search-right-side-wrapper {
        height: calc(100% - 143px);
        top: 143px
    }
}

.search-right-side .d-search {
    position: sticky;
    top: 24px
}

@media (max-width:991px) {
    .search-right-side .d-search {
        display: flex;
        flex-direction: column;
        height: 100%;
        z-index: 2
    }
}

.search-right-side .d-search-closer {
    float: right;
    margin-top: -15px;
    font-size: 23px;
    display: none;
    cursor: pointer
}

@media (max-width:991px) {
    .search-right-side .d-search-closer {
        display: block
    }
}

.search-right-side .d-search-closer i {
    color: #1c1d26;
    font-size: 20px
}

.search-right-side .d-search-title {
    line-height: 26px;
    font-size: 18px;
    color: #1c1d26;
    font-weight: 700;
    font-family: gpbNusxuri;
    margin-top: 0;
    margin-bottom: 21px
}

@media (max-width:991px) {
    .search-right-side .d-search-title {
        display: none
    }
}

.search-right-side input {
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 8px 12px;
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    outline: 0
}

.search-right-side .d-search-input {
    width: 100%;
    padding-right: 40px
}

.search-right-side .d-search-date {
    width: calc(100% - 48px);
    margin-right: 8px;
    margin-bottom: 8px;
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: #1c1d26
}

.search-right-side .d-search-date::-webkit-input-placeholder {
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: rgba(28, 29, 38, .52)
}

.search-right-side .d-search-date::-moz-placeholder {
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: rgba(28, 29, 38, .52)
}

.search-right-side .d-search-date:-ms-input-placeholder {
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: rgba(28, 29, 38, .52)
}

.search-right-side .d-search-date:-moz-placeholder {
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: rgba(28, 29, 38, .52)
}

.search-right-side .d-search-filter {
    position: relative
}

.search-right-side .d-search-filter:not(:last-of-type) {
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0
}

.search-right-side .d-search-filter-title {
    font-size: 14px;
    line-height: 24px;
    color: #1c1d26;
    opacity: .72;
    display: block;
    margin-bottom: 8px
}

.search-right-side .d-search-filter-select {
    width: 100%;
    height: 40px
}

.search-right-side .d-search-filter .d-search-x {
    position: absolute;
    top: 1px;
    right: 12px;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
    display: none;
    width: 32px;
    text-align: center
}

.search-right-side .d-search-filter .d-search-x i {
    color: #1c1d26;
    opacity: .48;
    font-size: 15px
}

.search-right-side .d-search-filter .select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.search-right-side .d-search-filter .select2-container {
    width: 100% !important
}

.search-right-side .d-search-filter .select2-container .select2-selection--single .select2-selection__arrow b {
    width: 9px;
    height: 9px;
    border: none;
    border-left: 2px solid #1c1d26;
    border-bottom: 2px solid #1c1d26;
    opacity: .48;
    transform: rotate(-45deg);
    margin-left: -12px;
    transition: .2s ease !important
}

.search-right-side .d-search-filter .select2-container--open .select2-selection__arrow {
    height: 100% !important
}

.search-right-side .d-search-filter .select2-container--open .select2-selection__arrow b {
    transform: rotate(135deg) !important;
    transition: .2s ease !important
}

.search-right-side .d-search-filter .select2-selection__rendered {
    width: 100%
}

.search-right-side .d-search-filter .select2-selection__clear {
    position: relative;
    top: -1px;
    font-size: 23px;
    margin-right: 15px;
    width: 32px;
    text-align: center
}

@media (max-width:479px) {
    .search-right-side .d-search-filter .select2-selection__clear {
        top: 0
    }
}

.search-right-side .d-search-filter .select2-selection__clear i {
    color: #1c1d27;
    opacity: .48;
    font-size: 15px;
    position: relative;
    top: -3px
}

.search-right-side .d-search-filter label {
    font-size: 14px;
    font-weight: 400;
    opacity: .48
}

.search-right-side .d-search-filter .d-search-date-block {
    position: relative
}

.search-right-side .d-search-filter .d-search-date-block i {
    position: absolute;
    right: 55px;
    top: 12px;
    color: #dadada;
    font-size: 17px
}

.search-right-side .d-search-filter .d-search-date-block .search-clear-date {
    position: absolute;
    top: 0;
    right: 70px;
    display: none
}

.search-right-side .d-search-filter .d-search-date-block .search-clear-date i {
    color: #1c1d26;
    opacity: .48;
    font-size: 15px;
    position: static;
    margin: 14px 10px 0 0;
    cursor: pointer
}

.search-error-message {
    margin-top: 8px;
    color: #e6003c;
    text-align: center;
    display: none
}

@media (max-width:479px) {
    .wi-search-no-results {
        padding-left: 15px
    }
}

.search-result-box.feed-block {
    padding-bottom: 40px
}

.search .simple-pagination {
    margin-top: 64px
}

@media (max-width:991px) {
    .search .simple-pagination {
        margin-top: 30px
    }
}

@media (max-width:479px) {
    .search .simple-pagination {
        margin-left: 15px
    }
}

.search .simple-pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0
}

.search .simple-pagination ul li {
    margin-right: 40px
}

@media (max-width:479px) {
    .search .simple-pagination ul li {
        margin-right: 20px
    }
}

.search .simple-pagination ul .current {
    color: #e6003c;
    font-family: gpbNusxuri, sans-serif
}

.search .simple-pagination ul .page-link {
    color: #1c1d26
}

.search .simple-pagination ul .current,
.search .simple-pagination ul .page-link {
    font-size: 16px
}

.search-results .select2-results__options {
    padding: 0 8px 8px 8px
}

.search-results .select2-search--dropdown .select2-search__field {
    outline: 0;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 8px 12px !important;
    height: 44px;
    border: 1px solid #ebebeb !important
}

.search-results .select2-results__option {
    background: 0 0 !important;
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: #1c1d26
}

.search-results .select2-results__option:not(:last-child) {
    margin-bottom: 8px
}

.search-results .select2-results__option--highlighted {
    color: #e6003c !important
}

.search-results .select2-dropdown--below {
    margin-top: 5px;
    padding: 12px 8px;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .08);
    border-radius: 4px
}

.search-results.overflowhidden .search-filter span:after {
    transform: rotate(135deg);
    top: 2px;
    transition: .2s ease
}

.search-results.overflowhidden .search-filter-block-wrapper {
    padding-bottom: 150px
}

.page-template-tpl-new-main-organization .select2-results__options {
    padding: 0 8px 8px 8px
}

.page-template-tpl-new-main-organization .select2-search--dropdown .select2-search__field {
    outline: 0;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 8px 12px !important;
    height: 44px;
    border: 1px solid #ebebeb !important
}

.page-template-tpl-new-main-organization .select2-results__option {
    background: 0 0 !important;
    font-family: gpbNusxuri;
    line-height: 24px;
    font-size: 14px;
    color: #1c1d26
}

.page-template-tpl-new-main-organization .select2-results__option:not(:last-child) {
    margin-bottom: 8px
}

.page-template-tpl-new-main-organization .select2-results__option--highlighted {
    color: #e6003c !important
}

.page-template-tpl-new-main-organization .select2-dropdown--below {
    margin-top: 5px;
    padding: 12px 8px;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .08);
    border-radius: 4px
}

.page-template-tpl-new-main-organization.overflowhidden .search-filter span:after {
    transform: rotate(135deg);
    top: 2px;
    transition: .2s ease
}

.page-template-tpl-new-main-organization.overflowhidden .search-filter-block-wrapper {
    padding-bottom: 150px
}

.d-search-page .main-wrapper {
    padding-top: 0
}

.d-search-page header {
    height: 80px
}

@media (min-width:992px) {
    .d-search-page header {
        display: none
    }
}

.d-search-page #navbar,
.d-search-page .navbar-search-form,
.d-search-page .navbar-search-mobile {
    display: none !important
}

@media (max-width:991px) {
    .d-search-page .content-sided {
        margin-top: 80px
    }
}

@media (min-width:992px) {
    .d-search-page .search-right-side-wrapper {
        display: block
    }
}

@media (max-width:991px) {
    .d-search-page .search-fixed-button-wrapper {
        display: block
    }
}

.d-search-first-block {
    overflow: auto
}

@media (max-width:991px) {
    .d-search-first-block {
        padding: 16px
    }
}

@media (max-width:991px) {
    .d-search-first-block {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.d-search-btns {
    text-align: center;
    margin-top: 12px
}

.d-search-btns .d-search-clear {
    background: 0 0;
    outline: 0;
    line-height: normal;
    border: none;
    font-family: gpbMtavruli;
    cursor: pointer;
    margin-bottom: 12px
}

.d-search-btns .d-search-clear i {
    color: #1c1d26
}

.d-search-btns .d-search-clear i:hover {
    color: #1c1d26
}

.d-search-submit {
    background: linear-gradient(0deg, #e72a42, #e72a42), #fff;
    border-radius: 4px;
    padding: 12px 25px;
    font-family: gpbMtavruli;
    color: #fff;
    line-height: normal;
    border: none;
    cursor: pointer;
    width: 100%
}

.d-search-submit i {
    color: #fff;
    font-size: 16px;
    margin-right: 8px
}

.search-fixed-button-wrapper {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    display: none
}

.overflowhidden {
    position: relative;
    overflow: hidden
}

.is-side-menu-open-mobile .d-search-page header {
    height: 132px
}

.search-filter-block {
    display: flex;
    justify-content: space-between
}

@media (max-width:479px) {
    .search-filter-block {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .search-filter-block .search-filter {
        display: none
    }
}

.search-filter-block .search-filter span {
    color: #e6003c;
    cursor: pointer;
    font-size: 18px
}

.search-filter-block .search-filter span:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-left: 2px solid #e6003c;
    border-bottom: 2px solid #e6003c;
    margin-left: 8px;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    transition: .2s ease
}

@media (max-width:991px) {
    .search .select2-container.select2-container--default.select2-container--open:not(.select2-container--below) {
        top: 0 !important
    }
}

.n-org-side-search.search-right-side {
    margin-top: 0 !important;
    height: auto !important;
    background: 0 0;
    padding: 0
}

@media (max-width:991px) {
    .n-org-side-search.search-right-side {
        display: none
    }
}

.simple-pagination {
    margin-top: 64px
}

@media (max-width:991px) {
    .simple-pagination {
        margin-top: 30px
    }
}

@media (max-width:479px) {
    .simple-pagination {
        margin-left: 15px
    }
}

.simple-pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0
}

.simple-pagination ul li {
    margin-right: 40px
}

@media (max-width:479px) {
    .simple-pagination ul li {
        margin-right: 20px
    }
}

.simple-pagination ul .current {
    color: #e6003c;
    font-family: gpbNusxuri, sans-serif
}

.simple-pagination ul .page-link {
    color: #1c1d26
}

.simple-pagination ul .current,
.simple-pagination ul .page-link {
    font-size: 16px
}

.single-analytics .article-author:not(.analytics-author) {
    display: none
}

.single-analytics .article-author .item-blog-feat-author {
    margin-top: 0;
    margin-bottom: 0
}

.single-analytics .article-author .item-blog-feat-author-img {
    width: 60px;
    margin-right: 15px
}

.single-analytics .article-author .author-details {
    height: 60px;
    margin: 0;
    color: #969da8;
    font-weight: 700
}

.single-analytics .article-author .author-details .author-role {
    color: #263038;
    font-size: 24px
}

.wq_questionImage {
    height: auto !important
}

.wq_answerImgCtr img,
.wq_questionImage img,
.wq_singleResultWrapper img {
    max-height: 500px
}

.post-type-archive-wp_quiz .item-expose.item-expose-textlead .item-title {
    height: 44px !important
}

@media (max-width:991px) {
    .single-wp_quiz .main-wrapper.main-wrapper-mobile {
        padding-top: 118px
    }
}

@media (max-width:479px) {
    .single-wp_quiz .navbar-default .navbar-nav {
        height: auto
    }
}

@media (max-width:479px) {
    .single-wp_quiz .article-content {
        padding-top: 30px
    }
}

.single-wp_quiz .wq_resultScoreCtr {
    margin-bottom: 2px
}

.single-wp_quiz .wq_questionTextCtr {
    position: relative;
    background: unset;
    padding: 12px 20px !important
}

.single-wp_quiz .wq_questionTextCtr h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #0d0a0e
}

.single-wp_quiz .wq_questionTextCtr h4:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12%;
    pointer-events: none;
    height: 78%;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #e6003c
}

@media (max-width:1200px) {
    .single-wp_quiz .wq_questionTextCtr h4 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:768px) {
    .single-wp_quiz .wq_questionTextCtr h4 {
        font-size: 20px;
        line-height: 27px
    }
}

/*# sourceMappingURL=app.min.css.map */