﻿.section_post_left {
    border: 1px solid rgba(202, 202, 202, 0.5);
    padding: 5px;
    border-radius: 5px;
}

.open_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.with_buttons:hover .open_buttons > * {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.with_buttons:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(41,47,56,.5);
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
}

.with_buttons:hover:after {
    opacity: 1;
    visibility: visible;
}

.open_buttons > * {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .open_buttons > *:first-child {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -ms-transition-delay: .2s;
    }

    .open_buttons > *:nth-child(2) {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        -ms-transition-delay: .4s;
        margin-left: 3px;
    }

    .open_buttons > *:nth-child(3) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        -ms-transition-delay: .6s;
    }

.jackbox_button {
    position: relative;
    display: block;
    padding: 11px 11px 9px 11px;
    font-size: 18px;
}
/* Banner hover options */

.scale_image_container {
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

    .scale_image_container.var2 .caption_type_1 {
        top: calc(50% - 54px);
    }

        .scale_image_container.var2 .caption_type_1 .caption_inner {
            max-width: 360px;
        }

    .scale_image_container.var2 {
        margin-bottom: 0;
    }

.half_column .scale_image_container,
.one_third_column .scale_image_container {
    margin-bottom: 0;
}

.scale_image_container:hover .scale_image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale_image {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.caption_type_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.caption_inner {
    background: rgba(34,34,38,.3);
    padding: 17px 20px 20px;
}

.scale_image_container:hover .caption_type_1 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
/* -----------------------------------

  6. Buttons

------------------------------------- */

.button {
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

    .button.full_width {
        width: 100%;
    }

    .button.button_orange,
    .button.search_button:hover,
    .shopping_button:hover,
    .close_search_form:hover,
    .button.button_grey:hover {
        background: #ff680d;
    }

        .button.button_orange:hover,
        .button.button_grey {
            background: #3e454c;
        }

            .button.button_grey[class*="button_type_icon_"] i,
            .button.button_orange[class*="button_type_icon_"]:hover i {
                background: #383e44;
            }

        .button.button_orange[class*="button_type_icon_"] i {
            background: #ef5f08;
        }

    .button.button_grey_light {
        background: #f2f2f2;
        color: #212428;
    }

    .button.button_white {
        background: #fff;
        color: #212428;
    }

    .button.button_grey_light[class*="button_type_icon_"] i,
    .button.button_grey_light[class*="button_type_icon_"] span {
        background: #e2e6e7;
    }

    .button.button_grey_light:hover,
    .button.button_white:hover {
        background: #ff680d;
        color: #fff;
    }

    .button.button_grey_light[class*="button_type_icon_"]:hover i,
    .button.button_grey[class*="button_type_icon_"]:hover i,
    .button.button_grey_light[class*="button_type_icon_"]:hover span {
        background: #ef5f08;
        color: #fff;
    }

    .button.search_button:hover i,
    .shopping_button:hover i.fa-shopping-cart,
    .close_search_form:hover i {
        color: #f2f2f2;
    }

    .button.btn-email {
        padding: 10px 11px 9px;
    }

    .button.search_button,
    .button.shop_button {
        background-color: transparent;
        color: #b0b2b4;
        padding: 15px 10px;
    }

.header_6 .button.search_button,
.header_6 .button.shop_button {
    padding: 16px 10px;
}

.button.button_type_2 {
    padding: 8px 20px;
}

.button.button_type_3 {
    padding: 2px 10px;
    font-size: 13px;
}

.button.button_type_4 {
    padding: 13px 22px;
    font-size: 20px;
    font-weight: bold;
}

.button.button_type_icon_small {
    padding: 2px 30px 2px 11px;
    font-size: 13px;
    position: relative;
}

    .button.button_type_icon_small i {
        padding: 2px 7px;
    }

.button.button_type_icon_medium {
    padding: 8px 57px 8px 20px;
    font-size: 16px;
    position: relative;
}

    .button.button_type_icon_medium i,
    .button.button_type_icon_medium span {
        padding: 8px 12px 8px 11px;
    }

.button.button_type_icon_big {
    padding: 13px 70px 13px 22px;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

    .button.button_type_icon_big i {
        padding: 13px 16px;
    }

.button[class*="button_type_icon_"] i,
.button[class*="button_type_icon_"] span {
    font-family: FontAwesome;
    margin: 0 !important;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-weight: bold;
    font-style: inherit;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.button[class*="button_type_icon_"] span {
    font-family: 'Roboto', 'sans-serif';
}

.button.icon[class*="button_type_icon_"] {
    padding: 0;
}

    .button.icon[class*="button_type_icon_"] i {
        left: 0;
        right: inherit;
        position: relative;
    }

.shopping_button,
.search_button {
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .shopping_button > i,
    .search_button > i {
        font-size: 18px;
    }

[class*="s_form_wrap"] .search_button {
    margin-top: 9px;
}

.close_search_form {
    background-color: transparent;
    position: absolute;
    right: 15px;
    padding: 15px 11px;
    color: #b0b2b4;
    z-index: 99;
    display: block;
    top: 0;
}

.header.header_2 .close_search_form {
    right: 0;
    top: 4px;
}

.searchform_wrap.type_2 .close_search_form {
    right: 28px;
}

.searchform_wrap.type_3 .close_search_form {
    right: 0;
}

#menu_button {
    padding: 15px;
    width: 100%;
    display: none;
    background: #383e44;
}

#menu_button {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

    #menu_button:before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 16px;
        color: #fff;
        margin-right: 5px;
    }

    #menu_button.active {
        background: #ff680d;
    }

        #menu_button.active > span,
        .close_product:hover {
            color: #ff680d;
        }

.login_button:hover .popup,
.lang_button:hover .dropdown_list {
    opacity: 1;
    visibility: visible;
}

.login_button > a,
.lang_button > a {
    padding: 9px 10px;
    background: transparent;
}

.login_button a i {
    margin-right: 7px;
    color: #b0b2b4;
}

.lang_button a img {
    margin: 5px 7px 0 0;
}

.close_product {
    font-weight: 300;
    background-color: transparent;
    color: #b0b2b4;
    position: absolute;
    right: 0;
    top: 0;
}

.button.banner_button {
    padding: 2px 11px;
    text-transform: none;
    font-size: 12px;
}

.button.view_button {
    padding: 1px 11px;
    background: #f2f2f2;
    color: #3e454c;
    font-size: 12px;
}

    .button.view_button:hover {
        background: #ff680d;
        color: #fff;
    }

.button.sport {
    background: #854ec2;
}

.button.travel {
    background: #00ada7;
}

.button.business {
    background: #13b7ff;
}

.button.health {
    background: #feb41c;
}

.button.fashion {
    background: #a13d63;
}

.button.entertainment {
    background: #ec2913;
}

.button.food {
    background: #96ca2d;
}

.button.education {
    background: #70b85d;
}

.button.politics {
    background: #4a80dc;
}

.button.tech {
    background: #d1008b;
}

#sort_button {
    color: #b0b1b4;
}

    #sort_button:hover {
        color: #ff680d;
    }

    #sort_button.active {
        color: #ff680d;
    }

