.loader {
    display: none;
    width: 48px;
    height: 48px;
    border: 5px solid #eceeef;
    border-bottom-color: #FFF;
    border-radius: 50%;
    animation: rotation 1s linear infinite;
    margin: 0 0 10px auto;
}
.loader.active {
    display: block;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.re-testimonial-grade-stars {
    position: relative;
    height: 20px;
    min-width: 120px;
    display: inline-block;
}
.testimonialslider-container {
    /*position: relative;
    margin: 30px 0;
    padding: 20px;*/
    background-color: #ffffff;
}
.testimonial-slides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.testimonial_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: #732a2a url('../img/themes.gif') no-repeat left top;
    margin-top: -30px;
}

.testimonial_nav:active {
    opacity: 1.0;
}

.testimonial_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.testimonial-slides li {
    /*-webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;*/
}

.testimonial-slides li:first-child {
    /*position: relative;
    display: block;
    float: left;*/
}