@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Geel kleur: #B09C69 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
	outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Poppins', sans-serif;
	max-width: 2000px;
	margin: 0 auto;
}

header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
}

.res-nav {
	width: 100%;
	max-width: 400px;
	height: 100vh;
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 1000;
	overflow: auto;
	transition: all .3s;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	background-color: #fff;
}

.checkbox {
	width: 48%;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 25px;
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	cursor: pointer;
	font-size: .9em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .3s;
	color: #737373;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	transition: all .3s;
	width: 20px;
	background-color: #E4E4E4;
}

.checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
	background-color: #000;
}

.checkmark i {
	content: "";
	position: absolute;
	display: none;
	font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
	display: block;
}

.checkbox .checkmark i {
	left: 2px;
	top: 2px;
	color: white;
}

.checkbox .whitecheckmark i {
	color: black;
}

#CheckboxInput {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

#CheckboxInput h2 {
	font-size: 1em;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
}

#CheckboxInput h2 span {
	font-size: .8em;
	color: #909090;
}

.menuoverlay {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background-color: rgba(0,0,0,.4);
}

.top_res_nav {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
	background-color: #B09C69;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.closebtn {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu-is-open {
	right: 0;
}

.fotos {
	width: 100%;
	max-width: 1600px;
	margin: 30px auto;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.fotos img {
	width: 15.66%;
	margin: .5%;
	transition: all 1s;
	cursor: pointer;
}

.fotos img:hover {
	transform: scale(1.05);
}


.res-nav nav {
	padding-top: 85px;
	display: flex;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	overflow: auto;
	padding-bottom: 100px;
	height: 100%;
	position: relative;
}

.navitem {
	width: 100%;
	padding: 25px;
}

.navitem div {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.navitem div img {
	width: 20px;
	transition: all .5s;
	transform: rotate(-450deg);
}

.navitem a {
	color: #353535;
	font-size: 1.2em;
	font-weight: 700;
}

.navitem ul {
	display: flex;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 0;
	padding-top: 0;
	list-style-type: disc;
	padding-left: 10px;
	color: white;
	overflow: hidden;
	transition: all .5s;
	max-height: 0;
}

.navitem ul li {
	display: inline-block;
	padding: 10px;
}

.navitem ul li i {
	margin-left: -7px;
	color: #c8c8c8;
	font-size: .7em;
	margin-right: 20px;
}

.navitem ul a {
	font-size: 1em;
	padding: 10px 0;
	color: #c8c8c8;
}

.menubtn {
	width: 30px;
	cursor: pointer;
	display: none;
	transition: all .3s;
}

.menubtn:hover {
	transform: scale(1.05);
}

.inner_header {
	background-color: black;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
	position: relative;
}

.logo {
	width: 130px;
}

.inner_header nav {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 30px 0;
}

.inner_header nav a {
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.82);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	margin: 0 20px;
}

.donate {
	background-color: #B09C69;
	padding: 12px 30px;
	border-radius: 200px;
	color: #fff !important;
	margin-right: 0;
}

.filmpje {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: black;
}

.filmpje video {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.moreinfo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	font-weight: 700;
	color: white;
	padding: 15px 35px;
	cursor: pointer;
	z-index: 2;
	background-color: black;
}

.bannerbottom {
	position: absolute;
	left: 50%;
	width: 300px;
	transform: translateX(-50%);
	bottom: 100px;
	z-index: 0;
}

.siteby {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 10px; 
	font-size: .8em;
	color: #fff;
	background-color: #353535;
	font-weight: 700;
	text-transform: uppercase;
}

.siteby div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}

.siteby a {
	color: #fff;
	margin: 0 10px;
	display: inline-block;
}

.siteby p {
	color: #fff;
	margin: 0 10px;
	display: inline-block;
}

/* Oude Doos */

.oude_doos {
	width: 100%;
	padding: 30px 0;
}

.oude_doos article img {
	width: 100%;
	transition: all .3s;
	filter: grayscale(100%);
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.oude_doos article img:hover {
	filter: grayscale(0);
}

.oude_doos article {
	padding: 20px;
}

.oude_doos .slick-arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	border-radius: 200px;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	border: none;
}

.oude_doos .slick-next {
	right: 10px;
	left: initial;
}


/* Blokken */

.blokken {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	max-width: 1400px;
	padding: 30px 10px;
	margin: 0 auto;
}

.blokken article {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 0;
}

.image_holder{
	width: 55%;
	order: 1;
	position: relative;
}

.image_holder .main {
	width: 100%;
}

