@charset "utf-8";
/* CSS Document */
*{	/*some reset code, nothing else*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0;
	padding:0;
}
#testimonials{
	background:#3f0a42;
	width:310px;
	margin:0px auto;
	padding: 14px 14px 40px 14px;
	position:relative;
}
#testimonials .testimonial{
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	z-index:1;
}
#testimonials h2{
	color:#ffce6b;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	line-height:22px;
	margin-bottom:10px;
}
#test_container{
	color:#fff;
	position:relative;
	overflow:hidden;
}
#testimonials .testimonial_text{
	font-size:14px;
	font-family:verdana;
	font-style:italic;
}
#testimonials .testimonial_name{
	font-size:14px;
	margin:10px auto 3px;
	font-style:normal;
	font-family:arial;
}
#testimonials .testimonial_designation{
	font-size: 12px;
	line-height: 14px;
	font-family:verdana;
}
#t_pagers{
	position:absolute;
	left:46%;
	z-index:2;
}
#t_pagers .pager{
	display:inline-block;
	text-decoration:none;
	width:10px;
	min-height:10px;
	margin-right:5px;
	background:#ccc;
	border-radius:50%;
	cursor:pointer;
}
#t_pagers .pager.active{
	background:#ffce6b;
}
@media only screen and (min-width: 320px) and (max-width:767px){
	
#testimonials{
	background:#3f0a42;
	width:100%;
	height:auto;
	margin:15px auto;
	padding: 14px 14px 40px 14px;
	position:relative;
}
#testimonials h2{
	color:#ffb724;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	line-height:22px;
	margin-bottom:10px;
}
#testimonials .testimonial_text p{
	width:100%;
	height:50px;
	color:#000;
	background:#fecela;
	padding:10px;
	margin:0px auto;
}



	
}
