@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
         url('fonts/Gotham-Black.woff') format('woff');
}

@font-face { 
    font-family: 'Intro';
    src: url('fonts/IntroSemiBoldAlt.woff2') format('woff2'),
         url('fonts/IntroSemiBoldAlt.woff') format('woff');
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 18px;
	line-height: 30px;
	 overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
	width:100%;
	height:100%;
	font-family: 'Intro', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 34px;
	background: #fff;
	color: #64a70b;
	min-width: 320px;
 }

main {
	min-height: 100%;
	display: flex;
	align-items: center;
}

.background {
	background:  url(images/background.jpg);
	background-size: cover;
	padding: 60px 0 350px;
}

.content {
	width: 100%;
}

.container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.container.-small {
	max-width: 900px;
}

p {
	margin: 0 0 37px;
}

a {
	color: #4b3d2a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.button {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #64a70b;
	overflow: hidden;
	min-height: 0; 
	padding: 18px 70px 18px 30px;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition: all 0.2s ease-out;
	border-radius: 46px;
	text-decoration: none;
	font-size: 21px;
	margin: 30px 0 0;
}

.button:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 22px;
	right: 16px;
	background: url(images/arrow-button.png) no-repeat;
	background-size: contain;
}

.button:hover {
	background: #4b3d2a;
}

.button.-light {
	background: #d0df00;
	color: #64a70b;
}

.button.-light:after {
	background: url(images/arrow.png) no-repeat;
	background-size: contain;
}

.button.-light:hover {
	background: #4b3d2a;
}

.button-container {
	text-align: center;
}

.logo {
	width: 260px;
	height: 105px;
	background: url(images/logo.png);
	background-image: url(images/logo.svg), none;
	text-indent: -9999px;
	margin: 0 0 55px;
}

.large {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.alt {
	color: #4b3d2a;
}

.logos {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 -20px;
}

.logos li {
	float: left;
	width: 97px;
	height: 61px;
	margin: 0 20px 20px;
	text-indent: -9999px;
}

.logos__ovation {
	background: url(images/ovation-logo.png);
	background-image: url(images/ovation-logo.svg), none;
	background-size: cover;
}

.logos__majestic {
	background: url(images/majestic-logo.png);
	background-image: url(images/majestic-logo.svg), none;
	background-size: cover;
}

.pay-off {
	width: 260px;
	height: 124px;
	margin: 0 0 60px;
	background: url(images/pay-off.svg);
}

.green {
	position: relative;
	background: url(images/background-green.jpg), center;
	padding: 118px 0 160px;
}

.green:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 198px;
	top: -198px;
	left: 0;
	background: url(images/background-green-top.png) top center;
}

.green-title {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 43px;
	text-align: center;
	margin: 0 0 90px;
}

.green-title span {
	display: block;
	color: #d0df00;
	font-size: 37px;
	line-height: 55px;
}

h3 {
	font-size: 19px;
	line-height: 24px;
	color: #d0df00;
	text-align: center;
	margin: 0 0 35px;
}

