﻿/* testimonial element-four */

.testimonial.element-four{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-four *{
	margin:0 auto;
}

.testimonial.element-four .testimonial-item{
	padding:5px 15px 10px 15px;
	text-align:center;
}

.testimonial.element-four:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-four .testimonial-item > .holder{
	position:relative;
	width:100%;
	max-width:960px;
	padding-top:55px;
}

.testimonial.element-four .testimonial-item > .holder > .pic{
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}

.testimonial.element-four .testimonial-item.no-image > .holder > .pic{
	display:none;
}

.testimonial.element-four .testimonial-item > .holder > .pic > .holder{
	display:inline-block;
	vertical-align:top;
}

.testimonial.element-four .testimonial-item > .holder > .pic > .holder img{
	width:110px;
	border:2px #fff solid;
	box-shadow:0px 0px 5px rgba(1,1,1,0.25);
}

.testimonial.element-four.image-square .testimonial-item > .holder > .pic > .holder img{
	border-radius:0;
}

.testimonial.element-four.image-round .testimonial-item > .holder > .pic > .holder img{
	border-radius:5px;
}

.testimonial.element-four.image-circle .testimonial-item > .holder > .pic > .holder img{
	border-radius:50%;
}

.testimonial.element-four .testimonial-item > .holder > .data{
	padding:80px 25px 30px 25px;
	border:1px rgba(0,0,0,0.1) solid;
	border-radius:30px;
}

.testimonial.element-four .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-four .testimonial-item > .holder > .data blockquote{
	position:relative;
	margin:0px 0px 30px 0px;
	padding-left:30px;
}

.testimonial.element-four .testimonial-item > .holder > .data blockquote:before{
	position:absolute;
	top:5px;
	left:0;
	z-index:0;
	content:"\f10d";
	font-family:'FontAwesome';
	font-size:25px;
	color:#807e7d;
	line-height:25px;
}

.testimonial.element-four .testimonial-item > .holder > .data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-four .testimonial-item > .holder > .data blockquote p{
	margin:0px 0px 20px 0px;
}

.testimonial.element-four .testimonial-item > .holder > .data h5{
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
	font-size:17px;
	line-height:25px;
}

.testimonial.element-four .testimonial-item > .holder > .data ul.rating{
	margin:0px 0px 10px 0px;
}

.testimonial.element-four .testimonial-item > .holder > .data ul.rating li{
	display:inline-block;
	vertical-align:top;
	margin:0px 3px 0px 0px;
}

.testimonial.element-four .testimonial-item > .holder > .data ul.rating li i{
	font-size:12px;
	line-height:12px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.testimonial.element-four:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-four:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-four:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}