@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(http://fonts.googleapis.com/css?family=Merriweather);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url('https://fonts.googleapis.com/css?family=Inconsolata');

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	text-decoration: none;
	}

.invisible, #slash {
	display: none;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Montserrat", Source Sans Pro, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	}

body.overflow {
	overflow-y: hidden;
	}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #f8f8f8 url(../img/bg.jpg);
	background-size: cover !important;
	background-position: center center !important;
	top: 0; left: 0;
	}

#lines {
	opacity: 0.4;
	}

.line {
	width: 1px;
	height: 100%;
	position: fixed;
	background: #dadada;
	top: 0;
	}

#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 99;
	top: 0; right: 0;

	-webkit-transition: width 0.7s ease;
	-moz-transition: width 0.7s ease;
	-ms-transition: width 0.7s ease;
	-o-transition: width 0.7s ease;
	transition: width 0.7s ease;
	}

#preloader.hide {
	width: 0;
	}

#header {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 20;
	top: -15px; left: 0;
	}

#header #logo {
	width: 70px;
	height: 80px;
	position: absolute;
	background: url(../img/health-lions-logo.png);
	background-size: 70px 80px !important;
	margin-top: 0 !important;
	z-index: 97;
	top: 40px; left: 80px;

	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#header #logo.white {
	background: url(../img/health-lions-logo-white.png);
	}

#header ul#menu {
	position: absolute;
	list-item: none;
	top: 60px; right: 80px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#header ul#menu a {
	margin-left: 50px;
	}

#header ul#menu a.reviews {
	margin-right: 200px;
	}

#header ul#menu li {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 11px;
	color: #1d1d1d;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	display: inline-block;

	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;
	}

#header ul#menu a.current li, #header ul#menu li:hover {
	color: #ff5300;
	}

#header.black ul#menu li {
	color: #1d1d1d;
	}

#header #menu-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../img/menu.png);
	background-size: 40px 40px !important;
	background-position: center center !important;
	cursor: pointer;
	display: none;
	top: 53px; right: 5%;
	}

#mobile-menu {
	height: 19px;
	width: 26px;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 94;
	top: 33.5px; right: 15px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#mobile-menu .hamburger {
	width: 100%;
	height: 2px;
	position: relative;
	background: #222;
	margin: 0 auto;
	margin-bottom: 5px;

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

#mobile-menu.open .hamburger {
	width: 55%;
	background: #fff;
	margin-bottom: 0;
	}

.hamburger.one.cross {
	margin-left: 6px !important;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.hamburger.two.cross {
	display: none;
	}

.hamburger.three.cross {
	margin-top: -1.5px !important;
	-webkit-transform: rotate(-45deg);
	}

#cover {
	width: 0px;
	height: 0px;
	position: fixed;
	background: #ff5300;
	border-radius: 90px;
	z-index: 93;
	top: 33.5px; right: 26px;

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

#cover.show {
	width: 20px;
	height: 20px;
	transform: scale(120);
	}

#marginTop {
//	height: 150px;
	}

#content {
	width: 1000px;
	position: relative;
//	background: #0cf;
	z-index: 4;
	opacity: 0;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;

	-webkit-transition: opacity 1.2s ease, margin-top .9s ease;
	-moz-transition: opacity 1.2s ease, margin-top .9s ease;
	-ms-transition: opacity 1.2s ease, margin-top .9s ease;
	-o-transition: opacity 1.2s ease, margin-top .9s ease;
	transition: opacity 1.2s ease, margin-top .9s ease;
	}

#content.show {
	opacity: 1;
	margin-top: 200px;
	}

#products {
	padding-bottom: 200px;
	}

.product {
	width: 400px;
	height: 550px;
	position: relative;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	margin-bottom: 100px;
	left: -200px;
	}

.product.right {
	right: -800px; /* 1200-400 */
	left: inherit;
	}

.product p {
	width: 90%;
	position: relative;
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 600;
	color: #1d1d1d;
	margin-top: 30px;
	left: 5%;
	}

.product span {
	width: 90%;
	position: relative;
	font-family: "Montserrat";
	font-size: 14px;
	color: #aaa;
	line-height: 180%;
	display: inline-block;
	margin-top: 20px;
	left: 5%;
	}

#posts {
	padding-bottom: 240px;
	}

#posts .post {
	width: 940px;
	height: 400px;
	position: relative;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	display: block;
	margin: 240px auto 0 auto;
	}

.post img {
	width: 400px;
	height: 400px;
	float: left;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	margin-top: -60px;
	margin-left: -60px;
	margin-right: 40px;
	}

.post h3, .post p {
	max-width: 500px;
	display: inline-block;
	margin-left: 20px;
	}

.post h3 {
	font-size: 41px;
	color: #111;
	letter-spacing: -1px;
	line-height: 150%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 40px;
	margin-bottom: 20px;
	}

.post p {
	font-size: 15px;
	color: #222;
	line-height: 260%;
	}

#contactForm {
	width: 700px;
	background: #f6f6f6;
	position: relative;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 6;
	padding: 50px 0;
	margin-top: 120px;
	margin-left: 100px;
	margin-bottom: 200px;
	}

.contactHolder {
	width: 100%;
	display: block;
	margin-bottom: 45px;
	}

#contactForm input, #contactForm textarea {
	font-family: "Montserrat";
	font-size: 18px;
	color: #333;
	outline: none;
	border: 1px solid #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	padding: 12px 12px;
	margin-left: 45px;
	margin-bottom: 15px;

	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	-ms-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
	}

#contactForm input, #contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	}

#contactForm input:active, #contactForm input:focus, #contactForm textarea:active, #contactForm textarea:focus {
	border: 1px solid #eee;
	}

#contactForm input {
	width: 240px;
	}

#contactForm textarea {
	width: 584px;
	height: 250px;
	resize: none;
	}

#contactForm span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: -16px;
	margin-left: 45px;
	margin-bottom: 14px;

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}

