@charset "UTF-8";

.stm_categories_tabs_style_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__heading h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__separator {
    display: none;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    transition: 0.3s ease;
    opacity: 0;
    margin-top: 15px;
    right: 0;
    left: auto;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__dropdown button {
    background-color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__dropdown button[aria-expanded=true] span {
    transform: rotate(180deg);
    transform-origin: center center;
}

.stm_categories_tabs_style_2 .stm_categories_tabs__dropdown button span {
    transition: 0.3s ease;
    margin: 1px 0 0 0;
    font-size: 10px;
}

.stm_categories_tabs_style_2 ul.nav-tabs {
    margin: 0 auto;
    border: 0;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li {
    background-color: transparent !important;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li:not(:last-child):after {
    content: "񈥙" !important;
    font-family: "stmicons" !important;
    position: absolute;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    top: 50%;
    z-index: 1;
    font-size: 18px;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li.active a:after {
    opacity: 1;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li > a {
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    padding: 5px 30px;
    color: #000 !important;
    position: relative;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li > a:hover {
    background-color: transparent;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li > a:hover:after {
    opacity: 1;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li > a:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 30px;
    right: 30px;
    bottom: 0;
    opacity: 0;
}

.stm_categories_tabs_style_2 ul.nav-tabs > li.active > a {
    border: 0;
}

.stm_categories_tabs_style_2 .tab-pane {
    float: left;
    margin: 0 15px;
}

.stm_categories_tabs_style_2 .tab-pane.in .single_post {
    transform: translateY(0);
    opacity: 1;
}

.stm_categories_tabs_style_2 .single_post {
    transition: 0.3s ease;
    transform: translateY(50px);
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
}

.stm_categories_tabs_style_2 .single_post:nth-child(3n+1) {
    clear: both;
}

.stm_categories_tabs_style_2 .single_post:last-child {
    border: 0;
}

.stm_categories_tabs_style_2 .single_post:nth-child(1) {
    transition-delay: 0.1 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(2) {
    transition-delay: 0.2 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(3) {
    transition-delay: 0.3 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(4) {
    transition-delay: 0.4 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(5) {
    transition-delay: 0.5 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(6) {
    transition-delay: 0.6 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(7) {
    transition-delay: 0.7 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(8) {
    transition-delay: 0.8 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(9) {
    transition-delay: 0.9 s;
}

.stm_categories_tabs_style_2 .single_post:nth-child(10) {
    transition-delay: 1 s;
}

.stm_categories_tabs_style_2 .single_post__image {
    border: 1px solid #d9d9d9;
    width: 100%;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 12px;
}

.stm_categories_tabs_style_2 .single_post__image:before, .stm_categories_tabs_style_2 .single_post__image:after {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: 15;
    top: 50%;
    left: 50%;
    opacity: 0;
}

.stm_categories_tabs_style_2 .single_post__image:before {
    width: 65px;
    margin-left: -32px;
    height: 1px;
}

.stm_categories_tabs_style_2 .single_post__image:after {
    width: 1px;
    height: 65px;
    margin-top: -32px;
}

.stm_categories_tabs_style_2 .single_post__image > a {
    position: relative;
    z-index: 10;
    display: block;
}

.stm_categories_tabs_style_2 .single_post__image > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1f1f1f;
    opacity: 0;
}

.stm_categories_tabs_style_2 .single_post__image:hover:before, .stm_categories_tabs_style_2 .single_post__image:hover:after {
    opacity: 1;
}

.stm_categories_tabs_style_2 .single_post__image:hover > a:after {
    opacity: 0.6;
}

.stm_categories_tabs_style_2 .single_post__image img {
    width: 100%;
}

.stm_categories_tabs_style_2 .single_post__image .video_label {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 7px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    height: 25px;
    backface-visibility: hidden;
}

.stm_categories_tabs_style_2 .single_post__image .video_label:before {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: -25px;
    top: 0;
    backface-visibility: hidden;
}

.stm_categories_tabs_style_2 .single_post__image .video_label:after {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: rotate(360deg);
    backface-visibility: hidden;
}

.stm_categories_tabs_style_2 .single_post__title {
    margin-bottom: 15px;
}

.stm_categories_tabs_style_2 .single_post__title h3 {
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 26px;
}

.stm_categories_tabs_style_2 .single_post__title h3 a {
    text-transform: uppercase;
}

.stm_categories_tabs_style_2 .single_post__excerpt {
    display: none;
}

.stm_categories_tabs_style_2 .single_post__info {
    display: none;
}

.stm_categories_tabs_style_2 .single_post__categories {
    display: none;
}

@media (max-width: 550px) {
    .stm_categories_tabs_style_2 .single_post {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stm_categories_tabs_style_2 .single_post .post__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .stm_categories_tabs_style_2 .single_post .post__image img {
        width: 100%;
    }

    .stm_categories_tabs_style_2 .single_post .post__body {
        width: 100%;
    }
}