﻿
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}

.marketing h2 {
	font-weight: 400;
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
	border-color: lightgray;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}




#TestimonialCarousel {
	height: 250px;
	overflow-block: hidden;
}


.carouseltitle {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

	.carouseltitle::after {
		content: "";
		width: 100px;
		position: absolute;
		margin: 0 auto;
		height: 3px;
		background: #8fbc54;
		left: 0;
		right: 0;
		bottom: -10px;
	}

.col-center {
	margin: 0 auto;
	float: none !important;
}

.carousel {
	margin: 10px auto;
	padding: 0 30px;
	/*border: 1px solid red;*/
}

	.carousel .item {
		color: #999;
		font-size: 14px;
		text-align: center;
		overflow: hidden;
		min-height: 180px;
	}

		.carousel .item .img-box {
			width: 135px;
			height: 135px;
			margin: 0 auto;
			padding: 5px;
			border: 1px solid #ddd;
			border-radius: 50%;
		}

	.carousel .img-box img {
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 50%;
	}

	.carousel .testimonial {
		padding: 30px 0 10px;
	}

	.carousel .overview {
		font-style: italic;
	}

		.carousel .overview b {
			text-transform: uppercase;
			color: #7AA641;
		}

	.carousel .carousel-control {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		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: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}

.carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

	.carousel-indicators li.active {
		background: #555;
		box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	}


.myblockquote {
	padding: 6px 16px;
	border: none;
	quotes: "\201C" "\201D";
	display: inline-block;
}

	.myblockquote p:before {
		content: open-quote;
		font-weight: bold;
		/*font-size: x-large;*/
	}

	.myblockquote p:after {
		content: close-quote;
		font-weight: bold;
		/*font-size: x-large;*/
	}