/*Fitness Courses Area*/

.ft-courses-area-warp {
  float: left;
  width: 100%;
  min-height: 814px;
}

.ft-courses-area {
  float: left;
  width: 100%;
  min-height: 814px;
  background: url('../images/ft-fitness-courses-area.png') 100% 0%;
}


.ft-courses {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.ft-courses .left {
float: left;
width: 185px;
height: 185px;
position: relative;
overflow: hidden;
top: 11px;
right: -7px;
}

.ft-courses .left img{
width: 185px;

height: 185px;
border: 1px solid #d71a20;
}
.ft-courses .ft-courses-hover-area::before {
  background: red;z-index: 10;opacity: .7;
}
.ft-courses:hover .ft-courses-hover-area:before, 
.ft-courses:focus .ft-courses-hover-area:before, 
.ft-courses:active .ft-courses-hover-area:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ft-courses .right {
  float: left;
  width: 58%;
  background: #fff;
  min-height: 158px;
  border:1px solid #bbbbbb;
}

.ft-courses .right .lefts {
  float: right;
  width: 107px;
  height: 35px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #d71a20;
}
.ft-courses .right .lefts h4{}
.ft-courses .right .lefts a {
  font-size: 14px;
  text-transform:uppercase;
  color:#fff;
  line-height: 35px;
  text-align: center;
  display: block;
}

.ft-courses .right .lefts a:hover{color:#fff; text-decoration:none}

.ft-courses .right .lefts span {
  font-size: 12px;
  font-family: 'Raleway';
  font-weight: 400;
  text-transform: uppercase;
}

.ft-courses .right .right {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding-top: 13px;
  padding-left: 28px;
  border: none;
  padding-right: 10px;
  text-align: left;
}

.ft-courses .right .right h4 {
  font-size: 14px;
  margin-bottom: 13px;
  color: #696969;
}
.ft-courses .right .right a{
  text-decoration: none;
}
.ft-courses .right .right p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

	/*Fitness Courses Time Line*/
.ft-courses-time-line {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.ft-courses-time-line .courses-timeline-wrap {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

.ft-courses-time-line .courses-timeline {
  float: left;
  width: 100%;
  min-height: 105px;
  background: #322436;
  color: #fff;
  text-align: center;
}

.ft-courses-time-line .courses-timeline h4 {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
}

.ft-courses-time-line .courses-timeline p {
  font-size: 14px;
  font-weight: 400;
}

.ft-courses-time-line .course-timeline-title {
  background: #efaf27;
  color: #191919;
}

.ft-courses-time-line .course-timeline-title h4 {
  font-size: 22px !important;
  margin-bottom: 3px !important;
  text-transform: uppercase !important;
}

.ft-courses-time-line .course-timeline-title p {
  font-size: 20px !important;
 }

.ft-courses-time-line .course-timeline-title::after {
  content: "";
  width: 25px;
  height: 105px;
  right: -20px;
  background: url('../images/ft-course-timeline-title.png') no-repeat 100% 50%;
  bottom: 0px;
  position: absolute;
  z-index: 10;
}
/*Course Content Part*/
.ft-courses .ft-courses-hover-area::before {
  background: #d71a20;
}

.ft-courses .right {
  /*border-top: 2px solid #d71a20;*/
}

.ft-courses .right .left {
  background: #d71a20;
}

/*Team Part*/
	/*Hover*/
.team-wrap:hover .team-info-wrap::before {
  background: #d71a20;
}	
  /*Active*/
.team-wrap.team-active .team-info-wrap::before{
  background: #d71a20;
}


/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #d71a20;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d71a20;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}