.image_holder .logo {
	width: 100%;
	max-width: 250px;
	z-index: 1;
	position: relative;
}

.image_holder>a {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	background-color: rgba(255,255,255,.8);
}

.image_holder:hover >a {
	opacity: 1;
}

.image_holder>a div {
	position: absolute;
	left: 30px;
	top: 30px;
	bottom: 30px;
	right: 30px;
	border: 2px solid black;
}

.blokken_content {
	width: 45%;
	padding: 30px;
	order: 2;
}

.blokken_titel {
	position: relative;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	min-height: 130px;
	margin-bottom: 10px;
}

.blokken_titel h3 {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 8em;
	color: #f8f5ec;
	font-weight: 600;
	letter-spacing: 9.7px;
	z-index: 0;
	transform: translateY(-50%);
}

.blokken_titel h2 {
	color: #B09C69;
	letter-spacing: 0.8px;
	line-height: 150%;
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 1.7em;
}

.blokken_tekst {
	color: #AEAEAE;
	line-height: 180%;
}

.blokken article a {
	color: #B09C69;
	font-weight: 600;
	letter-spacing: .8px; 
}

.blokken article a i {
	margin-left: 5px;
	transition: all .5s; 
}

.blokken article a:hover i {
	margin-left: 10px;
}

.blokken article:nth-child(even) .image_holder {
	order: 3;
}

/* Einde Blokken */


/* Programma Content */

.programma_content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #313131;
	line-height: 180%;
	padding: 50px;
}

.programma_content_top {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #f5f5f5;
}

.programma_content_top div {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 15px;
	color: #313131;
	line-height: 180%;
}

.programma_content_top * {
	text-align: center;
}

.programma_content_top h2 {
	font-size: 1.4em;
	color: #B09C69;
	font-weight: 700;
	margin-bottom: 10px;
}

.programma_content h3 {
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 10px;
	color: #B09C69;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.programma_content p a {
	color: #B09C69;
	font-weight: 700;
}

.specialbutton {
	color: white !important;
	background-color: #B09C69;
	padding: 8px 30px;
	font-weight: 700;
	font-size: .9em;
}

.endprods {
	display: flex;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;

}

.endprods img {
	width: 50px;
	margin: 10px 30px;
}

.endprods div {
	width: 100%;
	height: 1px;
	background-color: #aeaeae;
}

/* Einde Programma Content */


.titel_header {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 100px 10px;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.smokey {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}

.titel_header h1 {
	text-align: center;
	font-size: 1.7em;
	color: #B09C69;
	margin-bottom: 15px;
	font-weight: 700;
	z-index: 1;
	position: relative;
}

.titel_header div {
	text-align: center;
	max-width: 800px;
	color: #fff;
	line-height: 150%;
	font-size: 1.1em;
	z-index: 1;
	position: relative;
}

.titel_header2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 100px 10px;
	background-color: #D4AE50;
	position: relative;
	overflow: hidden;
}
.titel_header2 h1 {
	text-align: center;
	font-size: 1.7em;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
	z-index: 1;
	position: relative;
}

.titel_header2 div {
	text-align: center;
	max-width: 800px;
	color: #fff;
	line-height: 150%;
	font-size: 1.1em;
	z-index: 1;
	position: relative;
}

.logobanner {
	padding: 50px 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.logobanner h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.logobanner img {
	max-height: 110px;
	max-width: 250px;
	margin: 30px 40px;
}

.logobanner img:hover {
	filter: grayscale(0);
}

.sponsorbanner img {
	max-height: 90px;
	max-width: 200px;
}

.storten {
	padding: 80px 10px;

	color: white;
	flex-wrap: wrap;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	line-height: 200%;
}

.storten div {
	text-align: center;
	width: 100%;
}

.storten h2 {
	font-size: 2em;
	font-weight: 700;
	width: 100%;
}

.storten h3 {
	font-weight: 700;
}

.fiscaal {
	width: 100%;
	padding: 80px 10px;
	background-color: #000;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	color: #fff;
	align-items: center;
	flex-direction: column;
}

.fiscaal a {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 30px;
	background-color: #B09C69;
	border-radius: 200px;
	font-weight: 700;
	color: #fff;
	transition: all .3s;
	margin-top: 20px;
}

.fiscaal a:hover {
	background-color: white;
	color: #B09C69;
}

.fiscaal h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: #B09C69;
}

.fiscaal p {
	text-align: center;
	margin-top: 10px;
	max-width: 900px;
	line-height: 150%;
}

/* sponsors */

.sponsor_page {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 3em auto;
}

