@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,700,400);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	}

html, body {
	width: 100%;
	background: #17a591;
	font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
	}

body {
	overflow: hidden;
	}

#login {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000 url(../img/login-bg.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 9999;
	top: 0; left: 0;
	}

#login img {
	width: 80%;
	position: fixed;
	top: 10%; left: 10%;
	}

#form {
	width: 100%;
	position: fixed;
	left: 0; bottom: 10%;
	}

#form input {
	width: 80%;
	position: relative;
	background: #fff;
	padding: 14px 14px;
	display: block;
	border-radius: 4px;
	margin-left: -14px;
	margin-bottom: 20px;
	left: 10%;

	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	}

#form input.error {
	background: #f16f6f;
	}

#form .login-button {
	width: 80%;
	position: relative;
	background: #0e695c;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 18px 14px;
	display: block;
	border-radius: 4px;
	margin-left: -14px;
	left: 10%;
	}

#fitnessApp {
	display: none;
	}

#header {
	width: 100%;
	height: 60px;
	position: fixed;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 999;
	top: 0; left: 0;

	-webkit-transition: box-shadow .2s ease;
	-moz-transition: box-shadow .2s ease;
	-ms-transition: box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	}

#header.scroll {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}

#roos {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 5%;
	margin-top: 7.5px;
	}

#back {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../img/terug.png);
	background-size: 40px 40px !important;
	cursor: pointer;
	margin-top: -20px;
	top: 50%; left: 5%;
	}

#logo {
	width: 89px;
	height: 40px;
	position: absolute;
	background: url(../img/heybike.png);
	background-size: 89px 40px !important;
	margin-top: -20px;
	margin-left: 0;
	top: 50%; left: 5%;

	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}

#logo.bla {
	margin-left: -44.5px;
	left: 50%;
	}

#menu {
	width: 30px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	margin-top: -9.5px;
	top: 50%; right: 5%;
	}

#menu .line {
	width: 100%;
	height: 2px;
	position: relative;
	background: #aaa;
	border-radius: 99px;
	margin-bottom: 6px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

.wrapper {
	position: absolute;
	overflow: hidden;
	top: 0; bottom: 0;
	}

.page {
	width: 100%;
	position: fixed;
	background: #17a591;
	display: inline-block;
	padding-bottom: 59px;
	margin-top: 58px;
	margin-left: 0;

	-webkit-transition: margin-left 0.3s ease !important;
	-moz-transition: margin-left 0.3s ease !important;
	-ms-transition: margin-left 0.3s ease !important;
	-o-transition: margin-left 0.3s ease !important;
	transition: margin-left 0.3s ease !important;
	}

.page.two {
	left: 100%;
	}

.page.three {
	left: 200%;
	}

.slide-left-1 {
	margin-left: -100%;
	}

.active {
	margin-left: -100% !important;
	}

#blocks {
	border-top: 1px solid #018c78;
	}

.block {
	width: 50%;
	height: 200px;
	background: #f9f9f9;
	background: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
	background: -moz-linear-gradient(#f9f9f9, #f5f5f5);
	background: -ms-linear-gradient(#f9f9f9, #f5f5f5);
	background: -o-linear-gradient(#f9f9f9, #f5f5f5);
	background: linear-gradient(#17a591, #17a591);
	border-bottom: 1px solid #018c78;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
	}

/*
.block.hulpver {
	background: -webkit-linear-gradient(#d70303, #900303);
	background: -moz-linear-gradient(#d70303, #900303);
	background: -ms-linear-gradient(#d70303, #900303);
	background: -o-linear-gradient(#d70303, #900303);
	background: linear-gradient(#d70303, #900303);
	}*/

.block.even {
	border-right: 1px solid #2db19e;
	}

.block.odd {
	border-left: 1px solid #018c78;
	}

#blocks .block .container {
	width: 90%;
	height: 115px;
	position: relative;
	margin-top: -57.5px;
	top: 50%; left: 5%;

	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	-ms-transition: -ms-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	transition: transform .2s ease;
	}

#blocks .block .container.tap {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	}

#blocks .block .container .icon {
	width: 80px;
	height: 80px;
	background: #555;
	border-radius: 10px;
	margin: 0 auto;
	}

#blocks .block .container .icon {
	background-size: 80px 80px !important;
	}

#blocks .block .container .icon.events {
	background: url(../img/icon-dag.png);
	}

#blocks .block .container .icon.artists {
	background: url(../img/icon-punten.png);
	}

#blocks .block .container .icon.map {
	background: url(../img/icon-routes.png);
	}

#blocks .block .container .icon.time {
	background: url(../img/icon-fietsen.png);
	}

#blocks .block .container .icon.partners {
	background: url(../img/icon-profiel.png);
	}

