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


html {
	height: 100%;
}
body {
	font-family: 'CharterOSCRegular';
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	height: 100%;
	overflow-y: hidden;
	background: #000 url(../images/bg.jpg) fixed;
	background-size:cover;
}

#wrapper {
	float: left;
	width: 20000px;
	height: 100%;
}

.block {
	float: left;
	z-index: -1;
		.cover{
			height: 100%;
			z-index: -2;
		}
}

.circe{
	font-family: 'CirceRegular';
	font-size: 15px;
	line-height: 43px;  
	text-transform: uppercase;
		span{
			font: 40px/50px 'LineaturaLight';
		}
}

i{
	font-family: 'CharterOSCItalic';
}

.item {
	width: 200px;
	margin: 30px;
	
	.photo {
		width: 200px;
		height: 150px;
	}
	.photo:hover {
		background: url(../images/hover.gif) !important;
	}
	p {
		width: 200px;
		font-family: CirceRegular;
		font-size: 13px;
		text-align: center;
		margin-top: 7px;
	}
	
}

a{
	color: #fff;
}

/*.fuck {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 34px;
	left: 0;
	z-index: 0;
}*/
