/*   
Theme Name: EnterMediaMobile
Theme URI: http://ilartech.com
Version: 1.0
Author: ILARTECH
Author URI: http://ilartech.com
*/

::-moz-selection {
    background: rgba(63, 165, 255, 0.5);
}

::selection {
    background: rgba(63, 165, 255, 0.5);
}

::-webkit-input-placeholder {
}
::-moz-placeholder {
}
:-moz-placeholder {
}
:-ms-input-placeholder {
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Lato-Medium";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#desktop {
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
a:active,
a:hover {
    outline: 0;
    color: rgba(255, 255, 255, 1);
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.unselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.top-header:before,
.top-header:after,
.bottom-header:before,
.bottom-header:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.row:after,
.nav:after,
.top-header:after,
.bottom-header:after {
    clear: both;
}

.section-left {
    float: left;
}

.section-right {
    float: right;
}

header#header {
    background: #000;
    height: 53px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.container {
    width: 76%;
    margin: 0 auto;
}

.container_single {
    padding: 0 10px;
}

.mobile_page {
    width: 100%;
}

.top-header {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.logo-top {
    position: absolute;
    width: 76px;
    margin-left: -40px;
    left: 50%;
    padding: 15px 0 15px 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s linear;
}

.logo-top.visible {
    opacity: 1;
}

.logo-top a {
    display: block;
    position: relative;
}

.logo-box {
    background: #000 url(images/logo-animate.png) no-repeat 0 -24px;
    background-size: 77px;
    width: 77px;
    height: 23px;
}

.logo-hidden-box {
    background: url(images/logo-animate.png) no-repeat 0 0;
    background-size: 76px;
    position: absolute;
    width: 77px;
    left: 0px;
    height: 23px;
    top: 0;
}

.logo-event {
    width: 0px;
    position: absolute;
    overflow: hidden;
    left: 0px;
    height: 23px;
    top: 0;
}

.logo-top a:hover .logo-event {
    -webkit-animation: logoevent_1 2s linear infinite;
    -o-animation: logoevent_1 2s linear infinite;
    -moz-animation: logoevent_1 2s linear infinite;
    animation: logoevent_1 2s linear infinite;
}

.logo-top a:hover .logo-event .logo-hidden-box {
    -webkit-animation: logoevent_2 2s linear infinite;
    -o-animation: logoevent_2 2s linear infinite;
    -moz-animation: logoevent_2 2s linear infinite;
    animation: logoevent_2 2s linear infinite;
}

.logo-start-event.logo-event {
    -webkit-animation: logoevent_1 2s linear 1;
    -o-animation: logoevent_1 2s linear 1;
    -moz-animation: logoevent_1 2s linear 1;
    animation: logoevent_1 2s linear 1;
}

.logo-start-event.logo-hidden-box {
    -webkit-animation: logoevent_2 2s linear 1;
    -o-animation: logoevent_2 2s linear 1;
    -moz-animation: logoevent_2 2s linear 1;
    animation: logoevent_2 2s linear 1;
}

@-webkit-keyframes logoevent_1 {
    0% {
        left: 0px;
    }
    50% {
        left: 60px;
    }
    100% {
        left: 0px;
    }
}

@-moz-keyframes logoevent_1 {
    0% {
        left: 0px;
    }
    50% {
        left: 60px;
    }
    100% {
        left: 0px;
    }
}

@keyframes logoevent_1 {
    0% {
        left: 0px;
    }
    50% {
        left: 60px;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes logoevent_2 {
    0% {
        left: 0px;
    }
    50% {
        left: -60px;
    }
    100% {
        left: 0px;
    }
}

@-moz-keyframes logoevent_2 {
    0% {
        left: 0px;
    }
    50% {
        left: -60px;
    }
    100% {
        left: 0px;
    }
}

@keyframes logoevent_2 {
    0% {
        left: 0px;
    }
    50% {
        left: -60px;
    }
    100% {
        left: 0px;
    }
}

.search-form {
    padding: 28px 0 17px 0;
}

.search-form span {
    cursor: pointer;
    font-family: "MuseoCyrl-500";
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.search-form span:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-top li {
    padding: 28px 6px 17px 6px;
    float: left;
}

.nav-top li:last-child {
    border-bottom: 0;
}

.nav-top li a,
.header-left-info {
    font-family: "MuseoCyrl-500";
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.header-left-info {
    color: rgba(255, 255, 255, 0.7);
    padding: 14px 0 9px 0;
}

.bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.menu-section {
    width: 100%;
    height: 100%;
}

.nav-main li {
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.nav-main li:last-child {
    border-bottom: 0;
}

.nav-main li a {
    font-family: "MuseoCyrl-500";
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.nav-main li:hover a {
    opacity: 0.8;
}

.weather sup {
    font-size: 6px;
    font-weight: bold;
    vertical-align: super;
}

span.weather {
    margin-right: 11px;
    letter-spacing: 0.2px;
}

span.traffic_j {
    text-transform: none;
    letter-spacing: -0.2px;
}

.social-box ul li {
    float: left;
    padding: 11px 5.3px;
}

.social-box ul li a {
    color: rgba(255, 255, 255, 0.9);
}

.wrapper-footer .social-box ul li a {
    font-size: 17px;
}

.social-box ul li a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.empty_place_box {
    width: 88%;
    height: 43px;
    top: 0;
    margin: 0 auto -1px auto;
    position: relative;
    background: #fff;
}

.content {
    width: 100%;
    height: 100%;
}

.content.main-content {
    padding-bottom: 84px;
}

.header_section {
    background: #000;
}

.image-thumbnail {
    height: 100vh;
    width: 100%;
}
.thumb {
    height: 100%;
}

.thumb {
    position: absolute;
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.image-thumbnail .empty_place_box {
    position: absolute;
}

.w_info_main {
    padding: 40px 0 20px 0;
    width: 35%;
    float: left;
}

.w_info_main .category {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 25px;
    color: rgba(255, 255, 255, 0.75);
}

.w_info_main .title {
    font-family: "MuseoCyrl-900";
    font-size: 35px;
    line-height: 45px;
}

.w_info_main .title a {
    color: #fff;
}

.w_info_main:hover .title a {
    color: rgba(255, 255, 255, 0.75);
}

.w_info_main p {
    padding: 16px 12% 16px 0;
    font-size: 12px;
    line-height: 18px;
    transition: color 0.2s linear;
}

.w_info_main:hover p {
    color: #fff;
}

.w_info_main .author {
    padding-top: 30px;
}

.img-radius {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    width: 9%;
    margin-right: 14px;
    min-width: 34px;
    z-index: 1;
}

.author .name-author {
    font-family: "MuseoCyrl-500";
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 0;
}

.author .date-publish {
    font-family: "Lato-Medium";
    font-size: 11px;
    padding: 2px 0;
}

.l_info_main {
    right: 0;
    width: 40%;
    height: 100%;
    position: absolute;
    padding-top: 26px;
}

.l_info_main .section-left {
    width: 50%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.l_info_main .section-right {
    width: 50%;
    height: 100%;
}

.last-news-main {
    padding: 19px;
    border-bottom: 2px solid #f7f7f7;
}

.last-news-main .title {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 18px;
    font-family: "MuseoCyrl-500";
}

.last-news-main .title a {
    color: #000;
}

.last-news-main .title a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.l-box a {
    line-height: 18px;
    display: block;
    color: #000;
}

.l-box:hover a {
    color: rgba(0, 0, 0, 0.6);
}

.l-box .date-time {
    font-family: "Lato-Heavy";
    padding-top: 2px;
    color: rgba(0, 0, 0, 0.6);
}

.l-box:hover .date-time {
    color: rgba(0, 0, 0, 0.4);
}

.l-box {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.l-box:first-child {
    padding-top: 0;
}

.l-box:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.l-news_main {
    bottom: 10px;
    position: absolute;
    right: 0;
    padding: 0 4% 0 6%;
    width: 100%;
}

.l-news_main .category {
    font-size: 11.5px;
    text-transform: uppercase;
}

.l-news_main .title {
    padding: 5px 0;
    font-size: 22.5px;
    width: 100%;
    word-wrap: break-word;
}

.l-news_main .title a {
    font-family: "MuseoCyrl-900";
    color: #fff;
    line-height: 24px;
}

.l-news_main .title:hover a {
    color: rgba(255, 255, 255, 0.75);
}

.author-no-thumb .name-author {
    text-transform: uppercase;
    font-family: "MuseoCyrl-700";
    font-size: 11.3px;
}

.author-no-thumb .name-author span {
    font-family: "Lato-Medium";
    text-transform: none;
}

.arrow-down {
    position: absolute;
    width: 1.8%;
    left: 50%;
    bottom: 6%;
    margin-left: -0.9%;
    -webkit-animation: mouseevent 2s linear infinite;
    -o-animation: mouseevent 2s linear infinite;
    -moz-animation: mouseevent 2s linear infinite;
    animation: mouseevent 2s linear infinite;
    cursor: pointer;
    min-width: 24px;
}

@-webkit-keyframes mouseevent {
    0% {
        bottom: 6%;
    }
    50% {
        bottom: 5%;
    }
    100% {
        bottom: 6%;
    }
}

@-moz-keyframes mouseevent {
    0% {
        bottom: 6%;
    }
    50% {
        bottom: 5%;
    }
    100% {
        bottom: 6%;
    }
}

@keyframes mouseevent {
    0% {
        bottom: 6%;
    }
    50% {
        bottom: 5%;
    }
    100% {
        bottom: 6%;
    }
}

.image-thumbnail * {
    transition: all 0.2s linear;
}

.index_page {
    transition: none;
}

.not-found404 {
    background: url(images/404.png) no-repeat;
    min-height: 700px;
    width: 100%;
    height: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: contain;
    margin-top: -100px;
    z-index: -1;
}

.list-toggle-input {
    position: absolute;
    top: -39px;
    transition: all 0.3s;
    width: 100%;
    background: #fff;
    height: 39px;
    z-index: 9999;
}

.list-toggle-input.search_box_active {
    top: 0;
}

.list-toggle-input form input {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    outline: 0;
    padding: 0 30px;
    color: rgba(1, 12, 36, 0.8);
}

.list-toggle-input label {
    color: rgba(16, 12, 21, 0.68);
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: left 0.4s, transform 0.4s;
    font-size: 16px;
    line-height: 1;
    margin-top: -1.5px;
}

.list-toggle-input input:focus + label {
    left: 0.5em;
    transform: translate(0, -50%);
}

form#searchform {
    height: 100%;
}

.list-toggle-input label.valid_input {
    left: 0.5em;
    transform: translate(0, -50%);
}

.empty_place_box_black {
    width: 88%;
    height: 16px;
    bottom: -1px;
    position: relative;
    background: #000;
    margin: 0 auto;
}

.footer-box {
    background: #000;
    min-height: 80px;
}

.logo-footer {
    width: 85px;
    float: left;
}

.logo-footer:hover {
    opacity: 0.7;
}

.middle-block {
    position: absolute;
    left: 20%;
    width: 55%;
}

.copywrite {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 9px;
}

.menu {
    float: right;
}

.nav-footer li {
    float: left;
    padding: 6px 16px 10px 16px;
}

.nav-footer li:first-child {
    padding-left: 0;
}

.nav-footer li a {
    font-family: "MuseoCyrl-900";
    font-size: 13px;
    color: #fff;
}

.nav-footer li a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.nav-footer li:last-child {
    padding-right: 0;
}

#footer .social-box ul li {
    padding: 6px 5.3px;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slider-main-content {
    margin-bottom: 28px;
}

[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.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;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/arrow-left-white.png) no-repeat 50% 50%;
    background-size: 18px;
    width: 50px;
    height: 100%;
    z-index: 999;
}

button.slick-prev.slick-arrow:hover {
    opacity: 0.7;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/arrow-right.png) no-repeat 50% 50%;
    background-size: 18px;
    width: 50px;
    height: 100%;
}

button.slick-next.slick-arrow:hover {
    opacity: 0.7;
}

.slider-main-content {
    height: 254px;
}

.slide-t {
    background: #000;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.slide-text .slick-track,
.slide-text .slick-list {
    height: 104px;
}

.slide-t a span {
    font-family: "MuseoCyrl-900";
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    display: table-cell;
    padding: 0 66px;
    text-align: center;
}

button.slick-prev-black.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    background: #000 url(images/arrow-left-white.png) no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    width: 62px;
    height: 104px;
    z-index: 9;
}

button.slick-next-black.slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    background: #000 url(images/arrow-right.png) no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    width: 62px;
    height: 104px;
    z-index: 9;
}

button.slick-prev-black.slick-arrow:hover,
button.slick-next-black.slick-arrow:hover {
    opacity: 0.7;
}

.v-mid {
    display: table;
    height: 100%;
    width: 100%;
}

.v-mid:hover span {
    color: rgba(255, 255, 255, 0.75);
}

.news-slider-mainpage.slick-slider .slick-list,
.news-slider-mainpage.slick-slider .slick-track {
    height: 100%;
}

.main-content .news-slider-mainpage {
    margin-bottom: 0;
}
.main-content .news-slider-mainpage .item {
    margin-bottom: 0;
}
.main-content .news-slider-mainpage .item:first-child {
    margin-left: 0;
}
.main-content .news-slider-mainpage .item:last-child {
    margin-right: 0;
}

.thumb-post {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eaeaea;
    transition: all 0.3s linear;
    z-index: 1;
}

.item .category {
    color: #919191;
    padding: 0 0 6px 0;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    font-size: 11.5px;
    transition: all 0.2s linear;
    line-height: 1;
}

.item .category span {
    float: left;
    padding: 2px 5px;
}

.item .category {
    margin: 0 -5px;
}

.item h1 {
    font-family: "MuseoCyrl-900";
    color: #000;
    font-size: 21px;
    line-height: 21px;
    word-wrap: break-word;
    word-break: normal;
    word-break: break-word;
    transition: all 0.2s linear;
}

.item p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
    word-wrap: break-word;
    word-break: normal;
    word-break: break-word;
    transition: all 0.2s linear;
    font-family: "MuseoCyrl-700";
}

.item:hover .thumb-post {
    transform: scale(1.02);
}

.item:hover h1,
.item:hover .category,
.item:hover .name-author,
.item:hover p,
.item:hover .date-publish {
    color: rgba(33, 33, 33, 0.75);
}

.item .category a:hover {
    text-decoration: underline;
}

.slider-main-content .text-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: url(images/overlay-slide-left.png) no-repeat;
    background-size: cover;
}

.slider-main-content .category {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 11.5px;
    transition: all 0.2s linear;
    line-height: 1;
    padding: 45px 0 6px 0;
}

.slider-main-content h1 {
    font-family: "MuseoCyrl-900";
    color: #fff;
    font-size: 28px;
    line-height: 1;
    word-wrap: break-word;
    word-break: normal;
    word-break: break-word;
    transition: all 0.2s linear;
    width: 50%;
    max-height: 142px;
    overflow: hidden;
    margin: 5px auto;
}

.slider-main-content .name-author {
    font-family: "MuseoCyrl-700";
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 11.5px;
    padding: 8px 0;
    transition: all 0.2s linear;
}

.slider-main-content .name-author span {
    text-transform: none;
    font-family: "Lato-Medium";
}

.slider-main-conten .slide:hover .category,
.slider-main-content .slide:hover h1,
.slider-main-content .slide:hover .name-author {
    color: rgba(255, 255, 255, 0.8);
}

.b_border {
    padding: 24px 19px 30px 19px;
}

.b_border h1 {
    font-size: 26px;
    max-height: 106px;
    line-height: 26px;
}

.b_border .category span {
    float: left;
    padding: 2px 5px;
    font-size: 14px;
}

.b_border .name-author {
    padding: 4px 0 0 0;
}

.b_border .link-post {
    position: absolute;
    bottom: 0;
}

.size9 .category {
    padding: 13px 0;
}

.size9 h1 {
    font-size: 22.5px;
    line-height: 26px;
    max-height: 134px;
}

.size9 h1,
.size6 h1 {
    padding: 0 0 5px 0;
}

.size9 p {
    margin: 8px 0 28px 0;
    font-size: 11.5px;
    max-height: 193px;
    line-height: 16px;
}

.size9 .name-author {
    font-family: "MuseoCyrl-700";
    color: #919191;
    text-transform: uppercase;
    font-size: 11.5px;
    padding: 2px 0;
    transition: all 0.2s linear;
}

.size9 .date-publish {
    font-family: "Lato-Medium";
    font-size: 11px;
    padding: 2px 0;
    color: #919191;
    transition: all 0.2s linear;
}

.size9 .link-post {
    height: 112px;
    overflow: hidden;
    width: 100%;
}

.size9 .author-post {
    width: 100%;
}

.overlay-up {
    background: url(images/overlay-slide-bottom.png) no-repeat;
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
}

.size7 .row-block7 {
    padding: 0 100px 28px 28px;
    position: absolute;
    bottom: 0;
}

.size7 .category {
    color: rgba(255, 255, 255, 0.9);
    padding-bottom: 15px;
}

.size7 h1 {
    font-size: 22.5px;
    color: #fff;
}

.size7 p {
    max-height: 64px;
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0;
}

.size7 .name-author {
    font-family: "MuseoCyrl-700";
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 11.5px;
    padding: 2px 0;
    transition: all 0.2s linear;
}

.size7 .date-publish {
    font-family: "Lato-Medium";
    font-size: 11px;
    padding: 2px 0;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.2s linear;
}

.size7 .thumb-anim-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.size7:hover .category,
.size7:hover h1,
.size7:hover p,
.size7:hover .name-author,
.size7:hover .date-publish {
    color: rgba(255, 255, 255, 0.8);
}

.header-category {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding: 0 19px 8px 19px;
}

.title-category {
    float: left;
    color: #000;
    font-size: 24px;
    font-family: "MuseoCyrl-900";
}

.filters-category {
    width: 100%;
    overflow: hidden;
}

.tags-list {
    float: right;
}

.tags-list ul {
    overflow: hidden;
    max-width: 716px;
}

.tags-list ul li {
    float: left;
    color: #000;
    font-size: 13px;
    padding: 8px 8px 6px 8px;
    font-family: "MuseoCyrl-700";
    cursor: pointer;
}

.tags-list ul li:first-child {
    padding-left: 0;
}

.tags-list ul li:last-child {
    padding-right: 0;
}

.tags-list ul li span {
    padding-left: 5px;
    font-size: 13px;
}

.tags-list ul li:hover {
    color: red;
    opacity: 0.7;
}

.tags-select {
    float: right;
}

.placeholder-tags {
    background: #000;
    color: #fff;
    padding: 7px 12px 7px 11px;
    border-radius: 4px;
    font-size: 12.5px;
    font-family: "MuseoCyrl-700";
    cursor: pointer;
    transition: all 0.2s linear;
}

.placeholder-tags:hover {
    background: rgba(0, 0, 0, 0.8);
}

.placeholder-tags span.fa.fa-caret-down {
    padding: 0px 0 0 8px;
    font-size: 10px;
}

.dropdown-filters-tags {
    position: absolute;
    width: 200px;
    top: 26px;
    right: 0;
    z-index: 999;
    display: none;
}

.dropdown-filters-tags ul {
    border-radius: 4px;
    width: 100%;
    padding: 5px 0;
    background: #000;
    color: #fff;
    clear: both;
}

.dropdown-filters-tags::before {
    content: "";
    margin-right: 10px;
    height: 8px;
    float: right;
    display: block;
    width: 8px;
    border: 4px solid transparent;
    border-bottom: 4px solid #000;
}

.dropdown-filters-tags ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-filters-tags ul li:hover {
    background: #353535;
}

.dropdown-filters-tags ul li.active {
    background: #353535;
}

.loading-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: none;
}

.content-load .loading-content {
    display: block;
}

.navigation {
    clear: both;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: "MuseoCyrl-900";
    font-size: 19px;
    padding: 30px 0 44px 0;
}

.navigation .current {
    color: red;
}

.navigation span {
    padding: 0 4px;
}

.navigation a {
    color: #000;
    padding: 0 4px;
}

.navigation .next:before {
    content: "";
    display: block;
    position: absolute;
    right: -32px;
    top: 50%;
    margin-top: -12px;
    background: url(images/arrow-right-black.png) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 24px;
}

.navigation .prev:before {
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -12px;
    background: url(images/arrow-left.png) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 24px;
}

.category .content.main-content {
    padding-bottom: 0;
}

.not-found-post {
    color: #000;
    font-size: 20px;
    font-family: "MuseoCyrl-900";
    padding: 180px 0px 260px 0;
    text-align: center;
}

.class-default-page {
    color: #000;
    padding: 51px 0 98px 0;
}

.class-default-page h1 {
    padding: 0 9% 30px 9%;
    font-family: "MuseoCyrl-900";
    font-size: 23px;
}

.class-default-page p {
    width: 85%;
    padding: 0 9%;
    font-size: 16px;
    line-height: 24px;
}

.class-default-page p .mrg-10 {
    margin: 26px 0 26px -14%;
}

.class-default-page p a {
    color: #3281e1;
    border-bottom: 2px solid rgba(50, 129, 225, 0.65);
}

.class-default-page p strong {
    font-family: "MuseoCyrl-900";
}

.navTrigger {
    cursor: pointer;
    width: 18px;
    height: 15px;
    margin: 19px;
}
.navTrigger i {
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
}
.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
    margin: 3px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
    }
}
@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(6px) rotate(0deg);
    }
    100% {
        transform: translateY(6px) rotate(135deg);
    }
}
@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(135deg);
    }
}
@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(6px) rotate(0deg);
    }
    100% {
        transform: translateY(6px) rotate(135deg);
    }
}
@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(135deg);
    }
}
@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-6px) rotate(0deg);
    }
    100% {
        transform: translateY(-6px) rotate(135deg);
    }
}
@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-6px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(135deg);
    }
}
@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-6px) rotate(0deg);
    }
    100% {
        transform: translateY(-6px) rotate(135deg);
    }
}

