/*
  Theme name:  NewsOne
  Theme URL: http://NewsOne.apoehali.com.ua
  Author: Webkitchen
  Author URI: http://webkitchen.liev.ua
  Description: Theme for site NewsOne
  Version: 1.0  
*/ 

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, dl, dt, dd, ol, ul, li, p, a {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    box-sizing:border-box;
    vertical-align: baseline;
}

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    box-sizing:border-box;
    vertical-align: baseline;
}*/

@font-face {
    font-family: 'cf_asty_stdregular';
    src: url('font3/cfastystd-book-webfont.eot');
    src: url('font3/cfastystd-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('font3/cfastystd-book-webfont.woff2') format('woff2'),
        url('font3/cfastystd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cf_bold';
    src: url('font3/cfastystd-bold-webfont.eot');
    src: url('font3/cfastystd-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font3/cfastystd-bold-webfont.woff2') format('woff2'),
        url('font3/cfastystd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html,body{
    font-family: "cf_asty_stdregular" !important;
    font-weight: 400;
    font-size: 14px;
    overflow-x:hidden;
}

.bold{
    font-family: 'cf_bold';
}

.bl_text{
    font-family: 'cf_bold';
}
body > header{
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4); 
    position: fixed;
    z-index: 7777;
    width: 100%;
    top: 0;
    left: 0;
}

.header-left i{
    font-size: 48.8px;
    cursor: pointer;
    line-height: 85px;
    padding: 0px 10px;
    position: fixed;
}

.header-left{
    float: left;
}

.header-left img{
    margin-left: 46px;
    margin-top: 19px;
    width: 220px;
}

.header-right{
    float: right;
}

.bitton{
    float: left;
    margin: 18px 7px;
    width: 176px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    font-weight: 600;
}
.bitton i{
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}

.bg-button-1{
    background-color: #2d346e;
}

.bg-button-2{
    background-color: #2fb4f9;
}

.bg-button-3{
    background-color: #ff5349;
}

.bg-button-4{
    background-color: #ec980a;
}

.bitton a{
    color: #fff;
    display: block;
}

.bitton:hover{
    opacity: 0.75;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.ban-title,.ban-sub-title{
    color:#fff;
    font-size: 30px;
    font-family: 'cf_bold';	
}
.ban-sub-title{
    margin:20px 0;
    font-family: 'Noto Serif', serif;
    color: #fff;
}
.ban-sub-title,.ban-date{
    font-size: 16px;
    color:#fff;
}
.ban-date{
    font-size: 11px;
}
.f-bban-h-2 p.ban-date {
    position: absolute;
    bottom: 8px;
}
.banner{
    background: url(images/banner-home.png);
    background-size: cover; 
    background-position: center;
    position: relative;
}

.banner-wrap{
    display: flex;
    max-width: 1336px;
    flex-wrap: wrap;
    margin-top: 110px;
    margin: 52px auto;
    max-height: 760px;
    overflow: hidden;
    float: none;
}
.banner>a>div{
    position: absolute;
    bottom: 0;
    /* height: 100%; */
    padding: 0 0 30px 30px;
    display: block;
}
.banner-wrap>div img{
    width: 100%;
    display: block;
    height: 100%;
}
.banner-wrap>div{
    /*display: flex;*/
}
.banner-wrap>div:first-child{
    width: 100%;
    display: table-cell;
}
.banner-wrap>div:nth-child(2){
    width: 27%;
    min-width: 355px;
    padding-left: 15px;
    float: right;
    display: table-cell;
}
.banner-wrap>div>div{
    display: block;
}
.f-bban-h-1{
    padding-bottom: 15px;
}
.f-bban-h-2{
    position: relative;
}
.f-bban-h-2 a{
    display: block;
    height: 100%;
}
.f-bban-h-2 div{
    padding:0 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.47);
    height: 100%;
}
.f-bban-h-2 div h2{
    font-size: 18px;
    position: absolute;
    bottom: 16px;
}
.post_ttp{
    margin-bottom: 35px;
    height: 320px;
    z-index: 1;
    position: relative;
}
.min-h-p{
    min-height: 440px;
}
.post_ttp>img{
    width: 100%;
}
.post-title{
    font-weight: 900;
    font-size: 20px;
    font-family: 'cf_bold';
    margin-top: 12px;
}
.post-title a{
    color: #000;
    transition: 0.1s;
}
.post-title a:hover{
    opacity: 0.8;
    transition: 0.2s;
}
.post-description{
    font-size: 14px;
    margin:18px 0;
    font-family: 'cf_asty_stdregular';
    letter-spacing: 0.3px;
    color: #555555;
}
.post-date{
    font-size: 11px;
    color:#bdbdbd;
}
.advert-ban{
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items:center;
    border: solid 1px #d8d8d8;
    padding: 62px 0;
}
.tree_t{
    margin-top:18px;
}
.bann_redirect{
    display: flex;
    padding: 10px 0 45px 0;
    justify-content: center;
    justify-items:center;
}
.post-fluid-i img{
    width: 100%;
    height: auto;
    transition: 0.2s;
}
.ban_3_t img{
    width: auto;
    height: 100%;
    float: right;
}
.post-fluid-i {
    /* max-height: 315px; */
    /* overflow: hidden; */
    /* margin-top: 40px; */
    padding-bottom: 25px;
}
.post-fluid-i > a {
    height: 300px;
    overflow: hidden;
    /*border: 1px red solid;*/
    display: block;
}
.line_delimiter{
    border-top: 2px solid #eaeaea;
    margin: 50px 15px 25px 15px;
    float: left;
    width: 100%;
}
.post-hor .post-title{
    font-size: 24px;
}
.post-hor img{
    width: 100%;
    height: auto;
    transition: 0.2s;
}
.line_delimiter.del_mar{
    margin: 25px 15px 25px 15px;
}
.pagi{
    width: 60px;
    height: 60px;
    display: block;
    background: #4b538e;
    border-radius: 50%;
    position: relative;
}
.pagi:before{
    content: '';
    width: 13px;
    height: 23px;
    position: absolute;
    top:calc(50% - 11.5px);
    left:calc(50% - 6.5px);
}
.l-a:before{
    background: url(images/arr-right.png);
}
.r-a:before{
    background: url(images/arr-left.png);
}
.pagination{
    width: 100px;
    list-style: none;
    display: flex;
    height: 60px;
    justify-content: space-between;
    justify-items: center;
    line-height: 60px;
    margin:auto;
}
.pagination a{
    color:#8e8e8e;
}
.mess_report{
    width: 80%;
    padding:25px 35px;
    margin:0 auto;
    background: #69c870;
    position: relative;
    top:-30px;
    z-index: -1;
    color:#fff;
}
.mess_report h3{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.mess_report p{
    font-size: 12px;
}
.single-post h1{
    font-size: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}
.single-post h3{
    font-size: 14px;
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    margin: 30px 0 35px 0;
    color:#8e8e8e;
}
.content-single-post{
    font-size: 18px;
    text-align: justify;
}

/*footer*/

.footer{
    background: #4b538e;
    /*background-image: url(images/footer-bg.png);*/
    padding-top: 40px;
    float: left;
    width: 100%;

}
.f_title{
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    margin-bottom: 25px;
    font-family: 'CF Asty Std Book', sans-serif;
}
.form-send-i input[type="e-mail"]{
    font-size: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    border:0;
    outline: 0;
    min-width: 300px;
}
.form-send-i input[type="submit"]{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 46px;
    font-size: 16px;
    border:0;
    outline: 0;
    min-width: 57px;
    background: #f6a410;
    margin-left: -5px;
    /*margin-top: -1px;*/
}
.form-send-i .wrap_submit{
    position: relative;
}
.mr-t{
    margin-bottom: 25px;
}
.form-send-i .wrap_submit:before{
    content:'';
    display: block;
    width: 10px;
    height: 19px;
    background: url(images/arr-input.png);
    position: absolute;
    top:calc(50% - 9.5px);
    left:calc(50% - 5px);
    cursor: pointer;
}
.t-right{
    text-align: right;
}
.networks{
    display: flex;
    list-style: none;
    font-size: 26px;
    float: right;
    clear: both;
    margin-top: 30px;
}
.footer{
    overflow: hidden;
    padding-bottom: 38px;
    margin-top: 35px;
}
.networks a{
    color:#fff;
    margin-right: 10px;
    display: block;
    border:2px solid #e4950f;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}
.networks li:last-child a{
    margin-right: 0;
}
.networks a i{
    /*vertical-align: middle;*/
    line-height: 45px;
}
.line-f-border{
    min-height: 2px;
    background: #6f75a5;
    margin:35px 0 45px 0;
    clear: both;
}
.menu-f{
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.menu-f a{
    color:#fff;
    font-size: 12px;
}
.all-right{
    color:#fff;
    text-align: right;
    font-size: 11px;
    margin-top: 8px;
}

/**/

.search-const{
    float: left;
    width: 47px;
    height: 47px;
    line-height: 50px;
    margin-left: 25px;
    text-align: center;
    margin-top: 17px;
}

.search{
    background-color: #ededed;
    border-radius: 50%;
}

.search-const i{
    font-size: 36px;
    cursor: pointer;
}

.user{
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 22px;
    cursor: pointer;
}

.popup-user{
    position: absolute;
    right: 0;
    top: 78px;
    padding: 35px 45px;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    width: 420px;
}

.popup-user:after{
    content: '';
    position: absolute;
    right: 17px;
    top: -19px;
    background-image: url(images/popup-top.png);
    width: 29px;
    height: 19px;
}

.why-popup{
    position: absolute;
    display: none;
    right: 0;
    top: 78px;
    padding: 35px 45px;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    width: 170px;
}

.why-popup:after{
    content: '';
    position: absolute;
    right: 17px;
    top: -19px;
    background-image: url(images/popup-top.png);
    width: 29px;
    height: 19px;
}

.popup-user ul{
    margin-top: 2px;
}

.popup-user ul li{
    display: inline-block;
    width: 31%;
    margin: 2px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    transition: 0.2s;
}

.popup-color-1{
    background-color: #3b5998;
}

.popup-color-2{
    background-color: #00b0ed;
}

.popup-color-3{
    background-color: #0277b6;
}

.popup-color-4{
    background-color: #123;
    color: #757575;
    background-color: #fff;
    border-radius: 4px;
    border: solid 2px #ededed;
    font-weight: bold;

}

.popup-color-4 img{
    margin-left: 9px;
    margin-top: 12px;
    float: left;
    width: 18px;
}

.popup-color-4 a{
    color: #757575 !important;
    font-size: 12px !important;
}

.popup-color-5{
    background-color: #45039a;
    height: 42px !important;
}

.popup-color-5 img{
    vertical-align: middle;
}

.popup-user ul li i{
    margin-right: 8px;
    font-size: 16px;
}

.popup-user ul li a{
    color: #fff;
    display: block;
}

.popup-user ul li:hover{
    opacity: 0.75;
    transition: 0.4s;
}

.form input{
    width: 100%;
    border: none;
    height: 45px;
    line-height: 45px;
    background-color: #ededed;
    margin-top: 6px;
    margin-bottom: 15px;
    padding-left: 7px;
}

.form input[type="submit"]{
    height: 45px;
    line-height: 45px;
    background-image: url(images/button-line.png);
    color: #fff;
    border-radius: 4px;
    transition: 0.2s;
    padding: 0;
}

.form input[type="submit"]:hover{
    opacity: 0.75;
    transition: 0.4s;
}

.form label{
    font-size: 12px;
    font-family: 'cf_asty_stdregular';
}

.post-description span{
    color: #e89c25;
}

.popup-user{
    display: none;
}

.hid-me{
    position: fixed;
    height: auto;
    z-index: 99;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
}

.main-manu ul{
    margin-top: 35px;
    margin-left: 380px;
    font-family: 'cf_bold';
}

.main-manu ul li{
    list-style: none;
    font-size: 25px;
    font-weight: 700;
}

.main-manu ul li{
    margin: 8px 0;
}

.main-manu ul li a{
    color: #4a4a4a;
    transition: 0.4s;
}

.main-manu ul li a:hover{
    color: #262626;
    margin-left: 10px;
    transition: 0.4s;
}

.social-cont{
    margin-top: 60px;
}

.fsb{
    width: 25px;
    height: 25px;
    margin-top: -5px;
    text-align: center;
    background-color: #f39e0b;
    border-radius: 50%;
    transition: 0.2s;
}

.fsb:hover{
    opacity: 0.75;
    transition: 0.4s;
}

.fsb i{
    color: #000;
    display: block;
    line-height: 25px;
}

.social{
    font-weight: 600;
    margin-top: 35px;
    font-size: 13px;
    /*border-bottom: solid 1px #d8d8d8;*/
    font-family: 'cf_bold';
    float: left;
}

.one-soc{
    margin-top: 22px !important;
}

.empty{
    height: 15px;
    width: 100%;
    float: left;
}

.send-menu{
    margin-top: 25px;
    padding-top: 26px;
    float: left;
    border-top: solid 1px #d8d8d8;
}

.send-p{
    color: #4a4a4a;
    font-weight: bold;
}

.pd0{
    padding: 0;
}

.top-form input{
    border: none;
    background-color: #4a4a4a;
    color: #fff;
    float: left;
    width: 245px;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 30px;
}

.top-form input[type="submit"]{
    width: 60px;
    background-image: url(images/top-sub.png);
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.4s;
}

.top-form input[type="submit"]:hover{
    opacity: 0.75;
    transition: 0.4s;
}

.top-form input::placeholder {
    color: #fff;
}

.facebook-widget{
    float: left;
    margin-top: 38px;
}

.hidden-menu{
    display: none;
}

.hidden-search{
    position: absolute;
    right: 22px;
    top: 86px;
    padding: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    width: 490px;
    display: none;
}

.hidden-search:after{
    content: '';
    position: absolute;
    right: 54px;
    top: -19px;
    background-image: url(images/polygon.png);
    width: 24px;
    height: 19px;
}

.hidden-search input{
    width: 100%;
    border: solid 5px #ededed;
    padding-left: 12px;
    height: 55px;
    font-family: 'cf_asty_stdregular';
}

.clear{
    clear: both;
}

.bann_redirect img{
    width: 100%;
}

.mini-wrap{
    /*width: 960px;
    margin: 0 auto;*/
}

.my-title{
    font-size: 40px;
    /*font-weight: 600;*/
    font-family: 'cf_bold';
    margin-top: 50px;
}

.line-title{
    /*font-weight: 600;*/
    font-family: 'cf_bold';
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 13px;
    margin-top: 60px;
    float: left;
    width: 100%;
}

.name{
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    float: left;
    width: 71%;
}

.name span{
    color: #898989;
}

.span{
    color: #898989;
}

.name-butt{
    float: right;
    margin-top: 20px;
    font-weight: 600;
    line-height: 45px;
    width: 140px;
    border-radius: 4px;
    background-color: #898989;
    text-align: center;
    overflow: hidden;
}

.name-butt a{
    display: block;
    color: #fff;
    transition: 0.2s;
}

.name-butt a:hover{
    background-color: #6c6c6c;
    transition: 0.4s;
}

.name-butt-2{
    width: 260px;
    float: right;
    margin-top: 20px;
    font-weight: 600;
    line-height: 45px;
    border-radius: 4px;
    background-color: #3b5998;
    text-align: center;
    overflow: hidden;
}

.name-butt-2 a{
    color: #fff;
    display: block;
    transition: 0.2s;
}

.name-butt-2 a:hover{
    background-color: #5075c2;
    transition: 0.4s;
}

.silver-line{
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    float: left;
    margin-top: 20px;
}

.bgbutt{
    background-color: #898989;
}

.bgbutt a:hover{
    background-color: #6c6c6c;
}

.bottom-profikle{
    float: left;
    width: 60%;
}

.bottom-profikle .tit{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.bottom-profikle p{
    color: #898989;
    margin-top: 10px;
}

.bottom-profikle p span{
    color: #e58d03;
    font-size: 12px;
    font-weight: 700;
}

.regist{
    width: 600px;
}

.why strong{
    font-weight: 700;
}

.why a{
    color: #e48c03;
}

.mt{
    margin-top: 20px;
}

.buttons-xs{
    position: fixed;
    bottom: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    background-color: #f6a611;
    border-radius: 50%;
    display: none;
    z-index: 99;
}

.buttons-xs-clicked{
    height: 33px;
    width: 33px;
    line-height: 40px;
    line-height: 37px;
}

.buttons-xs-clicked i{

}

.plus i{
    display: block;
    cursor: pointer;
}

.multi{
    position: absolute;
    bottom: 48px;
    right: -7px;
    width: 215px;
}

.multi a{
    color: #fff;
}

/*.rotete{
        transform: rotate(45deg);
}*/

.icon-shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.poligon-xs{
    background-image: url(images/bg-icons.png);
    background-repeat: no-repeat;
    width: 161px;
    height: 45px;
    float: left;
    font-size: 12px;
    line-height: 37px;
    font-weight: 600;
}

.poli{
    float: right;
}

.poligon-xs{
    margin-top: 13px;
    font-family: 'cf_bold';
    font-size: 13px;
}

.poli{
    margin-top: 11px;
    font-size: 18px;
}

.multi ul li{
    list-style: none;
    width: 215px;
    margin-top: 20px;
}

.ico1{
    width: 45px;
    height: 45px;
    background-color: #ff5349;
    line-height: 45px;
    border-radius: 50%;
}

.ico2{
    width: 45px;
    height: 45px;
    background-color: #2fb4f9;
    line-height: 45px;
    border-radius: 50%;
}

.ico3{
    width: 45px;
    height: 45px;
    background-color: #2d346e;
    line-height: 45px;
    border-radius: 50%;
}

.ico4{
    width: 45px;
    height: 45px;
    background-color: #ec980a;
    line-height: 45px;
    border-radius: 50%;
}

.color-lxs-1{
    color: #ff5349;
}

.color-lxs-2{
    color: #2fb4f9;
}

.color-lxs-3{
    color: #2d346e;
}

.color-lxs-4{
    color: #ec980a;
}

.wrap_img{
    position: relative;
    margin-bottom: 25px;
}
.wrap_img .category-name {
    left: 50px;
    position: absolute;
    top: 20px;
}

.category-latest-news {
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 25px;
    position: absolute;
}

.wr h2{
    color: #9b9b9b;
    font-weight: bold;
    line-height: 20px;
    margin: 25px 0;
    font-size: 34px;
}

.tc{text-align: center;}

.pink{color:#9e537b !important;}

.pink a{
    color: #9e537b;
    transition: 0.2s;
}

.pink a:hover{
    color: #9e537b;
    transition: 0.3s;
    opacity: 0.7;
}

.clear{
    clear: both;
    float:none;
}

.container_my{
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
}

.col_sm_8{
    width: 70%;
    position:relative;
}
.wr_top_img h1{
    font-family: 'cf_bold';
    color:#fff;
    font-size: 34px;
    font-weight: bold;
}

.wr_top_img p{
    padding-top: 25px;
    font-size: 16px;
    color:#fff;
    font-family: 'cf_asty_stdregular';
}

.wr_top_img{
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 20px;
}
.col_sm_4{width: 30%;}
.col_3{
    float: left;
    width: 30%;
    margin-right: 3%;
}

.mt110{margin-top: 110px;}

.col_3:last-child{margin-right: 0;}
.bold{
    color:#000;
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
}
.lite_gray{
    margin-bottom: 10px;
    text-align: center;
    background:#efefef;
    padding:20px 0;
}

.lite_gray img{margin:0 auto;}

.bl_img{
    width: 95px;
    height: 95px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.bl_img img{
    float: left;
    padding-right: 10px;
}

.origin_with{
    width: 345px !important;
    height: auto;
}

.bl_text{
    padding-top: 0px;
    font-weight: bold;
    font-size: 16px;	
}

.bt{
    background:#eaeaea;	
    height: 2px;
    margin:45px 0 30px 0;
}

.blr{
    position:relative;

}

.blr:before{
    content:'';
    position: absolute;
    right: -10px;
    top: 0;
    height: 100px;
    width: 1px;
    background:#ccc;
}


.blr:after{
    content:'';
    position: absolute;
    left: -20px;
    top: 0;
    height: 100px;
    width: 1px;
    background:#ccc;
}

.flr{float: right;}

.pag{
    max-width: 1000px;
    margin:0 auto;
    position:relative;
}

.pag a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #4b538e;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    line-height: 64px;
    transition: all 0.15s ease-in-out;
    vertical-align: middle;
    margin-left: 15px;
}

.pag a {
    color: #000;
    font-size: 18px;
}

.next{
    position:absolute;
    right: 0;
}

.col_sm_8,.col_sm_4{
    float: left;
}

.wrap_img img{max-width: 100%;}
.wr_top_img img{max-width: 100%;}

.container_my h2{
    font-family: 'cf_bold';
    font-size: 34px;
    text-transform: uppercase;
    color:#9e537b;
    margin: 40px 0 50px 0;
}

.too{padding:0px 0;}

.too img{
    width: 100%;
    height: auto;
}

.bg_lite_gray{
    background:#f9f9f9;
    overflow:hidden;
    padding-bottom: 60px;

}

.mb15{margin-bottom: 15px;}

.bor_top{
    padding: 15px 0;
    border-top: 1px solid #dadada;
}

.main-manu{
    float: left;
}

.rights-after-menu{
    width: 350px;
    position: absolute;
    left: 50%;
    top: 100px;
}

.icon-bg{
    background-color: #e6e6e6;
    padding: 2px 10px;
    border-radius: 50%;
    margin-top: 20px;
    line-height: 32px !important;
    font-size: 35px !important;
    margin-left: -3px;
}
.banner-wrap .banner a{
    /*border: 1px red solid;*/
    background: rgba(0, 0, 0, 0.47);
    display: block;
    height: 100%;
}
@media (max-width: 1000px){

    .col_3 {
        float: none;
        width: 50%;
        margin-right: 0; 
        margin-bottom: 50px;
        text-align: center;
    }

    .bl_img img{float: none;}
    .col_sm_8 { width: 100%;}
    .col_sm_8  img{width: 100%;}	

    .col_sm_4 {
        float: none;
        margin: 0 auto;
        width: 30%;
    }
}

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



@media (width: 768px){
    .form-send-i input[type="e-mail"]{
        min-width: 0;
    }
}

@media (max-width: 480px){
    .too .col-xs-6{width: 100%;}
}

/*My styles*/

.cont{
    max-width: 1440px;
    margin: 0 auto;
}

.container_my .row .col-lg-2 img{
    margin-top: -8px;
}

.letters{
    text-align: center;
    font-family: 'cf_bold';
    font-size: 14px;
}

#register,.register{
    cursor: pointer;
}

#authorization,.authorization{
    cursor: pointer;
}

#authorization{
    border-top: solid 2px #eaeaea;
    padding-top: 15px;
    margin-top: 15px;
}
.authorization{
    /*border-top: solid 2px #eaeaea;*/
    padding-top: 15px;
    margin-top: 15px;
}

.body-mt{
    margin-top: 100px;

}
.pront-page-desktop-index .body-mt{
    margin-top: 100px;
    display: table;
}


.bar-long{
    height: 2px;
    background-color: #FF0000;
    width: 0;
    z-index: 1;
    position: fixed;
    top: 80px;
    left: 0;

}

.col-adv-xs{
    display: none;
}

/*page-contacts*/

.the-main-contact{
    margin-top: 80px;
}

.contact-error-message{
    width: 100%;
    box-sizing: border-box;;
    padding: 27px 35px;
    background-color: #d20f27;
    color: #fff;
}

.error-log-t{
    font-family: 'cf_bold';
    font-size: 14px;
}

.error-log-d{
    font-size: 12px;
    margin-top: 20px;
}

.error-close{
    position: absolute;
    top: 15px;
    right: 32px;
    font-size: 28px;
}

.error-close i{
    cursor: pointer;
}

.contact-content{
    max-width: 992px;
    margin: 53px auto;
}

.the-title-of-contact{
    font-size: 34px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-family: 'cf_bold';
}

.the-descr-of-contact{
    /*max-width: 470px;*/
    margin-top: 15px;
    font-family: 'Noto Serif', serif;
    color: #545454;
    font-size: 14px;
    line-height: 22px;
}

.form-on-contact .label{
    color: #bebebe;
    font-size: 10px;
    margin-top: 55px;
    margin-bottom: 7px;
}

.form-on-contact textarea{
    width: 100%;
    border: solid 1px #c2c2c2;
    padding-left: 19px;
    padding-top: 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    height: 215px;
}

.form-on-contact input{
    width: 100%;
    border: solid 1px #c2c2c2;
    line-height: 45px;
    padding-left: 19px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.form-red-line{
    border: solid 1px #d72e43 !important;
}

.wpcf7-not-valid{
    border: solid 1px #d72e43 !important;
}

.wpcf7-not-valid-tip{display: none !important;}

div.wpcf7-response-output{margin: 0;}
div.wpcf7-validation-errors{
    position: fixed;
    top: 80px;
    width: 90%;
    left: 5%;
    box-sizing: border-box;
    padding: 27px 35px;
    background-color: #d20f27;
    color: #fff;
    border: none;
    z-index: 1;
}

:focus {
    outline: 0;
}

.form-on-contact input:focus, .form-on-contact textarea:focus{ 
    border: solid 1px #222222 !important;
    background-color: #fff !important;
}

.form-on-contact button[type="submit"]{
    float: right;
    width: auto;
    background-image: url(images/bg-button.png);
    height: 49px;
    line-height: 49px;
    border: none;
    padding: 0 24px;
    border-radius: 5px;
    color: #000;
    font-family: 'cf_bold';
    transition: 0.2s;
}

.form-on-contact input[type="submit"]{
    float: right;
    width: auto;
    background-image: url(images/bg-button.png);
    height: 49px;
    line-height: 49px;
    border: none;
    border-radius: 5px;
    color: #000;
    font-family: 'cf_bold';
    width: 85px;
    text-align: left;
    transition: 0.2s;
}

.form-on-contact input[type="submit"]:hover{
    opacity: 0.8;
    transition: 0.4s;
}

div.wpcf7-mail-sent-ok {
    margin-bottom: 20px !important;
}

.form-on-contact i{
    font-size: 24px;
    position: absolute;
    right: 25px;
    margin-top: 10px;
}

.form-on-contact button[type="submit"]:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.form-on-contact i{
    float: right;
}

.captcha{
    float: left;
}

.hey-guy{
    width: 334px;
    height: 334px;
    border-radius: 50%;
    background-position: center;
    float: right;
    margin-top: 50px;
}

.hey-guy-xs{
    display: none;
    background-position: center;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 35px auto;
}

.cookie-message{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 27px;
    background-color: rgba(62, 70, 133, 0.95);
    color: #fff;
    z-index: 99;
}

.cookie-message-title{
    font-family: 'cf_bold';
    font-size: 14px;
}

.cookie-message-descr{
    font-size: 12px;
    margin-top: 23px;
    padding-right: 15px;
}

.cookie-button{
    float: right;
    width: 125px;
    text-align: center;
    background-color: #fff;
    font-family: 'cf_bold';
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 10px;
}

.cookie-button a{
    display: block;
    color: #111111;
}

.cookie-button a:hover{
    opacity: 0.8;
}

.cookie-message-descr span{
    font-family: 'cf_bold';
}

.page404{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*z-index: 9999999;*/
}

.logotip{
    margin-top: 90px;
}

.main-404{
    margin-top: 160px;
}

.very-big{
    font-family: 'cf_bold';
    font-size: 80px;
    color: #d0021b;
}

.follow-big{
    color: #4a4a4a;
}

.main-404 ul{
    font-family: 'cf_bold';
    font-size: 20px;
    margin-top: 25px;
}

.main-404 ul li{
    display: inline-block;
    padding-right: 15px;
    line-height: 37px;
}

.main-404 ul li:after{
    content: "";
    background-image: url(images/after-menu.png);
    padding: 2px;
    height: 36px;
    margin-left: 15px;
}

/*.main-404 ul li:nth-child(4):after{
        display: none;
}

.main-404 ul li:nth-child(7):after{
        display: none;
}

.main-404 ul li:nth-child(10):after{
        display: none;
}*/

.main-404 ul li:last-child:after{
    display: none;
}

.main-404 ul li a{
    color: #4a4a4a;
    transition: 0.3s;
}

.main-404 ul li a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.right-404 img{
    max-width: 450px;
    height: auto;
    float: right;
}

.hidden-person{
    display: none;
    width: 100%;
    text-align: center;
}

.hidden-person img{
    width: 230px;
    margin-top: 35px;
}

/*.container{
        width: 960px;
}*/

.next-please{
    /* float: left; */
    width: 100%;
    /* border: 1px red solid; */
    text-align: center;
    /* overflow: hidden; */
    display: block;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}


.next-please .page-numbers.next, .next-please .page-numbers.prev {
    position: relative;
    padding: 0% 0;
    /* border: 4px red solid; */
    /* margin: 0px 6px 0px 0px; */
    display: block;
    float: left;
}
span.move-to-previous, span.move-to-next {
    display: inline-block;
    display: blo;
    /* border: 1px green solid; */
    float: left;
    padding: 19px auto 0px;
    float: none;
}

.next-please .text{
    float: left;
    font-size: 18px;
    line-height: 59px;
    margin-right: 30px;
}

.next-please .page-numbers {
    /*border: 1px green solid; */
    font-size: 25px;
    padding: 2% 0 0px;
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0 auto 17px;
    /* display: block; */
    float: none;
    width: 74px;
}
.next-please .icon{
    background-color: #4b538e;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 38px;
    width: 59px;
    height: 59px;
    display: inline-block;
    line-height: 65px;
    float: left;
}

.pront-page-desktop-index .next-please {
    float: right;
    width: auto;
}
a.next.page-numbers {
    float: right !important;
}
.next-please .icon i{
    /*margin-left: 4px;*/
}

.next-please .icon a{
    color: #fff;
    display: block;
    transition: 0.2s;
}

.next-please .icon a:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.front-page-mobile{
    display: none;
    margin-top: 80px;
}

.mobile-first{
    position: relative;
    color: #fff;
    margin-top: 70px;
}

/* .mobile-first a{
    color: #fff;
} */
.mobile-first a {
    color: #fff;
    float: left;
    overflow: hidden;
    line-height: 10px;
    position:relative;
}

.mobile-first img{
    width: 100%;
}

.mobile-first-on-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: red; 
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #027364); 
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #027364); 
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), #027364);
  background: linear-gradient(rgba(0, 0, 0, 0), #027364); */
}

.the-maob-title{
    position: absolute;
    bottom: 0;
    font-family: 'cf_bold';
    font-size: 18px;
    padding: 25px 15px;
    line-height:25px;
}

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

.pddtopbott{
    padding-top: 14px;
    padding-bottom: 13px;
}

.mine-title{
    color: #000;
    font-size: 15px;
    font-family: 'cf_bold';
}

.mine-title a{
    color: #000;
    transition: 0.2s;
}

.mine-title a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.border-after-xs{
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    float: left;
}

.adv-xs{
    margin: 10px 0;
    float: left;
    width: 100%;
}

.adv-xs img{
    width: 100%;
    height: auto;
}

.big-news-xs{
    width: 100%;
    margin-top: 12px;
    float: left;
    position: relative;
}

.big-news-xs img{
    width: 100%;
    height: auto;
}

.big-news-xs-absolute{
    position: absolute;
    bottom: 0;
    padding: 25px 15px;
    color: #fff;
    font-family: 'cf_bold';
    font-size: 20px;
    width: 100%;
}

.front-page-mobile .col-xs-1, 
.front-page-mobile .col-xs-2, 
.front-page-mobile .col-xs-3, 
.front-page-mobile .col-xs-4, 
.front-page-mobile .col-xs-5, 
.front-page-mobile .col-xs-6, 
.front-page-mobile .col-xs-7, 
.front-page-mobile .col-xs-8, 
.front-page-mobile .col-xs-9, 
.front-page-mobile .col-xs-10, 
.front-page-mobile .col-xs-11, 
.front-page-mobile .col-xs-12{
    padding-left: 10px;
    padding-right: 10px;
}

.btn-xs-vid{
    width: 21px;
    height: 15px;
    background-image: url(images/play-xs.png);
}

.mini-end-xs-1{
    width: 100%;
    float: left;
    position: relative;
}

.mini-end-xs-1 img{
    width: 100%;
    height: auto;
}

.mini-end-xs-1-abs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9)); /* Standard syntax */
}

.mine-end-1-left{
    color: #fff;
    font-size: 18px;
    float: left;
    width: 80px;
    margin-top: 55px;
}

.mine-end-1-left span{
    font-family: 'cf_bold';
}

.mine-end-1-right{
    float: right;
    font-size: 43px;
    margin-top: 61px;
}

.mine-end-1-right a{
    color: #fff;
}

.empty-load-xs{
    float: left;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.empty-load-xs img{
    cursor: pointer;
}

.top-end-xs{
    background-image: url(images/40.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #fff;
    font-family: 'cf_bold';
    font-size: 22px;
    margin-top: 15px;
}

.bottom-end-xs{
    position: absolute;
    bottom: 22px;
    font-family: 'cf_bold';
    color: #fff;
    font-size: 18px;
    width: 75%;
}

.default-page-content{
    max-width: 960px;
    margin: 0px auto;
}

.after-the-title-default{
    font-size: 22px;
    color: #000;
    font-family: 'cf_bold';
    margin-top: 65px;
    float: left;
}

.default-content{
    color: #0f0f0f;
    font-size: 19px;
    font-family: 'Noto Serif', serif;
    float: left;
}

.default-content h3{
    font-size: 22px;
    color: #000;
    font-family: 'cf_bold';
    margin-top: 65px;
}

.default-content p{
    margin-top: 45px;
}

.the-title-of-default{
    font-size: 34px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-family: 'cf_bold';
    margin-top: 50px;
    float: left;
    width: 100%;
}

.grad-two{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* Standard syntax */
    background: rgba(0, 0, 0, 0.47);
}

.ciecle-xs-cont{

}

.the-cat-xs-title{
    font-size: 18px;
    font-family: 'cf_bold';
    color: #9e537b;
    margin-top: 20px;
}

.cat-xs-img-ci{
    width: 100%;
    height: auto;
}

.cat-xs-img-ci{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-size: cover;
}

.cicrle-width{
    margin-top: 30px;
}

.circle-mtt{
    margin-top: 20px;
}

.adv-muchato{
    width: 100%;
}

.adv-muchato img{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.next-please-xs{
    width: 100%;
}

.next-please-xs .text{
    width: 100%;
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
    color: #9e537b;
}

.next-please-xs .icon{
    position: absolute;
    right: 10px;
    top: 0;
    width: 46px;
    height: 46px;
    background-color: #9e537b;
    border-radius: 50%;
    line-height: 49px;
    font-size: 32px;
    margin-top: 21px;
}

.next-please-xs .icon a{
    color: #fff;
    display: block;
}

.next-please-xs .icon a i{
    margin-left: 19px;
}

.tehr-last-xs-cat{
    float: left;
    margin-top: 40px;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.grad-xs-left{
    float: left;
    width: 50%;
    position: relative;
}

.grad-xs-right{
    float: right;
    width: 50%;
    position: relative;
}

.grad-b{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(73, 170, 192, 0.9));
    color: #fff;
}

.grad-c{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(1, 133, 187, 0.9));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(1, 133, 187, 0.9));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(1, 133, 187, 0.9));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(1, 133, 187, 0.9));
    color: #fff;
}

