/*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_6 .stm_staff {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-top: 0;
  text-align: center;
  overflow: hidden;
  padding-bottom: 30px; }
  .stm_staff_container_grid.style_6 .stm_staff:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%; }
  .stm_staff_container_grid.style_6 .stm_staff__info {
    padding: 0 15px 20px; }
  .stm_staff_container_grid.style_6 .stm_staff__image {
    margin: 0 auto 25px; }
    .stm_staff_container_grid.style_6 .stm_staff__image img {
      width: 230px; }
  .stm_staff_container_grid.style_6 .stm_staff__name {
    margin-bottom: 3px;
    font-size: 18px; }
    .stm_staff_container_grid.style_6 .stm_staff__name:before {
      margin: 0 auto 21px; }
  .stm_staff_container_grid.style_6 .stm_staff__job {
    margin-bottom: 15px;
    font-size: 13px;
    color: #999999; }
  .stm_staff_container_grid.style_6 .stm_staff__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px; }
  .stm_staff_container_grid.style_6 .stm_staff__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .stm_staff_container_grid.style_6 .stm_staff__socials li {
      margin-right: 6px; }
      .stm_staff_container_grid.style_6 .stm_staff__socials li:last-child {
        margin-right: 0; }
      .stm_staff_container_grid.style_6 .stm_staff__socials li a {
        display: block;
        border: 1px solid #cacaca;
        border-radius: 50%;
        height: 34px;
        width: 34px;
        display: block;
        color: #c3c3c3 !important; }
        .stm_staff_container_grid.style_6 .stm_staff__socials li a:hover {
          color: #fff !important; }
        .stm_staff_container_grid.style_6 .stm_staff__socials li a i {
          font-size: 14px; }
  .stm_staff_container_grid.style_6 .stm_staff_cta {
    border-radius: 15px;
    padding: 170px 60px 30px 60px;
    text-align: center; }
    .stm_staff_container_grid.style_6 .stm_staff_cta:before, .stm_staff_container_grid.style_6 .stm_staff_cta:after {
      font-family: stmicons;
      color: #fff;
      position: absolute;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 70px; }
    .stm_staff_container_grid.style_6 .stm_staff_cta:before {
      content: "\ec5b";
      font-size: 65px; }
    .stm_staff_container_grid.style_6 .stm_staff_cta:after {
      content: "\ec5c";
      font-size: 96px; }
    .stm_staff_container_grid.style_6 .stm_staff_cta__title {
      color: #fff; }
    .stm_staff_container_grid.style_6 .stm_staff_cta .h4 {
      margin-bottom: 10px; }
    .stm_staff_container_grid.style_6 .stm_staff_cta__link {
      margin-top: -70px !important; }
      .stm_staff_container_grid.style_6 .stm_staff_cta__link > a {
        display: inline-block;
        border: 2px solid #fff;
        padding: 11px 42px;
        text-transform: none;
        font-size: 14px;
        border-radius: 6px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        margin-bottom: 30px; }
        .stm_staff_container_grid.style_6 .stm_staff_cta__link > a:hover {
          background-color: transparent; }
    .stm_staff_container_grid.style_6 .stm_staff_cta:hover .stm_staff_cta__link > a {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important; }
    .stm_staff_container_grid.style_6 .stm_staff_cta:hover .stm_staff_cta__title {
      opacity: 0;
      visibility: hidden; }
    @media (max-width: 1023px) {
      .stm_staff_container_grid.style_6 .stm_staff_cta {
        height: 100%; } }
  .stm_staff_container_grid.style_6 .stm_staff:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1024px) {
    .stm_staff_container_grid.style_6 .stm_staff {
      height: 100%; }
      .stm_staff_container_grid.style_6 .stm_staff_cta {
        padding: 170px 20px 0 20px; }
        .stm_staff_container_grid.style_6 .stm_staff_cta__link {
          margin-top: 0 !important; }
          .stm_staff_container_grid.style_6 .stm_staff_cta__link a {
            opacity: 1;
            visibility: visible; }
        .stm_staff_container_grid.style_6 .stm_staff_cta .stm_staff_cta__title {
          margin-bottom: 25px; }
        .stm_staff_container_grid.style_6 .stm_staff_cta:hover .stm_staff_cta__title {
          opacity: 1;
          visibility: visible; }
        .stm_staff_container_grid.style_6 .stm_staff_cta:hover .stm_staff_cta__link a {
          display: inline-block !important; } }

.stm_staff_container_grid.style_6 .owl-stage-outer {
  margin-bottom: 10px; }

.stm_staff_container_grid.style_6 .owl-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .stm_staff_container_grid.style_6 .owl-controls:before, .stm_staff_container_grid.style_6 .owl-controls:after {
    content: '';
    display: block;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .stm_staff_container_grid.style_6 .owl-controls .owl-nav {
    padding: 0 20px; }
    .stm_staff_container_grid.style_6 .owl-controls .owl-nav .owl-prev, .stm_staff_container_grid.style_6 .owl-controls .owl-nav .owl-next {
      height: 40px;
      width: 40px;
      position: static;
      margin: 0;
      display: inline-block;
      border: 1px solid #e6e6e6;
      border-radius: 2px;
      margin: 0 5px !important; }
      .stm_staff_container_grid.style_6 .owl-controls .owl-nav .owl-prev:before, .stm_staff_container_grid.style_6 .owl-controls .owl-nav .owl-next:before {
        font-size: 12px; }
      .stm_staff_container_grid.style_6 .owl-controls .owl-nav .owl-prev:hover:before, .stm_staff_container_grid.style_6 .owl-controls .owl-nav .owl-next:hover:before {
        color: #fff !important; }

.stm_layout_beauty .stm_staff_grid_style_6 .stm_staff__name:after {
  margin: 21px auto !important; }
