/*GENERAL*/

.item_team .inner:before,
.item_team .inner:after,
.filters:before,
.filters:after,
.staffProfiles:before,
.staffProfiles:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.item_team .inner:after,
.filters:after,
.staffProfiles:after {
	clear: both;
}


/*FILTERS
*****************************************************/

.filters {
	background: #ebeef0;
	padding: 20px;
	margin-top: 20px;
}

.filters h3 {
	font-size: 18px;
	float: left;;
}

/*AZ*/

.filters .az {
	float: left;
	margin: 0 0 0 20px;
}

.filters .az li {
	float: left;
	margin: 0 2px 0 0;
}

.filters .az a {
	background: #dce2e5;
	display: block;
	text-decoration: none;
	font-size: 15px;
	padding: 3px 8px;
}

.filters .az li.letterDisabled {
    opacity: 0.5;
}


/*TEAM DETAILS
*****************************************************/

.item_team {
	width: 20%;
	float: left;
	position: relative;
	padding: 0 10px;
	margin: 30px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item_team:nth-child(4n+5) {
	clear: left;
}

.item_team .inner {
	background: #ebeef0;
}

.image_team img {
	display: block;
}

.text_team {
	padding: 0 20px;
}

.name_team {
	margin: 20px 0 0;
	font-size: 22px;
}

.name_team a {
	display: block;
	text-decoration: none;
}

.name_team p {
	font-size: 65%;
	opacity: 0.7;
}

.about_team {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0 0;
}

.about_team p {
	margin-bottom: 10px;
}

.contact_team {
	margin: 10px 0 0 0;
}

.contact_team a {
	font-size: 14px;
	text-decoration: none;
}

.contact_team i {
	width: 25px;
}

.contact_team i.fa-mobile {
	font-size: 140%;
}

.social_team {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.social_team li {
	float: left;
	margin: 0 8px 8px 0;
}

.social_team a {
	display: block;
	width: 32px;
	height: 32px;
	background: #3a9aad;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 0 0 0;
	text-align: center;
	transition: .3s all ease;
}

.social_team li.twitter a {
	background-color: #00aced;
}
.social_team li.facebook a {
	background-color: #3b5997;
}
.social_team li.linkedin a {
	background-color: #005a87;
}
.social_team li.youtube a,
.social_team li.google a,
.social_team li.pinterest a {
	background-color: #be1522;
}
.social_team li.flickr a {
	background-color: #ff0084;
}
.social_team li.rss a,
.social_team li.blog a {
	background-color: #f39200;
}
.social_team li.tumblr a {
	background-color: #35465d;
}
.social_team li.skype a {
	background-color: #00aaec;
}
.social_team li.instagram a {
	background-color: #975f42;
}

/*hover*/

.social_team li.twitter a:hover {
	background: transparent;
	color: #00aced;
}
.social_team li.facebook a:hover {
	background: transparent;
	color: #3b5997;
}
.social_team li.linkedin a:hover {
	background: transparent;
	color: #005a87;
}
.social_team li.youtube a:hover,
.social_team li.google a:hover,
.social_team li.pinterest a:hover {
	background: transparent;
	color: #be1522;
}
.social_team li.flickr a:hover {
	background: transparent;
	color: #ff0084;
}
.social_team li.rss a:hover,
.social_team li.blog a:hover {
	background: transparent;
	color: #f39200;
}
.social_team li.tumblr a:hover {
	background: transparent;
	color: #35465d;
}
.social_team li.skype a:hover {
	background: transparent;
	color: #00aaec;
}
.social_team li.instagram a:hover {
	background: transparent;
	color: #975f42;
}




/*POP UP
**************************************************************/

.popup_team .text_team {
	padding: 0;
}

.popup_team .name_team {
	background: #ebeef0;
	text-align: center;
	padding: 15px;
	margin-top: 0;
}

.popup_team .about_team {
	padding: 20px 30px 0;
}

.popup_team .social_team {
	margin: 20px 0 20px 0;
	text-align: center;
}

.popup_team .social_team li {
	float: none;
	display: inline-block;
	margin: 0 4px 8px;
}

.popup_team .contact_team {
	background: #ebeef0;
	text-align: right;
	padding: 15px;
}

.popup_team .contact_team li {
	float: none;
	display: inline-block;
	margin: 0 0 0 20px;
}

.popup_team .contact_team i {
	text-align: left;
	width: 20px;
}


.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/lbClose.png');
	width: 44px;
	height: 44px;
}

