@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,400italic);

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


input, select
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

html
{
	-webkit-text-size-adjust: none;
	/* Prevent font scaling in landscape */
}
.clear { clear: both; }


body
{
	background-color: #FFF;
	margin: 0px;
	font-family: "Source Sans Pro", sans-serif;
	min-width: 1100px;
}

.masthead
{
	width: 100%;
	height: 103px;
}

.masthead-wrap
{
	width: 1068px;
	height: 103px;
	margin-right: auto;
	margin-left: auto;
}

.logo
{
	width: 312px;
	height: 103px;
	float: left;
	z-index: 200px;
	position: relative;
}



.call-now
{
	color: #000;
	font-size: 28px;
	line-height: 24px;
	font-weight: 600;
	float: right;
	text-align: right;
	margin-top: 10px;
}

.light
{
	font-weight: 400;
	font-size: 90%;
}

.nav
{
	background-color: #000;
	width: 100%;
	height: 37px;
}

.nav-wrap
{
	width: 1068px;
	height: 37px;
	margin-left: auto;
	background-color: #000;
	margin-right: auto;
}

.nav ul
{
	margin: 0px !important;
	list-style-type: none;
	position: relative;
	left: 200px;
}

.nav li
{
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	float: left;
	padding: 3px 30px 0px 0px !important;
	margin: 0px !important;
	list-style-type: none;
}

.nav a
{
	color: #FFF;
	text-decoration: none;
}

.nav a:hover
{
	color: #2e95cd;
}




