
h1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
   outline: none;
}
a:hover{
    text-decoration:none !important;

}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/* #Helper classes
================================================== */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.mt30 {
    margin-top: 30px;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black {color:#111111;}
.white {color:#fff;}
.btn:hover {
    color: #fff;
}


.mobile {
    display: none;
}

@media (min-width: 1200px) {
   /* .container {
        max-width: 1250px;
    }            */
}


/* #Site styles
================================================== */
body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    background:#fff;
}
#wrapper {
    width: 1170px;
    margin:0 auto;
}
.isAndorid, .isIos {
    display: none;
}
.icon-link{
    float:left;
    background:rgba(0,0,0,0.4) url(../img/speech_white.svg) no-repeat center;
    width:50px;
    height: 60px;
    background-size:25px;
}
main {
    float: left;
    width: 100%;
    margin-top: 170px;
}
section {
    float: left;
    width: 100%;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999999999;
    width:100%;
}
a.logo{
    float:left;
    margin-top: 7px;
}
.logo-text {
    color: #000000;
    font-size: 19px;
    margin-top: 21px;
    font-weight: bold;
}
.notifications-top {
    position: absolute;
    top: 70px;
    left: 0;
    width: 340px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
    z-index: 99999999999999999999;
}
.is-fixed .notifications-top {
    top: 50px;
}
.notifications-top:before {
    position: absolute;
    top: -16px;
    left: 20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid white;
    z-index: 2;
}
.notifications-top:after {
    position: absolute;
    top: -18px;
    left: 18px;
    content: '';
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 19px solid rgba(0,0,0, 0.07);
    z-index: 1;
}
.notifications-top .n-text {
    color: #38454d;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}
.notifications-top a {
    float: left;
    width: 49%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #d3d3d3;
    background: #fff;
    font-size: 13px;
    text-align: center;
    color: #38454d;
    border-radius: 4px;
    font-weight: bold;
}
.notifications-top a.yes {
    background: #e94612;
    color: #fff;
}

/*
.notifications-top:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffff;
    border-width: 17px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
} */

/* mobile-menu */
.menu-btn {
    width: 50px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    float: right;
    cursor:pointer;
    display:none;
    margin-right:-30px;
}

.menu-btn.opened{
    background: #1b1c20 url(../img/close-new.svg) no-repeat center;
    background-size:20px;
    margin-right:-15px;
}
.menu-btn.opened .bar{
   display:none;
}
.menu-btn .bar {
    width:7px;
    height:7px;
    background: #1b1c20;
    position: absolute;
}
.menu-btn .top {
    left:20%;
    top:19px;
    -webkit-transition:all 0.5s;

}
.menu-btn .middle {
    left:20%;
    top:30px;
    -webkit-transition:all 0.5s;
}
.menu-btn .bottom {
    left:20%;
    top:41px;
    -webkit-transition:all 0.5s;
}

.nav-icon {
    display: none;
}

/*end-mobile-menu */
.top-news-hld{
        float:left;
        width:100%;
        background:#fff;
    }
    .top-news-hld .main-ul{
        float:left;
        width:100%;
        height: 50px;
        padding-left:0px;
        box-sizing:border-box;
    }
    .children-ul {
        float: left;
        width: calc(100% - 89px);
        padding-left: 0;
        overflow-x: auto;
        height: 44px;
        overflow-y:hidden;
    }
    .scrolable-ul {
        padding-left: 0;
        float: left;
    }
    .children-ul li:last-of-type {
        margin-right: 0 !important;
    }

    .children-ul::-webkit-scrollbar {
      display: none;
    }

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

    .top-news-hld ul li{
        float:left;
        list-style-type: none;
        padding:5px;
        box-sizing:border-box;
        position:relative;
        margin-right: 2%;
    }
    .top-news-hld ul li:before{
        position:absolute;
        content:"";
        height: 3px;
        width:0px;
        bottom:-3px;
        background: #fe4600;
        left:-2px;
    }
    .top-news-hld ul li:hover:before{
        width:100%;
    }
    .top-news-hld .is-active:before{
        width:100% !important;
    }
    .top-news-hld ul li a {
        float:left;
        font-size:18px;
        color:#161616;
        font-weight: 500;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }
    .top-news-hld ul li.home-btn {
        margin-left: 3%;
        margin-right: 2%;
        margin-top: 0;
    }
    .top-news-hld .home-btn:before {
        bottom: 0;
    }

    .form-control{
        display:none !important;
    }
    .top-news-hld img{
        width:40px;
        height: 30px;
    }
    .search-holder {
        float: left;
        outline: none;
}
.search-with-btn {
    width: 100%;
    float: left;
    position: absolute;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    left: 0;
    top:130px;
}
.search-with-btn form{
    float:left;
    width:100%;
    position: relative;
}
.search-with-btn input{
    float:left;
    width:100%;
    border:1px solid #b6c3ca;
    height: 55px;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
    margin-top:20px;
    margin-bottom:10px;
    padding-right: 86px;
}
.search-with-btn .search-btn{
   position: absolute;
    height: 40px;
    background: url(../img/search-24px.svg) no-repeat center;
    background-size: 32px;
    transition: all 0.4s;
    transform: rotate(0);
    width: 62px;
    top: 29px;
    right: 6px;
    border: none;
}
.search-with-btn.active{
    visibility: visible;
    opacity:1;
    position:absolute;
    z-index:999999999999;
}
 .top-news-hld{
       display:none;
   }
footer{
    float:left;
    width:100%;
}
.top24 .image-txt-hld{
    float:left;
    width:100%;
}
.top-news-wrap .top-img {
    position: relative;
    margin-top: 32px;
}
.top-img {
    float:left;
    width:60%;
}
.top-img.w100{
    width:100%;
}
 .top-img .white-bg{
     padding-left:0px;
 }
.top-img-small{
    width:40%;
    float:right;
}
.img-wrap{
    position:relative;
    width:100%;
    float:left;
    overflow: hidden;
}
.img-wrap:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -8px 34px 24px rgba(0,0,0,0.34);
    -moz-box-shadow: inset 0px -8px 34px 24px rgba(0,0,0,0.34);
    box-shadow: inset 0px -8px 34px 24px rgba(0,0,0,0.34);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.video-icon{
    position:abosolute;
    width:100%;
    float:left;
}
.video-icon span.play{
    background:#e94612 url(../img/play-white.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:35px;
    position:absolute;
    top:5px;
    right:70px;
}
.video-icon span.duration{
   background:rgba(255,255,255,0.8);
   text-align:center;
   height: 30px;
   line-height: 30px;
   top:10px;
   right:0;
   position:absolute;
   color:#38454d;
   width:70px;
}
/*.img-wrap:after{
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.59);
    z-index: 1;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: -o-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: -ms-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: linear-gradient(0deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
}*/
.img-wrap.border-b{
    border-bottom:2px solid #fe4600;
}
.refresh {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 999;
    background-color: #e64001;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
}
.extremely{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 999;
    background-color: #e64001;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
}
.extremely img{
    width:20px;
    height: 20px;
}
.refresh img{
    width:20px;
    height: 20px;
    margin-right:3px;
}
.img-wrap img, .img-wrap a{
    max-width:100%;
    min-width: 100%;
    float:left;
}
.top-news-wrap .img-wrap img, .img-wrap a{
    max-width: inherit !important;
    min-width: inherit !important;
    /* min-width: 100%; */
    min-height: 100%;
    text-align: center;
    float:left;
    object-fit: cover;
}

@media screen and (min-width: 700px) {

.top-news-wrap .img-wrap img, .img-wrap a    {
        max-width: 100% !important;
    }

}
.img-wrap a{
    position:relative;
    z-index:99;
}
/*.img-wrap a:before{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,255) 0%, rgba(255,255,255,255) 50%, rgba(255,255,255,255) 51%, rgba(255,255,255,255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,255) 0%, rgba(255,255,255,255) 50%, rgba(255,255,255,255) 51%, rgba(255,255,255,255) 100%); /* FF3.6-15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 51%,rgba(0,0,0,0.75)) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#000fff',GradientType=0 ); /* IE6-9 */

}   */
.search-inp{
    display:none;
}
.btn-head {
    width: 70px;
    height: 70px;
    box-shadow: none !important;
}
.btn {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    outline:none;
}
.btn-search span {
    float: left;
    width: 100%;
    height: 40px;
    background: url(../img/search-24px.svg) no-repeat center;
    background-size: 30px;
    transition: all 0.4s;
    transform: rotate(0);
}
/*.btn-search:hover span {
    transform: rotate(72deg);
}*/
.news-title{
    float:left;
    width:100%;
    color:#38454d;
    font-size:23px;
    margin-top:10px;
    margin-bottom:25px;
}
.main-news-title {
    font-size: 23px;
    position: absolute;
    bottom: 45px;
    left: 10px;
    line-height: 27px;
    z-index: 99999999;
    right: 10px;
}
.news-title.home-news-title{
    margin:0;
    color: #fff !important;
    text-decoration: none !important;
}
.news-title:hover{
    color:#e94612;
    text-decoration:underline;
}
.news-view .news-title:hover {
    color: #38454d;
    text-decoration: none;
}
.news-title.elem{
    padding-left:30px;
}
.news-view .news-title.elem {
    margin-top: 0;
    cursor: auto;
    color:#38454d;
    margin-bottom:35px;
}
.news-view .news-title.elem:hover{
    color:#38454d;
    text-decoration: none;
}
.share-bttns {
    float: left;
    width: 100%;
    position: relative;
    min-height: 25px;
}
.share-bttns .bookmark {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: -2px;
}
.share-bttns .share-btn {
    float: left;
    width: 30px;
    height: 30px;
}
.news-title.elem .share-btn:before{
    top:5px;
}
.news-title.elem .bookmark:before{
    top:30px;
    background-size:25px;
}
.news-title span{
   float:left;
    color:#161616;
    font-size:23px;
    margin:0 15px;
    margin-top:-9px;
}
.author {
    font-size: 14px;
    color: #38454d;
}
.views {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding-left: 26px;
    background: url(../img/views.svg) no-repeat left -3px;
    background-size: 24px;
    color: #38454d;
    font-size: 14px;
}
.news-stat .news-time,.news-stat .read-time,.news-stat .shared{
    float:left;
    font-size:16px;
    position:relative;
    padding-left:11px;
    margin-right:10px;
    color:#38454d;
    font-size:12px;
}
.news-stat .read-time {
    padding-left: 19px;
}

.news-listing .news-stat .news-time, .news-listing .news-stat .read-time, .news-listing .news-stat .shared {
    font-size:12px;
}
.news-wrap-view .news-stat .news-time, .news-wrap-view .news-stat .read-time, .news-wrap-view .news-stat .shared {
    font-size:11px;
}

.news-stat {
    margin-bottom:5px;
}
.news-stat .news-time:before,.news-stat .shared:before{
    position:absolute;
    content:"";
    width:5px;
    height: 5px;
    background:#b6c3ca;
    left:2px;
    top:8px;

}
.brexit-section .news-stat .news-time:before,.brexit-section .news-stat .shared:before{
     position:absolute;
    content:"";
    width:10px;
    height: 10px;
    background:#b6c3ca;
    left:0px;
    top:2px;
}
.brexit-section .news-stat .news-time {
    margin-bottom: 10px;
}
.news-stat .read-time:before{
   position:absolute;
    content:"";
    width:16px;
    height: 16px;
    background:url(../img/schedule-24px.svg) no-repeat left;
    left:0px;
    top:2px;
    background-size:16px;
}
/*
.top-news-wrap .read-time:before{
   position:absolute;
    content:"";
    width:16px;
    height: 16px;
    background:url(../img/schedule-white.svg) no-repeat left;
    left:0px;
    top:2px;
    background-size:16px;
}
*/
.ad-wrap{
    float:left;
    width:100%;
    background:#ccc;
    height: 100px;
    position:relative;
    margin-top:40px;
}
.ad-wrap img{
    max-width:100%;
}
.advert {
    background: #fff;
    line-height: 15px;
    color: #38454d;
    font-size: 11px;
    display: none;
    text-align: right;
    color:#444;
}
.advert.advert-top-text {
    min-width: 728px;
}
.advert.advert-right-col-top-text, .advert.advert-right-col-bottom-text {
    min-width: 300px;
}
.news-wrap{
    float:left;
    width:100%;
    margin-top:15px;
}
.new-box{
    float:left;
    width:100%;
    margin-top:2px;
    position:relative;
    border-top:1px solid #d3d3d3;
}

.new-box.video .white-bg{
    background:#38454d !important;
}
.new-box.video .txt-content{
    color:#fff;
}
.new-box.video .news-time{
    color:#6d8796;
}
.new-box.video .read-time{
    color:#6d8796;
}
.new-box.video .shared{
    color:#fff;
}
.new-box .news-stat{
    margin-bottom:0px;
}
.img-new-box{
    width:180px;
    float:left;
    position:relative;
}
.top24 .img-new-box {
    max-height: 101px;
    overflow: hidden;
}
/*.more-fotos{
    position:absolute;
    background:rgba(0,0,0,0.9);
    width:40px;
    height: 40px;
    top:0;
    right:0;
}    */
.more-fotos img{
    width:30px;
    height: 30px;
    margin-top:5px;

}
.img-new-box img{
    float:left;
    width:100%;
    /* height: 100%; */
}
.txt-content{
    font-size:16px;
    font-weight: 500;
    float:left;
    line-height: 19px;
    color: #38454d;
    font-weight: 500;
}
.txt-content:hover{
    color:#fe4600 !important;
}
.txt-content a:hover, .top-head a:hover{
     color:#fe4600;
}
.txt-new-box{
    float:right;
    width:calc(100% - 180px);
    padding-bottom:10px;
    box-sizing:border-box;
}
.red{
    color:#fe4600 !important;
}
.bnt-live{
    float:left;
    width:100%;
    margin-top:25px;
}
.grey-section, .image-section{
    float:left;
    width:50%;
}
.grey-section{
    background:#38454d;
    padding:50px 30px;
    box-sizing:border-box;
}
.grey-section .hour{
    position:relative;
    font-size:48px;
    color:#fff;
    padding-left:50px;
}
.grey-section .hour:before{
    position:absolute;
    content:"";
    background:url(../img/play_arrow-24px.svg) no-repeat left;
    background-size:50px;
    width:50px;
    height: 65px;
    left:-13px;

}
.grey-section .date{
    float:left;
    width:100%;
    color:#fff;
    font-size:18px;
    font-weight: 500;
    margin-top:20px;
    margin-bottom:40px;
}
.grey-section .title{
    float:left;
    width:100%;
    color:#fff;
    font-size:30px;
    font-weight: 100;
}
.all-emission{
    float:left;
    width:100%;
    color:#fff;
    font-size:16px;
    line-height: 10px;
    margin-top:43px;
}
.three-punkts{
    float:left;
}
.three-punkts .punkt{
    width:10px;
    height: 10px;
    background:#6d8796;
    margin:0 3px;
    float:left;
}

.image-section img{
    width:100%;
    float:left;
}
.live-wrap{
    float:left;
    width:100%;
    margin-top:30px;
    position:relative;
    background:#fff;
    border-top:1px solid #e9e9e9;
    -webkit-box-shadow: 0px 9px 5px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 9px 5px 0px rgba(220,220,220,1);
    box-shadow: 0px 9px 5px 0px rgba(220,220,220,1);
    padding-left:10px;
    box-sizing:border-box;
    position: relative;
    height: 100px;
}
.right-part{
    position:absolute;
    right:0;
    top:0;
    background: #fe4600 url(../img/play_arrow-24px.svg) no-repeat center;
    background-size:55px;
    width:100px;
    height: 100px;
}
.live-wrap .title{
    float:left;
    width:100%;
    font-size:30px;
    font-weight: bold;
    color:#161616;
    margin-top:8px;
}
.live-wrap .live-txt{
    float:left;
    width:100%;
    color:#161616;
    font-size:20px;

}
.white-bg{
    float:left;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    box-sizing:border-box;
    background:#fff;
    padding-left:10px;
   /* border-top: 1px solid #e9e9e9;
     border-right: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);*/
    color:#38454d;
    text-decoration:none;
    margin-top:15px;
}
.close1{
    position:absolute;
    content:"";
    background:#a6a6a6 url(../img/close.svg) no-repeat center;
    background-size:15px;
    top:10px;
    right:10px;
    width:30px;
    height: 30px;
}
.news-txt{
    float:left;
    width:100%;
    margin-bottom:20px;
}
section.video .white-bg{
      background:#38454d;
}
section.video .news-title{
    color:#fff;
    position:relative;
    padding-left:35px;
}
section.video .news-title:before{
    position:absolute;
    content:"";
    background:url(../img/play_arrow-24px.svg) no-repeat left;
    left:0;
    width:30px;
    height: 30px;
    background-size:35px;
}
section.video .news-txt{
    color:#fff;
}
section.video .news-time{
    color:#6d8796;
}
section.video .read-time{
    color:#6d8796;
}
section.video .shared{
    color:#fff;
}
footer{
    float:left;
    width:100%;
}
.live-container{
    display:flex;
    flex-wrap:wrap;
}
.home{
    background: url(../img/home.svg) no-repeat center;
    background-size: 31px;
    width: 25px !important;
    height: 30px;
}
.mt10{
    margin-top:0px;
}


.current-slider-hld  {
    float:right;
    width:calc(100% - 415px);
    margin-top:21px;
}
.current-txt {
    float:left;
    color:#e94612;
    font-size:18px;
    position:relative;
    padding-left:34px;
    box-sizing:border-box;
    font-weight: 500;
}
.current-txt:before{
    position:absolute;
    content:"";
    background:url(../img/camera.svg) no-repeat left;
    top:-2px;
    left:0;
    width:30px;
    height: 30px;
}
.current-title{
    color:#38454d;
    font-size:18px;
    margin-left:5px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    float: left;
}
.current-title:hover{
    color:#38454d;
}
.upper{
    text-transform:uppercase;
}
.navigation{
    float:left;
    width:100%;
    background:#e94612;
    height: 60px;
    padding-inline-start:0px;
    margin-bottom: 0;
}

.no-opacity {
    opacity: 1 !important;
}
.hot-section-wrap {
    margin-bottom: 20px;
}
.hot-section-wrap .icon-hot {
    float: left;
    width: 143px;
    padding-left: 10px;
    height: 32px;
    background: #e94612;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    background-size: 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.hot-section-wrap .marquee {
    width: calc(100% - 143px);
    background: #e9ebee;
    height: 32px;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hot-section-wrap .marquee a {
    float: left;
    position: relative;
    color: #38454d;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    margin-right: 50px;
    opacity: 0;
}
.hot-section-wrap .marquee a::before {
    position: absolute;
    top: 13px;
    left: -10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #38454d;
    content: "";
}
.hot-section-wrap .marquee a::after {
    position: absolute;
    top: 13px;
    right: -10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #38454d;
    content: "";
}


@media screen and (min-width: 1200px){
    .navigation {
        overflow: hidden;
    }
}
.covid-link {
   /* background: #a8320e;    */
    background: #38454d;
    font-size: 15px;
}
.covid-link span {
    font-weight: bold;
}

.nav-item{
    float:left;
    color:#fff;
    font-size:14px;
    list-style: none;
}
.nav-link{
    float:left;
    color:#fff;
    position:relative;
    text-transform:uppercase;
    padding: 0 10px !important;
    line-height: 60px;
    box-sizing:border-box;

}
.sixty-years {
    width: 105px;
    height: 60px;
    background: url(../img/Logo60.svg) no-repeat center;
    background-size: 61px;
}
.sixty-years:before {
    display: none !important;
}
body .is-fixed .sixty-years {
    width: 75px;
    height: 35px;
    background: url(../img/Logo60.svg) no-repeat center;
    background-size: 43px;
}

.cloud {
    width: 74px;
    height: 60px;
    background: url(../img/podcast.svg) no-repeat center;
    background-size: 51px;
    padding: 0 10px !important;
}
.cloud:before {
    display: none !important;
}
body .is-fixed .cloud {
    width: 48px;
    height: 35px;
    background: url(../img/podcast.svg) no-repeat center;
    background-size: 39px;
}

.nav-link:before {
    position:absolute;
    content:"";
    background: url(../img/hover.svg) no-repeat center;
    width:100%;
    height: 20px;
    opacity:0;
    visibility: hidden;
    background-size:25px;
    bottom:0px;
    text-align:center;
    left:0;
}
.nav-link.active:before, .nav-link.active-menu:before {
    position:absolute;
    content:"";
    background: url(../img/hover.svg) no-repeat center;
    width:100%;
    height: 20px;
    opacity:1;
    visibility: visible;
    background-size:25px;
    bottom:0px;
    text-align:center;
    left:0;
}
.nav-link.hide-now:before {
    display: none !important;
}
.navigation.opened .nav-link:before{
    display:none;
}
.openedMenu:before {
    opacity:1 !important;
    visibility: visible !important;
}
.nav-link:hover:before {
    opacity:1;
    visibility: visible;
}
.nav-link.menu{
    position:relative;
}
.nav-link.menu:after {
    position:absolute;
    content:"";
    background:url(../img/down.svg) no-repeat right;
    width:13px;
    height: 13px;
    background-size:13px;
    right:0;
    top:23px;
    background-size:13px;
}
.nav-link.menu.active:after{
    position:absolute;
    content:"";
    background:url(../img/up.svg) no-repeat right;
    width:13px;
    height: 13px;
    background-size:13px;
    right:0;
    top:23px;
    background-size:13px;
}
a.nav-link:hover{
    color:#fff !important;
}

.hov-eff{
   float: left;
    position: absolute;
    bottom: 10px;
    right: 41px;
    display:none;
}
.nav-item.active .hov-eff{
    display:block;
}
.nav-item:hover .hov-eff{
    display:block;
}
.hov-eff span{
    float:left;
    width:5px;
    height: 5px;
    background:#fff;
    margin-right:3px;
}

.mega-menu{
    display:none;

}
.mega-menu.opened{
    display:block;
    position:absolute;
    top:170px;
    left:0;
    background:#fff;
    padding-bottom:50px;
    z-index:999999999;
    width:100%;
}
.navigation.opened .mega-menu.opened{
    background:#1b1c20;
}
.navigation.opened .mega-menu.opened .mega-top-links a:before{
    display: none;
}
.navigation.opened .mega-menu.opened .mega-top-links ul li:before{
    display: none;
}

.dim{
    width:100%;
    position: fixed;
    left:0;
    top:170px;
    background:rgba(0,0,0,0.5);
    display:none;
    height: 100%;
}
.dim.opened{
    display:block;
    z-index:9999999;
}
.mega-top-links{
    float:left;
    width:25%;
    margin-top:20px;
}
.mega-top-links .box-news{
    width:100%;
    margin-top: 0;
    padding: 4px;
}
.mega-top-links .box-news .img-wrap1{
    top:0px;
    height: 146px;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.mega-top-links .box-news .txt-wrap{
    padding-left:0px;
   /* height: 75px;
    overflow:hidden;*/
    margin-top:10px;
    font-weight: normal;
}

.mega-top-links .mega-menu-head, .mega-top-links .mega-menu-head a{
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.mega-top-links .mega-menu-head a{
    margin-bottom:20px;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.mega-top-links .mega-menu-head a:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #b6c3ca;
    left: 0px;
    top: 4px;

}
.mega-top-links .mega-menu-head a:hover{
    color:#e94612;
}
.mega-top-links ul{
    float:left;
    width:100%;
    list-style-type:none;
    padding-inline-start: 0px;
}
.mega-top-links ul li{
    float:left;
    width:100%;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.mega-top-links ul li a{
   color:#38454d;
    font-size:13px;
}
.mega-top-links ul li a:hover{
    color:#e94612;
    text-decoration:underline !important;
}
.mega-top-links ul li:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #b6c3ca;
    left: 0px;
    top: 7px;

}
.breadcrumbs ul, .breadcrumbs{
    float:left;
    width:100%;
    padding-inline-start: 0px;
}
.breadcrumbs ul li{
    float:left;
    list-style: none;
    border-right: 1px solid #d3d3d3;
}
.breadcrumbs ul li:last-child{
    border-right:none;
    padding-left:5px;
    box-sizing:border-box;
    font-size:13px;
    color:#e94612;
}
.breadcrumbs ul li a{
    float:left;
    color:#38454d;
    font-size:13px;
    padding:0 5px;
    box-sizing:border-box;

}
.breadcrumbs ul li a:hover{
    color:#e94612 !important;
}
.breadcrumbs ul li a.active{
   color:#e94612;
   cursor:inherit;
}

.iOsback {
    margin-bottom: 30px !important;
}
.back-button {
    float: left;
    z-index: 999999999;
    background: url(../img/back_btn.png) no-repeat #e94612 7px center;
    background-size: 11px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    margin-top: -14px;
    width: 100%;
    padding-left: 28px;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
}
.more-button {
    background: #e94612;
    float: left;
    background-size: 11px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-left: 28px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.more-button:visited,.more-button:active,.more-button:hover {
    color: #fff !important;
}
body .iOs-show {
    display: none !important;
}

.top-news-wrap .white-bg{
    border:none;
    box-shadow:none;
    margin-top: 0;
}
.top-news-wrap .top-img-small .new-box .txt-new-box .white-bg {
    margin-top:0px !important;
}

@media screen and (min-width: 992px){
    .m-fix {
        margin-bottom: 10px !important;
    }
    .top-news-wrap .top-img-small .new-box .txt-new-box .white-bg .txt-content {
        /* min-height: 76px;
        max-height: 76px;
        */
        height: 40px;
        overflow: hidden;
    }
    .top-news-wrap .top-img-small .new-box .news-stat {
        height: 63px;
    }
}

.top-news-wrap .top-img-small .new-box .news-stat .news-time:before, .top-news-wrap .top-img-small .new-box .news-stat .shared:before {
    top: 6px;
}

.top-news-wrap .white-bg a {
    color:#38454d;
}
.top-news-wrap .white-bg p{
   /* border-left:2px solid #e64001;
    padding-left:5px; */
    font-style: italic;
    height: 45px;
    overflow: hidden;
    color:#38454d;
}
.top-news-wrap .white-bg p:hover{
    color:#38454d;
}
.top-news-wrap .top-img .news-stat{
    margin-bottom:0px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-top: 0;
}
.top-news-wrap .top-img .news-stat .news-time, .top-news-wrap .top-img .news-stat .read-time, .top-news-wrap .top-img .news-stat .shared {
    font-size: 12px;
    color: #fff !important;
    z-index: 999999;
}
.top-news-wrap .top-img .news-stat .read-time:before {
    top: 0;
}
.top-news-wrap .top-img .news-stat .shared:before {
    background: #fff;
    top: 6px;
}
.top-news-wrap .top-img .news-stat .news-time:before {
    background: #fff;
    top: 6px;
}


.padd-r{
    padding-right:8px;
    box-sizing:border-box;
}
.padd-l{
    padding-left:8px;
    box-sizing:border-box;
}
.archive .padd-l {
    padding-left: 20px;
}
.player-section{
    float:left;
    width:100%;

}
.player-section img{
    float:left;
    width:100%;
}
.overlay-box{

    background:rgba(0,0,0,0.8);
    width:100%;
    height: 100%;
    top:0;
    left:0;
}
.mt30{
    margin-top:30px;
}
.news-boxes{
    float:left;
    width:100%;
    margin-top:30px;

}
.news-boxes .fixed-wrap a {
    height: 200px;
    overflow: hidden;
}

.euro-btn {
        background: #3db6c8;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    width: 100%;
    line-height: 45px;
    /* border-radius: 4px; */
    color: #fff !important;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.olympics-btn {
        background: #fff;
        border: 1px solid #38454d;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    width: 100%;
    line-height: 45px;
    /* border-radius: 4px; */
    color: #38454d !important;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.latest-news {
    background: #e94612;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin-right: 13px;
    color: #fff;
    padding: 0 15px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.latest-news:hover {
    color: #fff;
    background: rgba(0,0,0,0.9);
}

.scrolable-cats {
    width: calc(100% - 410px);
    overflow: auto;
    height: 61px;
}
.scrolable-cats-inner {
    width: max-content !important;
}
.scrolable-cats .quick-link {
    background: #e9ebee;
    padding: 6.5px 20px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #38454d;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.scrolable-cats .quick-link:hover {
    background: #e94612;
    color: #fff;
}
.scrolable-cats .quick-link:last-of-type {
    margin-right: 0;
}
.video-gallery-wrap {
    background: #e9ebee;
    padding-bottom: 40px;
    margin-top: 30px;
}
.video-gallery-wrap .home-title span {
    background: #e9ebee;
}
.video-gallery-wrap .home-title:before {
    width: 100%;
    float: left;
}
.video-box {
    width: 100%;
    height: 484px;
    overflow: hidden;
}
.video-box .v-title {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.3em;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 10px;
    text-shadow: 2px 1px 2px #000;
}
.video-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.8)),color-stop(45%,transparent));
    background: -o-linear-gradient(top,rgba(0,0,0,0.8),transparent 45%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.8),transparent 45%);
}
.video-box .v-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.video-box::before {
    position: absolute;
    content:'';
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #e94612 url(../img/play-white.svg) no-repeat center;
    background-size: 23px;
    z-index: 999999;
}
.video-box:hover .v-img-wrap {
    transform:scale(1.1);
}
.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
    top: 45% !important;
}

