
#topSlider .next, #workerSlider .next {position:absolute;top:47%;right:10px;z-index:9999;color:red;cursor:pointer;background:url("/img/arrow-right.png");width:24px;height:24px}
#topSlider .prev, #workerSlider .prev {position:absolute;top:47%;left:10px;z-index:9999;color:red;cursor:pointer;background:url("/img/arrow-left.png");width:24px;height:24px}


.topSlider {
	width: 100%; height: auto;
}
.topSlider_title{
	width: 70%; font-size: 110px; color: red; line-height: 0.9; font-weight: bold;
	font-family:'SkodaSansBlack'; margin-top: 60px; text-align: right;
}
.topSlider_title-one-word {
	font-size: 120px;
}
.topSlider_button{
	background: rgba(0,0,0,0); border: 1px solid black; color: black; text-transform:uppercase;
	padding: 10px 70px 10px 70px;
}
.topSlider_button:hover{color:red; text-decoration: none;}

.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom: 20px;
}
.slider-insider {
	background-image: url(/img/white.png); background-position: center bottom;
	background-repeat: repeat-x; background-size: 80px 80px;
}
.gradient-background, .gradient-xs-only {
	background: #e7ecef; /* Old browsers */
	background: -moz-linear-gradient(left,  #e7ecef 0%, #f7fcff 69%, #e7ecef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e7ecef 0%,#f7fcff 69%,#e7ecef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e7ecef 0%,#f7fcff 69%,#e7ecef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ecef', endColorstr='#e7ecef',GradientType=1 ); /* IE6-9 */
}
.slider{
	position:relative;
	width:100%;
	margin:0 auto;
}

.slide img {
	height: auto !important;
	opacity: 0.8;
}

.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:hidden;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
}

.fraction-slider .active-slide{
	z-index:6000;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:400px;
	background:url(/css/images/fs.spinner.gif) center center no-repeat transparent;
}
.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
}

.fraction-slider .prev{
	left:10px; top:40%;
	background:url(/css/images/fs.prevnext.png) 0px 0px no-repeat transparent;

}
.fraction-slider .prev:hover{
	background:url(/css/images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next{
	right:10px; top:40%;
	background:url(/css/images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(/css/images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}
.fs-pager-wrapper{
	position:absolute;
	left:10px; bottom:10px;
	z-index:9999;
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	margin:0 5px 0 0;
	background:url(/css/images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background:url(/css/images/fs.pager.png) 0px 0px no-repeat transparent;
}


/** MEDIA **/
@media screen and (max-width: 640px) {

}
@media screen and (min-width: 640px) and (max-width: 768px) {
	.gradient-xs-only { background: none; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.topSlider_title { font-size: 100px; margin-left: -7%;  }
	.topSlider_title-one-word { font-size: 110px; margin-top: 0px; }
	.slide div[data-out=left] { margin-left: 7%; }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.topSlider_title { font-size: 100px; margin-left: -10%;  }
	.topSlider_title-one-word { font-size: 110px; }
	.slide div[data-out=left] { margin-left: 10%; }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
	.slider{ width:1200px; }
}
@media screen and (min-width: 1440px) {
	.slider{ width:1440px; }
}

/** end media **/

@media print and (max-width:1200px) {
	.fraction-slider .slide {
		width: 80%;
		margin: 0 5%;
	}
	.slide img {
		max-width: 640px;
	}

	.topSlider_title-one-word {
		font-size: 100px !important;
	}
	.topSlider_title {
		font-size: 90px;
		margin-left: -30px;
		max-width: 50%;
	}
}
@media print and (min-width:960px) and (max-width:1025px){

	.topSlider_title-one-word {
		font-size: 100px !important;
	}
	.topSlider_title {
		font-size: 90px;
		margin-left: -30px;
		max-width: 50%;
	}
	.slide img {
		max-width: 540px;
	}
	.slideUp .c2, .slideUp .c4 { display: none; }
}
@media print and (max-width: 1000px){
	.slider{
		width:1000px;
	}
}


@media print and (max-width: 800px) {
	.topSlider_title{
		display: none !important;
	}
	.slide {
		margin-left: 60px;
		margin-top: -40px;
	}
	.slide img {
		width: 80%;
		margin-left:-150px;
		margin-top: 20px;
		resize: both;
	}
	.slider-wrapper {
		margin-bottom: -30px;
	}
}