.menu-button,
.search-button {
    cursor: pointer;
    z-index: 20;
}

.menu-button:hover,
.search-button:hover {
    background: rgb(21, 21, 21);
}

.search-icon {
    font-size: 18px;
    color: #fff;
    line-height: 0;
    margin: 18px 19px 17px 19px;
}

.search-input {
    display: none;
}

.search-input.active {
    display: block;
}

.search-input {
    display: none;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 0 56px;
}

.search-input input[type="text"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    padding: 6px 5px;
    margin: 10px 0px;
    width: 100%;
    color: #fff;
}

.menu-header {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    z-index: 0;
    top: 0;
    padding: 53px 19px 19px 19px;
    width: 100%;
    height: 100%;
}

.section-bottom {
    height: 51px;
    width: 282px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    text-align: right;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 1px;
    position: absolute;
    cursor: pointer;
    transition: all 0.2s linear;
}

.section-bottom a {
    padding: 15px 46px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-family: "MuseoCyrl-500";
    transition: all 0.2s linear;
}

.section-bottom a:before {
    content: "";
    background-image: url(images/screen_play.png);
    background-repeat: no-repeat;
    background-size: 28px;
    width: 28px;
    height: 23px;
    display: block;
    position: absolute;
    left: 46px;
    top: 13px;
    transition: all 0.2s linear;
}

