* { box-sizing: border-box; border-spacing: 0px; }

select {
	border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 5px;
}

 /* !important is needed sometimes */
::-webkit-scrollbar {
    width: 8px !important;
    background: none !important;
 }

 /* Track */
 ::-webkit-scrollbar-track {
 	border-right: 1px solid rgb(224 224 224) !important;
 }

 /* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: rgb(224 224 224) !important; 
   -webkit-box-shadow: none; 
   cursor: pointer;

 }

::-webkit-scrollbar:hover {
	width: 10px !important;
} 

.dynImg {
	-webkit-overflow-scrolling: touch;
}

.negHeight {
	height: -100px;
}

iframe {
	-webkit-overflow-scrolling: touch;
}

iframe.iframe-elfquiz, object, embed {
	height: calc(90vh - 60px);
	width: 100%;
}

.imgCntr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom_blok {
	background: #eee;
    padding: 20px;
    margin: 10px 0px;
    border: 1px solid #ddd;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
	height: 300px;
}

.custom_blok .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    filter: blur(10px);
    opacity: 0.6;
}

	.custom_blok .bg:after {
		content: "";
		position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    z-index: 5;
	    height: 100%;
	    background-color: rgba(255,255,255,0.5);
	}

.custom_blok .content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.custom_blok .c-buttons {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.custom_blok img {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-top: 25px;
    width: 220px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0;
    list-style: none;
    text-align: center;
}
	.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgb(249, 176, 183);
}

	.slick-dots li.slick-active {
		background: rgb(210,37,55);
	}

	.slick-dots li button {
		display: none;
	}

.nosmuk {
	text-decoration: none;
	color: #A00;
}

#logo:hover {
	transition: .75s;
	transform: scale(1.05);
}

#nieuwsbrief>div label {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}

#extraMobileContent {
	display: none;
}

/*.news.cover {
    width: 176px;
}

.news:nth-of-type(2){
	width: calc( 100vw - 176px - 4px);
}*/


#nieuwsbrief input[type="text"] {
	min-width:  auto;
	display: inline-block;
	margin: 5px 0px 5px 5px;
	width: calc(100% - 127px);
	font-size: 12px;
    line-height: 22px;
}

#nieuwsbrief .btn {
	margin: 5px 0px;
}

.preload .vList tr {
	opacity:0;
	transform: scale(0.85);
	transform-origin: right;
}

.vlist { width: 100%; }

#table-clubs {
	text-align: left;
}

#table-clubs td:nth-child(1){
	width: 200px;
}

#table-clubs a {
	display: inline-block;
	text-align: center;
    padding: 0px 10px;
	vertical-align: middle;
	text-decoration: none;
	color:  black;
}

#table-clubs img, #table-clubs span {
	vertical-align: middle;
	color:  black;
	text-decoration: none;
	padding: 7.5px 2.5px;
}

.striped {
	display: inline-block;
}

.striped:before {
    content: "";
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
    transform: rotate(-2deg);
}

.tag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: white;
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    xxcursor: pointer;
}

