@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
/* BLOCK Testimonial******** */

.wt-block-testimonial 
{
	padding-left:0;border:1px solid #d9d9d9;border-left:none;padding-top:30px;padding-right:30px;padding-bottom:60px;
}
.wt-block-testimonial .item .testimonial-text{padding-left:60px;}


#wt-block-testimonial li {
position:relative;
	float:left;
	overflow:hidden;
	text-align:center;
	position:relative;margin-bottom:18px; 
	text-align: center;
	
	}
.testimonial-author {padding-top:8px;}
.testimonial-author span{display:block;}
.testimonial-author .author{text-transform:uppercase;font-size:14px;color:#1a1e24;font-weight:600;margin-bottom:3px;}
.testimonial-author .job{font-size:12px;color:#b50000;}
.wt-block-testimonial .title{font-size: 24px; text-transform: uppercase;  font-family: 'Roboto Condensed'; font-weight: lighter; margin-top: 20px; margin-bottom: 15px; text-align: center;}
.wt-block-testimonial .testimonial-img-author{width: 45px; height: 45px; float:left;margin-right:25px;}
.wt-block-testimonial .line{border-bottom: 1px solid #fff; width: 30px; height: 1px; margin: 0 auto;}
.wt-block-testimonial .testimonial-text{margin-top:10px;  line-height:20px;position:relative;display: inline-block;}
.wt-block-testimonial .testimonial-text:before{
    background: url(../img/test-temi.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 25px;
	position:absolute;top:-2px;left:8px;
}
.wt-block-testimonial .testimonial-text span.name{text-transform: uppercase; font-style: initial;}
#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{max-width: 540px;}
.wt-block-testimonial{margin-top:30px;padding-right:15px;border-left:1px solid #d9d9d9;padding-bottom:20px;}
}
@media only screen and (min-width : 768px) and (max-width : 991px)
{
	
}
@media only screen and (min-width : 992px) and (max-width : 1199px)
{
	.wt-block-testimonial{padding-bottom:41px;}
}