﻿/*START: SLIDER*/
section.slider {
}

	section.slider .map {
		width: 100%;
		height: 600px;
		z-index: 40;
	}

@media (max-width: 800px) {
	section.slider .map {
		height: 300px !important;
	}
}
/*END: SLIDER*/