﻿/* testimonial element-three */

.testimonial.element-three{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-three .testimonial-item{
	padding-left:15px;
	padding-right:15px;
}

.testimonial.element-three:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:30px;
}

.testimonial.element-three .testimonial-item > .holder{
	padding:18px 17px 20px 17px;
	background-color:#fff;
	border:1px #efefef solid;
}

.testimonial.element-three .testimonial-item > .bottom-shadow{
	height:32px;
	background:url(../images/Style-Three-Shadow.png) center top no-repeat;
	background-size:100% auto;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main{
	position:relative;
	min-height:110px;
	padding-left:118px;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-pic{
	position:absolute;
	top:2px;
	left:0;
	z-index:1;
	text-align:center;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-pic img{
    display:inline-block;
    vertical-align:top;
    width:auto;
    width:100px;
    border:5px #fff solid;
	border-radius:50%;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.1);
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data{
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data .title{
	margin-bottom:3px;
	font-weight:400;
	font-size:16px;
	color:#030712;
	line-height:26px;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data .designation{
	margin-bottom:5px;
	font-weight:400;
	font-size:14px;
	color:#7a7a7a;
	line-height:22px;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data blockquote{
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-three .testimonial-item > .holder > .holder-main > .testimonial-data blockquote p{
}

/* 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-three:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-three:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-three:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}