#contactForm span.selected {
	margin-left: 60px;
	}

#verstuur {
	background: #ff5300;
	font-weight: 400 !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
	cursor: pointer;
	padding: 15px !important;

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

#verstuur:hover {
	background: #e24a00;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
	}

#melding {
	font-size: 17px !important;
	margin-top: 25px !important;
	}

#melding.selected {
	margin-left: 69px !important;
	}

h1.contact {
	position: relative;
	font-size: 120px;
	color: #ff5300;
	text-transform: uppercase;
	z-index: 4;
	display: inline-block;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

h2.contact {
	width: 290px;
	position: absolute;
	font-family: "Montserrat";
	font-size: 14px;
	color: #1d1d1d;
	text-transform: uppercase;
	line-height: 190%;
	margin-top: -600px;
	right: -110px;
	}

h3.contact {
	font-family: "Montserrat";
	font-size: 14px;
	color: #1d1d1d;
	text-transform: uppercase;
	text-align: center;
	line-height: 190%;
	}

#icons {
	position: absolute;
	top: 80px; right: 50px;
	}

#fbIcon, #instaIcon, #boeddoIcon {
	width: 44px;
	height: 44px;
	background-size: 42px !important;
	background-position: center center !important;
	border: 1px solid #1d1d1d;
	border-radius: 99px;
	display: block;
	margin-bottom: 30px;
	}

#fbIcon {
	background: url(../img/fbIcon.png);
	}

#instaIcon {
	background: url(../img/instaIcon.png);
	}

#boeddoIcon {
	background: url(../img/boeddoIcon.png);
	margin-top: 80px;
	}

#location {
	width: 400px;
	position: relative;
	margin-top: -350px;
	margin-bottom: 200px;
	left: 250px;
	}

#locationIcon {
	width: 90px;
	height: 90px;
	position: relative;
	background: url(../img/locationIcon.png);
	background-size: 62px !important;
	background-position: center center !important;
	border: 1px solid #1d1d1d;
	border-radius: 99px;
	display: block;
	margin-left: -45px;
	margin-bottom: 40px;
	left: 50%;
	}

#description {
	width: 47px;
	height: 47px;
	position: absolute;
	background: #f6f6f6;
	z-index: 4;
	border-radius: 99px;
	display: none;
	margin-top: 0;
	margin-left: 0;
	top: 0; left: 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

#description.show {
	width: 400px;
	height: 247px;
	border-radius: 0px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	}

#description img {
	width: 135px;
	display: none;
	margin-top: 25px;
	margin-left: 25px;
	}

#closeIcon {
	width: 41px;
	height: 41px;
	position: absolute;
	background: url(../img/closeIcon.png);
	background-size: 41px !important;
	background-position: center center !important;
	cursor: pointer;
	top: 10px; right: 10px;
	}

#description p {
	font-family: "Muli";
	font-size: 14px;
	color: #222;
	line-height: 200%;
	display: none;
	padding: 25px;
	}

#description p a {
	color: #ff5300;
	}

#description p a:hover {
	color: #e24a00;
	}

#container {
	width: 1400px;
	position: relative;
//	background: #0cf;
	z-index: 4;
	overflow-y: auto;
	margin: 0 auto;
	}

.slide {
	position: fixed;
	top: 0;

	-webkit-transition: top 0.8s cubic-bezier(0.970, 0.020, 0.650, 1);
	-webkit-transition: top 0.8s ease-in;
	}

.slide.importantShow {
	display: block !important;
	}

.slide.two, .slide.three, .slide.four, .slide.five {
	top: 200%;
	}

.wrapper {
	width: 100%;
	height: 600px;
	overflow-y: auto;
	}

h1.home, h3.about {
	width: 750px;
	font-family: "Montserrat";
	font-size: 72px;
	color: #1d1d1d;
	letter-spacing: -0.5px;
	line-height: 132%;
	margin-top: 190px;
	}

h3.about {
	margin-top: 400px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}

h3.about.parallax {
	margin-top: 190px;
	}

h1.home strong, h3.about strong {
	color: #ff5300;
	}

h1.about {
	font-size: 260px;
	color: #565656;
	text-transform: uppercase;
	opacity: 0.15;
	margin-top: 150px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

h1.nutrition {
	position: relative;
	font-size: 120px;
	color: #ff5300;
	text-transform: uppercase;
	z-index: 4;
	margin-top: 150px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

h1.store {
	position: absolute;
	font-size: 260px;
	color: #565656;
	text-transform: uppercase;
	opacity: 0.15;
	margin-top: 0px;
	right: -30px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

h2.home {
	width: 290px;
	position: absolute;
	font-family: "Montserrat";
	font-size: 14px;
	color: #1d1d1d;
	text-transform: uppercase;
	line-height: 190%;
	margin-top: -100px;
	right: -110px;
	}

h2.about {
	width: 290px;
	position: absolute;
	font-family: "Montserrat";
	font-size: 18px;
	color: #ff5300;
	text-transform: uppercase;
	line-height: 150%;
	margin-top: -60px;
	right: -110px;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}

h2.about.parallax {
	margin-top: -600px;
	}

h2.rotate {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

#signature {
	width: 210px;
	margin-top: 15px;
	}

#dash {
	width: 65px;
	height: 8px;
	position: absolute;
	background: #ff5300;
	top: 400px;
	right: 230px;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}

#dash.parallax {
	top: 300px;
	}

#intros {
	width: 400px;
	height: 160px;
	position: relative;
	overflow: hidden;
	margin-top: 150px;
	margin-left: 330px;
	}

p.intro {
	width: 400px;
	position: absolute;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 14px;
	color: #1d1d1d;
	text-transform: uppercase;
	line-height: 210%;
	margin-left: -400px;

	-webkit-transition: margin-left .4s ease;
	-moz-transition: margin-left .4s ease;
	-ms-transition: margin-left .4s ease;
	-o-transition: margin-left .4s ease;
	transition: margin-left .4s ease;
	}