.section-bottom:hover {
    border-color: transition;
    background: #fff;
}

.section-bottom:hover a {
    color: #000;
}

.section-bottom:hover a:before {
    background-image: url(images/screen_play_black.png);
}

.menu-section ul {
    top: 42%;
    position: absolute;
    width: 100%;
}

.m_page_slide {
    width: 100%;
}

.first-news {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 19px;
    width: 80%;
}

.first-news .category {
    margin-bottom: 6px;
}

.first-news .category span {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.first-news .category span:last-child {
    text-transform: uppercase;
}

.first-news .category span.date-publish {
    text-transform: none;
}

.first-news .category {
    font-size: 14px;
}

.first-news p {
    font-family: "MuseoCyrl-900";
    color: #fff;
    font-size: 26px;
    line-height: 1;
    overflow: hidden;
}

.m_page_slide .thumb:before {
    content: "";
    background: url(images/overlay-mobile.png) no-repeat 0% 0%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.add_more_posts {
    width: 88%;
    margin: 0 auto 19px auto;
    background: #000;
    text-align: center;
    padding: 18px 0px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
}

.add_more_posts:hover {
    opacity: 0.8;
}

.size1 {
    width: 100%;
    padding: 24px 19px;
    border-bottom: 2px solid #f7f7f7;
}

.size2 .row {
    width: 100%;
    padding: 16px 19px 24px 19px;
    border-bottom: 2px solid #f7f7f7;
}

.size2 .link-post {
    height: 200px;
    overflow: hidden;
}

.last-elem .row {
    border-bottom: 0;
}

.size3 {
    height: 320px;
}

.thumb-anim-wrap {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.overlay-left {
    background: url(images/overlay-slide-left.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    position: relative;
}

.size3 .row {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 19px;
}

.size3 .category {
    color: rgba(255, 255, 255, 0.9);
}

.size3 h1 {
    color: #fff;
}

.size3 p {
    color: rgba(255, 255, 255, 0.8);
}

.size3:hover .category,
.size3:hover h1,
.size3:hover p {
    color: #fff;
}

.size1,
.size2,
.size3 {
    overflow: hidden;
}

.loading-icon {
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 34px;
    background-position: 50% 50%;
    color: transparent;
    width: 88%;
    height: 51px;
    margin: 0 auto 19px auto;
}

.category-content {
    margin-top: 73px;
}

.search-content {
    margin-top: 53px;
}

.not-found-search {
    padding: 100px 0px;
    color: #000;
    text-align: center;
    font-size: 22px;
}

.navClose {
    cursor: pointer;
    width: 18px;
    height: 15px;
    display: block;
    margin: 19px;
}

.navClose i {
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
}

.navClose i:nth-child(1) {
    transform: translateY(3px) rotate(-40deg);
    width: 50%;
}

.navClose i:nth-child(2) {
    width: 90%;
    transform: translateY(3px);
}

.navClose i:nth-child(3) {
    transform: translateY(3px) rotate(40deg);
    width: 50%;
}

.iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 53px;
}

.iframe iframe {
    width: 100%;
    height: 100%;
}

.page-id-0 {
    overflow: hidden;
}

.backtext {
    font-family: "MuseoCyrl-700";
    color: #fff;
    width: 300px;
    padding: 18px 0;
    display: block;
    margin-left: 100%;
}

.start-anim .backtext {
    -webkit-animation: text-desktop 1s linear forwards;
    -o-animation: text-desktop 1s linear forwards;
    -moz-animation: text-desktop 1s linear forwards;
    animation: text-desktop 1s linear forwards;
}

@-webkit-keyframes text-desktop {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}

@-moz-keyframes text-desktop {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}

@keyframes text-desktop {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}

.single-content {
    color: #000;
    margin-top: -82px;
}

.container-single {
    width: 100%;
    margin: 0 auto;
}

.post-wrapper p {
    margin-bottom: 30px;
}

.post-wrapper p,
.post-wrapper span,
.post-wrapper h6,
.post-wrapper h3,
.post-wrapper h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.post-wrapper p,
.post-wrapper span,
.post-wrapper h6 {
    line-height: 30px;
    font-size: 20px;
}

.post-wrapper h3,
.post-wrapper h4 {
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    color: #1d1d1d;
}
.post-wrapper h5 {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #1d1d1d;
}
.post-wrapper a {
    color: #0091ff;
    text-decoration: underline;
}

.bottom-single .slider-main-content,
.bottom-single .news-slider-mainpage,
.bottom-single .news-slider-mainpage .slick-list {
    width: 100%;
}

.static-info hr {
    height: 2px;
    background: #000;
    width: 44%;
    margin: 0px auto 40px auto;
}

.facebook-btn {
    background: #4962b7;
    margin: 0 14px;
}

.social-input i {
    float: left;
}

.social-input .count-click {
    float: right;
}

.soc-btns {
    height: 32px;
    font-family: "MuseoCyrl-500";
    color: rgba(255, 255, 255, 0.9);
    float: left;
    min-width: 85px;
    border-radius: 20px;
    padding: 10px 14px 10px 17px;
    line-height: 1;
    font-size: 13px;
    float: left;
}

.soc-btns:hover {
    opacity: 0.8;
}

.twitter-btn {
    background: #00aaf3;
}

.vk-btn {
    background: #38699d;
}
.telegram-btn {
    background: #229ed9;
    margin: 0 14px;
}
.social-input {
    width: 285px;
    margin: 0 auto 20px;
}

.content-post {
    padding: 30px 0;
}

.container-single > h1 {
    font-family: "MuseoCyrl-900";
    font-size: 35px;
    width: 66%;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}

.container-single > h1 > span {
    font-family: "MuseoCyrl-300Italic";
    font-weight: 300;
}

.social-input.author_i {
    width: 464px;
    margin-bottom: 30px;
}

.author_i .author-post {
    float: left;
    width: 178px;
    text-transform: uppercase;
    font-size: 11.5px;
    font-family: "MuseoCyrl-700";
    color: #828282;
}

.name-author {
    padding: 2px 0;
}

.date-publish {
    padding: 2px 0;
    text-transform: none;
    color: #a0a0a0;
}

.static-info {
    margin-bottom: 10px;
}

.btn-all-news {
    background: #000;
    margin: 40px 19px 24px 19px;
    text-transform: uppercase;
    text-align: center;
    height: 64px;
    padding: 24px 0;
    font-family: "MuseoCyrl-700";
    font-size: 15px;
    transition: all 0.2s linear;
}

.btn-all-news:hover {
    opacity: 0.8;
}

.btn-all-news:before {
    content: "";
    display: block;
    width: 10px;
    right: 12px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    border: 11px solid transparent;
    border-left: 15px solid #fff;
}

.content-post {
    color: #000;
}

.content-post a {
    color: #3d53c3;
}

.copywrite_footer {
    padding: 23px 0;
    text-align: center;
    font-size: 12px;
}

.copywrite_footer a {
    opacity: 0.4;
    transition: all 0.2s linear;
}

.copywrite_footer a:hover {
    opacity: 0.8;
}

.line-anim {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 25px;
    padding: 0 0 0 19px;
    z-index: 9999999;
}

.start-anim .line-anim {
    -webkit-animation: line-desktop 1s linear forwards;
    -o-animation: line-desktop 1s linear forwards;
    -moz-animation: line-desktop 1s linear forwards;
    animation: line-desktop 1s linear forwards;
}

.line-anim:before {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
}

@-webkit-keyframes line-desktop {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@-moz-keyframes line-desktop {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes line-desktop {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

.end-line-anim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9999999;
    margin-left: 100%;
    background: #000;
}

.end-line-anim:before {
    position: absolute;
    top: 25px;
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
}

.end-anim .end-line-anim {
    -webkit-animation: line-end-desktop 1s linear forwards;
    -o-animation: line-end-desktop 1s linear forwards;
    -moz-animation: line-end-desktop 1s linear forwards;
    animation: line-end-desktop 1s linear forwards;
}

@-webkit-keyframes line-end-desktop {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 34px;
    }
}

@-moz-keyframes line-end-desktop {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 34px;
    }
}

@keyframes line-end-desktop {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 34px;
    }
}

.news-cat {
    margin-top: 40px;
    padding-left: 0;
}

span.date-news {
    font-family: "Lato-Medium";
    color: #909090;
    font-size: 15px;
}

.news-page {
    width: 100%;
}

.item-news {
    padding: 10px 0 23px 0;
    border-bottom: 1px solid #eaeaea;
}

.item-news a {
    color: #000;
    font-family: "MuseoCyrl-700";
    font-size: 18px;
    transition: all 0.2s linear;
}

.item-news a:hover {
    font-family: "MuseoCyrl-900";
}

.timedate {
    color: #888;
    font-size: 12px;
    margin-top: 8px;
}

.date-items-news {
    padding: 33px 0 10px 0;
    border-bottom: 1px solid #eaeaea;
    color: #909090;
    font-size: 16px;
}

.add_news span {
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
    color: #909090;
    transition: all 0.2s linear;
}

.add_news {
    padding-top: 78px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "MuseoCyrl-700";
}

.add_news span:hover {
    color: #505050;
}

.cookies {
    position: fixed;
    bottom: 20px;
    background: black;
    max-width: 400px;
    font-size: 14px;
    font-family: "MuseoCyrl-700";
    color: #828282;
    padding: 10px;
    display: flex;
    border: 1px solid white;
    left: 10px;
    z-index: 200;
    transition: transform 1s ease-in-out;
    transform: translateX(-100vw);
}
.cookies_visible {
    transform: translateX(0);
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes hideCookies {
    0% {
        transform: none;
    }

    100% {
        transform: translateX(100vw);
    }
}

@keyframes hideCookiesPhone {
    0% {
        transform: none;
    }
    100% {
        transform: translateX(100vw);
    }
}

.cookies button {
    padding: 0 10px;
    font-size: 12.5px;
    font-family: "MuseoCyrl-900";
    animation: pulse 1.5s infinite;
}
.cookies a {
    color: white;
    border-bottom: 1px solid white;
}

.slider-main-content.slick-slider .slick-track {
    height: 254px;
}

.post-container {
    padding: 0 40px 40px 40px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.35em;
}

.post-container p {
    margin: 0 0 30px;
}

.post-container p,
.post-container span,
.post-container h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
}

.post-container p,
.post-container span,
.post-container h6 {
    line-height: 30px;
    font-size: 20px;
}

.post-container h3 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #1d1d1d;
}

.post-container h4 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #1d1d1d;
}
.post-container h5 {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #1d1d1d;
}
.post-container a {
    color: #0091ff;
    text-decoration: underline;
}

