/*-----------------------------
-----------------------------

Layout and coding: Jason Mayry
www.jasonmayry.com

Copywriting: Amanda Kirberger

COLORS:
Blue: #007da9
Beige: #ECE6DA

-----------------------------
-----------------------------*/

@import url('fonts.css');
@import url('http://fonts.googleapis.com/css?family=Dancing+Script');


/*========================================================================
	RESET 
========================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  background: transparent;
  border: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block;}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}





/* Grid
-------------------------------------*/
*, *:after, *:before { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
}
.row {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after { clear: both; }
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-12 {
	width: 100%;
}
.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
}
.push-1 {
	margin-left: 8.33%;
}
.push-2 {
	left: 16.66%;
}
.push-3 {
	left: 25%;
}
.push-4 {
	left: 33.33%;
}
.push-5 {
	left: 20%;
}
.push-6 {
	left: 50%;
}
.push-7 {
	left: 58.33%;
}
.push-8 {
	left: 66.66%;
}
.push-9 {
	left: 75%;
}
.push-10 {
	left: 83.33%;
}
.push-11 {
	left: 91.66%;
}
[class*='push-'] {
	padding-left: -2%;
}




/*-----------------------------

MAIN

-----------------------------*/ 
html { min-height: 100%; -webkit-font-smoothing: antialiased; }
body {
	height:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	background: url('../img/noisy.png');
	font-family: 'MuseoSans500', sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	color: #413c3b;
	color: #555252;
	line-height: 1.6;
	font-weight: 500;
	border-top: 12px solid #033b4e;
}

#wrap {
	min-height: 100%;
	margin: 0 auto;
}
#main {
	width: 960px;
	margin: 0 auto;
	background: url('../img/stripe.jpg');
	padding: 10px;
	margin-bottom: 20px;
} 
#content {
	background: #f1ede2 url("../assets/natural_paper_bg.png");
	padding-bottom: 2em;
}
#home #content {
	padding-bottom: 0;
}



/*-----------------------------

Typography

-----------------------------*/
h1 {
	font-family: 'Dancing Script', cursive;
	font-size:64px;
	font-weight: normal;
}
h2 {
	font-family: 'Dancing Script', cursive;
	font-size: 24px;
	/* font-weight: 700; */
	color: #454545;
	color: rgba(51, 51, 51, 0.6);
	text-transform: ;
}
h3 {
	font-family: 'MuseoSans900', sans-serif;
	font-size: 24px;
	/* font-weight: 700; */
	color: #454545;
	text-transform: uppercase;
	letter-spacing: -.005em;
	margin-bottom: 10px;
}
h4 {
	font-family: 'MuseoSans900', sans-serif;
	font-size:16px;
	/* font-weight:700; */
	text-transform:uppercase;
	color:#454545;
	color: rgba(51, 51, 51, 0.6);
}
h5 { 
	font-family: 'MuseoSans900', sans-serif;
	/* font-weight:400; */
}
#content p {
	margin-bottom: 10px;
}
a {
	text-decoration:none;
	padding: 0 1px;
	background: #e0dad0;
	color: #186f96;
	background: transparent;
	border-bottom: none;
}
#content a {
	border-bottom: 2px solid #1d86b5;
}
a:hover {
	color:#F37B43;
	color: #f1ede2;
	color: #222;
	background: transparent;
	cursor:pointer;
}
#content a:hover {
	color: #114e69;
	border-bottom: 2px solid #186f96;
}
#leader a { background: transparent; }
#leader a:hover {
	color: #f8f8f8;
}
#title {
	padding: 20px 0;
}
.title { 
	margin: 0; 
	color: #044d67;
	text-align: center;
	font-family: 'MuseoSans900', sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .033em;
	text-transform: uppercase;
	padding: 1rem 0;
}
.centered-text { text-align: center; }



/*-----------------------------

GENERAL CLASSES

-----------------------------*/ 
.pinking {
	height: 10px;
	background: url("../img/pinking.png") repeat-x;
}

.button, 
#content .button {
	background: #d26b3e;
	background: #eb7745;
	border: none !important;
	cursor: pointer;
	font-family: "BebasNeueRegular", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: .75rem 2rem .5rem;
	position: relative;
	display: inline-block;
	color: #fffbed;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	box-shadow: 0 5px 0 0 #a3502d;
	letter-spacing: .025em;
}
.button:hover, 
#content .button:hover {
	background: #eb7745;
	background: #ff814b;
	cursor: pointer;
	font-family: "BebasNeueRegular", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	color: #fffbed;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
}
.stripe { height:10px; background: url('../img/stripe.jpg'); }
strong, .strong {
	font-weight: 700;
}
.left { float: left; }
.right { float: right; }



/*-----------------------------

LEADER

-----------------------------*/ 
#leader {
	min-width: 960px;
	width: 100%;
	padding: 15px 0 0;
}

