@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700,400italic);

/*@font-face {
    font-family: 'wisdom_script';
    src: url('../fontkit/wisdom_script-webfont.eot');
    src: url('../fontkit/wisdom_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontkit/wisdom_script-webfont.woff') format('woff'),
         url('../fontkit/wisdom_script-webfont.ttf') format('truetype'),
         url('../fontkit/wisdom_script-webfont.svg#abraham_lincolnregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* ============================== */
/* RESETS */
/* ============================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.weatherFeed {
	position: absolute;
	top: 18px;
	left: 35px;
	margin: 0;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-bottom: 5px #ccc solid;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { 
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif !important;
	font-size: 20px;
	color: #666;
	text-transform: normal;
}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherLink {
	display: none;
}
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 11px; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecast {
	display: none;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

/*.odd { background-color: #eee; }
.even { background-color: #eee; }*/

/* ============================== */
/* SITE ELEMENTS  */
/* ============================== */

* {margin: 0; padding: 0;}

html, body {height: 100%; background: #f6f6f6; overflow-x: hidden;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	}

::-moz-selection  { background: #09f; color:#000; text-shadow: none; }

::selection  { background: #09f; color:#000; text-shadow: none; } 

a {cursor: pointer;}
	
a:active, a:focus{outline: 0;}

img {border: none;}
	
.left {float: left;}

.right {float: right;}

.center {text-align: center;}

.subtitle {font-style: italic; color: #999;}

ul, li {list-style: none;}

img, object, embed {max-width: 100%;}

img {height: auto;}
	
.line { border: none; border-bottom: 4px dashed rgba(106,105,101,0.4); height: 0px; margin: 0 auto; margin: 16px 0;  }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

textarea {resize: none;}

/* ============================== */
/* TYPOGRAPHY  */
/* ============================== */

h2 {
	margin: 25px 0 0;
	font: bold 24px/30px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	color: #161616;
	line-height: 1em;
	text-transform: uppercase;
	}
.lighten h2 {
	color: #fff;
}
h3 {
	margin: 3px 0;
	padding: 0;
	font: bold 18px/24px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	color: #3f658a;
	text-transform: uppercase;
	}
h4 {
	margin: 15px 0;
	padding: 0;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
	}
h1 span, h2 span, h3 span, h4 span {
	color: #de1c25;
}
h5 {
	margin: 15px 0;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #de1c25;
	line-height: 30px;
	text-transform: uppercase;
	}
.lighten h5 {
	margin: 0 0 15px;
	color: #999;
	line-height: 30px;
	text-transform: none;
	}
h6 {
	margin: 15px 0 0px;
	padding: 0;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #366;
	text-transform: uppercase;
	}
.lighten h6 {
	margin-bottom: 15px;
	color: #fff;
	}
form h6 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #333;
	border-bottom: 2px #ddd solid;
}
p {
	margin: 15px 0;
	font-size: .9em;
	color: #111;
	line-height: 1.4em;
	}
.lighten p {
	color: #ddd;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
img.alignleft {
	float: left;
	margin: 5px 25px 10px 0;
	padding: 10px;
	background: #fff;
	border-bottom: 1px #ccc solid;
}
.shorten_600 {
	width: 600px;
}
.shorten_800 {
	width: 800px;
}
#reports {
	margin: 0 auto;
	width: 800px;
}
#reports h1,
#reports h2,
#reports h3,
#reports h4 {
	font: bold 36px "PT Sans Narrow", arial, sans-serif;
}
#reports img {
	margin: 15px 15px 15px 2px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px #999 solid;
}
small {
	display: block;
	margin: 5px 0;
	font-size: .9em;
	font-style: italic;
	line-height: 1.4em;
}
.columns {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
  }
#footer p {
	margin: 5px;
	font-size: 11px;
	color: #777;
	text-align: center;
	}
	
/* ============================== */
/* LISTS  */
/* ============================== */

ul, ol {
	margin: 15px 25px;
	}
ul li {
	list-style: disc;
	}
ol li {
	list-style: decimal;
	}
li {
	padding: 10px 0;
	font-size: 13px;
	color: #eee;
	line-height: inherit;
	}
.darken li {
	color: #262628;
	}
	
/* -- Listpocalypse -- */

.date, 
.date li, 
.flex-direction-nav, 
.flex-direction-nav li,
nav ul,
nav li,
#pre ul,
#pre li,
.slides,
.slides li,
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Checklist
- - - - - - - - - - - - - - */