.full-width { width: 100% !important; max-width:  100% !important; }
.table-tr-border tr {border:1px solid #d4d4d4}
.table-border {border:1px solid #d4d4d4}
.table-td-border td {border:1px solid #d4d4d4}
.table-th-border th {border:1px solid #d4d4d4}
.table-black th{ background-color: #1d1d1d; color: white; font-weight:normal;}
.table-darker>tr, .table-darker>tbody>tr { background-color: #e0e0e0; }
.table-striped tr:nth-child(even) { background-color: #f5f5f5; }
table td, table th { padding: 0px 12px; color: #333; height: 47px !important;}
table th {padding: 12px 12px;}
table {border-collapse: collapse; margin: 10px 0px;}
.no-margin { margin: 0px; }
.pointer { cursor:  pointer; }

label.required:after {
    content: "*";
    color: rgb(205,10,25);
    margin-left: 3px;
}

.input:disabled {
    background: #eee;
    cursor: not-allowed;
}

tr.collapsed .fa-chevron-right {
	transition: .5s;
	transform: rotate(90deg);
}

tr .fa-chevron-right {
	transition: .5s;
	transform: rotate(0deg);
}

.wider #fixedHeader {
	    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
}

input[type="radio"] + span {
    text-transform: capitalize;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.offers {
	display: none;
}

.offers.collapsed {
	display: table-row;
}

.columns {
	-webkit-columns: 100px 3;
    -moz-columns: 100px 3;
    columns: 100px 3;
}

#map_cnt {
	margin-top: 25px;
	overflow: hidden;
}
#map_overlay {
	width: calc(100% / 3);
    height: 100%;
    position: absolute;
    left: 105%;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    transition: 0.75s;
    overflow: hidden;
    color: white;
    padding: 0 2.5% 2.5% 2.5%;
    text-align: center;
}

.textBr {
	border: 1px solid #ccc;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
}

	.textBr span {
		position: absolute;
	    top: -9px;
	    left: 20px;
	    font-size: 11px;
	    background: #fdfdfd;
	    display: inline-block;
	    padding: 0px 10px;
	    width: 65px;
	    height: 20px;
	    background-image: url(/images/tbnr.jpg);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-color: white;
	}

#map_overlay.open {
	transition:  0.75s;
	left: calc(100% / 3 *2);
}

	#map_overlay .top {
		width: 100%;
		height: calc(100% - 40px);
	}

	#map_overlay .bottom {
		width: 100%;
		height: 40px;
	}

.spinner {
	position: relative;
	height: 50px;
	width: 50px;
	margin: 15px auto;	
}

.breadcrumbs {
	    color: rgb(210,37,55);
    font-weight: bold;
    font-size: 12px;
}

.link-simple {
	font-weight: bold;
    text-decoration: none;
    color: black;
}

.breadcrumbs a {
	text-decoration: none;
    color: rgb(210,37,55);
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
}

.fakeh1 {
    display: inline-block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.spinner div{
    border: 8px solid #f3f3f3; 
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}

.topmenu i.fa {
	line-height: 40px;
    color: white;
    padding: 0px 10px;
}

#topmenu_extra {
	left: 0px;
	background-color: rgb(205,10,25); ;
	position: fixed;
	transition: .3s;
	width: 150px;
	display:  none;
	bottom: 40px;
	max-height: 0px;
    overflow: hidden;
}

#topmenu_extra.opened {
	transition: .3s;
	bottom: 60px;
	max-height: 700px;
}

#topmenu_extra a {
	color:  white;
	padding: 10px 0px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "din-2014";
	display:  inline-block;
	width: 100%;
    text-align: center;
}

.spinner #spinner1 {
	border-top: 8px solid rgb(205,10,25); 
	animation: spineen 1s linear infinite;
}

.spinner #spinner2 {
	border: 8px solid transparent;
	border-top: 8px solid rgb(205,10,25);
	animation: spintwee 1s linear infinite;
}

@keyframes spineen {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spintwee {
    0% { transform: rotate(75deg); }
    50% { transform: rotate(180deg); }
    100% { transform: rotate(435deg); }
}

.topmenu {
	display: inline-block;
	width: calc(100% - 510px);
}

.topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: space-around;
	display: flex;
}

.topmenu li {
	display: inline-block;
}

.topmenu li a {
	text-decoration: none;
	    line-height: 110px;
    color:  black;
    padding: 0px 10px;
        text-transform: uppercase;
    font-weight: bold;
    font-family: "din-2014";
    display: block;
    transition: .75s;
    font-size: 14px;
	white-space:nowrap;
}

a.division-item {
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "din-2014";
    display: inline-block;
    padding: 10px 5px;
    background-color: rgb(29,29,27);
    text-align: center;
    word-break: keep-all;
    width: calc(100% - 20px);
    margin: 1px 5px;
    background-color: rgb(205,10,25);
    text-decoration: none;
}

/*.scrollHeader .topmenu li a {
	color: rgb(255,255,255);
	line-height: 60px;
}*/

.topmenu li a:hover {
	color: rgb(29,29,27);
	transition: .75s;
}

.prev_next {
    width: calc(50% - 20px);
    left: 20px;
    bottom: 60px;
    position: fixed;
    height: 40px;
    background-color: rgb(205,10,25);
    line-height: 40px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "din-2014";
    cursor: pointer;
    transition: .3s;
}

.prev_next:hover {
	background-color: rgb(173, 9, 22);
	transition: .3s;
}

.prev_next#next {
	left:50%;
}

.prev_next#prev {
	border-right:1px solid #eee;
}

html, body {
	margin:0px;
	padding:0px; 
	width: 100%; 
	height: 100%; 
	font-size: 15px; 
	font-family: "aaux-next"; 
	background-color:#fdfdfd;
}
p { line-height: 23px; }
.wf-loading { visibility: hidden;}
div {position: relative;}
img.img-inline-left {
	display: inline-block;
    float: left;
    margin-right: 20px;
    max-width:  275px;
}

.pointer { cursor: pointer; }
.red { color: rgb(210,37,55); }

label {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 3px 0px;
	display: inline-block;
}

.content-left {
	xxborder: 2px solid black;
    width: calc(100% - 400px);
        display: inline-block;
    vertical-align: top;
}

.content-right{
	width: 350px;
	display: inline-block;
    vertical-align: top;
	padding: 10px;
	margin-left: 50px;
}

	.content-right iframe {
		height: 176px;
		overflow-y: hidden;
	}

.inline {
	display: inline-block !important;
}

