@charset "utf-8";
/* CSS Document */

@media(min-width: 1200px) and (max-width: 1399px) {
	
	.carousel-wrapper {
		height: 513px;
	}
	
}

@media(min-width: 768px) and (max-width: 991px) {
	
	.carousel-wrapper {
		height: 400px;
	}
	
}

@media(max-width: 767px) {
	
	.block-link {
		margin-bottom: 8px;	
	}
	footer .last {
		text-align: left;
	}
}