﻿/* attorneys element-five */

.attorneys.element-five{
	width:auto;
}

.attorneys.element-five:not(.owl-carousel){
	margin-left:-15px;
	margin-right:-15px;
}

.attorneys.element-five .attorneys-item{
	padding-top:15px;
	padding-bottom:15px;
}

.attorneys.element-five:not(.owl-carousel) .attorneys-item{
	float:left;
	padding-left:15px;
	padding-right:15px;
}

.attorneys.element-five .attorneys-item > .holder{
	position:relative;
	box-shadow:0px 0px 7px rgba(0,0,0,0.1);
	text-align:center;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.attorneys.element-five .attorneys-item > .holder:hover{
	/*box-shadow:0px 0px 25px rgba(0,0,0,0.12);*/
}

.attorneys.element-five:not(.owl-carousel) .attorneys-item > .holder{
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

.attorneys.element-five:not(.owl-carousel) .attorneys-item > .holder:hover{
	/*box-shadow:0px 0px 35px rgba(0,0,0,0.20);*/
}

.attorneys.element-five .attorneys-item > .holder > .pic{
	position:relative;
    z-index:1;
}

.attorneys.element-five .attorneys-item > .holder > .pic > img{
	width:100%;
}

.attorneys.element-five .attorneys-item > .holder > .pic > .pic-background{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#070707;
}

.attorneys.element-five .attorneys-item > .holder > .pic > .pic-main{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	background:center top no-repeat;
	background-size:cover;
	filter:grayscale(1);
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.attorneys.element-five .attorneys-item > .holder:hover > .pic > .pic-main{
	filter:grayscale(0);
}

.attorneys.element-five .attorneys-item > .holder > .data{
	padding:13px 20px 15px 20px;
	background-color:#fff;
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}

.attorneys.element-five .attorneys-item > .holder:hover > .data{
}

.attorneys.element-five .attorneys-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.attorneys.element-five .attorneys-item > .holder > .data .title{
	margin-bottom:0px;
	font-weight:400;
	font-size:18px;
	color:#282d40;
	line-height:28px;
}

.attorneys.element-five .attorneys-item > .holder > .data .title a{
	color:inherit;
}

.attorneys.element-five .attorneys-item > .holder > .data .designation{
	margin-bottom:10px;
	font-weight:400;
	font-size:15px;
	color:rgba(0,0,0,0.5);
	line-height:26px;
}

/* 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){

	/* attorneys element-five */

	.attorneys.element-five:not(.owl-carousel) .attorneys-item{
		width:50% !important;
	}

}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	/* attorneys element-five */

	.attorneys.element-five:not(.owl-carousel) .attorneys-item{
		width:50% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	/* attorneys element-five */

	.attorneys.element-five:not(.owl-carousel) .attorneys-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	/* attorneys element-five */

	.attorneys.element-five:not(.owl-carousel) .attorneys-item{
		width:100% !important;
	}

}