
/************************************************************************
*  Team 4 css
************************************************************************/

.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
  }
  @-webkit-keyframes fa-spin-fast {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin-fast {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .tgx-team-4 {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
  }
  .tgx-team-4 .title-wrapper {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tgx-team-4 .title-wrapper span {
    display: block;
  }
  .tgx-team-4 .title-wrapper strong {
    font-weight: 400;
    display: block;
    font-size: 14px;
  }
  .tgx-team-4 .title-wrapper:before,
  .tgx-team-4 .title-wrapper:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tgx-team-4 .title-wrapper:after {
    top: auto;
    bottom: 0;
  }
  @media screen and (max-width: 767px) {
    .tgx-team-4.mc-active {
      padding-bottom: 0;
      height: auto;
    }
  }
  .tgx-team-4.mc-active .title-wrapper {
    top: 0;
    padding: 10px 16px 10px 90px;
  }
  .tgx-team-4.mc-active .title-wrapper:before {
    top: 0;
  }
  .tgx-team-4.mc-active .title-wrapper:after {
    bottom: -16px;
  }
  .tgx-team-4 .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tgx-team-4 .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tgx-team-4.mc-active .mc-btn-action {
    top: 62px;
  }
  .tgx-team-4 .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
  }
  .tgx-team-4 .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }
  
  .tgx-team-4 .mc-footer a {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    top: 200px;
    text-align: center;
  }
  .tgx-team-4 .mc-footer a:nth-child(1) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tgx-team-4 .mc-footer a:nth-child(2) {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .tgx-team-4 .mc-footer a:nth-child(3) {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }
  .tgx-team-4 .mc-footer a:nth-child(4) {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  .tgx-team-4 .mc-footer a:nth-child(5) {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
  }
  .tgx-team-4 .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tgx-team-4.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20;
  }
  .tgx-team-4.mc-active .mc-content {
    padding-top: 5.6em;
  }
  
  .tgx-team-4.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding: 15px;
  }
  .tgx-team-4.mc-active .mc-footer a {
    top: 0;
  }
  
  .tgx-team-4.animation .title-wrapper {
    background-color: #3F51B5;
  }
  .tgx-team-4.animation .title-wrapper:after {
    border-top-color: #3F51B5;
    border-right-color: #3F51B5;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .tgx-team-4.animation .title-wrapper:before {
    border-top-color: transparent;
    border-right-color: #B71C1C;
    border-bottom-color: #B71C1C;
    border-left-color: transparent;
  }
  .tgx-team-4.animation.mc-active .title-wrapper:before {
    border-top-color: transparent;
    border-right-color: #3F51B5;
    border-bottom-color: #3F51B5;
    border-left-color: transparent;
  }
  .tgx-team-4.animation.mc-active .title-wrapper:after {
    border-top-color: #B71C1C;
    border-right-color: #B71C1C;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .tgx-team-4.animation .mc-btn-action {
    background-color: #3F51B5;
    font-size: 22px;
  }
  .tgx-team-4.animation .mc-btn-action:hover {
    background-color: #B71C1C;
  }
  
  .tgx-team-4.animation .mc-footer a {
    background-color: #B71C1C;
  }
  .tgx-team-4.animation.mc-active .mc-content {
    background-color: #E8EAF6;
  }
  .tgx-team-4.animation.mc-active .mc-footer {
    background-color: #C5CAE9;
  }
  .tgx-team-4.animation.mc-active .mc-btn-action {
    border-color: #FFEBEE;
  }
  
  
  @media screen and (max-width: 767px) {
    .tgx-team-4.mc-active .mc-content {
      position: relative;
      margin-right: 16px;
    }
  }
  .tgx-team-4.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  @media screen and (max-width: 767px) {
    .tgx-team-4.mc-active .mc-description {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      padding: 50px 30px 70px 30px;
      bottom: 0;
    }
  }
  