@charset  "UTF-8";

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.slider-wrapper{}
.slider {
	width: 998px;
/*	height: 350px;*/
	background: #1b1b1b;
}

#inmain_image .slider img {
	margin: 0;
	padding: 0;
}

.teaser {
	padding: 5px;
	background: #fff;
	color: #1b1b1b;
}

.fixed-w {
	padding: 5px 0;
	width: 150px;
	height: 20px;
	text-align: center;
	color: #1b1b1b;
}

.step-slider .light-green {
	background: #95c542;
}

.step-slider .green {
	background: #7cb761;
}

.step-slider .orange {
	background: #ef7d00;
}

.step-slider .turky {
	background: #348e8a;
}
.step-slider .white {
	background: #fff;
	color: #333;
}

.background-slider {
	background: url(../img/pattern.png) left top repeat;
}


@media only screen and (max-width: 1000px) {
	.wrapper,
	.slider-wrapper,
	.slider{
		width: 100%;
/*		height: auto;*/
	}
}
