@CHARSET "UTF-8";

section {
	height: 1000px;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 1000px;
	width: 100%;
}
section.even {
	background: transparent center 0 repeat fixed;
}
section.odd {
	background: rgba(0,0,0,0.3) center 0 repeat fixed;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.8);
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

article {
	max-height: 100%;
	overflow: hidden;
	padding: 5%;
    text-align: center;
	width: 100%;
}
article img {
	margin: 0 !important;
	max-height: 700px;
    max-width: 70%;
}
article img[align=left] {
	margin-right: 1em !important;
}

article h1 {
	font-size: 3em;
}
.parallax-text {
	font-size: 1.5em;
	margin: 0 auto;
	max-width: 70%;
	overflow: hidden;
	text-align: justify;
}


@media (max-width: 600px) {
	article h1 {
    	font-size: 1.5em;
	}
	.parallax-text {
    	font-size: 1em;
    	max-width: 100%;
	}
	.parallax-text img {
	    max-width: 200px;
	}

	#btnup {
		bottom: 80px;
	}
}
@media (min-width: 600px) and (max-width: 1560px) {
	img#home-image {
		display: none;
	}
}
@media (min-width: 601px) and (max-width: 768px) {
	article h1 {
    	font-size: 1.8em;
	}
	.parallax-text {
    	font-size: 1.5em;
    	max-width: 100%;
	}

	#btnup {
		bottom: 80px;
	}
}


.ya-share2 {
	zoom: 2;
}

#btnup {
	background: rgba(0,0,0,0.3);
	bottom:0;
	color: #666;
	cursor:pointer;
	display:none;
	padding: 1em 2em;
	position:fixed;
	right:0;
	z-index:9999;
}
#btnup:hover {
	color: #ccc;
}


/* Банеры */

div#desktop-vertical {
	background: black;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
div#mobile-horizontal {
	background: black;
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
}

