@charset "utf-8";

.wrapper{
	background-image:none;
	background-color:#fff;
	height:750px;;
	
}

section{
	
	padding-top:0px;
	
}
.sectionInner{
	width:90%;

}

.memberHeader{
	font-size:24px;
	font-weight:900;	
	text-transform:uppercase;
	color:#003E6A;
	margin-bottom:20px;
	text-align:left;
	color:#fff;
	overflow:hidden;	
	width:100%;
		background: rgb(0,91,148); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,91,148,1) 0%, rgba(27,45,119,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,91,148,1) 0%,rgba(27,45,119,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,91,148,1) 0%,rgba(27,45,119,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b94', endColorstr='#1b2d77',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}




.memberHeader > span{
	display:block;
	margin:0 auto;
	width:90%;
	overflow:hidden;
	padding-top:100px;
	
}

p{
	margin:0;	
	text-align:justify;
}

strong{
	width:100%;
	display:block;
	margin-bottom:5px;
	
	color:#003E6A;
	font-size:14px;
	text-align:left;
	clear:left;
}

strong > span{
	font-weight:400;
	font-size:12px;	
	
}

.before:before{
	width:200px;
	height:350px;
	
	float:left;
	content:"";
	
	
	margin-right:10px;
	margin-bottom:10px;
	
	box-sizing:border-box;
	
}

.executive:before{
	background-image:url(../images/team/13.jpg);
	background-repeat:no-repeat;

}

.vice:before{
	background-image:url(../assets/team/3.jpg);
	background-repeat:no-repeat;

}

.mDirector:before{
	background-image:url(../images/team/1.jpg);
	background-repeat:no-repeat;

}

.director:before{
	background-image:url(../images/team/5.jpg);
	background-repeat:no-repeat;

}

.managing:before{
	background-image:url(../images/team/15.png)
        ;
	background-repeat:no-repeat;

}

.dOperation:before{
	background-image:url(../images/team/9.jpg);
	background-repeat:no-repeat;

}

.deputy:before{
	background-image:url(../images/team/11.jpg);
	background-repeat:no-repeat;

}

.training:before{
	background-image:url(../images/team/3.jpg);
	background-repeat:no-repeat;

}

.communication:before{
	background-image:url(../images/team/7.jpg);
	background-repeat:no-repeat;

}


@media (min-width: 300px){

	


.before:before{
	margin-bottom:0;
	width:200px;
	height:200px;
	
}
}


@media (min-width: 440px){

	


.before:before{
	margin-bottom:0;
	width:200px;
	height:200px;
	
}
}



@media (min-width: 500px){
	
	
.memberHeader{
	font-size:28px;
	
}
	
strong{

	clear:none;
}	
	
	
.before:before{
	margin-bottom:0;
	width:200px;
	height:200px;
	
}
}



@media (min-width: 800px){

	
.memberHeader{
	font-size:34px;
	
}

.before:before{
	margin-bottom:0;
	width:200px;
	height:2500px;
	
}
}


}



















