/* ============================================================================
   Stylesheet by: Daniel Pattiasina, © 2015 Moddit www.moddit.nl
============================================================================ */


/* ============================================================================
    Home
============================================================================ */
.vidHeaderWrap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 40%;
}
.vidHeaderOuter {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0 0 40%;
}
.vidHeaderInner {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	top: 50%;
	left: 0;
	width: 100%;
	height: 141%;
}
.vidHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Home Slider */
#homeSlider {
	position: relative;
	height: 625px;
	display: none;
}
#homeSlider .slides, #homeSlider .slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#homeSlider .slides li {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#homeSlider .slides li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
	z-index: 1;
}
#homeSlider .slideContent {
	padding: 150px 0 0;
	position: relative;
	z-index: 2;
}
.homeSliderTitle {
	font-size: 65px;
	line-height: 58px;
	text-transform: uppercase;
	max-width: 580px;
	color: #FFF;
	margin: 0 0 30px;
	padding: 0 0 30px;
	position: relative;
}
.homeSliderTitle:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 2px;
	background: #50b9e8;
}
.homeSliderDesc {
	color: #FFF;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	max-width: 580px;
}
/* Headlines */
.headlines {
	border-top: 4px solid #283881;
	border-bottom: 4px solid #d7d7d7;
	position: relative;
}
.headlineControls {
	position: absolute;
	width: 100%;
	top: -48px;
	left: 0;
	text-align: center;
	z-index: 2;
}
.headlineTabs {
	background: #283881;
	display: inline-block;
	position: relative;
}
.headlineTabs:before, .headlineTabs:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	visibility: visible;
	border-bottom: 48px solid #283881;
}
.headlineTabs:before {
	left: -30px;
	border-left: 30px solid transparent;
}
.headlineTabs:after {
	right: -30px;
	border-right: 30px solid transparent;
}
.headlineTab {
	display: block;
	float: left;
	color: #b7b9c0;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 48px;
	padding: 0 15px;
}
.headlineTab:hover {
	color: #50b9e8;
}
.headlineTab.active {
	color: #FFF;
	font-weight: 600;
}
.headlineContents {
	overflow: hidden;
}
.headlineContent {
	display: none;
}
.headlineContent.active {
	display: block;
}
.headlineSchedules {
	display: table;
	width: 100%;
}
.headlineSchedule {
	display: table-cell;
	width: 50%;
	height: 100%;
	vertical-align: top;
}
.headlineScheduleLeft {
	padding: 40px 30px 40px 0;
}
.headlineScheduleRight {
	background: #f2f2f2;
	padding: 40px 0 40px 30px;
	position: relative;
}
.headlineScheduleRight:after {
	content: "";
	display: block;
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	right: -1000px;
	background: #f2f2f2;
}
.hsTitles {
	float: left;
}
.hsLabel {
	margin: 0;
	line-height: 30px;
	color: #50b9e8;
	font-size: 15px;
	font-weight: 500;
}
.hsTitle {
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
	text-transform: uppercase;
}
.hsTitle:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #50b9e8;
}
.hsDate {
	margin: 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: 500;
}
.hsTeams {
	float: right;
}
.hsTeams > * {
	float: left;
}
.hsTeam {
	text-align: center;
	max-width: 130px;
}
.hsTeam img {
	display: block;
	max-width: 90px;
	max-height: 90px;
	margin: 0 auto 15px;
}
.hsTeamName {
	margin: 0;
	line-height: 25px;
	font-size: 13px;
}
.hsTeamVs {
	padding: 0 10px;
}
.hsTeamVsLabel {
	display: block;
	line-height: 20px;
	height: 20px;
	background: #50b9e8;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 0 10px;
	margin: 20px auto 65px;
	text-align: center;
}
.hsTeamVsScore {
	display: block;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 600;
}
.headlineSports {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 25px 0;
}
.headlineSport {
	display: block;
	float: left;
	padding: 0 20px;
	text-align: center;
	/*width: 200px;*/
}
.headlineSportImg {
	margin: 0 0 10px;
	height: 120px;
}
.headlineSportTitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}
.headlineSport:hover .headlineSportTitle {
	color: #50b9e8;
}
/* Block */
.block {
	display: block;
	background: #FFF;
	box-shadow: 0 3px 4px 0 #d7d7d7;
}
.blockImg {
	position: relative;
}
.blockImg img {
	display: block;
	margin: 0 auto;
}
.blockCat {
	position: absolute;
	bottom: 0;
	z-index: 1;
	border-bottom: 2px solid #000;
	width: 100%;
	left: 0;
}
.blockCat p {
	display: inline-block;
	margin: 0 0 0 30px;
	line-height: 22px;
	font-size: 14px;
	color: #FFF;
	background: #000;
	padding: 0 10px;
	vertical-align: bottom;
}
.blockContent {
	padding: 30px;
}
.blockDate {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 30px;
	color: #b2b2b2;
}
.blockTitle {
	font-size: 18px;
	color: #191919;
	line-height: 22px;
	height: 44px;
	font-weight: 500;
	overflow: hidden;
	margin: 0;
}
.blockDesc {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	margin: 0;
	font-size: 12px;
	color: #b2b2b2;
}
.blockTableWrap {
	text-align: center;
	padding: 10px;
}
.blockTableWrapInner {
	height: 44px;
	overflow: hidden;
}
.blockSingleContent {
	display: table;
	width: 100%;
}
.blockSingleLabel {
	display: table-cell;
	font-size: 18px;
	color: #191919;
	line-height: 22px;
	height: 44px;
	font-weight: 500;
	vertical-align: middle;
}
/* News Slider */
#newsSlider {
	position: relative;
	padding: 0 0 30px;
}
#newsSlider .slides {
	padding: 10px 0;
}
#newsSlider .slides li {
	max-width: 364px;
	margin: 0 14px 0 0;
}
#newsSlider .flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 16px 0 0;
}
#newsSlider .flex-control-nav li {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}
#newsSlider .flex-control-nav a {
	display: block;
	text-indent: -99999px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #3064a5 inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 0 0 0 #3064a5 inset;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#newsSlider .flex-control-nav a:hover {
	-webkit-box-shadow: 0 0 0 1px #50b9e8 inset, 0 -14px 0 0 #50b9e8 inset;
	box-shadow: 0 0 0 1px #50b9e8 inset, 0 -14px 0 0 #50b9e8 inset;
}
#newsSlider .flex-control-nav .flex-active {
	-webkit-box-shadow: 0 0 0 1px #3064a5 inset, 0 -14px 0 0 #3064a5 inset;
	box-shadow: 0 0 0 1px #3064a5 inset, 0 -14px 0 0 #3064a5 inset;
}
/* Sponsor Slider */
.homeSponsors {
	position: relative;
	padding: 0 30px;
}
#sponsorSlider {
	position: relative;
}
#sponsorSlider .slides {
	padding: 10px 0;
}
#sponsorSlider .slides li {
	width: 170px;
	height: 150px;
}
#sponsorSlider .slides li a {
	display: block;
	margin: 0 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 15px;
	background: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
