/*ZKS V3 - cubic - no-nav*/
/*COPYRIGHT ZEKOOLWEB.COM*/
 .zekoolslider {
     overflow:hidden
}
.zekoolslider figure a {
     width:25%;
     float:left;
     margin:auto;
     position: relative;
}
.zekoolslider figure a img {
     max-width:100%;
     margin: auto;
}
.zekoolslider figure {
     position:relative;
     width:400%;
     margin:0;
     left:0;
     opacity:1;
     transform-origin: 0 0;
     -webkit-animation:zed2 20s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
     -moz-animation:zed2 20s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
     -o-animation:zed2 20s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
     animation: zed2 20s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite;
}
.zekoolslider figure:hover, .zekoolslider figure:focus {

     -webkit-animation-play-state:paused;
     -moz-animation-play-state:paused;
     -o-animation-play-state:paused;
     animation-play-state:paused;
}
.zekoolslider a[title]:after {
     content:attr(title);
     display:inline-block;
     /*background:rgba(0, 0, 0, 0.5);*/
     padding:7px;
     top: -40px;
     position: relative;
}
@-webkit-keyframes zed2 {
     from, 20% {
          margin-left:0;
     }
     25%, 45% {
          margin-left:-100%;
     }
     50%, 70% {
          margin-left:-200%;
     }
     75%, 95% {
          margin-left:-300%;
     }
}
@-moz-keyframes zed2 {
     from, 20% {
          margin-left:0;
     }
     25%, 45% {
          margin-left:-100%;
     }
     50%, 70% {
          margin-left:-200%;
     }
     75%, 95% {
          margin-left:-300%;
     }
}
@-o-keyframes zed2 {
     from, 20% {
          margin-left:0;
     }
     25%, 45% {
          margin-left:-100%;
     }
     50%, 70% {
          margin-left:-200%;
     }
     75%, 95% {
          margin-left:-300%;
     }
}
@keyframes zed2 {
     from, 20% {
          margin-left:0;
     }
     25%, 45% {
          margin-left:-100%;
     }
     50%, 70% {
          margin-left:-200%;
     }
     75%, 95% {
          margin-left:-300%;
     }
}
/*admin*/
.ng-scope .zekoolslider figure {
     width:auto;
          -webkit-animation-play-state:paused;
     -moz-animation-play-state:paused;
     -o-animation-play-state:paused;
     animation-play-state:paused;
}
.ng-scope .zekoolslider figure a {
float:none;
}