.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;
}

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

/* !VIDEO */
.inner_content .video {position: relative; clear: left; height: 600px; 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;}

/* !MECHANISM */
div.mechanism {background-color: #000; color: #fff; padding: 2rem 4rem; text-align: center;}
div.mechanism p {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.5rem; text-transform: uppercase; width: 80%; margin: 1rem auto;}
div.mechanism ul.steps {margin: 3rem 0 1rem 0;}
div.mechanism ul.steps li {display: inline-block; width: 29%; margin: 0 2%;}

/* !TEASERS */
div.teasers h2 {font-size: 3rem; text-align: center;}

div.teasers div.bg-yellow {background-color: #FFD20A; color: #000; padding: 5rem 5rem;}
div.teasers div.bg-black {background-color: #000; color: #fff; padding: 5rem 5rem;}

div.teasers div div.margin-left {margin-left: 50%;}
div.teasers div div.margin-right {margin-right: 50%;}

div.teasers div h3 {font-size: 2rem; margin: 0 0 1rem 0; line-height: 1;}
div.teasers div p {font-size: 1.2rem;}
div.teasers div a.btn-white {margin-top: 1rem;}

div.teasers div {background-repeat: no-repeat; background-size: contain;}
div.teasers div.teaser-1 {background-image: url('../img/teaser-1.jpg'); background-position: center left;}
div.teasers div.teaser-2 {background-image: url('../img/teaser-2.jpg'); background-position: center right;}

/* !PRODUCT SLIDER */
div.products-carousel h2 {font-size: 3rem; text-align: center;}
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;}