.main-content
{
	background-color: #FFF;
	background-image: url(images/main-back.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 733px;
	background-size: cover !important;
	display: table;
}


.main-content-wrap
{
	width: 1068px;
	height: 733px;
	margin-right: auto;
	margin-left: auto;
}


.main-image
{
	margin-top: 25px;
	width: 1068px;
	height: 388px;
	background-image: url(images/main-image-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 15px;
	position: relative;
	border: 1px #666 solid;
	overflow: hidden;

}

.main-image-content
{
	width: 298px;
	height: 388px;
	background: rgba(255, 255, 255, 0.7);
}


.main-image-content h1
{
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 74px;
	line-height: 64px;
	font-weight: 200;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.main-image-content .copy
{
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 10px;
}

.services
{
	width: 695px;
	height: 245px;
	background-color: #FFF;
	float: left;
	margin-top: 25px;
	border: 1px #666 solid;
	border-radius: 15px;
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}


.services-wrap { margin: 4px 15px 15px 120px; }

.services h2
{
	margin: 0px;
	color: #2e95cd;
	font-size: 64px;
	line-height: 64px;
	font-weight: 200;
	width: 100%;
	clear: both;
	padding: 0px;
	height: 70px;
}

.services ul { padding-left: 30px; }


.col_1
{
	float: left;
	width: 280px;
	color: #000;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
}

.col_2
{
	float: left;
	width: 280px;
	color: #000;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
}



.contact
{
	width: 341px;
	float: right;
	height: 245px;
	background-color: #FFF;
	margin-top: 25px;
	border: 1px #666 solid;
	border-radius: 15px;
	background-image: url(images/contact_us.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}


.contact h2
{
	margin: 0px 0px 0px 40px;
	color: #2e95cd;
	font-size: 64px;
	line-height: 64px;
	font-weight: 200;
	width: 100%;
	clear: both;
	padding: 0px;
	height: 90px;
}
.contact .content
{
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin-left: 70px;
	height: 80px;
}

.contact .time
{
	color: #000;
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	margin-left: 130px;
}


.quote
{
	width: 1068px;
	height: 247px;
	background-image: url(images/quote-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 15px;
	position: relative;
	border: 1px #666 solid;
	overflow: hidden;
	margin: 25px auto 35px auto;
}


.quote h2
{
	margin: 0px 0px 20px 0px !important;
	color: #2e95cd;
	font-size: 30px;
	line-height: 30px;
	font-weight: 200 !important;
	width: 100%;
	clear: both;
	padding: 0px;
}

 .quote .content
{
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	height: 80px;
}

.quote-wrap { margin: 15px 15px 15px 380px; }



.main-content_2
{
	background-color: #FFF;
	background-image: url(images/main-back.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 427px;
	background-size: cover !important;
	display: table;
}


.main-content-wrap_2
{
	width: 1068px;
	margin-right: auto;
	margin-left: auto;
}


.main-image_2
{
	margin-top: 25px;
	width: 1068px;
	height: 388px;
	background-image: url(images/main-image-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 15px;
	position: relative;
	border: 1px #666 solid;
	overflow: hidden;
}

.main-image-content_2
{
	width: 298px;
	height: 388px;
	background: rgba(255, 255, 255, 0.7);
}


.main-image-content_2 h1
{
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 74px;
	line-height: 64px;
	font-weight: 200;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.main-image-content_2 .copy
{
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	padding-right: 10px;
	padding-left: 10px;
}

.lower-wrap
{
	width: 1068px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px !important;
	display: block;
}


.aboutus
{
	width: 695px;
	background-color: #FFF;
	float: left;
	margin-top: 25px;
	border: 1px #666 solid;
	border-radius: 15px;
	background-image: url(images/aboutus-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}


.aboutus-wrap { margin: 4px 15px 15px 160px; }

.aboutus h2
{
	margin: 0px;
	color: #2e95cd;
	font-size: 64px;
	line-height: 64px;
	font-weight: 200;
	width: 100%;
	clear: both;
	padding: 0px;
	height: 90px;
}


.thequote
{
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	color: #000;
	border: 1px #666 solid;
	border-radius: 15px;
	width: 1068px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px !important;
		background-image: url(images/portfolio_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

.thequote h2
{
	margin: 0px;
	color: #2e95cd;
	font-size: 62px;
	line-height: 64px;
	font-weight: 200;
	width: 100%;
	clear: both;
	padding: 0px;
	height: 90px;
}
.thequotewrap { padding: 5px 20px 20px 20px; }


.main-image_contact
{
	margin-top: 25px;
	width: 1068px;
	height: 388px;
	background-image: url(images/main-image-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 15px;
	position: relative;
	border: 1px #666 solid;
	overflow: hidden;
}

.main-image_portfolio
{
	margin-top: 25px;
	width: 1068px;
	height: 388px;
	background-image: url(images/main-image-portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 15px;
	position: relative;
	border: 1px #666 solid;
	overflow: hidden;
}
.contactus
{
	width: 695px;
	background-color: #FFF;
	float: left;
	margin-top: 25px;
	border: 1px #666 solid;
	border-radius: 15px;
	background-image: url(images/emailform-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}


.contactus-wrap { margin: 4px 15px 15px 180px; }

.contactus h2
{
	margin: 0px;
	color: #2e95cd;
	font-size: 64px;
	line-height: 64px;
	font-weight: 200;
	width: 100%;
	clear: both;
	padding: 0px;
	height: 90px;
}

.formfield
{
	width: 300px;
	height: 30px;
	border: 1px #666 solid;
		font-size: 16px;

}

.btn
{
	width: 300px;
	height: 30px;
	border: 1px #666 solid;
	background-color: #2e95cd;
	color: #FFF;
	font-size: 20px;
	cursor:pointer !important;
}


.textfield
{
	width: 300px;
	height: 90px;
	border: 1px #666 solid;
}

.portfolio
{
	width: 695px;
	background-color: #FFF;
	float: left;
	margin-top: 25px;
	border: 1px #666 solid;
	border-radius: 15px;
	background-image: url(images/portfolio_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}


.portfolio-wrap { margin: 4px 15px 15px 15px; }

.portfolio h2
{
	margin: 0px;
	color: #2e95cd;
	font-size: 64px;
	line-height: 64px;
	font-weight: 200;
	width: 100%;
	clear: both;
	padding: 0px;
	height: 90px;
}


.row
{
	margin-left: 15px;
	height: 150px;
}

.image_1
{
	float: left;
	margin-right: 15px;
}

.image_2
{
	float: left;
	margin-right: 15px;
}

.image_3
{
	float: left;
}




.footer
{
	width: 100%;
	height: 123px;
	background-color: #565656;
}

.footer-wrap
{
	width: 1068px;
	height: 123px;
	margin-right: auto;
	margin-left: auto;
	background-color: #565656;
}

.footer .content
{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding-top: 20px;
	float: left;
}
.social-icons
{
	float: right;
	margin-top: 50px;
}

.shadowbox
{
	border: 1px #666 solid;
	box-shadow: 0px 0px 5px #888888;
}

.photo1, .photo2, .photo3, .photo4, .photo5, .photo6, .photo7, .photo8, .photo9, .photo10, .photo11
{
	width: 375px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}

#photo1, #photo2, #photo3, #photo4, #photo5, #photo6, #photo7, #photo8, #photo9, #photo10, #photo11
{
	z-index: 800;
	width: 100%;
	position: fixed;
	top: 0px;
}
.closebox
{
	float: right;
	z-index: 8000;
	position: absolute;
	width: 100%;
	margin-top: -10px;
	margin-left: -10px;
}

.thewrap
{
	margin-right: 20px;
	margin-left: 20px;
	width: 100%;
	display: table;
}