.checklist, .xlist {
	margin: 15px 0;
	}
.checklist li, .xlist li {
	padding-left: 35px;
	list-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.checklist li {
	background: url(../images/checkmark.png) 8px center no-repeat;
	}
.xlist li {
	background: url(../images/xmark.png) 8px 6px no-repeat;
	}
li.alt, checklist li.alt, .xlist li.alt {
	background-color: rgba(0,0,0,.1);
	}

/* ============================== */
/* HEADER & HEADERS */
/* ============================== */

h1#logo {
	display: block;
	margin: 19px auto 20px;
	padding: 0;
/*	width: 306px;
	height: 156px;*/
	width: 450px;
	height: 170px;
	background: url(../images/logo.png) no-repeat;
	z-index: 9999;
	}
h1#logo a {
	display: block;
	width: 450px;
	height: 170px;
	text-indent: -9999px;
	}
a#logo_footer {
	display: block;
	margin: 20px auto 0;
	padding: 0;
	width: 306px;
	height: 156px;
	text-indent: -9999px;
	background: url(../images/logo_footer.png) no-repeat;
	z-index: 9999;
	}

/* ============================== */
/* LINKS  */
/* ============================== */

a {
	color: #516a9c;
	text-decoration: underline;
   -webkit-transition:color .25s ease-in;  
   -moz-transition:color .25s ease-in;  
   -o-transition:color .25s ease-in; 
   -ms-transition:color .25s ease-in;  
   transition:color .25s ease-in;  
	}
a:hover {
	text-decoration: underline;
	}
.btn {
	display: inline-block;
	margin: 10px 0;
	padding: 8px 15px;
	font: bold 24px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
	background: #ed2f38; 
	-moz-box-shadow: 0 1px 0 #111;
	-webkit-box-shadow: 0 1px 0 #111;
	box-shadow: 0 1px 0 #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   -webkit-transition:background-color .25s ease-in;  
   -moz-transition:background-color .25s ease-in;  
   -o-transition:background-color .25s ease-in; 
   -ms-transition:background-color .25s ease-in;  
   transition:background-color .25s ease-in;  
  }
.btn:hover {
	text-decoration: none;
	background: #C33;
  }
  
/* -- Submit Button -- */
  
form #submit, input[type="submit"], .jumbo {
	display: inline-block;
	margin: 25px 15px 15px 0;
	padding: 12px 25px 10px;
	width: auto;
	height: auto;
	font: bold 1.6em "PT Sans Narrow", Arial, Helvetica, sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0px #000;
	background: #099;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 #366;
	-webkit-box-shadow: 0 3px 0 #366;
	box-shadow: 0 3px 0 #366;
   -webkit-transition:background-color .25s ease-in;  
   -moz-transition:background-color .25s ease-in;  
   -o-transition:background-color .25s ease-in; 
   -ms-transition:background-color .25s ease-in;  
   transition:background-color .25s ease-in;  
	cursor: pointer;
	}
form #submit:hover, input[type="submit"]:hover {
	background:  #066;
	-moz-box-shadow: 0 3px 0 #033;
	-webkit-box-shadow: 0 3px 0 #033;
	box-shadow: 0 3px 0 #033;
	}
input#validate {
	margin-left: auto;
	margin-right: auto;
}
  
/* ============================== */
/* NAVIGATION MENUS  */
/* ============================== */

#pre {
	height: 5px;
	background: #000;
	border-top: 1px #000 solid;
}
#header {
	position: relative;
	width: 100%;
	height: 260px;
	border-top: 1px #eee solid;
}
.cycle {
	cursor: pointer;
}
.cycle img {
	margin: 0;
}
.iframe_wrap {
	float: left;
	margin: 15px 25px 0 0;
	width: 480px;
	height: 640px;
	background: url(../images/boat.png) center bottom no-repeat;
}
.iframe_wrap p {
	font-size: .75em;
	color: #111;
	line-height: 1.4em;
	text-align: center;
}
section {
	position: relative;
	padding: 25px 0 50px;
}
#two, .gallery {
	padding: 0;
}
#two.gallery {
	margin: 0 auto 50px;
	width: 1265px;
}
#gallery_wrap {
	width: 1500px;
}
.gallery {
	height: 3700px;
	overflow: hidden;
}
.gallery a {
	float: left;
	margin: 0 1px 1px 0;
}
.gallery img {
	margin: 0;
}
#two {
}
#three {
}
#wood {
	background: url(../images/bg.jpg);
	border-top: 1px #999 solid;
}
#captain_rob {
	position: absolute;
	bottom: -70px;
	right: 0;
}
#four {
	background: #4c4c4c;
}
#five {
	background: #555;
}
#footer {
	padding: 25px 0 50px;
	background: #333;
}
	
