.organisation-header-wrapper {
	min-height: 300px;
	position: relative;
}

.organisation-header-wrapper:before {
	content: '';
	background: #141414;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: -100px;
	width: 90%;
	transform: skew(-10deg);
}

.club-info {
	padding-top: 55px;
}

.club-info p {
	font-size: 14px;
	color: #141414;
}

.club-info .item {
	padding-bottom: 12px;
	font-size: 14px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	line-height: 19px;
}

.club-info .item span {
	color: #666;
}

.club-info .country img {
	margin-right: 10px;
}

.club-stat {
	padding: 28px 0 0;
}

.club-stat .title {
	padding: 21px 0 3px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.club-stat .next>* {
	display: table-cell;
	vertical-align: middle;
}

.club-stat .next .avatar {
	padding-right: 20px;
}

.club-stat .next .name {
	font-size: 16px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}

.club-stat .next .date {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
}

.organisation-header-wrapper .circle-item {
	width: 50%;
	float: left;
}

.organisation-header-wrapper .circle-item .circle-bar {
	width: 42px;
	height: 42px;
}

.organisation-header-wrapper .circle-item>* {
	display: inline-block;
	vertical-align: middle;
}

.organisation-header-wrapper .circle-item .text {
	padding-left: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat, sans-serif;
}