p.intro.show {
	margin-left: 0;
	}

p.intro.home {
	margin-top: 150px;
	margin-left: 330px;

	-webkit-transition: margin-top 0.8s ease;
	-moz-transition: margin-top 0.8s ease;
	-ms-transition: margin-top 0.8s ease;
	-o-transition: margin-top 0.8s ease;
	transition: margin-top 0.8s ease;
	}

p.intro.home.parallax {
	margin-top: -300px;
	}

#arrow-down {
	width: 50px;
	height: 50px;
	position: absolute;
	background: url(../img/arrow-down.png);
	background-size: 50px !important;
	background-position: center !important;
	margin-left: -25px;
	left: 50%; bottom: 50px;

	-webkit-animation: arrow-down 0.7s infinite;
	-moz-animation: arrow-down 0.7s infinite;
	-ms-animation: arrow-down 0.7s infinite;
	-o-animation: arrow-down 0.7s infinite;
	animation: arrow-down 0.7s infinite;
	}

@-webkit-keyframes arrow-down {
	0% { bottom: 50px; }
	50% { bottom: 40px; }
	100% { bottom: 50px; }
	}

@-moz-keyframes arrow-down {
	0% { bottom: 50px; }
	50% { bottom: 40px; }
	100% { bottom: 50px; }
	}

@-ms-keyframes arrow-down {
	0% { bottom: 50px; }
	50% { bottom: 40px; }
	100% { bottom: 50px; }
	}

@-o-keyframes arrow-down {
	0% { bottom: 50px; }
	50% { bottom: 40px; }
	100% { bottom: 50px; }
	}

@keyframes arrow-down {
	0% { bottom: 50px; }
	50% { bottom: 40px; }
	100% { bottom: 50px; }
	}

.homeObj {
	width: 100%;
	position: relative;
	margin-top: -250px;
	top: 50%;
	}

.homeObj .text-holder {
	width: 520px;
	position: relative;
	display: inline-block;
	margin-top: 110px;
	left: 25px;
	}

.homeObj.right .text-holder {
	width: 430px;
	left: 940px;
	}

.homeObj p.text {
	font-family: "Montserrat";
	font-size: 42px;
	font-weight: 700;
	color: #1d1d1d;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	line-height: 120%;
	}

.homeObj p.text strong {
	color: #ff5300;
	}

.homeObj .button {
	background: #ff5300;
	font-family: "Montserrat";
	font-size: 14px;
	color: #fff;
	box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.25);
	padding: 14px 16px;
	display: inline-block;
	margin-top: 65px;
	}

.homeObj img {
	position: absolute;
	box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.4);
	top: 40px; right: 25px;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}

.homeObj img.parallax {
	top: 0px;
	}

.homeObj.right img {
	left: 25px;
	right: auto;
	}

p.column {
	width: 400px;
	font-weight: 700;
	font-size: 14px;
	line-height: 200%;
	display: inline-block;
	vertical-align: top;
	margin-top: -140px;
	margin-right: 180px;

	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}

p.column.nutrition {
	margin-top: 80px;
	}

p.column strong {
	color: #ff5300;
	}

p.column.parallax {
	margin-top: -240px;
	}

.triangles {
	width: 33px;
	height: 7px;
	position: absolute;
	background: url(../img/triangles.png);
	background-position: center center !important;
	background-size: 33px 7px !important;
	top: 85%;
	left: 585px;
	}

.triangles.nutrition {
	top: 92%;
	}

.trianglesTwo {
	width: 7px;
	height: 33px;
	position: absolute;
	background: url(../img/triangles2.png);
	background-position: center center !important;
	background-size: 7px 33px !important;
	top: 66%;
	left: 0px;
	}

#video {
	width: 1200px;
	height: 675px;
	position: relative;
	background: url(../img/video.jpg);
	background-size: cover;
	background-position: center;
	box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.4);
	margin-top: -315px;
	margin-left: -600px;
	top: 50%; left: 50%;
	}

.video {
	width: 100%;
	height: 100%;
	}

#rotator {
	width: 400px;
	height: 400px;
	position: absolute;
	background: #ff5300;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	top: 220px;
	right: 100px;

	transform: rotate(38deg);

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	}

#rotator.one {
	transform: rotate(38deg);
	}

#rotator.two {
	transform: rotate(107deg);
	}

#rotator.three {
	transform: rotate(214deg);
	}

#people {
	width: 400px;
	height: 400px;
	position: absolute;
	background: #eaeaea;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	top: 220px;
	right: 100px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}

#people img {
	width: 350px;
	height: auto;
	position: absolute;
	display: inline-block;
	float: left;
	margin-top: 355px;
	margin-left: 420px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	}

#people img.show {
	margin-top: 0;
	margin-left: 50px;
	margin-right: 265px;
	}

#people-arrows {
	position: absolute;
	right: 400px;
	bottom: 150px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#people-arrows * {
	width: 50px;
	height: 50px;
	background: #0cf;
	background-size: 50px !important;
	cursor: pointer;
	display: inline-block;
	margin-right: 40px;
	}

#people-left {
	background: url(../img/arrow-left-box.png);
	}

#people-right {
	background: url(../img/arrow-right-box.png);
	}

#people-left:hover #left-arrow {
	-webkit-animation: arrow-left 0.4s infinite;
	-moz-animation: arrow-left 0.4s infinite;
	-ms-animation: arrow-left 0.4s infinite;
	-o-animation: arrow-left 0.4s infinite;
	animation: arrow-left 0.4s infinite;
	}

#people-right:hover #right-arrow {
	-webkit-animation: arrow-right 0.4s infinite;
	-moz-animation: arrow-right 0.4s infinite;
	-ms-animation: arrow-right 0.4s infinite;
	-o-animation: arrow-right 0.4s infinite;
	animation: arrow-right 0.4s infinite;
	}