.btn {
    line-height: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 20px 12px 20px;
    margin: 10px 5px;
    border: 0;
    vertical-align: top;
    position: relative;
    background-color: rgb(210,37,55);
    text-decoration: none;
}

	.btn.full {
		width: 100%;
	}
	
	.btn.fisi {
		line-height: 45px;
    	padding: 0px 20px;
	}

	.btn:after {
	    content: "";
	    position: absolute;
	    bottom: 0px;
	    height: 3px;
	    width: 100%;
	    left: 0px;
	    background-color: rgba(0,0,0,0.2);
	    transition: .25s;
	}

	.btn:hover:after {
	    height: 100%;
	    transition: .25s;
	}

	.btn-social#btn-facebook {	background-color: #3b5998;  }
	.btn-social#btn-whatsapp { background-color: #25d366;}
	.btn-social#btn-twitter { background-color: #1da1f2;}

	.btn img {
	    height: 25px;
	    width: auto !important;
	    display: inline-block;
	    vertical-align: middle;
	    margin-right:10px;
	}

	.btn-social {
	    border-radius: 50%;
	    height: 45px;
	    width: 45px;
	    display: inline-block;
	    position: relative;
	    margin: 0px 10px;
	}

	#socials {
		text-align: center;
		margin-top: 15px;
	}

	.btn-social:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 45% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
	
	.btn-social#btn-instagram {
		background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
		background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
		background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
		background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
		background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	}

	.btn-social#btn-instagram:before {
	    background-image: url(../images/instagram-64.png);
	}

	.btn-social#btn-google {
	    background-color: #DD4B39;
	}

	.btn-social#btn-google:before {
	    background-image: url(../images/google-plus-64.png);
	}
	.btn-social#btn-facebook {
	    background-color: #4C69BA;
	}

	.btn-social#btn-facebook:before {
	    background-image: url(../images/facebook-64.png);
	}

	.btn-social#btn-twitter {
		background-color: #1da1f2;
	}

	.btn-social#btn-twitter:before {
		background-image: url('../images/twitter-64.png');
	}


.txtAndIcon {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 1vw;
	background: #eee;
	width: 100%;
	margin-top: 20px;
}

.txtAndIcon img, .txtAndIcon h2 {
	display: inline-block;
	vertical-align: middle;
	width:  auto !important;
	margin: 0px;
	margin-right: 10px;
	color: #333;
}

.btn-margin, .input-margin {
	margin: 10px 0px;
	display: block;
}

.btmbnr {
    padding: 12px 40px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 35px 70px;
    border-radius: 5px;
    color: #5d5d5d;
    display: block;
    position: relative;
    max-width: 800px;
}

	.btmbnr a {
	    color: #cd0a19;
	}

.input, textarea {
	display: block;
    min-width: 150px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 500px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.voetbalreizen {
    width: calc((100% / 3 *2) - 4px);
    height: 275px;
	display:inline-block;
	text-decoration:none;
	cursor: default;
	margin: 2px;
}

	.voetbalreizen>div {
		overflow-Y: scroll;
    	height: calc(100% - 32px);
	}

	.voetbalreizen table {
		margin: 0;
	}

		.voetbalreizen td a {
			color: inherit;
		}

		.voetbalreizen tr td{
			padding: 0px 5px;
			height: auto !important;
			font-size: 10px;
		}

		.voetbalreizen table td .btn {
			font-size: 10px;
			margin: 1px 2px;
			padding: 4px 10px 7px 10px;
		}

	.voetbalreizen h3 {
		background: #333;
	    color: white;
	    margin: 0px;
	    padding: 5px 10px;
	}

.p33 {
	width:32%;
	display: inline-block;
}

.p22 {
	width: 21.5%;
	display: inline-block;
}

.p10 {
	width: 10%;
	display: inline-block;
}

.btn:first-child{
	margin-left: 0px;
}

hr {
	margin: 35px 0px;
    display: block;
    border: 0.5px solid #eee;
}

hr.white {
    margin: 35px 15px;
    display: block;
    border: 0.5px solid #fff;
}

#subscribe-info {
	visibility: hidden;
	opacity:0;
	transition: 0.5s;
	background-color: #ffffff;
    padding: 20px;
    margin: 10px 0px;
}

.valuta {
	color: rgb(210,37,55);
	font-size: 18px;
}

.valuta-old {
	text-decoration: line-through;
}

.loader {
	width: 100%;
	text-align: center;
	margin: 75px 0px;
}

#header {
	width: 100%;
	display:  none;
}

#main-container {
	top: 110px;
	transition: .75s;
	height:  calc(100% - 110px);
}

#fixedHeader {
	position: fixed;
	top: 0px;
	background-color: #fcfcfc;
	width: 100%;
	height: 110px;
	transition: .75s;
	left: 0px;
	z-index:995;
	box-shadow: 0 0 0px rgba(0,0,0,0), 0 0px 0px rgba(0,0,0,0);
}