#blocks .block .container .icon.hulp {
	background: url(../img/icon-info.png);
	}

#blocks .block .container span {
	width: 100%;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	opacity: 0.9;
	margin-top: 20px;
	}

.page .container {
	width: 90%;
	position: relative;
	left: 5%;
	}

.page .info-blocks {
	width: 100%;
	position: relative;
	display: inline-block;
	}

.page .info-blocks .block.full {
	width: 100%;
	height: 80px;
	}

.page .info-blocks .block.start {
	background: #bad93d;
	background: -webkit-linear-gradient(#bad93d, #c5e449);
	background: -moz-linear-gradient(#bad93d, #c5e449);
	background: -ms-linear-gradient(#bad93d, #c5e449);
	background: -o-linear-gradient(#bad93d, #c5e449);
	background: linear-gradient(#c5e449, #afcd36);
	border-left: none;
	}

.page .info-blocks .block p.text {
	position: relative;
	font-family: "Oswald";
	font-weight: 700;
	font-size: 32px;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-align: center;
	text-transform: uppercase;
	margin-top: -24px;
	top: 50%;
	}

.page .info-blocks .block.start p.text {
	color: #fff;
	text-shadow: none;
	}

.page .info-blocks .block p.text .dblP {
	color: #bad93d;
	margin: 0 3px;
	}

.page p.description {
	background: #fff;
	font-size: 15px;
	color: #aaa;
	line-height: 180%;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	padding: 12px;
	margin-top: 40px;
	margin-bottom: 60px;
	}

.page .button {
	width: 100%;
	background: #888;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	padding: 20px 0;
	margin-bottom: 20px;
	}

.page .button.start {
	background: #bad93d;
	background: -webkit-linear-gradient(#bad93d, #c5e449);
	background: -moz-linear-gradient(#bad93d, #c5e449);
	background: -ms-linear-gradient(#bad93d, #c5e449);
	background: -o-linear-gradient(#bad93d, #c5e449);
	background: linear-gradient(#c5e449, #afcd36);
	}

.hero {
	width: 100%;
	height: 400px;
	position: relative;
	background: #222;
	background-size: cover !important;
	background-position: center center !important;
	}

.hero.tiesto .hero-img {
	background: url(../img/tiesto.jpg) !important;
	background-size: cover !important;
	background-position: top center !important;
	}

.hero.armin .hero-img {
	background: url(../img/armin-van-buuren.jpg) !important;
	background-size: cover !important;
	background-position: center center !important;
	}

.hero.fedde .hero-img {
	background: url(../img/fedde-le-grand.jpg) !important;
	background-size: cover !important;
	background-position: center center !important;
	}

.over {
	position: relative;
	margin-bottom: 100px;
	}

.over img {
	width: 90%;
	position: relative;
	display: block;
	margin: 80px auto;
	}

.over h7 {
	width: 100%;
	color: #fff;
	font-size: 25px;
	text-align: center;
	opacity: 0.9;
	display: block;
	}

.over h8 {
	width: 90%;
	position: relative;
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
	display: block;
	float: left;
	margin-top: 20px;
	padding-bottom: 100px;
	left: 5%;
	}

.over p {
	width: 90%;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: justify;
	opacity: 0.7;
	display: block;
	margin-top: 40px;
	left: 5%;
	}

.over .photos {
	width: 90%;
	position: relative;
	margin-left: 15px;
	left: 5%;
	}

.over .photos img {
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 90px;
	border: 2px solid #fff;
	display: inline-block;
	float: left;
	margin-left: -15px;
	}

.photos img.one {
	z-index: 5;
	}

.photos img.two {
	z-index: 4;
	}

.photos img.three {
	z-index: 3;
	}

.photos img.four {
	z-index: 2;
	}

.photos img.five {
	z-index: 1;
	}

#puntensaldo {
	width: 100%;
	height: 300px;
	background: #24d5bc;
//	background: -webkit-linear-gradient(#24d5bc, #17a591);
//	background: linear-gradient(#24d5bc, #17a591);
	background: -webkit-linear-gradient(#17a591, #24d5bc);
	background: linear-gradient(#17a591, #24d5bc);
	background: url(../img/winkel-bg.jpg);
	background-size: cover !important;
	background-position: center center !important;
	border-bottom: 1px solid rgba(1, 140, 120, 0.5);
	}

#puntensaldo h4, h5 {
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	text-align: center;
	opacity: 0.9;
	display: inline-block;
	margin-top: 100px;
	}

#puntensaldo h4 {
	text-transform: lowercase;
	}

#puntensaldo h5 {
	font-weight: 600;
	font-size: 36px;
	margin-top: 10px;
	}

.korting {
	width: 90%;
	height: 180px;
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	background-size: cover !important;
	background-position: center center;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 34px rgba(0, 0, 0, 0.8);
	margin-left: 5%;
	margin-top: 70px;
	}

.korting.elektra {
	background: url(../img/elektra.jpg);
	}

.korting.pizza {
	background: url(../img/pizza.jpg);
	}

.korting.kleding {
	background: url(../img/kleding.jpg);
	}

.korting.starbucks {
	background: url(../img/starbucks.jpg);
	}

.korting.last {
	margin-bottom: 100px;
	}

.korting p {
	position: absolute;
	font-size: 15px;
	color: #fff;
	opacity: 0.9;
	left: 18px; bottom: 14px;
	}

.korting span {
	position: absolute;
	font-size: 15px;
	color: #fff;
	opacity: 0.9;
	right: 18px; top: 14px;
	}

.hero .hero-img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover !important;
	background-position: center center !important;
	display: none;
	top: 0; left: 0;
	}

.hero .container {
	width: 90%;
	position: relative;
	padding-top: 80px;
	margin: 0 auto;
	left: 0;
	}

.hero span {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.5px;
//	opacity: 0.8;
	margin-left: 3px;
	}

.hero h3 {
	width: 200px;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -4px;
	line-height: 100%;
	line-height: 70%;
	margin-top: 10px;
	}

.list p {
	width: 100%;
	font-family: "Oswald";
//	font-weight: 700;
	color: #fff;
	opacity: 0.8;
	cursor: pointer;
	border-bottom: 1px solid #018c78;
	border-top: 1px solid #2db19e;
	padding: 18px 5%;
	}

.list p span {
	display: block;
	font-family: "Source Sans Pro";
	font-size: 11px;
	font-weight: 600;
	color: #e8eaec;
	}

.pas {
	position: relative;
	margin-bottom: 100px;
	}

.pas img {
	position: relative;
	display: block;
	margin: 80px auto;
	}

.pas span {
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	opacity: 0.7;
	display: block;
	}

.pas p {
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	opacity: 0.8;
	display: block;
	margin-top: 80px;
	}

.map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

.map img {
	width: 120%;
	height: 580px;
	position: relative;
	margin-top: -10px;
	margin-left: -5%;
	}

.blurred {
	width: 100%;
	height: 300px;
	position: relative;
	background: #0cf;
	background: url(../img/punten-bg.jpg);
	background-size: cover !important;
	background-position: center center !important;
	}

.blurred img {
	width: 110px;
	height: 110px;
	position: absolute;
	border: 2px solid #fff;
	border-radius: 90px;
	margin-left: -56px;
	left: 50%;
	bottom: -56px;
	}

.profile {
	position: relative;
	margin-bottom: 200px;
	}

.profile span {
	width: 100%;
	color: #fff;
	text-align: center;
	opacity: 0.9;
	display: block;
	margin-top: 76px;
	}

.profile p {
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	opacity: 0.6;
	display: block;
	margin-top: 10px;
	}

.profile p.uw {
	font-size: 16px;
	opacity: 0.8;
	margin-top: 70px;
	}

.profile .pasnummer {
	width: auto;
	position: relative;
	background: #0dbba3;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	opacity: 1;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	padding: 12px 40px;
	margin-left: -105.5px;
	margin-top: 18px;
	left: 50%;
	}

#help {
	width: 100%;
	background: -webkit-linear-gradient(#d70303, #900303);
	background: -moz-linear-gradient(#d70303, #900303);
	background: -ms-linear-gradient(#d70303, #900303);
	background: -o-linear-gradient(#d70303, #900303);
	background: linear-gradient(#d70303, #900303);
	font-family: "Oswald";
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 25px 0;
	}

#help span {
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-size: 14px;
	opacity: 0.8;
	display: block;
	text-transform: none;
	margin-top: 8px;
	}

.helpMe .block .container {
	width: 90%;
	height: 115px;
	position: relative;
	margin-top: -57.5px;
	top: 50%; left: 5%;

	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	-ms-transition: -ms-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	transition: transform .2s ease;
	}

.helpMe .block .container .icon {
	width: 80px;
	height: 80px;
	background: #555;
	border-radius: 10px;
	margin: 0 auto;
	}

.helpMe .block .container span {
	width: 100%;
	font-weight: 600;
	color: #c0c0c0;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top: 20px;
	}

#popupContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	z-index: 78;
	display: none;
	cursor: pointer;
	top: 0; left: 0;
	}

#popup {
	width: 80%;
	position: relative;
	background: #fff;
	font-family: "Roboto";
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
	padding: 25px 12px;
	margin-top: -43px;
	top: 50%; left: 6.5%;

	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;

	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	}

#popup.show {
	-webkit-transform: scale(1);
	transform: scale(1);
	}