/* -- Navigation Bar --*/	
	
nav {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	}
nav ul {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: "PT Sans Narrow", arial, sans-serif !important;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-transform: normal;
/*	text-shadow: 0 -1px 0 #fff;*/
	}
nav li:first-child, nav li:first-child a {
}
/*nav li:last-child a {
	padding-right: 0;
}*/
nav a {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 5px 25px;
	height: 100%;
	color: #666;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	z-index: 1;
	}
nav a:hover {
	color: #de1c25;
	text-decoration: none;
}
nav a.current {
	color: #161616;
	text-decoration: none;
	}
#call {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 228px;
	height: 54px;
	text-indent: -9999px;
	background: url(../images/call.png);
	}
#email {
	position: absolute;
	top: 93px;
	right: 35px;
	width: 228px;
	height: 22px;
	text-align: center;
	}
#book {
	color: #fff;
	background: #ed2f38; 
}
nav li.nav_icons {
	padding: 25px 0;
	background: none;
  }
	
/* ============================== */
/* ELEMENTS
/* ============================== */

#wrap {
	margin: 0 auto;
	width: 960px;
}
.content {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 24px;
	overflow: hidden;
}
.divider {
	display: block;
	margin: 30px 0 25px;
	width: 100%;
	height: 0;
	border-top: 1px #999 solid;
	border-bottom: 1px #fff solid;
	clear: both;
}
article {
  }
#wood article {
/*	width: 700px;*/
	text-align: center;
}
.home #wood .content article {
	width: 700px;
}
.boxes_2,
.boxes_3,
.boxes_4 {
	font-size: .9em;
	height: auto;
	vertical-align: top;
  }
.boxes_2 {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 470px;
  }
.boxes_2:nth-child(2) {
	margin-right: 0;
}
.boxes_3 {
	display: block;
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	width: 315px;
  }
.boxes_3 img {
	margin: 0;
	width: 315px;
}
.boxes_3 p {
	margin-right: 25px;
}
.boxes_3:nth-child(3), 
.boxes_3:nth-child(6),
.boxes_small:nth-child(3), 
.boxes_small:nth-child(6) {
}
.boxes_4 {
	display: inline-block;
	margin: 15px;
	width: 210px;
  }
.boxes_small {
	display: inline-block;
	margin: 0 10px 0 3px;
	width: 135px;
	font-size: .75em;
	font-style: italic;
	text-align: center;
}

/* -- Pictures --*/

article img {
	margin: 20px 0 10px;
	}
img.left {
	margin: 20px 25px 10px 0;
	}
img.right {
	margin: 20px 0 10px 25px;
	}

/* ============================== */
/* SLIDESHOW */
/* ============================== */