@-webkit-keyframes arrow-left {
	0% { margin-left: 0; }
	50% { margin-left: -5px; }
	100% { margin-left: 0; }
	}

@-moz-keyframes arrow-left {
	0% { margin-left: 0; }
	50% { margin-left: -5px; }
	100% { margin-left: 0; }
	}

@-ms-keyframes arrow-left {
	0% { margin-left: 0; }
	50% { margin-left: -5px; }
	100% { margin-left: 0; }
	}

@-o-keyframes arrow-left {
	0% { margin-left: 0; }
	50% { margin-left: -5px; }
	100% { margin-left: 0; }
	}

@keyframes arrow-left {
	0% { margin-left: 0; }
	50% { margin-left: -5px; }
	100% { margin-left: 0; }
	}

@-webkit-keyframes arrow-right {
	0% { margin-left: 0; }
	50% { margin-left: 5px; }
	100% { margin-left: 0; }
	}

@-moz-keyframes arrow-right {
	0% { margin-left: 0; }
	50% { margin-left: 5px; }
	100% { margin-left: 0; }
	}

@-ms-keyframes arrow-right {
	0% { margin-left: 0; }
	50% { margin-left: 5px; }
	100% { margin-left: 0; }
	}

@-o-keyframes arrow-right {
	0% { margin-left: 0; }
	50% { margin-left: 5px; }
	100% { margin-left: 0; }
	}

@keyframes arrow-right {
	0% { margin-left: 0; }
	50% { margin-left: 5px; }
	100% { margin-left: 0; }
	}

#left-arrow, #right-arrow {
	width: 50px;
	height: 50px;
	background-size: 50px !important;
	display: inline-block;
	}

#left-arrow {
	background: url(../img/arrow-left.png);
	}

#right-arrow {
	background: url(../img/arrow-right.png);
	}

#drag {
	width: 100%;
	height: 200px;
	position: absolute !important;
	cursor: move;
	overflow: hidden;
	display: none;
	z-index: 8;
	left: 0; bottom: 0px;
	}

#timeline {
//	width: 4000px !important;
	height: 120px;
	position: absolute;
//	background: #444;
	z-index: 8;
	border-top: 2px solid red;
//	display: none;
	left: 0; bottom: 150px;
	top: 10px !important;

	-webkit-transition: width 0.8s ease;
	-moz-transition: width 0.8s ease;
	-ms-transition: width 0.8s ease;
	-o-transition: width 0.8s ease;
	transition: width 0.8s ease;
	}

#timeline.show {
	width: 100%;
	}

#timeline .dot-holder {
	width: 200px;
	height: 40px;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-top: -6px;
	}

#timeline .dot {
	width: 8px;
	height: 8px;
	position: relative;
	background: #ff5300;
	border-radius: 99px;
	display: inline-block;
//	opacity: 0;
	cursor: pointer;
	float: left;
	margin-top: 1px;
	margin-left: -5px;
	left: 50%;
	}

.dot span {
	font-size: 11px;
	font-weight: 400;
	color: #ff5300;
	display: block;
	opacity: 0;
	margin-top: 20px;
	margin-left: -10px;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	}

.dot-holder:hover span {
	opacity: 1;
	}

img.nutrition {
	width: 875px;
	height: auto;
	position: absolute;
	box-shadow: 0px 20px 18px rgba(0, 0, 0, 0.4);
	margin-top: -260px;
	margin-left: -222px;
	top: 50%; left: 50%;
	}

#contents {
	position: fixed;
//	background: #0cf;
	margin-top: -10px;
	top: 50%; right: -165px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

#contents.threeItems {
	right: -110px;
	}

/* BEGIN BLOG */

.blog-img {
	width: 1000px;
	height: auto;
	position: absolute;
	z-index: 2;
	margin-left: -800px;
	top: 0; left: 50%;
	}

.blog-img img {
	width: 1000px;
	height: auto;
	position: relative;
	}

.blog-img img.hide {
	opacity: 0;
	}

.blog-img .overlay {
	width: 100%;
	height: 0%;
	position: absolute;
	background: #1d1d1d;
	top: 0; left: 0;

	-webkit-transition: height .9s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .9s ease;
	}

.blog-img .overlay.show {
	height: 100%;
	}

.blog-img .overlay.done {
	height: 0;
	top: auto; bottom: 0;

	-webkit-transition: height .6s ease;
	-moz-transition: height .4s ease;
	-ms-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .6s ease;
	}

.center h1 {
	font-size: 70px;
	font-weight: 700;
	color: #ff5300;
	line-height: 150%;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 150px;
	}

h1.img {
	width: 930px;
	position: relative;
	font-size: 70px;
	font-weight: 700;
	color: #ff5300;
	line-height: 150%;
	letter-spacing: -1px;
	text-transform: uppercase;
	z-index: 3;
	opacity: 0;
	margin-top: 406px;
	margin-bottom: 150px;
	margin-left: -260px;
	left: 50%;

	-webkit-transition: opacity 1.2s ease, margin-left .9s ease;
	-moz-transition: opacity 1.2s ease, margin-left .9s ease;
	-ms-transition: opacity 1.2s ease, margin-left .9s ease;
	-o-transition: opacity 1.2s ease, margin-left .9s ease;
	transition: opacity 1.2s ease, margin-left .9s ease;
	}

h1.img.show {
	opacity: 1;
	margin-left: -230px;
	}

#date {
	position: absolute;
	top: 500px;
	right: 0px;
	}

