/* BLOCK Testimonial******** */

.wt-block-testimonial 
{
	background: url(../img/background/banner.png) repeat fixed center top;
	    margin-top: 50px;
    margin-bottom: 60px;
	padding: 55px 0;
}
@media (max-width: 767px) { 
.wt-block-testimonial{
background-size: auto;
}
.wt-block-testimonial .testimonial-text{max-width: 540px;}
}
#wt-block-testimonial li {
position:relative;
	float:left;
	overflow:hidden;
	text-align:center;
	position:relative;margin-bottom:18px; 
	text-align: center;
	
	}
.wt-block-testimonial .title{font-size: 24px; text-transform: uppercase; color: #fff;  font-family: 'Montserrat', sans-serif; font-weight: lighter; margin-top: 20px; margin-bottom: 15px; text-align: center;}
.wt-block-testimonial .testimonial-img-author{width: 110px; height: 110px; margin-bottom: 20px; position: relative; left: 50%; margin-left: -55px; margin-top: 20px;}
#wt_testimonial_content{text-align:center}
.wt-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-family: 'Lato', sans-serif;}
.wt-block-testimonial .testimonial-text p{color:#fff;font-size:16px;}
.wt-block-testimonial .testimonial-text span.name{text-transform: capitalize;font-family: 'Lora', serif;font-size:72px;font-weight:300;font-style:italic}
.wt-block-testimonial .block-home-title .wt-out-title{text-align:center;}
#wt_testimonial_content.owl-carousel .owl-item img{border-radius:50%;}
.wt-block-testimonial .block-home-title .wt-out-title h3{ font-family: 'Montserrat', sans-serif;font-size:24px;color:#fff;font-weight:300;}
#wt-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;}
#wt-block-testimonial li a img{max-width:100%;}
#wt-block-testimonial ul li.first{}
#wt-block-testimonial a.button{padding-left:13px;padding-right:11px;position:absolute;bottom:28px;left:30%}
#wt-block-testimonial a.btn{display:none} 
#wt-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;
	
}

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

.wt-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;
}
.wt-block-testimonial .pager_nav a:hover {
	background: transparent url(../img/carousel_control.png) no-repeat -60px 0px;
	text-decoration: underline;				
}
.wt-block-testimonial .pager_nav a.selected {
	background: transparent url(../img/carousel_control.png) no-repeat -60px 0px;
	text-decoration: underline;				
}
@media (max-width:  767px){
	.wt-block-testimonial .testimonial-text span.name{font-size:50px;}
}
