#owl-demo .item
{
    padding: 15px;
    min-height: 140px!important;
    width: 100%!important;
}
#owl-demo .item img
{
    display: block;
    margin: 0 auto!important;

}
.owl-controls
{
    display: none!important;
}
/*.owl-news
{
	padding-left: 30px;
}*/
.economicnews-banner
{
    width: 100%;
    background: url(../images/economic-news-bg.jpg) no-repeat;
    min-height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.economicnews-title
{
    color: #fff;
    font-family: Georgia;
    font-size: 36px;
    padding: 10px 0;
    margin: 0;
    margin-top: 30px;
}
.economicnews-text
{
    font-size: 24px;
    color: #fff;
    font-family: Open Sans;
    margin-bottom: 30px;
}
.economicnews-page-title
{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 400;
    color: #6a6a6a;
    margin: 0;
    padding: 10px 0;
    border-bottom: 3px solid #f0f0f0;
    margin-bottom: 10px!important;
}
.news_title_size{
    font-size: 36px;
}
.news_date{
    font-size: 14px;
}
.latest-economicnews-holder
{
    /*border-bottom: 3px solid #f0f0f0;*/
    margin-bottom: 10px;
}
.latest-news-line
{
    border-bottom: 3px solid #f0f0f0;
    /*margin: 0px 15px;*/
    /*width: 100%;*/
}
.news-img
{
    margin-bottom: 10px;
    height: 310px!important;
}
.news-img img
{
    width: 100%;
    height: 330px!important;
    object-fit: cover;
    border: 7px solid #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
}
.latest-economic-block{
   margin-bottom: 25px!important;
}
.news-content-holder
{
    width: 100%;
}
.news-content-holder h2
{
    font-family: 'Open Sans';
    font-weight: 400;
    color: #2988ca;
    margin: 0;
    margin-top: 10px!important;
}
.news-content-holder small
{
    font-family: Open Sans;
}
.news-content-holder p
{
    font-family: Open Sans;
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    text-align: justify;
}
.news-content-holder a
{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    color: #2988ca;
}
.economic-news-thumbnail
{
    border-radius: 0px!important;

}
.economic-news-thumbnail .caption
{
    height: 112px;
}
.economic-news-thumbnail .thumbnail-img-holder
{
    height: 200px;
    overflow: hidden;
    background: #eee;
}
.economic-news-thumbnail .thumbnail-img-holder img
{
    width: 100%;
    height: 200px!important;
    object-fit: cover;
}
.economic-news-thumbnail h3
{
    font-family: Open Sans;
    font-weight: 400;
    color: #2988ca;
    margin: 0;
    font-size: 17px;
}
.economic-news-thumbnail h3 a:hover
{
    text-decoration: none;
}
.economic-news-thumbnail small
{
    font-family: Open Sans;
}
.economic-news-thumbnail p
{
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 400;
    color: #6a6a6a;
    text-align: justify;
    margin-top: 10px;
}
.btn-prev-holder
{
    text-align: left;
    margin-bottom: 40px;
    margin-top: 15px;
}
.btn-prev-holder .btn-prev-news
{
    font-family: Open Sans;
    font-weight: 300;
    font-size: 17px;
    color: #2988ca;
    border: 1px solid #2988ca;
    background: #fff;
    padding: 10px 30px;
    transition: all ease 0.3s;
}
.btn-prev-holder .btn-prev-news:hover
{
    background: #2988ca;
    color: #fff;
    transition: all ease 0.3s;
    text-decoration: none;
}
.btn-next-holder
{
    text-align: right;
    margin-bottom: 40px;
    margin-top: 15px;
}
.btn-next-holder .btn-next-news
{
    font-family: Open Sans;
    font-weight: 300;
    font-size: 17px;
    color: #2988ca;
    border: 1px solid #2988ca;
    background: #fff;
    padding: 10px 30px;
    transition: all ease 0.3s;
}
.btn-next-holder .btn-next-news:hover
{
    background: #2988ca;
    color: #fff;
    transition: all ease 0.3s;
    text-decoration: none;
}
.more-economicnews-holder
{
    margin-top: 10px;
}
.all-news-holder
{
    margin-bottom: 15px;
}
.border-bot
{
    border-bottom: 3px solid #dedede;
    margin: 5px 0 5px 0;
}
.all-news-content-holder {
   /*  width: 100%; */
    margin-left: -15px;
    margin-right: 0px;
}
/*.all-news-content-holder h2*/
/*{*/
    /*font-family: Open Sans;*/
    /*font-size: 22px;*/
    /*font-weight: 400;*/
    /*color: #2988ca;*/
    /*margin: 0;*/
    /*margin-top: 8px!important;*/
/*}*/

.all-news-content-holder h2 {
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 400;
    color: #2988ca;
    margin: 0px;
    margin-top: 5px!important;
    margin-bottom: -10px;
}

.elipsclass
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: initial;
}
.all-news-content-holder small
{
    font-family: Open Sans;
    display: block
}
.all-news-content-holder p
{
    font-family: Open Sans;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
    text-align: left;
}
.latest-list,
.row.all-news-row{
	margin-left: -15px;
	margin-right: -15px;
}