.grad-cont-b-i{
    font-size: 38px;
    margin-top: 46px;
}

.grad-cont-b-t{
    font-size: 16px;
    text-align: right;
    margin-top: 40px;
}

.grad-cont-b-t span{
    font-family: 'cf_bold';
    font-size: 18px;

}

.txtalle{
    text-align: left;
}

.pront-page-desktop-category{
    margin-top: 80px;   
}
.pop-article-adv{
    background-color: #efefef;
    width: 100%;
    padding: 75px 0;/*was 28px 0*/
    /*margin-top: 80px;*/
    float: left;
    border-bottom: solid 1px #d8d8d8;
    text-align: center;
}

.article-title{
    font-family: 'cf_bold';
    color: #9b9b9b;
    font-size: 34px;
    margin-top: 45px;
}

.article-count{
    width: 100%;
    height: 490px;
    border-bottom: solid 2px #ededed;
    margin-top: 35px;
}

.category-count{
    height: 415px;
}

.popular-count{
    height: 450px;
}

.article-count img{
    width: 100%;
}

.art-col{
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    /*border: 1px red solid;*/
    overflow: hidden;
}

.color-1{
    color: #c47500;
    background-image: url(images/r1.png);
}

.color-1 a{
    color: #c47500;
}

.color-2{
    color: #9e537b;
    background-image: url(images/r2.png);
}

