@charset "utf-8";
/* CSS Document */

/* Carousel */

#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: -30px;
    top: 15%;
}
#quote-carousel .carousel-control.right {
    right: -30px;
	    
    top: 15%;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -60px;
    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 {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    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;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #fff;
}

.out_bg {
	background-color:rgba(255, 255, 255, 0.3);
	padding-top:25px;
	padding-bottom:25px;
}

@media only screen and (max-width: 500px) {
	
	
	
	#quote-carousel .carousel-control.left {
        left: -30px;
    top: 33%;
}
#quote-carousel .carousel-control.right {
    right: -30px;
	    
    top: 33%;
}


#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    
    margin-right: -19px;
}


#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

}