body{
	margin:0;
	padding:0;
	background:#112b4e;
}

h1 {
	font-family: 'Roboto Slab', serif; 
	font-weight:400; 
	font-size:1.625em; 
	color:#112b4e; 
	margin:0; 
	letter-spacing:-1px; 
	padding:0;
}
h2 {
	display:inline-block; 
	padding:0 10px; 
	margin:0; 
	font-size:1.5em;
	color:#fdf6e7; 
	font-family: 'Roboto Slab', serif; 
	font-weight:300;
}
h3 {
	padding:0 0 10px 0; 
	margin:0; 
	font-size:1.250em; 
	color:#fdf6e7; 
	font-family: 'Roboto Slab', serif; 
	font-weight:400;
}
p {
	color:#fdf6e7; 
	font-family: 'Roboto Slab', serif; 
	font-size:0.813em; 
	line-height:19px; 
	margin:0 0 10px 0; 
	font-weight:300;
}
a {
	text-decoration:none;
}
strong {
	font-weight:400;
}

#header, #home, #about, #services, #gallery, #contact {
	width: 100%;
}

#masterContainer {
	position:relative;
}
#masterContainer.fixed {
	padding:75px 0 0 0;
}

/*HOLDING */
.holdWrapper {
	width:800px;
	margin:0 auto; 
	text-align:center;
}
.holdTitle {
	width:100%; 
	margin:20px auto; 
	text-align:center; 
	height:30px; 
	background:url(../images/barHold.png) no-repeat center;
}
.holdTitle h2 {
	background:#112b4e; 
	margin:0;
}
.holdTitle p {
	display:inline-block; 
	background:#112b4e; 
	margin:0; 
	padding:5px 10px;
}
.holdText {
	width:275px; 
	margin:0 auto; 
	text-align:center; 
	padding:0;
}
.holdContact {
	width:275px; 
	margin:0 auto; 
	text-align:center; 
	padding:0;
}
.holdContact a {
	color:#fdf6e7;
}
.holdTitle_short {
	width:100%; 
	margin:30px auto 10px auto; 
	text-align:center; 
	height:30px; 
	background:url(../images/barHold_short.png) no-repeat center;
}
.holdSocial {
	width:275px; 
	text-align:center; 
	padding-top:10px;
}

/* HOME */
#home{
	background:url(../images/CoverShot.jpg) 50% 50% no-repeat;
	color: white;
	height:auto;
	position:absolute;
	margin: 0 auto;
	padding: 0;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.homeLogo {
	height:100%; 
	width:100%; 
	margin:0 auto; 
	background:url(../images/logoHome.png) no-repeat 50% 25%;
	background-size:70% auto;
}
#scrollWrapper {
	width:100%; 
	z-index:11; 
	margin:50px 0 0 0;
}
#scrollBtn {
	width:50px; 
	margin:0 auto;
}

/* HEADER */
#header {
	width:100%; 
	margin:0 auto; 
	height:90px; 
	background:#fdf6e7; 
	position:absolute; 
	bottom:0; 
	z-index:500;
}
#header.fixed {
	position:fixed; 
	z-index:500; 
	top:0;
}
#headerContainer {
	width:768px; 
	margin:0 auto;
}
.logoBox {
	float:left; 
	margin:23px 0 0 0;
}
.logoBox p {
	color:#112b4e;
	font-size:0.625em; 
	font-weight:400; 
	margin:-5px 0 0 0; 
	word-spacing:1px;
}
.trade {
	font-size:0.35em;
	margin-left:-4px;
}
.navBox {
	float:right; 
	margin:0;
}
#nav {
	color:#112b4e; 
	margin:0; 
	padding:0;
}
#nav ul {
	margin:0; 
	padding:35px 0 0 0; 
	text-align:center; 
	float:left;
}
#nav li {
	margin:0; 
	padding:0 10px;
	display:inline; 
	font-family: 'Roboto Slab', serif; 
	color:#112b4e; 
	font-size:0.875em;
}
#nav li a {
	color:#112b4e; 
	text-decoration:none;
}
#nav li a:hover, #nav .active-slide a.active, #nav a.active {
	color:#112b4e;
	text-decoration:none;
	border-bottom:2px solid #112b4e;
}
#nav .active-slide a.active, #nav a.active {
	color:#112b4e;
	border-bottom:2px solid #112b4e;
}
#social {
	width:60px;
	height:21px;
	display:block;	
	margin:0;
	float:left;
}
#social p {
	margin:0;
	padding:33px 0 0 0;
}
p a.socialTumblr {
	display:block;
	width:30px;
	height:21px;
	background:url(../images/social_tumblr.png) 0 0 no-repeat;
	text-indent:1000%;
	white-space:nowrap;
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	cursor:pointer;
	float:left;
}
p a.socialInstagram {
	display:block;
	width:30px;
	height:21px;
	background:url(../images/social_instagram.png) 0 0 no-repeat;
	text-indent:1000%;
	white-space:nowrap;
	overflow:hidden;
	padding:0;
	margin:0;
	text-decoration:none;
	cursor:pointer;
	float:left;
}
.mobileMenu {
	display:none;
}
#navMobile {
	display:none;
}

