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

@font-face {
    font-family: 'BPG2017DejaVuSans-Bold';
    src: url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.woff') format('woff'), url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.ttf') format('truetype'), url('/assets/fonts/BPG2017DejaVuSans-Bold/BPG2017DejaVuSans-Bold.svg#BPG2017DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'BPG2017DejaVuSans-Caps';
    src: url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.woff') format('woff'), url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.ttf') format('truetype'), url('/assets/fonts/BPG2017DejaVuSans-Caps/BPG2017DejaVuSansCaps.svg#BPG2017DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


a {
    color: unset;
    text-decoration: none;
}

html, body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

body {
    background-color: #f5f5f5;
    --red-color: #F15C5A;
}

.red {
    color: #F15C5A !important;
}

.carousel-swiper-container {
    width: 1000px;
}

hr {
    margin: 0;
}

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


.popular-now-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebee;
}

.popular-now-item:last-child {
    border-bottom: none;
}

.popular-now-item img {
    width: auto;
    height: 50px;
}

#most-readable-dynamic {
    height: 501px;
}

.popular-now-item .news-title {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    font-size: 12px;
    display: block;
    color: var(--blue-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-now-item .news-category a, .top-news .news-item .news-category a, .sidebar-news .news-category a {
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    font-size: 10px;
    color: var(--gray-3);
    padding-right: 5px;
    border-right: 1px solid #d7d8df;
    display: block;
}

.popular-now-item .news-date, .top-news .news-item .news-date, .sidebar-news .news-date {
    padding-left: 5px;
    font-size: 10px;
}

.top-news .news-item .news-category a, .sidebar-news .news-category a {
    color: var(--dark-blue);
}

.popular-now-item .number {
    position: absolute;
    right: 0;
    color: var(--gray-1);
    font-size: 64px;
    font-family: 'Ubuntu-Bold', sans-serif;
    z-index: -1;
}

.copy-url {
    position: relative;
}

.copy-url .copy-url-btn {
    border-radius: 50%;
    background-color: var(--gray-2);
    display: inline-block;
    padding: 4px 6px;
    cursor: pointer;
}

.copy-url .copy-url-btn:hover i {
    color: var(--red-color);
}

.copy-url .copy-url-btn i {
    font-size: 15px;
}

.copy-url .copy-message {
    position: absolute;
    visibility: hidden;
    background: var(--red-color) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    opacity: 0;
    top: calc(100% + 5px);
    border-radius: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.copy-url .copy-message.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.w-100 {
    width: 100% !important;
}

.navbar-search {
    width: 100%;
    height: 40px;
    background: rgba(123, 136, 152, 0.05);
    border: 1px solid rgba(34, 30, 31, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    color: #7B8898;
    font-size: 20px;
    display: flex;
}

.navbar-search input {
    border: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: 'BPG2017DejaVuSans', sans-serif;
}

.navbar-search input:focus {
    outline: 0;
}

.navbar-search:focus-within {
    border: 1px solid rgba(7, 4, 4, 0.46);
}


.navbar-categories {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity .5s ease;
}

.navbar-categories .clp-single-category {
    position: relative;
    display: inline-block;
}

.navbar-categories a {
    text-align: center;
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #221E1F;
    border-bottom: 3px solid transparent;
    display: block;
    padding-bottom: 5px;
    transition: border-bottom .2s;
}

.navbar-categories .clp-single-category > a:hover {
    border-bottom: 3px solid #F0C808;
    transition: border-bottom .2s;
}

.navbar-categories hr {
    border-color: rgba(34, 30, 31, 0.1);
}

.navbar-categories .more-dropdown-btn:hover .more-dropdown {
    display: block !important;
}

.navbar-categories .more-dropdown-btn {
    position: relative;
}

.navbar-categories .more-dropdown {
    display: none;
    position: absolute;
    top: 20px;
    min-width: 130px;
    right: 0;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: white;
    border-right: 2px solid #086788;
    z-index: 3000;
    -webkit-box-shadow: 10px 10px 19px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 19px 4px rgba(0, 0, 0, 0.24);
    text-align: right;
}

.navbar-categories .dropdown-content-btn:hover .dropdown-content {
    display: block !important;
}

.navbar-categories .dropdown-content {
    display: none;
    position: absolute;
    top: 20px;
    min-width: 130px;
    width: -webkit-fill-available;
    left: 0;
    padding: 10px;
    background-color: white;
    border-left: 3px solid #086788;
    z-index: 3000;
    -webkit-box-shadow: 10px 10px 19px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 19px 4px rgba(0, 0, 0, 0.24);
}

.navbar-categories .dropdown-content a {
    display: inline-block;
    text-align: left;
    line-height: 150%;
}

.navbar-categories .dropdown-content a:hover {
    font-weight: bold;
    color: #033956;
}

.navbar-categories .more-dropdown a:hover {
    font-weight: bold;
    color: #033956;
}

.navbar-categories .dropdown-content a:not(:last-child) {
    margin-bottom: 7px;
}


.navbar-categories .more-dropdown a {
    text-align: right;
    line-height: 150%;
}

.navbar-categories .more-dropdown a:not(:last-child) {
    margin-bottom: 7px;
}

.header-socials {
    font-size: 20px;
}

.header-socials .fa-facebook {
    color: #3c5a99;
    font-size: 25px;
}

.header-socials .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}

.main-slider {
    width: 100%;
    position: relative;
    border-radius: 4px;
}

.main-slider .slide {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.main-slider .slide .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 465px;
    border-radius: 4px;
    z-index: 2;
}

.main-slider .slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform .4s ease;
}

.main-slider .slide .content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 115px;
    height: auto;
    width: 85%;
    display: block;
    margin: 0 auto;
    z-index: 3;
}

.main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after {
    font-size: 30px;
}

.main-slider .swiper-button-prev:focus, .main-slider .swiper-button-next:focus {
    outline: none;
}

.main-slider .swiper-button-next {
    color: white;
    top: 30px;
    padding: 20px;
    right: 0;
}

.main-slider .swiper-button-prev {
    top: 30px;
    padding: 20px;
    right: 40px;
    left: unset;
    color: white;
}

.main-slider .slide .content .title {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 150%;
    font-family: 'BPG2017DejaVuSans', sans-serif;
}

.main-slider .slide .content .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-slider .slide .content .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: 'BPG2017DejaVuSans', sans-serif;
}

