<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1{
	padding: 6px 26px 6px 26px;
	border: 1px solid #999;
	margin: 30px 0 40px 0;
	display: inline-block;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400; font-style: normal;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
}

h1:hover {
	background: #fafafa;
}

#fade {
    background: url('../images/fade.png') repeat-x;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
}


.intro a {
	border-bottom: dotted #aaa 1px;
}

.intro a:hover {
	color: #d40000;
	border-bottom: 1px solid #d40000;
}



h2 {
	font-size: 30px;
	width: 78%;
	color: #1a1a1a;
	margin: 0 auto;
	line-height: 160%;
	padding: 30px 0 10px 0;
	max-width: 1200px;
/*	-webkit-font-smoothing: antialiased;*/
}

.galleryWrap {
	width: 100%;
	margin: -160px auto 0 auto;
	position: relative;
	top: 0;
	float: left;
}

#center.activeNav .galleryWrap{
/*	margin-top: -180px;*/
}

ul.bxslider {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;	
}

ul.bxslider li {
	float: left;
	width: 100%;
}

ul.bxslider li img{
	width: 100% !important;
	height: auto !important;
}

.projects {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.project {
	display: inline-block;
	margin: 0 0 20px 0;
/*	width: 400px;*/
	width: 300px;
	padding: 0;
	position: relative;
    cursor: pointer;
    z-index: 2;
}

.project a{
	width: 300px;
	overflow: hidden;
	float: left;
}

.projectOverlay {
	float: left;
	width: 100%;
	margin: 0;
	z-index: 3;
	position: relative;
	color: #fff;
	background: rgba(212,0,0,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.45s;
    -moz-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
}

.projectOverlay p{
	top: 41%;
	position: relative;
	width: 88%;
	line-height: 100%;
	margin: 0 auto;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 100; font-style: normal;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.projectOverlay p.long {
	top: 38%;
}

.projectOverlay p a{
	color: #fff;
}

/*
.project.middle {
	margin: 0 1% 0 1%;
}
*/
.project img{
	width: 100%;
	height: auto;
	float: left;
}


.projectOverlay:hover {
	opacity: 1;
}

.transition img{
	-webkit-transform: scale(1.025); 
    -moz-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

.project img{
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease; 
}


.p_name {
	width: 100%;
	clear: left;
	float: left;

}

.projectOverlay .p_url {
	font-size: 12px;
	clear: left;
	width: 100%;
	font-weight: 300;
}

.barCTA {
	float: left;
	width: 100%;
	background: #1a1a1a;
	padding: 40px 0 80px 0;
	color: #fff;
}

.barCTA p{
	color: #fff;
}


.barCTA h3{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 80px auto 100px auto; 
	width: auto;
	font-weight: 400;
	display: inline-block;
	border-bottom: 2px solid #444;
	color: #fff;
}

.serviceCTA:hover h3:hover {
	color: #fff;
	padding: 0px 1% 0px 1%;
	background: #1a1a1a;
}</pre></body></html>