@font-face {
	font-family: Campton;
	font-weight: bold;
	src: url("../fonts/Campton-Bold.otf") format("opentype");
	}

@font-face {
	font-family: Averta Std;
	font-weight: 400;
	src: url("../fonts/averta-reg.otf") format("opentype");
	}

@font-face {
	font-family: Averta Std;
	font-weight: 600;
	src: url("../fonts/averta-semib.otf") format("opentype");
	}

@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: #1f1f1f;
//	font-family: "Cabin", Campton, Nunito, Helvetica Neue, Helvetica, Arial, sans-serif;
	}

#menu-cover {
	width: 0px;
	height: 0px;
	position: fixed;
	background: #1bde69;
	border-radius: 90px;
	z-index: 93;
	top: 39px; right: 32px;

	-webkit-transition: all .6s ease;
	}

#menu-cover.show {
	width: 20px;
	height: 20px;
	transform: scale(120);
	}

#mobile-menu {
	height: 19px;
	width: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 94;
	top: 32px; right: 0;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#header.lp #mobile-menu {
	top: 28px;
	}

#mobile-menu .hamburger {
	width: 100%;
	height: 2px;
	position: relative;
	background: #fff;
	border-radius: 99px;
	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-top: 0.5px !important;
	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);
	}

.holder {
	width: 90%;
	position: relative;
	display: table;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 40;
	top: 0; left: 0;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

#header .holder {
	height: 100%;
	}

#header #logo {
	position: absolute;
	font-size: 28px;
	font-family: "Campton";
	font-weight: 700;
	color: #fff;
	z-index: 99;
	margin-top: -16px;
	top: 50%; left: 0px;
	}

#page {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #3f2ea0;

	transition: background .4s ease;
	}

#page.red {
	background: #e81d00;
	}

#page.blue {
	background: #34befc;
	}

#page:before {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: linear-gradient(20deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	content: " ";
	}

#page, #page:before {
	border-radius: 12px;
	}

#slider {
	width: 80%;
	position: relative;
	margin-top: 40px;
	top: 40%;
	left: 10%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	}

#slider .slide {
	position: relative;
	display: inline;
	}

#slider p.name {
	width: 100%;
	font-family: "Klavika";
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.8px;
	margin-bottom: 70px;
	}

#slider img {
	max-width: 100%;
	display: table;
	filter: drop-shadow(0px 40px 40px rgba(0, 0, 0, 0.3));
	margin-left: auto;
	margin-right: auto;

	transition: all .3s ease;
	}

#slider img.zoom {
	transform: scale(0.0);
	}

#slider img.zoomBack {
	transform: scale(0.7);
	}

#slider img.hide {
	display: none;
	}

#slider-buttons {
	display: table;
	margin-top: 380px;
	margin-left: auto;
	margin-right: auto;
	}

#slider-buttons * {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 99px;
	display: inline-block;
	opacity: 0.4;
	margin: 0 10px;
	}

#slider-buttons *.active {
	opacity: 0.8;
	}