﻿
.our-fans-container {
    margin: 30px 0;
}

#our-fans-carousel {
    margin: 0 auto;
    width: 800px;
}

#our-fans-carousel .our-fans-item {
    margin: 0 32px;
}

#our-fans-carousel .slick-arrow::before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: coral;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#our-fans-carousel .slick-prev {
    left: -25px;
    right: auto;
}

#our-fans-carousel .slick-next {
    left: auto;
    right: -25px;
}

.our-fans-author-row {
    font-weight: normal;
    text-transform: uppercase;
    color: #d3d3d3;
    letter-spacing: 3pt;
    word-spacing: 3pt;
    font-size: smaller;
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    line-height: 1;
    margin: 10% 0 0 20%;
    padding: 0;
}

.our-fans-review-row {
    padding-left: 10px;
    position: relative;
}

.our-fans-review-row blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;

    line-height: 2.5em !important;
    text-shadow: none ! important;
    font-size: 12px;
}

.our-fans-review-row blockquote::before {
    content: '\201C';
    color: #e0f1f9;
    font-size: 162px;
    font-weight: 700;
    opacity: 0.3;
    position: absolute;
    top: 34px;
    left: -32px;
    text-shadow: none;
    z-index: -300;
}

@media(max-width: 875px) {
    #our-fans-carousel {
        width: 640px;
    }
}

@media(max-width: 715px) {
    #our-fans-carousel {
        width: 480px;
    }
}

@media(max-width: 505px) {
    #our-fans-carousel {
        width: 90%;
    }
}
