/* CSS Document */
.page {
  padding-top: 0 !important;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 440px;
}
.home-banner:after {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0; right: 0; bottom: 0;
	height: 70%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+29,0.65+88,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.65) 88%, 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) 29%,rgba(0,0,0,0.65) 88%,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) 29%,rgba(0,0,0,0.65) 88%,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 */
}
.home-banner > .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 440px;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  text-align: center;
  left: 15px;
  right: 15px;
  bottom: 40px;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-banner.ready .text-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.home-banner .text-content h1 {
  font-family: 'Lora', serif;	
  position: relative;
  display: block;
  margin: 0;
  color: #fff;
  font-size: 156px;
  line-height: 1.4em;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0;
	transform: translate(15%,0);
	letter-spacing: 2vw;
  transition: all .6s ease .5s;
	-webkit-transition: all .6s ease .5s;
	-moz-transition: all .6s ease .5s;
	-o-transition: all .6s ease .5s;
}
.home-banner.ready .text-content h1 {
	opacity: 1;
	letter-spacing: 0;
	transform: translate(0,0);
}
.home-banner .text-content h1 > span {
	font-family: 'Poppins', serif;
	font-weight: 900;
	font-size: 46px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 10px;
}
@media screen and (max-width: 1200px) {
	.home-banner .text-content h1 {
		font-size: 13vw;
	}
	.home-banner .text-content h1 > span {
		font-size: 3vw;
		letter-spacing: 1vw;
	}
}


/* Type Section */
.type-section {
	position: relative;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.type-section:before {
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	left: 33.3333%;
	height: 100%;
	width: 1px;
	background: #fff;
}
.type-section:after {
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	left: 66.6666%;
	height: 100%;
	width: 1px;
	background: #fff;
}
.type-section > .container-fluid {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.type-section.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.type-section .type-item {
	overflow: hidden;
	position: relative;
	padding-bottom: 20%;
}
.type-section .type-item .bg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.type-section .type-item.type-1 .bg-img {background-image: url("../img/criminal.jpg")}
.type-section .type-item.type-2 .bg-img {background-image: url("../img/personal-injury.jpg")}
.type-section .type-item.type-3 .bg-img {background-image: url("../img/dui.jpg")}
.type-section .type-item .phat-heading {
	font-family: 'Lora', sans-serif;
	position: absolute;
	z-index: 2;
	left: 15px;
	right: 15px;
	top: 55%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 2vw;
	letter-spacing: .5vw;
	padding-bottom: 2%;
	margin: 0;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-webkit-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-moz-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-o-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-webkit-backface-visibility: hidden;
}
.type-section.ready .type-item .phat-heading {
	opacity: 1;
	top: 50%;
}
.type-section .type-item .phat-heading > span {
	font-size: 1.4vw;
	letter-spacing: .4vw;
}
.type-section .type-item .phat-heading > span.hover {
	font-size: 2.5vw;
	padding-bottom: 4%;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: height .3s ease, opacity .1s ease;
}
.type-section .type-item:hover .phat-heading > span.hover {
	transition: height .3s ease, opacity .2s linear .3s;
   opacity: 1;
   height: 3.1vw;
}

/* About Section */

.about-section {
	position: relative;
	overflow: hidden;
	padding: 45px 55px;
}
.about-section span.parallax {
	display: block;
	position: absolute;
	top: 0;
	left: 0; right: 0; height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url("../img/about-section.jpg");
}
.about-section span.parallax-over {
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 55%;
	transform: translate(0, -50%);
	right: 43%;
	width: 39%;
	height: 82%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/about.jpg);
	transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-webkit-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-moz-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
	-o-transition: opacity 0.8s ease .4s, top 0.4s ease .4s;
}
.about-section.ready span.parallax-over {
	opacity: 1;
	top: 50%;
}
.about-section > .container-fluid {
  max-width: 1920px;
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section .text-content {
	/*background-image: url("../img/ropes.png");
	background-repeat: no-repeat;
    background-position: top right;*/
	background-color: #fff;
	max-width: 737px;
	padding: 20px 45px;
	position: relative;
	z-index: 3;
	left: 40%;
	right: 6%;
	margin: 13vw;
}
.about-section .text-content p {
	margin: 2vw 0;
}
@media screen and (max-width: 1750px) {
	.about-section .text-content {margin: 13vw 0;left: 55%;max-width: 45%;}
}
@media screen and (max-width: 1320px) {
	.about-section .text-content {margin: 0 0 22vw;}
	.about-section .text-content {
		left: initial;
		right: 0;
		max-width: 60%;
		margin-left: 40%;
	}
	.about-section span.parallax-over {
		right: 60%;
		transform: none;
		top: 45px!important;
	}
}
@media screen and (max-width: 991px) {
	.about-section .text-content {margin: 4vw 0; width: 100%; max-width: 100%}
	.about-section span.parallax-over { display: none }
}
@media screen and (max-width: 768px) {
	/* Type */
	.type-section:before {
		top: 33.3333%;
		left: 0;
		height: 1px;
		width: 100%;
	}
	.type-section:after {
		top: 66.6666%;
		left: 0;
		height: 1px;
		width: 100%;
	}
	.type-section .type-item {
		padding-bottom: 40%;
	}
	.type-section .type-item .phat-heading {
		font-size: 4vw;
	}
	.type-section .type-item .phat-heading > span {
		font-size: 3vw;
	}
	.about-section {
		background-image: url("../img/about-section.jpg");
		background-position: center;
		background-size: cover;
		padding: 15px;
	}
	.about-section .text-content {padding: 5px 15px}
}