.all-news-content-holder p:lang(ru)
{
    line-height: 16px;
    margin-top: 5px;
    display: inline!important;
}
.all-news-content-holder a:hover{    
    text-decoration: none;
}
.all-news-content-holder h2:hover{
    color: #22527c;
}
.news-content-holder h2:hover{
    color: #22527c;
}
.news-content-holder a:hover{   
    text-decoration: none;
}
.latest-news-article span{
    color: #2988ca;
}
.latest-news-article span:hover{
    color: #22527c;
}
.eco-active{
    background: #f6f6f6;
}
.all-news-img
{
    height: 185px;
    overflow: hidden;
    background: #eee;
}
.all-news-img img
{
    width: 100%;
    height: 185px!important;
    object-fit: cover;
    border: 7px solid #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
}

.news-img-holder
{
    overflow: scroll;
}
.all-news-row{
    min-height: 265px;
}
.all-news-row:lang(ru){
    min-height: 265px;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 1199px) {
    .economic-news-thumbnail .caption {
        height: 235px!important;
    }
}
@media screen and (max-width: 991px) {
    .all-news-row
    {
        height: auto!important;
    }

}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .all-news-row{
        min-height: 250px;
    }
    .all-news-content-holder h2{
        font-size: 20px;
    }
    .height_ru {
        min-height: 380px!important;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .news-img img{
        height: 260px!important;
    }
    .fx-watermark-lates{
        padding: 80px 40px!important;
    }

}
@media screen and (max-width: 768px) {
    .economic-news-thumbnail .thumbnail-img-holder
    {
        height: auto!important;
        background: #eee;
    }
    .economic-news-thumbnail .thumbnail-img-holder img
    {
        float: none;
        margin: 0 auto;
    }
    .economic-news-thumbnail .caption {
        height: 165px!important;
    }
    .news-content-holder h2{

        margin-top: 35px!important;
        margin-bottom: 23px!important;
    }
    .fx-watermark-lates{
        width: 40%!important;
    }
}
@media screen and (max-width: 635px) {
    .economic-news-thumbnail .caption {
        height: 212px!important;
    }
}
@media screen and (max-width: 530px) {
    .economic-news-thumbnail .caption {
        height: 240px!important;
    }
}
@media screen and (max-width: 500px){
    .all-img-col {
        width: 100%!important;
    }
    .all-news-img{
        height: 300px!important;
    }
    .all-news-img img
    {
        height: 300px!important;
        width: 100%;
        object-fit: cover;
    }
    .all-news-content-holder {

        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .fx-watermark{
        width: 50%!important;
    }

}
@media screen and (max-width: 479px) {
    .economic-news-thumbnail .caption {
        height: auto!important;
    }
}

@media screen and (max-width: 420px){
    .economicnews-title{
        font-size: 24px;
    }
    .economicnews-text{
        font-size: 22px;
    }
    .economicnews-page-title {
        font-size: 24px;
    }
    .news_title_size{
        font-size: 24px;
    }
    .news_date{
       font-size: 16px;
    }
    .news-content-holder p{
        font-size: 16px;
    }
    .news-content-holder a{
        font-size: 16px;
    }
    .all-news-content-holder h2{
        font-size: 22px;
    }
    .all-news-content-holder p{
        font-size:14px;
    }

}
@media screen and (max-width: 375px){
    .all-img-col {
        width: 100%!important;
    }
    .all-news-img{
        height: 200px!important;
    }
    .all-news-img img
    {
        height: 200px!important;
        width: 100%;
        object-fit: cover;
    }

}

.hr-small {
	max-width: 200px;
}
.hr-small hr{
	margin: 10px 0px;
	border-top: 1px solid #dedede;
}