<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: "SSP Light";
	src: url("fonts/sourcesanspro-light.ttf") format("truetype");
}
@font-face {
	font-family: "SSP Bold";
	src: url("fonts/sourcesanspro-black.ttf") format("truetype");
}

/* HTML5 display-role reset for older browsers */
article, footer, header, menu, nav, section, figcaption { display: block; }

body, div, ul, ol, dl, dt, dd, li, form, h1, h2, h3, h4, h5, h6, figure, figcaption { margin: 0; padding: 0; }

/* Structure */
html, body { height: 100%; }

body {
	background:#273951;
	color:#FFFFFF;
	font-size:16px;
	font-family:"SSP Light", Arial, Helvetica, sans-serif;
	background: #06090c url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.main, .bottom {
	min-width:1070px;
	overflow:hidden;
}

.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px auto -52px;
}
.top2-bg {
	background: url(../images/top-bg.png) repeat-x center 55px,
						url(../images/top2-bg.png) repeat-x center top,
						#06090c url(../images/bg.jpg) no-repeat center top;
}
.back-img {
	background: url(../images/back-img.png) no-repeat center top;
	background-size: 100%;
}
.back-img .top{
	background-color: transparent;
}
footer, .subfooter {
	height: 52px;
	clear: both;
}

.no-background,
.no-background:after {
	background:none !important;
}
.top2{
	width: 100%;
	position: relative;
}
.wide-img:after,
.top2:after{
	content: "";
	display: block;
	width: 100%;
	height: 131px;
	background:url("../images/slider_before_filter.png");
	position: absolute;
	bottom: -131px;
	left: 0;
}
.contact .top2:after{
	content: "";
	display: none;
}
header, footer, .content {
	max-width:1340px;
	margin:0px auto;
}

/* Logo */
.logo {
	display:inline-block;
	height:92px;
	width:164px;
	background: url(../images/logo.png) no-repeat;
	position:absolute;
	/*left:265px;*/
	left: 19%;
	top:24px;
}

.logo:before {
	content:"LakePointe Construction";
	position:absolute;
	left:-160px;
	bottom:-36px;
	font-size:36px;
	font-family: "SSP Bold";
	color:#CFCFCF;
	text-shadow:0 0 4px rgba(0,0,0,0.5);
	line-height:100%;
	width:540px;
}


/* Basic */
a {
	color:#609ec9;
	text-decoration:none;
}
a img {	border:0 none; }

a.btn {
	display:inline-block;
	padding:0 20px;
	line-height:45px;
	font-family: "SSP Bold";
	font-size:21px;
	color:#FFFFFF;
	background:#7D9319;
	text-transform:uppercase;
}
a.big-btn {
	display:inline-block;
	padding:0 50px 0 20px;
	line-height:100px;
	font-family: "SSP Bold";
	font-size:36px;
	color:#FFFFFF;
	background:#58773D  url(../images/big-btn.png) no-repeat right center;
	text-transform:uppercase;
	width:440px;
}

h1, h2, h3, h4, h5 {
	line-height:100%;
	font-weight:normal;
}

h1 {
	font-size:50px;
	margin-bottom: 7px;
}

h2 {
	font-size:30px;
	text-transform:uppercase;
	font-family: "SSP Bold";
}
h2.left-title {
	height: 59px;
	line-height:59px;
	margin-bottom:20px;
	margin-left: -500px;
	margin-right: 500px;
	padding-left:500px;
	background: #58773d;
	position: relative;
}
h2.left-title:after{
	content: "";
	display: block;
	width: 45px;
	height: 59px;
	background: url("../images/left-title.png");
	position: absolute;
	top: 0;
	right: -45px;
}
h2.left-title .lime,
h2.right-title .lime {
	text-transform:none;
	font-family: "SSP Light";
	font-size:50px;
}

.right {
	float:right;
	width:840px;
}
.right ~ .info-list {
	padding-top:50px;
}