.subtitle {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d;
	text-transform: uppercase;
	line-height: 190%;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

.center h2 {
	font-size: 17px;
	font-weight: 400;
	color: #222;
	line-height: 260%;
	}

.center h2 a, .center p a {
	color: #ff5300;
	border-bottom: 1px solid transparent;

	-webkit-transition: border-bottom .15s ease;
	-moz-transition: border-bottom .15s ease;
	-ms-transition: border-bottom .15s ease;
	-o-transition: border-bottom .15s ease;
	transition: border-bottom .15s ease;
	}

.center h2 a:hover, .center p a:hover {
	border-bottom: 2px solid #ff5300;
	}

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

.center h3 {
	font-size: 32px;
	font-weight: 700;
	color: #131313;
	letter-spacing: -1px;
	margin-top: 150px;
	margin-bottom: -60px;
	}

.center p {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	line-height: 265%;
	margin-top: 80px;
	margin-bottom: 150px;
	}

.center p.quote {
	font-size: 32px;
	color: #131313;
	}

.center p.quote {
	text-align: center;
	}

.center p.quote span {
	font-size: 13px;
	color: #131313;
	display: block;
	}

.center img {
	max-width: 100%;
	display: block;
	margin: -24px auto -2px auto;
	}

/* END BLOG */

#contents li {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 10px;
	color: #a5a5a5;
	text-transform: uppercase;
	list-style: none;
	display: inline-block;
	cursor: pointer;
	margin: 0 20px;

	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	-ms-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	}

#contents li.active {
	color: #ff5300;
	}

#footer {
	width: 95%;
	position: fixed;
	z-index: 6;
	bottom: 40px; left: 2.5%;
	}

.lang {
	float: right;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.lang span {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 12px;
	color: #535353;
	text-transform: uppercase;
	opacity: 0.5;
	cursor: pointer;

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

.lang span.English {
	margin-right: 12px;
	}

.lang span.active {
	color: #1d1d1d;
	opacity: 1;
	}

#quincy {
	position: fixed;
	z-index: 24;
	bottom: -300px;
	left: 0px;

	-webkit-transition: bottom .4s ease;
	-moz-transition: bottom .4s ease;
	-ms-transition: bottom .4s ease;
	-o-transition: bottom .4s ease;
	transition: bottom .4s ease;
	}

#quincy.show {
	bottom: 0;
	}

#smokeOne, #smokeTwo {
	position: fixed;
	z-index: 24;
	bottom: 0px;
	left: 0px;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-ms-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	transition: all 1.4s ease;
	}

#smokeOne.show, #smokeTwo.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}

#smokeOne.show {
	left: 100px;
	}

#smokeTwo.show {
	bottom: 40px;
	left: -40px;
	}

#smokeOne.fade, #smokeTwo.fade {
	opacity: 0;
	}


#confetti {
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: height 4s ease;
	-moz-transition: height 4s ease;
	-ms-transition: height 4s ease;
	-o-transition: height 4s ease;
	transition: height 4s ease;
	}

#confetti.show {
	height: 100%;
	}

::selection {
	background: #ff8000;
	color: #fff;
	}

::-moz-selection {
	background: #ff8000;
	color: #fff;
	}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-device-pixel-ratio: 1.5) {
	#header #logo {
		background: url(../img/health-lions-logo@2x.png);
		}

	#header #logo.white {
		background: url(../img/health-lions-logo-white@2x.png);
		}

	#arrow-down {
		background: url(../img/arrow-down@2x.png);
		}
	}

@media screen and (max-height: 900px) {
	p.column.nutrition {
		margin-top: 20px;
		}

	img.nutrition {
		width: 775px;
		}

	#arrow-down {
		bottom: 10px;
		}

	@-webkit-keyframes arrow-down {
		0% { bottom: 10px; }
		50% { bottom: 2px; }
		100% { bottom: 10px; }
		}

	@-moz-keyframes arrow-down {
		0% { bottom: 10px; }
		50% { bottom: 2px; }
		100% { bottom: 10px; }
		}

	@-ms-keyframes arrow-down {
		0% { bottom: 10px; }
		50% { bottom: 2px; }
		100% { bottom: 10px; }
		}

	@-o-keyframes arrow-down {
		0% { bottom: 10px; }
		50% { bottom: 2px; }
		100% { bottom: 10px; }
		}

	@keyframes arrow-down {
		0% { bottom: 10px; }
		50% { bottom: 2px; }
		100% { bottom: 10px; }
		}
	}

@media screen and (max-height: 820px) {
	p.intro.home {
		margin-top: 100px;
		}

	h2.about {
		margin-top: -180px;
		}

	#video {
		width: 1120px;
		height: 630px;
		margin-top: -280px;
		margin-left: -560px;
		}

	#people-arrows {
		bottom: 60px;
		}
	}

@media screen and (max-height: 810px) {
	h1.nutrition {
		margin-top: 100px;
		}

	p.column.nutrition {
		margin-top: 8px;
		}
	}

@media screen and (max-height: 790px) {
	.triangles {
		top: 95%;
		}

	#video {
		width: 896px;
		height: 504px;
		margin-top: -220px;
		margin-left: -448px;
		}

	#intros {
		margin-top: 80px;
		}

	.trianglesTwo {
		top: 75%;
		}
	}

@media screen and (max-height: 790px) {
	p.column {
		margin-top: -220px;
		}
	}

@media screen and (max-height: 760px) {
	h1.home, h3.about {
		margin-top: 140px;
		}

	p.intro.home {
		margin-top: 50px;
		}
	}

@media screen and (max-height: 740px) {
	#rotator, #people {
		width: 350px;
		height: 350px;
		}
	}

@media screen and (max-height: 690px) {
	h1.about {
		margin-top: 60px;
		}

	#rotator, #people {
		width: 280px;
		height: 280px;
		}

	#people img {
		width: 280px;
		}

	.triangles, .trianglesTwo {
		display: none;
		}
	}

@media screen and (max-width: 1625px) {
	#description.show {
		width: 300px;
		height: 180px;
		}

	#description img {
		width: 100px;
		margin-left: 16px;
		}

	#description p {
		font-size: 12px;
		line-height: 150%;
		padding: 16px;
		}

	#closeIcon {
		width: 30px;
		height: 30px;
		background-size: 30px !important;
		}
	}

@media screen and (max-width: 1550px) {
	h2.home {
		right: -50px;
		}
	}

