.slider{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	overflow: hidden;
}
.slid{
	position: absolute;
    left: 100%;
    top: 0%;
    height: 100%;
    width: 100%;
    transition:left 1s;
	z-index: -1;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.first-left{
	z-index: 0;
}
.slid.first{
	left: 0%;
	z-index: 0;
}
.slid.end{
	left: -100%;
	z-index: 0;
}
.slid > a{
    text-shadow: 0px 0px 55px transparent;	
	transition:.5s;
}
.slid h2 a{
	color:white;
	font-size: 35px;
}
.slid > a:hover{
	 text-shadow: 0px 0px 55px white;
}
.slid > a:hover span:after{
	transform: rotateZ(360deg);
}
.slid > a span{
	position: absolute;
    line-height: 50px;
    bottom: -60px;
    left: 63px;
    color: white;
    font-size: 35px;
    text-align: left;
    font-family: DINPro-Regular;
    display: inline-block;
    text-decoration: none;
	transition:bottom .5s ease-out 0.8s;
}
.slid.first a span{
	bottom: 72px;
}
.slid a span:after{
    content: '';
    position: absolute;
    width: 32px;
    height: 27px;
    background: url(https://work.cgpsystems.cz/Ellikon/wp-content/themes/ellikon-theme/img/arr_left_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 13px;
    right: -40px;
	transform: rotateZ(0deg);
	transition:transform .5s;
}
.slider .contact_button{
	
}

@media (min-width: 480){
.slid > a span{	
    font-size: 35px;
}
}