.single-post .container {
    width: 100%;
}

.news-post {
    padding: 21px 15px 0 15px;
}

.news-post .first-news {
    position: relative;
    color: #fff;
    padding-left: 0;
}

.news-post .first-news .category span {
    color: #000;
}

.news-post .first-news p {
    color: #000;
}

.size1 .tag-link,
.size2 .tag-link {
    color: #919191;
}

.size1 .tag-link:hover,
.size1 .tag-link:focus,
.size2 .tag-link:hover,
.size2 .tag-link:focus {
    color: #000;
}

.size2 .category {
    position: absolute;
    left: 0;
    top: 216px;
    padding-left: 19px;
    z-index: 9;
}

.size2 .link-post {
    margin-bottom: 21px;
}

.size3 .tag-link,
.slide .tag-link {
    color: rgba(255, 255, 255, 0.9);
}

.size3 .tag-link:hover,
.slide .tag-link {
    color: rgba(255, 255, 255, 1);
}

.dis-row {
    padding: 0px 19px 30px 19px;
}

.lc_footer {
    padding: 0 0 23px 0;
    text-align: center;
    opacity: 0.7;
}

.color_tag {
    color: rgba(250, 71, 75, 1) !important;
}

.single-post .container__footer {
    width: 76%;
}

.single_banner {
    padding: 0px 19px 25px 19px;
    display: block;
}

.news_banner {
    padding: 0px 0px 25px 0px;
    display: block;
}
/* .iframe #dsq-app4{
    height: 0 !important;
    display: none !important;
} */

@media screen and (max-width: 500px) {
    .first-news p {
        font-size: 22px;
    }
}

.first-news .category.category-bot {
    margin-top: 6px;
    margin-bottom: 0px;
}

.size2 .category.category-mini {
    top: 0;
    margin-top: -6px;
}