#fixedHeader #searchbar {
	display: block;
	float: right;
	width: 200px;
}

#fixedHeader #logo {
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
	height: 110px;
	width: 300px;
	background-image: url('/images/logo_elfvoetbal_2018.png');
	display: block;
	float: left;
}

.scroll-element.scroll-x {
    display: none !important;
}

/*.scrollHeader #fixedHeader #searchbar {
    margin-top: 16px;
    transition: .75s;
}
*/
.scroll-wrapper > .scroll-content {
	overflow-x: hidden !important;
}

#column-left h2 {
	margin-top:  0px;
}

.column {
	width: calc(100% / 3);
	height: 100%;
	float: left;
	overflow-y: hidden;
	background-color: #fcfcfc;
}

#column-left {
	z-index:30;
	transition: .75s;
	width: 350px;
	background-color: #fcfcfc;
	font-size: 14px;
}

#column-middle { 
	width: calc(100% - 700px); 
}

#column-right {
	transition: .75s;
	width: 350px;
	background-color: #fcfcfc;
}

	.column-content {
		overflow-x: hidden;
		overflow-y: scroll; /* has to be scroll, not auto */
  		-webkit-overflow-scrolling: touch;
		height:100%;
		padding: 0px 10px;
	}

.a-middle { vertical-align: middle; }

.wider #column-middle {
    width: calc(100% - 600px);
    margin: 0px auto;
    float: none; 
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
}

body.wider {
	background-color: #efefef;
}

.clean .input, .clean .textarea {
    background: #fff;
    border: 1px solid #d0d0d0;
}
.wider #logo { width: 100%; }

.backToTop {
	background-color: rgb(205,10,25);
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 25px;
    color: white;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    position: absolute;
    z-index: 300;
    bottom: -75px;
    right: 25px;
    cursor: pointer;
    transition: .3s ease-out;
}

.backToTop.shown { bottom:  25px; transition: .3s ease-out;}
.backToTop:hover { transition: .3s ease-out; box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);}

#popupLatestNews_content {
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-top: 30px;
    max-width: 600px;
    margin: 0px auto;
}

.spinner-float {
	    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.breadcrumb {
	text-decoration: none;
	color: black;
	cursor:pointer;
}

#logo {
	margin-left: 10px;
	transition: .75s;
}

	#logo img {
		width: 325px;
		margin-top: 11px;
		margin-bottom: -10px;
	}

	#nieuwsbrief {
    margin: 15px 0px 5px 0px;
    background: #eee;
    padding: 10px;
	}

#column-right .magazine>a {
	position: relative;
	display: block;
}

.magazine>#magazine-item .overlay {
	position: absolute;
	bottom: 10%;
	left:50%;
	transform: translateX(-50%);
	width: 255px;
}

.magazine>#magazine-item .overlay .btn {
    margin: 2.5px 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-family: "din-2014";
    text-shadow: 1px 1px rgba(105, 14, 23,0.5);
}

.magazine>#magazine-item>img {
	display: block;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    transform: scale(1);
    transition: .3s;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

#magazine-item .btn {
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}

#magazine-item .btn:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(100% - 1px);
    left: 1px;
    border-bottom: 5px solid transparent;
    border-right: 12px solid rgb(105, 14, 23);
    transition: .3s;
    z-index: -1;
}

#magazine-item .btn:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(100% - 1px);
    left: auto;
    bottom: auto;
    right: 1px;
    border-bottom: 5px solid transparent;
    border-left: 12px solid rgb(105, 14, 23);
    transition: .3s;
    background: none;
    z-index: -1;
}

#column-right .magazine .fakeh2 {
    position: absolute;
    top: 0;
    background: rgb(219,3,27);
    right: 25px;
    display: block;
    padding: 30px 20px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: white;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
	
#column-middle .vList td {
	vertical-align: middle;
}

.vList .imgCntr {
	width: 100px;
	height: 75px;
	margin-right: 10px;
}

.vList .time {
    color: rgb(219,3,27);
    vertical-align: top;
    width: 55px;
    font-weight: bold;	
}

.alert {
    color: rgb(205,10,25);
    font-weight: bold;
    padding: .75rem 1.25rem;
    margin: 10px 0px;
    border-radius: .25rem;
}

.alert-error {
	
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-simple {
    color: #808080;
    background-color: #e5e5e5;
    border-color: #808080;
}

.alert.alert-red {
    background: #ffe2e2;
    border: 1px solid #ff9e9e;
}

.vList tr {
	padding: 3px;
	transition: 0.75s;
	opacity:1;
	margin-left: 0px;
}

#stickyDate {
	display: none;
	position: fixed;
    top: 0px;
    height: 100px;
    background-color: #eee;
    width: 350px;
}

tr.latest-news-active {
    background-color: #f1f1f1 ;
}