.cities {
	font-size: 24px;
	color: #7b9fa7;
	top: 15px;
	left: 40px;
	text-transform: uppercase;
	font-family: "BebasNeueRegular", Impact, sans-serif;
	float: left;
}
.info {
	font-size: 24px;
	letter-spacing: normal; 
	color: #7b9fa7;
	float: right;
	font-family: "BebasNeueRegular", Impact, sans-serif;
	line-height: 1;
}
.phone {
	font-family: 'Dancing Script', cursive;
	font-size: 24px;
	margin: 0 5px 0 10px;
}
#leader a {
	color: #7b9fa7;
	text-decoration: none;
}
#leader a:hover {
	color: #95c0ca;
	border: 0px;
}


/*-----------------------------

HEADER 

-----------------------------*/ 
header { 
	position: relative;
	overflow: visible;
	padding: 10px 0 30px;
	margin:0 auto;
}
header a, header a:hover { background: transparent; }
#logo {
	position: absolute;
	top: -75px;
	left: 360px;
	z-index: 5;
}
header a:hover { border: 0px; }

/*-----------------------------

MAIN NAVIGATION

-----------------------------*/
nav {
	width: 100%;
	height: 100%;
	border-bottom: 4px solid #7b9fa7;
	border-top: 4px solid #7b9fa7;
	padding: 5px 0;
}
nav ul {
	width: 100%;
	display: block; 
	list-style: none;
	position: relative;
	margin: 0 auto;	
}
nav ul li {
	list-style: none; 
	margin: 0;  
	display: inline-block;
	padding-right: 20px;
	float: left;
}
nav li a {
	background: transparent;
	display:block; 
	font-size: 18px;
	font-weight: 500;
	color: #d5cec6;
	color: #7b9fa7;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	font-family: 'MuseoSans900', sans-serif;
}
nav li a:hover, 
nav li a.selected { color: #ebe3da; border: 0px; }

.contact { padding-right: 0; }
nav .left {
	padding-left: 10px;
}
nav .right {
	padding-right: 10px;
}

/*-----------------------------

HOME

-----------------------------*/

#welcome {
	text-indent:-9999px;
	background: transparent url("../assets/welcome.png");
	height: 82px;
	width:354px;
	margin: 20px;
	/* position: absolute;
	left: 0;
	top: 40px; */
}
#rtb { padding: 30px 0; }


/*-----------------------------

HERO

-----------------------------*/
#hero {
	width: 880px;
	margin: 0 auto;
	position: relative;
}

/* Easy Slider */
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */		

#slider {
	margin: 0 auto;
	position: relative;
	display: block;
	-webkit-box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
	-moz-box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
	box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
	/* define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here */ 
	width: 880px;
	height: 280px;
	overflow: hidden;
	position:relative;
}
#prevBtn { left: 2px; top: 120px; }
#nextBtn { right: 2px; top: 120px; }
#prevBtn, #nextBtn,
#slider1next, #slider1prev{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 1000;
	display: none;
}															
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {  
	display:block;
	position:relative;
	width:70px;
	height:70px;
	background: transparent url("../assets/btn_prev.png") no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background: transparent url("../assets/btn_next.png") no-repeat 0 0;	
}
.slide-info {
	max-width: 25%;
	height: 100%;
	background: #044d67;
	background: rgba(4, 77, 103, 0.9);
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fffbed;	
}
.slide-info h2 {
	color: #fffbed;
	text-transform: capitalize;
	font-size: 36px;
}
#content .slide-info .button {
	font-size: 24px;
	padding: .5rem 1rem .375rem;
	margin: 1rem 0;
	opacity: 1;
}



/*-----------------------------

ABOUT

-----------------------------*/
#about .quote {
	margin: 0 auto 2em;
	padding: 10px 10%;
	line-height: 1.6;
	text-transform: none;
	font-family: 'MuseoSans500', sans-serif;
}
#about .staff h4 {
	margin-bottom: 5px;
}
#about .staff p {
	font-size: .85rem;
}

/*-----------------------------

SERVICES 

-----------------------------*/
#instructions {
	margin: 0 auto;
	bb
	color: rgba(51, 51, 51, 0.6);
}
#instructions h2 {
	margin-bottom: 0;
}
#instructions p {
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	visibility: hidden;
	padding: 0;
}
#instructions:hover p {
	color: #F37B43;
	visibility: visible;
}
.page-title a:hover {
	background: none;
}
.services .row {
	padding-bottom: 4em;
}
.services aside {
	padding-top: 20px;
}
.services h4 {
	text-align: center;
}
#rollover {
	background: url("assets/rollover.png");
	margin:0 144px; 
	position:absolute;
	top:340px; left:94px;
}
#services article h4 {
	color: #f2f2f2;
	display: inline;
}
article #office,
article #construction,
article #retail,
article #commercial {
	display:block;
	width:162px; height:200px;
	margin:0px 30px 66px;
	float:left;
	opacity:0.7;
	filter:alpha(opacity=70);
}

