@media only screen and (max-width : 479px) {
	footer .second-wrapper{
		text-align: center;
	}
	footer .second-wrapper .astrusweb{
		float: none;
		margin: 20px auto 0;
	}

	section#banner ul li{
		height: 250px;
	}
	/* DOWNLOADS */
	.form-default input[type=text],
	.form-default input[type=tel],
	.form-default input[type=email],
	.form-default input[type=file],
	.form-default select, .form-default textarea{
		width: 100% !important;
		float: none;
	}
	.form-default .left-margin{
		margin: 15px 0 0;
	}

	/* ONDE ENCONTRAR */
	section#map-find .icon-wrapper{
		margin-bottom: 30px;
	}
	section#map-find .icon-wrapper > div{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}