@charset "UTF-8";


#testimonial_guts {
	position:relative;
	background:#F4F4F4;
	z-index:5;
	width:100%;
	margin-top:290px;
	overflow:auto;
}

#parallex_pic_testimonials {
	height:300px;
	background-image: url('/images/testimonials.jpg');
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: -0px -150px !important;
	background-size: cover;
	position:absolute;
	width:100%;
}

#parallex_pic_testimonials h1 {
	font-size:.8em;
}


.test-divider {
	width:80%;
	margin:30px auto;
	border-top: 1px dashed #af3c3c;
	border-bottom: 1px dashed #f6bdbd;
	position:relative;
}

.testifier {
	font-style: italic;
	padding:10px 0 20px 5%;
	text-align:right;
}

.dental-office-wrapper {
	margin:15px auto;
	width:90%;
	max-width:495px;
	overflow:auto;
	padding:5px;
	border:1px solid #DDD;
}
.dental-office {
	width:100%;
	max-width:495px;

}

.test-image {
	width:100%;
}

.test-quote {
	width:100%;
	height:100px;
	margin:auto;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.test-quote p {
	color:#666;
	text-align:center;
	margin:0px;
	padding:0 50px 0 50px;
 	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-tagline {
	text-align:center;
	font-family:avenir, Helvetica, Arial, sans-serif;
	position: absolute;
	width:50%;
	left:25%;
	top:40%;
	color:#FFF;
	font-size:1.1em;
}

.testimonial-tagline h1 {
	font-weight: normal !important;

	color:#FFF;

}

.testimonial-tagline-2 {
	font-size:2.9em;
	text-align:center;
	margin:0px 0 0px 0;
	color:#FFF;
	font-family:rochester, alexbrush, Helvetica, Arial, sans-serif;
	text-shadow:-1px -1px 1px #666;
}

@media only screen and (min-width: 481px) {

	.testimonial-tagline {
		color:#555;
		top:45%;
	}
	#parallex_pic_testimonials h1 {
		font-size:1.2em;
	}

	#testimonial_guts {
		margin-top:540px;
	}

	#parallex_pic_testimonials {
		height:650px;
	}
}

@media only screen and (min-width: 769px) {


	

	.test-image {
		overflow:auto;
		width:500px;
		margin-bottom:15px;
	}
		
	.test-quote {
		width:calc( 100% - 500px);
		height:250px;
		float:left;
	}

	.test-quote p {
		padding:0 20px 0 50px;
	}
}
