/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: CharterOSCRegular;
	font-size: 14px;
	line-height: 24px;
}

a {
	color: inherit;
}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10000;
	display: none;
}

.fon1 {
	background: url(../images/1_fon.jpg);
	background-size: cover;
}

.fon2 {
	background: url(../images/2_fon.jpg);
	background-size: cover;
}

.fon3 {
	background: url(../images/3_fon.jpg);
	background-size: cover;
}

.fon4 {
	background: url(../images/4_fon.jpg);
	background-size: cover;
}

.active {
	display: block;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}

.clearFix {
	clear: both;
}

.fixed {
	position: absolute;
	padding-top: 50px;
}

.fixed-two, .fixed-three, .fixed-four {
	position: absolute;
	padding-top: 50px;
}

#end {
	height: 1250px;
}

#end-two {
	height: 1250px;
}

#end-three {
	height: 1650px;
}

.dix {
	width: 100%;
	height: 600px;
}

.block {
	
	.slide-wrap {
		width: 1200px;
		text-align: center;
		z-index: -10;
		
		.slide-caption {
			margin: 0 auto;
			background-color: #fff;
			padding: 10px;
			border: 1px solid #fff;
		}
		
		img {
			border: 1px solid #fff;
		}
	}
	
	h1,.h1 {
		font: 34px/46px 'LineaturaLight';
		text-align: center;
	}
	.lead {
		font: 20px/36px 'CirceRegular';
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #555;
		
		span {
			font-family:'LineaturaLight';
		}
	}
	.h2 {
		font: 20px/38px 'LineaturaLight';
		text-align: center;
		letter-spacing: 5px;
	}
	.h3 {
		font: 16px/38px 'CirceRegular';
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 3px;
	}
}

.article {
	margin: 0 auto;
	width: 625px;
	position: relative;
}

.white-block {
	background-color: rgba(255, 255, 255, .85);
	padding: 40px;
	border: 1px solid #999;
}
.white-caption {
	background-color: rgba(255, 255, 255, .85);
	padding: 15px;
	border: 1px solid #999;
}

.credits {
	margin-bottom: 130px;
}
