@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/CaviarDreams-webfont.eot');
    src: url('fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams-webfont.woff') format('woff'),
         url('fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('fonts/CaviarDreams_Italic-webfont.eot');
    src: url('fonts/CaviarDreams_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams_Italic-webfont.woff') format('woff'),
         url('fonts/CaviarDreams_Italic-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul, p, span, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
}

#slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#fader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: url(../images/fader.png);
	overflow: hidden;
}

#left {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 260px;
	height: 100%;
	background: #272422 url(../images/keks.svg) no-repeat 50% 90%;
	opacity: 0.9;
	overflow: hidden;
}

#logo {
	margin: 18px auto;
	opacity: 1;
}

.separator {
	margin: 10px 20px;
	opacity: 1;
}

#links {
	width: 200px;
	padding: 0 30px;
	list-style: none;
	opacity: 1;
}

#show_menu {
	cursor: pointer;
	font-family: caviar_dreamsregular;
	font-size: 14px;
	color: #e5e5e5;
}

#links a{
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
	font-family: caviar_dreamsregular;
	font-size: 14px;
	color: #e5e5e5;
}

#contact {
	width: 200px;
	padding: 0 30px;
	font-family: caviar_dreamsregular;
	font-size: 14px;
	color: #e5e5e5;
	opacity: 1;
}

#contact h3 {
	font-family: caviar_dreamsbold;
	color: #4adfa5;
}

#contact p {
	margin-top: 5px;
	line-height: 24px;
}

#slider_txts {
	position: absolute;
	bottom: 60px;
	width: 225px;
	margin: 0;
	padding: 0 15px 0 20px;
	list-style: none;
	opacity: 1;
}

#slider_txts li {
	display: none;
}

#slider_txts li h2 {
	margin-bottom: 10px;
	font-family: caviar_dreamsbold;
	font-size: 24px;
	color: #4adfa5;
}

#slider_txts li p {
	font-family: caviar_dreamsregular;
	font-size: 14px;
	color: #e5e5e5;
}

#slider_nav {
	position: absolute;
	bottom: 0;
	width: 260px;
	height: 60px;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-family: caviar_dreamsregular;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	color: #e5e5e5;
}

.arrow {
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
}

#tiles {
	position: absolute;
	z-index: 50;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tiles li {
	width: 300px;
	margin: 10px;
	padding: 0;
	background: #272422;
	overflow: hidden;
}

#tiles li.tile_menu, #tiles li.tile_text {
	width: 265px;
	padding: 20px 15px 20px 20px;
}

#tiles li h2 {
	margin-bottom: 6px;
	font-family: caviar_dreamsbold;
	font-size: 24px;
	color: #4adfa5;
}

#tiles li.tile_menu span {
	display: inline-block;
	margin-top: 14px;
	font-family: caviar_dreamsbold;
	font-size: 14px;
	color: #e5e5e5;
}

#tiles li.tile_menu p {
	margin-top: 1px;
	font-family: caviar_dreamsitalic;
	font-size: 12px;
	color: #999999;
}

#tiles li.tile_text p {
	margin-top: 14px;
	font-family: caviar_dreamsregular;
	font-size: 16px;
	color: #e5e5e5;
}

#tiles li.tile_text a {
	display: block;
	width: 260px;
	border: 1px solid #4adfa5;
	font-family: caviar_dreamsbold;
	font-size: 16px;
	color: #4adfa5;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

#tiles li.tile_text a:hover {
	background: #38ab7f;
	border: 1px solid #38ab7f;
	color: #272422;
}