@charset "iso-8859-1";
/* CSS Document */
.container {
	max-width:1000px;
}
.slide-wrapper {
	margin-top: 50px;
}
.content {
}

@media screen and (max-width:992px) {
	.container {
		max-width:970px;
	}
}