/*-----------------------------

WHY US
-----------------------------*/
#whyus #a {
	padding-bottom: 2em;
}
#before {
	-webkit-box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
	-moz-box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
	box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
}
#after {
	-webkit-box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
	-moz-box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
	box-shadow: 0 0 8px rgba(130, 126, 120, 0.5);
}


/*-----------------------------

CONTACT

-----------------------------*/
.intro {
	line-height: 1.3;
	text-transform: none;
	padding-bottom: .25em;
}
#contact_title {
	margin: 0 auto;
}
#contact article img {
	float: left;
	margin: 40px 10px 10px;
}
#contactform {

}
fieldset {
	
}
label {
	font-size: 15px;
	line-height: 170%;
	color: #444;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.input {
	height: ;
	width: 100%;
	padding: 8px 6px;
	margin: 2px 0 8px 0;
	/*-moz-border-radius: 5px;
	border-radius: 5px;*/
	font-size: 15px;
	color: #555;
	border: none;
	-moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
	box-shadow: 0 0 5px rgba(153, 153, 153, 0.5);
	background: #F8F6F1;
	outline:none;
	font-family: 'museosans_500', sans-serif;
}
.how {
	height:28px;
	width: 200px;
	padding:2px;
	margin: 3px 0 10px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	color: #555;
	border:none;
	-moz-box-shadow: inset 0 0 5px #999;
	-webkit-box-shadow: inset 0 0 5px #999;
	box-shadow: inset 0 0 5px #999;
	background: #f2f2f2;
	outline:none;
	font-family: 'museosans_500', sans-serif;
}
#textarea {
	height: 120px;
	width: 380px;
	resize: none;
	padding:6px;
	outline:none;
}
#contact .button {
	margin-top: 20px;
	padding: .5rem 2rem .25rem;
}
/*
.submitbutton {
	text-indent: -9999px;
	border:none;
	background: transparent url("../assets/submit_button.png") 0 0 no-repeat;
	width: 128px;
	height: 48px;
	margin: 10px 0;
}
.submitbutton:hover {
		background-position:0 -48px;
		cursor:pointer;
		margin-top: ;
}
*/

/*-----------------------------

CALL TO ACTION

-----------------------------*/
#cta { background: #e0dad0; padding: 50px 0; }
.cta-button, .cta-message { padding: 20px 0 25px; }
.cta-message p {
	/* font-family: 'Dancing Script', cursive; */
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 0;
} 



/*-----------------------------

FOOTER

-----------------------------*/ 
footer {
	width: 100%;
	height: 100%;
	padding: 20px 0;
	margin: 0 auto;
	position:relative;
	text-align:left;
	position: relative;
	/*background: #03384b;*/
	clear:both;
}
footer p, 
footer #colophon p, 
footer #colophon a {
	color: #e0dad0;
	color: #7b9fa7;
	font-size: .9375rem;
	font-size: .75rem;
}
#twitter, #emailme {
	position: relative;
	padding: 0;
	display: inline-block;
}
#twitter {
	width: 36px; 
	height:24px;
	background: url("../assets/twitter.png");
	text-indent: -9999px;
}
#emailme {
	/* width:31px;
	height:24px;
	background: url("../assets/email.png");
	text-indent:-9999px; */
}
footer #colophon a#credit {
	font-size: .75rem;
}
a#credit, a#emailme {
	color: #7b9fa7;
}
a#emailme {
	color: #7b9fa7;
	letter-spacing: .05em;
	font-family: 'MuseoSans900', sans-serif;
}
footer a#credit:hover, footer a#emailme:hover {
	color: #e0dad0;
	color: #95c0ca;
	/* border-bottom: 1px solid #e0dad0; */
}
#contact-info {
	padding-bottom: 25px;
	text-transform: uppercase;
}
#contact-info p {
	font-size: .9375rem;
	text-transform: uppercase;
	vertical-align: middle;
}
#contact-info a {
	vertical-align: middle;
}

/*-----------------------------

THANK YOU

-----------------------------*/
.thankyou section {
	padding-top: 20px;
}
#thankyou {
 	display:block;
 	width: 820px; height:450px;
 	background: transparent url("../assets/thankyou.jpg");
 	text-indent: -9999px;
 	margin: 0 auto 100px;
}
/*-----------------------------

404

-----------------------------*/
.four-o-four section {
	padding-top: 20px;
}
#errorbox {
 	margin: 0 auto;
 	padding: 2em 0;
 	text-align: center;
 }
#error { 	
 	font-family: 'MuseoSans900', sans-serif;
 	font-size: 250px;
    color: #00465e;
    line-height: 1;
}
/*-----------------------------
*         FIX          * 
-----------------------------*/ 

#content, #container, header, footer, nav, section, article, aside {
}
.transparent {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
}
