﻿.sliderWrapper{
	position: relative;
	width: 100%;
	height: 60%;
	min-height: 60%;	
	overflow: hidden;
	box-shadow: 0px 1px 3px #000;
	background-color: #999;
}

.sliderWrapper > div:first-of-type{
	position: relative;
	width: 800%;
	height: 100%;
	top: 0;
	right: 100%;
}

.sliderWrapper > div:first-of-type > div{
	display: inline-block;
	float: left;
	width: 12.5%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.sliderBlock1{background-image: url("../images/kontejner/6.jpg"); background-position: left top !important;} /*slouží zároveň jako sliderBlock8*/
.sliderBlock2{}
.sliderBlock3{background-image: url("../images/kontejner/1.jpg");}
.sliderBlock4{background-image: url("../images/kontejner/2.jpg"); background-position: left top !important;}
.sliderBlock5{background-image: url("../images/kontejner/3.jpg");}
.sliderBlock6{background-image: url("../images/kontejner/4.jpg");}
.sliderBlock7{background-image: url("../images/kontejner/5.jpg"); background-position: right top !important;}

	/* Úvodní poutací text v zeleném */
	
		
	.sliderBlock2 > div:first-of-type > a{
		position: relative;
		width: 100%;
		height: 100%;
		text-decoration: none;
		
		/* flex-box */
			display: flex;
			justify-content: center;
			align-items: center;
	}
		
	.sliderBlock2 > div:first-of-type{
		position: relative;
		width: 90%;
		height: 70%;
		top: 15%;
		left: 5%;
		margin: 0;
		background-color: #3FAD48;
		
		z-index: 7;
		box-shadow: 1px 1px 5px	2px	#222;
	}
	
	.sliderBlock2 > div:last-of-type{
		position: relative;
		width: 100%;
		height: 100%;
		top: -70%;
		z-index: 6;
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-image: url("../images/kontejner/info-table_bg.jpg");
	}

	.sliderBlock2 ul{
		padding: 10px;
		margin: 0;
	}

	.sliderBlock2 li{
		font-family: D_BOOK;
		color: #fff;
		font-size: 8px;
		
		margin: 0;
		padding: 5px 0 0 30px;
		list-style: none;
		background-image: url("../images/ok.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 8px;
	}

.sliderWrapper > div:not(:first-of-type){
	top: 0px;
	width: 65px;
	height: 100%;
	position: absolute;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8;
}

.sliderWrapper div.controlLeft{
	left: 0px;
}

.sliderWrapper div.controlRight{
	right: 0px;
}

.sliderWrapper > div:not(:first-of-type) > div{
	top: calc(100% - 60px);
	width: inherit;
	height: 60px;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.sliderWrapper div.stepLeft{
	background-image: url("../images/sliderArrows/leftStep.png");
	transform: rotate(-20deg);
}

.sliderWrapper div.stepRight{
	background-image: url("../images/sliderArrows/rightStep.png");
	transform: rotate(20deg);
}


/* stíny šipek */
.arrowShadow{
	-webkit-filter: drop-shadow(0px 0px 2px #fff);
    filter: drop-shadow(0px 0px 2px #fff); 
}