body,html {
	width:100%;
	height:100%;
	padding: 0;
	border: 0;
	margin: 0;
	background: #000000;
	color: #ffffff;
	font: 16px 'Montserrat', sans-serif;
	text-align: center;
}

a, a:active, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

.container {
	display: table;
	width: 100%;
	height: 100%;
        z-index: 1;
    position: absolute;
    /*background: url("filter.png") center no-repeat;*/
    background-size: cover;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.logo {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 60px;
}


.line {
	border-top: 1px solid #cfcfcf;
	margin: 55px auto;
	max-width: 800px;
}

.line h1 {
	display: block;
	background: #fff;
	font-weight: 300;
	margin: -10px auto 0 auto;
	font-size: 17px;
	padding: 0;
	width: 280px;
}

.contacts {
	max-width: 800px;
	margin: 0 auto;
}

.phone, .address, .email, .facebook {
	width: 33.3%;
	float: left;
	font-size: 13px;
}

.phone p , .address p, .email p, .facebook p {
	margin:0 0 5px 0;
	font-size: 12px;
}


.phone .logo {
	background: url('phone.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}

.address .logo {
	background: url('mobilePhone.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}

.email .logo {
	background: url('email.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}

.facebook .logo {
	background: url('facebook.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 20px;
}


@media (max-width: 600px) {

	.phone, .address, .email, .facebook {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.line h1 {
		font-size: 15px;
		width: 230px;
	}

	.logo {
		max-width: 280px;
	}

}