﻿/*.adkengage_300250_display_img{
  animation:slide 16s infinite;
  -webkit-animation: slide 16s infinite ; 
  position:absolute;
  left:-300px;
}
@keyframes slide{   
   0%{left:-300px;}
    100%{left:0px;}
} 
@-webkit-keyframes slide{   
   0%{left:-300px;}
    100%{left:0px;}
} 

.adkengage_300250_display_img:nth-child(4){animation-delay:0s;-webkit-animation-delay:0s;}
.adkengage_300250_display_img:nth-child(3){animation-delay:4s;-webkit-animation-delay:4s;}
.adkengage_300250_display_img:nth-child(2){animation-delay:8s;-webkit-animation-delay:8s;}
.adkengage_300250_display_img:nth-child(1){animation-delay:12s;-webkit-animation-delay:12s;}
*/

/*
.adkengage_300250_display_img{
  position:absolute;
  animation:round 40s infinite;
  -webkit-animation: round 40s infinite; 
  opacity:0;
  
}
@keyframes round{   
  25%{opacity:1;filter: alpha(opacity=100);}
  40%{opacity:0;filter: alpha(opacity=0);}
} 
@-webkit-keyframes round{   
  25%{opacity:1;filter: alpha(opacity=100);}
  40%{opacity:0;filter: alpha(opacity=0);}
} 
.adkengage_300250_display_img:nth-child(4){animation-delay:0s;-webkit-animation-delay:0s;}
.adkengage_300250_display_img:nth-child(3){animation-delay:10s;-webkit-animation-delay:10s;}
.adkengage_300250_display_img:nth-child(2){animation-delay:20s;-webkit-animation-delay:20s;}
.adkengage_300250_display_img:nth-child(1){animation-delay:30s;-webkit-animation-delay:30s;}

*/


@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
22% { left: -100%; }
40% { left: -100%; }
42% { left: -200%; }
60% { left: -200%; }
62% { left: -300%; }
80% { left: -300%; }
82% { left: -400%; }
100%{ left: -400%; }
}

@-webkit-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
22% { left: -100%; }
40% { left: -100%; }
42% { left: -200%; }
60% { left: -200%; }
62% { left: -300%; }
80% { left: -300%; }
82% { left: -400%; }
100%{ left: -400%; }
}

.adkengage_300250_ad_split .adkengage_300250_display_img { width: 20%; float: left; }
.adkengage_300250_ad_split { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
  -webkit-animation: 30s slidy infinite; 
}

#button-1:checked ~ .adkengage_300250_ad_split{left:-100%;animation: 0;-webkit-animation:0;}
#button-2:checked ~ .adkengage_300250_ad_split{left:-200%;animation: 0;-webkit-animation:0;}



/*.adkengage_300250_img_item_border{width: 300px;height: 250px;overflow: hidden;position:absolute;}
.adkengage_300250_img_item_border .adkengage_300250_imgcontwrapper{position: absolute !important;} 
.adkengage_300250_imgwrapper{-webkit-animation: myfirst 10s ease-out 2s 3 alternate ; animation: myfirst 10s ease-out 2s 3 alternate ;}
@-webkit-keyframes myfirst {   from {  -ms-transform: scale(1,1); -webkit-transform: scale(1,1);    transform: scale(1,1);}    to {background: -ms-transform: scale(2,2); -webkit-transform: scale(2,2);transform: scale(2,2);}}
@keyframes myfirst { from {  -ms-transform: scale(1,1); -webkit-transform: scale(1,1);    transform: scale(1,1);}    to {background: -ms-transform: scale(2,2); -webkit-transform: scale(2,2);transform: scale(2,2);}}*/