/*todo move on scss*/
/*home*/
.sb_list .sb_item .sb_desc {
    min-height: 75px;
}
.slide_article_bg {
    height: 450px;
}
.interview_article_bg {
    height: 480px;
}
.ads.analise {
    margin-top: 87px;
}
.subscribe_email {
    color:white !important;
}
@media (min-device-width: 260px) {
    .slide_article_bg {
        height: 100px;
    }
    .interview_article_bg {
        height: 110px;
    }
}
@media (min-device-width: 320px) {
    .slide_article_bg {
        height: 135px;
    }
    .interview_article_bg {
        height: 140px;
    }
}
@media (min-device-width: 360px) {
    .slide_article_bg {
        height: 150px;
    }
    .interview_article_bg {
        height: 155px;
    }
}
@media (min-device-width: 640px) {
    .slide_article_bg {
        height: 200px;
    }
    .interview_article_bg {
        height: 250px;
    }
}
@media (min-device-width: 768px) {
    .slide_article_bg {
        height: 275px;
    }
    .interview_article_bg {
        height: 300px;
    }
}
@media (min-device-width: 1024px) {
    .slide_article_bg {
        height: 375px;
    }
    .interview_article_bg {
        height: 500px;
    }
}
@media (min-width: 1281px) {
    .slide_article_bg {
        height: 450px;
    }
    .interview_article_bg {
        height: 500px;
    }
}

/*category*/
.btn-loader-v1 {
    float:right;
    top:5px;
    font-size: 30px;
    background-image:url('/assets/css/front/loading/loading-v1.gif');
    background-size: cover;
    width: 1em;
    height: 1em;
    position: relative;
    color: inherit;
    display: none;
}
/*contact*/
.contact_box_left h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #1F1F1D;
    padding: 0;
    margin: 0;
}
.help-block {
    color:red;
}
/*all articles*/
.ads_on_all_articles {
    margin-top: 20px;
}
/*home*/
.all-artilces {
    display: none;
}
.blog_item {
    width: 100%;
}
/*menu*/
.menu>ul>li.active>a {
    color: #C4161C;
}
#header .inline_nav>ul>li.active>a {
    opacity: .8;
}
/*general*/
.clear {
    clear: both;
}
/*article*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid_blog .gb_image {
    text-align: center;
}
.article .article_image {
    text-align: center;
}
/*convertor*/
.container_curs {
    width: 98%;
}
#widget_container_curs {
    border: none !important;
    display: none;
    margin-left: 10px;
}
#widget_container_curs > div:nth-child(1) {
    width: 60%;
    display: none;
}
#widget_container_curs > div:nth-child(2) {
    width: 60%;
    display: none;
}
#widget_container_curs > div:nth-child(3) {
    color:black !important;
    background: none !important;
}
#widget_container_curs > div:nth-child(4) {
    margin-top: 21px;
}
#widget_container_curs > div:nth-child(3) {
    display: none !important;
    margin-top: -35px;
    width: 80% !important;
    margin-left: 10px;
}
#widget_convertor_suma,
#widget_convertor_din,
#widget_convertor_in
{
    height: 35px !important;
    padding: 10px !important;
    border: 1px solid rgba(31,31,29,0.3) !important;
}
#widget_container_curs table>tr>td {
    font-size: 16px !important;
    font-weight: bold;
}
#widget_container_curs table b,
#widget_container_curs table span
{
    font-size: 16px !important;
}

.article .article_entry img{
    width: 100%!important;
    height: auto!important;
}
/*footer */
#footer .nav_box div.cat_1 {
    font-weight: bold;
    font-size: 18px;
    min-height: 23px;
    margin-bottom: 24px;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    color: inherit;
}
/*home*/
.heading.small .h1_v1 {
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    color: #1F1F1D;
    padding: 0 0 13px 0;
    margin: 0 0 1px 0;
    display: inline-block;
    position: relative;
    ont-family: 'Open Sans', sans-serif;
}
/*contacts*/
.feedback_form h1 {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 32px;
    color: #1F1F1D;
}
/*category detail*/
.heading h1.h1_v2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #1F1F1D;
    padding: 0 0 13px 0;
    margin: 0 0 1px 0;
    display: inline-block;
    position: relative;
}
.heading h1.h1_v2:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #550D0D;
}
/*articel detail*/
.article .article_title h1.h1_v3 {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 32px;
    color: #1F1F1D;
}

/* alex*/
.menu .in_grid>div>ul>li:not(:last-child){
    margin-right: 50px !important;
}
.menu .in_grid>div>ul{
    float: right !important;
}
/*end alex*/
.logo_header {
    margin-top: 5px;
}

input[type="email"].subscribe_email::-webkit-input-placeholder {
    color: white;
}
.white,.white:hover {
    color:white;
}
.pointer {
    cursor:pointer;
}
@media (max-width: 1000px) {
    .home_slider_nav .hs_item .hs_over {
        position: inherit;
    }
}

@media only screen and (max-width: 1205px) and (min-width: 1199px)  {
    .in_grid > div:nth-child(2) {
        padding-left:11%;
    }
}
@media (max-width: 660px) {
    .curs_list_area,
    .curs_values
    {
        display: none;
    }
    .home_slider_wrap {
        margin-top: 25px;
    }
    .curs_wrapper {
        display: block;
    }
    .curs_settings {
        margin:0px;
    }
}

.slide_article_bg{
    position: relative;
    z-index: 1;
}
.slide_article_bg::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
}
/*home*/
.ads.format_1920x162 {
    height: auto;
}
.blog_ads a:focus,
.blog_ads a:hover {
    opacity: 1;
}
.blog_ads,
.blog_ads:hover
{
    box-shadow: none;
}
/*interviu*/
.post_slider_article {
    bottom: 0px;
    height: 37%;
    top: auto;
}
.post_slider_article .ps_content {
    padding: 15px 30px;
}
.post_slider_article .ps_more {
    margin-top: 10px;
}
.post_slider_article .ps_title {
    margin: 20px 0;
}
.post_slider_article .ps_meta {
    margin: 5px 0px;
}
.post_slider_article .ps_title a {
    font-size: 25px;
}
/*remove label*/

.search_box .search_label {
    display: block;
    position: relative;
    margin: 0
}

.search_box label>button {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 21px;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/icon-search.png") 0 0 no-repeat
}

.search_box .search_label>button:hover {
    opacity: .75
}

.search_box .search_label>button:active {
    opacity: .45
}

.search_box .search_label input {
    display: block;
    width: 100%;
    background: transparent;
    outline: none;
    border: 0;
    color: #fff;
    padding: 4px 30px 0 25px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.subscribe_box {
    position: relative
}

.subscribe_box form {
    display: block;
    padding: 0;
    margin: 0
}

.subscribe_box form .subscribe_box_label {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1
}

.subscribe_box form .subscribe_box_label input[type=text] {
    display: block;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 16px;
    border: 0;
    margin: 0;
    padding: 8px 8px 8px 15px;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.subscribe_box form .subscribe_box_label button {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 0;
    width: 60px;
    height: 32px;
    border-radius: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent url("../images/long-arrow.png") center center no-repeat
}

.subscribe_box form .subscribe_box_label button:hover,
.subscribe_box form .subscribe_box_label button:focus {
    background-color: #550D0D
}

#footer .subscribe_box {
    margin-top: 100px
}
.created_a {
    color:white !important;
    text-decoration: underline;
}