#map{
	background-image: url(http://asset.szrnd.net/img/contact/google-maps.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contacts{
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.contact{
	background-color: white;
	margin-left: 1rem;
	margin-right: 1rem;
	padding: 1rem;
	overflow: auto;
}

.contact + .contact{
	margin-top: 1rem;
}

.contact p{
	margin-left: 1rem;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 4rem;
}

.contact p span{
	margin-right: 1rem;
}

.contact h1{
	text-align: center;
	color: #0E90D2;
}

.contact ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact ul li{
	float: left;
	width: 25%;
	text-align: center;
}

.contact ul li img{
	width: 50%;
}

