/**
 * Parallax Scrolling Tutorial
 * For Smashing Magazine
 * July 2011
 *  
 * Author: Richard Shepherd
 *		   www.richardshepherd.com
 * 		   @richardshepherd   
 */

.story { height: 1080px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; /*border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(0,0,0,0.4); box-shadow: 0 0 50px rgba(0,0,0,0.8);*/}
.story-asteros { height: 1092px; padding: 0; margin: 0; width: 100%; max-width: 2000px; position: relative; margin: 0 auto; /*border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(0,0,0,0.4); box-shadow: 0 0 50px rgba(0,0,0,0.8);*/}

#first { background: url(fon.jpg) 50% 0 no-repeat fixed; }
#first-asteros { background: url(/files/i/asteros/00_pic.jpg) 50% 0 no-repeat fixed; }
#third1 { background: url(fon2.jpg) 50% 0 no-repeat fixed; }
#third2 { background: url(fon3.jpg) 50% 0 no-repeat fixed; }
#third3 { background: url(fon4.jpg) 50% 0 no-repeat fixed; }

/* Introduction */
#first .smashinglogo { background: url(top.png) 50% 150px no-repeat fixed; min-height: 1080px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; }
#first-asteros .smashinglogo-asteros { background: url(/files/i/asteros/00_head.png) 48% 180px no-repeat fixed; min-height: 1080px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; }
#first .down-link { z-index: 1000 !important; display: block; background: url(down.png) 50% 150px no-repeat fixed; min-height: 1080px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; }

.down-link {
/*	position: absolute;
	display: block;
	margin: 0 auto;
	top: 50%;
	background: url(../top/down.png) top center no-repeat;
	width: 74px;
	height: 74px;
*/
}

/*--------------------------------------*/
* {
	color: black;
}
.clear {
	clear: both !important;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.h20 {
	height: 20px;
}

.read, .close {
	display: block;
	height: 39px;
	cursor: pointer;
	margin-top: 30px;
}
.read {
	background: url(button1.png) top center no-repeat;
	width: 239px;
}
.close {
	background: url(button2.png) top center no-repeat;
	width: 215px;
}

.block-text {
	font-family: Georgia;
	font-size: 16px;
	color: black;
	line-height: 26px;
}

.block-text a {
	font-weight: bold;
	color: #5691c5;
}

.line-block {
	background: url(line.png) top center no-repeat;
	width: 100%;
	height: 29px;
}

.first-block {
	width: 640px;
	margin: 70px auto;
/*	padding: 0 100px;*/
}

.block {
	width: 800px;
	margin: 80px auto;
	clear: both;
	margin-top: 30px !important;
}

.block-number { 
	font-family: 'Roboto', sans-serif;
	font-size: 66px;
	font-weight: 100;
	margin: 0 30px 0 0;
	background: url(circle.png) top center no-repeat;
	float: left;
	height: 122px;
	width: 120px;
}
.block-number p { 
	width: 120px;
	margin-top: 40px;
	text-align: center;
	color: #FFF;
}

.block-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 44px;
	line-height: 36px;
	height: 122px;
	margin-bottom: 30px;
}

.block-title p {
	height: 122px;
	display: table-cell;
	vertical-align: middle;
}

.block-img-left {
	width: 424px;
	float: left;
	margin-right: 50px;
}

.block-img-right {
	width: 424px;
	float: right;
	margin-left: 50px;
}

.block-articles {
	display: none;
	font-family: Arial;
	font-size: 18px;
	margin-top: 30px;
}
.block-articles-inner {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: inset 0px 10px 8px -8px #ccc, inset 0px -10px 8px -8px #ccc;
}
.block-articles a {
/*	font-weight: bold;*/
	color: #5691c5;
}
.block-articles div span {
	color: #cf6316;
	margin-right: 15px;
}

