@charset "utf-8";
/* CSS Document */
.testimonial h3 {
	color: #fff;
	padding: 0 20px;
}
.testimonial h2 {
	margin-top: 10px;
	font-family:'fsjoey-regular';
	color: #fff;
	padding: 10px 20px;
    font-size: 21px;
	float: right;
}
.testimonial .texto {
	color: #fff;
    padding: 10px 20px 0px 20px;
    font-size: 16px;
}
.testimonial .carousel-inner {
    height: 250px;
}
.see-testimonials {
	bottom: 100px;
    right: 7%;
    position: absolute;
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}
.testimonial .carousel-indicators {
	bottom: 50px;
    left: 12%;
    position: relative;
}
.testimonial .carousel-indicators .active {
	font-family:'fsjoey-bold';
    width: 30px;
    height: 30px;
    margin: 4px;
    background-color: #fff;
    border: none;
	font-size: 21px;
    border-radius: 20px;
	color: #F9B515;
}
.testimonial .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 4px;
    background-color: rgba(255,255,255,0.70);
    border: none;
	text-indent: 0;
	padding: 2px;
}
.testimonial .carousel-indicators li:nth-of-type(1n+4) {
	display: none;
}
.testimonial .carousel-control.left, .testimonial .carousel-control.right {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.modal-title {
    margin: 0;
	color: #F0B148;
}

@media screen and (max-width: 768px) {
	.testimonial .carousel-inner {
		height: 300px;
		background: #F9B515 !important;
	}
}