h2.right-title {
	line-height:58px;
	margin-bottom:20px;
	background: url(../images/right-title.png) no-repeat left;
	margin-right: -130px;
	margin-left:-100px;
	position:relative;
	padding-right:130px;
	padding-left:100px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
	text-transform:uppercase;
	font-family: "SSP Bold";
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

.lime { color:#C8E600;	 }
.blue { color:#609EC9;	 }

.tac { text-align:center; }
.tar { text-align:right;}
.tal { text-align:left; }
.ttu { text-transform:uppercase; }
.ttn { text-transform:none; }
.clear { clear:both; }
.line { display: block; }

.img-left img {
	float:left;
	margin-right:20px;
}
.light-block .img-left img {
	margin-left:20px;
	margin-top:20px;
}

.img-right img {
	float:right;
	margin-left:20px;
}

article {
	margin-bottom:20px;
	overflow:hidden;
}

p { margin:10px 0 20px; line-height: 18px;}

table {
	width:100%;
	border-collapse:collapse;
}

.social {
	padding-right:2px;
	line-height:47px;
	height:55px;
	width:255px;
	display:inline-block;
}

.social li {
	display:inline;
	margin-right:-2px;
}
.social li a:hover {
	opacity:0.8;
}

/* Menu */
header .menu {
	list-style-type:none;
	text-align:right;
	line-height:58px;
	color:#0B0F26;
	font-family: "SSP Bold";
	font-size:20px;
}
header .menu li {
	display:inline;
}
header .menu a {
	display:inline-block;
	padding:0 3px;
	color:#7D9319;
}

header .menu a:hover,
header .menu .active {
	color: #B9C486;
}

/* Header */
.top {
	background: url(../images/top.png) no-repeat center bottom;
	position:relative;
	z-index:100;
}
.contact .top{
	background-color: #191f32;
}
.fill-top {
	background:url(../images/top.png) no-repeat center bottom,
						url(../images/top-bg.png) repeat-x center bottom,
						#1B2036 url(../images/top-shadow.png) repeat-x center top;
}
.fill-top header {
	background: url(../images/top.png) no-repeat center bottom,
						#1B2036 url(../images/top-shadow.png) repeat-x center top;
}

header {
	height: 114px;
	position:relative;
}
.top2 { margin-top:-114px; }
.top2-bg .top2 { background: url(../images/top2-bg.png) repeat-x top; }
.no-carousel .top2 {
	margin-top:0;
	position:relative;
}
.contact .top2 {
	padding:100px 0 0;
	margin-bottom: 130px;
	background: #191f32;
}

.top2 .wide-img {
	height: 733px;
	overflow: hidden;
}
.top2 .wide-img img{
	width: 100%;
	min-width: 1600px;
	height: auto;
	min-height: 733px;
}
.top2 .wide-img ~ h1 {
	position:absolute;
	text-align:center;
	top:172px;
	right:20px;
	text-transform:uppercase;
	font-size:103px;
	width:650px;
}

.top2 .text {
	padding-top:185px;
	padding-bottom: 120px;
	overflow:hidden;
}
.top2 .text article {
	width:550px;
	border-bottom:solid 1px #A5BE0B;
	margin-left:40px;
	padding-top:20px;
}
.top2 .text .img-right img {
	margin-right:120px;
	margin-bottom:40px;
}
.top2 .left-text {
	position:absolute;
	left:0;
	top:70px;
	width:600px;
}

header .phone {
	display:inline-block;
	line-height:47px;
	color:#FDFEFF;
	font-size:32px;
	font-family: "SSP Bold";
	background: url(../images/phone-ico.png) no-repeat left center;
	padding-left:50px;
	vertical-align:top;
}

.slogan {
	float:left;
	font-family: "SSP Bold";
	font-size:20px;
	color:#609ec9;
	line-height:58px;
	padding-left:68px;
}

.slider{
	width: 100%;
	height: 645px;
	overflow: hidden;
	position: relative;
}
.slider:before{
	content: "";
	display: block;
	width: 100%;
	height: 131px;
	background:url("../images/slider_before_filter.png");
	position: absolute;
	top: 0;
	left: 0;
}
.slider:after{
	content: "";
	display: block;
	width: 100%;
	height: 131px;
	background:url("../images/slider_after_filter.png");
	position: absolute;
	bottom: 0;
	left: 0;
}
.slider img{
	min-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.slider_nav{
	list-style: none;
	text-align: right;
	position: absolute;
	bottom: 140px;
	z-index: 10;
	width: 1300px;
	left: 50%;
	margin-left: -650px;
}
.slider_nav li{
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url("../images/slider_nav.png") left bottom;
	margin: 0 4px;
	cursor: pointer;
}
.slider_nav li.active{
	background-position: left top;
}
/* Footer */
.bottom { background: #000000; }
footer {	color:#609ec9; }
footer .social { padding-top:5px; }

.copy {
	float:right;
	line-height:50px;
}

/* Content */
.content {
	position:relative;
	margin-top:-120px;
	z-index:50;
}
.no-carousel .content {	margin-top:50px; }

.left-column {
	float:left;
	width:640px;
	background:rgba(9,14,41,0.83);
	margin:30px 0;
}

.right-column {
	float:right;
	width:640px;
	background:rgba(46,69,26,0.83);
	margin:30px 0;
}
.left-column h1,
.right-column h1 {
	height:109px;
	margin-bottom:10px;
	text-align:center;
	font-size:46px;
	line-height:90px;
}
.left-column h1 {
	color:#1A1E35;
	background: url(../images/left-column-title.png) no-repeat center top;
}
.right-column h1 {
	color:#C8E600;
	background: url(../images/right-column-title.png) no-repeat center top;
}

.left-column article,
.right-column article {
	margin:0 30px 20px;
	padding-left:70px;
	padding-top:20px;
}
.left-column article {	background: url(../images/green-quote.png) no-repeat left top; }
.right-column article {	background: url(../images/blue-quote.png) no-repeat left top; }

.left-column article h3,
.right-column article h3 {
	color:#B9C486;
	text-transform:uppercase;
}

.blue-block {
	background:rgba(9,14,41,0.84);
	padding:10px 40px 20px;
	font-size:15px;
	margin-bottom:10px;
}
.content .blue-block {
	position:absolute;
	left:0;
	top:-360px;
	width:560px;
}
.location-list li {
	background:rgba(9,14,41,0.84);
	display:block;
	padding:15px 40px;
	overflow:hidden;
	margin-bottom:10px;
	line-height:30px;
}
.location-list li .btn {
	float:right;
	line-height:30px;
	font-size:14px;
	padding:0 40px;
}
.location-list li span {
	display:inline-block;
	text-transform:uppercase;
	padding-right:30px;
	background: url(../images/location-ico.png) no-repeat right center;
	font-family: "SSP Bold";
}

.blue-block .img-left ~ .tar {
	padding-top:20px;
}

.quote-block {
	float:right;
	width:300px;
	color:#FFFFFF;
	font-size:50px;
	padding:100px 80px 60px;
	text-align:center;
	background: url(../images/quote-top.png) no-repeat center 40px,
						 url(../images/quote-bottom.png) no-repeat center bottom;
	margin-bottom:40px;
	line-height:100%;
}

.light-block {
	font-family: "SSP bold", Arial, Helvetica, sans-serif;
	background:#D0C0A6;
	border:solid 1px #D0C0A6;
	color:#121627;
	overflow:hidden;
	margin-bottom:35px;
}
.light-block .img-left img {
	margin-bottom:20px;
}
.light-block h2 {
	background:#58773d;
	line-height:65px;
	color:#FFFFFF;
	padding:0 40px;
}
.light-block p {
	padding:0 40px;
}

.info-list {
	margin-bottom:30px;
	float:left;
	clear:left;
}

.info-list li {
	display:block;
	line-height:47px;
	color:#609ec9;
	font-size:32px;
	font-family: "SSP Bold";
	padding-left:50px;
	text-transform:uppercase;
}
.info-list .address {font-size: 26px; line-height: 26px; }
.info-list .phone { background: url(../images/phone-ico.png) no-repeat left center; }
.info-list .special {	background: url(../images/special-ico.png) no-repeat left center; }

.info-list li  small {
	display:block;
	color:#FFFFFF;
	font-family: "SSP Light";
	font-size:16px;
	text-transform:none;
	line-height:60%;
}

.service-list {
	margin-bottom:36px;
}
.service-list li {
	display: inline-block;
	/*width:326px;*/
	width: 24%;
	background:#d0c0a6;
	vertical-align:top;
	margin-right:5px;
	padding-bottom:16px;
}

.service-list li h2 {
	text-align:center;
	color:#7D9319;
	line-height:30px;
	background:#522C03;
	height: 70px;
	display: table;
	width: 100%;
}
.service-list li h2 span{
	display: table-cell;
	vertical-align: middle;
}
.service-list li img {
	display:block;
	width: 100%;
}
.service-list li p {
	margin:10px 40px 10px;
	font-size:14px;
	color:#121627;
	font-weight: bold;
}
.service-list li .tar {
	border-top:solid 2px #E9E2D5;
	padding-top:10px;
	margin:0 40px;
}
.service-list li .more {
	display:inline-block;
	text-transform:uppercase;
	padding-right:12px;
	font-family: "SSP Bold";
	color:#404E32;
	background: url(../images/more.png) no-repeat right center;
}

.gallery {
	margin-bottom:30px;
	list-style-type:none;
	overflow:hidden;
}
.gallery li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.gallery-column {
	list-style-type:none;
	display:inline-block;
	width:250px;
	margin-right:5px;
	vertical-align:top;
	margin-bottom:10px;
}
.gallery-column li {
	margin-bottom:5px;
}

.before-after {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:30px 0;
	background:#D0C0A6;
	width:790px;
}
.before-after h2 {
	padding:0 15px;
	margin-bottom:20px;
	background:#522C03;
	line-height:40px;
	color:#7D9319;
	font-size:25px;
}

.before-after .block {
	margin:0 10px 36px;
	padding-bottom:5px;
	border-bottom:solid 1px #333444;
}
.before-after .block span {
	display:inline-block;
	width:378px;
	text-transform:uppercase;
	color:#000000;
	font-size:21px;
}
.before-after .block span:first-child {
	padding-right:10px;
}

/* Forms */
#contact {
	width:609px;
	height:738px;
	background: url(../images/contact-form.png) no-repeat center top;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-344px;
	padding:70px 40px 0;
}
#contact h1 {
	text-align:center;
	font-size:40px;
	margin-bottom:5px;
}
#contact h2 {
	text-align:center;
	font-size:36px;
	color:#1B2036;
	margin-bottom:35px;
}

#contact input[type="text"],
#contact textarea {
	border:0 none;
	background:#f7fbdf;
	padding:5px 10px;
	color:#222222;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	height:30px;
	width:270px;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.8);
	border-radius:5px;
}

#contact textarea {
	height:150px;
	width:	574px;
	resize:vertical;
	margin-bottom:30px;
}

