@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaBold.eot');
	src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaBold.woff') format('woff'),
		url('../fonts/NexaBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaLight.eot');
	src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaLight.woff') format('woff'),
		url('../fonts/NexaLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

html, body{
	height:100%;
	font-family: 'Roboto', sans-serif;
}
body{
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
}
a{
	color: #e51201;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.phone,
a.phone:hover{
	text-decoration: none;
	color:#fff;
}
ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 250px;
}
ul li{
	margin: 0 0 1em 0;
	padding: 0;
}
h1{
	margin-bottom: 2em;
}
h1 span{
	display: none;
}
h3{
	font-weight: 900;
	color: #1f1f1f;
	text-transform: uppercase;
	margin-bottom: .25em;
}
p{
	margin: 0 0 .25em 0;
}

img{
	max-width:100% !important;
    height:auto;
    display:block;
}
.wrapper{
	height: 100%;
	padding: 2em 1em;
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;

	-webkit-align-items:center;
	-ms-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.contacts {
	min-height:450px;

}