.vList tr.animate {
	margin-left:-300px;
	opacity:0;
	transform: scale(1.5);
	transition: 0.75s;
}

.vList tr:not(.tr_date) {
	cursor: pointer;
}

.vList tr:not(.tr_date):hover {
	background-color: #eee;
}

.vList td {
	padding: 8px 0px;
	border-bottom: 1px solid #eee;
}

.vList a {
	text-decoration: none;
	font-weight: 100;
	color: black;
}

h2,.fakeh2 {
	text-transform: uppercase;
	font-weight: bold;
    font-family: "din-2014";
    letter-spacing: -1px;
    font-size: 19px;
}

#popupLatestNews {
	position: fixed;
	width: 0px;
	height: 100%;
	background-color: #f1f1f1;
	z-index: 15;
	top: 110px;
	left: 300px;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
}

/*.scrollHeader #popupLatestNews {
	top: 60px;
}
*/
	#popupLatestNews.opened {
		width: 400px;
		left: 300px;
		-webkit-transition: .3s;
		transition: 0.3s;
	}

	#popupLatestNews .time {
	    display: block;
	    font-size: min(31px - 1vw, 14px);
	    color: rgb(219,3,27);
	    margin: 10px 0px;
	}

	.link, #partners a {
	    display: inline-block;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-family: "din-2014";
	}

	.division span.latest{
		margin: 5px 0px;
		display: inline-block;
		margin-bottom:  50px;

	}

	.latest .link { 
	display:  inline; }

#column-right #searchbar {
	display: none;
}

.border-block {
	border-bottom: 2px solid #eee;
	padding: 0px 0px 25px 0px;
	padding: 2%;
    background-color: #f1f1f1;
    margin: 2% 0px;
}

.block-highlight {
	border: 2px solid rgb(210,37,55);
    border-bottom: 16px solid rgb(210,37,55);
}

	.block-highlight h3 {
		font-size: 2em;
	}

.container {
	height: 100%;
	margin: 0 auto;
	max-width: 2075px;
}

.news {
	height: 280px;
	margin: 1px 1px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	-webkit-transition: 0.75s;
	transition: 0.75s;
	opacity:1;
	transform: scale(1);
	text-decoration: none;
	overflow: hidden;
}

.news .imgCntr, .division .imgCntr {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
	-webkit-transition: .5s;
}

.news .imgCntr:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 0px;
	box-shadow: 0px 15px 50px 100px rgba(0,0,0,0.5);
}

.breadcrumb h2 {
	margin-top:  0px;
}

.news:hover {
	opacity: 0.9;
	transition: 1s;
}

.news:hover .imgCntr {
	transition: .5s;
	-webkit-transition: .5s;
	transform: scale(1.1);
}

.news .overlay span {
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	font-family: "adelle";
	text-transform: uppercase;
	margin-bottom: 5px;
	text-shadow: 0px 0px 10px #000000;
}

.news .overlay {
	height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
	padding: 0px 5%;
	width: 100%;
	font-size: 24px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
    text-align: center;}

	.news .overlay h2 {
		font-size: 15px;
		letter-spacing: 0px;
		margin: 0px;
		text-shadow: 0px 0px 2px rgba(0,0,0,1);
	}

input.input-wide, textarea.textarea-wide {
	width: 100%;
}

.page-tab {
    font-size: 35px;
    vertical-align: top;
    line-height: 60px;
    display: inline-block;
    width: 60px;
    text-align: center;
    vertical-align: middle;
        padding: 15px;
}

.left-column-open #span-tab-left:after {
	left: 10px;
}

.right-column-open #span-tab-right:after {
    right: 10px;
}

.dynimg_artikelboven {
	text-align: center;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

#span-tab-left:after, #span-tab-right:after {
	content: "";
    border-bottom: 3px solid rgb(205,10,25);
    transition: .75s;
    width: 40px;
    position: absolute;
    bottom: 43px;
}

#span-tab-left:after {
	left: -70px;
}

#span-tab-right:after {
	right: -60px;
}

#span-tab-right, #span-tab-left {
	display: none;
}

#poll {
	padding: 20px;
    background-color: #eee;
    margin: 25px 0px;
}
	.poll_option {
		line-height: 26px;
	}

	.poll_option .fa-fw {
		width:  3em;
	}

.poll_result_bar {
    height: 5px;
    background-color: rgb(210,37,55);
}

.poll_result_votes {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}

.division {
	width: 100%;
    float: left;
    position: relative;
    height: 123px;
    overflow: hidden;
    cursor: pointer;
    transition: .75s;
}

#header #searchbar {
	margin-left: 100px;
}

#searchbar:not(.mobile) input {
	border: 0px;
	padding: 6px 12px;
	outline: none !important;
	transition: 0.75s;
	border-bottom: 2px solid transparent;
	font-style: italic;
	width: 120px;
	background-color: transparent;
}
	#fixedHeader #searchbar, #fixedHeader #searchbar input, #fixedHeader #searchbar .fa {
		color: black;
	}