.sponsor_page article {
	width: 50%;
	position: relative;
	display: flex;
	height: 25em;
}

.sponsor_page article div {
	padding-top: 1em;
}

.sponsor_page article:nth-of-type(odd) {
	float: left;
	text-align: right;
}

.sponsor_page article:nth-of-type(odd) div {
	padding-right: 2em;
}

.sponsor_page article:nth-of-type(odd) div div {
	margin-right: -1.8em;
}

.sponsor_page article:nth-of-type(even) {
	float: right;
}

.sponsor_page article:nth-of-type(even) div {
	padding-left: 2em;
}

.sponsor_page article:nth-of-type(even) div div {
	padding-left: 0.1em;
}

.sponsor_page article:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.sponsor_page article h1 {
	color: #B09C69;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	line-height: 120%;
}

.sponsor_page article a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.sponsor_page article img {
	width: 100%; 
}

.sponsorbutton {
	margin: 0 auto;
	display: inline-block;
	padding: 15px 40px;
	border: 2px solid #B09C69;
	background-color: #fff;
	color: #B09C69;
	font-weight: 700;
	margin-bottom: 50px;
	border-radius: 200px;
	transition: all .3s;
}

.sponsorbutton:hover {
	background-color: #B09C69;
	color: white;
}


/* Einde Sponsors */


#NaamInput {
	width: 49%;
}

#EmailInput {
	width: 100%;
}

.privensub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.step_titel {
	font-weight: 700;
	font-size: 1.5em;
	width: 100%;
	color: #F79330;
	margin-bottom: 15px;
}

/* Tarieven */
.inschrijven_step {
	padding: 50px 10px;
}

.inschrijven_step .form {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.inschrijven_step .form input[type=text], .inschrijven_step .form input[type=email], .inschrijven_step .form select, .inschrijven_step .form input[type=number] {
	width: 100%;
	padding: 10px 15px;
	font-family: 'Poppins', sans-serif;
	border: none;
	background-color: #ededed;
	margin-bottom: 20px;
}

.inschrijven_step .form input[type=submit] {
	background-color: #B09C69;
	color: white;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	padding: 10px 35px;
	border-radius: 200px;
	border: none;
}

.inschrijven_step .form input[type=submit]:disabled {
	opacity: .6;
	filter: grayscale(100%);
}

.inschrijven_step .form select {
	background-image: url(/images/select.png);
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

.halfwidth {
	width: 49%;
}

.twothrirdswidth {
	width: 65.66%;
}

.thirdwidth {
	width: 32.33%;
}

.run_select {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.subform {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}


.run_select label>div {
	position: relative;
	z-index: 1;
	padding: 15px;
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	transition: all .3s;
	cursor: pointer;
}

.run_select label>div:hover {
	background-color: #B09C69;
	color: white;
}

.run_select label>div div {
	width: 30px;
	height: 30px;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	margin-bottom: 10px;
	background-color: white;
}

.run_select label>div span {
	font-size: 1.7em;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

.run_select label input {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.run_select label {
	width: 23%;
	position: relative;
	font-weight: 700;
	color: #606060;
}
.run_select label div i {
	display: none; 
}

.activechoice>div {
	color: white;
	background-color: #B09C69 !important;
}

.activechoice>div div i {
	display: block;
	color: #000;
}


.bevestigen_step {
	max-width: 900px;

	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 50px;
	display: none;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.gegevens_bevestig {
	width: 100%;
	margin-top: 20px;
}

.gegevens_bevestig h3 {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	color: #626262;
	margin-bottom: 20px;
	width: 100%;
	font-size: 1.1em;
}


.gegevens_bevestig h2 {
	font-size: 1.2em;
	font-weight: 700;
	color: #383838;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 2px solid #f6f6f6;
	align-items: center;
}

.gegevens_bevestig h3 div {
	min-width: 200px;
	font-weight: 700;
}

.step_titel {
	font-weight: 700;
	font-size: 1.5em;
	width: 100%;
	color: #B09C69;
	margin-bottom: 15px;
}

.betalen_split {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}

.betalen_split button {
	padding: 12px 35px;
	border-radius: 200px;
	background-color: #B09C69;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	border: none;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.betalen_split button i {
	margin-right: 10px;
	font-size: 1.3em;
}

.bestelling_geplaatst {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 20px;
}

.bestelling_geplaatst>div {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 10px;
}

.bestelling_geplaatst > div > i {
	font-size: 2.5em;
	color: #B09C69;
	margin-bottom: 20px;
}

.bestelling_geplaatst h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: 700;
	color: #B09C69;
}

.bestelling_geplaatst h2 {
	font-size: 1.1em;
	color: #353535;
	text-align: center;
	margin-bottom: 20px;
}

.bestelling_geplaatst div {
	color: #000;
	text-align: center;
	line-height: 150%;
}

.bestelling_geplaatst_button {
	margin-top: 20px;
	display: inline-block;
	color: #353535;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #353535;
}

/* Einde Tarieven */

/* IMG HOVER */

figure.effect-bubba:hover img {
	opacity: 0.8;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #ed1c24;
	border-bottom: 1px solid #ed1c24;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #ed1c24;
	border-left: 1px solid #ed1c24;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* EINDE IMG HOVER */



#content-container {
	width: 100%;
	padding: 0 10px;
	max-width: 1200px;
	margin: 0 auto;
	margin: auto;
	margin-top: 10em;
}

#content-container h2 {
	color:#353535; 
	font-size: 1.5em; 
	font-weight:bold; 
	margin-bottom: 1em;
	margin-top: 1em;
	cursor: pointer;
}

#content-container h3 {
	background: #B09C69;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.1em;
	padding: 20px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}

#content-container h3 span {
	position: absolute;
	z-index: 1;
	background: transparent url("/images/cross_w.png") no-repeat;
	display: inline-block;
	width: 15px;
}

#content-container h4 {
	margin-left: 2em;
	font-size: 1.1em;
	font-weight: bold;
}

#content-container p {
	padding: 20px;
	line-height: 170%;
	color: #7e7e7e;
}