.main-slider hr {
    border-color: rgba(255, 255, 255, 0.2);
    border-width: 1px;
}

.small-slider {
    position: absolute;
    left: calc(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    width: 85%;
}

.small-slider .arrows .prev-button:focus, .small-slider .arrows .next-button:focus {
    outline: none;
}

.small-slider:hover .arrows .prev-button {
    left: -53px;
    color: white;
    transition: left .2s, color .2s;
    z-index: 20;
}

.small-slider:hover .arrows .next-button {
    right: -55px;
    color: white;
    transition: right .2s, color .2s;
    z-index: 20;
}

.small-slider a {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    font-size: 14px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-slider .arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
}

.small-slider .arrows i {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: left .2s, right .2s;
    padding: 10px;
}

.small-slider .arrows .prev-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -48px;
}

.small-slider .arrows .next-button {
    position: absolute;
    right: -50px;
}

.main-slider a:hover {
    color: white;
    transition: color .2s;
}

.main-slider a {
    transition: color .2s;
}

.swiper-bullets {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}

.main-slider h1:hover {
    color: white !important;
    transition: color .2s;
}

.main-slider h1 {
    transition: color .2s;
}

.news-section .cat-title {
    display: table-cell;
    padding-left: 10px;
}

.cat-title.yellow {
    border-left: 3px solid #F0C808;
}

.cat-title.red {
    border-left: 3px solid #DD1C1A;
}

.cat-title.cyan {
    border-left: 3px solid #06AED5;
}

.news-section .cat-title a {
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    font-size: 18px;
}

