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

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

#particles {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.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;
}

.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 {
	width: 33.3%;
	float: left;
	font-size: 12px;
}

.phone p , .address p, .email p {
	margin:0 0 5px 0;
	font-size: 13px;
	line-height: 13px;
}


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

.address .logo {
	background: url('location.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;
}


@media (max-width: 600px) {

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

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

	.logo {
		max-width: 280px;
	}

}