@font-face {
	font-family: Klavika;
	font-weight: 700;
	src: url("../fonts/KlavikaBold.otf") format("opentype");
	}

@font-face {
	font-family: Klavika;
	font-weight: 500;
	src: url("../fonts/KlavikaMedium.otf") format("opentype");
	}

@font-face {
	font-family: Klavika;
	font-weight: 300;
	src: url("../fonts/KlavikaLight.otf") format("opentype");
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

html, body {
	width: 100%;
	height: 100%;
	background: #181818;
	font-family: "Klavika", Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	}

#block-line {
	width: 100%;
	height: 1px;
	position: fixed;
	background: #0cf;
	top: 67px; left: 0;
	}

#header {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 999;
	top: 0; left: 0;
	}

#black-logo, #white-logo {
	width: 120px;
	height: 27px;
	position: absolute;
	background-size: 120px 27px !important;
	margin-top: 0;
	top: 50px; left: 50px;

	-webkit-transition: opacity .2s ease;
	}

#black-logo {
	background: url(../img/logo-black.svg);
	opacity: 0;
	}

#white-logo {
	background: url(../img/logo-white.svg);
	}

#black-logo.black {
	opacity: 1;
	}

#boeddo-logo.hide {
	display: none;
	}

#hamburger {
	width: 75px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	margin-top: 0;
	top: 60px; right: 0px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}

#hamburger * {
	width: 0%;
	height: 1px;
	position: absolute;
	background: #fff;
	float: right;
	display: block;
	right: 0;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}

#hamburger.black * {
	background: #181818;
	}

#hamburger *.set {
	left: 0;
	right: auto;
	}

#hamburger *.loaded {
	width: 20px;
	}

#cheese {
	top: 0;
	}

#meat {
	margin-top: -1px;
	top: 50%;
	}

#onion {
	bottom: 0;
	}

#hamburger *.loading {
	width: 100%;
	}

#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 99;
	top: 0; left: 0;

	-webkit-transition: width 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	-moz-transition: width 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	-ms-transition: width 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	-o-transition: width 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	transition: width 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	}

#preloader.hide {
	width: 0;
	}

.split {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	}

.split-one {
	width: 100%;
	height: 100%;
	position: absolute;
	}

.split-two {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #181818;
	box-shadow: -3px 0px 80px rgba(0, 0, 0, 1);
	z-index: 2;
	overflow: hidden;
	left: 50%;

	-webkit-transform: skew(-8deg);
	-moz-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	-o-transform: skew(-8deg);
	transform: skew(-8deg);
	}

.split-holder {
	width: 910px;
	position: absolute;
	margin-top: -75px;
	margin-left: -455px;
	top: 50%; left: 50%;
	}

.split-two .split-holder {
	left: 3px;

	-webkit-transform: skew(8deg);
	-moz-transform: skew(8deg);
	-ms-transform: skew(8deg);
	-o-transform: skew(8deg);
	transform: skew(8deg);
	}

.split-holder span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin-bottom: 26px;
	}

.split-holder h1 {
	width: 800px;
	font-size: 68px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 120%;
	}

.scrollDown {
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: 0;
	}

.scrollDown span {
	font-weight: 300;
	font-size: 6px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	cursor: default;
	opacity: 0;
	display: block;
	margin-bottom: 12px;

	-webkit-transition: opacity 0.6s ease, letter-spacing 0.6s ease;
	-moz-transition: opacity 0.6s ease, letter-spacing 0.6s ease;
	-ms-transition: opacity 0.6s ease, letter-spacing 0.6s ease;
	-o-transition: opacity 0.6s ease, letter-spacing 0.6s ease;
	transition: opacity 0.6s ease, letter-spacing 0.6s ease;
	}

.scrollDown span.show {
	opacity: 0.8;
	}

.scrollDown span.wide {
	letter-spacing: 3.5px;
	}

.scroll-line {
	width: 1px;
	height: 0px;
	background: #fff;
	opacity: 0.3;
	margin-left: auto;
	margin-right: auto;

	-webkit-transition: height 0.6s cubic-bezier(0.970, 0.020, 0.650, 1);
	-moz-transition: height 0.6s cubic-bezier(0.970, 0.020, 0.650, 1);
	-ms-transition: height 0.6s cubic-bezier(0.970, 0.020, 0.650, 1);
	-o-transition: height 0.6s cubic-bezier(0.970, 0.020, 0.650, 1);
	transition: height 0.6s cubic-bezier(0.970, 0.020, 0.650, 1);
	}

.scroll-line.show {
	height: 30px;
	}

.header-block {
	width: 100%;
	height: 400px;
	position: relative;
	background: #181818;
	}

.header-block h1 {
	position: absolute;
	font-size: 148px;
	color: #fff;
	text-transform: uppercase;
	left: 5%;
	bottom: -33px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-user-select: none;
	}

.block {
	width: 100%;
	min-height: 1400px;
	background: #fff;
	}

.block.black {
	background: #181818;
	}

.block.active {
//	background: green;
	}

#noise {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/noise.gif);
	z-index: 1;
	opacity: 0.02;
	top: 0; left: 0;
	}

@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) {
	
	}

@media screen and (max-width: 1290px) {
	#logo, #boeddo-logo {
		left: 5%;
		}

	#hamburger {
		width: 40px;
		}

	#header ul#menu {
		right: 5%;
		}
	}

@media screen and (max-width: 760px) {
	#logo, #boeddo-logo {
		width: 112px;
		height: 25.17px;
		background-size: 112px 25.17px !important;
		top: 57px;
		}
	}

@media screen and (max-width: 700px) {
	#header {
		top: -18px;
		}
	}