.rel {
	position: relative;
}
h1 {
	margin-bottom: 0;
}
h2, h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 2.2em;
	line-height: 1.3em;
}
.inner_content p {
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.clear {
	clear: both;
}
.grey-bg {
	background-color: #efefef;
}

/* !BANNER */
div.banner img {
	display: block;
}

/* !INTRO */
.inner_content div.intro {background: #FFD20A url('../img/bg-raster-6pc.png') repeat top right; padding: 3rem 11rem; text-align: center;}
.inner_content div.intro h2 {margin: 1rem 0; font-size: 4rem; line-height: 1.1em;}
.inner_content div.intro p {line-height: 1.9rem;}

/* !VIDEO */
.inner_content .video {position: relative; clear: left; height: 635px; overflow: hidden;}
.inner_content .video .play_btn {position: absolute; top: 43%; left: 47%; z-index: 100; opacity: .8;}
.inner_content .video .video-title {position: absolute; top: 3%; left: 2%; z-index: 100;}
.inner_content .video .watch-video {position: absolute; top: 53%; left: 19%; z-index: 100;}
/*.inner_content .video video {margin-top: -50px;}*/

video::-webkit-media-controls {display:none !important;}
video::-webkit-media-controls-panel {display: none!important; -webkit-appearance: none;}
/* Old shadow dom for play button */
video::--webkit-media-controls-play-button {display: none!important;-webkit-appearance: none;}
/* New shadow dom for play button */
/* This one works */
video::-webkit-media-controls-start-playback-button {display: none!important; -webkit-appearance: none;}

/* !FEATURES + APPS */
div.items {
	padding: 2rem;
	color: #000;
	text-align: center;
}
div.items h2 {
	font-size: 3rem;
	line-height: 1;
	margin: 2rem 0 1rem;
}
div.items p.intro {
	font-size: 1.2rem;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.items ul {
	float: left;
	width: 100%;
	margin: 2rem auto;
}
div.items ul li {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding: 0 1%;
	text-align: left;
}
div.items ul li img {
	width: 100%;
}
div.items ul li h4,
div.items ul li p {
	font-size: 22px;
	margin: .6rem 0;
}
div.items ul li h4 {
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
	line-height: 1.5rem;
	font-weight: 400;
	/*
	display: table-cell;
	vertical-align: bottom;
	height: 60px;
	padding-bottom: 15px;
	*/
}
div.items ul li p {
	font-size: 16px;
	line-height: 1.4em;
}

/* !FEATURES afwijkingen */
div.items p.intro.p2 {
	max-width: 52%;
}

/* !APPS afwijkingen */
div.apps {
	background: #FFD20A;
}

/* !REDEMPTION */
div.redemption {
	color: #fff;
	height: 380px;
	background: #000 url('../img/banner-redemp-2.jpg') no-repeat center center;
}
div.redemption div.text {
	padding: 3rem 0 0 3rem;
}
div.redemption h2,
div.redemption h3 {
	margin: 0;
}
div.redemption h2 {
	font-size: 4em;
	line-height: 1.4em;
}
div.redemption h3 {
	font-size: 23px;
	line-height: 1.4em;
	font-weight: 400;
}
div.redemption p {
	font-size: 16px;
}
div.redemption a.btn-white {
	margin-top: 1rem;
}


/* !PRODUCT SLIDER */
div.products-carousel h2 {font-size: 2rem; text-align: center; margin: 3rem 0 0;}
div.products-carousel p.intro {font-size: 1.2rem; text-align: center; margin-top: .5rem;}
div.products-carousel p {font-size: 12px; line-height: 1.4em;}

div.cycle-container {position: relative;}
div.cycle-container div.cycle-prev, div.cycle-container div.cycle-next {position: absolute; z-index: 101; top: 85px; cursor: pointer;}
div.cycle-container div.cycle-prev {left: -45px;}
div.cycle-container div.cycle-next {right: -45px;}


