@CHARSET "UTF-8";


.team-wrapper{
	text-align: center;
}

.team-wrapper li{
	margin-top: 20px;	
}

.team-title-wrapper{
	position: relative;
}

.team-image, .team-content{
	position: relative;
	display: inline-block;
	vertical-align: top;	
}

.team-image{
	width: 400px;
	height: 400px;
	max-width: 100%;
}

.team-content{	
	padding: 20px;
	text-align: center;
	width: 400px;
	max-width: 100%;
}

.team-content:BEFORE /*,  .team-image:BEFORE */ {
	content: " ";
	display: block;
	position: absolute;
	z-index: -2;
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	border: 1px solid #B3A57C;
}

.team-content:AFTER /*, .team-image:AFTER */ {
	content: " ";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border: 3px solid #B3A57C;
}

/*.team-image:BEFORE{
	z-index: 3;
} 

.team-image:AFTER{
	z-index: 4;
}
*/

.team-title{
	font-size: 30px;
}

.team-position{
	font-size: 24px;
}

.team-details-html {
	padding: 10px;

}

.team-title-wrapper .close{
	display: none;
	font-size: 33px;
	position: absolute;
	z-index: 1;
	right: 0px;
}

.team-title-wrapper a:FOCUS .close, .team-title-wrapper a:HOVER .close,
.team-title-wrapper a:FOCUS .close *, .team-title-wrapper a:HOVER .close * 
{
	color: #000 !important;
}

.team-title-wrapper a[aria-expanded=true] .close{
	display: block;	
}


@media ( min-width : 768px ) {

	.team-wrapper li.team-item-1{
		direction: rtl;
	}
	
	.team-wrapper li.team-item-0 .team-content{
		margin-left: 7px; 
	}
	
	.team-wrapper li.team-item-1 .team-content{
		margin-right: 7px; 
	}
	

}

