@charset "UTF-8";
/* CSS Document */


.Trainers {
	position: relative;
	background-image: url(../../img/BgrHatch.svg);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
}

.Trainers .Wrapper {
	position: relative;
	display: inline-block;
	margin: auto;
	text-align: left;
	max-width: 100%;
}





.Trainers .Wrapper .Trainer {
	position: relative;
	display: inline-block;
	width: 440px;
	max-width: 100%;
	float: left;
	margin: 15px;
	background: #FFF;
	padding: 15px;
}

.Trainers .Wrapper .Trainer .Portrait {
	position: relative;
	display: inline-block;
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: no-repeat center center #ececec;
	background-size: cover;
}

.Trainers .Wrapper .Trainer .Text {
	overflow:hidden;
	padding: 0 0 0 20px;
}

.Trainers .Wrapper .Trainer .Text .Name {
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}

.Trainers .Trainer .Text .Region {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 5px;
}

.Trainers .Wrapper .Trainer .Text  p {
	line-height: 1.4em;
}





@media (max-width: 1300px)
{
	.Trainers .Wrapper {
	max-width: 940px;
	}

}

@media (max-width: 980px)
{
	.Trainers .Wrapper .Trainer {
	width: 100%;
	float: left;
	margin: 15px 0;
}

}