/* ABOUT */
#about{
	background: #112b4e;
/*	background:url(../images/BG1.jpg) no-repeat 0 0 fixed;  */
	color: white;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	padding: 0 0 40px 0;
}
#about h2 {
	background:#112b4e;
}

/* WHAT WE DO */
#services{
	background: #112b4e;
	color: white;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
}
#services h2 {
	background:#112b4e;
}
#servicesVinyl {
	background:url(../images/serviceimgs_wrap.png) no-repeat;
	width:172px;
	height:120px;
}
#servicesArt {
	background:url(../images/serviceimgs_art.png) no-repeat;
	width:172px;
	height:120px;
}
#servicesInterior {
	background:url(../images/serviceimgs_interior.png) no-repeat;
	width:172px;
	height:120px;
}
#servicesDecal {
	background:url(../images/serviceimgs_decal.png) no-repeat;
	width:172px;
	height:120px;
}

/* WHY WRAP */
#why{
	background: #354b66;
	color: white;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
}
#why h2 {
	background:#354b66;
}
#whyWeigh {
	background:url(../images/whyimgs_weight.png) no-repeat;
	width:172px;
	height:120px;
}
#whyCash {
	background:url(../images/whyimgs_cash.png) no-repeat;
	width:172px;
	height:120px;
}
#whyAero {
	background:url(../images/whyimgs_aero.png) no-repeat;
	width:172px;
	height:120px;
}
#whyColor {
	background:url(../images/whyimgs_color.png) no-repeat;
	width:172px;
	height:120px;
}

/* GALLERY */
#gallery{
	background: #354b66;
	color: white;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#galleryContainer {
    margin: 0 auto;
	overflow:hidden;
}
#galleryWrapper {
	width:100%;
	padding:20px 0;
}
.captionWrapper {
	width:768px;
	margin:0 auto;
	height:100%;
}
.container1, .container2 {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.container1 {
	top:100px;
	width: 50%;
  	max-width: 500px;
  	margin:0 auto;
  	padding: 10px 0;
  	text-align:center;
}
.container1 h2 {
	font-size: 2em;
	opacity:1;
	color:#fdf6e7;
	margin:0;
	padding:0;
	letter-spacing:-1px;
	text-shadow: 1px 1px #112b4e;
	font-weight:400;
}
.container2 {
	bottom:200px;
	width: 50%;
  	max-width: 500px;
  	margin:0 auto;
  	padding: 10px 0;
  	text-align:center;
}
.container2 h2 {
	font-size: 2.5em;
	opacity:1;
	color:#fdf6e7;
	margin:0;
	padding:0;
	letter-spacing:-2px;
	line-height:1.1em;
	font-weight:300;
}
.item {
	padding:5px;
}

#parallax1{
	background:url(../images/parallaxImages1.jpg) 50% 0 no-repeat fixed;
	color: white;
	height:350px;
	margin: 0 auto;
	overflow:hidden;
	z-index:800;
	position:relative;
} 
#parallax2{
	background:url(../images/image2.jpg) 50% 0 no-repeat fixed;
	color: white;
	height:350px;
	margin: 0 auto;
	overflow:hidden;
	z-index:800;
	position:relative;
} 
#parallax3{
	background:url(../images/image3.jpg) 50% 0 no-repeat fixed;
	color: white;
	height:350px;
	margin: 0 auto;
	overflow:hidden;
	z-index:800;
	position:relative;
} 
#parallax4{
	background:#fdf6e7;
	background:url(../images/image4.jpg) 50% 0 no-repeat fixed;
	color: white;
	height:350px;
	margin: 0 auto;
	overflow:hidden;
	z-index:800;
	position:relative;
} 
 
/* CONTACT */
#contact{
	background: #112b4e;
	color: white;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
}
#contact h2 {
	background:#112b4e;
}