/*	.scrollHeader #fixedHeader #searchbar, .scrollHeader #fixedHeader #searchbar input, .scrollHeader #fixedHeader #searchbar .fa {
		color: white;
	}
*/
	#fixedHeader #searchbar {
		    margin-top: 42px;
		    transition: .75s;
	}
	#fixedHeader #searchbar input:focus {
		transition: 0.75s;
		border-bottom: 2px solid rgb(29,29,27);
	}

/*		.scrollHeader #fixedHeader #searchbar input::-webkit-input-placeholder,
		.scrollHeader #fixedHeader #searchbar input:-moz-placeholder,
		.scrollHeader #fixedHeader #searchbar input::-moz-placeholder,
		.scrollHeader #fixedHeader #searchbar input:-ms-input-placeholder,
		.scrollHeader #fixedHeader #searchbar input::-ms-input-placeholder { color: white;}*/

		#fixedHeader #searchbar input::-webkit-input-placeholder,
		#fixedHeader #searchbar input:-moz-placeholder,
		#fixedHeader #searchbar input::-moz-placeholder,
		#fixedHeader #searchbar input:-ms-input-placeholder,
		#fixedHeader #searchbar input::-ms-input-placeholder { color: black; }


#searchbar input:focus {
	transition: 0.75s;
	border-bottom: 2px solid rgb(205,10,25);
}

.cnt-searchresult {
	visibility: hidden;
	opacity: 0;
	width: 100%;
    position: absolute;
    xxheight: 500px;
    background-color: red;
    z-index: 900;
    transition:0.75s;
    padding: 10px;
    top: 110px;
    background-color: #fcfcfc;
    box-shadow: -5px 8px 5px -3px rgba(0,0,0,0.1), 5px 8px 5px -3px rgba(0,0,0,0.1);
    color: black !important;
}

#fixedHeader .cnt-searchresult {
	left: 0px;
    position: fixed;
    top: 110px;
    width: 100%;
}

/*.scrollHeader #fixedHeader .cnt-searchresult {
	top: 60px;
}
*/
#fixedHeader .cnt-searchresult h2 {
	color: black;
} 

.cnt-searchresult.visible {
	visibility: visible ;
	opacity: 1;
}

.division .division-photo {
	display: block;
	width: 100%;
	height: 90px;
}

.division .division-text {
    line-height: 13px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-family: "din-2014";
    display: block;
    padding: 10px 5px;
    word-break: break-all;
    background-color: rgb(29,29,27);
    width: 100%;
	margin: 0px;
	text-align: center;
	transition: 0.75s;
	position:absolute;
	bottom:-95px;
	height:123px;
	transition: 0.75s;
	word-break: keep-all;
}

	.division-text a {
		color: white;
		text-decoration: none
	}

		.division-text a:hover { color: rgb(210,37,55);}

	.division-text .latest {
		width: 100%;
		margin: 10px 0px;
		display: inline-block;
		color: white;
		text-decoration: none;
		color: white;
		font-weight: normal;
		margin: 25px 5px 0px 5px;
    	width: calc(100% - 10px);
	}

	.division.fake-division {
		grid-column: auto / span 2;
	}

	.division.fake-division .division-text{
		text-align: center;
	    bottom: -102px;
	    padding: 5px;
	    font-size: 11px;
	    font-weight: normal;
	    width: auto;
	    letter-spacing: .75px;
	    text-transform: initial;
	}

	.division-text .link:hover {
		color: rgb(210,37,55);
	}

.division.real-division:hover .division-text {
	bottom: 0px;
	transition: 0.75s;
}

#popupLatestNews .dismiss {
	display: none;
}

#popupLatestNews img {
	margin: 25px auto;
    display: block;
}

.goback {
	position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    position: absolute;
    right: 0px;
    top: calc(50% - 20px);
    padding: 6px 4px;
    background-color: rgb(205,10,25);
    color: white;
    font-size: 19px;
    cursor: pointer;
    transition: .75s;
    z-index: 9000;
}

.goback.left {
	right: auto;
	left: 0px;
	transform: rotate(180deg);
}

.dismiss {
    position: absolute;
    right: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 3px 4px;
    background-color: rgb(205,10,25);
    color: white;
    font-size: 19px;
    cursor: pointer;
    transition: .75s;
    z-index: 9999;
}

.dismiss:hover, .goback:hover {
	opacity: 0.75;
	transition: .75s;
}

.prev_next { 
		display: none; 
	}

.aOverlay,.topmenu i {
	display: none;
}

#map {
	height:  500px;
}

