/* Carousel */

.pslider {
    font-size: 20px;
}

.smallslider {
    font-size: 14px;
}

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

.col-sm-offset-2 a {
    text-decoration: none;
    border: none;
    color: black;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* 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;
    margin-top: 30px;
}

#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: 50px;
    height: 50px;
    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: 70px;
    height: 70px;
    border-radius: 100px;
    border-color: rgb(0, 0, 0);
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

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

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

/* .testaisso2{
    width: 10px !important;
} */
.testaisso2 img {
    width: 130px !important;
    height: 130px !important;

}

.slick-slide {
    width: 250px !important;
}

.img-responsive {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

@media only screen and (max-width:1100px) {
    .col-sm-offset-2 {
        margin-bottom: 80px;
        min-height: 250px;
    }
}

@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: 350px;
        margin-bottom: 20px;
    }

    #quote-carousel .carousel-indicators {
        top: auto;
        bottom: 0;
    }

    .pslider {
        text-align: center;
        font-size: 15px;
    }

    .smallslider {
        font-size: 12px;
    }

    .slick-slide {
        width: 150px !important;
    }
    
}