#contact input[type="submit"] {
	display: block;
	background: #7D9319;
	border: solid #41485C 1px;
	width: 200px;
	height: 50px;
	cursor: pointer;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 auto 100px;
}

#contact ul {
	text-align:center;
	line-height:50px;
}

#contact ul  li {
	display:inline-block;
	width:200px;
	text-align:left;
	padding-left:60px;
}
#contact ul  li:first-child {
	margin-right:60px;
}
#contact ul  .mail {
	background: url(../images/mail-ico.png) no-repeat left top;
	font-size:24px;
}
#contact ul  .mail a {
	text-decoration:underline;
	color:#41485C;
}

#contact ul  .phone {
	background: url(../images/phone-ico2.png) no-repeat left top;
	font-size:36px;
	color:#41485C;
}


#estimate {
	width:945px;
	height:738px;
	background: url(../images/estimate-form.png) no-repeat center top;
	position:absolute;
	top:100px;
	left:10%;
	padding:70px 75px 0;
	color:#522C03;
}
#estimate h1 {
	font-size: 35px;
	font-family: "SSP Bold", Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:5px;
}
#estimate h2 {
	text-align:center;
	font-size:36px;
	color:#1B2036;
	margin-bottom:35px;
}
#estimate h3 {
	font-size:30px;
	font-family:"SSP Bold";
	color:#1b2036;
	text-transform:uppercase;
	margin-bottom:10px;
}