#load_more,
.more_news_button {
    color: #212428;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    #load_more:hover,
    .more_news_button:hover {
        color: #ff680d;
    }

/* Posts elements */

.post_image_buttons a {
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.post_image_buttons .buttons_container {
    left: 0;
    bottom: 0;
    position: absolute;
}

    .post_image_buttons .buttons_container .button {
        left: inherit;
        position: relative;
        float: left;
    }

.post_image_buttons .button {
    left: 0;
    z-index: 2;
}

.post_image_buttons .icon_box {
    padding: 2px 8px;
    background: rgba(255,255,255,0.8);
    color: #212428;
    font-size: 13px;
    right: 0;
    z-index: 2;
}

    .post_image_buttons .icon_box:hover {
        background: rgba(255,104,13,0.8);
        color: #fff;
    }

.scale_image_container .event_date {
    color: #fff;
}

.event_date,
.event_info,
.event_activity {
    font-size: 12px;
    color: #b0b1b4;
}

    .event_info a {
        color: #b0b1b4;
        margin-left: 15px;
    }

        .event_info a:first-child {
            margin-left: 0;
        }

        .event_info a:hover {
            color: #3e454c;
        }

.event_date {
    text-transform: uppercase;
}

.event_activity {
    padding-top: 5px;
}

.event_date span {
    text-transform: none;
}

.post_text {
    padding-top: 5px;
}

    .post_text .post_theme,
    .post_text .post_title {
        vertical-align: middle;
        display: inline-block;
    }

        .post_text .post_title h2,
        .post_text .post_title a,
        .small_post_list h4 {
            color: #212428;
        }

            .post_text .post_title a:hover,
            .small_post_list h4:hover {
                text-decoration: underline;
            }

    .post_text .post_theme {
        padding: 0 4px;
        background: #ff680d;
        color: #fff;
        margin: 2px 5px 0 0;
        line-height: 16px;
        font-size: 10px;
        text-transform: uppercase;
    }

    .post_text p {
        padding-top: 5px;
    }

.load_more_block,
.more_news {
    display: none;
}

.load_more_wrapper {
    margin-top: 30px;
    text-align: center;
}

.small_post_list li {
    margin-top: 30px;
}

    .small_post_list li:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: ".";
    }

.small_post_list.var2 li {
    margin-top: 20px;
}

.small_post_list.var2 h3 {
    margin-bottom: 0;
}

.small_post_list.var3 {
    margin-top: -30px;
}


.small_post_list li .scale_image_container {
    margin-bottom: 10px;
}

.small_post_list li .event_date {
    padding-top: 2px;
}

.small_post_list li .post_text .post_theme {
    float: left;
}

.small_post_list li .post_text h4 {
    display: inline;
}


.load_more_block .small_post_list {
    margin-top: 0;
}

.vertical_post_list.small_post_list {
    margin-top: 20px;
}

    .vertical_post_list.small_post_list li {
        margin-top: 20px;
    }

.wrapper {
    overflow: hidden;
}

.relative {
    position: relative;
}

.t_align_l {
    text-align: left;
}

.t_align_c {
    text-align: center;
}

.t_align_r {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.d_inline_b {
    display: inline-block;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}