@media screen and (max-width: 1500px) {
	#header #logo {
		top: 37px;
		left: 40px;
		}

	h1.about {
		font-size: 230px;
		}

	h1.nutrition {
		font-size: 98px;
		}

	p.column {
		width: 540px;
		font-size: 13px;
		}

	p.column.bout {
		width: 450px;
		}

	img.nutrition {
		width: 650px;
		left: 60%;
		}

	h2.about {
		width: 220px;
		font-size: 14px;
		right: -50px;
		}

	#posts .post {
		width: 740px;
		height: 300px;
		}

	.post img {
		width: 300px;
		height: 300px;
		}

	.post h3 {
		font-size: 34px;
		margin-top: 30px;
		margin-bottom: 17px;
		}

	.post p {
		font-size: 13px;
		}

	.post h3, .post p {
		max-width: 450px;
		margin-left: -12px;
		}

	.product, .product.right {
		width: 300px;
		height: 440px;
		left: 0px;
		}

	.product.right {
		left: inherit;
		right: -650px;
		}

	.product img {
		width: 100%;
		}

	.product p {
		font-size: 15px;
		}

	.product span {
		font-size: 13px;
		}
	}

@media screen and (max-width: 1405px) {
	#container {
		width: 1200px;
		}

	h1.home, h3.about {
		font-size: 60px;
		}

	p.intro {
		width: 350px;
		font-size: 13px;
		line-height: 200%;
		}

	#dash {
		width: 60px;
		height: 6px;
		}

	h2.home {
		font-size: 13px;
		}

	.homeObj img, .homeObj img.parallax {
		width: 600px;
		top: 72px;
		}

	.homeObj .text-holder {
		width: 410px;
		margin-top: 162px;
		}

	.homeObj.right .text-holder {
		left: 765px;
		}

	.homeObj p.text {
		font-size: 35px;
		}

	.homeObj .button {
		font-size: 12px;
		}

	h1.about {
		font-size: 226px;
		margin-top: 120px;
		}

	p.column {
		width: 465px;
		font-size: 12px;
		margin-top: -125px;
		}

	p.column.bout {
		width: 375px;
		}

	#signature {
		width: 190px;
		}

	h2.about {
		right: -69px;
		}

	h3.about {
		width: 470px;
		font-size: 52px;
		line-height: 137%;
		margin-top: 140px;
		}

	h3.about.parallax {
		margin-top: 140px;
		}

	p.column.nutrition {
		margin-top: 30px;
		}

	#intros {
		margin-top: 70px;
		margin-left: 300px;
		}

	#people-arrows *, #left-arrow, #right-arrow {
		width: 40px;
		height: 40px;
		background-size: 40px !important;
		}

	#rotator, #people {
		width: 330px;
		height: 330px;
		top: 180px;
		}

	#people img {
		width: 280px;
		}

	img.nutrition {
		margin-top: -188px;
		}

	.blog-img, .blog-img img {
		max-width: 800px;
		width: 800px;
		}

	.blog-img {
		margin-left: 0;
		left: 0;
		}

	.center h1 {
		font-size: 54px;
		margin-top: 160px;
		margin-bottom: 70px;
		}

	h1.img {
		width: 780px;
		font-size: 54px;
		margin-top: 367px;
		}

	.subtitle {
		font-size: 11px;
		}

	#content.blog {
		width: 940px;
		margin-top: 200px;
		}

	#content.blog.show {
		margin-top: 50px;
		}

	.center h2, .center p {
		font-size: 15px;
		}

	.center h3 {
		font-size: 25px;
		}

	.center p.quote {
		font-size: 25px;
		}

	.center p.quote span {
		font-size: 10px;
		}

	h1.store {
		margin-top: 70px;
		}

	.product {
		margin-top: 160px;
		}

	h1.contact {
		font-size: 100px;
		}

	#contactForm {
		width: 600px;
		}

	#contactForm textarea {
		width: 486px;
		}

	#contactForm input, #contactForm textarea {
		font-size: 16px;
		}

	#verstuur {
		width: 150px !important;
		}

	#icons {
		right: 160px;
		}
	}

@media screen and (max-width: 1300px) {
	#header ul#menu li {
		font-size: 9px;
		}

	#header ul#menu a.reviews {
		margin-right: 90px;
		}

	#contents {
		right: -150px;
		}

	#contents li {
		font-size: 8px;
		}

	#container {
		width: 1000px;
		}

	h1.home, h3.about {
		width: 540px;
		font-size: 48px;
		}

	p.intro {
		width: 300px;
		font-size: 11px;
		}

	p.intro.home {
		margin-top: 100px;
		}

	#dash {
		width: 40px;
		height: 5px;
		}

	h2.home {
		width: 230px;
		font-size: 10px;
		margin-top: -40px;
		right: 0px;
		}

	.homeObj img, .homeObj img.parallax {
		width: 530px;
		top: 100px;
		}

	.homeObj .text-holder, .homeObj.right .text-holder {
		width: 330px;
		}

	.homeObj.right .text-holder {
		left: 665px;
		}

	.homeObj p.text {
		font-size: 30px;
		}

	.homeObj .button {
		font-size: 10px;
		}

	h1.about {
		font-size: 188px;
		margin-top: 80px;
		}

	p.column {
		font-size: 11px;
		}

	p.column.bout {
		width: 300px;
		}

	#signature {
		width: 160px;
		}

	h2.about {
		font-size: 12px;
		}

	.lang span {
		font-size: 10px;
		}

	#header ul#menu {
		top: 35px;
		}

	#header #logo {
		width: 50px;
		height: 57.14px;
		background-size: 50px 57.14px !important;
		top: 30px;
		}

	#rotator, #people {
		width: 240px;
		height: 240px;
		top: 135px;
		}

	#people img {
		width: 198px;
		}

	#intros {
		margin-top: 100px;
		}

	h1.nutrition {
		font-size: 75px;
		}

	img.nutrition {
		width: 550px;
		}

	p.column {
		width: 370px;
		margin-top: 0;
		}

	p.column.bout {
		margin-top: -120px;
		}

	h2.about {
		right: -47px;
		}

	#contactForm {
		width: 550px;
		}

	#contactForm span {
		font-size: 13px;
		margin-left: 20px;
		}

	#contactForm input, #contactForm textarea {
		font-size: 14px;
		padding: 9px;
		margin-left: 20px;
		}

	#contactForm textarea {
		width: 488px;
		}

	#melding {
		font-size: 13px !important;
		}

	h2.contact {
		font-size: 11px;
		}

	#icons {
		right: 200px;
		}

	#fbIcon, #instaIcon, #boeddoIcon {
		width: 34px;
		height: 34px;
		background-size: 28px !important;
		}
	}

