/* STYLE 1 */
.vcmp-team-grid-style1 {
	margin:50px 0;
}
.vcmp-team-grid-style1 .vcmp-container-thumbs {
	position:relative;
	width:100%;
	height:auto;
	line-height:1;
	font-size:0;
}
.vcmp-team-grid-style1 .vcmp-container-thumbs img {
	max-width:100%;
	border-radius:0;
	box-shadow:none;
}
.vcmp-team-grid-style1 .vcmp-excerpt {
	position:absolute;
	bottom:0;
	opacity:0;
	background:#FFF;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
	height:100%;
	width:100%;	
	padding:2em;
	box-sizing:border-box;	
	display:block;
	font-size:12px;
}
.vcmp-team-grid-style1 .vcmp-container-thumbs:hover .vcmp-excerpt {
	position:absolute;
	bottom:0;
	opacity:1;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
	display:block;
}
.vcmp-excerpt-container {
	display:table;
	height:100%;
	width:100%;
}
.vcmp-team-grid-style1  {
	text-align:center;
}
.vcmp-team-grid-style1 .vcmp-excerpt p {
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.vcmp-team-grid-style1 .vcmp-title {
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
	display:block;
	margin:10px;
}
.vcmp-team-grid-style1 .vcmp-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3em;
	display:block;
	margin:5px;	
}
.vcmp-separator-team {
    background-color: #eaeaea;
    display: block;
    height: 2px;
    margin: 10px auto;
    position: relative;
	width:22px;
}
.vcmp-social-container .vcmp-social-icon a {
	text-decoration:none;
	color:#999;
	padding:5px;
}
/* STYLE 2 */
.vcmp-team-grid-style2 {
	margin:50px 0;
}
.vcmp-team-grid-style2 .vcmp-container-thumbs {
	position:relative;
	width:100%;
	height:auto;
	line-height:1;	
}
.vcmp-team-grid-style2 .vcmp-container-thumbs img {
	max-width:100%;
	border-radius:0;
	box-shadow:none;
}
.vcmp-excerpt-container {
	display:table;
	height:100%;
	width:100%;
}
.vcmp-team-grid-style2  {
	text-align:center;
}
.vcmp-team-grid-style2 .vcmp-excerpt p {
	padding:10px 20px;
	margin:0;
}
.vcmp-team-grid-style2 .vcmp-title {
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
	display:block;
	margin:10px;
}
.vcmp-team-grid-style2 .vcmp-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3em;
	display:block;
	margin:5px;	
}
.vcmp-separator-team {
    background-color: #eaeaea;
    display: block;
    height: 2px;
    margin: 10px auto;
    position: relative;
	width:22px;
}
.vcmp-social-container .vcmp-social-icon a {
	text-decoration:none;
	color:#999;
	padding:5px;
}
/* CAROUSEL STYLE 1 */
.vcmp-team-carousel-style1 {
	margin:50px 0;
}
.vcmp-team-carousel-style1 .vcmp-container-thumbs {
	position:relative;
	width:100%;
	height:auto;
	line-height:1;
	font-size:0;
}
.vcmp-team-carousel-style1 .vcmp-container-thumbs img {
	max-width:100%;
	border-radius:0;
	box-shadow:none;
}
.vcmp-team-carousel-style1 .vcmp-excerpt {
	position:absolute;
	bottom:0;
	opacity:0;
	background:#FFF;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
	height:100%;
	width:100%;	
	padding:2em;
	box-sizing:border-box;	
	display:block;
	font-size:12px;
}
.vcmp-team-carousel-style1 .vcmp-container-thumbs:hover .vcmp-excerpt {
	position:absolute;
	bottom:0;
	opacity:1;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
	display:block;
}
.vcmp-excerpt-container {
	display:table;
	height:100%;
	width:100%;
}
.vcmp-team-carousel-style1  {
	text-align:center;
}
.vcmp-team-carousel-style1 .vcmp-excerpt p {
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.vcmp-team-carousel-style1 .vcmp-title {
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
	display:block;
	margin:10px;
}
.vcmp-team-carousel-style1 .vcmp-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3em;
	display:block;
	margin:5px;	
}
.vcmp-separator-team {
    background-color: #eaeaea;
    display: block;
    height: 2px;
    margin: 10px auto;
    position: relative;
	width:22px;
}
.vcmp-social-container .vcmp-social-icon a {
	text-decoration:none;
	color:#999;
	padding:5px;
}
/* CAROUSEL STYLE 2 */
.vcmp-team-carousel-style2 {
	margin:50px 0;
}
.vcmp-team-carousel-style2 .vcmp-container-thumbs {
	position:relative;
	width:100%;
	height:auto;
	line-height:1;	
}
.vcmp-team-carousel-style2 .vcmp-container-thumbs img {
	max-width:100%;
	border-radius:0;
	box-shadow:none;
}
.vcmp-excerpt-container {
	display:table;
	height:100%;
	width:100%;
}
.vcmp-team-carousel-style2  {
	text-align:center;
}
.vcmp-team-carousel-style2 .vcmp-excerpt p {
	padding:10px 20px;
	margin:0;
}
.vcmp-team-carousel-style2 .vcmp-title {
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
	display:block;
	margin:10px;
}
.vcmp-team-carousel-style2 .vcmp-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3em;
	display:block;
	margin:5px;	
}
.vcmp-separator-team {
    background-color: #eaeaea;
    display: block;
    height: 2px;
    margin: 10px auto;
    position: relative;
	width:22px;
}
.vcmp-social-container .vcmp-social-icon a {
	text-decoration:none;
	color:#999;
	padding:5px;
}
.vcmp-social-container > span {
	margin-bottom:10px;
	display:inline-block;
}