section.page-banner.about {
	background-image: url(../images/about-banner.jpg);
}
.about-sec1 {
	background-image: url(../images/about-sec1-bg.jpg);
	background-position: center top;
	background-size: cover;
}
.about-sec1 .z-t-48, .about-sec3 .z-t-48 {
	text-transform: uppercase;
}
.about-sec1 .z-t-24, .about-sec3 .z-t-24 {
	color: #8a8a8a;
}
.about-sec1 .z-2of3 {
	padding-right: 8%;
}
.about-sec2 {
	background-image: url(../images/about-sec2-bg.jpg);
	background-position: center top;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.about-sec2 .z-t-36 {
	font-style: italic;
	padding: 0 8%;
}
.about-sec3 {
	/*background-image: url(../images/about-sec3-bg.jpg);*/
	background-position: center top;
	background-size: cover;
}
.about-sec3 .z-2of3 {
	float: right;
	padding-left: 8%;
}
.about-sec4 {
	background-color: #e5e5e5;
}
.about-sec4, .about-sec4 .z-1of3 {
	text-align: center;
}
.about-sec4 .z-1of3 a.thumb {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	max-width: 250px;
	max-height: 250px;
}
.about-sec4 .z-1of3 a.thumb:hover {
	box-shadow: 0 0 15px #3c3c3c;
}
.about-sec4 .z-1of3 a.thumb img {
	float: left;
	max-width: 250px;
	max-height: 250px;
}
.about-sec4 .z-1of3 .z-t-24 i {
	font-family: "Avenir Light";
}
.about-sec4 .z-1of3 a.z-t-18 {
	color: #000;
	font-weight: bold;
}
.about-sec4 .z-1of3 a.z-t-18:hover {
	text-decoration: none;
}




@media screen and (max-width: 1200px) {
	.about-sec1 .z-2of3 {
		padding-right: 0;
	}
	.about-sec3 .z-2of3 {
		padding-left: 0;
	}
	.about-sec2 .z-t-36 {
		padding: 0;
	}
}
@media screen and (max-width: 990px) {
	.about-sec1, .about-sec3 {
		background-image: none;
	}
	.about-sec3 .z-2of3 {
		padding-left: 1%;
	}
	.about-sec1 .z-2of3 {
		padding-right: 1%;
	}
}
@media screen and (max-width: 768px) {
	.about-sec4 .z-1of3 {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}
