@font-face {
    font-family: 'NonameGroteskHanddrawnv4Rg';
    src: url('fonts/nonamegroteskhanddrawnv4-webfont.eot');
    src: url('fonts/nonamegroteskhanddrawnv4-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nonamegroteskhanddrawnv4-webfont.woff') format('woff'),
         url('fonts/nonamegroteskhanddrawnv4-webfont.ttf') format('truetype'),
         url('fonts/nonamegroteskhanddrawnv4-webfont.svg#NonameGroteskHanddrawnv4Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

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

}

body {
	font-family: 'Futura';
	color: #fff;
	background: #fff;
	height: 100%;
}
html {
	height: 100%;
}

#wrapper {
	position: relative;
	width: 850px;
	padding-left: 150px;
	margin: 20px auto;
}
.black {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background: #000;
	z-index: 0;
}
h1 {
	font-family: Octava;
	font-size: 70px;
	line-height: 84px;
	margin-bottom: 40px;
}
.lead {
	font-family: NonameGroteskHanddrawnv4Rg;
	font-size: 24px;
	line-height: 28px;
}
.text {
	font-family: Octava;
	font-size: 23px;
	line-height: 27px;
}
.content {
	position: relative;
	top: 1000px;
	text-align: center;
	margin-left: -150px;
	
	i {
		display: block;
	}
	.secure {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
}
.menu {
	position: absolute;
	top: 920px;
	width: 100%;
	height: 80px;
	background: #000;
	text-align: center;
		
	.item {
		display: inline-block;
		font-family: OctavaSCC;
		color: #fff;
		font-size: 17px;
		line-height: 20px;
		height: 40px;
		padding: 20px 38px;
		cursor: pointer;
	}
	.item:hover {
		background: #0e2825;
	}
	.active, .active:hover {
		background: #3db1a3;
		cursor: default;
	}
}
.comments {
	width: 600px;
	margin-left: 200px !important;
	color: #000;
	padding-bottom: 30px;
	z-index: 10000;
}
@media screen and (min-width:1400px) {
	/*.slider {
		width: 950px !important;
		margin-left: 220px !important;
	}
	.control {
		left: 1200px !important;
	}*/
}

