@charset "utf-8";
/* CSS Document */


.carousel .item {

margin-bottom: 50px;
	padding-top:0px;
    text-align: center;
	overflow: hidden;
    height: auto!important;
}
.carousel .item .img-box {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: -1px;
	border: 3px solid #fff;
	border-radius: 50%;
	
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
	
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 10px 0 10px;
}
.carousel .overview {
	color:#006954;
}
.carousel .overview b {
	
	color: #356c53;
	font-weight:800;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -50px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: 0px;
	overflow:hidden!important;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 2px;
	border-radius: 50%;
	overflow:hidden!important;
	cursor:pointer;
	
	
	
}
.carousel-indicators li {	
	background:#c5c5c5;
	border: 0px!important;
	border-color: transparent;
	/*box-shadow: inset 0 2px 1px rgba(0,0,0,0.9);*/
}
.carousel-indicators li.active {	
	background: #006954;
	border: 0px!important;
	/*box-shadow: inset 0 2px 1px rgba(0,0,0,0.9);*/
}