.block-razdel {
	width: 1045px;
	margin: 0 auto;
	padding: 400px 0 0 0;
}
.block-razdel-1 {
	background: url(logo2.png) 50% 100px no-repeat;
}
.block-razdel-2 {
	background: url(logo3.png) 50% 100px no-repeat;
}
.block-razdel-3 {
	background: url(logo4.png) 50% 100px no-repeat;
}
.block-razdel-element {
	background: url(block-razdel-element.png) top center no-repeat;
	width: 306px;
	height: 476px;
	float: left;
	margin-right: 63px;
}
.block-razdel-element-last {
	margin-right: 0 !important;
}
.block-razdel-element p {
	margin: 23px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 26px;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}
.block-razdel-element p img {
	margin-bottom: 13px;
}
.block-razdel-element a {
	position: absolute;
	top: 408px;
	margin-left: 120px;
/*	left: 0px;*/
	display: block;
	background: url(circle-orange.png) top center no-repeat;
	height: 65px;
	width: 66px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.block-razdel-element a:hover {
	background: url(circle-grey.png) top center no-repeat;
}


.buttons {
	margin: 50px auto;
	width: 90px;
}
.prev, .next {
	display: block;
	width: 45px;
	height: 50px;
	float: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prev {
	background: url(arrows_50.png) top left no-repeat;
}
.next {
	background: url(arrows_50.png) top right no-repeat;
}
.prev:hover {
	background: url(arrows_100.png) top left no-repeat;
	cursor: pointer;
}
.next:hover {
	background: url(arrows_100.png) top right no-repeat;
	cursor: pointer;
}


.social {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.soc {
	display: block;
	height: 65px;
	width: 65px;
	float: left;
	margin-left: 20px;
}
.soc:hover {
	cursor: pointer !important;
}
.soc-gp {
	background: url(buttons_.png) -268px 0px no-repeat;
	margin-right: 0px !important;
}
.soc-fb {
	background: url(buttons_.png) 0px 0px no-repeat;
}
.soc-vk {
	background: url(buttons_.png) -89px 0px no-repeat;
}
.soc-tw {
	background: url(buttons_.png) -179px 0px no-repeat;
}
.soc-count {
	display: block;
	height: 65px;
	width: 80px;
	float: left;
	margin-right: 0px;
	background: url(bubble.png) top center no-repeat;
}
.soc-count p {
	margin: 23px 0 0 10px;
	font-family: Arial;
	font-size: 16px !important;
}
.soc-back {
	clear: both;
	display: block;
	margin: 0 auto;
	height: 39px;
	width: 335px;
	background: url(../top/back.png) 0px bottom no-repeat;
}


.block-text p {
	margin-bottom: 20px;
}
.block-text img {
	margin-top: 8px;
}


/* ---- �������� ��� ----- */

.wp-caption-text, .wp-caption-text a, .wp-caption-text a:visited {
    text-align: center;
    font-size: 11pt;
    color: #888;
    line-height: 1.2em;
}
.wp-caption p.wp-caption-text {
    margin-top: 5px; margin-bottom: 20px;
    margin-right: 20px; margin-left: 20px;
}

.alignleft {
    margin-right: 20px;
    margin-bottom: 4px;
    float: left;
}
.alignright {
    margin-left: 10px;
    margin-bottom: 4px;
    float: right;
}
.aligncenter { display: block; text-align: center; margin-left: auto; margin-right: auto; }

.first-letter {
	margin: -15px 10px -15px 0 !important;
}

.hp2-top {
	width: 100%;
	height: 641px;
	background: url(/files/i/hp/hp2.jpg) top center no-repeat;
	margin-bottom: 30px;
}
.hp3-top {
	width: 100%;
	height: 1014px;
	background: url(/files/i/hp/top03.jpg) top center no-repeat;
	margin-bottom: 30px;
}
.hp4-top {
	width: 100%;
	height: 1154px;
	background: url(/files/i/hp/top04.jpg) top center no-repeat;
	margin-bottom: -120px;
}
.hp5-top {
	width: 100%;
	height: 632px;
	background: url(/files/i/hp/top05.jpg) top center no-repeat;
	margin-bottom: 30px;
}
