/* Tesitmonials CSS Document */



	#testimonial-rotator {
	position:relative;
	max-width:700px;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	}
	
		#testimonial-rotator h3 {
		font-size:27px;
		}
	
		#testimonial-rotator h3 .icon-star {
		display:inline-block;
		color:#ffd65e;
		vertical-align:middle;
		padding-bottom:4px;
		}
	
		#testimonial-rotator a {color:#ffffff;text-decoration:underline;}
		#testimonial-rotator a:hover {color:#c6a890;text-decoration:none;}
		
		#testimonial-rotator .flexslider {
		background:none;
		}
	
			#testimonial-rotator .flexslider .slides li {
			text-align:left;
			background:none;
			}
			
			#testimonial-rotator .flex-control-nav {
			bottom:-60px;
			}
			
				#testimonial-rotator .flex-control-paging li a.flex-active {
				background:#ffffff;
				background:rgba(255,255,255,1);
				}
				
				#testimonial-rotator .flex-control-paging li a {
				background:#c6a890;
				}
	
				

	.testimonials {display:block;}
	
		.testimonials .testimonial-item {
		float:left;
		clear:both;
		width:100%;
		display:block;
		margin-top:18px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			
			.testimonials .testimonial-item img {
			float:right;
			width:25%;
			margin-top:10px;
			}
			
			
	/* Silhouette Styles */
	.silhouette {}
	
		.silhouette .testimonial-item {
		position:relative;
		width:32%;
		margin-right:2%;
		margin-bottom:4%;
		padding:16px;
		border:1px solid #EEEEEE;
		border-radius:6px;
		}
			.silhouette .testimonial-item:nth-child(3n+3) {margin-right:0;}
			.silhouette .testimonial-item:nth-child(3n+4) {clear:left;}
			
			.silhouette .testimonial-item:before {
			content:"";
			position:absolute;
			bottom:-13px;
			left:32px;
			width:0;
			height:0;
			border-style:solid;
			border-width:12px 12px 0 12px;
			border-color:#EEEEEE transparent transparent transparent;	
			}
			
			.silhouette .testimonial-item img {
			float:left;
			margin-right:14px;
			margin-bottom:10px;	
			margin-top:0;
			width:20%;
			}
			
			.silhouette .testimonial-item p {
			float:right;
			width:74%;	
			margin-bottom:0!important;
			}
			
			.silhouette .testimonial-item .item-who {
			position:absolute;
			bottom:-24px;
			left:28%;	
			}
			
		
		/* Additional Page Layout Styles */
		.full-left .silhouette .testimonial-item,
		.full-left .silhouette .testimonial-item,
		.three-left .silhouette .testimonial-item,
		.three-right .silhouette .testimonial-item,
		.three-content .silhouette .testimonial-item {
		width:100%;
		margin-right:0;	
		margin-bottom:32px;
		}
			
			
	/* Solid BG Styles */
	.solid-bg {}
	
		.solid-bg .testimonial-item {
		position:relative;
		width:48%;
		margin-right:4%;
		margin-bottom:6%;
		padding:20px 40px 20px 100px;
		color:#fff;
		background-color:#204659;
		border-radius:2px;
		}
		
			.solid-bg .testimonial-item:before {
			content:'"';
			position:absolute;
			left:25px;
			top:60px;
			color:#fff;
			font-size:120px;
			line-height:30px;
			}
		
			.solid-bg .testimonial-item:nth-child(2n+2) {margin-right:0;}
			.solid-bg .testimonial-item:nth-child(2n+3) {clear:left;}
			
			.solid-bg .testimonial-item img {
			position:absolute;
			bottom:-45px;
			left:32px;
			width:15%;
			border-radius:100px;
			border:4px solid #fff;
			}
			
			
			.solid-bg .testimonial-item .item-who {
			position:absolute;
			bottom:-32px;
			right:32px;
			font-style:italic;	
			color:#8F8F8F;
			}
		
		
		/* Additional Page Layout Styles */
		.full-left .solid-bg .testimonial-item,
		.full-left .solid-bg .testimonial-item,
		.three-left .solid-bg .testimonial-item,
		.three-right .solid-bg .testimonial-item,
		.three-content .solid-bg .testimonial-item {
		width:100%;
		margin-right:0;	
		margin-bottom:55px;
		}
			
			
	/* Image Focus Styles */
	.image-focus {}
	
		.image-focus .testimonial-item {
		position:relative;
		width:30%;
		margin-right:5%;
		margin-bottom:6%;
		text-align:center;
		}
		
			.image-focus .testimonial-item:nth-child(3n+3) {margin-right:0;}
			.image-focus .testimonial-item:nth-child(3n+4) {clear:left;}
			
			.image-focus .testimonial-item img {
			float:none;
			width:auto;
			max-height:200px;
			border-radius:1000px;
			margin-bottom:24px;
			}
			
			.image-focus .testimonial-item p {
			float:none;
			clear:both;	
			}
			
			.image-focus .testimonial-item .item-who {
			font-weight:bold;	
			}
		
		
		/* Additional Page Layout Styles */
		.full-left .image-focus .testimonial-item,
		.full-left .image-focus .testimonial-item,
		.three-left .image-focus .testimonial-item,
		.three-right .image-focus .testimonial-item,
		.three-content .image-focus .testimonial-item {
		width:100%;
		margin-right:0;	
		margin-bottom:55px;
		}
		
		
	/* Left Image Style */
	.image-left-side {}
	
		.image-left-side .testimonial-item {
		width:100%;
		float:left;
		padding:24px;	
		font-style:italic;
		margin-bottom:44px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			.image-left-side .testimonial-item img {
			float:left;
			margin-right:24px;
			max-width:25%;	
			}
				.image-left-side .testimonial-item.full-text img {display:none;}
			
			.image-left-side .testimonial-item p,
			.image-left-side .testimonial-item .item-who  {
			float:right;
			text-align:left;	
			width:70%;
			}
			
				.image-left-side .testimonial-item.full-text p,
				.image-left-side .testimonial-item.full-text .item-who {
				float:left;
				width:100%;	
				}
		
		
		/* Additional Page Layout Styles */
		.full-left .image-left-side .testimonial-item,
		.full-left .image-left-side .testimonial-item,
		.three-left .image-left-side .testimonial-item,
		.three-right .image-left-side .testimonial-item,
		.three-content .image-left-side .testimonial-item {
		padding:24px 0;
		margin:0 0 24px 0;
		}
		
			.full-left .image-left-side .testimonial-item img,
			.full-left .image-left-side .testimonial-item img,
			.three-left .image-left-side .testimonial-item img,
			.three-right .image-left-side .testimonial-item img,
			.three-content .image-left-side .testimonial-item img {
			margin-top:0;	
			}
		
			
	/* Descriptive Box */
	.descriptive-box {}
	
		.descriptive-box .testimonial-item {
		float:left;
		width:100%;
		padding:24px;
		margin-bottom:44px;
		}
		
			.descriptive-box .testimonial-item p {
			float:left;
			width:65%;
			font-style:italic;	
			}
			
			.descriptive-box .testimonial-item .item-who {
			float:right;
			width:30%;
			border-left:1px solid #c6c6c6;
			padding:8px 24px;	
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
			
			
			
	/* Image Description */
	.image-description {}
	
		.image-description .testimonial-item {
		position:relative;
		float:left;
		width:100%;
		margin-top:66px;
		}
			.image-description .testimonial-item:first-child {margin-top:33px;}
			.image-description .testimonial-item:before {
			content:'"';
			position:absolute;
			left:24%;
			top:0;
			font-family:calibri;
			line-height:50px;
			font-size:100px;
			font-weight:900;
			color:#000;
			}
		
			.image-description .testimonial-item img {
			float:left;
			width:18%;
			border-radius:200px;	
			margin-top:0;
			}
			
			.image-description .testimonial-item p {
			float:right;
			display:block;
			width:70%;	
			margin-top:44px!important;
			}
			
			.image-description .testimonial-item .item-who {
			position:absolute;
			top:-20px;
			left:30%;
			text-transform:uppercase;
			font-size:22px;
			}
			
		
			.full-left .image-description .testimonial-item:before,
			.full-right .image-description .testimonial-item:before {
			left:20%;
			line-height:34px;
			font-size:80px;	
			}
			
			.main-third .image-description .testimonial-item:before,
			.three-left .image-description .testimonial-item:before,
			.three-right .image-description .testimonial-item:before,
			.three-content .image-description .testimonial-item:before {
			display:none;	
			}
			
			.main-third .image-description .testimonial-item p,
			.three-left .image-description .testimonial-item p,
			.three-right .image-description .testimonial-item p,
			.three-content .image-description .testimonial-item p {
			clear:both;
			margin-top:18px!important;	
			}
			
			
		
/* Media Queries */
	
@media screen and (max-width:1100px) {
	
	
	
}
		
	
@media screen and (max-width:860px) {
	
	/* Silhouette & Image Focus Styles */
	.image-focus .testimonial-item,
	.silhouette .testimonial-item {
	width:48%;
	margin-right:4%;	
	}
		
		.image-focus .testimonial-item:nth-child(3n+3),
		.silhouette .testimonial-item:nth-child(3n+3) {margin-right:4%;}
		.image-focus .testimonial-item:nth-child(3n+4),
		.silhouette .testimonial-item:nth-child(3n+4) {clear:none;}
		
		.image-focus .testimonial-item:nth-child(2n+2),
		.silhouette .testimonial-item:nth-child(2n+2) {margin-right:0;}
		.image-focus .testimonial-item:nth-child(2n+3),
		.silhouette .testimonial-item:nth-child(2n+3) {clear:left;}
	
	
	
	.solid-bg .testimonial-item img {
	left:10px;
	width:20%;
	}
	
}
			

@media screen and (max-width:800px) {
	
	/* Image Description */
	.image-description .testimonial-item {
	}
	
		.image-description .testimonial-item img {
		width:15%;	
		}
	
		.image-description .testimonial-item:before {
		content:'"';
		position:absolute;
		left:20%;
		top:0;
		font-family:calibri;
		line-height:50px;
		font-size:100px;
		font-weight:900;
		color:#000;
		}
		
		.image-description .testimonial-item p {
		width:70%;
		}
		
		.image-description .testimonial-item .item-who {
		left:30%;	
		}
		
}
			
			
@media screen and (max-width:600px) {
	
	/* Silhouette & Image Focus Styles */
	.image-focus .testimonial-item,
	.silhouette .testimonial-item {
	width:100%;
	margin-right:0%;	
	margin-bottom:44px;
	}	
		
	/* Solid BG Styles */
	.solid-bg .testimonial-item {
	padding:20px 40px;	
	}
	
		.solid-bg .testimonial-item:before {display:None;}
	
		.solid-bg .testimonial-item img {	
		margin-top:0;
		bottom:-36px;
		width:25%;
		}
		
		.solid-bg .testimonial-item .item-who { 
		right:15px;
		}
		
	/* Image Left Styles */
	.image-left-side .testimonial-item {}
	
		.image-left-side .testimonial-item img {
		margin-right:0;
		margin-top:0;
		}
	
}
			

@media screen and (max-width:550px) {
	
	/* Solid BG Styles */
	.solid-bg .testimonial-item {
	width:100%;
	margin-right:0;
	padding:20px 40px;	
	margin-top:0;
	margin-bottom:74px;
	}
	
		.solid-bg .testimonial-item img {
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		float:left;	
		margin-right:40px;
		}		
		
	/* Descriptive Box */
	.descriptive-box .testimonial-item p {
	float:left;
	width:100%;
	font-style:italic;	
	}
	
	.descriptive-box .testimonial-item .item-who {
	float:left;
	width:100%;
	border-top:1px solid #c6c6c6;
	border-left:none;
	padding:8px 24px;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
		
	.image-description .testimonial-item {}
		.image-description .testimonial-item:before {display:none;}
		.image-description .testimonial-item img {
		width:25%;	
		}
		
}
		
			
@media screen and (max-width:440px) {
	
	/* Solid BG Styles */
	.solid-bg .testimonial-item {
	width:100%;
	margin-right:0;
	padding:20px 40px;	
	margin-top:0;
	margin-bottom:74px;
	}
	
		.solid-bg .testimonial-item img {display:none;}
		
}
			
			
				
			
			
			