h1#testimonial-title {
}

/* {{testimonial}} insert rules */
.testimonial {
    color: #ffffff;
padding: 1em 0 1em 0;
font-size: 1.35em;
font-weight: 400;

text-align: center;
line-height: 1.7em;
letter-spacing: 1px;
margin: 0 auto;
}



.testimonial p {
	margin: 0px auto;
width: 85%;
padding-top: .55em;
}
.testimonial .testimonial-name{
	/*margin-top: 0px !important;*/
}
/* end {{testimonial}} insert rules */

.testimonial.active-test {
    background-color:#fcbd11;
    padding:8px;
	border:2px solid #fcbd11;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#full-test {
    text-align:left;
    margin:0;
    padding:0;
    line-height:18px;
	
}

#full-test p {
	margin:0 0 0 0;
	padding:10px;
	padding-left:0px;
	
	font-size:1em;
	font-style:italic;
}

#test-info {
    text-align:left;
    margin:-0.6em 0 0 0;
    padding:0px;
    line-height:18px;
	

}


.gradient-light {
    border: 1px solid #999;
    background-color:#EEEEEE;
    
    background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #EFEFEF 50%, #CCCCCC 100%);
	/* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #CCCCCC 0%, #EFEFEF 50%, #CCCCCC 100%);
	/* Opera */
    background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #EFEFEF 50%, #CCCCCC 100%);
	/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCCCCC), color-stop(1, #EFEFEF), color-stop(2, #CCCCCC));
	/* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #CCCCCC 0%, #EFEFEF 50%, #CCCCCC 100%);
	/* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #CCCCCC 0%, #EFEFEF 50%, #CCCCCC 100%);
}

.testimonial-name {
	color: #ffffff;
	
	
	text-align: center;
	line-height: 1.7em;
	margin-top: 0.6em;
}

.homeTestyView {
	font-family: 'Bebas Neue', cursive;
}

.testyQuoteLeft {
	float: left;
	width:  8%;
	min-width: 65px;
	padding-top: 1.5em;
	text-align: right;
}

.testyQuoteRight {
	float: right;
	width:  8%;
	min-width: 65px;
	padding-bottom: 1em;
	margin-top: -1.5em;
}

.testyLine {
    padding-top: 1.35em;
    border-bottom: 1px solid #252525;
    margin-bottom: 1em;
}


@media (min-width: 1px) and (max-width: 549px) {
	
	.testyContent {
    width: 94%;
	}
	
	.testimonial {
    color: #ffffff;
    padding: .3em 0 1em 0;
    font-size: 1.2em;
    line-height: 1.45em;
    margin: 0 auto;
	}
	
	.testyQuoteLeft {
	float: left;
	width:  8%;
	min-width: 35px;
	padding-top: .5em;
	}

	.testyQuoteRight {
	float: right;
	width:  8%;
	min-width: 35px;
	padding-bottom: 1em;
	}
	
	.testimonial p {
    margin: 0px auto;
    width: 79%;
    
	}
	
	
}


@media (min-width: 550px) and (max-width: 899px) {
	
	.testyQuoteLeft {
	float: left;
	width:  8%;
	min-width: 35px;
	padding-top: 1em;
	}

	.testyQuoteRight {
	float: right;
	width:  8%;
	min-width: 35px;
	padding-bottom: 1em;
	}
	
	.testimonial p {
    margin: 0px auto;
    width: 89%;
    
	}
	
	
}




#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
	display:none;
}

#content_area.hasSidebar #content {
	width: 100%;
	
	float:left;
}
@media screen and (min-width: 810px) {
	#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
		display: block;
	}
	#content_area.hasSidebar #content {
		
		width: 64%;
		float:left;
	}
}