@media screen and (max-width: 1290px) {
	#header #logo {
		left: 5%;
		}

	#header ul#menu {
		right: 5%;
		}

	.article img {
		max-width: 90%;
		}

	.blog-img img {
		max-width: inherit;
		}

	h1 {
		font-size: 52px;
		}
	}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 50px;
		}

	.center h2, .center p {
		font-size: 17px;
		}

	.center p.quote {
		font-size: 29px;
		}
	}

@media screen and (max-width: 1150px) {
	#header #logo {
		left: 2%;
		}

	#header ul#menu {
		right: 2%;
		}

	#header ul#menu a {
		margin-left: 40px;
		}

	#header ul#menu li {
		font-size: 8px;
		}

	#header ul#menu a.reviews {
		margin-right: 0;
		}

	.blog-img, .blog-img img {
		max-width: 680px;
		width: 680px;
		}

	h1.img, .center h1 {
		font-size: 38px;
		}

	h1.img {
		width: 550px;
		margin-top: 355px;
		margin-bottom: 70px;
		}

	#content.blog {
		width: 740px;
		}

	.center h2, .center p {
		font-size: 13px;
		}

	.center h3 {
		font-size: 20px;
		}

	.center p.quote {
		font-size: 18px;
		}

	.center p.quote span {
		font-size: 9px;
		}
	}

@media screen and (max-width: 1070px) {
	#container {
		width: 840px;
		}

	#dash {
		top: 300px;
		}

	h1.about {
		font-size: 155px;
		}

	h2.home {
		right: -30px;
		}

	.homeObj img, .homeObj img.parallax {
		width: 430px;
		top: 120px;
		}

	.homeObj p.text {
		font-size: 20px;
		}

	.homeObj .text-holder {
		margin-top: 190px;
		}

	.homeObj .text-holder, .homeObj.right .text-holder {
		width: 295px;
		}

	.homeObj.right .text-holder {
		left: 505px;
		}

	.homeObj .button {
		margin-top: 40px;
		}

	p.column {
		font-size: 12px;
		margin-right: 100px;
		}

	p.column.bout {
		width: 310px;
		}

	h2.about {
		right: -90px;
		}

	#video {
		width: 700px;
		height: 394px;
		margin-top: -185px;
		margin-left: -350px;
		}

	h1.home, h3.about {
		width: 380px;
		font-size: 43px;
		}

	#rotator, #people {
		width: 200px;
		height: 200px;
		right: 42px;
		}

	#people img.show {
		margin-left: 26px;
		}

	img.nutrition {
		width: 420px;
		left: auto;
		right: 30px;
		}

	.product, .product.right {
		width: 240px;
		height: 335px;
		}

	.product {
		left: 100px;
		}

	.product.right {
		right: -530px;
		}

	.product p {
		margin-top: 24px;
		}

	.product span {
		font-size: 9px;
		}

	#icons {
		right: 268px;
		}

	h2.contact {
		right: 0;
		}

	#posts .post {
		width: 650px;
		}

	.post h3, .post p {
		max-width: 360px;
		}

	.post h3 {
		font-size: 26px;
		}

	.post p {
		font-size: 12px;
		line-height: 250%;
		}
	}

@media screen and (min-width: 961px) {
	::-webkit-scrollbar {
		width: 8px;
		background: none;
		}

	::-webkit-scrollbar-thumb {
		background: #ff5300;
		}
	}