.color-2 a{
    color: #9e537b;
}

.color-3{
    color: #e7a000;
    background-image: url(images/r3.png);
}

.color-3 a{
    color: #e7a000;
}

.color-4{
    color: #df2242;
    background-image: url(images/r4.png);
}

.color-4 a{
    color: #df2242;
}

.color-5{
    color: #0185bb;
    background-image: url(images/r5.png);
}

.color-5 a{
    color: #0185bb;
}

.color-6{
    color: #109379;
    background-image: url(images/r6.png);
}

.color-6 a{
    color: #109379;
}



.article-cat-title a:hover{
    opacity: 0.8;
}

.article-cat-title{
    font-family: 'cf_bold';
    font-size: 16px;
    margin-top: 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.one-art-title{
    font-family: 'cf_bold';
    font-size: 30px;
    color: #000;
    margin-top: 10px;
    line-height: 35px;
}

.one-art-title a{
    color: #000;
}

.one-art-title a:hover{
    opacity: 0.8;
}

.one-art-title a ,.pink a{
    font-size: 24px;
}

.article-count-img-ov{
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.article-count-img-ov img{
    transition: 0.3s;
}

.article-count-img-ov img:hover{
    transform: scale(1.1);
    transition: 0.4s;
}

.adv-art{
    width: 100%;
    text-align: center;
    height: 490px;
    margin-top: 35px;
    padding: 25% 0;
    box-sizing: border-box;
    border-bottom: solid 2px #ededed;
}

.adv-cat{
    height: 415px;
    padding: 0% 0;
}

.adv-pop{
    height: 450px;
    padding: 15% 0;
}

.adv-art img{
    margin: 0 auto;
}

.butt-art-left-a{
    float: left;
    height: 58px;
    width: 58px;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    line-height: 59px;
}

.butt-art-left-a a{
    color: #fff;
    display: block;
}

.butt-art-left-a a:hover{
    opacity: 0.8;
}

.butt-art-left-a i{
    margin-left: 22px;
}

.butt-art-text-a{
    float: left;
    color: #9b9b9b;
    font-size: 18px;
    margin-left: 24px;
    margin-top: 19px;
}

/**/

.butt-art-left-b{
    float: right;
    height: 58px;
    width: 58px;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    line-height: 59px;
}

.butt-art-left-b a{
    color: #fff;
    display: block;
}

.butt-art-left-b a:hover{
    opacity: 0.8;
}

.butt-art-left-b i{
    margin-left: 22px;
}

.butt-art-text-b{
    float: right;
    color: #9b9b9b;
    font-size: 18px;
    margin-right: 24px;
    margin-top: 19px;
}

.silver-line2{
    width: 100%;
    height: 2px;
    background-color: #ededed;
    margin-top: -2px;
    margin-bottom: 31px;
}

.this-art-xs{
    margin-top: 15px;
    font-size: 18px;
    color: #aaaaaa;
    font-family: 'cf_bold';
}

.the-title-of-article{
    color: #000;
    font-family: 'cf_bold';
    font-size: 40px;
    margin-top: 40px;
}
.left-share.share.top-share{
    width: auto;
}

.share{
    float: left;
    margin-top: 15px;
    width: 100%;
}

.share img{
    width: auto !important;
}

.the-post{
    margin-top: 25px;
}

.the-post img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    position: relative;
    display: block;

}

.post-after-img{
    width: 100%;
    float: left;
    border-bottom: solid 2px #ededed;
    padding: 22px 0;
    color: #b2b2b2;
    font-size: 22px;
    font-family: 'cf_bold';
}

.post-after-img i{
    margin-right: 8px; 
}

.post-after-img span:after{
    content: "'";
}

.coment-art{
    padding: 16px 18px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    float: right;
    color: #9e537b;
    font-family: 'cf_bold';
    font-size: 22px;
    margin-top: 12px;
    display: none;
}

.bgcom-1{
    background-image: url(images/com-1.png);
    background-repeat: no-repeat;
    float: left;
    padding-left: 30px;
}

.tiny-title{
    clear: both;
    position: relative;
    margin-top: 40px;
    float: left;
    font-size: 22px;
    color: #000;
    font-family: 'cf_bold';
}

.tiny-descr{
    font-size: 16px;
    clear: both;
    float: left;
    color: #109379;
    font-family: 'cf_bold';
    margin-top: 5px;
    text-transform: uppercase;
}
.tiny-cont p{
    width:100%;
    clear: both;
    margin-top: 10px;
}
.tiny-cont p:first-child, .tiny-cont .entry-meta.excert{
    margin-top: 20px;
    /*float: left;*/
    clear: both;
}
.content-section h4 {
    margin-top: 20px;
}

.tiny-cont{
    clear: both;
    float: left;
    margin-top: 2px;
    font-family: 'cf_asty_stdregular';
    font-size: 19px;
    width: 100%;
    line-height: 27px;
}

.tiny-cont img{
    max-width: 100%;
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    height: auto;
    /*height: 100%;*/
    display: inline-block;
}

.descr-im{
    color: #abaaab;
    font-size: 14px;
    font-family: 'cf_asty_stdregular';
}

.descr-im i{
    margin-right: 20px;
    font-size: 20px;
}

/*.tiny-cont p strong{
    font-weight: bold;
}*/

.tiny-cont p a{
    color: #319c84;
}

.tiny-cont p a:hover{
    text-decoration: underline;
}

.embeded-post img{
    width: auto;
}

.tiny-cont h3{
    font-size: 22px;
    color: #000;
    font-family: 'cf_bold';
    margin-top: 20px;
}

.tiny-cont ul{
    clear: both;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: 'cf_asty_stdregular';
    font-size: 19px;
    width: 100%;
    color: #4a4a4a;
}

.tiny-cont ul li{
    list-style: none;
}

.tiny-cont ul li:before{
    content: "●";
    color: #000;
    font-size: 15px;
    margin-right: 20px;
}

.cont-line-le{
    float: left;
    width: 50%;
    height: 2px;
    background-color: #d8d8d8;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cont-line-ri{
    float: right;
    width: 50%;
    height: 2px;
    background-color: #109379;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cont-com{
    color: #109379;
    font-size: 30px;
    font-family: 'cf_bold';
    float: left;
    clear: both;
    width: 100%;
    line-height: 42px;
    letter-spacing: -0.6px;
}

.cont-com:before{
    content: "“";
}

.cont-com:after{
    content: "“";
}

.mt0{
    margin-top: 0;
}

.tiny-cont table{
    font-family: 'cf_asty_stdregular';
    margin-top: 35px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.tiny-cont tr{
    text-align: left;
}

.tiny-cont tr td, .tiny-cont tr th{
    padding: 15px;
    color: #4a4a4a;
    font-size: 16px;
}


.tiny-cont tr th{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.tiny-cont tr:nth-child(2n){
    background-color: #ededed;
}

.pddl0{
    padding-left: 0;
}

.pddr0{
    padding-right: 0;
}


.adv-bott-post{
    width: 100%;
    margin-top: 35px;
}

.adv-bott-post img{
    width: 100%;
}

.tags-p{
    color: #9e537b;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'cf_asty_stdregular';
    margin-top: 25px;
}

.tags-ul{
    margin-top: 18px;
    width: 100%;
}

.tags-ul ul li{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    border: solid 1px #9e537b;
    margin: 5px 5px;
    font-weight: 700;
}

.tags-ul ul li a{
    color: #9e537b;
    display: block;
}

.tags-ul ul li a:hover{
    opacity: 0.8;
}

.main-line{
    width: 100%;
    height: 2px;
    background-color: #ededed;
    margin-top: 40px;
}

.bott-post-cont{
    width: 100%;
    position: relative;
    height: 415px;
    overflow: hidden;
    margin-top: 35px;
}

.bott-post-cont img{
    width: 100%;
}

.bott-post-po-ab{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
}

.bott-post-po-ab .top a{
    color: #fff;
}

.bott-post-po-ab .top a:hover{
    text-decoration: underline;
}

.grdi-1{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #549279); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #549279); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #549279); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), #549279); /* Standard syntax */
    background: transparent;
}

.grdi-2{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #d59f25); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #d59f25); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #d59f25); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), #d59f25); /* Standard syntax */
    background: transparent;
}

.grdi-3{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #4b84b8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #4b84b8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #4b84b8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), #4b84b8); /* Standard syntax */
    background: transparent;
}

.grdi-4{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #5f676e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #5f676e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #5f676e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), #5f676e); /* Standard syntax */
    background: transparent;
}

.grdi-5{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), #ae698d); /* Standard syntax */
    /*background: transparent;*/
    background: rgba(0, 0, 0, 0.47);
}

.bott-post-po-ab .top{
    font-size: 16px;
    font-family: 'cf_asty_stdregular';
    font-weight: bold;
    top: 20px;
    left: 15px;
    position: absolute;

}

.bott-post-po-ab .top:before{
    content: "";
    background-image: url(images/on7.png);
    padding-left: 30px;
    background-repeat: no-repeat;
}

.bott-post-po-ab .bottom{
    font-size: 30px;
    font-family: 'cf_bold';
    font-weight: bold;
    bottom: 20px;
    left: 15px;
    position: absolute;
    width: 90%;
}

.bottom a{
    color: #fff;
    transition: 0.2s;
}

.bottom a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.disqus{
    width: 100%;
    text-align: center;
    margin-top: 44px;
    background-color: #f9f9f9;
    border-top: solid 1px #d8d8d8;
}

.add-bott{
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background-color: #109379;
    text-align: center;
    font-size: 55px;
    float: left;
}

.add-bott a{
    color: #fff;
}

.sideb-im{
    margin-top: 23px;
    width: 100%;
}

.sideb-im img{
    width: 100%;
}

.mgg-post-si{
    width: 100%;
    margin-top: 20px;

}

.mgg-post-si img{
    width: 100%;
    height: auto;
    transition: 0.2s;
}

.mgg-post-si img:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.mgg-post-te{
    color: #000;
    font-size: 22px;
    font-family: 'cf_bold';
    margin-top: 7px;
    line-height: 26px;
    margin-bottom: 15px;
}

.mgg-post-te a{
    color: #000;
    transition: 0.2s;
}

.mgg-post-te a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.dpinl0{
    padding-left: 0;
    padding-right: 0;
}

.fsidb{
    font-size: 15px;
    line-height: 18px;
}

.left-share{
    position: absolute;
    left: 0px;
    top: 100px;
}

.cint-ti-xs{
    color: #000;
    font-size: 17px;
    font-family: 'cf_bold';
    font-weight: 700;
    width: 80%;
    margin-top: 20px;
}

.cint-ti-de{
    font-family: 'cf_bold';
    font-size: 13px;
    margin-top: 15px; 
    color: #109379;
    text-transform: uppercase;
}

.cont-xs p{
    font-family: 'cf_asty_stdregular';
    font-size: 18px;
    color: #000;
    margin-top: 12px;
    line-height: 22px;
}

.flle{
    float: left;
}

.cololoc{
    color: #6b6b6b;
}

.cont-xs a{
    color: #15967c;
}

.cont-xs ul{
    clear: both;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: 'cf_asty_stdregular';
    font-size: 17px;
    color: #4a4a4a;
}

.cont-xs ul li {
    list-style: none;
    margin: 10px 0;
}

.cont-xs ul li:before {
    content: "●";
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-right: 20px;
}

.fsnewb{
    font-size: 22px;
    line-height: 25px;
    padding: 0 15px;
}

.table-x{
    padding: 21px 18px;
}

.gbta{
    background-color: #ededed;
}

.ttatbl{
    margin-top: 30px;
}

.table-x span{
    font-weight: bold;
}

.tags-ul-xs ul li{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    border: solid 1px #109379;
    margin: 5px 5px;
    font-weight: 700;
    list-style: none;
}

.tags-ul-xs ul li:before{
    display: none;
}

.linene{
    width: 100%;
    height: 2px;
    background-color: #d8d8d8;
    margin: 20px 0;
}

.disqus-xs{
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    float: left;
}

.border-after-xs-thie{
    width: 100%;
    height: 2px;
    background-color: #dbdbdb;
    float: left;
}

.on-scroll-article{
    position: fixed;
    z-index: 999999;
    width: 100%;
}

.sandwitc{
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
    font-size: 28px;
    left: 15px;
    top: 9px;
    position: fixed;
    display: none;
}

.sandwitc i{
    line-height: 33px;
}

.left-to-right{
    background-color: rgba(0, 0, 0, 0.7);
    width: 35%;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 18px;
    font-size: 14px;
    left: 32.5%;
    top: 9px;
    position: fixed;
    display: none;
}

.left-to-right{
    color: #fff;
}

.left-to-right ul li{
    display: inline-block;
    padding: 0 5px;
}

.left-to-right ul li i{
    font-size: 22px;
}

.art-closes{
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
    font-size: 28px;
    right: 15px;
    top: 9px;
    position: fixed;
    display: none;
}

.art-closes i{
    line-height: 36px;
}

.on-scroll-article{
    display: none;
}

.up-csroll{
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
    font-size: 28px;
    right: 15px;
    bottom: 9px;
    position: fixed;
    display: none;
}

.bootom-form input[type="text"]{
    background: #fff;
    color: #636363;
    z-index: 9;
    position: relative;
}

.bootom-form input[type="text"]::-webkit-input-placeholder{
    color: #636363;
}

.bootom-form{
    width: 100%;
    float: left;
}

.news-title, .category-name{
    font-family: 'cf_bold';
}

.news-detail-desc{
    font-family: 'cf_asty_stdregular';
}

.news-title a{
    color: #000;
}

.body-mtt{
    margin-top: 160px;
}

.article-small-sidebar .category-name{
    margin: 0 0 20px;
}

.buttons-xs-clicked{
    display: none;
}

.another-why ul{
    margin-top: 15px;
}

.another-why ul li{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 25px;
    height: auto;
}

.another-why ul li:before{
    content: '●';
    margin-right: 5px;
}

.blockimgtablet{
    display: none;
}

.advertize-teblet{
    padding: 22px 0;
    background-color: #efefef;
    text-align: center;
    /*float: left;*/
    width: 100%;
    margin-top: 30px;
    display: none;
}

.advertize-teblet img{
    width: auto;
}

.tablet-litle-gray{
    display: none;
}

.gray-title-ta{
    font-family: 'cf_bold';
    font-size: 34px;
    text-transform: uppercase;
    color: #9e537b;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}

.border-tablet-cat{
    border-right: solid 1px #d8d8d8;
    min-height: 160px;
    margin-bottom: 35px;
}

.border-tablet-cat:last-child{
    border: none;
}

.nonval-img img{
    width: auto;
}

.front-page-mobile-index, .front-page-mobile-category{
    display: none;
}
.front-page-mobile-index{
    display: block;
}

.the-home-post-thumb{
    height: 315px;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: 0.2s;
}

.post-thumb-min{
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: 0.2s;
}

.post-thumb-min:hover, .the-home-post-thumb:hover, .post-fluid-i img:hover, .post-hor img:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.my-mini-height{
    height: 335px;
}

.footer{
    color: #fff;
}

.foot-right, .foot-left{
    font-size: 16px;
}

.foot-right{
    float: right;
}

.ul-foot{
    font-size: 12px;
    line-height: 28px;
}

.ul-foot ul li{
    display: inline-block;
    padding-right: 10px; 
}

.ul-foot ul li a{
    color: #fff;
}

.sidebar-imag{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 112px;
    transition: 0.2s;
}

.sidebar-imag:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.ima-post-xs{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 115px;
}

.singlepost-onarticle{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 415px;
}

.top-share ul li{
    display: inline-block;
    margin-right: 15px;
}

.top-share ul li i{
    font-size: 16px;
}

.lef-sh{
    float: left;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    height: 25px;
    line-height: 23px;
}

.rig-sh{
    float: right;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 4px;
    position: relative;
    color: #333;
    height: 25px;
    line-height: 20px;
}

.rig-sh:before{

}

.top-share ul li .facebook{
    background-color: #2d346e;
    color: #fff;
}

.top-share ul li .twitter{
    background-color: #3c9cf3;
    color: #fff;
}

.top-share ul li .linkedin{
    background-color: #2573b6;
    color: #fff;
}

.top-share ul li .google i{
    color: #dc3c1c;
}

.top-share ul li .google{
    background-color: #efefef;
    color: #333;
}

.top-share ul li .pinterest{
    background-color: #b8001c;
    color: #fff;
}

.top-share ul li:before{
    display: none;
}

.left-share .rig-sh{
    width: 100%;
    margin-top: 3px;
    text-align: center;
    padding: 10px 0;
    height: auto;
}

.left-share .top-share ul li{
    margin: 10px 0;
    width: 100%;
}

.left-share .lef-sh{
    width: 100%;
    text-align: center;
    margin-top: 13px;
}

.bott-cat-cont{
    width: 100%;
    position: relative;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
}
.go-back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    float: right;
    float: left;
    cursor: pointer;
    display: none;
    z-index: 999;
    /* border: 1px red solid; */
}
.go-back-to-top .bg-button {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background-color: rgba(29, 36, 87, 0.59);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/NewsOne/images/up-arrow.png);
    border-radius: 8px;

}
.go-back-to-top .text-link{
    text-align: center;
    /* border: 1px red solid; */
    width: 100%;
    display: block;
    color: #1d2659;
}

.singlepost-onacat{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}

.bott-cat-cont p{
    font-size: 16px;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    margin-top: 15px;
    display: none;
}

.valera-bed{
    background-color: #f9f9f9;
    width: 100%;
    padding: 30px 0;
}

.valera-bed .title{
    font-family: 'cf_bold';
    font-size: 34px;
    text-transform: uppercase;
    color: #9e537b;
    text-align: center;
    margin-bottom: 35px;
}

.circle-post{
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s;
}

.circle-post:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.valera-bed .the_title{
    font-weight: bold;
    font-size: 16px;
    font-family: 'cf_bold';
}

.valera-bed .the_title a{
    color: #000;
    transition: 0.2s;
}

.valera-bed .the_title a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.valera-bed .bef{
    border-right: solid 1px #ccc;
}

.valera-bed .heibef{
    height: 85px;
    overflow: hidden;
}

.article-count-img-cat{
    height: 245px;
}

.mtophead{
    margin-top: 70px;
}

.the-main-cat-mobile{
    height: 300px;
    background-position: center;
    background-size: cover;
}

.my-col-12{padding: 0 15px;}

.empty-search-mobile{
    width: 100%;
    height: 80px;
}

.own-pagi{
    font-size: 16px;
    color: #8e8e8e;
    margin-top: 19px;
    text-align: center;
}

.rights-after-menu a{
    color: #333;
}

.rights-after-menu a:hover{
    text-decoration: underline;
}

.archive-height{
    height: 240px;
    overflow: hidden;
}

.space{
    margin-top: 120px;
}

.archive-post-title{
    margin-top: 0;
}

.tag-count{
    height: 490px;
}

.tag-content{
    float: left;width: 100%;
}

.single-post-adv{margin-top: 4px;}
nav.post-navigation{display: none;}
#disqus_thread{padding: 25px;}

.post-line-silver{
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin-top: 40px;
}

.pdleftnon{
    padding-left: 0;
}

.mobile-footer-nav {
    width: 212px;
    position: fixed;
    right: 18px;
    bottom: 25px;
    z-index: 99;
    text-align: right;
}

.mobile-footer-nav {
    display: none !important;
}

.mobile-footer-nav .ion-android-close {
    width: 33px;
    height: 33px;
    margin: 0 7.5px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}

.mobile-footer-nav .icons {
    list-style: none;
    display: none;
    margin-bottom: 16px;
}

.mobile-footer-nav.open .icons {
    display: block;
}

.mobile-footer-nav .icons li {
    margin: 5px 0;
}

.mobile-footer-nav .icons__item {
    width: 46px;
    height: 46px;
    line-height: 48px; 
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}

.mobile-footer-nav .icons__item i {
    font-size: 18px;
    color: #fff;
}

.mobile-footer-nav .tooltip {
    background: url(images/tooltip.png) no-repeat 50%;
    width: 163px;
    height: 46px;
    line-height: 18px;
    padding: 15px 0 15px 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.mobile-footer-nav .tooltip-1 {
    color: #2d346e;
}

.mobile-footer-nav .tooltip-2 {
    color: #2fb4f9;
}

.mobile-footer-nav .tooltip-3 {
    color: #ff5349;
}
.content-section iframe{
    max-width: 100%;    
    width: 100%;    
    float:left;
    clear:both;
    display: block;
    /*min-height: 300px;*/

    /*position: relative !important;*/
    /*height: auto;*/
}
.pront-page-desktop-index .body-mt .ban-sub-title{
    display: none;

}
.content-section > div:not([class]) {
    float: left;
}
.the-post img{
    display: none !important;   
}
.new-thumb-bg {
    width: 100%;
    height: 450px;
    /* display: none; */
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 1px red solid; */
    float: left;
}
@media (max-width: 480px){
    .new-thumb-bg {
        height: 250px;
    }

    .content-section iframe{
        min-height:300px;
    }
    .top-share ul li {
        display: inline-block;
        margin-right: 15px;
        display: none;
    }
    .top-share ul li i {
        font-size: 16px;
        /*display: none;*/
    }
    .top-share ul li .facebook { 
        border-radius: 6px 6px 6px 6px;
        height: 57px;
        text-indent: 999px;
        line-height: 57px;
        position: relative;
        width: 100%;
        font-size: 24px;
    }
    .zero-padding-mobile {
        padding: 0px;
        margin: 0px;
    }
    .rig-sh{
        display: none;
    }
    .top-share ul li .facebook::after {
        content: "Κοινοποιήστε στο Facebook";
        position: absolute;
        left: 10px;
        width: 100%;
        right: 0;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        text-indent: 0px;
        color: #fff;
        top: 0;
    }
    .top-share ul li .facebook::before {
        content: "\f09a";
        position: absolute;
        left: 20px;
        font-family: FontAwesome;
        text-indent: 0px;
        text-shadow: -6px -2px 16px rgba(0, 0, 0, 0.5);
        top: 0;
    }
    .lef-sh {
        float: left;
        padding: 3px 7px;
        border-radius: 4px;
        font-size: 12px;
        cursor: pointer;
        margin: 0 auto 0px !important;
        height: 25px;
        line-height: 32px;
        width: 79%;
        min-height: 40px;
        display: block;
        overflow: hidden;
        left: 0px;
        font-size: 30px;
        float: none;
        right: 0px;
        text-align: center;
    }
    .top-share ul li:first-child {
        display: block;
        /* border: 1px red solid; */
        width: 100%;
    }
    .mgg-post-si .share{
        width:100%;

    } 
    .mgg-post-si .share .rig-sh{
        display: none;
    }
    .mgg-post-si {
        width: 100%;
        margin-top: 0px;
    }
    .cont_post_xs iframe{
        width:100%;
        overflow : hidden;
    }

}

@media (max-width: 320px){

    .top-share ul li .facebook::after{ font-size: 16px;}
    .top-share ul li .facebook{ font-size: 20px;}
}
img{
    max-width: 100%;
}
.f-bban-h-2 .ban-title a{
    color:white;
}
.cookie-cont {
    padding: 0% 15%;
}

.pront-page-desktop-category div[id^="div-gpt-ad"], .pront-page-desktop-category div[id*="div-gpt-ad"] {
    margin: 0 auto;
    /* border: 19px red solid; */
    display: block;
    float: none;
    text-align: center;
}
.front-page-mobile-index div[id^="div-gpt-ad"]{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.front-page-mobile-index div[id^="google_ads_iframe"] {
    /* border: 25px green solid !important; */
    margin: 0 auto;
    display: block !important;
    float: none;
    text-align: center;
}

.archive-neo-ads-mob >div {
    display: block !important;
    margin: 0 auto;
    float: none;
    position: relative;
    margin-bottom: 24px;
}
.archive-neo-ads-desk > div {
    /* border: 1px red solid; */
    float: none;
    /* display: block !important; */
    /* margin: 0 auto; */
    margin-bottom: 24px;
}




@media (min-width: 768px) and (max-width: 1024px) {
    .cs-ban {
        margin-bottom: 20px;
        width: auto;
        height: 310px;
    }

}

.similar-articles-wrapper{
    display:none!important;
}
