﻿/* testimonial element-two */

.testimonial.element-two{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-two *{
	margin:0 auto;
}

.testimonial.element-two .testimonial-item{
	padding:5px 15px 10px 15px;
}

.testimonial.element-two:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-two .testimonial-item > .holder{
	max-width:700px;
	padding-left:30px;
	padding-right:30px;
}

.testimonial.element-two .testimonial-item > .holder > .pic{
	margin-bottom:25px;
	text-align:center;
}

.testimonial.element-two .testimonial-item.no-image > .holder > .pic{
	display:none;
}

.testimonial.element-two .testimonial-item > .holder > .pic img{
	width:85px;
	border:2px #fff solid;
	box-shadow:0px 0px 5px rgba(1,1,1,0.25);
}

.testimonial.element-two.image-square .testimonial-item > .holder > .pic img{
	border-radius:0;
}

.testimonial.element-two.image-round .testimonial-item > .holder > .pic img{
	border-radius:5px;
}

.testimonial.element-two.image-circle .testimonial-item > .holder > .pic img{
	border-radius:50%;
}

.testimonial.element-two .testimonial-item > .holder > .title{
	margin-bottom:25px;
	text-align:center;
}

.testimonial.element-two .testimonial-item > .holder > .title > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .title h5{
	margin:0px 0px 3px 0px;
	text-transform:uppercase;
	font-size:17px;
	line-height:25px;
}

.testimonial.element-two .testimonial-item > .holder > .data{
	margin-bottom:35px;
	text-align:center;
}

.testimonial.element-two .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .data blockquote{
}

.testimonial.element-two .testimonial-item > .holder > .data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .data blockquote p{
	margin:0px 0px 20px 0px;
}

.testimonial.element-two .testimonial-item > .holder > .meta{
	text-align:center;
}

.testimonial.element-two .testimonial-item > .holder > .meta ul.social li{
	display:inline-block;
	vertical-align:top;
	margin:0px 5px 10px 5px;
}

.testimonial.element-two .testimonial-item > .holder > .meta ul.social li a{
	display:block;
	width:50px;
	height:50px;
	background:none;
	border:2px rgba(255,255,255,0.4) solid;
	border-radius:50%;
	text-align:center;
}

.testimonial.element-two .testimonial-item > .holder > .meta ul.social li a i{
	font-size:20px;
	line-height:47px;
}

/* 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-two:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-two:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-two:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}