#sponsorSlider .flex-direction-nav a {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	width: 20px;
	text-align: center;
	cursor: pointer;
	line-height: 170px;
	background: #FFF;
	font-size: 15px;
	color: #000;
}
#sponsorSlider .flex-direction-nav .flex-prev {
	left: -30px;
}
#sponsorSlider .flex-direction-nav .flex-next {
	right: -30px;
}
/* Events */
.homeEvents {
	margin: 0 0 0 -28px;
}
.homeEvents > * {
	float: left;
	padding: 0 0 0 28px;
}
.homeFeaturedEvents {
	width: 65%;
}
#homeEventSlider {
	position: relative;
}
.homeFeaturedEvent {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat:
	position: relative;
	height: 420px;
}
.homeFeaturedEvent:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(40,56,129,0.6) 0%, rgba(63,178,230,0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,56,129,0.6)), color-stop(100%,rgba(63,178,230,0.6)));
	background: -webkit-linear-gradient(left,  rgba(40,56,129,0.6) 0%,rgba(63,178,230,0.6) 100%);
	background: -o-linear-gradient(left,  rgba(40,56,129,0.6) 0%,rgba(63,178,230,0.6) 100%);
	background: -ms-linear-gradient(left,  rgba(40,56,129,0.6) 0%,rgba(63,178,230,0.6) 100%);
	background: linear-gradient(to right,  rgba(40,56,129,0.6) 0%,rgba(63,178,230,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99283881', endColorstr='#993fb2e6',GradientType=1 );
}
.homeFeaturedEventContent {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	padding: 30px 40px;
}
.homeFeaturedEventSubtitle {
	color: #50b9e8;
	font-size: 17px;
	line-height: 28px;
	margin: 0;
	font-weight: 500;
}
.homeFeaturedEventTitle {
	color: #FFF;
	font-size: 52px;
	color: #FFF;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.homeFeaturedEventDash {
	display: block;
	width: 50px;
	height: 2px;
	background: #50b9e8;
	margin: 0 0 10px;
}
.homeFeaturedEventDate {
	color: #FFF;
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 20px;
	font-weight: 500;
}
#homeEventSlider .flex-direction-nav {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	right: 40px;
	display: block;
	margin: 0;
}
#homeEventSlider .flex-direction-nav li {
	display: inline-block;
	vertical-align: bottom;
	line-height: 40px;
}
#homeEventSlider .flex-direction-nav li a {
	cursor: pointer;
	display: block;
	width: 35px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
}
.homeListEvents {
	width: 35%;
}
.eventList {
	margin: 0 0 16px;
}
.homeListEvents .Btn {
	margin: 0 0 16px;
}
.eventListItem {
	display: block;
	margin: 0 0 8px;
	height: 46px;
	overflow: hidden;
}
.eventListItemDate {
	float: left;
	display: block;
	width: 70px;
	height: 46px;
	background: #326bab;
	color: #FFF;
	margin: 0 20px 0 0;
	text-align: center;
	overflow: hidden;
	line-height: 46px;
	font-size: 14px;
}
.eventListItemTitle {
	display: block;
	overflow: hidden;
	line-height: 23px;
	color: #000;
	font-size: 18px;
	overflow: hidden;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	height: 46px;
}
.eventAd {
	margin: 0;
	display: block;
	width: 100%;
	height: 190px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -99999px;
}
.eventAd img {
	width: 100%;
	display: none;
}
/* Social Wall */
.socialWall {
	background: url(../images/instaBg.jpg) no-repeat 50% 50% #49a5d3;
	background-size: cover;
	color: #FFF;
	padding: 70px 0 50px;
}
.socialWallDesc {
	margin: 0 0 15px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
}
.socialWallDesc i {
	vertical-align: middle;
	font-size: 20px;
}
.socialWallTitle {
	color: #000;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 40px;
	padding: 0 0 20px;
	margin: 0 0 20px;
	position: relative;
	font-weight: 500;
}
.socialWallTitle:after {
	content: "";
	display; block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background: #FFF;
}
#instafeedSlider {
	position: relative;
	z-index: 2;
	margin: 30px 0 0;
}
#instafeedSlider .slides li {
	max-width: 306px;
}
#instafeed {
	overflow: hidden;
	max-height: 362px;
}
.instaItem, .facebItem {
	margin: 0 8px;
}
.instaItem a {
	display: block;
	overflow: hidden;
}
.instaImg {
	position: relative;
	overflow: hidden;
	background: url(../images/black5.png);
	width: 306px;
	height: 306px;
}
.instaCaption {
	position: absolute;
	width: 100%;
	padding: 15px;
	bottom: -200px;
	background: url(../images/black5.png);
	left: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.instaItem a:hover .instaCaption {
	bottom: 0;
}
.instaContent {
	background: #FFF;
	padding: 12px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.instaUser {
	float: left;
	line-height: 30px;
	font-size: 13px;
	color: #1e1e1e;
}
.instaUser i {
	color: #FFF;
	background: #3b5998;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.instaUser img {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 12px 0 0;
}
.instaLikes {
	float: right;
	font-size: 13px;
	line-height: 30px;
}
.instaLikes i {
	color: #e63634;
}
.facebItem .instaLikes i {
	color: #3b5998;
}
/* Home Actions */
.homeActions {
	padding: 20px 0;
}
#actionSlider {
	position: relative;
}
#actionSlider .slides li {
	padding: 0 5px;
	max-width: 300px;
}
.homeAction {
	display: block;
	border: 1px solid #e5e5e5;
}
.homeActionImg {
	float: left;
	margin: 0 10px 0 0;
}
.homeActionContent {
	overflow: hidden;
	padding: 0 5px 0 0;
}
.homeActionTitle {
	margin: 5px 0;
	line-height: 20px;
	height: 40px;
	font-size: 15px;
}
.homeActionDesc {
	overflow: hidden;
	margin: 0;
	line-height: 15px;
	height: 30px;
}
/* ============================================================================
    Nieuws
============================================================================ */
.catFilterTitle {
	float: left;
	margin: 0 0 20px;
	line-height: 40px;
}
.catFilters {
	float: right;
}
.catFilter {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 10px;
	background: #000;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 20px 0;
	cursor: pointer;
	opacity: 0.5;
}
.catFilter:hover, .catFilter.active {
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* ============================================================================
    Het Ravijn / Informatie pagina's
============================================================================ */
.infoSubtitle {
	color: #50b9e8;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
}
.infoTitle {
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
	text-transform: uppercase;
}
.infoTitle::after {
	background: #50b9e8;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	margin-left:-20px;
	position: absolute;
	width: 40px;
}
.infoCtas {
	margin: 10px 0;
}
.infoCtas .Btn {
	margin: 0 5px 5px;
}
#impressionSlider {
	position: relative;
	margin: 30px 0;
}
#impressionSlider .slides li {
	max-width: 350px;
	margin: 0 10px;
}
#impressionSlider .flex-direction-nav a {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	cursor: pointer;
	z-index: 2;
	background: url(../images/black5.png);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#impressionSlider .flex-direction-nav .flex-prev {
	left: 20px;
}
#impressionSlider .flex-direction-nav .flex-next {
	right: 20px;
}
.prices {
	margin: 0 auto;
	max-width: 750px;
}
.price {
	display: inline-block;
	width: 174px;
	margin: 0 2px 10px;
}
.priceImg {
	position: relative;
}
.priceAmount {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #FFF;
	background: url(../images/priceAmount.png) 50% 50% no-repeat;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.priceSport {
	text-transform: uppercase;
	color: #50b9e8;
	font-size: 13px;
	margin: 10px 0 5px;
	line-height: 30px;
}
.priceTitle {
	line-height: 20px;
	font-size: 15px;
	margin: 0;
	height: 60px;
	overflow: hidden;
}
/* ============================================================================
    Sporten
============================================================================ */
.sportTitle {
	font-size: 26px;
	line-height: 30px;
	margin: 50px 0 20px;
}
.cols.teamCols .col-3-1 {
	width: 24%;
}
.cols.teamCols .col-3-2 {
	width: 70%;
	float: right;
}
.teamTabs {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}
.teamTabs li {
	font-size: 16px;
	line-height: 32px;
}
.teamTab {
	cursor: pointer;
}
.teamTab:hover  {
	text-decoration: underline;
}
.teamTabs li.active {
	font-weight: 600;
}
.teamContent {
	display: none;
}
.teamContent.active {
	display: block;
}
.teamPhoto {
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	padding: 10px;
	display: block;
	margin: 0 0 20px;
}
.teamPhotoDesc p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}
.selectStaff {
	position: absolute;
	top: 0;
	right: 10px;
	background: #e22421;
	width: 20px;
	height: 30px;
	padding: 10px 0 0;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.selectStaff i {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
}
.blockSelectContent {
	padding: 20px;
}
.blockSelectTitle {
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 20px;
}
.blockSelectDesc {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
/*
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 */
}
.blockSelectDesc:after {
	content: "";
	display: table;
	clear: both;
}
.blockSelectDesc strong {
	display: block;
/*
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
 */
	font-weight: 500;
	color: #000;
}
.blockSelectDesc span {
	overflow: hidden;
}
.teamAlbumTitle {
	display: none;
}
.teamAlbumTitleFirst {
	display: table-cell;
}
.teamTraining {
	max-width: 400px;
	width: 100%;
	background: #FFF;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	padding: 20px;
}
.teamTraining h4 {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 30px;
}
.training {
	display: block;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
}
.training strong {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
.training span {
	display: inline-block;
	vertical-align: top;
}
.stats {
	margin: 30px 0 0;
	max-width: 400px;
	width: 100%;
	background: #FFF;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	padding: 20px;
}
.stats.agendaStats {
	max-width: 100%;
}
.stats h4 {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 30px;
}
.statRows {
	margin: 0;
}
.statRow {
	display: block;
}
.statRow:nth-child(even) {
	background: #f0f0f0;
}
.statRowHead {
	text-transform: uppsercase;
	font-weight: 600;
	color: #3064a5;
	border-bottom: 1px solid #c2c2c2;
}
.statRowCurrent {
	font-weight: 600;
}
.statRow:after {
	display: table;
	content: "";
	clear: both;
}
.statRow span {
	display: block;
	float: left;
	width: 30px;
}
.statRow .statRowGames {
	float: right;
	width: inherit;
}
.statRowGames:after {
	display: table;
	content: "";
	clear: both;
}
.statRowPlace {

}
.statRow .statRowTeam {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: hidden;
}
.statRowPlayed {

}
.statRowPoints {

}
/* Agenda */
.statRow .statRowAgendaTeam {
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.statRow .statRowAgendaDate {
	float: right;
	text-align: right;
	width: 50px;
}
.statRow .statRowAgendaTime {
	float: right;
	text-align: right;
	width: 50px;
}
.statRow .statRowAgendaLoc {
	width: 100%;
}
/* ============================================================================
    Sponsors
============================================================================ */
#blockSlider {
	position: relative;
}
#blockSlider .slides li {
	max-width: 364px;
	margin-right: 14px;
}
.sponsorBlock {
	text-align: center;
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
.sponsorBlock .sponsorImg {
	padding: 20px 0;
}
.sponsorContent {
	background: #3064a5;
	color: #FFF;
	padding: 5px 10px;
	display: table;
	width: 100%;
}
.sponsorTitle {
	color: #FFF;
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}
.sponsorLogo {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	float: right;
	margin: 0 0 30px 30px;
}
/* ============================================================================
    Sponsoractie toevoegen
============================================================================ */
.addDealForm {
	position: relative;
}
.addDealForm .acf-field {
	padding: 0;
	border: none;
	margin: 0 0 10px;
}
.addDealForm .acf-field-wysiwyg {
	display: none;
}
.addDealForm #message p {
	display: block;
	margin: 0 0 30px;
	background: #f1f9f7;
	padding: 5px 10px;
	color: #1d9d74;
	border: 1px solid #e0f1e9;
	font-size: 14px;
	line-height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* Popup */

.popUp {
	position: fixed;
	z-index: 10;
	width: 315px;
	height: 245px;
	bottom: 15px;
	right: 15px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
	transition: all 0.25s ease-in-out;
	transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
}
.popUpContent {
	background-color: rgba(40,56,129, 0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	height: 100%;
}
.popUpContent > * {
	text-transform: uppercase;
	color: #fff;
}
.popUpTitle {
	font-size: 34px; 
	line-height: 40px;
	margin-bottom: 11px;
	margin-top: 8px;
}
.popUpClose {
	color: #fff;
	position: absolute;
	z-index: 10;
	font-size: 23px;
	text-align: ;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.popUpSubtitle {
	font-size: 12px;
	margin-bottom: 0;
}
.activePopup {
	visibility: visible;;
	opacity: 1;
	transform: scale(1);
}


/* ============================================================================
    Contact
============================================================================ */
