
.white-bg .tab-profile li.hide-this{
	display: none;
}

.tabs li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.tabs li .team figure {
	margin-bottom: 10px;
}
.tabs li .team figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tab-panels .panel {
	display: none;
}
.tab-panels .panel.active {
	display: block;
}

.arrow-holder {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
.arrow {
	overflow: hidden;
}
.arrow a {
	position: relative;
	display: block;
	padding: 20px; 
	border:1px solid #d9d9d9;
}
.arrow .prev-tab { 
	float: left;
}
.arrow .next-tab { 
	float: right;
}

.prev-tab:before, 
.next-tab:before {
	font-family: FontAwesome;
	position: absolute;
	top: 12px;
	color: #494949;
	font-size: 18px;
}


.prev-tab:before {
	content: "\f053";
	left: 12px;
}

.next-tab:before {
	content: "\f054";
	left: 15px;
}