/* GENERAL */
.title {
	width:100%; 
	margin:60px auto 20px auto; 
	text-align:center; 
	height:30px; 
	background:url(../images/bar.png) no-repeat center;
}
.titleGallery {
	width:100%; 
	margin:60px auto 20px auto; 
	text-align:center; 
	height:30px; 
	background:url(../images/barGallery.png) no-repeat center;
	float:left;
	z-index:3;
	position:relative;
}
.titleGallery h2 {
	text-shadow:1px 1px #112b4e;
}
.lineShort {
	width:300px; 
	margin:20px auto; 
	text-align:center; 
	height:30px; 
	background:url(../images/bar.png) no-repeat center;
}
.topLine {
	width:100%; 
	margin:20px auto; 
	text-align:center; 
	height:30px; 
	background:url(../images/bar.png) no-repeat center;
}
.signoff {
	width:768px; 
	margin:0 auto; 
	padding:0; 
	background:url(../images/planeSignoff.png) no-repeat; 
	height:86px;
	clear:both;
}
#signoffGallery {
	width:768px; 
	margin:0 auto; 
	padding:0; 
	background:url(../images/planeSignoff.png) no-repeat; 
	height:86px;
	z-index:999;
	position:relative;
	bottom:200px;
}
.contentContainer {
	width:768px; 
	margin:0 auto; 
	padding:0;
}
.introText {
	width:100%; 
	padding:0 0 20px 0; 
	border-bottom:#fdf6e7 solid 1px;
}
.introText p {
	font-size:1.125em; 
	font-weight:300; 
	line-height:24px; 
	text-align:center;
}
.introText2 {
	width:500px; 
	padding:20px 0;
	margin:20px auto;
	clear:both;
}
.introText2 p {
	font-size:1.125em; 
	font-weight:300; 
	line-height:24px; 
	text-align:center;
}
.introText2 a {
	color:#fdf6e7;
	text-decoration:none;
}
.introText2 a:hover {
	text-decoration:underline;
}
.baseText {
	width:500px; 
	padding:0;
	margin:20px auto;
	clear:both;
}
.baseText p {
	font-size:1.125em; 
	font-weight:300; 
	line-height:24px; 
	text-align:center;
}
.baseText a {
	color:#fdf6e7;
	text-decoration:none;
}
.baseText a:hover {
	text-decoration:underline;
}
.columns2 {
	float:left;
	margin:30px 0 20px 0;
	-moz-column-count:2; /* Firefox */
	-moz-column-gap:30px; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	-webkit-column-gap:30px; /* Safari and Chrome */
	column-count:2;
	column-gap:30px;
	text-align:left;
}
.textWrapper {
	margin:0 auto 20px auto; 
	width:768px;
	float:left;
}
.textBox {
	margin:0 26px 0 0; 
	padding:0; 
	float:left;
	width:172px; 
	text-align:center;
}
.textBoxRight {
	margin:0; 
	padding:0; 
	float:right;
	width:172px; 
	text-align:center;
}
/* FORM */
#contactForm {
	width:768px;
	margin:0 auto;
	padding:10px 0;
}
#hidden {
	display:none;
}
form    {
	margin:auto;
	position:relative;
	width:768px;
	font-family: 'Roboto Slab', serif; 
	font-size: 0.875em;
	font-weight:300;
	line-height: 24px;
	color: #fdf6e7;
	text-decoration: none;
	text-align:center;
}
label {
	font-family:'Roboto Slab', serif;
	display:block;
	margin:20px 0 0 0;
}
input    {
	width:250px;
	display:block;
	border: 1px solid #fdf6e7;
	background:#112b4e;
	height: 25px;
	margin:0;
	text-align:left;
	color:#fdf6e7;
}
textarea {
	width:600px;
	height:150px;
	background:#112b4e;
	border:1px solid #fdf6e7;
	color:#fdf6e7;
	display:block;
	margin:0 auto;
}
.styled-select {
	width: 250px;
   	height: 30px;
   	overflow: hidden;
   	background: url(../images/selectArrow.png) no-repeat right;
   	border: 1px solid #fdf6e7;
}
select {
   background: transparent;
   width: 250px;
   border:0;
   border-radius: 0;
   height:30px;
   -webkit-appearance: none;
   color:#fdf6e7;
   font-family:'Roboto Slab', serif;
   font-weight:300;
   padding:0 0 0 10px;
}
input.button {
	width:100px;
	background:#fdf7e6;
	color:#112b4e;
	font-family: 'Roboto Slab', serif;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px auto;
	text-align:center;
}
input.button:hover {
	background:#112b4e;
	color:#fdf6e7;
	cursor:pointer;
}
.rowLeft {
	width:300px;
	float:left;
	margin:0 0 0 85px;
	text-align:left;
	padding:0;
}
.rowRight {
	width:250px;
	float:right;
	margin:0 85px 0 0;
	text-align:left;
	padding:0;
}
.formRow {
	width:600px;
	margin:0 auto;
	display:block;
	clear:both;
}
.successMessage {
	display:none;
	width:100%;
	text-align:center;
	margin:0 0 20px 0;
}
.errorMessage {
	display:none;
}
label.error {
	color:#3CF;
	margin:0 0 20px 0;
	display:block;
}
.captchaRow {
	width:250px;
	margin:0 auto;
	display:block;
	clear:both;
	padding:10px 0;
}
.captchaRow p {
	margin:5px 10px;
	float:left;
	font-size:1em;
}
input.sum    {
	width:25px;
	display:block;
	background:#112b4e;
	height: 25px;
	margin:0;
	text-align:left;
	color:#fdf6e7;
	float:left;
	border:0;
}
#spambot {
	float:none;
}
.captcha {
	width: 100px;
}