.sly ul {
    margin: 0px;
    padding: 0px;
}

	.sly li {
	    display: inline-block;
	    vertical-align: top;
	    margin: 10px 4px;
	    cursor: pointer;
	    width: 200px;
	    height: 150px;
	    overflow: hidden;
	    position: relative;
	}

		.sly .overlay {
		    position: absolute;
		    bottom: 0px;
		    left: 0px;
		    width: 100%;
		    min-height: 30%;
		    background-color: rgba(29,29,27,0.75);
		    color: white;
		    font-size: 11px;
		    padding: 15px;
		    text-shadow: 1px 1px rgba(0,0,0,0.3);
		}

		.sly .scrollbar {
		    margin: 5px 0px 5px 0px;
		    height: 15px;
		    line-height: 0;
		}

			.sly .scrollbar:before {
			    content: "";
			    position: absolute;
			    width: 100%;
			    height: 3px;
			    left: 0;
			    top: 50%;
			    background-color: #ccc;
			    transform: translateY(-50%);
			}

			.sly .scrollbar .handle {
			    width: 100px;
			    height: 100%;
			    cursor: pointer;
			}

				.sly .scrollbar .handle:before {
				    content: "";
				    position: absolute;
				    left: 50%;
				    top: 50%;
				    width: 100%;
				    height: 3px;
				    background: rgb(205,10,25);
				    transform: translateY(-50%) translateX(-50%);
				    transition: .3s;
				}

				.sly .scrollbar:hover .handle:before, 
				.sly .scrollbar:focus .handle:before, 
				.sly .scrollbar:active .handle:before {
				    height: 100%;
				    width: calc(100% + 20px);
				    transition: .3s;
				    border-radius: 25px;
				}

/* end abo cover */

.slickify {
	padding: 20px;
    background: #ececec;
    margin: 10px auto;
    border: 2px solid #ddd;
}

.slick-arrow {
    font-size: 0px;
    border: 0px;
    width: 40px;
    height: 40px;
    background: rgb(205,10,25);
    position: absolute;
    top: 150px;
    left: 0%;
    z-index: 80;
    color: white;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border-radius: 50%;
    transition: .3s;
}

	.slick-disabled {
		display: none !important;
	}

	.slick-arrow.slick-next {
	    left: auto;
	    right: 0%;
	}

		.slick-arrow.slick-next::before {
    border-left: 8px solid currentColor;
    border-right: 8px solid transparent;
    left: calc(50% + 4px);
}
.slick-arrow::before {
    content: ' ';
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid currentColor;
    border-left: 8px solid transparent;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: calc(50% - 4px);
}

.block-image {
	background: #eee;
	margin: 25px 0px;
}

.block-image>div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 300px);
    padding: 50px 25px;
    text-align: center;
}

.block-image .cover-waaier {
    margin: 15px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
	height: 204px;
    margin: 50px;
   	width: 150px;
}

.cover-waaier img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transition: .3s;
}

.cover-waaier:hover img:nth-child(odd) {
    left: 50%;
}
.cover-waaier:hover img {
    left: -50%;
    transition: .3s;
    transform: rotate(0deg) !important;
}

.cover-waaier:hover img:last-child {
    left: 0px;
    transform: scale(1.2) !important;
}


.prdcts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-row-gap: 50px;
}

.prdcts.large {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-row-gap: 50px;
    width: 100%;
    max-width: 750px;
    margin: 50px auto;
}