/*NEWS-SM*/

.news-section .news-sm {
    position: relative;
    width: 100%;
    height: 192px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.news-section .news-sm img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform .4s ease;
}

.news-section .news-sm .title {
    position: absolute;
    left: 10px;
    bottom: 30px;
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    color: white;
    font-size: 14px;
    line-height: 150%;
    z-index: 2;
    right: 10px;
}

.overlay-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
}

.news-adjust-font .increase-size:hover, .news-adjust-font .decrease-size:hover {
    cursor: pointer;
    color: var(--red-color);
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.big-post .overlay-link:hover ~ img {
    transform: scale(1.1);
    transition: transform .4s ease;
}

.main-slider .overlay-link:hover ~ img {
    transform: scale(1.03);
    transition: transform .8s ease;
}

.news-sm .overlay-link:hover ~ img {
    transform: scale(1.1);
    transition: transform .4s ease;
}

.news-lg .overlay-link:hover ~ img {
    transform: scale(1.05);
    transition: transform .4s ease;
}

.news-section .news-sm .date {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    font-family: BPG2017DejaVuSans, sans-serif;
}

.news-section .news-sm .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: block;
    z-index: 1;
}


/*NEWS-LG*/

.news-section .news-lg {
    position: relative;
    width: 100%;
    height: 405px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.news-section .news-lg img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform .4s ease;
}

.news-section .news-lg .title {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    color: white;
    font-size: 18px;
    line-height: 150%;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 10px;
}

.news-section .news-lg .date {
    left: 10px;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    font-family: BPG2017DejaVuSans, sans-serif;
}

.news-section .news-lg .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    border-radius: 4px;
    display: block;
    z-index: 1;
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(34, 30, 31, 0.1);;
}

.load-more-btn {
    color: white;
    border: 0;
    border-radius: 2px;
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    width: 100%;
    height: 50px;
    background-color: #F0C808;
    cursor: pointer;
    transition: background-color .2s;
}

.load-more-btn:hover {
    background-color: #debb08;
    transition: background-color .2s;
}

.green-btn {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 25px 10px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #62a860;
    color: white;
    position: fixed;
    top: 100px;
    right: -15px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 50;
}

.green-btn:hover {
    background-color: #F15C5A;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.green-btn:focus {
    background-color: #c54d4b;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.load-more-btn:focus {
    background-color: #F0C808;
}

.load-more-btn:focus:hover {
    background-color: #debb08;
}

.load-more-btn:focus {
    outline: 0;
}

.carousel .news-sm {
    max-width: 265px !important;
}

.carousel .slider-controls {
    width: 120px;
}

.carousel .slider-controls .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: rgba(123, 136, 152, 0.5);
    transition: background-color .2s;
    opacity: 1;
}

.carousel .slider-controls .dot:focus {
    outline: none;
}

.carousel .slider-controls .fas {
    color: rgba(123, 136, 152, 0.5);
    cursor: pointer;
    transition: color .2s;
}

.carousel .slider-controls .fas:hover {
    color: rgba(53, 62, 69, 0.5);
    transition: color .2s;
}

.swiper-pagination-bullet:hover {
    background-color: #DD1C1A !important;
    transition: background-color .2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DD1C1A !important;
}


.forecast {
    width: 100%;
    height: 395px;
}

/*Sidebar*/

#statistics-iframe {
    height: 385px;
}