#content-container ul {
	margin-left: 3em;
}

#content-container table {
	width: 100%;
}

#content-container a {
	color: #D3191C;
}

#gdpr-wrapper {
	min-height:100%;
	position:relative;
}

#content-container thead {
	background-color: #B09C69;
	color: white;
	font-weight: 700;
}


#content-container thead th {
	border: 1px solid #353535;
	padding: 10px;
}

#content-container tbody td {
	border: 1px solid #353535;
	color: #7e7e7e;
	line-height: 150%;
	padding: 5px;
}

#content-container tbody td p {
	padding: 0px;
}

#content-container ul {
	padding-left: 20px;
	line-height: 170%;
	color: #7e7e7e;
	list-style-type: disc;
}


/* MEDIA */

@media only screen and (max-width: 1350px) {
	.filmpje {
		height: auto;
	}

	.filmpje video {
		position: relative;
		transform: none;
	}
}

@media only screen and (max-width: 1100px) {
	.banner_head a:first-child {
		display: none;
	}

	.storten {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}

	.storten div {
		margin-bottom: 10px;
	}

	.side_cont {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.blog-overzicht .blog-item {
		width: 98%;
	}

	.inner_header nav {
		display: none;
	}

	.menubtn {
		display: block;
	}

	.vragen {
		width: 100%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 1050px) { 
	.bannerbol {
		display: none;
	}

	.bannerdates {
		width: 70%;
		top: 50%;
	}

	.vragen_form {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {

	.titel_header {
		padding: 60px 10px;
	}
}



@media screen and (max-width: 950px) {

	.image_holder {
		width: 90%;
		order: 1 !important;
	}

	.blokken_content {
		width: 90%;
		padding: 20px 0;
		order: 2 !important;
	}

	.blokken article {
		justify-content: center;
		padding: 10px 0px;
	}

	.parcours_pagina_left {
		width: 100%;
	}

	.parcours_pagina_right {
		width: 100%;
	}

	.checkbox {
		width: 100%;
	}

	#CheckboxInput h2 span {
		display: block;
		padding-top: 10px;
	}

	.inschrijven_step .form input[type=submit] {
		width: 100%;
	}


}

@media screen and (max-width: 900px) {
	.instaholder {
		padding: 0;
		background-color: white;
	}

	.insta-preview a {
		width: 48%;
	}

	.sponsor_page article {
		width: 31.33%;
	}

	.date1 {
		display: none;
	}

	.date2 {
		display: block;
	}

	.inschrijven_step .form {
		box-shadow: none;
		padding: 50px 20px;
	}

	.run_select label>div {
		text-align: center;
		min-height: 50px;
	}

	.run_select label {
		width: 48%;
		margin: 1%;
	}

	.inschrijven_step {
		padding: 0;
	}

	.bevestigen_step{
		padding: 50px 20px;
		margin: 0;
	}

	.programma_content {
		margin: 0;
		padding: 15px;
		box-shadow: none;
	}
}

@media only screen and (max-width: 800px) {


	.left_donate {
		position: relative;
		transform: initial;
		left: initial;
		top: initial;
	}

	.inner_header nav a {
		color: black !important;
	}

	.contactpage {
		background-image: none !important;
	}

	.blog-rows .blog-main .blog-inhoud h2 {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 750px) {
	.blog-holder {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.blog-aside {
		order:2;
		width: 100%;
		margin-right: 0;
	}
	.blog-main {
		width: 100%;
	}
	.blog-main .title-hold, .blog-main .blog-overzicht {
		display: none;
	}

	.blog-content-row .multi-img-holder.four>* {
		width: 48%;
		margin: 2% 0;
	}

	.vragen article h2 {
		font-size: 1em;
	}

	.vragen article div {
		font-size: .9em;
	}

	.res-nav {
		right: -750px;
		max-width: 750px;
	}

	.menu-is-open {
		right: 0;
	}
}

@media only screen and (max-width: 700px) {
	.blog-row .row-block,.blog-row.type-b .row-block {
		width: 100%;
		margin-bottom: 4.0816326530612244897959183673469%;
	}
	.row-block:not(:nth-child(2n)){
		margin-right: 0;
	}
	.blog-row.reverse .row-block:first-child {
		margin-left: 0;
	}
	.blog-row {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 680px) {
	.blog-main .blog-img .h1 {
		position:static;
		padding:25px 15px;
		background-color: #B09C69;
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 650px) {
	.banner_head {
		display: none;
	}

	.floating_donate {
		bottom: 10px;
		right: 10px;
		font-size: .8em;
		padding: 10px 25px;
	}

	.logo {
		position: relative;
		top: initial;
		left: initial;
		width: 100px;
	}

	.inner_header nav {
		padding: 10px;
		margin-top: 10px;
	}


	.donate {
		background-color: transparent;
		padding: 0;
		color: white !important;
	}

	.bannerdates {
		width: 110%;
		top: 50%;
	}

	.contactpage {
		padding-top: 0;
		min-height: 0;
		padding: 50px 10px;
	}


	.logobanner img {
		margin: 15px;
	}

	.left_donate {
		padding: 20px;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		background-color: rgba(255,255,255,.9);
	}

	.left_donate h1 {
		font-size: 2em;
	}

	.left_donate div {
		font-size: 1em;
	}

	.donatecontainer {
		min-height: initial;
		padding: 20px;
	}

	.tarieven {
		flex-wrap: wrap;
		padding: 20px 0; 
		justify-content: center;
	}

	.tarieven article {
		width: 100%;
		max-width: 95%;
		margin: 15px 0;
	}
}

@media screen and (max-width: 600px){
	.sponsor_page article {
		width: 48%;
	}

	.betalen_split {
		flex-direction: column;
	}

	.betalen_split button {
		width: 100%;
		margin-bottom: 20px;
	}

	.betalen_split button:first-child {
		background-color: white;
		color: #B09C69;
	}

	.gegevens_bevestig h3 {
		font-size: 1em;
	}

	#NaamInput {
		width: 100%;
	}
}

@media screen and (max-width: 550px){
	.inner_header {
		padding: 10px;
	}

	.inner_header nav a {
		margin: 0 10px;
		font-size: .8em;
	}

	.oude_doos article {
		padding: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.contactpage {
		padding: 0;
	}

	.contact_form {
		padding: 35px 15px;
	}

	footer {
		border-top: 5px solid #F2F2F2;
	}

	footer img {
		margin: 15px 15px;
	}
	.moreinfo {
		display: none;
	}

	.inner_header nav a {
		margin: 0 10px;
		font-size: .7em;
	}

	.run_select label {
		width: 98%;
		margin: 1%;
	} 

	.halfwidth {
		width: 100%;
	}

	.twothrirdswidth {
		width: 100%;
	}

	.thirdwidth {
		width: 100%;
	}

	.subform {
		flex-direction: column;
	}

	.inschrijven_step .form button {
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 400px) {
	.logo {
		width: 100px;
	}

	.donatecontainer {
		padding: 0;
	}

	.inner_header nav a {
		margin: 0 5px;
	}

	.blog-rows .blog-inhoud {
		min-height: 50px;
	}   
	.row-block.extra {
		display: none;
	}
	.blog-main .blog-img .h1 {
		font-size: 1.6rem;
	}
}


@media only screen and (max-height: 650px) {
	.bannerbottom {
		width: 200px;
		bottom: 50px;
	}
}

@media only screen and (max-height: 520px) {
	.bannerbottom {
		width: 150px;
		bottom: 30px;
	}
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}