﻿/* home-concept-one */

.advisors.home-concept-one{
}
.team.element-three{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.advisors.home-concept-three .advisors-item{
	padding:0px 0px 0px 0px;
}

.advisors.home-concept-three:not(.owl-carousel) .advisors-item{
	float:left;
	margin-bottom:40px;
}

.advisors.home-concept-three .advisors-item > .holder{
	text-align:center;
}

.advisors.home-concept-three .advisors-item > .holder > .pic{
	position:relative;
	overflow:hidden;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > img{
	width:100%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .holder{
position: absolute;
    top: 0;
    left: -10%;
    z-index: 1;
    width: 120%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .holder img{
	width:100%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081223+60,081223+100&0+60,1+100 */

background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:bottom;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data h5{
	margin-bottom:5px;
	font-weight:500;
	font-size:16px;
	color:#fff;
	line-height:27px;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data h5 a{
	color:inherit;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data p{
	margin-bottom:20px;
	font-size:11px;
	color:#fff;
	line-height:22px;
	letter-spacing:1px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social{
	margin-bottom:-60px;
	font-size:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-three .advisors-item > .holder:hover > .pic > .data ul.social{
	margin-bottom:0;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social li{
	display:inline-block;
	vertical-align:top;
	margin:0px 6px 7px 6px;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social li a{
	display:block;
	width:30px;
	height:30px;
	background:none;
	border:1px #fff solid;
	border-radius:50%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social li a i{
	font-size:13px;
	color:#fff;
	line-height:28px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
}