.hero {
	display: block;
	position: relative;
	padding: 0 0 56.25%;
	width: 100%;
	height: 1px;
	background: #000;
}
.hero img {
	width: 100%;
	height: auto;
}
.hero .banner {
	display: grid;
	align-content: center;
	justify-content: center;
	justify-items: baseline;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15%;
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,.75);
	background: rgba(0,0,0,.25);;
	box-sizing: border-box;
}
.hero .banner.dragdown {
	align-content: flex-end;
	padding: 0 15% 5%;
}
.hero .banner.dragright {
	justify-items: center;
	padding: 0 4% 0 42.5%;
	text-align: center;
}
@media only screen and (max-width: 1680px) {
	.hero .banner.dragright {
		justify-items: center;
		padding: 0 4% 0 40%;
		text-align: center;
	}
}
@media only screen and (max-width: 1440px) {
	.hero .banner.dragright {
		justify-items: center;
		padding: 0 3% 0 37.5%;
		text-align: center;
	}
}
.hero .tagline {
	font-family: "DM Serif Display", serif;
	font-size: 2rem;
}
.hero a.btn {
	display: inline-block;
	min-width: 180px;
	font-family: Jost, sans-serif;
	font-family: "DM Serif Display", serif;
	font-weight: 300;
	text-shadow: none;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #16728e;
	border: none;
	border-radius: 48px;
	box-shadow: none;
}
.hero h2 {
	margin: 1.2rem 0 2rem;
	font-family: Jost, sans-serif;
	font-family: "DM Serif Display", serif;
	font-size: 5rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	line-height: .9;
}
.bg-blue {
	padding: 3rem 0;
	background: #16728e;
}
.bg-blue h2 {
	margin: 1.2rem 0;
	font-family: "DM Serif Display", serif;
	font-size: 2.1rem;
	color: #fff;
	text-transform: none;
}
@media only screen and (max-width: 1680px) {
	.hero h2 {
		font-size: 4.8rem;
	}
	.bg-blue h2 {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 1440px) {
	.hero h2 {
		font-size: 1.9rem;
	}
}
.bg-blue p {
	margin: 0;
	color: rgba(255,255,255,.75);
	line-height: 1.6;
}
.bg-blue a.btn {
	display: inline-block;
	margin: 1.2rem 0 0;
	font-family: "DM Serif Display", serif;
	font-weight: 300;
	font-size: 115%;
	text-shadow: none;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #2d877b;
	border: none;
	border-radius: 48px;
	box-shadow: none;
}
.box {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 80%;
	background: #272439;
	border-radius: 6px;
	overflow: hidden;
}
@media only screen and (max-width: 1680px) {
	.box {
		width: 84%;
	}
}
@media only screen and (max-width: 1440px) {
	.box {
		width: 90%;
	}
}
.box > div {
	padding: 2rem;
}
.alt {
	font-family: "DM Serif Display";
	font-size: 125%;
	font-weight: 300;
}
.pics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1%;
	margin: 1.5rem 0;
}
#art {
	margin: 0 auto;
	padding: 0;
	width: 1045px;
	height: 450px;
	overflow: visible;
}

#slideshow {
	width: 1045px;
	height: 450px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
#ribbon {
	position: absolute; 
	bottom: -20px; left: 50%; 
	margin-left: -344px;
	z-index: 9999999;
}

/* ============================== */
/* SOCIAL ICONS */
/* ============================== */

a#twitter, a#facebook, a#yelp {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	}
a#twitter {
	margin-left: 15px;
	background: url(../images/sprites.png) 0 0 no-repeat;
	}
a#twitter:hover {
	background: url(../images/sprites.png) -22px 0 no-repeat;
	}
a#facebook {
	background: url(../images/sprites.png) 0 -22px no-repeat;
	}
a#facebook:hover {
	background: url(../images/sprites.png) -22px -22px no-repeat;
	}
a#yelp {
	background: url(../images/sprites.png) -44px 0 no-repeat;
	}
a#yelp:hover {
	background: url(../images/sprites.png) -44px -22px no-repeat;
	}

/* -- Larger Twitter, Facebook -- */

#social {
	margin: 25px auto;
	padding: 0 0 23px;
	width: 425px;
	background: url(../images/social.png) center bottom no-repeat;
	overflow: hidden;
	}
a#follow{
	display: block;
	float: left;
	margin: 0 0 3px;
	width: 173px;
	height: 27px;
	text-indent: -9999px;
	background: url(../images/sprites.png) 0 -98px no-repeat;
	}
a#follow:hover {
	background: url(../images/sprites.png) 0 -125px no-repeat;
	}
a#like {
	display: block;
	float: right;
	margin: 0 0 3px;
	width: 173px;
	height: 27px;
	text-indent: -9999px;
	background: url(../images/sprites.png) 0 -44px no-repeat;
	}
a#like:hover {
	background: url(../images/sprites.png) 0 -71px no-repeat;
	}	
	
/* ============================== */
/* FORMS */
/* ============================== */

form {
	position: relative;
	margin: 25px auto;
	width: 780px;
	padding: 15px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3c525f;
	line-height: 16px;
	background: #f9f9f9;
	border: 6px #bbb solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
form .left {
	width: 375px;
	text-align: left;
	}
form .right {
	width: 375px;
	text-align: left;
	}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: bold;
	color: #292f3d;
	text-transform: normal;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c565f;
	line-height: 18px;
	background: #fff;
	border-top: 1px #aaa solid;
	border-right: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	-webkit-box-shadow: inset 1px 1px 3px 1px #f2f2f2; 
	-moz-box-shadow: inset 1px 1px 3px 1px #f2f2f2; 
	box-shadow: inset 1px 1px 3px 1px #f2f2f2;
	}
