
#slides {
    position: relative;
}

    #slides .slides-container {
        display: none;
    }

    #slides .scrollable {
        *zoom: 1;
        position: relative;
        top: 0;
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

        #slides .scrollable:after {
            content: "";
            display: table;
            clear: both;
        }

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}

    .slides-navigation a {
        position: absolute;
        display: block;
    }

        .slides-navigation a.prev {
            left: 0;
        }

        .slides-navigation a.next {
            right: 0;
        }

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .slides-pagination a {
        border: 2px solid #fff;
        border-radius: 15px;
        width: 10px;
        height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
        margin: 2px;
        overflow: hidden;
        text-indent: -100%;
    }

        .slides-pagination a.current {
            background: #fff;
        }



.media-bullet {
    position: absolute;
    z-index: 100;
   
}

    .media-bullet h1 {
        text-align: center;
        color: white;
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .media-bullet h2 {
        text-align: center;
        color: white;
    }


@media(max-width:500px) {
    .media-bullet h1 {
        text-align: center;
        color: white;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
    }

    .media-bullet h2 {
        font-size: 15px;
    }
}

.cssload-clock {
    border-radius: 75px;
    border: 4px solid rgb(255,255,255);
    height: 100px;
    width: 100px;
    position: relative;
    left: 35%;
    left: calc(50% - 54px);
    left: -o-calc(50% - 54px);
    left: -ms-calc(50% - 54px);
    left: -webkit-calc(50% - 54px);
    left: -moz-calc(50% - 54px);
}

    .cssload-clock:after {
        content: "";
        position: absolute;
        background-color: rgba(255,255,255,0.98);
        top: 3px;
        left: 48%;
        height: 48px;
        width: 5px;
        border-radius: 6px;
        transform-origin: 50% 97%;
        -o-transform-origin: 50% 97%;
        -ms-transform-origin: 50% 97%;
        -webkit-transform-origin: 50% 97%;
        -moz-transform-origin: 50% 97%;
        animation: grdAiguille 1.2s linear infinite;
        -o-animation: grdAiguille 1.2s linear infinite;
        -ms-animation: grdAiguille 1.2s linear infinite;
        -webkit-animation: grdAiguille 1.2s linear infinite;
        -moz-animation: grdAiguille 1.2s linear infinite;
    }



    .cssload-clock:before {
        content: "";
        position: absolute;
        background-color: rgb(255,255,255);
        top: 8px;
        left: 48%;
        height: 44px;
        width: 5px;
        border-radius: 6px;
        transform-origin: 50% 94%;
        -o-transform-origin: 50% 94%;
        -ms-transform-origin: 50% 94%;
        -webkit-transform-origin: 50% 94%;
        -moz-transform-origin: 50% 94%;
        animation: ptAiguille 7.2s linear infinite;
        -o-animation: ptAiguille 7.2s linear infinite;
        -ms-animation: ptAiguille 7.2s linear infinite;
        -webkit-animation: ptAiguille 7.2s linear infinite;
        -moz-animation: ptAiguille 7.2s linear infinite;
    }



@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}
