@charset "UTF-8";
/* resets */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, small, strong,  ol, ul, li, fieldset, form, label, legend {
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}
/* alternative box model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* fixes */
.clearfix:before, .clearfix:after {
	display: table;
	content:" ";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1; /* for IE6 and IE7 */
}
/* fonts */
@font-face {
    font-family: 'amaticbold';
    src: url('./fonts/amatic/amatic-bold.eot');
    src: url('./fonts/amatic/amatic-bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/amatic/amatic-bold.woff2') format('woff2'),
         url('./fonts/amatic/amatic-bold.woff') format('woff'),
         url('./fonts/amatic/amatic-bold.ttf') format('truetype'),
         url('./fonts/amatic/amatic-bold.svg#amaticbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('./fonts/oswald/oswald-regular.eot');
    src: url('./fonts/oswald/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/oswald/oswald-regular.woff2') format('woff2'),
         url('./fonts/oswald/oswald-regular.woff') format('woff'),
         url('./fonts/oswald/oswald-regular.ttf') format('truetype'),
         url('./fonts/oswald/oswald-regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height: 100%;
}
body {
	background-image: url(pics/bg.png);
}
.start, .location, .gallery {
	position: relative;
	height: 100%;
	min-height: 100%;
}
.banderole {
	position: absolute;
	left: 50%;
	z-index: 0;
	margin-left: -85px;
	width: 170px;
	height: 100%;
	min-height: 100%;
	background-color: #6e0361;
}
.logoblock {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-top: -200px;
	margin-left: -115px;
	width: 230px;
	overflow: hidden;
}
.logoblock .leftcol, .logoblock .midcol, .logoblock .rightcol {
	float: left;
}
.logoblock .leftcol, .logoblock .rightcol {
	display: none;
	width: 250px;
	overflow: hidden;
	padding-top: 74px;
	letter-spacing: 1px;
	font-family: 'amaticbold', cursive;
	font-size: 28px;
	color: #6e0361;
}
.logoblock .leftcol {
	padding-right: 18px;
	text-align: right;
}
.logoblock .rightcol {
	padding-left: 18px;
	text-align: left;
}
.logoblock .col2 {
	width: 230px;
}
.logo {
	display: block;
	margin-bottom: 12px;
	width: 230px;
	height: 230px;
	background-image: url(pics/logo230.png);
}
.logoblock p {
	padding-bottom:8px;
	text-align: center;
	font-family: 'oswaldregular',sans-serif;
	font-size: 16px;
	color: #fff;
}
a.mail {
	text-decoration: underline;
	font-size: 14px;
	color: #fff;
}
a.phone {
	text-decoration: none;
	color: #fff;
}
.next {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
	width: 170px;
	padding: 12px;
	text-align: center;
}
a.next {
	text-decoration: none;
	letter-spacing: 1px;
	font-family: 'amaticbold', cursive;
	font-size: 26px;
	color: #fff;
}
a.next:before, a.next:after {
	content: "-";
}
.logohead {
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -85px;
	width: 170px;
	height: 86px;
	background-image: url(pics/logohead170.png);
}
.map {
	border: 0;
	width: 100%;
	height: 100%;
}
.fb {
	display: block;
	position: absolute;
	top: 12px;
	right: 24px;
	width: 24px;
	height: 24px;
	background-image: url(pics/facebook.png);
}
@media only screen and (min-width: 768px) {
.logoblock {
	margin-left: -365px;
	width: 730px;
}
.logoblock .leftcol, .logoblock .rightcol {
	display: block;
}
}
@media only screen and (min-width: 1024px) {
.banderole {
	margin-left: -110px;
	width: 220px;
}
.logoblock {
	margin-left: -445px;
	width: 890px;
}
.logoblock .leftcol, .logoblock .rightcol {
	width: 300px;
	padding-top: 102px;
	font-size: 32px;
}
.logoblock .leftcol {
	padding-right: 24px;
}
.logoblock .rightcol {
	padding-left: 24px;
}
.logo {
	margin-bottom: 18px;
	width: 290px;
	height: 290px;
	background-image: url(pics/logo290.png);
}
.logoblock p {
	font-size: 18px;
}
a.mail {
	font-size: 16px;
}
a.next {
	font-size: 30px;
}
a.mail:hover, a.phone:hover, a.next:hover {
	color: #c86720;
}
.logohead {
	margin-left: -110px;
	width: 220px;
	height: 111px;
	background-image: url(pics/logohead220.png);
}
.logohead:hover {
	background-image: url(pics/logohead220_hover.png);
}
.fb:hover {
	background-image: url(pics/facebook_hover.png);
}
}