/* BLOCK Testimonial******** */
@media (max-width: 767px) { 
.owl-block-testimonial{
background-size: auto;
}
.owl-block-testimonial .testimonial-text{max-width: 540px;}
}
#owl-block-testimonial li {
position:relative;
	float:left;
	overflow:hidden;
	text-align:center;
	position:relative;margin-bottom:18px; 
	text-align: center;
	
	}
.owl-block-testimonial .title{font-size: 24px; text-transform: uppercase; color: #fff; font-family: 'Roboto Condensed'; font-weight: lighter; margin-top: 20px; margin-bottom: 15px; text-align: center;}
.owl-block-testimonial .testimonial-img-author{width: 110px; height: 110px; margin-bottom: 20px; position: relative; left: 50%; margin-left: -55px; margin-top: 20px;}
.owl-block-testimonial .line{border-bottom: 1px solid #fff; width: 30px; height: 1px; margin: 0 auto;}
.owl-block-testimonial .testimonial-text{padding-bottom: 20px; text-align: center;line-height: 25px; max-width: 768px; margin: 0 auto; color: #fff; font-size: 17px; font-style: italic; font-family: Droid Sans;}
.owl-block-testimonial .testimonial-text span.name{text-transform: uppercase; font-style: initial;}
#owl-block-testimonial li:hover{transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;}
#owl-block-testimonial li a img{max-width:100%;}
#owl-block-testimonial ul li.first{}
#owl-block-testimonial a.button{padding-left:13px;padding-right:11px;position:absolute;bottom:28px;left:30%}
#owl-block-testimonial a.btn{display:none} 
#owl-block-testimonial li a img:hover
{
-webkit-animation: pulse ease-in-out 1 normal 800ms;
	-moz-animation: pulse ease-in-out 1 normal 800ms;
	-o-animation: pulse ease-in-out 1 normal 800ms;
	animation: pulse ease-in-out 1 normal 800ms;
	
}

.owl-block-testimonial .pager_nav {
	text-align: center;
	margin: 0 auto;
}

.owl-block-testimonial .pager_nav a {
	background: transparent url(../img/carousel_control.png) no-repeat -30px 0px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}
.owl-block-testimonial .pager_nav a:hover {
	background: transparent url(../img/carousel_control.png) no-repeat -60px 0px;
	text-decoration: underline;				
}
.owl-block-testimonial .pager_nav a.selected {
	background: transparent url(../img/carousel_control.png) no-repeat -60px 0px;
	text-decoration: underline;				
}
#owl_testimonial_content .test-img{width:45px}