@media screen and (max-width: 960px) {
	#header #logo {
		left: 15px;
		}

	#slash {
		width: 5000px;
		position: fixed;
		font-family: "Montserrat";
		font-size: 118px;
		color: #fff;
		z-index: 94;
		opacity: 0.1;
		left: 0;
		bottom: 40px;
		}

	#slash.show {
		display: block;
		}

	#header ul#menu {
		width: 400px;
		position: fixed;
		z-index: 95;
		display: none;
		counter-reset: custom-counter;
		top: 120px;
		left: 20px;
		}

	#header ul#menu.show {
		display: block;
		}

	#header ul#menu li {
		opacity: 0;
		margin-top: -20px;

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

	#header ul#menu li.show {
		opacity: 1;
		margin-top: 0;
		}

	#header ul#menu li:before {
		font-family: "Inconsolata", monospace;
		color: #fff;
		opacity: 0.7;
		content: counter(custom-counter) ".";
		counter-increment: custom-counter;
		margin-right: 10px;
		}

	#header ul#menu li {
		font-family: "Inconsolata", monospace;
		font-size: 13px;
		color: #fff;
		letter-spacing: 0.7px;
		display: block;
		counter-increment: step-counter;
		}


	#header ul#menu li:hover {
		color: #fff;
		}

	#header ul#menu a.current li {
		color: #8f2f00;
		}

	#header ul#menu a.current li:before {
		text-decoration: underline;
		}

	#mobile-menu {
		display: block;
		}

	body.overflow {
		overflow-y: auto;
		}

	#container {
		overflow-y: initial;
		}

	#container, .slide, .wrapper {
		width: 100% !important;
		position: relative;
		}

	#contents {
		display: none;
		}

	h1.home, h3.about {
		width: 375px;
		font-size: 32px;
		margin-top: 120px;
		margin-left: 13%;
		}

	h2.home {
		font-size: 8px;
		margin-top: 40px;
		right: -84px;
		}

	#dash {
		top: 240px;
		right: 200px;
		}

	p.intro.home {
		width: 220px;
		font-size: 8px;
		margin-top: 130px;
		margin-left: 0;
		left: 9%;
		}

	#arrow-down {
		width: 40px;
		height: 40px;
		background-size: 40px !important;
		margin-left: -20px;
		}

	#header #logo {
		top: 36px;
		}

	#header #menu-icon {
		top: 40px;
		}

	#footer {
		width: 90%;
		left: 5%;
		bottom: 15px;
		}

	.lang span {
		font-size: 8px;
		}

	.article img, .article img.fit, .center {
		max-width: 90%;
		height: auto;
		}

	.panorama img {
		width: auto;
		max-width: auto;
		}

	h1 {
		font-size: 44px;
		}

	.center h2, .center p {
		font-size: 16px;
		}

	.slide {
		height: auto !important;
		top: 0 !important;
		}

	.homeObj img {
		right: 0;
		}

	.homeObj.right img {
		left: 0;
		}

	h1.about {
		font-size: 130px;
		margin-left: 60px;
		}

	p.column {
		margin-right: 30px;
		margin-left: 60px;
		}

	#signature {
		width: 130px;
		}

	h2.about {
		font-size: 8px;
		right: -87px;
		}

	.wrapper {
		height: auto !important;
		overflow-y: inherit;
		}

	#video {
		margin-top: 70px;
		top: 0;
		}

	h3.about {
		margin-top: 200px;
		}

	#people, #rotator {
		top: -25px;
		right: 140px;
		}

	#people-arrows {
		margin-top: -30px;
		padding-bottom: 60px;
		bottom: auto;
		}

	p.intro {
		font-size: 10px;
		}

	h1.store {
		width: 90%;
		overflow: hidden;
		left: 5%;
		right: auto;
		}

	h1.contact {
		font-size: 70px;
		margin-left: 30px;
		}

	#contactForm {
		width: 410px;
		}

	#contactForm span {
		font-size: 11px;
		}

	#contactForm input {
		width: 200px;
		}

	#contactForm textarea {
		width: 347px;
		}

	#icons {
		right: 260px;
		}

	#boeddoIcon {
		display: none;
		}

	h2.contact {
		font-size: 9px;
		right: 0px;
		}

	#content {
		width: 100%;
		}

	h3.contact {
		font-size: 11px;
		}

	#locationIcon {
		width: 58px;
		height: 58px;
		background-size: 40px !important;
		margin-left: -29px;
		}

	#location {
		width: 250px;
		margin-left: -125px;
		left: 50%;
		}

	.homeObj {
		margin-top: 140px;
		}

	#intros {
		margin-left: 200px;
		}

	#arrow-down {
		display: none;
		}
	}

@media screen and (max-width: 880px) {
	h1.home, h3.about {
		width: 300px;
		font-size: 27px;
		margin-left: 6%;
		}

	#dash {
		width: 28px;
		height: 3px;
		top: 160px;
		right: 14%;
		}

	.homeObj img, .homeObj img.parallax {
		width: 80%;
		}

	.homeObj .text-holder, .homeObj.right .text-holder {
		width: 50%;
		z-index: 10;
		margin-top: 20px;
		}

	.homeObj.right .text-holder {
		left: 48%;
		}

	.slide.padding {
		padding-bottom: 180px;
		}

	h1.about {
		width: 210%;
		position: fixed;
		font-size: 110px;
		margin-left: 0;
		left: 0;
		overflow: hidden;
		}

	p.column.bout, p.column {
		width: 80%;
		font-size: 10px;
		margin-top: 100px;
		margin-bottom: -30px;
		margin-left: 5%;
		}

	#video {
		width: 90%;
		left: 5%;
		margin-top: 180px;
		margin-left: 0;
		}

	#signature {
		margin-top: 10px;
		position: absolute;
		}
	h2.about {
		margin-top: -200px;
		}

	.slide.fade {
		display: none;
		}

	img.nutrition {
		top: -130px;
		}

	h1.nutrition {
		font-size: 40px;
		}

	p.column.nutrition {
		margin-top: 240px;
		}

	h1.contact {
		font-size: 40px;
		}

	#icons {
		display: none;
		}

	#contactForm {
		width: 90%;
		margin-top: 40px;
		margin-left: 5%;
		}

	#contactForm span, #contactForm input, #contactForm textarea {
		margin-left: 5%;
		}

	#contactForm textarea {
		width: 80%;
		}

	h1.contact {
		margin-top: -50px;
		}

	h2.contact {
		margin-top: -400px;
		right: -90px;
		}

	.homeObj .button {
		box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.4);
		}

	.slide.home {
		margin-bottom: 250px;
		top: 150px !important;
		}
	}

@media screen and (max-width: 780px) {
	h1 {
		font-size: 34px;
		}

	.center h2, .center p {
		font-size: 15px;
		}

	.center p.quote {
		font-size: 23px;
		}

	.center p.quote span {
		font-size: 11px;
		}

	.panorama img {
		max-height: 300px;
		}
	}

@media screen and (max-width: 700px) {
	#header {
		top: -18px;
		}

	.article img {
		margin: 110px auto -180px auto;
		}
	}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 30px;
		}

	.center h2, .center p {
		font-size: 14px;
		}

	.center h3 {
		font-size: 23px;
		}
	}

@media screen and (max-width: 510px) {
	h1 {
		font-size: 26px;
		}

	.center .subtitle {
		font-size: 11px;
		}

	.center p.quote {
		font-size: 21px;
		}

	.center p.quote span {
		font-size: 10px;
		}

	.center h3 {
		font-size: 21px;
		}

	.panorama img {
		max-height: 250px;
		}
	}