.box-news{
    float:left;
    width:32.33%;
    margin-top:30px;
    padding:1px

}
.box-news .news-stat{
    margin-top:10px;
}

.box-news img{
    width:100%;
    float:left;
}
.image-wrap{
    float:left;
    width:100%;
    position:relative;
}
.txt-wrap{
    float:left;
    width:100%;
    color:#38454d;
    font-weight: normal;
}
.txt-wrap .title-news{
    color:#38454d;
    font-size: 16px;
}
.txt-wrap .title-news:hover{
    color:#e94612;
    text-decoration:underline;
}
.txt-wrap:hover{
    color:#fe4600;
    text-decoration:underline;
}
.box-news:nth-child(2) {
  margin:0 1%;
  margin-top:30px;
}

.share-btn:before {
    position: absolute;
    content: "";
    background: url(../img/share.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
    top: 0;
    left: 0px;
    cursor: pointer;
}
.share-btn:hover:before {
    background: url(../img/share_hover.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.bookmark{
    position:relative;
}
.bookmark:before{
   position: absolute;
    content: "";
    background: url(../img/bookmark_border-24px.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
}
.bookmark:hover:before{
    background:url(../img/bookmark_hover.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:30px;
}
.bookmark.active:before{
   position:absolute;
    content:"";
    background:url(../img/bookmarks_active.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:30px;
    top:0;
    left:0;
}
.brexit-section{
   float:left;
   width:100%;
   background-color:#e9ebee;
   min-height: 130px;
   margin-top: 40px;
   padding-top: 78px;
}
.subject-top-title {
    position: absolute;
    top: -60px;
    left: 11px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fe4600;
}
.brexit-section .img-wrap1{
    float:left;
    width:210px;
}
.brexit-section .img-wrap1 a{
    float:left;
    width:100%;
}
.brexit-section .img-wrap1 img{
   width:100%;
   float:left;
}
.brexit-section .text-content{
    float:right;
    width:calc(100% - 230px);
    padding-top:15px;
    box-sizing:border-box;
    position:relative;
}
.brexit-section .text-content .brexit-head{
    position: absolute;
    top:-20px;
    font-size: 18px;
    font-weight: bold;
    left:0;
    color:#38454d;

}
.brexit-section .text-content .small-part{
    float:left;
    width:50%;
}

.brexit-section .text-content .small-part p:hover{
    color:#38454d !important;
}
.brexit-section .text-content .small-part-links{
    float:right;
    width:50%;
    padding-left:105px;
    box-sizing:border-box;
}
.gallery .small-part {
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 200px;
    overflow: hidden;
}
.more-subject-news {
    padding-top: 55px;
    padding-bottom: 9px;
    margin-top: 20px;
    border-top: 2px solid #fff;
}




.brexit-section .text-content .small-part .smart-part-title{
    float:left;
    width:100%;
    font-size:18px;
    font-weight: normal;
}
.brexit-section .text-content .small-part .smart-part-title .news:hover{
    color:#fe4600;
    text-decoration:underline;
}
.brexit-section .text-content .small-part-links .smart-part-title{
    float:left;
    width:100%;
    font-size:16px;
    font-weight: normal;
}
.brexit-section .text-content .small-part-links .smart-part-title{
   position:relative;
   margin-top:5px;
}
.brexit-section .text-content .small-part-links .smart-part-title:before{
   position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #b6c3ca;
    left: -22px;
    top: 4px;
}
.brexit-section .smart-part-title a{
    color:#38454d;
    float:left;
    width:100%;
    margin-bottom:10px;
    font-weight: 500;
}
.brexit-section .smart-part-title a:hover{
    color:#fe4600;
}
.brexit-section .news-stat .news-time:before, .brexit-section .news-stat .shared:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #b6c3ca;
    left: 2px;
    top: 6px;
}
.txt-content a, .top-head a{
    color: #38454d;
}
.txt-content:hover, .top-head:hover{
    color: #e94612;
    text-decoration:underline;
}
.img-wrap1{
    float:left;
    position:relative;
    top:-25px;
     overflow: hidden;
     -webkit-transition:0.7s;
     transition:0.7s;
}
/*.fixed-wrap{
    height: 200px;
    overflow:hidden;
}*/
.fixed-wrap a{
    float:left;
    width:100%;
}
.img-wrap1 img{
    width:100%;
    max-width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.img-wrap1 img:hover {
    transform:scale(1.1);
    overflow: hidden;
}
.news-wrap-view a.img-wrap1:hover img {
     transform:scale(1.1);
}
.img-wrap1:before{
    position:absolute;
    content:"";
    background:#e94612 url(../img/coll-white.svg) no-repeat center;
    width:20px;
    height: 20px;
    right:0;
    top:0;
    background-size:14px;
    z-index:999;
}
.my-news-list:hover {
    text-decoration: underline !important;
}
.archive {
    MARGIN-TOP: 27PX;
}
.archive .home-title {
    margin-top: -29px;
    margin-bottom: 44px;
}
.home-title{
    float:left;
    width:100%;
    margin-bottom:30px;
    position:relative;
    margin-top:40px;
    text-align:left;
}
.home-title:before{
    position: absolute;
    content: "";
    width: 91%;
    height: 2px;
    background: #38454d;
    left: 0;
    bottom: 6px;
}
.home-title span{
    font-size: 32px;
    color: #38454d;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: bold;
    padding-right:10px;
    box-sizing:border-box;
}
.home-title a span{
    padding-right:0px;
}
.world .home-title span{
    background:#e9ebee;
}
.world .home-title a span, .home-title a span{
   font-size:14px;
   bottom:28px;
}
.world .home-title a span:hover,.home-title a span:hover {
    color:#fe4600;
}
.world .left-small-content{
    padding-right:0px;
}
.world .left-small-content.right{
    padding-left:0px;
}
.home-title a{
    float:right;
    position: absolute;
    top:73%;
    right:0;
}


.left-content{
    float:left;
    width:50%;
}
.right-content{
    float:right;
    width:50%;
}
.top-head{
    float:left;
    width:100%;
    background:#e9ebee;
    color:#38454d;
    padding: 1px 0px 1px 15px;
    font-size:18px;
    font-weight: 500;
    margin-bottom:1px;

}
.top-head a{
    float:left;
    width:100%;
}
.world .top-head{
    background:#fff;
}
.world .txt-content a{
    float:left;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;

}
.world .left-content{
    float:left;
    width:48%;
    margin:0 1%;
    background:#fff;
}
.world .white-bg{
    border:none;
    box-shadow:none;
}
.world .new-box{
    border-top:1px solid #e7e7e7;
}
.world .small-news{
    margin:0;
}
.img-title{
    float:left;
    text-align:left;
    color:#fff;
    font-size:23px;
    position:absolute;
    bottom:10px;
    left:10px;
    line-height: 27px;
    z-index:99999999;
    right:10px;
    box-sizing:border-box;
    cursor:pointer;
}
.img-wrap2{
    top:0;
    float:left;
    position:relative;
    width:100%;
     overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.img-wrap2.video-wrap{
    position:relative;
}
.home-section .left-content .img-wrap2{
    -webkit-transition:0.7s;
    transition:0.7s;
    position:relative;
    width: 555px;
    overflow: hidden;
}
.img-wrap2 img{
    width:100%;
    float:left;
    max-width:100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.img-wrap2:before {
    position: absolute;
    content: "";
    background: #e94612 url(../img/coll-white.svg) no-repeat center;
    background-size:28px;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index:999;
}
.img-wrap2.video-wrap:before{
    position: absolute;
    content: "";
    background: #e94612 url(../img/play-white.svg) no-repeat center;
    background-size:35px;
    width: 50px;
    height: 50px;
    right: 10px !important;
    top: 10px;
    z-index:999;
}
a.img-wrap2{
    position:relative;
}
a.img-wrap2:before{
    position: absolute;
    height: 100%;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.59);
    z-index: 9999999;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: -o-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: -ms-linear-gradient(270deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
    background: linear-gradient(0deg, rgba(0, 0, 0,0.59) 0%, rgba(255, 255, 255,0) 40%);
}
.top24-new .img-wrap2 {
    height: 310px;
}
.left-small-content{
    float:left;
    width:50%;
    padding-right:8px;
    box-sizing:border-box;
}
.left-small-content .txt-content, .right-small-content .txt-content{
    margin-top:0px;
}
.left-small-content.right{
    padding-left:7px;
    box-sizing:border-box;
}
.left-small-content.w25{
    width:25%;
    float:left;
    background:#fff;
}
.left-small-content .img-wrap1, .right-small-content .img-wrap1{
    top:0;
}
body .is-fixed a.logo{
    margin-top:0px !important;
}
@media screen and (min-width: 992px){
    .left-small-content .img-wrap {
        height: 154px;
    }
}
.flex-fixer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.title{
    color:#38454d;
    float:left;
    width:100%;
}
.more-small-news{
    float:left;
    width:100%;
    margin-top:25px;
}
.left-small-content.right .more-small-news{
    margin-top:5px;
}

.more-small-news .text-content{
/*    height: 35px;
    overflow: hidden;*/
    padding-right:5px;
    box-sizing:border-box;
    font-weight: 500;
}
.small-news{
    float:left;
    width:100%;
    margin:7px 0px !important;
   border-top:1px solid #d3d3d3;
    position:relative;
}
.fixed{
    position:fixed;
    top:50%;
    z-index:99999999;
    background:#fff;
    right:0;
    min-width: 35px;
    height: 97px;
}
.left-fixed{
    position:fixed;
    top:50%;
    z-index:9999999;
    background:#fff;
    left:0;
    min-width: 35px;
    height: 97px;
}

.padd{
    padding:10px;
    box-sizing:border-box;
    float:left;
    width: 100%;
}


.mr{
    margin-right:-20px;
}
.left-fixed .padd{
    padding-left: 25px;
    box-sizing:border-box;

}
.left-fixed .padd.active{
    padding-left: 40px;
    box-sizing:border-box;
}
.next-news{
    position:fixed;
    top:50%;
    right:0;
    width:35px;
    height: 97px;
    background:#d3d3d3 url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size:20px;
}
.next-news.active{
    background:#efefef url(../img/arrow_prev_news.svg) no-repeat center !important;
    background-size:20px !important;
}
.prev-news{
    position:fixed;
    top:50%;
    left:0;
    width:35px;
    height: 97px;
    background:#d3d3d3 url(../img/arrow_prev_news.svg) no-repeat center;
    background-size:20px;
    z-index:9999;
}
.next-news:hover, .small-news.left-fixed .next-news:hover{
    background:#efefef url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size:20px;
}
.prev-news:hover, .small-news.left-fixed .prev-news:hover{
    background:#efefef url(../img/arrow_prev_news.svg) no-repeat center;
    background-size:20px;
}
.prev-news.active{
    background:#efefef url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size:20px;
}
.small-news.left-fixed .next-news{
    position:absolute;
    top:0;
    left:0;
    width:35px;
    height: 110px;
    background:#d3d3d3;
}
.next-news img{
    position: absolute;
    top:45px;
    left:10px;
}
@media screen and (min-width: 1200px){
    .quadrat-wrap {
       height: 74px;
    }
    .quadrat-wrap img {
       height: 74px;
       object-fit: cover;
       font-family: "object-fit: cover;";
    }
}
.quadrat-wrap{
    width:90px;
    float:left;
    position: relative;
    z-index:999;
    overflow: hidden;
    padding-top:10px;
    box-sizing:border-box;
}
.more-small-news .vertical-centering {
    width: 100%;
}
.other-news-next .quadrat-wrap{
    padding-top:0px;
    box-sizing:border-box;
}
.other-news-next .text-content{
    width: calc(100% - 110px);
}
.quadrat-wrap img{
    float:left;
    width:100%;
    max-width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;

}
.quadrat-wrap img:hover{
    transform:scale(1.1);
}
.text-content{
    float:right;
    width:calc(100% - 100px);
    color:#38454d;
    font-size:13px;
    line-height: 15px;

}
.text-content:hover{
    color:#fe4600;
    text-decoration: underline;
}
.right-small-content{
    float:right;
    width:50%;
    padding-left:8px;
    box-sizing:border-box;
}
.right-small-content .ad-wrap{
    margin-top:0px;
    height: 200px;
    margin-bottom:30px;
}
.right-small-content .link-news{
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
    border-top:1px solid #ccc;
    padding-top:10px;
    box-sizing:border-box;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
    padding-bottom:10px;
    line-height: 20px;
    font-weight: 500;
}
.right-small-content .link-news:hover{
    color:#fe4600;
    text-decoration:underline;
}
.right-small-content .link-news:before{
    position:absolute;
    content:"";
    background:#b6c3ca;
    width: 10px;
    height: 10px;
    left: 0;
    top: 15px;
}

/* ======== CORONA START ======== */
.covid-top {
    display: none;
}
.covid-wrap {
    float: left;
    width: 100%;
}
.covid-back {
    background: #e9ebee url(../img/news.bnt.bg_banner-top2.jpg) no-repeat;
    background-size: 100%;
    padding: 10px;
}
.usa-back {
    background: #e9ebee url(../img/us-banner.png) no-repeat;
    background-size: 100%;
}
.usa-back .horizontal_centering_css3 {
    left:30%;
}
.store-buttons {
    margin-top: 78px;
    margin-bottom: 28px;
}
.covid-wrap .new-box {
    margin: 7px 0;
}
.covid-wrap .img-new-box {
    width: 90px;
    float: left;
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
    height: 74px;
}
.covid-wrap .new-box-min {
    height: auto;
    min-height: auto;
}
.covid-wrap .img-new-box a {
    height: 100%;
}
.covid-wrap .txt-new-box {
    width: calc(100% - 90px);
    padding-bottom: 0;
}
.covid-wrap .new-box .txt-content {
    color: #fe4600;
}
.covid-wrap .white-bg {
    margin-top: 0;
}
.covid-wrap .white-bg .news-time:before {
    top: 6px;
}
.covid-wrap .img-new-box:before, .covid-wrap .img-new-box:after {
    display: none;
}


.covid-wrap .link {
    float:left;
    width:100%;
    color:#fe4600;
    font-size:16px;
    border-bottom:1px solid #ccc;
    padding-top:15px;
    box-sizing:border-box;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
    padding-bottom:15px;
    line-height: 20px;
    font-weight: 500;
}
.covid-wrap .link:hover {
    color:#38454d;
    text-decoration:underline;
}
.covid-wrap .link:before{
    position:absolute;
    content:"";
    background:#b6c3ca;
    width: 10px;
    height: 10px;
    left: 0;
    top: 19px;
}
.covid-wrap .free-text {
    margin-top: 20px;
}
.covid-wrap .free-text p {
    box-sizing: border-box;
    font-style: italic;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #38454d;
}
.get-on-playstore {
    margin-right: 20px;
}
/* ======== CORONA END ======== */


.archive-wrap1{
    margin-top:50px;
    border:1px solid #ccc;
}

.around-world{
    float:left;
    width:100%;
    background:#e9ebee;
    padding-bottom:40px;
    margin-top:30px;
}
.around-world .big-slider {
    width: calc(100% - 308px);
}
.around-world .left-part {
    padding-left: 0;
}
.around-world .news-descr .slider-txt {
    height: 57px;
    overflow: hidden;
}
.around-world .news-descr .swiper-slide img {
    max-height: 179px;
}
.swiper-slide-img {
    max-height: 215px;
    overflow: hidden;
    display: inline-block;
}
.img-new-box{
    position:relative;
    overflow:hidden;
     -webkit-transition:0.7s;
    transition:0.7s;
    transition: transform .2s;
}
.img-new-box a{
    float:left;
    width:100%;
    height: 105px;
     -webkit-transition:0.7s;
    transition:0.7s;

}
.img-new-box a:hover{
    transform:scale(1.1);
    overflow: hidden;
}
.img-wrap a {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.img-wrap a:hover {
    transform:scale(1.1);
    overflow: hidden;
}
.img-wrap2:hover img {
    transform:scale(1.1);
    overflow: hidden;
}
.img-new-box img  {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.img-new-box:hover img {
    transform:scale(1.1);
    overflow: hidden;
}
.disabledGal:before, .brexit-section .disableGal:before {
    display: none !important;
}
.top24 .left-content .disabledVid:after {
    display: block !important;
}
.disabledVid:after {
    display: none !important;
}

.is-video {
    position: absolute;
    content: "";
    background: #e94612 url(../img/play-white.svg) no-repeat center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background-size: 17px;
    z-index: 999999;
}
.img-new-box:before{
    position: absolute;
    content: "";
    background: #e94612 url(../img/coll-white.svg) no-repeat center;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-size: 25px;
    z-index:999999;
}
.img-new-box:after {
    position: absolute;
    content: "";
    background: #e94612 url(../img/play-white.svg) no-repeat center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background-size: 17px;
    z-index: 999999;
}
.new-box.only-txt .white-bg{
    border:none;
    box-shadow:none;
}
.new-box.only-txt .txt-new-box{
    float:left;
    width:100%;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
    padding-top:5px;
}
.new-box.only-txt .txt-new-box:before{
    position: absolute;
    content: "";
    background: #b6c3ca;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 10px;
}
.top-img .news-stat{
    margin-top: 0;
   /* margin-bottom: 10px; */
}
/*.txt-new-box .txt-content{
    height: 40px;
    overflow:hidden;
}*/
.big-slider{
    float:left;
    width: calc(100% - 300px);
    background-color:#38454d;
    /*padding-bottom:25px;*/
    padding-bottom: 75px;
    box-sizing:border-box;
}
.big-slider .top-head{
    font-size:16px;
    color:#38454d;
    float:left;
    width:100%;
    background:#fff;
    margin-bottom: 0;
}
.big-slider img{
    /* width:100%; */
    max-width:100%;
    float:left;
    height: auto;
}
.swiper-slide{

}
.swiper-slide.active{

    position: relative;
}
.swiper-slide.active:before{
    position: absolute;
    content:"Гледате СЕГА";
    background:#e94612;
    top:0;
    right:0;
    padding:5px 10px;
    box-sizing:border-box;
    z-index:99;
    color:#fff;
    font-size:14px;

}
.swiper-txt{
    opacity:1;
}

.left-part{
    float:right;
    width:300px;
}
.news-view .left-part {
    padding-left: 0 !important;
}
.left-part .left-small-content{
    width:100%;
    padding-right:0px;
    margin-top:10px;
}
.left-part .left-small-content.right{
    padding-left:0px;
}
.left-part img{
    width:100%;
    float:left;
}
.left-wrap{
    float:left;
    width:calc(100% - 300px);
}
.top-news-wrap {
    float:left;
    width:100%;
    margin-top: 10px;
}
.top-news-wrap .left-small-part{
    float:left;
    width:100%;
}
.left-small-part img, .left-small-part a{
    float:left;
    width:100%;
    z-index:999999;
}
.top-news-wrap .right-small-part{
    float:left;
    width:300px;
}
.top-news-wrap .right-small-part .more-small-news{
    margin-top:0px;
}
.add-wrap{
    float:left;
    width:100%;
}
.add-wrap.big{
    float:left;
    width:100%;
    overflow: hidden;
    max-height: 600px;
}
.news-descr{
    float:left;
    width:100%;
    padding:0 40px;
    box-sizing:border-box;
}
.news-descr .slider-txt{
    color: #fafafa;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 5px;
    width: 100%

}
.news-tabs{
    float: left;
    width: 100%;
    padding-bottom: 3px;
    box-sizing: border-box;
    padding-left:40px;
    box-sizing:border-box;
    margin-bottom:35px;
    border-bottom:1px solid #9ca2a6;

}
.news-tabs .tab-btn{
    float:left;
    color:#fafafa;
    font-size:16px;
    text-transform:uppercase;
    padding-top:20px;
    padding-bottom:15px;
    box-sizing:border-box;
    margin-right:40px;
    position:relative;
}
.news-tabs .tab-btn:before{
    position:absolute;
    content:"";
    height: 3px;
    width:0px;
    background: #fafafa;
    bottom:-5px;
}
.news-tabs .tab-btn:hover:before{
    width:100%;
    color:#fafafa;}
.news-tabs .tab-btn.active{
    font-weight: 500;
    color:#fafafa;
}
.news-tabs .tab-btn.active:before {
    width:100%;
    color:#fafafa;
}
.news-tabs .tab-btn:hover{
    color:#fafafa !important;
}
.tabs-slider{
    margin-top:30px;
}
.big-photos-wrap{
    float:left;
    width:100%;
}
.big-part{
    float:left;
    width:100%;
}
.big-part .img-wrap1{
    top:0;
    float:left;
    width:49%;
    position:relative;
    height: 306px;
}
.big-part .img-wrap1:after{
   position: absolute;
    content: "";
    -webkit-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    -moz-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.big-part .img-wrap1:first-child{
    margin-right:2%;
}
.small-photos-wrap{
    width:100%;
    float:left;
}
.small-photos-wrap .img-wrap1{
    width:32.3%;
    float:left;
    top:auto;
    position:relative;
    height: 217px;
}
.small-photos-wrap .img-wrap1:after{
    position: absolute;
    content: "";
    -webkit-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    -moz-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.small-photos-wrap .img-wrap1:nth-child(2){
    margin: 0 1.5%;
}
.small-photos-wrap .img-title{
    font-size:18px;
}
.see-more{
    float:left;
    width:100%;
}
.see-more .home-title span{
    background:#e9ebee;
}
.mrl{
    margin-left:1.5%;
    margin-right:1.5%;
}
.news-view{
    float:left;
    width:100%;
}
.news-view .archive .home-title{
    margin-top:25px;
}
.info-news-wrap{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.info-news-wrap .r-part {
    height: auto;
    margin-top: -3px;
}
.info-news-wrap img{
    float:left;
    width:70px;
    height: 70px;
}
.r-part{
    float:right;
    width:calc(100% - 80px);
    height: 70px;
    position:relative;
}
.vertical-centering{
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top:5px;
  box-sizing:border-box;
}
.vertical-centering .news-stat{
    margin-bottom:0px;
}
.vertical-centering span.name{
    color:#fe4600;
}
.txt-news{
    float:left;
    width:100%;
    margin-top:40px;
}
.txt-news img {
    max-width: 100%;
    height: auto !important;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both;
    cursor:pointer;
}
.txt-news p{
    width:100%;
    margin-top:5px;
    margin-bottom:15px;
    color: #38454d;
    font-size: 16px;
}
/* .txt-news p:first-child{
    padding-left: 20px;
    box-sizing:border-box;
    border-left:2px solid red;
    font-style:italic;
} */
.txt-news blockquote {
    padding-left: 20px;
    box-sizing:border-box;
    border-left:2px solid red;
    font-style:italic;
    display: inline-block;
}
.txt-news iframe,.txt-news video {
    max-width: 100%;
}
.audio-heading {
    height: 31px;
    background: url(../img/sound-waves.svg) no-repeat 10px center #e94612;
    background-size: 31px;
    font-size: 18px;
    color: #fff;
    padding-left: 50px;
    line-height: 31px;
    padding-right: 18px;
    margin-top:30px;
    width: 100%;
}
.news-view .big-slider{
    background:#fff;
    padding-right:20px;
    box-sizing:border-box;
}
.news-view .big-slider .news-title {
    margin-bottom: 10px;
}
.news-view .info-news-wrap {
    margin-top: 19px;
}
.news-view .news-descr{
    padding:0px;
    box-sizing:border-box;
    margin-top:20px;
    float:left;
}
.tabs-slider-view a {
    height: 104px;
    overflow: hidden;
}
.news-view .news-descr .slider-txt{
    color:#38454d;
    float:left;
    width:100%;
    font-size:13px;
    height: 42px ;
    overflow: hidden;
}
.news-wrap-view{
    float:left;
    width:100%;
    margin-top:20px;
}
.news-wrap-view .img-wrap1{
    width:49%;
    float:left;
    top:0;
    margin-top:2%;
    position:relative;
    height: 217px;
    overflow: hidden;
}
.push-noty {
    /* display: none; */
    margin-bottom: 20px;
}
.push-noty .check-label {
    float: left;
    margin: 0;
}
.check-label-long {
    width: 100%;
}
.push-noty .check-label .noty-text,.push-noty .check-label .noty-text-inside {
    color: #38454d;
    font-weight: bold;
    width:85%;
}
.checkbox {
    display: none;
}
.check-span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin-top: 4px;
    margin-right: 7px;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #e94612;
    border-bottom: 2px solid #e94612;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.check-label .noty-text {
    float: left;
    font-size: 16px;
    color: #fff;
}
.check-label .noty-text-inside {
    float: left;
    font-size: 13px;
    color: #fff;
}
.noty-text-small {
    font-size: 13px !important;
}
.noty-text-smaller {
    font-size: 12px !important;
    font-weight: normal !important;
}
input.checkbox:checked + label .check-span::before{
    opacity: 1;
}
.check-label {
    float: right;
    margin-right: 15px;
    text-align: left;
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
}
.check-label a {
    color: #fff;
    text-decoration: underline;
}

.news-listing .top-news-wrap .img-title {
    bottom: 35px;
    text-shadow: 2px 1px 2px #000;
}
.news-title.home-news-title {
    text-shadow: 2px 1px 2px #000;
}
.news-listing .news-wrap-view .img-wrap1 .img-title {
    bottom: 35px;
}
.news-wrap-view-connected .img-wrap1 .img-title {
    bottom: 30px;
}
.news-listing .top-news-wrap .news-stat {
    float: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin-top: 0;
    margin-bottom:0px;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat, .news-wrap-view-connected .img-wrap1 .news-stat {
    float: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin-top: 0;
    width: auto;
    margin-bottom: 0;
    width: 97.7%;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat.clear-stats-listing, .news-wrap-view-connected .img-wrap1 .news-stat.clear-stats-listing {
    position:inherit;
    margin-top:10px;
    float:left;
    width:auto;

}
.news-listing .top-news-wrap .news-stat .news-time, .news-listing .top-news-wrap .news-stat .read-time {
    color: #fff !important;
    z-index: 999999;

}
.news-listing .top-news-wrap .news-stat .read-time:before {
    top: 0;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat.clear-stats-listing .news-time, .news-wrap-view-connected .img-wrap1 .news-stat.clear-stats-listing .news-time, .news-listing .news-wrap-view .img-wrap1 .news-stat.clear-stats-listing .read-time, .news-wrap-view-connected .img-wrap1 .news-stat.clear-stats-listing .read-time {
    color: #38454d !important;
    z-index: 999999;
    padding-left:0px !important;
    font-size:11px;
}
.news-stat .news-time:before, .news-stat.clear-stats-listing .shared:before{
    content:none;
}
.news-wrap-view .news-stat.clear-stats-listing .read-time:before{
    content:none;
}
.news-wrap-view .news-stat .read-time.clear-stats-listing:before{
    content:none;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .news-time, .news-wrap-view-connected .img-wrap1 .news-stat .news-time, .news-listing .news-wrap-view .img-wrap1 .news-stat .read-time, .news-wrap-view-connected .img-wrap1 .news-stat .read-time{

}
.news-listing .news-wrap-view .img-wrap1 .news-stat .read-time:before, .news-wrap-view-connected .img-wrap1 .news-stat .read-time:before {
    top: 0;
}
.news-listing .top-news-wrap .news-stat .news-time:before {
    background: #fff;
    top: 8px;
}
.news-wrap-view-connected .img-wrap1 .news-stat .news-time:before {
    background: #fff;
    top: 8px;
}
.news-wrap-view .img-wrap1 .news-stat .news-time:before {
    top: 6px;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .news-time:before {
    background: #fff;
    top: 6px;
}
.news-listing .top-news-wrap .news-stat .shared {
    color: #fff !important;
    width: auto;
    margin-right: 0;
    position: relative;
    z-index: 999999;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .shared, .news-wrap-view-connected .img-wrap1 .news-stat .shared {
    color: #fff !important;
    width: auto;
    margin-right: 0;
    position: relative;
    z-index: 999999;
}
.news-listing .top-news-wrap .news-stat .shared:before {
    background: #fff;
    top: 6px;
}
 .news-wrap-view-connected .img-wrap1 .news-stat .shared:before {
    background: #fff;
    top: 8px;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .shared:before {
    background: #fff;
    top: 6px;
}
.news-listing .top-news-wrap .news-stat .shared:after {
    display: none;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .shared:after, .news-wrap-view-connected .img-wrap1 .news-stat .shared:after {
    display: none;
}

.top-news-wrap .img-wrap a{
    position:relative;
    min-height: 466px;
    max-height: 466px;
    overflow: hidden;
}

.top-news-wrap .img-wrap:before {
    position: absolute;
    content: "";
    background: #e94612 url(../img/play-white.svg) no-repeat center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background-size: 17px;
    z-index: 999999;
}
.disabledVideo:before {
    display: none;
}

.top-news-wrap .img-wrap a:after{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.3) !important;
    box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.3) !important;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.top-news-wrap .top-img .img-wrap.img-shadow-none a:after{
    display:none;important;
}
.img-wrap.img-shadow-none:after{
    content:none;
}
.news-wrap-view .img-wrap1 a:after{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -93px 24px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: insetinset 0px -93px 24px 0px rgba(0,0,0,0.8);
    box-shadow: inset 0px -93px 24px 0px rgba(0,0,0,0.8);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-wrap-view a.img-wrap1{
    position:relative;
}
.news-wrap-view a.img-wrap1:after{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: insetinset 0px -87px 31px 0px rgba(0,0,0,0.8);
    box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-wrap-view .img-wrap1:hover:after {
   position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5);
    box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5);
}

.home-section .left-content .img-wrap2:hover::after, a.img-wrap2:hover::after, .big-part .img-wrap1:hover::after {
     position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5) !important;
    box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5) !important;
}

.gallery .small-photos-wrap .img-wrap1 .img-title {
    float: left;
    color: #fff;
    font-size: 17px;
    line-height: 19px;
    bottom: 26px;
    text-shadow: 2px 1px 2px #000;
}

.news-wrap-view .img-wrap1 .img-title{
    float:left;
    color:#fff;
    font-size: 17px;
    line-height: 19px;
    /* text-shadow: 1px 1px 1px #000; */
}
.news-wrap-view .img-wrap1:nth-child(even){
    margin-left:2%;
}
.footer{
    float:left;
    width:100%;
    background:#38454d;
    padding-top:45px;
    padding-bottom:45px;
    box-sizing:border-box;
    margin-top:40px;
}
.footer form{
    float:left;
    width:100%;
    position:relative;
}
.footer .search{
    width:50px;
    height: 50px;
    position:absolute;
    top:0;
    right:0;
    border:none;
    background:#fff url(../img/search-24px.svg) no-repeat center;
    background-size:35px;
    outline:none;
}
.footer input{
    float:left;
    width:100%;
    height: 50px;
    line-height: 50px;
    border:none;
    padding-left:10px;
    box-sizing:border-box;
}
.footer .footer-colum {
    float:left;
    width:25%;
    padding-top:50px;
    box-sizing:border-box;
    padding-right:10px;
    box-sizing:border-box;
}
.footer .footer-colum.style-links {
    width: auto;
    float: right;
}

.footer .footer-colum.style-links .footer-link:before{
    display:none;
}
.footer .footer-colum-head{
    float:left;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:10px;
    font-weight: 500;
}
.footer .footer-colum .footer-link{
    float:left;
    clear: both;
    position:relative;
    color:#fff;
    padding-left:10px;
    box-sizing:border-box;
    margin:5px 0px;
}
.footer .footer-colum .footer-link:hover{
    color:#fff !important;
    text-decoration:underline !important;
}
.footer .footer-colum .footer-link:before{
    position:absolute;
    content:"";
    background: #efefef;
    width:5px;
    height: 5px;
    left:0;
    top:8px;
}
.footer .footer-colum .footer-link.f-logo:before{
    content:none !important;
}
.bottom-part{
    float:left;
    width:100%;
    margin-top:50px;
}
.bottom-part ul{
    float:left;
    margin-bottom:0px;
    margin-top:12px;
    padding-inline-start: 10px;

}
.logo{
    float:left;
}
.bottom-part ul li{
    float:left;
    list-style-type:none;
}
.bottom-part ul li a{
    float:left;
    font-size:12px;
    color:#b6c3ca;
    padding:0 5px;
    border-right:1px solid #9ca2a6;
}
.bottom-part ul li a:last-child{
    border-right:none;
}
.bottom-part ul li a:hover{
    text-decoration:underline !important;
}
.bottom-part .right-txt{
    float:left;
    color:#b6c3ca;
    clear: both;
    font-size:12px;

}
.viewer-tel {
    width: 135px;
}
.bottom-part .tel{
    float:left;
    font-size:18px;
    font-weight: bold;
    color:#b6c3ca;
}
.bottom-footer{
    float:left;
    width:100%;
    margin-top:30px;
    border-top:1px solid #b6c3ca;
    padding-top:30px;
    box-sizing:border-box;
}
.bottom-footer .left-links{
    float:left;
    width:50%;
}
.bottom-footer .left-links ul{
    float:left;
     padding-inline-start: 0px;
     width:100%;

}
.bottom-footer .left-links .bnt{
    float:left;
    width:100%;
    color:#b6c3ca;
    font-size:12px;
}
.bottom-footer .left-links ul li{
    float:left;
    list-style-type: none;
}
.bottom-footer .left-links ul li a{
    float:left;
    color:#b6c3ca;
    font-size:12px;
    border-right:1px solid #b6c3ca;
    padding:0 5px;
    box-sizing:border-box;
}
.bottom-footer .left-links ul li a:hover{
    text-decoration:underline !important;
}
.bottom-footer .right-links{
    float:right;
    width:50%;
}
.bottom-footer .right-links .soc-icon{

    width:100%;
}
.fb{
    background:url(../img/fb.svg) no-repeat center;
    width:50px;
    height: 50px;
    background-size:35px;
    -webkit-transition:0.7s;
    transition:0.7s;
    float:left;
}
.fb:hover{
    background:url(../img/fb-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
}
.instagram{
    background:url(../img/instagram3.svg) no-repeat center;
    width:35px;
    height: 35px;
    margin-left: 10px;
    background-size:35px;
    -webkit-transition:0.7s;
    transition:0.7s;
    opacity: 0.7;
    float:left;
}
.instagram:hover{
    opacity:1;
}
.tw{
    background:url(../img/tw.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
     -webkit-transition:0.7s;
    transition:0.7s;
    float:left;
}
.tw:hover{
    background:url(../img/tw-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
}
.in{
    background:url(../img/in.svg) no-repeat center;
    width:50px;
    height: 50px;
    background-size:35px;
    -webkit-transition:0.7s;
    transition:0.7s;
    float:left;
}
.in:hover{
    background:url(../img/in-active.svg) no-repeat center;
    width:50px;
    height: 50px;
    background-size:35px;
}
.wf{
    background:url(../img/wf.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
     -webkit-transition:0.7s;
    transition:0.7s;
    opacity:0.7;
    float:left;
    margin-left:10px;
}
.wf:hover{
    background:url(../img/wf-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
    opacity:1;
}
.gradient{
    background: linear-gradient(to right, #999 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.gradient1{
    background: linear-gradient(to left, #000 100%, #999 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.home-section .left-content .new-box{
    border-top:1px solid #e7e7e7;
}
.home-section .left-content .img-wrap2 {
    margin-bottom:15px;
    position:relative;
    height: 310px;
    overflow: hidden;
    width:100%;
}
.home-section .left-content .img-wrap2::after, a.img-wrap2::after, .big-part .img-wrap1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0px -87px 31px 0px rgba(0,0,0,0.8) !important;
    -webkit-transition:0.7s;
    transition:0.7s;
}



.hash-tag-wrap{
    float:left;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    border:1px solid #b6c3ca;
    position:relative;
    margin-top:40px;

}
.hash-tag-inner-wrap{
    width:90%;
    float:left;
    height: 20px;
    overflow: hidden;
}
.hash-tag-inner-wrap a{

    float:left;
    font-size:13px;
    color:#38454d;
    margin-right:15px;
}
.hash-tag-inner-wrap a:hover{
    color:#e94612;
}
.hash-tag-wrap span{
    float:left;
    font-size:14px;
    color:#38454d;
}
.right-hash-tag{
    background:#fff url(../img/hashtag.svg) no-repeat center;
    background-size:30px;
    position:absolute;
    right:10px;
    top:-30px;
    width:100px;
    height: 100px;
    text-align:center;
    border:1px solid #b6c3ca;
    z-index:9;
    float:left;
}
.tabs-slider-view a{
    float:left;
    width:100%;
}

.txt-news .tabs-slider-view a {
    height: 111px;
    overflow: hidden;
}

.tabs-slider-view .swiper-button-prev{
    float:left;
    position:absolute;
    width:50px;
    background:rgba(0,0,0,0.8) url(../img/arrow_slider_prev.svg) no-repeat center;
    text-align:center;
    top: 29% !important;
    left:0;
}
.tabs-slider-view .swiper-button-next{
    float:left;
    position:absolute;
    width:50px;
    background:rgba(0,0,0,0.8) url(../img/arrow_slider_next.svg) no-repeat center;
    text-align:center;
    top: 29% !important;
    right:0;
}
.static-page{
    float:left;
    width:100%;
}
.static-page .static-page-head{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    margin-top: 40px;
    text-align: left;
}
.static-page .static-page-link{
    float:left;
    color:#e94612;
    font-size:16px;
    text-decoration:underline;
}
.static-page p{
    float:left;
    width:100%;
    font-size:16px;
    color:#38454d;
    margin-top:10px;
    margin-bottom:10px;
}
.static-page span{
    float:left;
    font-size:16px;
    color:#38454d;
}

.search-links{
    float:left;
    width:100%;
}
.signal-form{
    float:left;
    width:100%;
    margin-top:27px;
}
.signal-title{
    float:left;
    width:100%;
    font-size:25px;
    margin-bottom:20px;
}
.my-news{
    color:#e94612;
    font-size:15px;
    text-decoration:underline;
}
.signal-form .left-wrap{
    padding:0 20px;
    box-sizing:border-box;
}
.signal-wrap{
    float:left;
    width:100%;
}
.signal-wrap form{
    float:left;
    width:100%;
}
.signal-wrap .inp-hld, .inp-hld{
    float:left;
    width:100%;
    margin-top:25px;
}
.signal-wrap .inp-hld label, .inp-hld label{
    float:left;
    width:100%;
    margin-bottom:3px;
    font-size:15px;

}
.signal-wrap .inp-hld input{
    float:left;
    width:100%;
    height: 40px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #d3d3d3;
    outline:none;
}
.signal-wrap .inp-hld input:hover{
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
.signal-wrap .inp-hld textarea{
    float:left;
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #d3d3d3;
    outline:none;
    min-height: 100px;
    max-height: 300px;
}
.signal-wrap .inp-hld textarea:hover{
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
.captcha{
    float:left;
    width: 100%;
    margin-top:55px;
}
.captcha input{
    float:left;
    width:264px;
    border:1px solid #d3d3d3;
    outline:none;
    padding-left:10px;
    box-sizing:border-box;
    height: 40px;
}
.captcha-hld{
    float:left;
    width:100px;
    height: 40px;
}
.captcha-hld img{
    float:left;
   width:100%;
}
#captcha {
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#captcha:hover {
    border: 1px solid #e94612;
}


.signal-form .text-sm {
    font-size: 14px;
    margin-top: 10px !important;
}
.signal-form h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 3px;
}
.signal-form hr {
    margin-top: 0;
    border-top: 1px solid #d3d3d3;
}
.dz-clickable {
    border:1px dashed #ccc;
    width:100%;
    height:100%;
    background: #eee;
    color:#333;
    padding:50px;
    outline: none !important;
}
.dz-clickable:hover,.dz-clickable:active {
    background: #e94612 !important;
    color:#fff !important;
    outline: none !important;
}
.dz-preview{
    float: left;
    width: 230px;
    margin-top: 15px;
    margin-right: 10px;
    cursor: move;
}
.dz-progress{
    /* display:none; */
    padding:20px;
    margin-top: 30px;
}
.dz-upload {
    display: block;
    background-color: red;
    height: 10px;
    width: 0%;
}
.dz-image{
    float:left;
    width:80px;
    height:80px;
    position:relative;
}
.dz-image img{
    float:left;
    position:relative;
    z-index:1;
}
.dz-details{
    float:right;
    width:140px;
    height:80px;
    text-align:left;
}
.dz-size,.dz-filename{
    color:#666;
    width:140px;
    font-size: 13px;
}
.dz-filename{
    line-height:16px;

}
.dz-filename span{
    word-wrap:break-word;
}
.dz-success-mark,.dz-error-mark,.dz-error-message{
    display:none;
}
.dz-image > img[data-dz-thumbnail=""]{
    background:url(/box/img/noimage_m.jpg) no-repeat #e8e8e8 -1px 12px;
    height:80px;
    width:80px;
}
.dz-remove{
    float:left;
    clear:left;
    color:#f66;
    margin-top:5px;
    font-size: 14px;
}


.bottom-txt{
    float:left;
    width:100%;
    font-size:15px;
    margin-top:20px;
    margin-bottom:20px;
}
.submit{
    float:left;
    width:300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background:#e94612;
    color:#fff;
    margin-top:30px;
    border:none;
    outline:none;
    margin-bottom:30px;
}
.inp-hld .inp-hld.w50.left{
    width:49%;
    float:left;
    margin-right:2%;
    margin-bottom:20px;
}
.inp-hld .inp-hld.w50.right{
    width:49%;
    float:left;
    margin-bottom:20px;
}
.file-none{
    opacity:0;
    z-index:99;
    position:relative;
}
.file{
    float:left;
    width:100%;
    border:1px solid #e7e7e7;
    height: 40px;
    position:relative;
    color:#fff;
    font-size:15px;
    margin-top:-30px;
}
.browse{
    position:absolute;
    top:25px;
    right:0;
    width:130px;
    background:#e94612 url(../img/upload.svg) no-repeat 7px;
    background-size:20px;
    height: 40px;
    line-height: 40px;
    border:none;
    font-size:15px;
    color:#fff;
    cursor:pointer;
}

.inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    color: #111;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 40px;
    outline: none;
}

.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-6 + label {
    color: #111;
}

.inputfile-6 + label {
    border: 1px solid #d2d2d2;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label {
    border-color: #ec0b8b;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
   float: right;
}

.inputfile-6 + label span {
    float: left;
    width: calc(100% - 130px);
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 14px;
    text-transform: none;
    padding-left: 10px;
}

.inputfile-6 + label strong {
    height: 38px;
    line-height: 41px;
    width: 113px;
    padding-left: 17px;
    color: #fff;
    background-color: #e94612;
    float: right;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    opacity: 0.8;
}

.jobs-upload-info {
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    margin-top: 5px;
}

.send-news {
    width: 260px;
    border: 0;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 36px;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    padding: 0 35px;
    background: #e94612;
    border-radius: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s
}
.send-news:hover {
    color: #fff;
    background: rgba(0,0,0,0.9);
}

.news-listing{
    float:left;
    width:100%;
}
.news-listing .home-title{
    margin-bottom:20px;
    margin-top: 0;
}
.news-listing .home-title:before{
    width:100%;
}
.news-listing .top-news-wrap{
    margin-top:0px;
}
.related-wrap{
    float:left;
    width:300px;
    margin-right:20px;
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}
.related-wrap span{
    float:left;
    width:100%;
    color:#38454d;
    font-size:18px;
    font-weight: 500;
    margin-bottom:5px;
    overflow: hidden;
    max-height: 252px;
}
.related-wrap span img {

     float:left;
    width:100% !Important;
    margin-bottom: 5px;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.related-wrap .related-txt{
    float:left;
    width:100%;
    color:#38454d;
    font-size:13px;
    line-height: 15px;
}
.related-img {
    float:left;
    width:100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.related-img:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}
.related-img img{
    width:100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    float:left;
}
.related-img:hover img {
    transform:scale(1.1);
}
.investigation-wrap{
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.investigation-wrap .txt-content{
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    padding-left:10px;
    box-sizing:border-box;
    margin-top:0px;
    padding-top:15px;
    padding-bottom:15px;
    height: 90px;
    overflow:hidden;
    padding-right:15px;
}
body .wrap_survey .txt-content {
    height: auto;
}
.answers, .answers1{
    float:left;
    width:100%;


    border-bottom: 1px solid #d3d3d3;
     padding-top:0px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:15px;

}
.answers .ans, .answers1 .ans{
    float:left;
    width:100%;
    height: 40px;
}
.none {
    display: none;
}
.questions1.hide-wrap {
   display:none;
}
.answers1 {
   display:none;
}
.answers1.show-wrap {
   display:block;
}

.input-wrapper {
    position: relative;
    margin-bottom: 10px;
    padding-right: 10px;
}
input[type=checkbox], input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.input-wrapper.radio-wrapper label {
    margin: 0;
    padding: 0px 5px 0px 34px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    z-index: 5;
    position: relative;
}
.input-wrapper.checkbox-wrapper label {
    margin: 0;
    padding: 0px 5px 4px 26px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    z-index: 5;
    position: relative;
}
.input-wrapper.radio-wrapper .radio-check {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    left:5px;
}
.input-wrapper.radio-wrapper input[type=radio]:checked~ .radio-check {
    border: 1px solid #e94612;
}
.input-wrapper.radio-wrapper input[type=radio]:checked~ .radio-check:before {
    background:#e94612;
}
.input-wrapper.radio-wrapper .radio-check:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 100%;
}
.buttons{
    float:left;
    width:100%;
}
.buttons .vote{
    float:left;
    width:50%;
    border:none;
    background:#e94612;
    font-size:13px;
    text-transform:uppercase;
    text-align:center;
    height: 45px;
    line-height: 45px;
    color:#fff;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.buttons .vote:hover{
   background:rgba(0,0,0,0.4);
}
.buttons .more-investigation{
    float:right;
    width:50%;
    border:none;
    background:#38454d;
    font-size:13px;
    text-transform:uppercase;
    text-align:center;
    height: 45px;
    line-height: 45px;
    color:#fff;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.buttons .more-investigation:hover{
    background:rgba(0,0,0,0.9);
}
.input-wrapper{
    float:left;
    width:100%;
}
.top24 .home-title:before{
    width:100%;
    float:left;
}
.archive-wrap{
    float:left;
    width:100%;
    border:1px solid #ccc;
}
.bg-title{
    float:left;
    width:100%;
    height: 40px;
    padding-left:10px;
    box-sizing:border-box;
    background:#38454d;
    color:#fff;
    font-size:20px;
    line-height: 40px;
}
.archive .home-title:before{
    width:100%;
    float:left;
}
.archive .img-box{
    width:300px;
    float:left;
}
.archive .img-box img{
    float:left;
    width:100%;
}
.archive .question-content{
    float:right;
    width: calc(100% - 300px);
    padding:15px;
    box-sizing:border-box;
    color:#38454d;
    font-size:18px;
    font-weight: bold;
    padding-bottom:4px;
    border-bottom:1px solid #cccccc;
}
.archive .question-content span{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.archive .answers{
    border:none;
}
.archive .question-content .vote{
    float:left;
    width:150px;
    height: 45px;
    line-height: 45px;
    background:#e94612;
    color:#fff;
    text-transform:uppercase;
    border:none;
    -webkit-transition:0.7s;
    transition:0.7s;
    font-size:13px;
}
.archive .question-content .vote:hover{
    background:rgba(0,0,0,0.4);
}
.archive .question-content .vote.active{
    background:rgba(0,0,0,0.4);
}
.archive .answers-content{
    float:left;
    width:100%;
}
.archive .answers-content .answers{
    float:left;
    width:100%;
}
.number-of-answer{
    font-size:13px !important;
    float:left;
    width:100%;
    margin-bottom:10px;
}
.archive .answers-content .answers .number-of-answer{
    float:left;
    width:100%;
    color:#38454d;
    font-size:13px;
    margin-bottom:15px;
    margin-top:15px;
}
.ans1{
    float:left;
    width:100%;
    margin-top:10px;
}
.ans1:first-child{
    margin-top:0px !important;
}
.archive .answers-content .answers .grey-part, .answers1 .grey-part{
    float:left;
    width: calc(100% - 67px);
    height: 10px;
    background:#cddde5;
    position:relative;
    top:0;
    left:0;
}

.red-part{
    position: absolute;
    content: "";
    background: #e94612;
    left: 0;
    top: 0;
    height: 10px;
}

.archive .answers-content .answers .procent-ans, .answers1 .procent-ans{
    float:right;
    width: 60px;
    text-align:center;
    margin-top:-7px;

}
.mt40{
    margin-top:40px;
}
.pagination-wrap{
    float:left;
    width:100%;
    border:1px solid #ccc;
    padding:10px;
    margin-top:50px;
    margin-bottom:30px;
    text-align:center;
}
.pag-centering{
   display:inline-block;
   margin:0 auto;

}
.pagination{
    float:left;
    width:100%;
    height: 30px;
    margin-bottom:0px;
    text-align:center;
}
.page-link{
    border:none;
    background-color:transparent !important;
}
.page-item.active .page-link{
    border:none;
    background:none;
    color:#e94612;
    font-weight: bold;

}
/*.pagination .disabled{
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background: url(../img/arrow_prev_news.svg) no-repeat center;
    background-size: 20px;

}
.pagination .disabled:nth-child(2){
    background:none !important;
}*/
.page-item:first-child{
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background: url(../img/arrow_prev_news.svg) no-repeat center;
    background-size: 20px;
    margin-top: 3px;
}
.next-arrow{
    border:1px solid #ccc;
    padding:30px;
    box-sizing:border-box;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background:url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size: 20px;
}
.page-link:hover{
    float:left;
    color:#e94612;
    transform:scale(1.1);
    background: transperant;
    border:none;
    outline:none;
    /*font-weight: bold;*/
}
.page-link{
    margin-left:10px;
    color:#38454d;
}
.vote-wrap{
    float:left;
    width:100%;
    display:none;
    padding:20px;
    box-sizing:border-box;
}
.vote-wrap-border{
    float:left;
    width:100%;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    padding-top:20px;
    box-sizing:border-box;
}
.vote-wrap-border .input-wrapper.radio-wrapper {
    padding-left:0;
}
.vote-wrap-border .error {
    color:red;
    padding:20px;
    font-size:13px;
}
.vote-wrap-border .success {
    color:green;
    padding:20px;
    font-size:13px;
}
.page-item:last-child .page-link{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    position:relative;
    top:-35px;
    text-indent:-9999px;
}
.page-item:first-child .page-link{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    position:relative;
    top:2px;
    cursor:pointer;
    text-indent:-9999px;

}
.page-item:last-child .page-link{
   border: 1px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
    top: -35px;
    position:relative;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../img/arrow_red.svg) no-repeat center;
    background-size: 20px;

}
.page-item:last-child .page-link:hover{
   border: 1px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
    top: -35px;
    position:relative;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../img/arrow_red.svg) no-repeat center;
    background-size: 20px;

}
.answers.hide-wrap{
    display:none;
}
.answers1{
    display:none;
}
.vote-wrap.show-wrap{
    display:block;
}
.play-video{
    position:relative;
    float:left;
    width:100%;
}
.play-video:before{
    position:absolute;
    content:"";
    background:rgba(0,0,0,0.4);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.play-video:hover:before{
   position:absolute;
    content:"";
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.play-video-title{
    position:absolute;
    color:#fff;
    font-size:14px;
    bottom:20px;
    left:10px;
    padding-left:33px;
    padding-right:7px;
    line-height: 18px;
}
.play-video-title:before{
    position:absolute;
    content:"";
    background:url(../img/play-white.svg) no-repeat center;
    width:30px;
    height: 30px;
    background-size:40px;
    left:0px;
}
.play-video-title span.upper{
    text-transform: uppercase;
}
.categories-wrap{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.categories-wrap{
    padding-inline-start: 0px;
    margin-left:0;
}
.categories-wrap li{
    float:left;
    list-style: none;
      padding:0 14px;
    box-sizing:border-box;
}
.categories-wrap li:first-child{
    padding-left:0px !important;
}
.categories-wrap .category-link{
    float:left;
    color:#38454d;
    font-size:14px;
    position:relative;
}
.categories-wrap .category-link:before
{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height: 2px;
    width:0px;
    background:#e94612;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.categories-wrap .category-link.active:before{
    width:100%;

}
.categories-wrap .category-link.active{
    color:#e94612;
}

.categories-wrap .category-link:hover:before{
    width:100%;
    color:#e94612;
}
.swiper-button-prev{
    position: absolute;
    top: 24% !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background:#000 url(../img/arrow_slider_prev.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
}
.swiper-button-next{
   position: absolute;
    top: 24% !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background:#000 url(../img/arrow_slider_next.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;

}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    opacity:0.7 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:0 !important;
}
.navigation.opened .mega-menu.opened .mega-top-links .mega-menu-head, .mega-top-links .mega-menu-head a{
    color:#38454d;
    font-size:14px;
}
.navigation.opened .mega-menu.opened .mega-top-links ul li a{
    color:#fff;
    font-size:12px;
}
.swiper-button-prev, .swiper-button-next{
   /* margin-top:-13px !important; */
}
.other-news {
    width:0;
    float:left;
    overflow: hidden;
    position:absolute;
    height: 97px;
}
.other-news .quadrat-wrap {
    padding-top: 0;
}
.other-news .text-content {
    float: left;
    width: calc(100% - 111px);
    color: #38454d;
    font-size: 13px;
    line-height: 15px;
    margin-left: 103px;
}

.other-news.active{
    width:350px;
    background:#fff;
    border:1px solid #d3d3d3;
}
.other-news-next {
    width:0;
    float:right;
    height: 97px;
}
.other-news-next .quadrat-wrap {
    padding-top: 0;
}
.other-news-next .text-content {
    width: calc(100% - 142px);
    float: left;
    margin-left: 103px;
}
.other-news-next.active{
   width:350px;
   background:#fff;
   border:1px solid #d3d3d3;
}

.style-tab-btn{
    cursor:pointer;
}
.navigation.opened .icon-link{
    background:url(../img/speech_white.svg) no-repeat center;
    width: 50px;
    height: 60px;
    background-size: 25px;
}
.share-icons{
    float: left;
    background:#fff;
    z-index:99;
}
.share-icons a {
    float: left;
}
.share-icons.active{
    display:block;
}
.share-icons .close{
    background:url(../img/close.svg) no-repeat center;
    background-size:15px;
    width:30px;
    height: 30px;
    cursor:pointer;
    margin-top: -2px;
    margin-left: 10px;
}
.share-icon-fb {
    width: 25px;
    height: 25px;
    background: url(../img/fb.svg) no-repeat center;
    background-size: 25px;
    margin-right: 5px;
    cursor:pointer;
}
/*.share-icon-fb:hover{
    background: url(../img/facebook_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}*/
.share-icon-tw {
    width: 25px;
    height: 25px;
    background: url(../img/tw.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
/*.share-icon-tw:hover{
    background: url(../img/twitter_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}*/
.share-icon-in {
     width: 25px;
    height: 25px;
    background: url(../img/in.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
.share-icon-in:hover{
    background: url(../img/in_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.share-icon-sound {
     width: 25px;
    height: 26px;
    background: url(../img/cloud.png) no-repeat center;
    background-size: 25px;
    margin:-1px 5px 0 5px;
    cursor:pointer;
}
.share-icon-sound:hover{
    background: url(../img/cloud_hover.png) no-repeat center;
    width: 25px;
    height: 26px;
    background-size: 25px;
}

.share-text {
    color: #38454d;
    font-size: 16px;
    margin-top: 4px;
    margin-right: 10px;
}
.a2a_button_facebook {
    margin-right: 5px;
}
.a2a_button_twitter {
    margin-right: 5px;
}
.a2a_svg {
    border-radius: 0 !important;
}
.a2a_button_facebook_messenger {
    margin-right: 10px;
}

.copy-btn {
    float: left;
    background: url("../img/copy.png") no-repeat center #e94612;
    background-size: 19px;
    width: 32px;
    height: 32px;
    /* -webkit-transition: 0.7s;
    transition: 0.7s; */
    position: relative;
}
.copy-btn:hover {
    background: url("../img/copy.png") no-repeat center rgba(0,0,0,0.9);
    background-size: 19px;
}
.copy-btn span {
    font-size: 10px;
    padding: 5px 0px;
    color: #fff;
    position: absolute;
    text-align: center;
    border-radius: 6px;
    top: -34px;
    width: 142px;
    left: -108px;
    background: #000;
    display: none;
}
.copy-btn span:after {
    top: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 6px;
    margin-left: -6px;
}

.twitter-button {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
}
#viber_share {
    float: left;
    margin-top: 8px;
}


.news-title .share-icons a{
    margin:0px;
    margin-bottom:3px;
}

.blueimp-gallery{
    z-index:99999999999 !important;
}
.left-tabs .tab-btn{
    float:left;
    width:50%;
    color:#38454d;
    font-size:14px;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    box-sizing:border-box;
    background:#e9ebee;
    text-align:center;

}
.left-tabs .tab-btn:first-child{
   border-right:1px solid #fff;
}
.left-tabs .tab-btn.hover{
    background:#e7e7e7;
}
.left-tabs .tab-btn{
    position:relative;
}
.left-tabs .tab-btn:before{
    position:absolute;
    content:"";
    left:0;
    width:0px;
    height: 2px;
    background:#e94612;
    -webkit-transition:0.7s;
    transition:0.7s;
    bottom:0px;
}
.left-tabs .tab-btn:hover:before{
    width:100%;
    bottom:0px;
}
.left-tabs .tab-btn:hover{
    color:#e94612;
}
.left-tabs .tab-btn.active{
    background:#e9ebee;
    color:#e94612;
}
.left-tabs .tab-btn.active:before{
     width:100%;
    bottom:0px;
}
/*.is-video{
    position:relative;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.8)
}
.is-video:before{
    position:absolute;
    content:"";
    background: url(../img/play-video.svg) no-repeat center;
    width:50px;
    height: 50px;
    background-size:50px;
}*/

.scaled-video.anim{
  height: 500px;
  width: 100%;
  transition: transform 3s ease;
  transform: scale(1);
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
}


@-webkit-keyframes example {
  0%   {width: 790px;}
  25%  {width: 690px;}
  50%  {width: 590px;}
  100% {width: 490px;}
}

.scaled-video.move-right{
    float:right;
    right:0px;
}
.video-js .vjs-tech{
    outline:none;
}
.upload-news{
    float:left;
    width:100%;
    background:#e94612 url(../img/upload1.svg) no-repeat 33px 10px;
    background-size:20px;
    color:#fff;
    font-size:15px;
    text-align: center;
    margin-bottom:10px;
    -webkit-transition:0.7s;
    transition:0.7s;
    padding:10px;
    box-sizing:border-box;
    font-weight: bold;
    border:1px solid transparent;
}
.upload-news:hover{
    background:#fff url(../img/upload1-hover.svg) no-repeat 33px 10px;
    background-size:20px;
    border:1px solid #e94612;
    color:#38454d;
    border:1px solid
}
/*.upload-news:hover{
    background:#38454d;
    color:#fff;
}*/
.box-news .refresh{
    width:130px;
}
.img-wrap1 .refresh img{
    float:left;
    width:20px;
    height: 20px;
    margin-right:3px;
}
.source{
    float:left;
    width:100%;
    font-size:15px;
    margin-top:10px;
}
a.name{
    color:#38454d;
}
.admin-btn{
    float:left;
    width:100%;
    position:absolute;
    bottom:-20px;
}
.upload-news span{
    float:left;
    width:100%;
    font-size:11px;
    line-height: 18px;
    text-transform:none;
    font-weight: normal;
}
.big-title{
    position: relative;
    width:100%;
    text-align: center;
    font-size:80px;
    text-transform:uppercase;
    font-weight: 100;
    font-style: italic;
    animation: animatetoright 6s steps(3) infinite;
}

/*.big-title:after{
    content: "";
    position: absolute;
    top:-1px;right:0;bottom:-2px;left:0;
    border-left: 1px solid #fff;
    background-color: #2a2a28;
    animation: animatetoright 1s steps(10) infinite alternate;

}*/
@keyframes animatetoright{
    0%{
        left: 0;
        margin-right: auto;

    }
}

.second-txt{
    float:left;
    width:100%;
    text-align:center;
    color:#38454d;
    font-size:29px;
    text-transform:uppercase;
    margin-top:30px;
    margin-bottom:20px;
    font-weight: bold;
    font-style:italic;
}
.line{
    width:100%;
    position:relative;
    left:0;
    height: 2px;
    bottom:-55px;
}
.line1{
    position:absolute;
    left:0;
    width:25%;
    height: 2px;
    background:#ff4600;
}
.line2{
    position:absolute;
    left:25%;
    width:25%;
    height: 2px;
    background:#96c300;
}
.line3{
    position:absolute;
    left:50%;
    width:25%;
    height: 2px;
    background:#0096ff;
}
.line4{
    position: absolute;
    left:75%;
    width:25%;
    height: 2px;
    background:#ffc800;
}
.top-news-wrap .img-wrap {
    background: #999;
}
.news-listing .top-news-wrap .img-wrap a {
    height: 450px;
    overflow: hidden;
}
.ui-pnotify-text,.ui-pnotify-title,.ui-pnotify-icon,.ui-pnotify-closer,.ui-pnotify-sticker {
    color: #000 !important;
}
.error-type {
    display: none;
    color:red;
    width: 100%;
    float:left;
    text-align: left;
}
.dz-preview img {
    max-width:100px;
}
.dz-preview {
    text-align: center;
    border:1px dashed #ccc;
}
.dz-remove {
    margin-left: 10px;
}
.dz-filename {
    height: 20px;
    overflow-y: hidden;
}
.dz-details {
    width:120px;
    height: 47px;
}
.dz-preview {
    width:130px;
}
.dz-img-to {
    width:100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.ui-pnotify {
    z-index:99999999999999 !important;
}
.ui-pnotify-title {
    display: none !important;
}
.alert-danger {
    background: #ffd2d2 !important;
}
.new-box-min {
   min-height: 118px;
   height: 118px;
}
.new-box .txt-content{
    font-weight: bold;
}
.left-content .new-box .txt-content{
    font-weight: 500;
}
.right-content .new-box .txt-content{
    font-weight: 500;
}
.news-boxes .txt-wrap{
    font-weight: bold;
}
.news-wrap-view .news-stat .read-time:before{
   position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/schedule-white.svg) no-repeat left;
    left: 0px;
    top: 2px;
    background-size: 16px;
}
.right-btn {
    position:fixed;
    right:0;
    top:45%;
    cursor:pointer;
    z-index: 99999999;
    width: 50px;
    height: 75px;
    background: url(../img/view_icon.svg) no-repeat;
    background-size: 50px;
    transition: all 0.4s;
}
.right-btn:hover {
    background: url(../img/view_icon_hover.svg) no-repeat;
    background-size: 50px;
}


.max300 {
   max-height: 300px;
}
.max140 {
   max-height: 140px;
}

.w49{
    width: 49%;
}
.mr2{
    margin-right:2%;
}
.btns-news{
   float:left;
   width:100%;
}
.btns-news .more-button{
    padding-left:0px;
    height: 45px;
    line-height: 45px;
    border:1px solid #c61d24;
    background:#c61d24;
    color:#fff;
}
.btns-news .more-button.active{
    background:#fff;
    border:1px solid #c61d24;
    border-bottom:2px solid #c61d24;
    color:#c61d24 !important;
}
.authors-wrap{
    float:left;
    width:100%;
}
.authors-wrap .img-author-box{
    float:left;
    width:31%;
    margin-right:2%;
    margin-top:2%;
}
.authors-wrap .img-author-box{
    position:relative;
}
/*.authors-wrap .img-author-box a{
    position: relative;
    float:left;
    width:100%;
}*/
.img-author-box.no-image{
    background:#b6c3ca;
    width: 258px;
    height: 258px;
    position:relative;

}
.img-author-box.no-image .centered{
    position:relative;
    top:35%;
    left:35%;

}

.img-author-box.no-image img{
    width:70px !important;
    height: 70px !important;
}

.authors-wrap .img-author-box a span.name-box{
    position:absolute;
    background: #fff;
    opacity:0.7;
    color:#000;
    bottom:10px;
    left:10px;
    right:10px;
    text-align:center;
}

.authors-wrap .img-author-box img{
    float:left;
    width:100%;
}
.italic{
    font-style:italic;
}
.overlay-img{
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255,255,255,0.85);
}
.in-txt{
    color: #38454d;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.in-txt p{
    margin-top:20px;
}
.in-txt .name-box{
    font-size:15px;
}
.authors-wrap .img-author-box:hover .overlay-img{
    opacity:1;
}
.authors-wrap .img-author-box:hover .name-box.hov-none{
    display:none;
}
.all-of-authors{
    float:left;
    width:100%;
    text-align:center;
    color:#e94612;
    margin-top:20px;
    position:relative;
}
.all-of-authors:hover{
    color:#e94612;
}
.all-of-authors:before{
    position:absolute;
    content:"";
    width:0px;
    height: 1px;
    background:#e94612;
    left:0;
    bottom:0;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-of-authors:hover:before{
    width:100%;
}
.author-page .home-title:before{
    width:100%;
}
.ima-ad-container > div:first-of-type,.ima-ad-container iframe {
    max-width:100% !important;
    max-height:100% !important;
}

/*============= HEADER START =============*/

.bnth-top-head {
    float: left;
    width: 100%;
    background: #38454d;
    border-bottom: 1px solid #fff;
}
.bnth-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
    width: 100%;
    list-style-type: none;
}
.bnth-top-item {
    float: left;
    list-style-type: none;
}
.bnth-top-link {
    float: left;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.bnth-top-link:last-child {
    padding-right: 0px;
}
.bnth-top-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 0;
    visibility: hidden;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.bnth-top-link.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 1;
    visibility: visible;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.bnth-top-link:hover {
    color: #fff;
}
.bnth-top-link:hover:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 1;
    visibility: visible;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.bnth-top-link.bnth-img-link {
    width: 100px;
}
.bnth-top-link.bnth-img-link img {
    width: 100%;
}
body .is-fixed .bnth-top-links li{
    height: 40px;
    line-height: 40px;
}

body .is-fixed .bnth-nav-item {
    font-size: 13px;
}
body .is-fixed .bnth-nav-link {
    line-height: 20px;
    font-size:14px;
}
body .is-fixed .bnth-icon-link {
    height: 40px;
}
body .is-fixed .bnth-nav-link.menu:after {
    top: 12px;
}
body .is-fixed .bnth-nav-link.menu:after {
    background: url(../img/down.svg) no-repeat right;
    background-size: 11px;
}

body .is-fixed .bnth-nav-link:before {
    bottom: -3px;
    background: url(../img/hover.svg) no-repeat center;
    background-size: 21px;
}


@media screen and (max-width: 1200px){
    .bnth-mobile-left{
        float:left;
        width:100%;
    }
    .bnth-nav-wrap{
        padding-left:10px;
        box-sizing:border-box;
    }
    .btn.bnth-btn{
        padding-right:20px;
    }
    .bnth-mobile-cont .bnth-top-link:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: #8d9faa;
        opacity: 0;
        visibility: hidden;
        background-size: 25px;
        text-align: center;
        left: -8px !important;
        bottom: 10px !important;
    }
    .bnth-mobile-cont .bnth-top-link:hover:before{
        visibility: visible;
        opacity:1;
    }
    .bnth-img-link.d-hide, .bnth-top-link.d-hide{
        display:none;
    }
}

@media screen and (max-width: 500px){
    .bnth-nav .bnth-top-link{
        font-size:14px;
    }
}

/*============= HEADER END =============*/


/*============= FOOTER START =============*/
footer.bntf {
    float: left;
    width: 100%;
    background: #38454d;
    padding-top: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-top: 50px;
}
.bntf-footer-head {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.bntf-small-colums-footer {
    float: left;
    width: 100%;
}
.bntf-f-links {
    width: 70%;
    float: left;
    margin-top: 35px;
}
.bntf-small-footer-colum {
    width: 20%;
    float: left;
}
.bntf-small-footer-colum .bntf-footer-link {
    float: left;
    font-size: 14px;
    color: #fff;
    clear: both;
    margin-bottom: 15px;
    font-weight: bold;
}
.bntf-small-footer-colum .bntf-footer-link:hover {
    text-decoration: underline !important;
}
.bntf-small-footer-colum.right {
    width: 30%;
    float: right;
    margin-top:-20px;
}
.bntf-footer-top{
    padding-bottom:20px;
    box-sizing:border-box;
}
.fb {
    background: url(../img/fb.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.tw {
    background: url(../img/tw.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.in {
    background: url(../img/in.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
    float:left;
}
.soc-icon {
    float: right;

}
.mt20 {
    margin-top: 20px;
}
.bntf-small-footer-colum.right .right-txt {
    float: right;
    width: 100%;
    font-size: 13px;
    color: #aebdc6;
    text-align: right;
}
.bntf-small-footer-colum.right .tel {
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #aebdc6;
    text-align: right;
}
.small-footer-colum.right .tel:hover {
    text-decoration: underline !important;
}
.bntf-bottom-part {
    float: left;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    border-top:1px solid #9ca2a6;
}
.bntf-bottom-part ul {
    float: left;
    padding-inline-start: 10px;
    padding-left: 0px;
    width:100%;
    margin-bottom: 14px;
    margin-top:14px
}
.bntf-bottom-part ul:first-of-type {
    margin-bottom: 0;
}
.bntf-bottom-part ul li {
    float: left;
    list-style-type: none;
    padding-right: 7px;
    margin-right: 7px;
    box-sizing:border-box;

}
.bntf-bottom-part ul li:fyrst-child{
    padding-left:0px;
}
.bntf-bottom-part ul li a {
    float: left;
    font-size: 12px;
    color: #b6c3ca;
    position: relative;
}
.bntf-bottom-part ul li a:hover {
    text-decoration: underline !important;
}
.bntf-bottom-part ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #b6c3ca;
    width: 0px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    height: 1px;
}
.bntf-bottom-part ul li a:after{
    position: absolute;
    content: "";
    right: -8px;
    height: 65%;
    width: 1px;
    background: #9ca2a6;
    top: 4px;
}
.bntf-copyright{
    float:left;
    width:100%;
    color:#b6c3ca;
    font-size:12px;

}
.lt {
    background: url(../img/linkedin.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.5;
    float:left;
}

.soundcloud {
    float: left;
    background: url(../img/soundcloud-logo.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.soundcloud:hover {
    opacity:1;
}

.tw:hover{
    opacity:1;
}
.lt:hover{
    opacity:0.7;
}
.fb:hover{
    opacity:1;
}
@media screen and (max-width: 992px){
   .bntf-small-footer-colum {
        width: 33%;
        float: left;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .bntf-small-footer-colum {
        width: 50%;
        float: left;
    }
    .bntf-bottom-part ul li a:first-child {
        margin-left: 5px;
    }
    .soc-icon{
        float:left;
    }
    .bntf-small-footer-colum.right .right-txt{
        float:left;
        text-align:left;
    }
    .bntf-small-footer-colum.right .tel{
        float:left;
        text-align:left;
    }
    .right.w100.mt20{
        float:left;
    }
}
@media screen and (max-width: 630px){
    .bntf-bottom-part ul li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 600px){
    .bntf-f-links {
        width: 100%;
        float: left;
    }
    .bntf-small-footer-colum.right {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
}
/*============= FOOTER END =============*/

.see-mobile{
    display:none;
}
nav .top-link {
    float: left;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.nav .top-link:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 0;
    visibility: hidden;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}

.other-h{
    display:block;
    margin-top:10px;
    float:left;
    width:100%;
    min-height: 1px;
    margin-top:5px;
}

.player-wrap .top-head{
    position:relative;
}
.player-wrap .top-head:before{
    position: absolute;
    content: "";
    right: 15px;
    top: -2px;
    background: url(../img/sound-bars.svg) no-repeat right;
    width: 60px;
    height: 32px;
    background-size: 20px;
}

.player-wrap .news-title{
    padding-left:75px;
    box-sizing:border-box;
    position:relative;
}
.player-wrap .news-title:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    background: url(../img/play-button.svg) no-repeat left;
    width:60px;
    height: 60px;
    background-size:60px;
    cursor:pointer;

}
.player-wrap .img-wrap:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    z-index:9999;
}
.player-wrap .img-wrap:after{
    position:absolute;
    content:"";
  margin:auto;
  top: 0; left: 0; bottom: 0; right: 0;
    width:100px;
    height: 100px;
    background:url("../img/sound-bars-white.svg") no-repeat center;
    background-size:70px;
     z-index:99999;
}
.player-wrap .img-wrap{
    height: 200px;
    object-fit: cover;
    margin-top:20px;
}
.player-wrap .info-news-wrap{
    margin-top:30px;
}
.player-wrap .more-small-news .small-news:first-child{
    border-top:1px solid transparent;
}
.player-wrap .quadrat-wrap:before{
    position:absolute;
    content:"";
    right:0px;
    top:25px;
    width:30px;
    height: 30px;
    background:url("../img/play-icon.svg") no-repeat center;
    background-size:30px;
    z-index:9999;
}
.player-wrap .audio-heading{
    margin-top:5px;

}

.new-player-wrap{
    float:left;
    width:100%;
}
.new-player-box{
    position:relative;
    float:left;
    width:100%;
    background:url("../img/cont.jpg") no-repeat center;
    background-size:cover;
    padding:30px;
    padding-top:50px;
    padding-bottom:15px;
    box-sizing:border-box;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow:    0 1px 30px rgba(0, 0, 0, 0.8);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.8);
    border-radius:5px;
    min-height: 550px;
}
.new-player-wrap .right-player-content{
    position:absolute;
    top:0;
    right:0;
    width:300px;
    height: auto;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.68);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.68);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.68);
    background-color: #222336;
    border-radius: 5px;
}
.new-player-wrap .right-player-content .more-small-news{
    width:100%;
    height: 505px;
    overflow-y:scroll;
    margin-top:0px;
    border-top-right-radius:5px;
    overflow-x:hidden;

}
.new-player-wrap .right-player-content .small-news{
    border: none;
    margin: 0 !important;
    padding-left: 9px;
    padding-right: 5px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom:20px;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom:1px solid  #080808;
}
.new-player-wrap .right-player-content .small-news:hover{
        background-color: rgba(0, 0, 0, 0);
}
.new-player-wrap .right-player-content .quadrat-wrap{
    width:70px;
    height: 70px;
    border-radius:100%;
    padding-top:0px;
    border:2px solid #fff;
}
.new-player-wrap .right-player-content .top-head{
    border-top-right-radius:5px;
    background:#e94612;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
}
.new-player-wrap .right-player-content .top-head a{
    color:#fff;
    font-size:16px;
}
.new-player-wrap .left-payer-content{
    float:left;
    width:calc(100% - 300px);
}
.new-player-wrap .player-text{
    float:left;
    width:100%;
    color:#e94612;
    font-size:25px;
    margin-bottom:40px;
    padding-left: 45px;
    position: relative;
    font-weight: bold;
}
.new-player-wrap{
    background-size:contain;
}

.new-player-wrap .player-text:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/play-icon.svg) no-repeat center;
    background-size: 35px;
    z-index: 9999;
    width:37px;
}

.new-player-wrap .player-small-txt{
    float:left;
    width:100%;
    color:#bdb7b7;
    font-size:15px;
    line-height: 20px;
    margin-top:10px;
    margin-bottom:30px;
}

.new-player-wrap .news-title{
     /*padding-left: 75px;*/
    box-sizing: border-box;
    position: relative;
    color:#bdb7b7;
    margin-bottom:20px;
}
/*.new-player-wrap .news-title:before{
    position:absolute;
    content:"";
    left:0;
    top:-10px;
    background:url("../img/play-button.svg") no-repeat center;
    background-size:50px;
    width:70px;
    height: 70px;
}
*/
.new-player-box .text-content{
    color:#fff;
    width:calc(100% - 80px);
    padding-right:30px;
    box-sizing:border-box;
}
.new-player-wrap .quadrat-wrap:before{
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/play-icon.svg) no-repeat center;
    background-size: 25px;
    z-index: 9999;
}

.new-player-wrap .watch-now{
    float:left;
    width:100%;
    margin-top:10px;
    position:relative;
    padding-left:30px;
    color:#e94612;
}
.new-player-wrap .watch-now:before{
    position:absolute;
    content:"";
    left:0;
    top:-8px;
    background:url("../img/sound-bars-white.svg") no-repeat center;
    width:30px;
    height: 30px;
    background-size:20px;

}
.backg-grad{
    float:left;
    width:100%;
    height: 100%;
    background-color: #8086a0;
    background-image: linear-gradient(217deg, rgba(220, 20, 60, 0.8), rgba(220, 20, 60, 0) 70.71%), linear-gradient(127deg, #8086a0, rgba(128, 134, 160, 0) 70.71%), linear-gradient(336deg, rgba(100, 149, 237, 0.8), rgba(100, 149, 237, 0) 70.71%);
    padding-top:50px;
    padding-bottom:150px;
    box-sizing:border-box;

}
.new-player-wrap .plyr--audio .plyr__controls {
    background:transparent;
}
.new-player-wrap .plyr__control svg{
    color:#fff;
    width:32px;
    height: 32px;
}
.new-player-wrap .see-details{
    float:left;
    padding:10px 25px;
    border-radius:35px;
    background:#e94612;
    color:#fff !important;
    margin-top:10px;
    margin-bottom: 15px;
    padding-left:50px;
    box-sizing:border-box;
    position:relative;
}
.new-player-wrap .see-details:before{
    position:absolute;
    content:"";
    left:20px;
    top:10px;
    background:url("../img/headphones.svg") no-repeat center;
    width:20px;
    height: 20px;
    background-size:20px;
}
.new-player-wrap .ply-title{
    float:left;
    width:100%;
    max-height: 46px;
    overflow:hidden;
    min-height: 25px;
}
.new-player-wrap .prev-next-btns{
    float:left;
    width:100%;
    margin-top:15px;
}
.new-player-wrap .prev-btn{
    float: left;
    padding: 8px 15px;
    border-radius: 35px;
    background: #171c71;
    color: #fff !important;
    padding-left: 50px;
    box-sizing: border-box;
    margin-right:20px;
    position: relative;
    border:none;
}
.new-player-wrap .prev-btn:before {
    position: absolute;
    content: "";
    left: 13px;
    top: 10px;
    background: url(../img/prevPl.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.new-player-wrap .next-btn{
    float: left;
    padding: 8px 15px;
    border-radius: 35px;
    background: #171c71;
    color: #fff !important;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    border:none;
}
.new-player-wrap .next-btn:before {
    position: absolute;
    content: "";
    right: 13px;
    top: 10px;
    background: url(../img/nextPl.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.new-player-wrap .btns{
    margin-top:11px;
}
.all-news-box{
    float:left;
    width:100%;
    margin-top:20px;
}
.all-news-play{
    float:left;
    padding:8px 10px;
    box-sizing:border-box;
    color:#fff;
    background:#e94612;
    border-radius:35px;
    position:relative;
    padding-left:45px;
}
.all-news-box.dnone .all-news-play{
    border-radius:0px !important;
    width:100%;
}
.all-news-play:hover{
    color:#fff;
}
.all-news-play:before{
    position: absolute;
    content: "";
    left: 15px;
    top: 10px;
    background: url(../img/headphones.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 20px;
}
/*.play-btn{
    position:relative;
    padding-left:30px;
}
.play-btn:before{
    position:absolute;
    content:"";
    left:0;
    background: url(../img/headphones.svg) no-repeat center;
    width: 25px;
    height: 60px;
    background-size: 22px;
}*/
.all-news-box.dnone{
    display:none;
    top: 100px;
    margin-top: 100px;
    position: relative;
    width: 100%;

}
body .is-fixed .play-btn{
    background-size:25px;
    height: 35px;
}

.new-player-wrap .new-player-box {
    background: rgb(0,4,64);
    background: linear-gradient(350deg, rgba(0,4,64,1) 0%, rgba(0,4,64,0.5) 100%);
}
.new-player-wrap .selected-mp3 {
    background: rgb(0,4,64);
    background: linear-gradient(350deg, rgba(0,4,64,1) 100%, rgba(0,4,64,0.5) 100%);
}
.new-player-wrap .see-details-play:before {
        background: none !important;
}

@media screen and (max-width: 992px){
    .new-player-wrap {
        background-size: cover !important;
    }
    .backg-grad{
        padding-top:20px;
    }
}
.new-player-wrap .plyr__time {
    color: #fff;
}


/* 2021 ELLECTIONS MAP */

#bg-map {
    height:435px;
}
.ellection-map {
    width: 660px;
    margin-top: 20px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    display: none !important;
}
.middle-section .select2-container {
    border: 1px solid #d3d3d3;
}

.middle-section .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-family: inherit;
}
.middle-section .select2-results__options {
    font-size: inherit !important;
}
.middle-section .select2-container .select2-selection--single {
    height: 40px;
}
.middle-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.middle-section .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #cccccc !important;
}
.select2-results__options {
    font-size: 12px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 12px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e94612;
    color: white;
}
.select2-results__option {
    padding: 6px 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 7px;
}
.select2-container {
    z-index: 60;
}
.middle-section .new-box .txt-new-box .white-bg .txt-content {
    height: 40px;
    overflow: hidden;
}
.middle-section .right-small-content {
    /* background: url(../img/map_background.jpg) no-repeat center; */
    background-size: cover;
    padding-left:0;
    width:100%;
    padding-bottom: 14px;
    margin-top: 50px;
    position: relative;
}
/*
.middle-section .right-small-content::after {
    position: absolute;
    top: -206px;
    left: 0;
    width: 100%;
    height: 300px;
    background: url(../img/parliament.png) no-repeat center;
    background-size: 150px;
    content: "";
} */
.middle-section .right-small-content .link-news {
    width: 50%;
    padding-left: 10px;
}
.middle-section .right-small-content .link-news:before {
    /* background: #3c4354; */
    width:0;
    height:0;
}
.party-data {
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

.ellection-back .new-box {
    border-top: none;
}
.ellection-back .white-bg {
    background: none;
    margin-top: 0;
    padding-bottom: 0;
}
.ellection-back .img-new-box {
    margin-top: 10px;
    margin-left: 10px;
}
.ellection-back .txt-new-box {
    width: calc(100% - 190px);
}
.ellection-back .new-box-min {
    height: auto;
    min-height: unset;
    margin-top: 20px;
}
.ellection-back .img-new-box img {
    height: 100%;
}
.container-ellection .news-listing .home-title {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
}
.container-ellection .news-listing .home-title span {
    background: none;
}
.container-ellection .news-listing .home-title:before {
    display: none;
}
.container-ellection .news-listing .home-title b {
    height: 2px;
    background: #38454d;
    float: left;
    flex-grow: 1;
    margin-top: 27px;
}

.clear-map {
    background: url(../img/arrow_slider_prev.svg) no-repeat left center #e94612;
    background-size: 22px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    line-height: 31px;
    border-radius: 4px;
    color: #fff;
    padding: 0 15px 0 22px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-top: 10px;

}
.clear-map:hover {
    color: #fff;
    background: url(../img/arrow_slider_prev.svg) no-repeat left center rgba(0,0,0,0.9);
    background-size: 22px;
}

.party-map {
    background: #e94612;
    background-size: 22px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    line-height: 31px;
    border-radius: 4px;
    color: #fff;
    padding: 0 15px 0 15px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-top: 10px;

}
.party-map:hover {
    color: #fff;
    background: rgba(0,0,0,0.9);
}


.label-region::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 21px;
    background: url(../img/bulgaria.svg) no-repeat;
    background-size: 18px;
    content: "";;
}
@media (min-width: 1200px) {
    .container-ellection {
        max-width: 940px;
    }
}
.is-selected .select2-container {
    box-shadow: 0px 0px 7px 0px rgb(233 70 18 / 100%);
}
.bottom-part-wrap{
    float:left;
    width:100%;
    margin-top:30px;
}
.add-box{
    width: 27%;
    float:left;
}
.add-box:nth-child(2) {
    margin: 0 9.5%;
}
.add-box img, .add-box iframe{
    width:100% !important;
    float:left;
}
.none-important {
    display: none !important;
}
.langeauge-wrap{
    float:left;
    width:80px;
    position:relative;
    height: 70px;
    line-height: 70px;
    position:relative;

}
.langeauge-wrap a{
     color:#111;
}
.langeauge-wrap.see-mobile a{
    color:#fff;
}
.langeauge-wrap.see-mobile{
    width:115px !important;
}
.langeauge-wrap.see-mobile:after {
    position: absolute;
    content: "";
    background: url(/box/img/down-arrow-white.png) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 13px;
    right: 2px;
    top: 25px;
    background-size: 20px;
}
.langeauge-wrap.see-mobile.active:after {
    position: absolute;
    content: "";
    background: url(/box/img/down-arrow-white.png) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 13px;
    right: 2px;
    top: 25px;
    background-size: 20px;
    offset-rotate: 360;
    transform: rotate(180deg);
}
.langeauge-wrap.see-mobile img{
    margin-top:29px !important;
    margin-right:12px !important;
}
.langeauge-wrap:after{
    position: absolute;
    content: "";
    background: url(/box/img/down-arrow.png) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 13px;
    right: 2px;
    top: 25px;
    background-size: 20px;
}
.langeauge-wrap.active:after{
     position: absolute;
    content: "";
    background: url(/box/img/down-arrow.png) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 13px;
    right: 2px;
    top: 25px;
    background-size: 20px;
    offset-rotate: 360;
    transform: rotate(180deg);
}
.language{
    display:none;
    list-style:none;
    position:absolute;
    padding:10px;
    box-sizing:border-box;
}
ul.language{
   padding-inline-start: 0px;
}
.language.active{
  display:block;
  background:#111;
  z-index: 999;
  width:130px;
  padding-left:10px;
  box-sizing:border-box;
}
.language a{
    color:#fff;
}

.container-ellection .tabs{
    float:left;
    width:100%;
    display:flex;
    margin-top:10px;
}
.container-ellection .tabs .style-tab-btn{
    float: left;
    width: 50%;
    color: #38454d;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    background: #e9ebee;
    text-align: center;
    border-right:1px solid #fff;
    font-size:18px;

}
.container-ellection .tabs .style-tab-btn:hover{
    color:#e94612;
    border-bottom:1px solid #e94612;
}
.container-ellection .tabs .style-tab-btn.active{
    background: #e9ebee;
    color: #e94612;
    border-bottom:1px solid #e94612;
    font-weight: bold;

}
.container-ellection .tab{
    float:left;
    width:100%;
}
.audio-player {
    min-height: 53px;
}
.vjs-poster {
    background-size: cover !important;
}

@media screen and (min-width: 980px){
    .for-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 980px){
     .for-desktop {
        display: none;
     }
}
@media screen and (max-width: 800px){
    .container-ellection .tabs .style-tab-btn{
        font-size:14px;
    }
}

.grey-background{
    background: #EAF2F8 url("/box/img/usa1.png") no-repeat center !important;
    width:100%;
    height: auto;
}
