/*	Team 2
/*----------------------------------------------------*/

/* Colleagues */
.team-member-title {
  font-family: "Montserrat", serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2px; }

.team-caption {
  font-size: 13px;
  padding: 18px 0 20px 0;
  border-top: 1px dashed #dadada;
  border-bottom: 1px dashed #dadada;
  margin: 0;
  margin-top: 24px; }

  .font-accident-one-bold {
  	font-family: 'Montserrat';
  }
  .font-regular-normal-italic {
  	font-family: 'Lato';
  	font-style: italic;
  }
.collegaues img {
  border-bottom: 4px solid #303030; }

.team-social {
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out; }
  .team-social li.inline-block.social {
    padding: 0 8px 8px 0; }
    .team-social li.inline-block.social a {
      cursor: pointer; }
      .team-social li.inline-block.social a i {
        width: 40px;
        height: 40px;
        padding: 12px 0;
        border-radius: 50%;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out; }
    .team-social li.inline-block.social:last-child {
      padding-right: 0; }

.collegaues:hover .team-social {
  opacity: 1; }

.light .team-position {
  color: #a7a7a7; }
.light .team-caption {
  border-color: #8e8e8e; }
.light .team-social li a i {
  color: #fff;
  background: #a7a7a7; }
.light .team-social li a:hover i {
  background-color: #E84855 !important; }

.dark .team-position {
  color: #8e8e8e; }
.dark .team-caption {
  border-color: #8e8e8e; }
.dark .team-social li a i {
  color: #fff;
  background: #c1c1c1; }
.dark .team-social li a:hover i {
  background-color: #E84855 !important; }


.team-2 .team-wrapper {
    padding-bottom: 25px;
}

.team-2 .team-wrapper .team-item {
	max-width: 500px;
	margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-2 .team-wrapper .team-item .team-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item:hover .team-thumb img {
    transform: scale(1.1);
}

.team-2 .team-wrapper .team-item .team-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item:hover .team-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.team-2 .team-wrapper .team-item .team-thumb .team-link {
    position: absolute;
    color: #fff;
    display: block;
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #F39C12;
}


.team-2 .col-sm-4 .team-item .team-thumb .team-link, .team-2 .col-md-3 .team-item .team-thumb .team-link {
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link, .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 58%;
    left: 45%;
}


.team-2 .team-wrapper .team-item .team-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}





/*	Team 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.team-2 .col-sm-4 .team-item .team-thumb .team-link {
	    left: 40%;
	}
	
	.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
	    top: 66%;
	    left: 40%;
	}
	
	.team-2 .col-sm-6 .team-item .team-thumb .team-link {
	    left: 43.4%;
	}
	
	.team-2 .col-sm-6 .team-item:hover .team-thumb .team-link {
	    top: 60%;
	    left: 43.4%;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.team-2 .col-sm-4 .team-item .team-thumb .team-link {
	    left: 42%;
	}
	
	.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
	    top: 62%;
	    left: 42%;
	}
	
	.team-2 .col-md-3 .team-item .team-thumb .team-link {
	    left: 39%;
	}
	
	.team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
	    top: 66%;
	    left: 39%;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.team-2 .col-sm-4 .team-item .team-thumb .team-link {
	    left: 43.4%;
	}
	
	.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
	    top: 60%;
	    left: 43.4%;
	}
	
	.team-2 .col-md-3 .team-item .team-thumb .team-link {
	    left: 41.3%;
	}
	
	.team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
	    top: 63%;
	    left: 41.3%;
	}
	
}

