@font-face {font-family: 'rb'; src: url('font/roboto-bold-webfont.eot'); src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-bold-webfont.woff2') format('woff2'), url('font/roboto-bold-webfont.woff') format('woff'), url('font/roboto-bold-webfont.ttf') format('truetype'), url('font/roboto-bold-webfont.svg#robotobold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rr'; src: url('font/roboto-regular-webfont.eot'); src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-regular-webfont.woff2') format('woff2'), url('font/roboto-regular-webfont.woff') format('woff'), url('font/roboto-regular-webfont.ttf') format('truetype'), url('font/roboto-regular-webfont.svg#robotoregular') format('svg'); font-weight: normal; font-style: normal;}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #141416;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}

.clr {clear: both;}
.hide {display: none;}

input:focus, textarea:focus {outline:none;}

fieldset {padding: 0px; margin: 0px; border: 0px;}

.box {
	width: 1100px;
	margin: 0px auto 0px auto;
}

.walign {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

strong {
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


h1 {
	font-size: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 30px;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a {
	color: #B80000;
	text-decoration: none;
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 150%;
	color: #B3B3B3;
}

.l, .r {
	width: 50%;
	float: left;
	height: 100vh;
	box-sizing: border-box;
}


.l {
	background: url(img/back.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.l .filter {
	width: 100%;
	height: 100vh;
	background-color: #000000aa;
	position: absolute;
	left: 0px;
	top: 0px;
}

.r {
	padding: 0px 3% 0px 3%;
	line-height: 100vh;
}


@media (max-width:710px) { 

body, html {
	font-size: 22px;
}

.l {
	width: 30%;
}

.r {
	width: 70%;
	padding: 0px 5% 0px 5%;
}

}