input {
	padding: 5px 10px 5px 40px;
	width: 320px;
	height: 30px;
	}
input, select {
	display: block;
	}
select {
	padding-left: 15px;
	width: 375px;
	height: 30px;
	}
select#daydropdown, select#monthdropdown, select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	}
textarea {
	display: block;
	padding: 10px;
	width: 755px;
	height: 275px;
	}
input[type="radio"] {
	margin: 5px 0;
	padding: 5px 0;
	}
.checkbox {
	display: block;
	margin: 0 0 15px;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 10px 25px 10px 0;
	font-weight: normal;
	text-transform: none;;
	}
.checkbox label input {
	margin-top: 3px;
  }
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
	display: inline;
    width: 13px;
    height: 13px;
	margin: 0 5px 0 0;
    padding: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
	}
.alert {
	display: block;
	margin: -8px 0 0;
	width: 100%;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fd713a;
	text-align: right;
	}
#name {
	background: #fff url(../images/icons.png) 10px 10px no-repeat;
	}
#companyname {
	background: #fff url(../images/icons.png) 10px -42px no-repeat;
	}
#youremail {
	background: #fff url(../images/icons.png) 10px -87px no-repeat;
	}
#phone {
	background: #fff url(../images/icons.png) 10px -137px no-repeat;
	}
	
/* ============================== */
/* TABLES  */
/* ============================== */
	
table {
	padding: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	background: #f3f3f3;
	border-top: 1px #ddd solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ddd solid;
	border-bottom: 1px #333 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	table-layout:fixed;
	}
tr {
	}
tr.alt {
	background: #f9f9f9;
	}
tr.alt td {
	}
th, td {
	padding: 15px 5px;
	font-size: 13px;
	}
td {
	color: #555;
	border-bottom: 1px #e8e8e8 solid;
	border-right: 1px #ccc solid;
	}
th {
	font-weight: bold;
	color: #222;
	background: #fff;
	border-right: 1px #ddd solid;
	border-bottom: 1px #bbb solid;
	-moz-box-shadow: 0 1px 2px #ddd;
	-webkit-box-shadow: 0 1px 2px #ddd;
	box-shadow: 0 1px 2px #ddd;
	}


.mobile {
	display: none;
}
#navicon {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/icon-navicon.png) center no-repeat;
	background-size: 100%;
}
	
/* ============================== */
/* MOBILE  */
/* ============================== */