.prdcts>a {
	text-decoration: none;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.prdcts>a .img-cntr .covers img {
    width: 131px;
    height: 170px;
	position: absolute;
	left: 0px;
	top:0px;
	background-position: 50% 50%;
    background-size: cover;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.prdcts>a .img-cntr .covers img:nth-child(2){
	left: auto;
	right: 0px;
}

.prdcts>a .img-cntr .covers.covers-3 img:nth-child(3){
	top: auto;
	bottom: 0px;
	left: calc(50% - 75px);
}

.prdcts>a .img-cntr .covers.covers-4 img:nth-child(3){
	top: auto;
	bottom: 0px;
	left: 12px;
}

.prdcts>a .img-cntr .covers.covers-4 img:nth-child(4){
	top: auto;
	bottom: 0px;
	left: auto;
	right: 12px;
}

.prdcts.large>a .img-cntr {
	overflow: inherit;
}

.prdcts>a .img-cntr {
	width: 80%;
	height: 100%;
	margin: 15px auto 0px auto;
	transition: .3s;
	overflow: hidden;
}

.prdcts>a .img-cntr {
	height: 310px;
}

.prdcts>a .img-cntr .covers {
	width: 100%;
	height: 100%;
}

.prdcts>a:hover .img-cntr {
	transform: scale(1.025) translateY(-10px);
	transition: .3s;
}

.prdcts.large .txt {
	margin-top: 20px;
}

.prdcts>a.special .img-cntr:after {
    content: "Special";
    position: absolute;
    transform: rotate(-45deg);
    top: 25px;
    left: -34px;
    background: rgb(210,37,55);
    /* width: 200px; */
    transform-origin: 50% 50%;
    color: white;
    text-transform: uppercase;
    padding: 3px 50px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    font-weight: bold;
    font-family: "din-2014";
}

.prdcts>a .img-cntr img {
    width: calc(100% - 10px);
    height: auto;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.prdcts>a:hover .txt {
	text-decoration: underline;
}

.prdcts .price {
	color: rgb(219,3,27);
    font-weight: bold;
}

.prdcts .txt {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "din-2014";
    letter-spacing: -1px;
    font-size: 15px;
    padding: 5px 15px 0px 15px;
}

.prdct {
    display: inline-block;
    width: calc(33% - 5px);
    padding: 1vw 2vw;
    text-decoration: none;
    color: black;
    vertical-align: top;
    margin: 4px;
    position: relative;
}

.prdct.large {
	width: calc( 50% - 8px);
}

.prdct.middle {
	width: calc( 100% / 3  - 8px);
}
	.prdct .img {
	    width: 100%;
	    height: 225px;
	    background-repeat: no-repeat;
	    background-size: contain;
	    overflow: hidden;
	    background-position: 50% 50%;
	    transition: .3s;
	}

	.prdct .img-cntr {
		width: 100%;
		height: 100%;
	    transition: .3s;
	    text-align: center;
	}

		.prdct .img-cntr img {
		    width: 100%;
		    height: auto;
		}

	.prdct-txt {
	    margin: 5px 0 0 0;
	    text-align: center;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-family: "din-2014";
	    display: block;
	    transition: .75s;
	    font-size: 16px;
	}

	.price {
	    display: block;
	    text-align: center;
	}


	.prdct.large .prdct-txt {
	    max-width: 300px;
	    margin: 15px auto;
	    min-height: 50px;
	}

	.prdct:hover .prdct-txt {
		text-decoration: underline;
	}

	.prdct:hover .img {
	    transform: scale(1.05);
	    transition: .3s;
	}


.form-static {
    background: #eee;
    margin: 10px;
    padding: 20px;
}

.combi img {
    display: inline-block;
    vertical-align: middle;
    height: 300px;
    width: auto;
}

.combi .pls {
    font-size: 56px;
    color: red;
    margin: 20px;
    display: inline-block;
    vertical-align: middle;
}

.combi {
	text-align: center;
    background: #ffcece;
    padding: 10px;
    width: 100%;
    border: 2px solid #ddd;
}

.news, .division {
	margin: 0px;
}

.block-grid {
	display:-ms-grid;
	display: grid;
	display: -webkit-grid;
	-ms-grid-columns: 336px 1fr 1fr 1fr;
    grid-template-columns: 1fr 336px 1fr 1fr;
    grid-gap: 5px;
}

.divisions-grid {
	display:-ms-grid;
	display: grid;
	display: -webkit-grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}

.news:nth-of-type(10n+1){
	grid-column: auto / span 3;
}

.news:nth-of-type(10n+3)
,.news:nth-of-type(10n+8){
	grid-column: auto / span 2;
}

.news:nth-of-type(10n+10) {
	grid-column: auto / span 3;
}

.scrollHeader #fixedHeader {
	box-shadow: 0 2px 4px rgba(0,0,0,.14);
}

/*.scrollHeader #fixedHeader #logo {
	background-image: url('/images/logo_elfvoetbal_2018_white.png');
}

.scrollHeader #fixedHeader {
	transition: .75s;
	top: 0px;
	height: 60px;
	background-color: rgb(205,10,25);
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}

.scrollHeader #fixedHeader #logo {
	height: 60px;
	width: 250px;
}

.scrollHeader #main-container {
	top: 60px;
	height: calc(100% - 60px);
}*/

/*

jQueryUI

*/

.ui-datepicker th,.ui-datepicker td {
	height: auto !important;
	padding: 0px !important;
	text-align: center !important;
	border: 1px solid #eee !important;
}

.ui-datepicker td span ,.ui-datepicker td a, .ui-datepicker th span  {
	border: 0px !important;
	padding: 10px !important;
	display: block !important;
}

.ui-corner-all {
	border-radius: 0px !important;
}

.ui-datepicker {
	width: auto !important;
	padding: 0px !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #43a1ff !important;
    color: rgb(255, 255, 255) !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: rgb(255, 255, 255) !important;
    background: rgb(210,37,55) !important;
}

.ui-datepicker .ui-datepicker-header {
    padding: .5em 0 !important;
}

/* instagram override */

.instagram-media {
    position: relative !important;
}

/* abo cover */
.cvr_rj {
	display: none;
}

.bb_hm {
	text-align: center;
	padding-bottom: 10px;
}

.row#voetbalreizen {
	width: 100%;
	margin: 0px auto;
	max-width: 750px;
}