#contact-content {
	height: auto;
	width: 100%;
	display: inline-block;
	position: relative;
}

#gmap {
	width: 100%;
	height: 300px;
}

#info {
	font-size: 1.3em;
	width: 100%;
	position: relative;
	display: block;
	margin: 30px 0;

}

#info #content {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.contact-social {
	padding: 4px 5px 2px 5px;
	margin: 0 3px;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#info a:hover {
	text-decoration: none;
	color: white;
}

.contact-social i {
	margin-right: 5px;
}

.contact-facebook {
	background-color: #3b5998;
}

.contact-twitter {
	background-color: #55acee;
}

.contact-youtube {
	background-color: #cc181e;
}

@media screen and (min-width: 480px) { 

	#gmap {
		height: 400px;
	}

	.contact-p {
		display: inline-block;
		margin: 0 5px;
	}

	.contact-social {
		display: inline-block;
	}

}