.cycloneslider-template-standard .cycloneslider-slides {
    position: relative;
    overflow: hidden;
}

.cycloneslider-template-standard {
    z-index: 1;
}

@-webkit-keyframes no-anim {}

@-moz-keyframes no-anim {}

@-ms-keyframes no-anim {}

/* ----------------------------------------------------------------------- */
@-webkit-keyframes tag-bounce {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-moz-keyframes tag-bounce {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-ms-keyframes tag-bounce {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes tag-bounce {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


@-webkit-keyframes tag-bounce-back {
    0% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes tag-bounce-back {
    0% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes tag-bounce-back {
    0% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tag-bounce-back {
    0% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes tag-bounce-right {



    70% {
        -moz-transform: scale(1.5, 2);
        -ms-transform: scale(1.5, 2);
        -webkit-transform: scale(1.5, 2);
        transform: scale(1.5, 2);
    }
}

@-moz-keyframes tag-bounce-right {


    70% {
        -moz-transform: scale(1.5, 2);
        -ms-transform: scale(1.5, 2);
        -webkit-transform: scale(1.5, 2);
        transform: scale(1.5, 2, 1);
    }
}

@-ms-keyframes tag-bounce-right {



    70% {
        -moz-transform: scale(1.5, 2);
        -ms-transform: scale(1.5, 2);
        -webkit-transform: scale(1.5, 2);
        transform: scale(1.5, 2);
    }
}

@keyframes tag-bounce-right {



    70% {
        -moz-transform: scale(1.5, 2);
        -ms-transform: scale(1.5, 2);
        -webkit-transform: scale(1.5, 2);
        transform: scale(1.5, 2);
    }

}


.cycle-slide-active:nth-child(1) {
    position: relative;
    left: 0;
    top: 0;
    -webkit-animation: tag-bounce 8s infinite;
    -moz-animation: tag-bounce 8s infinite;
    -ms-animation: tag-bounce 8s infinite;
    animation: tag-bounce 8s infinite;
}

.cycle-slide-active:nth-child(2) {
    position: relative;
    left: 0;
    top: 0;
    -webkit-animation: tag-bounce-back 8s infinite;
    -moz-animation: tag-bounce-back 8s infinite;
    -ms-animation: tag-bounce-back 8s infinite;
    animation: tag-bounce-back 8s infinite;
}


.cycle-slide-active:nth-child(3) {
    position: relative;
    left: 0;
    top: 0;
    -webkit-animation: tag-bounce-right 8s infinite;
    -moz-animation: tag-bounce-right 8s infinite;
    -ms-animation: tag-bounce-right 8s infinite;
    animation: tag-bounce-right 8s infinite;
}


.cycle-slide-active:nth-child(4) {
    position: relative;
    left: 0;
    top: 0;
    -webkit-animation: tag-bounce-back 8s infinite;
    -moz-animation: tag-bounce-back 8s infinite;
    -ms-animation: tag-bounce-back 8s infinite;
    animation: tag-bounce-back 8s infinite;
}



