/*COLORS*/
/*FONTS*/
ul.stm_staff__socials {
    margin-bottom: 0;
}

ul.stm_staff__socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 18px;
}

ul.stm_staff__socials li:last-child {
    margin-right: 0;
}

ul.stm_staff__socials li a {
    color: #cbcbcb;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 31px;
    border: 3px solid #cbcbcb;
    text-align: center;
}

@media (max-width: 550px) {
    ul.stm_staff__socials li {
        margin-right: 5px;
    }
}

.stm_staff_container__carousel {
    margin: 0 -15px;
}

.stm_staff_container__carousel .owl-carousel {
    margin: 0;
}

.stm_staff_container__carousel .owl-carousel .owl-item > div {
    width: 100%;
    float: none;
}

@media (max-width: 769px) and (min-width: 425px) {
    .stm_staff_container_grid .col-sm-6 {
        float: left;
        width: 50%;
    }

    .stm_staff_container_grid .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 425px) {
    .stm_staff_container_grid .col-sm-6 {
        width: 100%;
    }
}

.stm_staff_container_grid.style_10 {
    position: relative;
}

.stm_staff_container_grid.style_10:before, .stm_staff_container_grid.style_10:after {
    content: "";
    position: absolute;
    display: block;
    background: url(/gym/wp-content/uploads/sites/53/2020/01/grid.png) 0 0 no-repeat;
    width: 188px;
    height: 146px;
}

.stm_staff_container_grid.style_10:before {
    top: -30px;
    left: -20px;
}

.stm_staff_container_grid.style_10:after {
    bottom: -36px;
    right: -30px;
}

.stm_staff_container_grid.style_10 .stm_staff {
    position: relative;
    transition: all 0.5s;
}

.stm_staff_container_grid.style_10 .stm_staff__info {
    min-height: 150px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

.stm_staff_container_grid.style_10 .stm_staff__name {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.stm_staff_container_grid.style_10 .owl-nav .owl-prev {
    left: -65px;
}

.stm_staff_container_grid.style_10 .owl-nav .owl-next {
    right: -65px;
}

@media (max-width: 1100px) {
    .stm_staff_container_grid.style_10 .owl-nav .owl-prev {
        left: 0;
    }

    .stm_staff_container_grid.style_10 .owl-nav .owl-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .stm_staff_container_grid.style_10 .owl-nav .owl-prev {
        left: 15px;
    }

    .stm_staff_container_grid.style_10 .owl-nav .owl-next {
        right: 15px;
    }
}

.stm_staff_container_grid.style_10 .owl-dots {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.stm_staff_container_grid.style_10 .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 4px;
}

.stm_staff_container_grid.style_10 .owl-dots .owl-dot span {
    display: none;
}