@media only screen and (max-width: 480px) {
	#test,
	#email,
	.hide {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		font: 13px/18px "Montserrat", Arial, Helvetica, sans-serif;
		-webkit-text-size-adjust: 100%;
	}
	p {
		color: #666;
	}
	.aligncenter {
		text-align: left;
	}
	#footer .aligncenter,
	#four h2.aligncenter,
	h5.aligncenter {
		text-align: center;
	}
	section {
		padding: 15px 0 25px;
	}
	#telephone {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 18px;
		height: 18px;
		text-indent: -9999px;
		background: url(../images/icon-phone.png) center no-repeat;
		background-size: 100%;
	}
	#navicon {
		display: block;
	}
	#header {
		position: fixed;
		top: 0;
		margin: 0;
		padding: 0;
		height: 50px;
		background: #f6f6f6;
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25);
		box-shadow: 0 2px 2px rgba(0,0,0,.25);
	}
	#art {
		margin-top: 50px;
		width: 100%;
		height: auto;
		z-index: 1;
	}
	#wood,
	#two,
	.gallery {
		padding-top: 60px;
	}
	.home #wood {
		padding-top: 20px;
	}
	.home #wood article {
		width: auto;
	}
	h1#logo {
		top: 0;
		margin: 0 auto;
		width: 55%;
		height: 100%;
		background: url(../images/logo-mobile.png) center no-repeat;
		background-size: 100%;
	}
	h1#logo a {
		width: 100%;
		height: 100%;
	}
	nav {
		display: none;
		position: absolute;
		top: 50px;
		height: auto;
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
		box-shadow: 0 2px 5px rgba(0,0,0,.5);
		z-index: 2;
	}
	nav li {
		display: block;
		font: bold 13px Arial, Helvetica, sans-serif;
		background: #f3f3f3; /* Old browsers */
		background: -moz-linear-gradient(top,  #f3f3f3 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f3f3f3 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
		border-top: 1px #fff solid;
		border-bottom: 1px #d3d3d3 solid;
	}
	nav a {
		padding: 15px 0;
		width: 100%;
		font: bold 13px Arial, Helvetica, sans-serif;
	}
	#home-link {
		display: none;
	}
	nav li#facebook-link {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
		border-bottom: 1px #627db5 solid;
		border-top: 1px #42577f solid;
	}
	nav li#facebook-link a {
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,.5);
		background: #627db5; /* Old browsers */
		background: -moz-linear-gradient(top,  #627db5 0%, #39507a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627db5), color-stop(100%,#39507a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #627db5 0%,#39507a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #627db5 0%,#39507a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #627db5 0%,#39507a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #627db5 0%,#39507a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627db5', endColorstr='#39507a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
#slideshow {
	width: 100%;
	height: auto;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
#ribbon {
	display: none;
	position: absolute; 
	bottom: -15px; 
	left: 10%;
	margin: 0;
	width: 80%;
	max-width: 358px;
	z-index: 9999999;
}
#three {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.content {
	padding: 0 20px;
	width: auto;
}
h2 {
	margin: 15px 0;
}
h1,
#reports h1 {
	font: bold 18px/24px "Montserrat", Arial, Helvetica, sans-serif;
	color: #333;
}
h2,
h2 span {
	font: bold 14px/18px "Montserrat", Arial, Helvetica, sans-serif;
	color: #333;
}
#footer h2 span {
	display: block;
	color: #fff;
}
h3 {
	margin: 15px 0;
	font: bold 13px/16px "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: none;
}
h5,
.lighten h5 {
	margin: 15px 0;
	font: bold 14px/18px "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: none;
}
h4,
h6 {
	margin: 15px 0;
	font: bold 14px/18px "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#wood .content {
	overflow: hidden;
}
#wood article {
	width: auto;
	text-align: left;
}
.home #wood .content article {
	width: auto;
}
#captain_rob {
	display: none;
	position: relative;
	bottom: auto;
	margin: 25px auto;
	float: none;
	width: auto;
	height: auto;
	background: rgba(0,0,0,.25);
}
.btn {
	display: block;
	width: auto;
	font: bold 14px/18px "Montserrat", Arial, Helvetica, sans-serif;
	text-align: center;
}
.boxes_3 {
	float: none;
	margin: 15px 0;
	width: auto;
	text-align: center;
}
.contact .boxes_3 {
	text-align: left;
}
a#logo_footer {
	width: auto;
	max-width: 306px;
	background-size: 100%;
}
#footer h2 {
	font-size: .8em;
}
#footer a {
	color: #999;
	font-size: 12px;
}
.shorten_600,
.shorten_800,
#reports {
	width: auto;
}
#reports img {
	width: auto;
	box-sizing: border-box;
}
#gallery_wrap {
	padding: 0;
	width: auto;
	overflow: hidden;
}
#two.gallery {
	margin: 0 20px;
	padding: 80px 0 0;
	width: auto;
	height: auto;
}
#two.gallery a,
#two.gallery img {
	display: block;
	height: auto;
}
#two.gallery img {
	float: none;
	width:100%;
}
#two.gallery a:nth-child(odd) {
}
form {
	width: auto;
	font: 400 12px/16px Montserrat, Arial, Helvetica, sans-serif;
}
form .left,
form .right {
	display: block;
	position: relative;
	float: none;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	border: none;
}
form input,
form textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
form label {
	font: 400 12px/16px Montserrat, Arial, Helvetica, sans-serif;
}
form #submit, input[type="submit"] {
	display: block;
	margin: 25px auto 10px;
	padding: 0 10px;
	width: 160px;
	height: 40px;
	font: 400 18px/40px Montserrat, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.75);
	background: #699;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px #336666 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.5);
	box-shadow: 0 4px 10px rgba(0,0,0,.5);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	-webkit-appearance: none;
	cursor: pointer;
	}
form #submit:hover, input[type="submit"]:hover {
	background: #e35152;
	border-top: 2px #cc0000 solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-webkit-appearance: none;
	}
}
@media only screen 
and (max-width: 320px) {
	#two.gallery a {
		float: left;
		margin: 0 10px 20px;
		width: 110px;
	}
	iframe {
		width: 280px;
		height: 158px;
	}
}
@media only screen 
and (min-width: 321px)
and (max-width: 480px) {
	#two.gallery a {
		float: left;
		margin: 0 15px 30px;
		width: 110px;
	}
	iframe {
		width: 440px;
		height: 248px;
	}
}