h4 {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

h4 a {

	color: #fff;
}

.icon-list__wrapper {
	margin: 0 0 59px;
}

.icon-list {
	overflow: hidden;
	text-align: center;
	margin: 0 0 13px;
}

.icon-list__item {
	float: left;
	width: 100%;
	margin: 0 0 52px;
}

.icon {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
	width: 50px;
	height: 50px;
	margin: 0 10px 14px;
}

.icon:after {
	position: absolute;	
	content: '';
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	text-indent: 0;
}

.grey {
	background: url(images/background-grey.jpg);
	padding: 81px 0 48px;
}

.icon.-open-market {
	background: url(images/open-market.svg), center;
}

.icon.-club-exclusive {
	background: url(images/club-exclusive.svg), center;
}

.grey-title {
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	color: #64a70b;
	text-align: center;
	font-size: 22px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 0 0 47px;
}

.grey-title-large {
	font-size: 35px;
	line-height: 50px;
	margin: 0 0 10px;
}

.partners-large {
	overflow: hidden;
	margin: 0 0 38px;
}

.partners-large li {
	float: left;
	width: 100%;
}

.partners-large a {
	display: block;
	max-width: 225px;
	margin: 0 auto;
}

.partners-small {
	overflow: hidden;
	margin: 0 0 38px;
}

.partners-small li {
	float: left;
	width: 50%;
}

.partners-small a {
	display: block;
	max-width: 128px;
	margin: 0 auto;
}

.legenda {
	
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	width: 270px;
	background: #d0df00;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	transition: right 0.3s ease-out;
	margin: -40px 0 40px;
}

.legenda:hover {
	right: 0;
}

.legenda:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	top: 0;
	left: -70px;
	border-radius: 5px 0 0 5px;
	background: #d0df00 url(images/arrow-white-left.png) center no-repeat;
}

.legenda:hover:before {
	background: #d0df00 url(images/arrow-white-right.png) center no-repeat;
}

.legenda div {
	position: relative;
	padding: 15px 0 15px 70px;
}

.legenda div:after {
	position: absolute;	
	content: '';
	width: 40px;
	height: 40px;
	top: 10px;
	left: 20px;
	text-indent: 0;
}

.legenda div.legenda-open-market:after {
	background: url(images/open-market.svg), center;
}

.legenda div.legenda-club-exclusive:after {
	background: url(images/club-exclusive.svg), center;
}

@media only screen and (min-width: 432px){
	
	.partners-small li {
		width: 33.3%;
	}
	
	.partners-large li {
		width: 50%;
	}
	
	.icon-list__item {
		width: 50%;
	}
}

@media only screen and (min-width: 600px){
	
	.large {
		font-size: 38px;
		line-height: 52px;
	}
	
	.partners-small li {
		width: 25%;
	}
}

@media only screen and (min-width: 765px){
	
	.pay-off {
		width: 312px;
		height: 149px;
	}
	
	.logo {
		width: 375px;
		height: 151px;
		margin: 0 0 115px;
	}
	
	.partners-small li {
		width: 20%;
	}
	
	.icon-list__item {
		width: 33.3%;
	}
	
	.green-title {
		font-size: 60px;
		line-height: 64px;;
	}
}

@media only screen and (min-width: 1024px){
	
	html, body{
		/* font-size: 30px; */
		/* line-height: 46px; */
	}
	
	.pay-off {
		position: absolute;
		top: 60px;
		right: 60px;
	}
		
	/* .button { */
		/* padding: 23px 70px 23px 30px; */
		/* font-size: 20px; */

	/* } */
	
	 .button:after { 
		 top: 28px; 
		 right: 38px; 
		 width: 14px; 
		 height: 14px; 
	 } 
	 
	 .partners-large li {
		width: 25%;
	}
	
	.partners-small li {
		width: 14.2%;
	}
	
	.green-title:before {
		position: absolute;
		content: '';
		width: 152px;
		height: 129px;
		top: 89px;
		left: 0;
		background: url(images/stippellijn-links.svg), center;
	}

	.green-title:after {
		position: absolute;
		content: '';
		width: 152px;
		height: 129px;
		top: 89px;
		right: 0;
		background: url(images/stippellijn-rights.svg), center;
	}
	
	.legenda {
		position: absolute;
		top: 130px;
		right: -270px;
	}

}

@media only screen and (min-width: 1200px){

	/* .button { */
		/* font-size: 28px; */
	/* } */
	
	
	/* .button:after { */
		/* top: 38px; */
		/* right: 32px; */
		/* width: 20px; */
		/* height: 20px; */
	/* } */
}

@media only screen and (min-width: 1440px){

}


@media only screen and (min-width: 1680px){
	

}


@media only screen and (min-width: 2000px){
	

}
