﻿/* testimonial element-seven */

.testimonial.element-seven{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-seven *{
	margin:0 auto;
}

.testimonial.element-seven .testimonial-item{
	padding:5px 15px 10px 15px;
}

.testimonial.element-seven:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-seven .testimonial-item > .holder{
}

.testimonial.element-seven .testimonial-item > .holder > .title{
	position:relative;
	min-height:100px;
	margin-bottom:20px;
	padding:12px 0px 0px 120px;
}

.testimonial.element-seven .testimonial-item.no-image> .holder > .title{
	padding-left:0;
}

.testimonial.element-seven .testimonial-item > .holder > .title > .pic{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:auto;
	height:auto;
	margin-bottom:25px;
}

.testimonial.element-seven .testimonial-item > .holder > .title > .pic img{
	width:100px;
	border:2px #0b6197 solid;
}

.testimonial.element-seven.image-square .testimonial-item > .holder > .title > .pic img{
	border-radius:0;
}

.testimonial.element-seven.image-round .testimonial-item > .holder > .title > .pic img{
	border-radius:5px;
}

.testimonial.element-seven.image-circle .testimonial-item > .holder > .title > .pic img{
	border-radius:50%;
}

.testimonial.element-seven .testimonial-item > .holder > .title h5{
	margin:0px 0px 3px 0px;
	text-transform:uppercase;
	font-size:17px;
	line-height:25px;
}

.testimonial.element-seven .testimonial-item > .holder > .title p{
	margin:0px 0px 5px 0px;
	font-size:15px;
	line-height:23px;
}

.testimonial.element-seven .testimonial-item > .holder > .title ul.rating li{
	display:inline-block;
	vertical-align:top;
	margin:0px 3px 0px 0px;
}

.testimonial.element-seven .testimonial-item > .holder > .title ul.rating li i{
	font-size:12px;
	line-height:12px;
}

.testimonial.element-seven .testimonial-item > .holder > .data{
}

.testimonial.element-seven .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-seven .testimonial-item > .holder > .data blockquote{
	margin:0px 0px 20px 0px;
}

.testimonial.element-seven .testimonial-item > .holder > .data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-seven .testimonial-item > .holder > .data blockquote p{
	margin:0px 0px 20px 0px;
}

/* 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-seven:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-seven:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-seven:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}