/*
  URL: http://http://www.mediacity.co.in/myteam
  Author: Media City
  Author URI: http://www.mediacity.co.in
  Creation Date: 31 January 2016
  Description: My Team - Our Team Layouts.  50 Different Styles.
  Version: 1.0
*/

/*=======================================================================
								[ INDEX ]
=========================================================================

01. Typography
02. Button
03. Team Style 1
04. Team Style 2
05. Team Style 3
06. Team Style 4
07. Team Style 5
08. Team Style 6
09. Team Style 7
10. Team Style 8
11. Team Style 9
12. Team Style 10
......
52. Team Style 50

*/

/* Colors Used: 
	Blue : #3498DB;
	rgba(52,152,219);
*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body .my-team {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.my-team h1, 
.my-team h2, 
.my-team h3, 
.my-team h4, 
.my-team h5, 
.my-team h6 {	
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
    line-height: 1.3;
	text-transform: uppercase;
}
.my-team h1 {
	font-size: 46px;
}
.my-team h2 {
	font-size: 38px;
}
.my-team h3 {
	font-size: 33px;
}
.my-team h4{
	font-size: 28px;
}
.my-team h5 {
	font-size: 23px;
}
.my-team h6 {
	font-size: 18px;
}
.my-team ul {
	list-style: none;
	margin:0;
	padding:0;
}
.my-team p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
.my-section-title {
	color: #666;
	margin-top: 40px;
	margin-bottom: 20px;
}
.my-style-opt {
	margin: 20px 0;
}
.my-no-grid .col-md-2,
.my-no-grid .col-md-3,
.my-no-grid .col-md-4,
.my-no-grid .col-md-6  {
	padding-right: 0;
    padding-left: 0;
}

/* ================================= */	
		/*===== Button =====*/
