@media (min-width : 768px) {

	/*MAPS*/

	#map1 {
		height: 600px !important;
	}

}

@media (min-width: 500px) and (max-width: 1024px) {

	#footer .premium-button-container a.premium-button {
		width: 300px;
	}

}


@media (min-width : 1024px) {


	/*MAPS*/

	#map1 {
		height: 850px !important;
	}

	/*LINKS*/

	.list__footer {
		display: block;
	}

	.title__section__links h5:after {
		content: " ";
	}


}