.sidebar {
    position: sticky;
    width: 255px;
    top: 10px;
    overflow-y: auto;
    max-height: 100vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.no-scroll {
    overflow: hidden !important;
}

.sidebar .news-list .list-title {
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    font-size: 16px;
    color: #221E1F;
}

.sidebar .news-list.table-style .title {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    color: rgba(34, 30, 31, 0.9);
    font-size: 12px;
    display: flex;
    align-content: center;
    width: 200px;
}

.sidebar .news-list.title-photo-style .title, .sidebar .news-list.only-title-style .title {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    color: rgba(34, 30, 31, 0.9);
    font-size: 12px;
}

.sidebar .news-list.title-photo-style .date, .sidebar .news-list.only-title-style .date {
    color: #7B8898;
    font-family: BPG2017DejaVuSans, sans-serif;
    font-size: 10px;
    display: block;
}

.sidebar .news-list.title-photo-style .img {
    border-radius: 2px;
    height: 50px;
    width: 65px;
}

.sidebar .news-list.table-style .date {
    color: #7B8898;
    font-family: BPG2017DejaVuSans, sans-serif;
    font-size: 12px;
    width: 105px;
    margin-top: 1px;

}

.clock-divider {
    color: #06AED5;
    text-align: center;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

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

.category-search-navigation .search-results-label {
    color: rgba(54, 59, 93, 0.5);
    font-size: 12px;
    font-family: 'BPG2017DejaVuSans', sans-serif;
}

.category-search-navigation .search-results-label span {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    color: #363B5D;
}

.category-search-navigation .sort .results-count-label {
    color: #363B5D;
    font-size: 14px;
    font-family: 'BPG2017DejaVuSans', sans-serif;
}

.category-search-navigation .sort .results-count-label span {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
}

.vl {
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0 5px;
    height: 42px;
}

.sidebar .big-post {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    height: 191.3px;
}

.sidebar .big-post .overlay-link {
    z-index: 3;
}

.sidebar .big-post .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 191.3px;
    border-radius: 4px;
    display: block;
    z-index: 1;
}

.sidebar .big-post .title {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    color: white;
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 2;
}

.sidebar .big-post img {
    border-radius: 4px;
    transition: transform .4s ease;
}

.sidebar .big-post .date {
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    font-family: BPG2017DejaVuSans, sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

/*End of Sidebar*/


/*Footer*/

.scrolltotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: white;
    background-color: #f0c808;
    z-index: 200;
    padding: 5px 10px;
    cursor: pointer;
    display: block;
}

.footer {
    background-color: #033956;
    height: 100%;
    width: 100%;
    position: relative;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-logo p {
    color: white;
    font-size: 14px;
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
}

.footer-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    float: left;
    margin-left: 40px;
    color: white;
}

.footer-menu ul li a {
    font-size: 12px;
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.footer-menu ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    display: block;
    bottom: 0;
    right: 0;
    background-color: #f0c808;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .2s;
    opacity: 0;
    z-index: -1;
}

.footer-menu ul li a:hover:after {
    position: absolute;
    opacity: 1;
    z-index: -1;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.footer-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    display: block;
}

.footer-description p {
    line-height: 150%;
    font-family: BPG2017DejaVuSans, sans-serif;
}

.darker-footer .footer-socials i {
    letter-spacing: 10px;
    color: #D8D8D8;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.darker-footer .footer-socials i:hover {
    color: #f0c808;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.forecast-currency {
    width: 100%;
}

.darker-footer .footer-socials {
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.footer::-moz-selection {
    background-color: red;
    color: white;
}

.footer::selection {
    background-color: red;
    color: white;
}

.darker-footer {
    width: 100%;
    height: auto;
    background-color: #022E45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.darker-footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    font-size: 12px;
}

.darker-footer .footer-website {
    color: #f15c5a;
    font-size: 12px;
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
}

/*End of Footer*/

/*News*/

.full-news {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.full-news .title {
    font-family: BPG2017DejaVuSans-Bold, sans-serif;
    font-size: 26px;
    color: #221E1F;
    line-height: 150%;
}

.full-news .date {
    display: block;
    font-size: 12px;
    color: #7B8898;
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
}

.full-news .date i {
    font-size: 14px;
}

.full-news .news-edit {
    text-align: right;
}

.fb-comments, .fb-comments iframe[style] {
    width: 100% !important;
}

.full-news .news-edit-btn {
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    border: 1px solid #ebebee;
    font-size: 10px;
    padding: 10px;
    color: #221E1F;
}

.full-news .text {
    color: rgba(34, 30, 31, 1);
    font-family: BPG2017DejaVuSans, sans-serif;
    font-size: 16px;
    min-height: 260px;
    overflow: hidden;
}

.full-news .text table, .full-news .text th, .full-news .text td {
    border: 1px solid #363B5D;
    padding: 5px;
}

.full-news .text a {
    color: #1175B1;
}

.full-news .text p {
    margin-bottom: 20px;
    line-height: 150%;
}

.full-news .text h1, .full-news .text h2, .full-news .text h3, .full-news .text h4, .full-news .text h5, .full-news .text h6 {
    line-height: 150%;
    margin-bottom: 20px;
}

.full-news .text .main-img {
    border-radius: 4px;
}


.news-main-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.news-main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* End of News*/

.section-title {
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
    font-size: 16px;
    color: #221E1F;
}

.similar-news .date {
    width: 70px;
    text-align: center;
    line-height: 110%;
}

.similar-news .date p {
    font-size: 12px;
    font-family: BPG2017DejaVuSans, sans-serif;
    color: #7B8898;
}

.similar-news .news img {
    border-radius: 4px;
    max-width: 300px;
}

.category-navigation .category-name {
    color: #7B8898;
    font-size: 14px;
    font-family: 'BPG2017DejaVuSans-Caps', sans-serif;
}

.similar-news .news .title {
    color: #221E1F;
    font-size: 14px;
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
}

.category-search .news {
    border-radius: 4px;
}

.category-search .news .title {
    color: #221E1F;
    font-family: 'BPG2017DejaVuSans-Bold', sans-serif;
    font-size: 18px;
}

.category-search .news .description {
    color: #7B8898;
    font-family: 'BPG2017DejaVuSans', sans-serif;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
}

.category-search .news .date {
    color: rgba(54, 59, 93, 0.5);
    font-size: 12px;
    font-family: BPG2017DejaVuSans-Caps, sans-serif;
}

.category-search .news .date .category {
    color: #086788;
}

.category-search .news .see-more-btn {
    color: #086788;
    font-family: BPG2017DejaVuSans, sans-serif;
}

.category-search .news .see-more-btn i {
    transition: padding-left .2s;
}

.category-search .news .see-more-btn:hover i {
    padding-left: 5px;
    transition: padding-left .2s;
}

.fa-video {
    color: #086788;
}


.loader {
    width: 100%;
    height: 8px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.loader::after {
    content: '';
    width: 96px;
    height: 8px;
    background: #086788;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: hitZak 0.6s ease-in-out infinite alternate;
}

@keyframes hitZak {
    0% {
        left: 0;
        transform: translateX(-1%);
    }
    100% {
        left: 100%;
        transform: translateX(-99%);
    }
}


.loader:after {
    animation-delay: 1s;
}

@keyframes push {
    0% {
        transform: translate(-50%, 100%) scale(1);
    }
    15%, 25% {
        transform: translate(-50%, 50%) scale(1);
    }
    50%, 75% {
        transform: translate(-50%, -30%) scale(0.5);
    }
    80%, 100% {
        transform: translate(-50%, -50%) scale(0);
    }
}


@media screen and (max-width: 991px) {
    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 1199px) {

    #statistics-iframe {
        height: 385px;
        font-size: 11px;
    }

    .clp-sidebar {
        width: 210px;
    }
}

@media screen and (max-width: 1200px) {

    .main-slider .slide .content {
        bottom: 115px;
        height: auto;
    }

    .main-slider .slide .overlay, .main-slider .slide {
        height: 389px;
    }

    .news-section .news-sm .overlay, .news-section .news-sm {
        height: 157px;
    }

    .news-section .news-sm .content {
        bottom: 20px;
    }

    .news-section .news-lg .overlay, .news-section .news-lg {
        height: 339px;
    }

    .news-section .news-lg .content {
        bottom: 20px;
    }

    .sidebar .big-post .overlay {
        height: 158px;
    }

    .sidebar .big-post .title {
        font-size: 12px;
    }

    .sidebar .big-post .content {
        bottom: 20px;
    }

}
