﻿/* clients element-two */

.clients.element-two{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
	padding:10px 20px 10px 20px;
	background-color:#fff;
	border:1px #e8e8e8 solid;
	box-shadow:0px 0px 18px rgba(5,6,6,0.11);
}

.clients.element-two:not(.owl-carousel):after{
	display:block;
	content:" ";
	width:100%;
	height:0;
	clear:both;
}

.clients.element-two *{
	margin:0 auto;
}

.clients.element-two .clients-item{
	padding:5px 15px 10px 15px;
}

.clients.element-two:not(.owl-carousel) .clients-item{
	float:left;
	margin-bottom:40px;
}

.clients.element-two .clients-item > .holder{
	text-align:center;
}

.clients.element-two .clients-item > .holder > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.clients.element-two .clients-item > .holder > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.clients.element-two .clients-item > .holder .pic{
	display:inline-block;
	vertical-align:top;
}

/* 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){

	.clients.element-two:not(.owl-carousel) .clients-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.clients.element-two:not(.owl-carousel) .clients-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.clients.element-two:not(.owl-carousel) .clients-item{
		width:100% !important;
	}

}