﻿/* practice-areas element-one */

.practice-areas.element-one{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.practice-areas.element-one .practice-areas-item{
	padding-left:15px;
	padding-right:15px;
}

.practice-areas.element-one:not(.owl-carousel) .practice-areas-item{
	float:left;
	margin-bottom:30px;
}

.practice-areas.element-one .practice-areas-item > .holder{
	position:relative;
	overflow:hidden;
	text-align:center;
}

.practice-areas.element-one .practice-areas-item > .holder > img{
	width:100%;
}

.practice-areas.element-one .practice-areas-item > .holder > .pic{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:center top no-repeat;
	background-size:cover;
}

.practice-areas.element-one .practice-areas-item > .holder > .data{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	padding:25px 25px 25px 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.practice-areas.element-one .practice-areas-item > .holder > .data > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.practice-areas.element-one .practice-areas-item > .holder > .data > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:bottom;
}

.practice-areas.element-one .practice-areas-item > .holder > .data > .table > .table-cell > *:last-child{
	margin-bottom:0 !important;
}

.practice-areas.element-one .practice-areas-item > .holder > .data .title{
	margin-bottom:12px;
	font-weight:400;
	font-size:25px;
	color:#fff;
	line-height:32px;
}

.practice-areas.element-one .practice-areas-item > .holder > .data .title a{
	color:inherit;
}

.practice-areas.element-one .practice-areas-item > .holder > .data .button{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
	overflow:hidden;
}

.practice-areas.element-one .practice-areas-item > .holder > .data .button > .btn-main{
	color:#fff;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}

.practice-areas.element-one .practice-areas-item > .holder > .data .button > .btn-main i{
	font-size:22px;
}

/* 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-one */

	.practice-areas.element-one:not(.owl-carousel) .practice-areas-item{
		width:50% !important;
	}

}

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

	/* attorneys element-one */

	.practice-areas.element-one:not(.owl-carousel) .practice-areas-item{
		width:50% !important;
	}

}

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

	/* attorneys element-one */

	.practice-areas.element-one:not(.owl-carousel) .practice-areas-item{
		width:100% !important;
	}

}

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

	/* attorneys element-one */

	.practice-areas.element-one:not(.owl-carousel) .practice-areas-item{
		width:100% !important;
	}

}