/*----------------- S-CROSSFIT-SLIDER -----------------*/
.s-crossfit-slider {
    position: relative;
    margin-top: var(--header-height); }
  
    @media screen and (min-width: 1024px) {
      .s-crossfit-slider {
        margin-top: calc(var(--header-height) + 2rem);}
    }
    .s-crossfit-slider:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 66px;
      background-color: var(--dark-color);
      z-index: 4;
      pointer-events: none;
      bottom: -1px;
      clip-path: polygon(100% 100%, 0 0, 0 100%); }
  
  .slider-navigation {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 4; }
    .slider-navigation .container {
      display: flex;
      justify-content: center; }
    .slider-navigation .slider-navigation-cover {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 80px;
      position: relative; }
    .slider-navigation .slick-dots {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .slider-navigation .slick-dots li {
        margin-right: 10px;
        cursor: pointer; }
        .slider-navigation .slick-dots li:last-child {
          margin-right: 0; }
        .slider-navigation .slick-dots li:hover button, .slider-navigation .slick-dots li.slick-active button {
          color: var(--text-color-3); }
        .slider-navigation .slick-dots li button {
          background-color: transparent;
          margin: 0;
          padding: 0;
          font-family: "Play", sans-serif;
          font-size: var(--ultra-font-size);
          font-weight: var(--font-ultra-bold);
          line-height: 34px;
          border: none;
          color: #fff;
          padding: 0 2px;
          transition: .25s ease-in; }
    .slider-navigation .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 1;
      display: flex; }
      .slider-navigation .slick-arrow:hover svg {
        fill: #fff; }
      .slider-navigation .slick-arrow svg {
        fill: var(--text-color-3);
        transition: .25s ease-in; }
      .slider-navigation .slick-arrow.slick-arrow-prev {
        left: 0; }
      .slider-navigation .slick-arrow.slick-arrow-next {
        right: 0; }
  
  .page-loaded .crossfit-slide.slick-current .crossfit-slide-bg {
    transition: 0.6s cubic-bezier(0.26, 0.01, 0.22, 1.06) 0.2s;
    transform: scale(1) rotate(0deg); }
  .page-loaded .crossfit-slide.slick-current .crossfit-slide-cover {
    transform: scale(1);
    opacity: 1;
    transition-delay: .3s;
    z-index: 1; }
  .page-loaded .crossfit-slide.slick-current .crossfit-slider-effect {
    transition: 0.4s cubic-bezier(0.26, 0.01, 0.22, 1.06);
    transition-delay: .4s;
    transform: scale(1);
    opacity: 1; }
    .page-loaded .crossfit-slide.slick-current .crossfit-slider-effect.effect-2 {
      transition-delay: .48s; }
  
  .crossfit-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .crossfit-slide .crossfit-slide-bg {
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .4s ease-in;
    transform: scale(0.7) rotate(10deg); }
  .crossfit-slide .crossfit-slide-cover {
    transform: scale(0.5);
    opacity: 0;
    transition: 0.25s cubic-bezier(0.26, 0.01, 0.22, 1.06); }
  .crossfit-slide .container {
    min-height: 774px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding-bottom: 22px; }
  .crossfit-slide .title {
    font-size: 3.5rem !important;
    text-transform: uppercase;
    width: 100%; }
    .crossfit-slide .title span {
      color: var(--first-color);
      text-shadow: 0 1px #FFF; }
  .crossfit-slide p {
    max-width: 660px;
    margin: 8px auto 40px;
    padding: 15px 20px;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 300; }
  
  .crossfit-slider-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(2);
    opacity: 0; }
  
  .crossfit-slider-lite .crossfit-slide .title span {
    color: #f23849; }
  
  .scene {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
  
  .scene-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
  
  /*=============== FEATURED ATHLETES ===============*/
  .s-our-programs {
      padding: 60px 0 60px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      position: relative;
  }
  
  .s-our-programs .our-programs-effect {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
  }
  
  .s-our-programs:after, .s-our-programs:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 24px;
      background-color: var(--dark-color);
      z-index: 2;
  }
  .s-our-programs:before {
      top: -1px;
      clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .s-our-programs:after {
      bottom: -1px;
      clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
    .s-our-programs .container {
      position: relative;
      z-index: 3;
  }
  
  .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*background-color: rgba(0, 0, 0, 0.7);*/
      pointer-events: none;
  }
    
  .program-col:nth-child(2n) {
      padding-top: 40px;
  }
    
  .program-item {
      height: 450px;
      position: relative;
  }
  .program-item:hover .program-item-front {
      transform: rotateY(180deg);
  }
  .program-item:hover .program-item-front .program-item-inner {
      transform: translateZ(100px);
      transition-delay: 0s;
  }
  
  .program-item:hover .program-item-back {
      transform: rotateY(0deg);
  }
  .program-item:hover .program-item-back .program-item-inner {
      transform: translateZ(0px);
      transition-delay: .2s;
  }
  .program-item .program-item-inner {
      width: 100%;
      z-index: 2;
      backface-visibility: hidden;
      text-align: center;
  }
  .program-item .program-item-inner h3 {
      text-transform: uppercase;
      font-size: 1.5rem;
  }
  .program-item .program-item-inner .btn {
      font-family: var(--header-font);
      font-weight: var(--font-bold);
      min-width: 134px;
      background-color: var(--first-color);
      padding: 10px 55px;
  }
  .program-item .program-item-inner .btn:hover {
      background-color: var(--dark-color-light);
  }
  .program-item .program-item-front, .program-item .program-item-back {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      backface-visibility: hidden;
      transform-style: preserve-3d;
  }
  .program-item .program-item-front {
      transform: rotateY(0deg);
      z-index: 2;
      transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  }
  .program-item .program-item-front .program-item-inner {
      transform: translateZ(50px);
      transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition-delay: .2s;
  }
  .program-item .program-item-back {
      transform: rotateY(-180deg);
      z-index: 1;
      transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  }
  .program-item .program-item-back:before {
      content: '';
      position: absolute;
      border: 5px solid var(--first-color);
      top: -14px;
      bottom: -14px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 94%;
      z-index: 1;
      opacity: 1;
      backface-visibility: hidden;
      transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  }
  .program-item .program-item-back .program-item-inner {
      transform: translateZ(125px);
      transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  }
  .program-item .program-item-back .program-item-inner h3 {
      margin-bottom: 22px;
      font-size: 1.5rem;
  }
  
  @media screen and (max-width: 767px) {
      .program-col:nth-child(1n){
          padding-top: 40px;
      }
  }
  
  /*------------------ S-OUR-TRAINER ------------------*/
  .s-our-trainer {
      padding: 60px 0 60px; }
      .s-our-trainer .about-effect-tringle {
        top: 30%;
        right: 5%; }
    
    .trainer-img-col {
      display: flex;
      justify-content: flex-end; }
    
    .our-trainer-row {
      align-items: center; }
    
    .our-trainer-effect-1,
    .our-trainer-effect-2,
    .our-trainer-effect-3 {
      position: absolute; }
    
    .our-trainer-effect-1 {
      left: 40px;
      top: -90px; }
    
    .our-trainer-effect-2 {
      bottom: -90px;
      right: 20%; }
    
    .our-trainer-effect-3 {
      left: -50px;
      top: -30px; }
    
    .our-trainer-img {
      position: relative;
      z-index: 1; }
    
    .trainer-img-cover {
      display: flex;
      position: relative; }
    
    .our-trainer-info .name {
      color: var(--first-color); }
    .our-trainer-info .prof {
      font-weight: 600;
      margin-bottom: 15px; }
    .our-trainer-info p {
      max-width: 90%; }
    .our-trainer-info .social-list {
      margin-top: 38px; }
      .our-trainer-info .social-list li {
        margin-right: 18px; }
        .our-trainer-info .social-list li:last-child {
          margin-right: 0; }
      .our-trainer-info .social-list a {
        font-size: 23px; }
  
  /*------------------- S-OUT-TRAINER -------------------*/
  .s-out-trainer {
      padding: 60px 0 60px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-color: var(--dark-color) }
    
    .out-trainer-col {
      margin-bottom: 30px; }
      .out-trainer-col:nth-child(2n) {
        transform: translateY(30px); }
    
    .out-trainer-item {
      display: flex;
      justify-content: space-between;
      background-color: var(--dark-color-light);
      align-items: stretch;
      transition: .25s ease-in; }
      .out-trainer-item:hover {
        background-color: #fff; }
        .out-trainer-item:hover h3 a {
          color: var(--dark-color); }
          .out-trainer-item:hover h3 a:hover {
            color: var(--first-color); }
        .out-trainer-item:hover p {
          color: var(--dark-color-light); }
        .out-trainer-item:hover .social-list li a {
          color: var(--dark-color); }
          .out-trainer-item:hover .social-list li a:hover {
            color: var(--first-color); }
    
    .out-trainer-img {
      flex: 0 0 30%;
      max-width: 30%; }
      .out-trainer-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    
    .out-trainer-info {
      flex: 0 0 70%;
      max-width: 70%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      padding: 30px; }
      .out-trainer-info h3 {
        text-transform: uppercase;
        transition: .25s ease-in; }
      .out-trainer-info .prof {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 16px;
        color: var(--first-color);
        transition: .25s ease-in;
        font-weight: 500; }
      .out-trainer-info p {
        color: var(--text-color-3);
        margin-bottom: 17px;
        transition: .25s ease-in; }
      .out-trainer-info .social-list li {
        margin-right: 18px; }
        .out-trainer-info .social-list li:last-child {
          margin-right: 0; }
        .out-trainer-info .social-list li a {
          transition: .25s ease-in;
          font-size: 23px; }
  
  @media screen and (max-width: 767px) {
      .out-trainer-col:nth-child(2n) {
          transform: translateY(0); }
  }
  
  /*----------------- S-CROSSFIT-BANNER -----------------*/
  .s-crossfit-banner {
      position: relative;
      background-color: var(--first-color);
      display: flex;
      justify-content: space-between; }
      .s-crossfit-banner:after, .s-crossfit-banner:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 24px;
        background-color: var(--dark-color);
        z-index: 1;
        pointer-events: none; }
      .s-crossfit-banner:before {
        bottom: -1px;
        clip-path: polygon(100% 100%, 0 0, 0 100%); }
      .s-crossfit-banner:after {
        top: -1px;
        clip-path: polygon(100% 0, 0 0, 0 100%); }
    
    .crossfit-banner-left {
      width: 44.5%;
      height: 604px;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
      position: relative; }
      .crossfit-banner-left:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.5); }
    
    .crossfit-banner-right {
      width: 55.5%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 20px 15px 10px 124px;
      position: relative; }
      .crossfit-banner-right:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/bg-crossfit-F-5WZ3K.svg"); }
      .crossfit-banner-right .text-top {
        font-family: "Righteous", sans-serif;
        color: var(--dark-color);
        font-weight: 400;
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 19px;
        position: relative;
        z-index: 1; }
      .crossfit-banner-right h2 {
        font-size: 9rem;
        text-transform: uppercase;
        line-height: 0.7em;
        margin-bottom: 29px;
        position: relative;
        z-index: 1; }
      .crossfit-banner-right .text-bottom {
        font-size: 64px;
        font-weight: 500;
        text-transform: uppercase;
        font-style: italic;
        line-height: 1em;
        position: relative;
        z-index: 1; }
        .crossfit-banner-right .text-bottom a {
          font-weight: 700;
          color: var(--first-color-alt);
          position: relative; }
          .crossfit-banner-right .text-bottom a:before {
            content: '';
            position: absolute;
            display: block;
            bottom: -1px;
            left: 0;
            transition: .3s ease;
            background-color: var(--first-color-alt);
            height: 2px;
            width: 100%; }
          .crossfit-banner-right .text-bottom a:hover {
            color: var(--white-color); }
            .crossfit-banner-right .text-bottom a:hover:before {
              width: 0;
              background-color: var(--white-color); }
  
  @media (max-width: 1680px) {
      .crossfit-banner-right {
          padding-left: 60px; }
      .crossfit-banner-right h2 {
          font-size: 8em; }
      .crossfit-banner-right .text-top {
          font-size: 42px; }
      .crossfit-banner-right .text-bottom {
          font-size: 48px; }
                
      .crossfit-banner-left {
          height: 560px; } }
  @media (max-width: 1535px) {
      .crossfit-banner-right .text-bottom {
          font-size: 42px; }
      .crossfit-banner-right .text-top {
          font-size: 40px; }
      .crossfit-banner-right h2 {
          font-size: 7em; }
                
      .crossfit-banner-left {
          height: 510px; } }
  
  @media screen and (max-width: 1279px) {
      .crossfit-banner-right .text-top {
          font-size: 26px; }
        .crossfit-banner-right .text-bottom {
          font-size: 28px; }
        .crossfit-banner-right h2 {
          font-size: 5.2em; }
      
        .crossfit-banner-left {
          height: 400px; }
  }
  
  @media screen and (max-width: 1023px) {
      .crossfit-banner-right {
          padding-left: 40px; }
          .crossfit-banner-right h2 {
            font-size: 60px; }
          .crossfit-banner-right .text-top {
            font-size: 24px; }
          .crossfit-banner-right .text-bottom {
            font-size: 26px; }
      
        .crossfit-banner-left {
          height: 350px; }
        }
  
  @media screen and (max-width: 767px) {
      .crossfit-banner-left {
          height: 300px; }
      
        .crossfit-banner-right .text-top {
          font-size: 20px; }
        .crossfit-banner-right .text-bottom {
          font-size: 20px; }
        .crossfit-banner-right h2 {
          font-size: 44px; }
      
  }
  
  @media screen and (max-width: 639px) {
      .crossfit-banner-left {
          display: none; }
      .crossfit-banner-right {
          padding: 70px 15px;
          width: 100%; }
      .crossfit-banner-right h2 {
          font-size: 52px; }
  }
  
  /*----------------- S-RELATED-POSTS -----------------*/
  .s-related-posts {
      padding-bottom: 110px;
      background-color: var(--dark-color); }
      .s-related-posts.home-related-posts {
        padding-top: 60px;
        padding-bottom: 40px; }
        .s-related-posts.home-related-posts .related-post-col:nth-child(2n) {
          transform: translateY(40px); }
      .s-related-posts .related-post-col {
        margin-bottom: 30px; }
      .s-related-posts .post-item-cover {
        background-color: var(--dark-color-light);
        padding: 0 0 90px;
        min-height: 202px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100%; }
        .s-related-posts .post-item-cover .text {
          color: #fff; }
        .s-related-posts .post-item-cover .post-footer {
          margin-top: 16px; }
        .s-related-posts .post-item-cover .title {
          margin-top: 15px;
          margin-bottom: 15px; }
        .s-related-posts .post-item-cover .post-header {
          margin-bottom: 44px;
          position: relative; }
          .s-related-posts .post-item-cover .post-header .related-post-categ {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 2;
            text-transform: uppercase;
            background-color: var(--first-color);
            text-align: center;
            font-weight: 600;
            min-width: 120px;
            line-height: 37px;
            padding: 0 15px; }
        .s-related-posts .post-item-cover .post-thumbnail img {
          height: 360px; }
        .s-related-posts .post-item-cover .post-footer .meta {
          margin-bottom: 0; }
  .s-related-posts .post-item-cover .btn {
      background-color: var(--second-color);
      position: absolute;
      bottom: 10px;
      left: 45px;
      min-width: 120px;;
      margin-inline: auto;
      text-align: center;
      line-height: 37px;
      padding: 0 15px;
  }
  .s-related-posts .post-item-cover .btn span {
    font-family: var(--header-font);
    font-weight: var(--font-regular);
  }
  .s-related-posts .post-item-cover .btn:hover {
      background-color: var(--dark-color);
  }
        .s-related-posts .post-item-cover .post-content,
        .s-related-posts .post-item-cover .post-footer {
          padding: 0 44px; }
  
  @media screen and (max-width: 767px) {
      .s-related-posts.home-related-posts .related-post-col:nth-child(2n) {
          transform: translateY(0); }
  }
  
  /*----------------------- S-NEWS -----------------------*/
  .s-news {
      padding: 140px 0; }
    
    .post-item-cover {
      margin-top: 100px; }
      .post-item-cover .title {
        margin-bottom: 12px;
        margin-top: 27px; }
      .post-item-cover:first-child {
        margin-top: 0; }
      .post-item-cover .post-header {
        margin-bottom: 22px;
        overflow: hidden;
        border-radius: 0;
        position: relative; }
      .post-item-cover .post-thumbnail a {
        display: block; }
        .post-item-cover .post-thumbnail a:hover {
          opacity: .6; }
      .post-item-cover .post-thumbnail img {
        display: block;
        width: 100%;
        height: 548px;
        object-fit: cover; }
      .post-item-cover .meta {
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        z-index: 2;
        font-size: 14px; }
        .post-item-cover .meta span {
          font-size: var(--small-font-size);
          margin-right: 46px;
          display: flex;
          align-items: center; }
          .post-item-cover .meta span:last-child {
            margin-right: 0; }
        .post-item-cover .meta i {
          font-size: 16px;
          margin-right: 10px;
          margin-top: -2px;
          color: var(--white-color); }
        .post-item-cover .meta .post-by a {
          margin-right: 5px; }
          .post-item-cover .meta .post-by a:last-child {
            margin-right: 0; }
        .post-item-cover .meta .post-tags a,
        .post-item-cover .meta .post-category a {
          margin-right: 5px;
          position: relative; }
          .post-item-cover .meta .post-tags a:last-child,
          .post-item-cover .meta .post-category a:last-child {
            margin-right: 0; }
          .post-item-cover .meta .post-tags a:after,
          .post-item-cover .meta .post-category a:after {
            content: ',';
            color: #fff; }
          .post-item-cover .meta .post-tags a:last-child:after,
          .post-item-cover .meta .post-category a:last-child:after {
            display: none; }
      .post-item-cover .text {
        color: #bebebe; }
      .post-item-cover .post-footer {
        margin-top: 29px; }
        .post-item-cover .post-footer .meta {
          margin-bottom: 24px; }
    
    blockquote {
      margin: 20px 0;
      padding: 30px 78px 30px 105px;
      position: relative;
      border-radius: 0;
      background-color: #272a31; }
    
    blockquote p {
      font-style: italic;
      font-size: 18px;
      line-height: 1.6em;
      position: relative;
      z-index: 1;
      color: #fff; }
    
    blockquote cite {
      margin-top: 14px;
      display: block;
      color: #fff;
      font-style: normal; }
    
    blockquote cite:before {
      content: '—';
      display: inline-block;
      margin-right: 10px; }
    
    blockquote:before {
      content: '\f10e';
      position: absolute;
      font-size: 40px;
      line-height: 40px;
      top: 30px;
      left: 30px;
      font-family: 'FontAwesome';
      color: #f23849; }