#home-slider{
    height: 717px;
    overflow: hidden;
    position: relative
}

#home-slider .owl-item{
    line-height: 0;
}

#home-slider .owl-item > div{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 717px;
    display: inline-block;
    position: relative;
}

#home-slider .slide-body{
    width: 940px;
    height: 374px;
    margin: 194px auto 0;
    overflow: hidden;
    position: relative;
}

#home-slider .slider-text-content{
    height: 100%;
    position: relative;
    z-index: 2;
    line-height: normal;
}

#home-slider .active .slider-text-content{
    -webkit-animation-name: show;
    animation-name: show;
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.oldie #home-slider .active .slider-text-content{
    opacity: 1;
}

@-webkit-keyframes show{
  0% {
    left: -60px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes show{
  0% {
    left: -60px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

#home-slider .caption{
    margin:0;
    padding:0;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #e60028;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: 15px;
    height: 85px;
    width: 50%;
    z-index: 1;
}

#home-slider .caption h2{
	color: #e60028;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;}

#home-slider .caption h2 strong{}

#home-slider .text{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	display: inline-block;
	overflow: hidden;
    position: absolute;
	top: 169px;
	left: 15px;
	color: #4a4a4a;
	height: 80px;
	width: 50%;
}
	
#home-slider .dark-layout .caption h2,
#home-slider .dark-layout .text{
        color: white;
        text-shadow: none;
}

#home-slider .text img{
        margin: -2px 10px 0 0;
        vertical-align: middle;
}

#home-slider .link{
	margin:0;
	padding:0;
	overflow: hidden;
    position: absolute;
	left: 15px;
	top: 259px;
	display:inline-block;
}

#home-slider .link a{
	padding: 5px 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	color: #fff;
	min-width: 20px;
	background-color: #e60028;
}

#home-slider .img{
	height: 100%; width: 100%;
	position: absolute;
	bottom: 0; 
        right: 0;
	z-index: 1;
	text-align: right;
        line-height: 0;
}

#home-slider .active .img{
    -webkit-animation-name: show2;
    animation-name: show2;
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.oldie #home-slider .active .img{
    opacity: 1;
}

@-webkit-keyframes show2{
  0% {
    right: -60px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes show2{
  0% {
    right: -60px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

#home-slider .img img{
    max-width: 100%;
    height: auto;
}

#home-slider .mobile-slider-image {
    display: none;
    position: relative;
}

#home-slider .active .mobile-slider-image{
    -webkit-animation-name: show3;
    animation-name: show3;
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.oldie #home-slider .active .mobile-slider-image{
    opacity: 1;
}

@-webkit-keyframes show3{
  0% {
    right: -60px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes show3{
  0% {
    right: -60px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

#home-slider .owl-controls{
    width: 940px;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 200px;
    left: 15px;
    z-index: 3;
}

#home-slider .owl-pagination {
    background: #fff;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
}

#home-slider .owl-pagination .owl-page{
    float: left;
}

#home-slider .owl-pagination .owl-page span{
    background: url("../images/live/carousel-controllers.png") no-repeat scroll 3px 10px #fff;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width: 20px;
    float: left;
    margin: 0;
}

#home-slider .owl-pagination .owl-page.active span{
	background: url("../images/live/carousel-controllers.png") no-repeat scroll -32px 10px #fff;
}

#home-slider .full-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 980px) {
    

    #home-slider[style]{
        display: none !important;
    }    
     #home-slider{
        display: none !important;
        height: auto;
    }
    
    #home-slider .owl-item > div{
        height: auto;
    }
    
    #home-slider .slide-body{
        width: auto;
        height: auto;
        margin: 60px 0 0;
    }
    
    #home-slider .caption{
        width: 90%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        position: static;
        top: auto;
        left: auto;
    }
    
    #home-slider .img{
        position: static;
        right: auto;
        bottom: auto;
    }
    
    #home-slider .mobile-slider-image + .img{
        display: none;
    }
    
    
    #home-slider .mobile-slider-image {
        display: block;
        width: 50%;
        float: right;
    }
    
    #home-slider .mobile-slider-image img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }
    
    #home-slider .owl-controls{
        width: auto;
        text-align: left;
        position: static;
        right: auto;
        bottom: auto;
        left: auto;
    }
    
}

@media only screen and (max-width: 640px) {
    
    #home-slider .slide-body{
        margin: 10px auto 0;
    }
    
    #home-slider .caption{
        width: auto;
        height: auto;
        padding: 20px;
        position: static;
        top: auto;
        left: auto;
    }
    
    #home-slider .text{
        width: auto;
        height: auto;
        padding: 20px;
        display: block;
        position: static;
        top: auto;
        left: auto;
    }
                                
    #home-slider .img {
        text-align: center;
        height: auto;
        position: static;
        bottom: auto;
        right: auto;
    }    
    
    #home-slider .mobile-slider-image{
        width: auto;
        float: none;
    }
    
    #home-slider .link{
        margin: 20px;
        position: static;
        top: auto;
        left: auto;
    }
    
}

/* Update 27.9.2017 */
#home-slider .owl-controls{
    width: 940px;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 200px;
    left: 15px;
    z-index: 999;
}

#home-slider .owl-pagination {
    background: #fff;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
}
#home-slider  .owl-controls .owl-buttons div {
    height: 40px;
    width: 40px;
    border-radius: 0px;
    opacity: 1;
    position: relative;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
	filter: Alpha(Opacity=100);
}
#home-slider .owl-controls {
    right: 0;
}
#home-slider .owl-controls .owl-buttons .owl-prev {
    background-color: #4A4A4A;
    background-image: url('../images/live/homepage-slider-arrow-prev.png');
    margin-right: 2px;
}
#home-slider .owl-controls .owl-buttons .owl-next {
    background-color: #339900;
    background-image: url('../images/live/homepage-slider-arrow-next.png');
}

