/* Carousel */

.pslider {
    font-size: 20px;
}

.smallslider {
    font-size: 14px;
}

.col-sm-offset-2{
    min-height: 150px;
    margin-bottom: 10px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
}

#quote-carousel .carousel-control.left {
    left: 0px;
}

#quote-carousel .carousel-control.right {
    right: 0px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border-color: rgb(0, 0, 0);
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width:1100px) {

}

@media only screen and (max-width:1000px) {
    #quote-carousel .carousel-control.left {
        left: -10px;
        top: 300px;
    }
    #quote-carousel .carousel-control.right {
        right: -10px;
        top: 300px;
    }
}

@media only screen and (max-width:500px) {
    #quote-carousel .carousel-indicators li {
        width: 20px;
        height: 20px;
    }
    .img-responsive {
        display: none;
    }
    #quote-carousel .carousel-indicators .active {
        width: 20px;
        height: 20px;
        border-color: none;
        opacity: 1;
        overflow: hidden;
        cursor: pointer;
        border-radius: 50px;
        transition: all 0.4s;
    }
    .col-sm-offset-2 {
        width: 70%;
        margin-left: 15%;
        min-height: 100px;
        margin-bottom: 20px;
    }
    #quote-carousel .carousel-indicators {
        top: auto;
        bottom: 0;
    }
    .pslider {
        text-align: center;
        font-size: 15px;
    }
    .smallslider {
        font-size: 12px;
    }
}
