/* Testimonials Section
 ========================================================================*/
.testimonialsSection h3{
	font-family: 'SourceSansSemiBold';
	color:#2a2a2a;
	min-height: 20px;
	margin-bottom: 30px;
	line-height: 18px;
}
.testimonialsSection h3.testmonialStyle2Title{
	text-align: center;
	margin-bottom: 20px;
}
.testimonialsSection .TContainer{
	
}
.testimonialsSection .TText{
	margin-right: 20px;
}
.testimonialsSection .TTextContent .TText{
	font-family: 'inikaNormal';
	font-size: 14px;
}
.rtl .testimonialsSection .TTextContent .TText{
	font-family: 'DroidArabicKufi';
	font-size: 14px;
}
.aq-block.span3 .TText, .aq-block.span4 .TText, .aq-block.span2 .TText {
	display: block;
	margin-bottom: 20px;
}
.aq-block.span3 .image, .aq-block.span4 .image, .aq-block.span2 .image {
	margin-left: 0;
}
.aq-block.span3 .testimonialspersonnal, .aq-block.span4 .testimonialspersonnal, .aq-block.span2 .testimonialspersonnal {
	margin-left: 77px;
}
.aq-block.span3 .testimonialsRight, .aq-block.span4 .testimonialsRight, .aq-block.span2 .testimonialsRight {
	display: block;
	width: auto;
}
.testimonialsRight{
	min-height: 55px;
}
.testimonialsSection .image{
	border-radius: 50%;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.testimonialsSection .image img{
	width: 55px;
	height: 55px;
}
.testimonialsSection .testimonialspersonnal{
	padding-top: 9px;
}
.testimonialsSection .testimonialspersonnal p{
	margin-bottom: 0;
}
.testimonialsSection .TName{
	font-family: 'SourceSans';
	font-size: 14px;
	/* color: #e32831 */
}
.testimonialsSection .TJob{
	font-family: 'SourceSansLight';
	font-size: 12px;
	color: #2a2a2a;
}
.carousel_Testimonial{
	width: 265px;
	margin-left: 0;
	float: left
}
.testimonialsSection .widgetTitle{
	float: left;
}
.testimonialsSection .TButton{
	float: right;
}
.testimonialsSection .carousel-control{
	top: 3px;
	background: url(../../img/common/arrowsSprite.png);
	width: 10px;
	height: 13px;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	margin-top: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.testimonialsSection .carousel-control:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.testimonialsSection .carousel-control.left{
	right: 20px;
	left: auto;
}
.testimonialsSection .carousel-control.right{
	background-position: -23px 0px;
	right: 0px;
}
.testimonialsSection .item{
	width: 100%;
}
.TestmonialStyle2 p{
	font-size: 20px;
	line-height: 24px;
	color: #5a5a5a;
	text-align: center;
	font-family: 'sourceSansLight';
}
.TestmonialStyle2 .testimonialName p {
	/* color: #e32831 */
	font-size: 16px;
	line-height: 24px;
	font-family: 'sourceSansLight';
	text-align: center;
	margin-bottom: 0;
}
.carousel-linked-nav li:last-child{
	margin-right: 0;
}
.TestmonialStyle2 .testmoialImage {
	width: 76px;
	height: 76px;
	overflow: hidden;
	margin: 0 auto 10px;
	border-radius: 50%;
}
.TestmonialStyle2 .TContainer{
	background: none;
	border: 0;
	padding-bottom: 0;
}
.aq-block-cr_testimonials_section .carousel-inner{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
/*for the fade effect*/
	.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
/*Bullets*/
.carousel-linked-nav{
	margin: 10px auto;
	overflow: hidden;
	display: table;
	padding-left: 2px;
}
.carousel-linked-nav li{
	display: block;
	width:10px;
	height:10px;
	border-radius: 50%;
	background: #EEEEEE;
	float: left;
	margin-right: 5px;
	list-style: none;
}
.testimonialsSection .carousel-linked-nav li{
	background: #EEEEEE;
	border: 1px solid #9E9E9E;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	cursor: pointer;
}
.testimonialsSection .carousel-linked-nav {
	margin: 5px auto 10px;
}
.testimonialsSection .carousel-linked-nav li.active{
	/*background: #e32831; */
	border: 1px solid #EEEEEE;
}
.carousel-linked-nav li.active{
	background: #9E9E9E;
}
/*for the fade effect*/
	.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.testimonialsSlider.carousel.carousel-fade .carousel-control {
	z-index: 3;
	top: -46px;
}
@-moz-document url-prefix() {
    .testimonialsSlider .carousel-control {
    	top: -33px;
    	position: absolute;	
    }
    .testimonials .widgetTitle {
    	float: none;
    }
}