/* ================================= */
.my-btn-default,
.my-btn-lg {
	color: #3498DB;
	background-color: transparent;
	border-radius: 0;
	border-color: #3498DB;
	font-weight: 700;
	border: 2px solid #3498DB;
	text-transform: uppercase;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.my-btn-default:hover,
.my-btn-lg:hover {
	color: #FFF;
	background-color: #3498DB;	
	border-color: #3498DB;
}
.my-btn-invert {
	color: #FFF;
	background-color: #3498DB;
	border-radius: 0;
	border-color: #FFF;
	font-weight: 700;
	border: 2px solid #FFF;
	text-transform: uppercase;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.my-btn-invert:hover {
	color: #3498DB;
	background-color: #FFF;	
	border: 2px solid #FFF;
}

/* ================================= */
		/*===== Team Style 1 =====*/
/* ================================= */
.team-style-1 .my-team-member {
    margin-bottom: 20px;
}
.team-style-1 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-1 .my-team-member .my-member-img {
    overflow: hidden;
    background-color: #FFF;
}
.team-style-1 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-1 .my-team-member:hover .my-member-img img {
    margin-left: 0;
}
.team-style-1 .my-team-member .my-team-detail {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.team-style-1 .my-member-name {
	color: #3498DB;
	background-color: #FFF;
	padding: 6px 6px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-1 .my-team-member:hover .my-member-name {
	color: #FFF;
	background-color: #3498DB;
}
.team-style-1 .my-member-post {
	color: #3498DB;
	background-color: #FFF;
	padding: 0 6px;
	margin: 0 0 20px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-1 .my-team-member:hover .my-member-post {
	color: #FFF;
  	background-color: #3498DB;
}
.team-style-1 .my-member-social {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-1 .my-team-member:hover .my-member-social {
	opacity: 1;
	right: 15px;
}
.team-style-1 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
}
.team-style-1 .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: 1px solid #3498DB;
    background-color: #3498DB;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-1 .my-member-social ul li a:hover {
	color: #3498DB;
	background-color: #FFF;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-1 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 2 =====*/
/* ================================= */
.team-style-2 .my-team-block {
	margin-bottom: 20px;
}
.team-style-2 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-2 .my-team-member {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-2 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-2 .my-team-member img {
    width: 100%;
}
.team-style-2 .my-team-member .my-team-detail {
	position: absolute;
	bottom: -250px;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-right: 10px;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-2 .my-team-member:hover .my-team-detail {
	bottom: 0;
	opacity: 1;
}
.team-style-2 .my-member-name, 
.team-style-2 .my-member-post, 
.team-style-2 .my-member-details,
.team-style-2 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-2 .my-team-member:hover .my-member-name, 
.team-style-2 .my-team-member:hover .my-member-post,
.team-style-2 .my-team-member:hover .my-member-details,
.team-style-2 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-2 .my-team-detail {
	padding-left: 12px;
}
.team-style-2 .my-member-name, 
.team-style-2 .my-member-details {
	color: #232323;
}
.team-style-2 .my-member-post {
	color: #232323;
	font-size: 16px;
}
.team-style-2 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-2 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-2 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #232323;
    border: #232323 1px solid;
}
.team-style-2 .my-member-social li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-2 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 3 =====*/
/* ================================= */
.team-style-3 .my-team-member {
    overflow: hidden;
    margin-bottom: 20px;
}
.team-style-3 .my-team-member img {
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out; 	
}
.team-style-3 .my-team-member:hover img {
    margin-top: -60px;
    padding-bottom: 60px;
}
.team-style-3 .my-team-member .my-team-detail {
	opacity: 1;
	position: absolute;
	bottom: -120px;
	background-color: #FFF;
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.team-style-3 .my-team-member:hover .my-team-detail {
	bottom: 0;
}
.team-style-3 .my-member-name, 
.team-style-3 .my-member-post, 
.team-style-3 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-3 .my-team-member:hover .my-member-name, 
.team-style-3 .my-team-member:hover .my-member-post,
.team-style-3 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-3 .my-team-detail {
	padding-left: 12px;
}
.team-style-3 .my-member-name {
	color: #333;
}
.team-style-3 .my-member-post {
	color: #333;
	font-size: 13px;
}
.team-style-3 .my-member-social {
	padding-bottom: 6px;
}
.team-style-3 .my-team-detail ul li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-3 .my-team-detail ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: #333 1px solid;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-3 .my-team-detail ul li a:hover {
	color: #FFF;
	border-color: #3498DB;
	background-color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-3 .my-team-member {
    	margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 4 =====*/
/* ================================= */
.team-style-4 .my-team-block {
	margin-bottom: 20px;
}
.team-style-4 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-4 .my-team-member {
    overflow: hidden;
    position: relative;
}
.team-style-4 .my-team-member img {
    width: 100%;
    -webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-ms-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
}
.team-style-4 .my-team-block:hover .my-team-member img {
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
}
.team-style-4 .my-team-member .my-team-detail {
	position: absolute;
	bottom: -250px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	padding-right: 10px;
	opacity: 0;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-4 .my-team-member:hover .my-team-detail {
	bottom: 0;
	opacity: 1;
}
.team-style-4 .my-member-name, 
.team-style-4 .my-member-post, 
.team-style-4 .my-member-details,
.team-style-4 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-4 .my-team-member:hover .my-member-name, 
.team-style-4 .my-team-member:hover .my-member-post,
.team-style-4 .my-team-member:hover .my-member-details,
.team-style-4 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-4 .my-team-detail {
	padding-left: 12px;
}
.team-style-4 .my-member-name, 
.team-style-4 .my-member-details {
	color: #FFF;
}
.team-style-4 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-4 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-4 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-4 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: #FFF 1px solid;
}
.team-style-4 .my-member-social li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-4 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 5 =====*/
/* ================================= */
.team-style-5 {
	margin-bottom: 60px;
}
.team-style-5 .my-team-member {
    margin-bottom: 20px;  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-5 .my-team-member:hover {
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-5 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-5 .my-team-member .my-member-img {
    overflow: hidden; 
    padding: 15px;   
    box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.2) inset;
}
.team-style-5 .my-team-member .my-member-img img {
    width: 100%;
}
.team-style-5 .my-team-member .my-team-detail {
	opacity: 0;
	margin: -60px auto 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-5 .my-team-member:hover .my-team-detail {
	opacity: 1;
	margin: -200px auto 0;
}
.team-style-5 .my-member-name {
	color: #FFF;
	text-align: center;	
}
.team-style-5 .my-member-post {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px;
	font-size: 16px;
}
.team-style-5 .my-member-social {
    text-align: center;	
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-5 .my-team-member:hover .my-member-social {
	opacity: 1;
}
.team-style-5 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-5 .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-5 .my-member-social ul li a:hover {
	color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-5 .my-team-member {
		margin-bottom: 0;
	}
}
@media(max-width:768px) {	
	.team-style-5 .my-team-member:hover .my-team-detail {
		margin: -200px auto 140px;
	}
}

/* ================================= */
		/*===== Team Style 6 =====*/
/* ================================= */
.team-style-6 .my-team-member {
    overflow: hidden;
    margin-bottom: 20px;
}
.team-style-6 .my-team-member img {
    width: 100%;
}
.team-style-6 .my-team-member .my-team-detail {
	opacity: 0;
	position: absolute;
	bottom: -60px;
	background-color: rgba(52,152,219,0.5);
	width: 96%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.team-style-6 .my-team-member:hover .my-team-detail {
	bottom: 0;
	opacity: 1;
}
.team-style-6 .my-member-name, 
.team-style-6 .my-member-post, 
.team-style-6 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-6 .my-team-member:hover .my-member-name, 
.team-style-6 .my-team-member:hover .my-member-post,
.team-style-6 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-6 .my-team-detail {
	padding-left: 12px;
}
.team-style-6 .my-member-name {
	color: #FFF;
	text-align: center;
}
.team-style-6 .my-member-name:after {
	content: "";
    width: 0;
    height: 2px;
    display: block;
    margin: 10px auto 0;
    background: #FFF;  
    -webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;
}
.team-style-6 .my-team-member:hover .my-member-name:after {
	width: 40px;
}
.team-style-6 .my-member-post {
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
.team-style-6 .my-member-social {
	padding-bottom: 6px;text-align: center;
}
.team-style-6 .my-team-detail ul li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-6 .my-team-detail ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-6 .my-team-detail ul li a:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}
@media(min-width:992px) {	
	.team-style-6 .my-team-member {
    	margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 7 =====*/
/* ================================= */
.team-style-7 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-7 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-7 .overlay {
    position: absolute;	
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.team-style-7 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: url("../images/cursor-white.png") 48 48, pointer;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-7 .my-team-member:hover .my-member-img {    
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.team-style-7 .my-team-member .my-member-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-7 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
}
.team-style-7 .my-team-member:hover .overlay {
    opacity: 1;
}
.team-style-7 .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-7 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-7 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-7 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-7 .my-member-details {
	color: #333;
}
.team-style-7 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-7 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-7 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-7 .my-member-social ul li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-7 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 8 =====*/
/* ================================= */
.team-style-8 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
}
.team-style-8 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-8 .overlay {
    position: absolute;	
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding-top: 20px;
    background: rgba(52,152,219,0.6);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.team-style-8 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: url("../images/cursor-white.png") 48 48, pointer;
}
.team-style-8 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-8 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
}
.team-style-8 .my-team-member:hover .overlay {
    opacity: 1;
}
.team-style-8 .my-member-name {
	color: #333;
	margin-bottom: 0; 
}
.team-style-8 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-8 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-8 .my-member-details {
	color: #333;
}
.team-style-8 .my-team-member:hover .my-member-name,
.team-style-8 .my-team-member:hover .my-member-post,
.team-style-8 .my-team-member:hover .my-member-details {
    color: #3498DB;
}
.team-style-8 .my-team-member:hover hr {
	 border-color: #3498DB;
}
.team-style-8 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-8 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-8 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-8 .my-team-member:hover .my-member-social ul li a {
	color: #3498DB;
    border: 1px solid #3498DB;
}
.team-style-8 .my-team-member .my-member-social ul li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-8 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 9 =====*/
/* ================================= */
.team-style-9 .section {
	margin-bottom: 40px;
}
.team-style-9 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
.team-style-9 .my-team-member:hover {
    margin-top: -20px;
}
.team-style-9 .my-team-member .my-team-member-bg {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
    padding-bottom: 15px;
}
.team-style-9 .my-team-member:hover .my-team-member-bg {
    background-color: #3498DB;    
}
.team-style-9 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-9 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}
.team-style-9 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-9 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
}
.team-style-9 .my-team-detail,
.team-style-9 .my-member-social {
	padding-left: 15px;
}
.team-style-9 .my-member-name {
	color: #333;
	margin-bottom: 0; 
}
.team-style-9 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-9 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-9 .my-member-details {
	color: #333;
}
.team-style-9 .my-team-member:hover .my-member-name, 
.team-style-9 .my-team-member:hover .my-member-post,
.team-style-9 .my-team-member:hover .my-member-details {
    color: #FFF;   
}
.team-style-9 .my-team-member:hover hr {
	border-top: 1px solid #FFF;
}
.team-style-9 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-9 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-9 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-9 .my-team-member:hover .my-member-social ul li a {
	color: #3498DB;
    border: 1px solid #FFF;
    background-color: #FFF;
}
@media(min-width:992px) {	
	.team-style-9 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 10 =====*/
/* ================================= */
.team-style-10 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-10 .my-team-member:hover {
    margin-left: -15px;
}
.team-style-10 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-10 .overlay {
    position: absolute;	
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.team-style-10 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: url("../images/cursor-white.png") 64 64, pointer;
}
.team-style-10 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-10 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
}
.team-style-10 .my-team-member:hover .overlay {
    opacity: 1;
}
.team-style-10 .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-10 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-10 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-10 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-10 .my-member-details {
	color: #333;
}
.team-style-10 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-10 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-10 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-10 .my-member-social ul li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-10 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 11 =====*/
/* ================================= */
.team-style-11 .my-team-member {
    margin-bottom: 20px;
}
.team-style-11 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-11 .my-team-member .my-member-img {
    overflow: hidden;
    display: block;
    width: 60px;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-11 .my-team-member .my-member-img img {  
  	border-radius: 50%;   	
}
.team-style-11 .my-team-member .my-team-detail {
	background-color: #F1F1F1;
	border-radius: 5%;
	padding: 30px 0 10px;
	margin-top: -30px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-11 .my-team-member:hover .my-team-detail {
	box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-11 .my-team-member:hover .my-member-img {
	margin-bottom: 10px;
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform:scale(1.5);
}
.team-style-11 .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-11 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-11 .my-team-member hr {
	margin: 10px 0;
	border-color: #333;
}
.team-style-11 .my-team-member .my-member-description {
	padding: 0 10px;
}
@media(min-width:992px) {	
	.team-style-11 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 12 =====*/
/* ================================= */
.team-style-12 {
 	padding-bottom: 20px;
    margin-top: 20px; 
    background:url(../images/style-5-bg.jpg);
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
    position: relative;  
}
.team-style-12 .my-section-title {
	color: #FFF;
	position: relative;
}
.team-style-12 .my-team-member {
    padding-bottom: 40px;   
}
.team-style-12 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-12 .my-team-member .my-member-img {
    overflow: hidden; 
    display: block;
    width: 70px;
    margin: 0 auto; 
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;  
}
.team-style-12 .my-team-member .my-member-img img {  
  	border-radius: 50%;  
  	padding: 5px;
  	background-color: #FFF;	
  	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;  
}
.team-style-12 .my-team-member:hover .my-member-img img {  
  	border-radius: 50%;  
  	padding: 5px;
  	background-color: transparent;	
}
.team-style-12 .my-team-member:hover .my-member-img {
    -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}
.team-style-12 .my-team-member .my-team-detail {
	background-color: #FFF;
	border-radius: 5%;
	padding: 30px 0 10px;
	margin-top: -30px;	
}
.team-style-12 .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-12 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-12 .my-team-member hr {
	margin: 10px 0;
	border-color: #333;
}
.team-style-12 .my-team-member .my-member-description {
	padding: 0 10px;
}
@media(min-width:992px) {	
	.team-style-12 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 13 =====*/
/* ================================= */
.team-style-13 .my-team-member {
    margin-bottom: 40px;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-13 .my-team-member:hover {
  	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
}
.team-style-13 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-13 .my-team-member .my-member-img {
    overflow: hidden;
    display: block;
    width: 60px;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-13 .my-team-member:hover .my-member-img {
  	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}
.team-style-13 .my-team-member .my-member-img img {  
  	border-radius: 50%;   	
}
.team-style-13 .my-team-member .my-team-detail {
	background-color: #F1F1F1;
	border-radius: 5%;
	padding: 40px 0 10px;
	margin-top: -30px;	
}
.team-style-13 .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-13 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
}
.team-style-13 .my-team-member hr {
	margin: 10px 0;
	border-color: #333;
}
.team-style-13 .my-team-member .my-member-description {
	padding: 0 10px;
}
@media(min-width:992px) {	
	.team-style-13 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 14 =====*/
/* ================================= */
.team-style-14 {
 	padding-bottom: 20px;
    margin-top: 20px;
    background:url(../images/style-5-bg.jpg);
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
    position: relative;  
}
.team-style-14 .my-overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);       
}
.team-style-14 .my-section-title {
	color: #FFF;
	position: relative;  
}
.team-style-14 .my-team-member {
    margin-bottom: 40px;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-14 .my-team-member:hover {
  	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
}
.team-style-14 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-14 .my-team-member .my-member-img {
    overflow: hidden;
    display: block;
    width: 60px;
    margin: 0 auto;    
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-14 .my-team-member:hover .my-member-img {
    -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}
.team-style-14 .my-team-member .my-member-img img {  
  	border-radius: 50%;
  	padding: 5px;
    background-color: #FFF;   	
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-14 .my-team-member:hover .my-member-img img {  
  	border-radius: 50%;
  	padding: 5px;
    background-color: transparent;   	
}
.team-style-14 .my-team-member .my-team-detail {
	background-color: #FFF;
	border-radius: 5%;
	padding: 40px 0 10px;
	margin-top: -30px;	
}
.team-style-14 .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-14 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
}
.team-style-14 .my-team-member hr {
	margin: 10px 0;
	border-color: #333;
}
.team-style-14 .my-team-member .my-member-description {
	padding: 0 10px;
}
@media(min-width:992px) {	
	.team-style-14 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 15 =====*/
/* ================================= */
.team-style-15 .my-team-member {
    margin-bottom: 60px;
}
.team-style-15 .my-team-member {
    margin-top: 40px;
}
.team-style-15 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-15 .my-team-member .my-member-img {
    overflow: hidden;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 60px;    
    margin-left: -30px; 
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.team-style-15 .my-team-member:hover .my-member-img {
    opacity: 1;
    top: -40px;
}
.team-style-15 .my-team-member .my-member-img img {  
  	border-radius: 50%; 
}
.team-style-15 .my-team-member .my-team-detail {
	background-color: #F1F1F1;
	border-radius: 5%;
	padding: 10px 0 10px;
}
.team-style-15 .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-15 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-15 .my-team-member hr {
	margin: 10px 0;
	border-color: #333;
}
.team-style-15 .my-team-member .my-member-description {
	padding: 0 10px;
}
@media(min-width:992px) {	
	.team-style-15 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 16 =====*/
/* ================================= */
.team-style-16 .my-team-member {
    margin-bottom: 40px;
}
.team-style-16 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-16 .my-team-member .my-member-img {
    overflow: hidden;  
    width: 60px;
    margin-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-16 .my-team-member .my-member-img img {  
  	border-radius: 50%;   	
}
.team-style-16 .my-team-member .my-team-detail {
	background-color: #F1F1F1;
	border-radius: 5%;
	padding: 10px 0 10px;
	margin-top: -70px;
	text-align: right;
	padding-right: 10px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-16 .my-team-member:hover .my-team-detail {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-16 .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-16 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-16 .my-team-member hr {
	margin: 10px 0;
	border-color: #333;
}
.team-style-16 .my-team-member .my-member-description {
	padding: 0 10px;
}
@media(min-width:992px) {	
	.team-style-16 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 17 =====*/
/* ================================= */
.team-style-17 .my-team-member {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.team-style-17 .my-team-member .my-member-img {
    overflow: hidden;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-17 .my-team-member:hover .my-member-img {
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-17 .my-member-name {
	color: #333;
	margin-bottom: 0;
}
.team-style-17 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-17 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-17 .my-team-member .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-17 .my-team-member:hover .my-member-social ul li a {	
    color: #3498DB;    
}
.team-style-17 .my-member-social ul li a:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}

/* ================================= */
		/*===== Team Style 18 =====*/
/* ================================= */
.team-style-18 {
	background-color: #F1F1F1;
}
.team-style-18 .my-team-member {
	margin-bottom: 20px;
}
.team-style-18 .my-team-member .my-member-img {
    overflow: hidden;   
}
.team-style-18 .my-team-member .my-team-content {
    background-color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
}
.team-style-18 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-18 .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-18 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-18 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-18 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-18 .my-team-member .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-18 .my-team-member:hover .my-member-social ul li a {	
    color: #3498DB;    
}
.team-style-18 .my-member-social ul li a:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}

/* ================================= */
		/*===== Team Style 19 =====*/
/* ================================= */
.team-style-19 {
	background-color: #F1F1F1;
}
.team-style-19 .my-team-member {
	margin-bottom: 20px;
}
.team-style-19 .my-team-member .my-member-img {
    overflow: hidden;  
    cursor: url("../images/cursor-white.png") 48 48, pointer;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 1.3s ease; 
}
.team-style-19 .my-team-member:hover .my-member-img {
    -webkit-transform: rotate(3deg) scale(1.2);
    -moz-transform: rotate(3deg) scale(1.2);
    -ms-transform: rotate(3deg) scale(1.2);
    -o-transform: rotate(3deg) scale(1.2);
    transform: rotate(3deg) scale(1.2);
}
.team-style-19 .my-team-member .my-team-content {
    background-color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
}
.team-style-19 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-19 .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-19 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-19 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-19 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-19 .my-team-member .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-19 .my-team-member:hover .my-member-social ul li a {	
    color: #3498DB;    
}
.team-style-19 .my-member-social ul li a:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}

/* ================================= */
		/*===== Team Style 20 =====*/
/* ================================= */
.team-style-20 {
	background-color: #F1F1F1;
}
.team-style-20 .my-team-member {
	margin-bottom: 20px;
}
.team-style-20 .my-team-member .my-member-img {
    overflow: hidden;   
}
.team-style-20 .my-team-member .my-team-content {
    background-color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
}
.team-style-20 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-20 .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-20 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-20 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-20 .my-member-btn ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-20 .my-team-member .my-member-btn ul li a {
	display: block;
    width: 54px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    background-color: #3498DB; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(max-width:992px) {	
	.team-style-20 .my-team-member .my-member-btn ul li a {
		width: 34px;
	}
}
/* ================================= */
		/*===== Team Style 21 =====*/
/* ================================= */
.team-style-21 {
	background-color: #F1F1F1;
}
.team-style-21 .my-team-member {
	margin-bottom: 20px;
}
.team-style-21 .my-team-member .my-member-img {
    overflow: hidden;  
    cursor: url("../images/cursor-white.png") 48 48, pointer;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 1.3s ease; 
}
.team-style-21 .my-team-member:hover .my-member-img {
    -webkit-transform: rotate(3deg) scale(1.2);
    -moz-transform: rotate(3deg) scale(1.2);
    -ms-transform: rotate(3deg) scale(1.2);
    -o-transform: rotate(3deg) scale(1.2);
    transform: rotate(3deg) scale(1.2);
}
.team-style-21 .my-team-member .my-team-content {
    background-color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
}
.team-style-21 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-21 .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-21 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-21 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-21 .my-member-btn ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-21 .my-team-member .my-member-btn ul li a {
	display: block;
    width: 54px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    background-color: #3498DB; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(max-width:768px) {	
	.team-style-21 .my-team-member .my-member-btn ul li a {
		width: 34px;
	}
}

/* ================================= */
		/*===== Team Style 22 =====*/
/* ================================= */
.team-style-22 {
	background-color: #F1F1F1;
}
.team-style-22 .my-team-member {
	margin-bottom: 20px;
}
.team-style-22 .my-team-member .my-member-img {
    overflow: hidden;  
    cursor: url("../images/cursor-white.png") 48 48, pointer;    
}
.team-style-22 .my-team-member .my-team-content {
    background-color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
    border-radius: 0px; 
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 15px rgba(0,0,0,.5);
}
.team-style-22 .my-team-member:hover .my-team-content {
    border-radius: 0; 
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.team-style-22 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-22 .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-22 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-22 .my-member-post {
	color: #333;
	font-size: 16px;
}
.team-style-22 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-22 .my-team-member .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-22 .my-team-member:hover .my-member-social ul li a {	
    color: #3498DB;    
}
@media(max-width:768px) {	
	.team-style-22 .my-team-member .my-team-content div.my-member-img-col {
	    padding-left: 15px;
	}
}

/* ================================= */
		/*===== Team Style 23 =====*/
/* ================================= */
.team-style-23 .my-team-member {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: #F1F1F1;
}
.team-style-23 .my-team-member .my-member-img {
    overflow: hidden;       
}
.team-style-23 .my-team-member .my-team-content {
    background-color: #FFF;
    margin: 0px 25px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-23 .my-team-member:hover .my-team-content {
    -webkit-transform: scale(1.19);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.19);
}
.team-style-23 .my-team-member .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-23 .my-team-member:hover .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-23 .my-member-post {
	color: #333;
}
.team-style-23 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-23 .my-team-member .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-23 .my-team-member:hover .my-member-social ul li a {	
    color: #3498DB;    
}
.team-style-23 .my-member-social ul li a:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}

/* ================================= */
		/*===== Team Style 24 =====*/
/* ================================= */
.team-style-24 .my-team-member {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: #F1F1F1;    
}
.team-style-24 .my-team-member .my-member-img {
    overflow: hidden; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;      
}
.team-style-24 .my-team-member:hover .my-member-img {
	transform: rotateY(180deg);
}
.team-style-24 .my-team-member .my-team-content {
    background-color: #FFF;
    margin: 0 25px 0 0;
    border-radius: 0;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-24 .my-team-member:hover .my-team-content {
	border-radius: 0;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: 2px 2px 15px rgba(0,0,0,.5);
}
.team-style-24 .my-team-member .my-member-name {
	color: #333;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-24 .my-team-member:hover .my-member-name {
	color: #3498DB;
	margin-bottom: 0;
}
.team-style-24 .my-member-post {
	color: #333;
}
.team-style-24 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-24 .my-team-member .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-24 .my-team-member:hover .my-member-social ul li a {	
    color: #3498DB;    
}
.team-style-24 .my-member-social ul li a:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform:scale(1.3);
}

/* ================================= */
		/*===== Team Style 25 =====*/
/* ================================= */
.team-style-25 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-25 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-25 .my-team-member .my-member-img {    
    overflow: hidden; 
}
.team-style-25 .my-team-member .my-member-img img {
    width: 100%;    
    border-radius: 0; 
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;  
}
.team-style-25 .my-team-member .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-25 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-25 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-25 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-25 .my-team-member:hover hr {   
    border-color: #3498DB;
}
.team-style-25 .my-member-details {
	color: #333;
}
.team-style-25 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-25 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-25 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-25 .my-member-social ul li a:hover {
	color: #3498DB;	
}
@media(min-width:992px) {	
	.team-style-25 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 26 =====*/
/* ================================= */
.team-style-26  {
	background-color: #000;
}
.team-style-26  .section .my-section-title {
	color: #FFF;
}
.team-style-26 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-26 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-26 .my-team-member .my-member-img {    
    overflow: hidden; 
    position: relative; 
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.team-style-26 .my-team-member .border {
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 0; 
    border-radius: 50%; 
    border: 3px solid #FFF;
}
.team-style-26 .my-team-member .border:hover {
    border: 3px dashed #FFF;
    -webkit-animation: spin 10s linear infinite;
  	-moz-animation: spin 10s linear infinite;
  	animation: spin 10s linear infinite;
}
.team-style-26 .my-team-member .my-member-img img {
    width: 100%;    
    border-radius: 50%;  
    padding: 10px;  
}
.team-style-26 .my-team-member .my-member-name {
	color: #FFF;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-26 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-26 .my-member-post {
	color: #FFF;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-26 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-26 .my-team-member:hover hr {   
    border-color: #3498DB;
}
.team-style-26 .my-member-details {
	color: #FFF;
}
.team-style-26 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-26 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-26 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-26 .my-member-social ul li a:hover {
	color: #3498DB;	
}
@media(min-width:992px) {	
	.team-style-26 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 27 =====*/
/* ================================= */
.team-style-27 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-27 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-27 .my-team-member .my-member-img {    
    overflow: hidden; 
    position: relative; 
}
@-webkit-keyframes myspinantclock {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes myspinantclock {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes myspinantclock {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.team-style-27 .my-team-member .border {
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 0; 
    border-radius: 50%; 
    border: 3px solid #333;
}
.team-style-27 .my-team-member .border:hover {
    border-color: #3498DB;
    border-style: dashed;   
    -webkit-animation: myspinantclock 10s linear infinite;
  	-moz-animation: myspinantclock 10s linear infinite;
  	animation: myspinantclock 10s linear infinite;
}
.team-style-27 .my-team-member .my-member-img img {
    width: 100%;    
    border-radius: 50%;  
    padding: 10px;  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-27 .my-team-member:hover .my-member-img img {
    transform: rotateY(180deg);  
}
.team-style-27 .my-team-member .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-27 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-27 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-27 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-27 .my-team-member:hover hr {   
    border-color: #3498DB;
}
.team-style-27 .my-member-details {
	color: #333;
}
.team-style-27 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-27 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-27 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-27 .my-member-social ul li a:hover {
	color: #3498DB;	
}
@media(min-width:992px) {	
	.team-style-27 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 28 =====*/
/* ================================= */
.team-style-28 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-28 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-28 .my-team-member .my-member-img {    
    overflow: hidden; 
    position: relative; 
}
.team-style-28 .my-team-member .border {
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 0; 
    border-radius: 50%; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-28 .my-team-member:hover .border {
	border: 2px solid #3498DB;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
  	background-image: -webkit-linear-gradient(transparent, #000);
  	background-image: -moz-linear-gradient(transparent, #000);
  	background-image: -o-linear-gradient(transparent, #000);
  	background-image: linear-gradient(transparent, #000);   
}
.team-style-28 .my-team-member .my-member-img img {
    width: 100%;    
    border-radius: 50%;  
    padding: 5px;  
}
.team-style-28 .my-team-member .my-team-detail {
	position: absolute;
	width: 90%;
	bottom: 30px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-28 .my-team-member:hover .my-team-detail {
	opacity: 1;
}
.team-style-28 .my-team-member .my-member-name {
    color: #FFF;
}
.team-style-28 .my-member-post {
	color: #FFF;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-28 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-28 .my-member-social ul li {
	list-style: none;
	display: inline-block;
}
.team-style-28 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-28 .my-member-social ul li a:hover {
	color: #3498DB;	
}
@media(min-width:992px) {	
	.team-style-28 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 29 =====*/
/* ================================= */
.team-style-29 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-29 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-29 .my-team-member .my-member-img {    
    overflow: hidden; 
    position: relative; 
}
.team-style-29 .my-team-member .border {
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 0;     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-29 .my-team-member:hover .border {
	border: 2px solid #3498DB;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#3498DB));
  	background-image: -webkit-linear-gradient(transparent, #3498DB);
  	background-image: -moz-linear-gradient(transparent, #3498DB);
  	background-image: -o-linear-gradient(transparent, #3498DB);
  	background-image: linear-gradient(transparent, #3498DB);   
}
.team-style-29 .my-team-member .my-member-img img {
    width: 100%;   
    padding: 5px; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-29 .my-team-member:hover .my-member-img img {
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-29 .my-team-member .my-team-detail {
	position: absolute;
	width: 90%;
	bottom: 30px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-29 .my-team-member:hover .my-team-detail {
	opacity: 1;
}
.team-style-29 .my-team-member .my-member-name {
    color: #FFF;
}
.team-style-29 .my-member-post {
	color: #FFF;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-29 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-29 .my-member-social ul li {
	list-style: none;
	display: inline-block;
}
.team-style-29 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
}
@media(min-width:992px) {	
	.team-style-29 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 30 =====*/
/* ================================= */
.team-style-30 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden; 
}
.team-style-30 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-30 .my-team-member .my-member-img {    
    overflow: hidden; 
    position: relative; 
}
.team-style-30 .my-team-member .border {
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 0;     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-30 .my-team-member:hover .border {
	border: 2px solid #3498DB;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#3498DB));
  	background-image: -webkit-linear-gradient(transparent, #3498DB);
  	background-image: -moz-linear-gradient(transparent, #3498DB);
  	background-image: -o-linear-gradient(transparent, #3498DB);
  	background-image: linear-gradient(transparent, #3498DB);   
}
.team-style-30 .my-team-member .my-member-img img {
    width: 100%;   
    padding: 5px;     
}
.team-style-30 .my-team-member .my-team-detail {
	
}
.team-style-30 .my-team-member:hover .my-team-detail {
	opacity: 1;
}
.team-style-30 .my-team-member .my-member-name {
    color: #FFF;
    background-color: #3498DB; 
    position: absolute;
	width: 90%;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-30 .my-team-member:hover .my-member-name {
	color: #FFF;
	background-color: transparent;
  	bottom: 90px;
}
.team-style-30 .my-member-post {
	color: #FFF;
	font-size: 16px;
	margin-top: 0; 	
	position: absolute;
	width: 90%;
	bottom: 60px;
}
.team-style-30 .my-member-post,
.team-style-30 .my-member-social {	
	opacity: 0;
	-webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.team-style-30 .my-team-member:hover .my-member-post,
.team-style-30 .my-team-member:hover .my-member-social {
	opacity: 1;
}
.team-style-30 .my-member-social {
	overflow: hidden;
	position: absolute;
	width: 90%;
	bottom: 30px;   
}
.team-style-30 .my-member-social ul li {
	list-style: none;
	display: inline-block;
}
.team-style-30 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;    
}

@media(min-width:992px) {	
	.team-style-30 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 31 =====*/
/* ================================= */
.team-style-31 .my-team-member {
	margin-bottom: 20px;
}
.team-style-31 .my-team-member .my-member-img {
    overflow: hidden;      
}
.team-style-31 .my-team-member .my-team-content {
    background-color: #333;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
}
.team-style-31 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-31 .my-member-name {
	color: #FFF;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-31 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-31 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-31 .my-team-detail hr {
	border-color: #FFF;
	margin: 0 0 10px;
}
.team-style-31 .my-member-description {
	color: #FFF;
}
.team-style-31 .my-member-btn ul li {
	list-style: none;
	display: inline-block;	
	margin: 0 2px;
}
.team-style-31 .my-team-member .my-member-btn ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-31 .my-team-member .my-member-btn ul li a:hover {
	border: 1px solid #3498DB;
    background-color: #3498DB; 
}
@media(max-width:768px) {	
	.team-style-31 .my-team-member .my-team-content div.my-member-img-col {
    	padding-left: 15px;    
	}
	.team-style-31 .my-member-btn ul li {
		margin-bottom: 6px;
	}
}

/* ================================= */
		/*===== Team Style 32 =====*/
/* ================================= */
.team-style-32 .my-team-block {
	margin-bottom: 20px;
}
.team-style-32 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-32 .my-team-member {
    overflow: hidden;
    position: relative;
}
.team-style-32 .my-team-member img {
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.team-style-32 .my-team-block:hover .my-team-member img {
   transform: rotateY(180deg);
}
.team-style-32 .my-team-member .my-team-detail {
	position: absolute;
	bottom: 0;
	background-color: #333;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	opacity: 0;
	padding: 20px;
	transform: rotateY(180deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.team-style-32 .my-team-member:hover .my-team-detail {
	opacity: 1;
	transform: rotateY(0deg);
}
.team-style-32 .my-member-name, 
.team-style-32 .my-member-details {
	color: #FFF;
}
.team-style-32 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-32 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-32 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-32 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: #FFF 1px solid;
    -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.team-style-32 .my-member-social li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-32 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 33 =====*/
/* ================================= */
.team-style-33 .my-team-member {
    margin-bottom: 20px;
}
.team-style-33 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-33 .my-team-member .my-member-img {
    overflow: hidden;
    background-color: #FFF;
}
.team-style-33 .my-team-member .my-member-img img {
    width: 100%;  
}
.team-style-33 .my-team-member .my-team-detail {
	background-color: #3498DB;
	padding: 6px 6px;
	position: relative;
}
.team-style-33 .my-member-name {
	color: #FFF;		
}
.team-style-33 .my-member-post {
	color: #FFF;	
	font-size: 16px;
}
.team-style-33 .my-member-social {
	position: absolute;
	top: -25px;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-33 .my-team-member:hover .my-member-social {
	top: -42px;
	opacity: 1;
}
.team-style-33 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-33 .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: 1px solid #3498DB;
    background-color: #3498DB;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-33 .my-member-social ul li a:hover {
	color: #3498DB;
	background-color: #FFF;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-33 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 34 =====*/
/* ================================= */
.team-style-34 .my-team-member {
    margin-bottom: 20px;
}
.team-style-34 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-34 .my-team-member .my-member-img {
    overflow: hidden;
    background-color: #FFF;  
    padding: 10px; 
}
.team-style-34 .my-team-member .my-member-img img {
    width: 100%;  
    border-radius: 50%;
	padding: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-34 .my-team-member:hover .my-member-img img {
    box-shadow: -5px -5px 5px rgba(0,0,0,.5);
}
.team-style-34 .my-team-member .my-team-detail {
	background-color: #3498DB;
	position: relative;	
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.team-style-34 .my-member-name {
	color: #FFF;	
	margin: 0;
}
.team-style-34 .my-member-post {
	color: #FFF;	
	font-size: 16px;
}
.team-style-34 .my-member-social {
	position: absolute;
	top: -25px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-34 .my-team-member:hover .my-member-social {
	top: -42px;
	opacity: 1;
}
.team-style-34 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-34 .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    border: 1px solid #3498DB;
    background-color: #3498DB;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-34 .my-member-social ul li a:hover {
	color: #3498DB;
	background-color: #FFF;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-34 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 35 =====*/
/* ================================= */
.team-style-35 {
	background-color: #F1F1F1;
	padding-bottom: 60px;
}
.team-style-35 .my-team-block {
    margin-bottom: 20px;    
}
.team-style-35 .my-team-member {
    overflow: hidden; 
    background-color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-35 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-35 .my-team-block:last-of-type {
    margin-bottom: 0;
}
.team-style-35 .my-team-member .my-member-img {    
    overflow: hidden;   
}
.team-style-35 .my-team-member .my-member-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-35 .my-team-member:hover .my-member-img img {
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-35 .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-35 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-35 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-35 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-35 .my-member-details {
	color: #333;
}
.team-style-35 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-35 .my-member-social ul li {
	margin: 0 6px 10px;
	list-style: none;
	display: inline-block;
}
.team-style-35 .my-member-social ul li a {
	display: inline-block;
    text-align: center;
    color: #333;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-35 .my-member-social ul li a:hover {
	color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-35 .my-team-block {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 36 =====*/
/* ================================= */
.team-style-36 .my-team-block {
	margin-bottom: 20px;
}
.team-style-36 div {
	padding-left: 0;
	padding-right: 0;
}
.team-style-36 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-36 .my-team-member {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-36 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-36 .my-team-member img {
    width: 100%;
}
.team-style-36 .my-team-member:hover {
	z-index: 1;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-36 .my-team-member .my-team-detail {
	position: absolute;
	bottom: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-36 .my-team-member:hover .my-team-detail {
	opacity: 1;
}
.team-style-36 .my-member-name, 
.team-style-36 .my-member-post {
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;	
}
.team-style-36 .my-team-member:hover .my-member-name, 
.team-style-36 .my-team-member:hover .my-member-post {	
	opacity: 1;
}
.team-style-36 .my-member-name {
	color: #FFF;
}
.team-style-36 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
@media(min-width:992px) {	
	.team-style-36 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 37 =====*/
/* ================================= */
.team-style-37 .my-team-block {
	margin-bottom: 20px;
}
.team-style-37 div {
	padding-left: 0;
	padding-right: 0;
}
.team-style-37 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-37 .my-team-member {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-37 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-37 .my-team-member img {
    width: 100%;
}
.team-style-37 .my-team-member:hover {
	z-index: 1;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);	
}
.team-style-37 .my-team-member .my-team-detail {
	position: absolute;
	bottom: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-37 .my-team-member:hover .my-team-detail {
	opacity: 1;
}
.team-style-37 .my-member-name, 
.team-style-37 .my-member-post {
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;	
}
.team-style-37 .my-team-member:hover .my-member-name, 
.team-style-37 .my-team-member:hover .my-member-post {	
	opacity: 1;
}
.team-style-37 .my-member-name {
	color: #FFF;
}
.team-style-37 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
@media(min-width:992px) {	
	.team-style-37 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 38 =====*/
/* ================================= */
.team-style-38 {
	background-color: #F1F1F1;
	padding-bottom: 60px;
}
.team-style-38 .my-team-block {
    margin-bottom: 20px;    
}
.team-style-38 .my-team-block:last-of-type {
    margin-bottom: 0;
}
.team-style-38 .my-team-member {
    overflow: hidden;     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-38 .my-team-member:hover {
	border-radius: 0; 
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-38 .my-team-member .my-member-img {    
    overflow: hidden;   
}
.team-style-38 .my-team-member .my-member-img img {
    width: 100%;
    border-radius: 0; 
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-38 .my-team-member:hover .my-member-img img {
	border-bottom-right-radius: 0;
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-38 .my-team-detail {
	background-color: #FFF;
	padding: 10px 0;
}
.team-style-38 .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-38 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-38 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-38 .my-member-details {
	color: #333;
}
.team-style-38 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-38 .my-member-social ul li {
	margin: 0 6px 10px;
	list-style: none;
	display: inline-block;
}
.team-style-38 .my-member-social ul li a {
	display: inline-block;
    text-align: center;
    color: #333;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-38 .my-member-social ul li a:hover {
	color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-38 .my-team-block {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 39 =====*/
/* ================================= */
.team-style-39 {
	background-color: #F1F1F1;
	padding-bottom: 60px;
}
.team-style-39 .my-team-block {
    margin-bottom: 20px;    
}
.team-style-39 .my-team-block:last-of-type {
    margin-bottom: 0;
}
.team-style-39 .my-team-member {
    overflow: hidden;     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-39 .my-team-member:hover {
	border-radius: 8%; 
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-39 .my-team-member .my-member-img {    
    overflow: hidden;   
}
.team-style-39 .my-team-member .my-member-img img {
    width: 100%;
    border-radius: 10%;     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.team-style-39 .my-team-member:hover .my-member-img img {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
}
.team-style-39 .my-team-member .my-team-detail {
	background-color: #FFF;
	padding: 10px 0;
	border-radius: 10%;  
	margin: 10px 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
.team-style-39 .my-team-member:hover .my-team-detail {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin: 0;
}
.team-style-39 .my-member-name {
	color: #333;
	margin-bottom: 0; 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-39 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-39 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-39 .my-member-details {
	color: #333;
}
.team-style-39 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-39 .my-member-social ul li {
	margin: 0 6px 10px;
	list-style: none;
	display: inline-block;
}
.team-style-39 .my-member-social ul li a {
	display: inline-block;
    text-align: center;
    color: #333;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-39 .my-member-social ul li a:hover {
	color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-39 .my-team-block {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 40 =====*/
/* ================================= */
.team-style-40 .my-team-member {
	margin-bottom: 20px;
}
.team-style-40 .my-team-member .my-member-img {
    overflow: hidden;     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); 
}
.team-style-40 .my-team-member:hover .my-member-img {
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0); 
}
.team-style-40 .my-team-member .my-team-content {
    background-color: #333;
    display: flex;
    align-items: center;
    margin-left: 15px;
    overflow: hidden;
}
.team-style-40 .my-team-member .my-team-content div.my-member-img-col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.team-style-40 .my-member-name {
	color: #FFF;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-40 .my-team-member:hover .my-member-name {
    color: #3498DB;
}
.team-style-40 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-40 .my-team-detail hr {
	border-color: #FFF;
	margin: 0 0 10px;
}
.team-style-40 .my-member-description {
	color: #FFF;
}
.team-style-40 .my-member-btn ul li {
	list-style: none;
	display: inline-block;	
	margin: 0 2px;
}
.team-style-40 .my-team-member .my-member-btn ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-40 .my-team-member .my-member-btn ul li a:hover {
	border: 1px solid #3498DB;
    background-color: #3498DB; 
}
@media(max-width:768px) {	
	.team-style-40 .my-team-member .my-team-content div.my-member-img-col {
   		padding-right: 15px;
	}
	.team-style-40 .my-member-btn ul li {
		margin-bottom: 6px;
	}
}

/* ================================= */
		/*===== Team Style 41 =====*/
/* ================================= */
.team-style-41 .my-team-block {
	margin-bottom: 20px;
}
.team-style-41 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-41 .my-team-member {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-41 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-41 .my-team-member img {
    width: 100%;    
}
.team-style-41 .my-team-member .my-team-detail {
	position: absolute;
	top: -250px;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-right: 10px;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-41 .my-team-member:hover .my-team-detail {
	top: 0;
	opacity: 1;
}
.team-style-41 .my-member-name, 
.team-style-41 .my-member-post, 
.team-style-41 .my-member-details,
.team-style-41 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-41 .my-team-member:hover .my-member-name, 
.team-style-41 .my-team-member:hover .my-member-post,
.team-style-41 .my-team-member:hover .my-member-details,
.team-style-41 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-41 .my-team-detail {
	padding-left: 12px;
}
.team-style-41 .my-member-name, 
.team-style-41 .my-member-details {
	color: #232323;
}
.team-style-41 .my-member-post {
	color: #232323;
	font-size: 16px;
}
.team-style-41 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-41 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-41 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #232323;
    border: #232323 1px solid;
}
.team-style-41 .my-member-social li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-41 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 42 =====*/
/* ================================= */
.team-style-42 .my-team-member {
    overflow: hidden;
    margin-bottom: 20px;
}
.team-style-42 .my-team-member img {
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out; 	
}
.team-style-42 .my-team-member:hover img {
    margin-bottom: -60px;
    padding-top: 60px;
}
.team-style-42 .my-team-member .my-team-detail {
	opacity: 1;
	position: absolute;
	top: -120px;
	background-color: #FFF;
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;	
}
.team-style-42 .my-team-member:hover .my-team-detail {
	top: 0;
}
.team-style-42 .my-member-name, 
.team-style-42 .my-member-post, 
.team-style-42 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-42 .my-team-member:hover .my-member-name, 
.team-style-42 .my-team-member:hover .my-member-post,
.team-style-42 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-42 .my-team-detail {
	padding-left: 12px;
}
.team-style-42 .my-member-name {
	color: #333;
}
.team-style-42 .my-member-post {
	color: #333;
	font-size: 13px;
}
.team-style-42 .my-member-social {
	padding-bottom: 6px;
}
.team-style-42 .my-team-detail ul li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-42 .my-team-detail ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: #333 1px solid;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-42 .my-team-detail ul li a:hover {
	color: #FFF;
	border-color: #3498DB;
	background-color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-42 .my-team-member {
    	margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 43 =====*/
/* ================================= */
.team-style-43 .my-team-block {
	margin-bottom: 20px;
}
.team-style-43 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-43 .my-team-member {
    overflow: hidden;
    position: relative;
}
.team-style-43 .my-team-member img {
    width: 100%;
    -webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-ms-transition: 1.5s ease-in-out;
	-o-transition: 1.5s ease-in-out;
}
.team-style-43 .my-team-block:hover .my-team-member img {
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
}
.team-style-43 .my-team-member .my-team-detail {
	position: absolute;
	top: -250px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	padding-right: 10px;
	opacity: 0;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-43 .my-team-member:hover .my-team-detail {
	top: 0;
	opacity: 1;
}
.team-style-43 .my-member-name, 
.team-style-43 .my-member-post, 
.team-style-43 .my-member-details,
.team-style-43 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-43 .my-team-member:hover .my-member-name, 
.team-style-43 .my-team-member:hover .my-member-post,
.team-style-43 .my-team-member:hover .my-member-details,
.team-style-43 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-43 .my-team-detail {
	padding-left: 12px;
}
.team-style-43 .my-member-name, 
.team-style-43 .my-member-details {
	color: #FFF;
}
.team-style-43 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-43 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-43 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-43 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: #FFF 1px solid;
}
.team-style-43 .my-member-social li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-43 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 44 =====*/
/* ================================= */
.team-style-44 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
}
.team-style-44 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-44 .overlay {
    position: absolute;	
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding-top: 20px;
    background: rgba(52,152,219,0.6);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.team-style-44 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: url("../images/cursor-white.png") 48 48, pointer;
}
.team-style-44 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-44 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
}
.team-style-44 .my-team-member:hover .overlay {
    opacity: 1;
}
.team-style-44 .my-member-name {
	color: #333;
	margin-bottom: 0; 
}
.team-style-44 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-44 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-44 .my-member-details {
	color: #333;
}
.team-style-44 .my-team-member:hover .my-member-name,
.team-style-44 .my-team-member:hover .my-member-post,
.team-style-44 .my-team-member:hover .my-member-details {
    color: #3498DB;
}
.team-style-44 .my-team-member:hover hr {
	 border-color: #3498DB;
}
.team-style-44 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-44 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-44 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-44 .my-team-member:hover .my-member-social ul li a {
	color: #3498DB;
    border: 1px solid #3498DB;
}
.team-style-44 .my-team-member .my-member-social ul li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-44 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 45 =====*/
/* ================================= */
.team-style-45 .section {
	margin-bottom: 40px;
}
.team-style-45 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}
.team-style-45 .my-team-member:hover {
    margin-top: -20px;
}
.team-style-45 .my-team-member .my-team-member-bg {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
    padding-bottom: 15px;
}
.team-style-45 .my-team-member:hover .my-team-member-bg {
    background-color: #3498DB;    
}
.team-style-45 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-45 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}
.team-style-45 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
     -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-45 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
	 -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-45 .my-team-detail,
.team-style-45 .my-member-social {
	padding-left: 15px;
}
.team-style-45 .my-member-name {
	color: #333;
	margin-bottom: 0; 
}
.team-style-45 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-45 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-45 .my-member-details {
	color: #333;
}
.team-style-45 .my-team-member:hover .my-member-name, 
.team-style-45 .my-team-member:hover .my-member-post,
.team-style-45 .my-team-member:hover .my-member-details {
    color: #FFF;   
}
.team-style-45 .my-team-member:hover hr {
	border-top: 1px solid #FFF;
}
.team-style-45 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-45 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-45 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-45 .my-team-member:hover .my-member-social ul li a {
	color: #3498DB;
    border: 1px solid #FFF;
    background-color: #FFF;
}
@media(min-width:992px) {	
	.team-style-45 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 46 =====*/
/* ================================= */
.team-style-46 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
}
.team-style-46 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-46 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: url("../images/cursor-white.png") 48 48, pointer;
}
.team-style-46 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-46 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-46 .my-member-name {
	color: #333;
	margin-bottom: 0; 	
}
.team-style-46 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 	
}
.team-style-46 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;    
}
.team-style-46 .my-member-details {
	color: #333;	
}
.team-style-46 .my-team-member .my-member-name,
.team-style-46 .my-team-member .my-member-post,
.team-style-46 .my-team-member .my-member-details,
.team-style-46 .my-team-member hr  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-46 .my-team-member:hover .my-member-name,
.team-style-46 .my-team-member:hover .my-member-post,
.team-style-46 .my-team-member:hover .my-member-details {
    color: #3498DB;
}
.team-style-46 .my-team-member:hover hr {
	 border-color: #3498DB;
}
.team-style-46 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-46 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-46 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-46 .my-team-member:hover .my-member-social ul li a {
	color: #3498DB;
    border: 1px solid #3498DB;
}
.team-style-46 .my-team-member .my-member-social ul li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-46 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 47 =====*/
/* ================================= */
.team-style-47 .my-team-block {
	margin-bottom: 20px;
}
.team-style-47 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-47 .my-team-member {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-47 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-47 .my-team-member img {
    width: 100%;   
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out; 
}
.team-style-47 .my-team-member:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);  
}
.team-style-47 .my-team-member .my-team-detail {
	position: absolute;
	top: -250px;
	background-color: rgba(52,152,219,0.6);
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-right: 10px;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-47 .my-team-member:hover .my-team-detail {
	top: 0;
	opacity: 1;
}
.team-style-47 .my-member-name {
	color: #FFF;
}
.team-style-47 .my-member-name, 
.team-style-47 .my-member-post, 
.team-style-47 .my-member-details,
.team-style-47 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-47 .my-team-member:hover .my-member-name, 
.team-style-47 .my-team-member:hover .my-member-post,
.team-style-47 .my-team-member:hover .my-member-details,
.team-style-47 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-47 .my-team-detail {
	padding-left: 12px;
	color: #FFF;
}
.team-style-47 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-47 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-47 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-47 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: #FFF 1px solid;
}
.team-style-47 .my-member-social li a:hover {
	color: #3498DB;
	background-color: #FFF;
	border: #FFF 1px solid;
}
@media(min-width:992px) {	
	.team-style-47 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 48 =====*/
/* ================================= */
.team-style-48 .my-team-block {
	margin-bottom: 20px;
}
.team-style-48 .my-team-block:last-of-type  {
    margin-bottom: 0;
}
.team-style-48 .my-team-member {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.team-style-48 .my-team-member:hover {
    box-shadow: 5px 5px 25px rgba(0,0,0,.5);
}
.team-style-48 .my-team-member img {
    width: 100%;   
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out; 
}
.team-style-48 .my-team-member:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:scale(1.1);
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);  
}
.team-style-48 .my-team-member .my-team-detail {
	position: absolute;
	bottom: -250px;
	background-color: rgba(52,152,219,0.6);
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-right: 10px;
	-webkit-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;	
}
.team-style-48 .my-team-member:hover .my-team-detail {
	bottom: 0;
	opacity: 1;
}
.team-style-48 .my-member-name {
	color: #FFF;
}
.team-style-48 .my-member-name, 
.team-style-48 .my-member-post, 
.team-style-48 .my-member-details,
.team-style-48 .my-member-social {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	-ms-transition: 1.2s ease-in-out;
	-o-transition: 1.2s ease-in-out;	
}
.team-style-48 .my-team-member:hover .my-member-name, 
.team-style-48 .my-team-member:hover .my-member-post,
.team-style-48 .my-team-member:hover .my-member-details,
.team-style-48 .my-team-member:hover .my-member-social {	
	opacity: 1;
}
.team-style-48 .my-team-detail {
	padding-left: 12px;
	color: #FFF;
}
.team-style-48 .my-member-post {
	color: #FFF;
	font-size: 16px;
}
.team-style-48 .my-member-social li {
	display: inline-block;
	margin: 0 2px;
}
.team-style-48 .my-member-social li:first-child {
	margin: 0 0;
}
.team-style-48 .my-member-social li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    border: #FFF 1px solid;
}
.team-style-48 .my-member-social li a:hover {
	color: #3498DB;
	background-color: #FFF;
	border: #FFF 1px solid;
}
@media(min-width:992px) {	
	.team-style-48 .my-team-block {   
   		 margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 49 =====*/
/* ================================= */
.team-style-49 .my-team-member {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-49 .my-team-member:hover {
    margin-left: -15px;
}
.team-style-49 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-49 .my-team-member .my-member-img {    
    position: relative;
    overflow: hidden;
    cursor: url("../images/cursor-white.png") 64 64, pointer;
}
.team-style-49 .my-team-member .my-member-img img {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.team-style-49 .my-team-member:hover .my-member-img img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-49 .my-member-name {
	color: #333;
	margin-bottom: 0; 	
}
.team-style-49 .my-member-name,
.team-style-49 .my-member-post,
.team-style-49 .my-member-details {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-49 .my-team-member:hover .my-member-name,
.team-style-49 .my-team-member:hover .my-member-post,
.team-style-49 .my-team-member:hover .my-member-details,
.team-style-49 hr {
    color: #3498DB;
}
.team-style-49 .my-member-post {
	color: #333;
	font-size: 16px;
	margin-top: 0; 
}
.team-style-49 hr {
    margin-top: 0; 
    margin-bottom: 10px; 
    border-top: 1px solid #333;
}
.team-style-49 .my-team-member:hover hr {
    border-color: #3498DB;
}
.team-style-49 .my-member-details {
	color: #333;
}
.team-style-49 .my-member-social {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-49 .my-member-social ul li {
	margin-top: 6px;
	list-style: none;
	display: inline-block;
}
.team-style-49 .my-member-social ul li a {
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-49 .my-team-member:hover .my-member-social ul li a {
    color: #3498DB;
    border: 1px solid #3498DB;
}
.team-style-49 .my-team-member:hover .my-member-social ul li a:hover {
	color: #FFF;
	background-color: #3498DB;
	border: #3498DB 1px solid;
}
@media(min-width:992px) {	
	.team-style-49 .my-team-member {
		margin-bottom: 0;
	}
}

/* ================================= */
		/*===== Team Style 50 =====*/
/* ================================= */
.team-style-50 {
	margin-bottom: 60px;
}
.team-style-50 .my-team-member {
    margin-bottom: 20px;  
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-50 .my-team-member:hover {
  	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform:scale(1.2);
	 -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.team-style-50 .my-team-member:last-of-type {
    margin-bottom: 0;
}
.team-style-50 .my-team-member .my-member-img {
    overflow: hidden; 
    padding: 15px;   
    box-shadow: 0 2px 5px rgba(0,0,0,.5), 0 0 10px rgba(0,0,0,.2) inset;
}
.team-style-50 .my-team-member .my-member-img img {
    width: 100%;
}
.team-style-50 .my-team-member .my-team-detail {
	opacity: 0;
	margin-top: -60px auto 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-style-50 .my-team-member:hover .my-team-detail {
	opacity: 1;
	margin: -200px auto 140px;
}
.team-style-50 .my-member-name {
	color: #FFF;
	text-align: center;	
}
.team-style-50 .my-member-post {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px;
	font-size: 16px;
}
.team-style-50 .my-member-social {
    text-align: center;	
	opacity: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-50 .my-member-social ul li {
	list-style: none;
	display: inline-block;	
}
.team-style-50 .my-member-social ul li a {
	display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-style-50 .my-member-social ul li a:hover {
	color: #3498DB;
}
@media(min-width:992px) {	
	.team-style-50 .my-team-member {
		margin-bottom: 0;
	}
}