#estimate input[type="text"] {
	border:0 none;
	background:#f7fbdf;
	padding:5px 10px;
	color:#222222;
	font-family:"SSP Light", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	height:40px;
	width:435px;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.6);
	border-radius:2px;
}
#estimate input.short {
	width:152px;
}
#estimate input.short2 {
	width:250px;
}

#estimate label {
	font-family:"SSP Bold";
	color:#1B2036;
	font-size:20px;
	padding-right:30px;
}

#estimate input[type="submit"] {
	display:inline-block;
	background: #522C03;
	border:solid 1px #41485C;
	width:240px;
	height:50px;
	cursor:pointer;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:21px;
	text-transform:uppercase;
	color:#F7FBDF;
	margin:30px 0 50px;
}

#estimate h2.call {
	text-align:center;
	font-size:31px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#522C03;
	line-height:120%;
}
#estimate h2.call span {
	font-size:45px;
}
.gallery a{
	margin: 0 10px 10px 0;
}

.about_us_block{
	width: 922px;
	height: 610px;
	background: rgba(9,14,41,0.83);
	padding: 33px;
	float: left;
}
.link_photo{
	margin-left: 16px;
}
.service-list-h2{
	display: table;
}
.service-list-h2 h2{
	height: 70px;
	display: table-cell;
	width: 326px;
	padding: 0 !important;
	vertical-align: middle;
}

@media screen and (max-width: 1260px){
	.top{background-position: -380px bottom;}
	.logo{
		left: 16%;
	}
	.slogan{
		padding-left: 10px;
	}
	header .menu{
		font-size: 16px;
	}
	.left-title{
		font-size: 26px;
	}
	h2.left-title .lime, h2.right-title .lime{
		font-size: 30px;
	}
	.left-column{
		width: 49%;
	}
	.right-column{
		width: 49%;
	}
	#estimate{
		left: 50%;
		margin-left: -550px;
	}
	.top2 .left-text{width: 500px;}
	h1.lime{font-size: 70px !important;}
	.before-after{width: 529px;}
	.before-after .block span{width: 48%;}
}
.content .blue-block h1.lime{
	font-size: 50px !important;
}
.center-block{
	text-align: center;
}
.center-block &gt; aside {
	float: none;
	text-align: left;
	display: inline-block;
}
</pre></body></html>