@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,300i,400,400i,500,500i,600,600i,700,800,900|Oswald:400,500,600,700,800,900|Mr+De+Haviland');

@import url("https://use.typekit.net/ivj2ejx.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

/* ============================== */
/* 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;
}

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

* {
	margin: 0;
	padding: 0;
}
html,
body {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}
html {
	height: 100%;
	overflow-x: hidden;
	}
body {
	height: auto;
	font-family: "Libre Franklin", sans-serif;
  font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
	background: #312e2d;
	background: #c0d8dc url(images/bg-sky.jpg) left top repeat-x;
	background-size: 33.3% auto;
	background: #253045;
	background: #f3f3f3;
	}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

::-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;}

.text-align-right {
	text-align: right;
}
img {
	height: auto;
	border: none;
}
article img {
	display: block;
  margin: 5px 0;
}
.left {float: left;}

.right {float: right;}

.center {text-align: center;}


ul, li {list-style: none;}

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

sup {
	font-size: 40%;
}
.clear {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
}
.red {
	color: #c54834;
}
.pull-right {
	float: right;
}
.pull-center {
	margin: 0 auto;
  text-align: center;
}
.home .pull-center {
  text-align: left;
}
video {
	display: block;
	position: relative;
	margin: 0;
}
p.icon {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 27px;
	font-size: 90%;
	font-weight: 600;
}
p i.material-icons {
	position: absolute;
	margin: 0;
	color: #fff;
}
p.icon i,
aside#sidebar i.material-icons {
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 115%;
}

/* ============================== */
/* LISTS  */
/* ============================== */

ul, ol {
	margin: 15px 0px;
	}
main ul li {
	text-align: center !important;
list-style-position: inside !important;
}
ul li {
	list-style: disc;
	}
ol li {
	list-style: decimal;
	}
.content ul,
.article ul {
	margin-left: 10px;
}
li {
	margin: 0 0 0 15px;
	padding: 5px 0;
	}
.checklist, .xlist {
	margin: 15px 0;
	padding: 0;
	font-size: 102.5%;
	font-weight: 500;
	}
.checklist li, 
.xlist li,
.checklist dt {
	display: block;
	position: relative;
	margin: 0;
	padding: 4px 0px 4px 35px;
	list-style: none;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}	
.xlist i,
.checklist i {
	display: block;
	position: absolute;
	top: 12.5%;
	left: 0px;
	font-size: 125%;
	line-height: 1;
}
.checklist i {
	color: #448d06;
}
.sidebar .checklist i {
}
.xlist i {
	color: #f24242;
}
.xlist li a,
.checklist li a {
	color: #333;
	text-decoration: none;
}
.xlist li a:hover,
.checklist li a:hover {
	text-decoration: underline;
}
.xlist li,
.checklist li {
	position: relative;
	background: url(images/checkmark.png) 5px center no-repeat;
	}
.checklist li:last-child {
	border-bottom: 0;
}
.list-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;	
	margin: 0 !important;
	padding: 30px 0 0;
	font-size: 90%;
	line-height: 1.4;
  border-top: 3px #253045 solid;
}
.checklist.list-3 li {
	padding-left: 30px;
	padding-right: 10px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

h1 {
  display:  block;
  margin: 0;
	padding: 15px 0 20px;
	font-family: gin;
	font-size: 100px;
	font-weight: 300;
	color: #fff;
  line-height: .95;
	text-transform: uppercase;
	text-shadow: 0 1px 0px rgba(0,0,0,.25);
}
.subtitle {
	display: block;
	position: relative;
	width: 100%;
}
.subtitle:before,
.subtitle:after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	left: 0;
	right: auto;
	width: 22.5%;
	height: 1px;
	background: rgba(255,255,255,.666);
}
.subtitle:after {
	left: auto;
	right: 0;
}
h2 {
  display:  block;
  margin: 15px 0;
	font-family: Gin;
	font-family: worker;
	font-size: 72px;
	font-size: 59px;
	font-weight: 300;
	color: #353345;
  line-height: 1;
	text-transform: none;
	letter-spacing: 0px;
}
h2.alt {
	font-family: worker;
	font-size: 400%;
	line-height: .95;
}
.bg-dark h2 {
	color: #fff;
}
h3 {
	display: block;
	position: relative;
	margin: 15px 0;
	font-size: 24px;
	font-weight: 700;
	color: #4d5b78;
	line-height: 1.4;
}
h3 a {
	color: #fff;
	text-decoration: none;
}
h3 a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-wrap h3,
.bg-aqua h3 {
	color: #fff;
}
h4 {
	display: block;
	position: relative;
	margin: 15px 0;
	font-family: Oswald;
	font-size: 21px;
	font-weight: 600;
	color: #b13d3d;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
}
#intro h4 {
	margin: 0 0 5px;
}
aside h4 {
	margin: 0;
	color: #fff;
}
#captain-wrap h4 {
	color: #9fc1e0;
}
#testimonials-wrap h4 {
	margin: 0 0 5px;
	color: #fff;
}
.bg-aqua h4,
#sidebar h4 {
	color: #fff;
}
h5 {
	display: block;
	position: relative;
	margin: 15px 0;
	font-size: 19px;
	font-weight: 700;
	color: #2d4576;
	line-height: 1.3;
}
#otters h5 {
	margin: 0 0 25px;
}
#intro h5,
aside h5 {
	color: #fff;
}
h6 {
  display:  block;
  margin: 0 0 10px;
	font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child {
	margin-top: 0;
}
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
/* paragraphs */
p {
  position:  relative;
	margin: 15px 0;
	-webkit-transition:color .1s ease-in;
	-moz-transition:color .1s ease-in;
	-o-transition:color .1s ease-in;
	-ms-transition:color .1s ease-in;
	transition:color .1s ease-in;
	}
.handwriting {
	font-family: "Mr De Haviland";
	font-size: 360%;
	line-height: 1;
}
.bg-dark .handwriting {
	color: #fff;
}
blockquote {
	margin: 0 0 25px;
	font-family: Knewave;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.4;
}
blockquote img {
	margin: 0 auto 20px;
	max-width: 33.33%;
	border-radius: 100%;
}
small {
	font-size: 80%;
}

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

a {
	color: #d95436;
  -webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	}
a:hover {
	color: #d95436;
	text-decoration: underline;
}
p a {
	color: inherit;
	text-decoration: none;
}

/* ============================== */
/* BUTTONS  */
/* ============================== */

.btn,
input.btn,
.btn-hand {
	display: inline-block;
	position: relative;
	margin: 20px 0;
	padding: 12px 30px;
	font-size: 120%;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	background: #d95436;
	background: #ca5a4f;
  border-radius: 40px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;      
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
	cursor: pointer;
}
.btn:hover,
input.btn:hover,
.rates:hover .btn {
	color: #fff;
	text-decoration: none;
	background: #61ab77;
	box-shadow: 0 36px 84px rgba(0,0,0,0.1) inset;
}
#intro a.btn {
	display: block;
	font-family: Oswald;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(0,0,0,.2);
	box-shadow: none;
	border: none;
	border-radius: 0;
}
#intro a.btn:hover {
	background: #ec5151;
}
aside a.btn,
aside a.btn:hover {
	display: block;
	margin: 0 auto;
	border-radius: 0;
	border-bottom: 1px rgba(255,255,255,.1) solid;
	box-shadow: 0 48px 96px rgba(0,0,0,.333), 0 24px 36px rgba(0,0,0,.15) inset;
}
.btn:last-child {
  margin-bottom: 0;
}
.btn i {
	position: absolute;
	left: 25px;
	top: 50%;
	font-size: 17px;
	transform: translateY(-50%);
}
.btn img {
	width: 30px;
	height: auto;
}
input#submit,
input#submit:hover,
input.submit,
input.submit:hover,
input[type="submit"],
input[type="submit"]:hover {
	display: block !important;
	margin: 0 !important;
	padding: 15px 25px !important;
	width: auto !important;
	height: auto !important;
	font-size: 120% !important;
	font-weight: 600 !important;
	color: #fff !important;
	letter-spacing: 0px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25) !important;
	background: #ca5a4f!important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer;
}
#close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px;
	font-size: 240%;
 -webkit-transition: .2s ease-in;
 -moz-transition: .2s ease-in;
 -o-transition: .2s ease-in;
 -ms-transition: .2s ease-in;
 transition: .2s ease-in;
	cursor: pointer;
}
#close:hover {
	color: #fff;
}

/* ============================== */
/* PICTURES  */
/* ============================== */

img {
	float: none;
	max-width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
a img {
	display: block;
}
img.alignleft,
img.alignright {
	display: block;
	float: none;
	max-width: 50%;
	height: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both;
}
img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
.gallery {
  display:  grid;
  margin: 15px 0;
}
.gallery a {
  display:  block;
  position:  relative;
}
.gallery a img {
  margin: 0;
  -webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	-ms-transition:all .25s ease-in;
	transition:all .25s ease-in;
	-webkit-backface-visibility: hidden;
}
.featherlight-image {
  max-height: 60vh !important;
}

/* ============================== */
/* HEADER */
/* ============================== */

#header-wrap {
  display:  block;
	position: relative;
	margin: 0 auto;
	padding: 15px 60px;
	height: auto;
	font-family: Oswald;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.25px;
  box-sizing: border-box;
	z-index: 2;
}
.home #header-wrap {
	border: none;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: 100%;
	max-width: none;
  /*border: 4px rgb(179, 173, 167) double;*/
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	-ms-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
#header p a {
	padding: 0 0 0 30px;
	color: #fff;
	text-decoration: none;
}
#header p a i.material-icons {
	position: absolute;
	left: 0;
	top: 40%;
	margin: 0;
	font-size: 21px;
	color: #703330;
	line-height: 1;
	transform: translateY(-50%);
}
a#logo {
	display: block;
	position: relative;
  margin: 0;
	padding: 0;
	width: auto;
  height: auto;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in;
	transition:all .2s ease-in;
	box-sizing: border-box;
	z-index: 1;
}
a#logo img {
	display: block;
	position: absolute;
	top: -5px;
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in;
	transition:all .2s ease-in;
}
a#logo-footer {
	display: block;
	position: relative;
	width: 225px;
}
#footer-wrap img {
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

/* ============================== */
/* NAVIGATION BAR  */
/* ============================== */

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

#container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.page {
	display: block;
	position: relative;
	padding: 40px;
	background: #f3f4f5;
	background: #dfdcce;
}
.home .page {
	background: #f3f4f5;
}
#wrap {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	bottom: 100%;
	margin: 0 auto;
	z-index: 1;
}
#pre {
	display: flex;
  align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	font-family: Oswald;
	font-size: 95%;
	font-weight: 500;
	color: rgba(255,255,255,.9);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	background: #3c3e4b;
	background: #2b3751;
	background: #2e3144;
	box-sizing: border-box;
}
#pre a,
#pre a:hover {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}
#pre a:hover {
	color: #fff;
}
#pre > p {
	margin: 0;
	color: #fff;
	line-height: .9;
}
#pre strong {
	font-family: "Libre Franklin", sans-serif;
	font-size: 107.5%;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
}
#pre img {
	display: block;
	position: relative;
	margin: 0 10px 0 0;
	width: auto;
	height: 18px;
	opacity: .5;
}
#pre i.material-icons,
#pre i,
#pre p a:hover i {
	margin: 0 10px 0 0;
	font-size: 80%;
	font-weight: 300;
	color: #d2984c;
	color: #399fda;
}
a#phonelink,
a#phonelink:hover {
	display: flex;
	position: relative;
	margin: 0 10px 0 0;
	padding: 10px 30px 12px 25px;
	width: auto;
	height: auto;
	font-family: Oswald;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.25px;
	text-align: center;
  text-transform:  uppercase;
	text-decoration: none;
	background: #ca5a4f;
	background-size: 3px auto;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	overflow: hidden;
	align-items: center;
	z-index: 1;
}
a#phonelink:hover {
	color: #fff !important;
	background: #61ab77;
}
a#phonelink i {
  margin: 3px 0 0 0;
	font-size: 80%;
	font-weight: 300;
	color: #fff;
}
#contact-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
}
#navicon {
	display: none;
}
#site-navigation .menu {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 2;
}
#site-navigation .menu > li {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
}
#site-navigation .menu li#home {
	font-variant: normal;
}
#site-navigation .menu li#home i.material-icons {
	margin-top: 4px;
	font-size: 95%;
}
#site-navigation .menu li > a {
  display: block;
  align-items: center;
	padding: 25px 18px;
	color: #2b3751;
	text-decoration: none;
}
#site-navigation .menu li > a:hover {
	color: #ca5a4f;
}
#site-navigation li.sub-wrapper {
	margin-right: 0px;
}
#site-navigation li.sub-wrapper a {
	padding-right: 30px;
}


#site-navigation li.sub-wrapper > a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
  margin: 0px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #3c92ac;
	z-index: 1;
}
#site-navigation li.sub-wrapper:hover .sub-menu {
	height: auto;
	opacity: 1;
}
#site-navigation li .sub-menu {
	display: block;
	position: absolute;
	top: 65px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 1px;
	font-size: 90%;
	background: rgba(0, 0, 0, 0.2);
	background-color: #2e3144;
  -webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	overflow: hidden;
  opacity: 0;
	z-index: 2;
}
#site-navigation .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0 -1px 0 #fff;
	border: none;
/*	border-top: 1px rgba(0,0,0,.33) solid;
	border-bottom: 1px rgba(255,255,255,.2) solid;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#site-navigation .sub-menu li:hover {
	display: block;
	background: #ca5a4f;
}
#site-navigation .menu li.sub-wrapper .sub-menu a,
#site-navigation li.sub-wrapper .sub-menu a {
	display: block;
	padding: 15px 25px;
	height: auto;
	color: #fff;
	text-align: left;
	text-shadow: none;
}
div#navicon,
#site-navigation li#close {
	display: none;
}
#site-navigation li#close a {
	padding: 0;
	height: 72px;
}

/* ============================== */
/* ART */
/* ============================== */

.hero {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 40.75%;
	width: 100%;
	height: 0;
	font-family: Oswald;
	font-weight: 500;
	font-size: 110%;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,.85);
	background-size: 100%;
	z-index: 1;
}
.hero.short {
	padding: 0;
	height: 260px;
	background: #e9e9e7;
}
.hero.short .slide {
	background: none !important;
}
#splash {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
}
.slide {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.darken,
.darkest {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.darkest {
	background: rgba(0,0,0,.175);
}
.hero p {
	display: block;
	margin: 0;
	padding: 0 0 25px;
	width: 100%;
  text-shadow: 1px 1px 0 rgba(0,0,0,.25);
	border-bottom: 1px rgba(255,255,255,.666) solid;
}
.banner.thin {
	width: 40%;
}
.banner {
	display: grid;
  align-content: center;	
	justify-items: center;
	position: absolute;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}
.banner.drag-up {
	padding-bottom: 12.5%;
}
.banner.drag-left,
.banner.drag-right {
	left: 10%;
	right: auto;
	width: 45%;
}
.banner.drag-right {
	left: auto;
	right: 10%;
}
.banner.drag-left.drag-middle {
	top: 50%;
	transform: translateY(-50%);
}
.banner.drag-right.drag-middle {
	top: 50%;
	transform: translateY(-50%);
}
.banner.drag-center {
	left: 20%;
	text-align: center;
}
.banner.drag-down {
	align-content: end;
	bottom: 80px;
}
.banner video {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}
.hero a.btn,
.btn-hand,
.btn-hand:hover {
	display: inline-block;
	position: relative;
	margin: 15px 0 0;
	padding-left: 40px;
	background-color: #d95436;
	background-color: #58a764;	
	background-color: #ca5a4f;
	background-image: url(images/icon-hand.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	background-size: auto 27.5%;
	border: none;
	z-index: 9999;
}
.hero a.btn:hover,
.btn-hand:hover {
	color: #fff;
	background-color: #d95436;
	background-color: #61ab77;
	background-position: 45px center;
}
#slide01 {
	background: url(https://i.imgur.com/OTD7Lih.jpg) no-repeat;
	background: url(images/slide01.jpg) no-repeat;
}
#slide02 {
	background: url(images/slide02.jpg) no-repeat;
}
#slide03 {
	background: url(images/slide03.jpg) no-repeat;
}
#slide04 {
	background: url(images/slide04-orig.jpg) no-repeat;
}
#slide05 {
	background: url(images/slide05.jpg) no-repeat;
}
#slide06 {
	background: url(images/slide06.jpg) no-repeat;
}
#slide07 {
	background: url(images/slide07.jpg) no-repeat;
}
#slide08 {
	background: url(images/slide08.jpg) no-repeat;
}
#slide09 {
	background: url(images/slide09.jpg) no-repeat;
}
#slide10 {
	background: url(images/slide10.jpg) no-repeat;
}
#slide11 {
	background: url(images/slide11.jpg) no-repeat;
}
#slide12 {
	background: url(images/slide12.jpg) no-repeat;
}
#slide13 {
	background: url(images/slide13.jpg) no-repeat;
}
#slide14 {
	background: url(images/slide14.jpg) no-repeat;
}
#slide15 {
	background: url(images/slide15.png) no-repeat;
}
#slide16 {
	background: url(images/slide16.png) no-repeat;
}
#slide17 {
	background: url(images/slide17.png) no-repeat;
}
#slide18 {
	background: url(images/slide18.png) no-repeat;
}
#slide19 {
	background: url(images/slide19.png) no-repeat;
}
#slide20 {
	background: url(images/slide20.jpg) no-repeat;
}
#slide21 {
	background: url(images/slide21.jpg) no-repeat;
}
#slide22 {
	background: url(images/slide22.jpg) no-repeat;
}
#slide23 {
	background: url(images/slide23.jpg) no-repeat;
}
#slide24 {
	background: url(images/slide24.jpg) no-repeat;
}
#slide25 {
	background: url(images/slide25.jpg) no-repeat;
}
#slide26 {
	background: url(images/slide26.jpg) no-repeat;
}
#slide27 {
	background: url(images/slide27.jpg) no-repeat;
}
#slide28 {
	background: url(images/slide28.jpg) no-repeat;
}
#slide29 {
	background: url(images/slide29.jpg) no-repeat;
}
#slide30 {
	background: url(images/slide30.jpg) no-repeat;
}
#slide31 {
	background: url(images/slide31.jpg) no-repeat;
}
#slide32 {
	background: url(images/slide32.jpg) no-repeat;
}
#slide33 {
	background: url(images/slide33.jpg) no-repeat;
}
#slide34 {
	background: url(images/slide34.jpg) no-repeat;
}
#slide35 {
	background: url(images/slide35.jpg) no-repeat;
}
#slide36 {
	background: url(images/slide36.jpg) no-repeat;
}
#slide37 {
	background: url(images/slide37.jpg) no-repeat;
}
#slide38 {
	background: url(images/slide38.jpg) no-repeat;
}
#slide39 {
	background: url(images/slide39.jpg) no-repeat;
}
#slide40 {
	background: url(images/slide40.jpg) no-repeat;
}
#slide41 {
	background: url(images/slide41.jpg) no-repeat;
}
#slide42 {
	background: url(images/slide42.jpg) no-repeat;
}
#slide0,
#slide00,
#slide01,
#slide02,
#slide03,
#slide04,
#slide05,
#slide06,
#slide07,
#slide08,
#slide09,
#slide10,
#slide11,
#slide12,
#slide13,
#slide14,
#slide15,
#slide16,
#slide17,
#slide18,
#slide19,
#slide20,
#slide21,
#slide22,
#slide23,
#slide24,
#slide25,
#slide26,
#slide27,
#slide28,
#slide29,
#slide30,
#slide31,
#slide32,
#slide33,
#slide34,
#slide35,
#slide36,
#slide37,
#slide38,
#slide39,
#slide40,
#slide41,
#slide42 {
	background-size: 100% auto;
	background-position: center top;
}
#slide06,
#slide11 {
	background-position: center top;
}
#pager {
  display: grid;
	display: none;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
  align-items: center;
	position: absolute;
  bottom: 60px;
  left: 50%;
	width: 66.6%;
  bottom: 80px;
  letter-spacing: 0;
  box-sizing: border-box;
  transform: translateX(-50%);
	z-index: 9999;
}
.trigger {
	display: block;
	position: relative;
	margin: 0;
  padding: 0;
	width: 100%;
  color: #fff;
	text-align: center;
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 24px rgba(0,0,0,0.25);
	box-shadow: 0 0 24px rgba(0,0,0,0.25);	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	overflow: hidden;
}
.trigger img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.trigger.cycle-pager-active {
  -webkit-box-shadow: 0 0 36px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 36px rgba(0,0,0,0.75);
	box-shadow: 0 0 36px rgba(0,0,0,0.75);	
}
.trigger.cycle-pager-active h5 {
	bottom: -48px;
}
.trigger.cycle-pager-active article {
}
.trigger:hover article,
.trigger.cycle-pager-active article {
}
.testimonials-pager {
	display: flex;
	position: absolute;
	bottom: 10%;
	right: 3%;
	z-index: 999999;
}
.testimonials-pager span {
	display: block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
  text-indent: -9999px;
	background: rgba(255,255,255,.333);
	border-radius: 100%;
	cursor: pointer;
}
.testimonials-pager span.cycle-pager-active {
	background: #fff;
}

.video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fluid {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 0 0 56.25%;
	height: 0;
}
.fluid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ============================== */
/* NEXTPREV
/* ============================== */

#next,
#prev,
#next2,
#prev2 {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 80px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	opacity:.5;
	filter:alpha(opacity=50);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 99999;
}
#next2,
#prev2 {
  opacity:.25;
	filter:alpha(opacity=25);
}
#next {
	right: 20px;
}
#next2 {
	right: 80px;
}
#prev {
	left: 20px;
}
#prev2 {
	left: 80px;
}
#next,
#prev,
#next2,
#prev2 {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#next:hover,
#prev:hover,
#next2:hover,
#prev2:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
}


/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 125px;
	height: 8px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	z-index: 9999999999999999999999999;
	}
#ss-wrap .cycle-pager {
	display: flex;
	bottom: 5%;
	left: auto;
	right: 5%;
	width: 100%;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	justify-content: flex-end;
}
#ss-wrap .cycle-pager span {
	padding: 0;
	background: #3caa7b;
}
#ss-wrap .cycle-pager span.cycle-pager-active {
	background: #464851;
}
.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 0 5px;
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	background: #fff;
}
.cycle-pager span:last-child {
	margin-right: 0;
}
.cycle-pager a:last {
	margin-right: 0;
}
.cycle-next,
.cycle-prev {
	display: block;
	position: absolute;
	top: 240px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	opacity:.75;
	filter:alpha(opacity=75);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	cursor: pointer;
	z-index: 99999999999999999;
}
.cycle-next:hover,
.cycle-prev:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.cycle-next {
	right: 30px;
	background: url(images/sprites.png) -100px -50px no-repeat;
}
.cycle-prev {
	left: 30px;
	text-align: left;
	background: url(images/sprites.png) 0px -50px no-repeat;
}

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

main {
	position: relative;
	width: 92.5%;
	text-align: left;
}
.home main {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
main hr {
	margin-right: auto;
	margin-left: auto;
}
.content {
	margin: 0 auto;
	max-width: 1140px;
}
.home .content {
	max-width: 1080px;
}
.content.article-left {
	display: grid;
	grid-template-columns: 1fr 340px;
	grid-gap: 40px;
	align-items: self-start;
	padding: 60px 0;
}
.content.article-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	align-items: self-start;
}
aside img {
	display: block;
}
.content iframe {
	float: none !important;
	width: 100% !important;
}
.bg-green,
.bg-blue,
.bg-aqua,
.bg-grey,
.dark,
.bg-paper,
.bg-envelope,
.bg-pattern {
	display: block;
	position: relative;
	background-size: 100% auto;
}
.bg-grey {
	background: #e3dec1;
}
.bg-paper {
	background: #eae6da url(images/bg-paper.jpg) -200px top no-repeat;
	background-size: 2400px auto;
}
.bg-yellow {
	background: #d3c07d;
}
.bg-blue {
	height: auto;
	color: rgba(255,255,255,.9);
	background: #386a99;
}
.bg-aqua {
	height: auto;
	color: rgba(255,255,255,.9);
	background: #2e9aba;
	background: #3c92ac;
}
.bg-green {
	display: block;
	position: relative;
	color: rgba(255,255,255,.9);
	background: #416455;
}
.dark {
  padding: 120px 0;
  background: #333;
  background: #e7e1d1 url(images/bg-wood02.jpg) center top repeat-x;
  background-size: 100% auto;
}
.grey {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: #f7f6f7 url(images/crop01.jpg) right top no-repeat;
	background-size: 50% bottom;
	background-color: #c0d8f5;
}

/* ============================== */
/* SIDEBAR
/* ============================== */

#sidebar {
	position: relative;
	padding: 0;
	color: rgba(255,255,255,.75);
	line-height: 1.6;
	background: #d04c4c url(images/bg-wood.jpg) center top;
	background: #692819;
  background: #325b8d;
	background-size: 960px auto;
	border-top: 1px rgba(255,255,255,.05) solid;
	-webkit-box-shadow: 0 30px 172px rgba(0,0,0,0.25) inset;
	-moz-box-shadow: 0 36px 172px rgba(0,0,0,0.25) inset;
	box-shadow: 0 36px 128px rgba(0,0,0,0.25) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar header {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 2fr;
	padding: 25px 20px;
	font-size: 82.5%;
	border-bottom: 1px rgba(255,255,255,.2) solid;
	box-shadow: 0 1px 0px rgba(0,0,0,.333), 0 12px 48px rgba(0,0,0,.2);
}
#sidebar figcaption {
	padding: 25px 20px;
	border-bottom: 1px rgba(255,255,255,.2) solid;
	box-shadow: 0 1px 0px rgba(0,0,0,.333), 0 12px 48px rgba(0,0,0,.2);
}
#sidebar header p {
	margin: 0;
}
#sidebar header img {
	padding: 0 15px 0 0;
}
#sidebar .title {
	display: block;
	font-weight: 600;
	color: #fff;
}
#sidebar .btn,
#sidebar .btn:hover {
	display: block;
	margin: 0 auto;
	padding: 20px 5px;
	width: 100%;
	font-family: Oswald;
	font-size: 120%;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	background: #d94646;
	box-shadow: 0 1px 0px rgba(0,0,0,.333), 0 12px 48px rgba(0,0,0,.2), 0 24px 64px rgba(0,0,0,.333) inset;
	border-radius: 0;
}
#sidebar .btn:hover {
	background: #3a527f;
	background: #d94646;

}
#map {
	display: block;
	position: relative;
	margin: 0 0 30px;
	z-index: 1;
}
#sidebar header span {
	display: block;
	margin: 0 0 10px;
}
#sidebar p {
	margin: 5px 0;
}
#sidebar p strong {
}
#ss-wrap {
	display: block;
	position: relative;
	margin: 0 0 0 -10%;
	padding: 15px;
	width: 120%;
	background: #e7e1d1 url(images/bg-paper.jpg) left top no-repeat;
	background-size: 100% auto;
	border-top: 1px rgba(0,0,0,0.5) solid;
	border-bottom: 1px rgba(0,0,0,0.5) solid;
	box-sizing: border-box;
}
#ss-wrap:before, 
#ss-wrap:after {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	bottom: -4px;
	width: 35px;
	height: 33px;
	background: url(images/frame-right.png) center no-repeat;
	background-size: 100%;
	z-index: 9999;
}
#ss-wrap:after {
	left: auto;
	top: auto;
	bottom: auto;
	top: -3px;
	right: -3px;
	width: 35px;
	height: 37px;
	background: url(images/frame-left.png) center no-repeat;
	background-size: 100%;
}
#ss {
	display: block;
	position: relative;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	color: #323255;
	z-index: 2;
}


hr {
	display: block;
	position: relative;
	margin: 25px 0;
	width: 25%;
	height: 4px;
	background: #ca5a4f;
	border: none;
}
.bg-dark hr {
	background-color: #0fb2ff;
	background-color: #74c8f8;
	background-color: #38a0dd;
}

/* ============================== */
/* INTRO */
/* ============================== */

#crop-man {
	position: relative;
	z-index: 1;
}
#crop-man03 {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
}
#intro {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	align-items: normal;
	position: relative;
	margin: 25px auto 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-weight: 500;
	color: rgba(255,255,255,.8);
	line-height: 1.3;
	box-sizing: border-box;
}
aside {
	position: relative;
	padding: 15px;
	text-align: left;
	background: url(images/bg-wood08.jpg) left -50px;
	background-size: 480% auto;
	box-sizing: border-box;
	z-index: 2;
}
aside p {
	font-size: 87.5%;
	line-height: 1.5;
}
aside p.icon {
	font-size: 90%;
}
aside > div {
	height: 100%;
	color: rgba(255,255,255,.8);
	background: #3a6d9d;
	border-bottom: 1px rgba(255,255,255,.2) solid;	
	box-shadow: inset 0 96px 128px rgba(0,0,0,.2), 0 0 8px #000;
	box-sizing: border-box;
}
#intro > div {
	position: relative;
	text-align: left;
	background: #3d4f73;
}
#intro > div p {
	font-size: 80%;
	line-height: 1.5;
}
#intro a,
.rates {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#intro .rates {
	display: block;
	position: relative;
/*	background: #363346;*/
}
#intro > a {
	overflow: hidden;
	padding: 15px;
	border-bottom: 1px rgba(0,0,0,.333) solid;
	background: url(images/bg-wood08.jpg) left -50px;
	background-size: 480% auto;
	box-sizing: border-box;
}
#intro > a img {
  -webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
#intro > a:hover {
	transform: scale(1.02);
}
aside figcaption {
	display: block;
	position: relative;
	padding: 15px 25px 0;
	background: none;
	box-sizing: border-box;
}
.content.article-left aside a {
	color: #fff;
}
.content.article-left aside a:hover {
	color: #fff;
	text-decoration: underline;
}
.content.article-left aside figcaption {
	align-items: center;
	padding: 15px 25px;
}
aside figcaption.grid,
.content.article-left aside figcaption.grid {
	grid-template-columns: 1fr 2fr;
	grid-gap: 15px;
	padding: 25px;
}
.content.article-left aside header figcaption.grid {
	padding: 15px 0 5px;
}
aside figcaption.grid * {
	margin: 0;
}
#intro a figcaption {
	padding: 15px 25px;
	font-size: 90%;
	line-height: 1.4;
	box-shadow: 0 24px 24px rgba(0,0,0,.1) inset;
	background: #d6763f;
	border-bottom: 1px rgba(255,255,255,.2) solid;	
}
aside > div p {
	font-size: 90%;
}
#intro a:nth-child(1) figcaption {
	background: #4bab55;
}
aside header {
	padding: 20px 25px 18px;
	border-top: 1px rgba(0,0,0,.333) solid;	
	border-bottom: 1px rgba(255,255,255,.2) solid;
	box-shadow: 0 48px 96px rgba(0,0,0,.25);
}
aside header p {
	margin: 8px 0 0;
}
.rates figcaption p {
	margin: 0;
}
.rates .btn {
	display: block;
	margin: 0;
	border-radius: 0;
}

/* ============================== */
/* CUSTOM */
/* ============================== */

#captain-wrap,
#boat {
	display: block;
	position: relative;
	margin: 55px auto 55px;
	padding: 20px;
	line-height: 1.6;
	background: url(images/bg-wood08.jpg) left top;
	background-size: 130% auto;
	box-sizing: border-box;
	z-index: 2;
}
#captain {
	display: block;
	position: relative;
	padding: 30px 50px 30px 50%;
	color: rgba(255,255,255,.9);
	background: #3a6d9d;
	border-bottom: 1px rgba(255,255,255,.2) solid;	
	border-top: 1px rgba(0,0,0,.5) solid;
	box-shadow: inset 0 96px 128px rgba(0,0,0,.2), 0 0 8px #000;
	box-sizing: border-box;
}
#captain-wrap img,
#boat img {
	display: block;
	position: absolute;
	top: -32.5%;
	left: 35px;
	width: auto;
	height: 145%;
}
#captain .copy {
	display: block;
	position: relative;
	z-index: 2;
}
#boat {
	display: block;
	position: relative;
	margin: 60px auto 0;
	padding: 60px 0;
	background: #d8dde0;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	z-index: 1;
}
#boat img {
	top: auto;
	bottom: -5px;
	left: auto;
	right: 0;
	width: 560px;
	height: auto;
	-webkit-animation: float 12s linear infinite;
	-moz-animation: float 12s linear infinite;
	-ms-animation: float 12s linear infinite;
	animation: float 12s linear infinite;
}
#boat .copy {
	display: block;
	position: relative;
	z-index: 2;
}
header.reservations {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
	align-items: center;
}
header.reservations > * {
	margin: 0;
}
header.reservations .btn {
	margin: 0;
}
.home #crop-girl {
	background: #3c92ac url(images/crop-girl.png) 17.5% 50px no-repeat;
	background-size: auto 95%;
}
.home #crop-girl .content {
	padding: 100px 0 100px 9%;
}
#crop-girl {
	background: #3c92ac url(images/crop-man01.png) 87.5% -30px no-repeat;
	background-size: auto 100%;
	z-index: 2;
}
#crop-girl .content {
	display: block;
	position: relative;
	padding: 100px 15% 100px 0;
	text-align: center;
	box-sizing: border-box;
}
#otters {
	display: block;
	position: relative;
	padding: 70px 20px 70px 19%;
	background: #d8dde0;
	box-sizing: border-box;
	z-index: 3;
}
#otters > img {
	display: block;
	position: absolute;
	left: 80px;
	bottom: -7px;
	width: auto;
	height: 130%;
	-webkit-animation: float 15s linear infinite;
	-moz-animation: float 15s linear infinite;
	-ms-animation: float 15s linear infinite;
	animation: float 15s linear infinite;
}
@-webkit-keyframes float {
    0% {-webkit-transform: rotate(0deg) translateY(0px);}
    10% {-webkit-transform: rotate(2deg) translateY(3px);}
    20% {-webkit-transform: rotate(1deg) translateY(0px);}
    40% {-webkit-transform: rotate(-2deg) translateY(2px);}
    60% {-webkit-transform: rotate(3deg) translateY(-2px);}
    70% {-webkit-transform: rotate(0deg) translateY(6px);}
    80% {-webkit-transform: rotate(1deg) translateY(-2px);}
    100% {-webkit-transform: rotate(0deg) translateY(0px);}
}
@-moz-keyframes float {
    0% {-webkit-transform: rotate(0deg) translateY(0px);}
    10% {-webkit-transform: rotate(2deg) translateY(3px);}
    20% {-webkit-transform: rotate(1deg) translateY(0px);}
    40% {-webkit-transform: rotate(-2deg) translateY(2px);}
    60% {-webkit-transform: rotate(3deg) translateY(-2px);}
    70% {-webkit-transform: rotate(0deg) translateY(6px);}
    80% {-webkit-transform: rotate(1deg) translateY(-2px);}
    100% {-webkit-transform: rotate(0deg) translateY(0px);}
}
@keyframes float {
    0% {-webkit-transform: rotate(0deg) translateY(0px);}
    10% {-webkit-transform: rotate(2deg) translateY(3px);}
    20% {-webkit-transform: rotate(1deg) translateY(0px);}
    40% {-webkit-transform: rotate(-2deg) translateY(2px);}
    60% {-webkit-transform: rotate(3deg) translateY(-2px);}
    70% {-webkit-transform: rotate(0deg) translateY(6px);}
    80% {-webkit-transform: rotate(1deg) translateY(-2px);}
    100% {-webkit-transform: rotate(0deg) translateY(0px);}
}

/* ============================== */
/* TESTIMONIALS */
/* ============================== */

#testimonials-wrap {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 90%;
	width: 75%;
	height: auto;
	font-weight: 700;
	color: rgba(255,255,255,.8);
	box-sizing: border-box;
	overflow: hidden;
}
#testimonials a {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 20px;
}
#testimonials-wrap > .cycle-slideshow {
	position: absolute;
	top: 40px;
	width: 100%;
/*	position: absolute;
	top: 5%;
	left: 20%;
	width: 60%;
	padding: 0;*/
}
.testimonial {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}
.testimonial p {
	font-size: 21px;
	font-weight: 600;
}
.testimonial small {
	text-transform: uppercase;
}
.testimonial img {
	margin: 0 auto;
	width: 80%;
}
#testimonials footer {
	display: block;
	margin: 80px 0 0;
/*	width: 420px;*/
	font-size: 120%;
	text-align: right;
}
#testimonials footer a {
	display: flex;
	align-items: center;
  justify-content: start;
	float: right;
	color: rgba(255,255,255,.75);
	text-decoration: none;
}
#testimonials footer img {
	display: block;
	position: relative;
	margin: 0 0 0 25px;
	width: 72px;
	height: auto;
	border-radius: 100%;
}

#testimonials h6,
#testimonials small {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#testimonials h6 {
	margin: 0 0 3px;
	color: #fff;
}
p.stars {
	margin: 0 0 15px;
	font-size: 90%;
	font-style: normal;
	color: #fff;
	color: #f7e257 !important;
	letter-spacing: 2px;
}

/* ============================== */
/* BADGES
/* ============================== */

.badges {
	display: block;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
/*	background: #2e2f34;*/
/*	background: #d6dde6;*/
}
.badges a {
	display: inline-block;
	position: relative;
	margin: 0 30px 0 0;
	width: 160px;
	height: auto;
	vertical-align: middle;
}
.badges a:nth-child(10),
.badges a:nth-child(11),
.badges a:nth-child(12),
.badges a:nth-child(13),
.badges a:nth-child(14) {
	margin-top: 10px;
	width: 90px;
}
.badges a:last-child {
	width: 120px;
}
.badges img {
	display: block;
	margin: 0;
	width: auto;
	height: auto;
	border-radius: 0 !important;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	opacity: .666;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in;
	transition:all .2s ease-in;
}
.badges a:hover img {
  -webkit-filter: none;
  filter: none;
	opacity: 1;
}
#footer-wrap .badges a {
	opacity: .666;
}
#footer-wrap .badges a:hover {
	opacity: 1;
}

/* ============================== */
/* FOOTER
/* ============================== */

#footer-wrap {
	display: block;
	position: relative;
	margin: 0;
	padding: 80px 5% 60px;
	font-weight: 600;
	font-size: 80%;
	color: rgba(255,255,255,.75);
	background: #2e3144;
	z-index: 4;
}
#footer-wrap nav {
	display: grid;
	grid-template-columns: 8fr 1fr;
	grid-gap: 30px;
}
#footer-wrap ul {
	display: block;
	margin: 0;
}
#footer-wrap nav ul li {
	display: inline;
	margin: 0 15px 5px 0;
}
#footer-wrap nav ul li:after {
	content: "/";
	margin: 0 0 0 15px;
}
#footer-wrap img {
	height: 50px;
	margin-top: 15px;
}
#footer-wrap a {
	color: rgba(255,255,255,.75);
	text-decoration: none;
}
#footer-wrap a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-wrap footer {
	display: grid;
	grid-template-columns: 4fr 1fr;
	grid-gap: 5%;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-size: 100% auto;
/*	border-top: 1px rgba(255,255,255,.1) solid;*/
	box-sizing: border-box;
}
footer > div:nth-child(2) {
	display: block;
	position: relative;
}
footer div:nth-child(2) > div {
	display: block;
	position: relative;
	padding-right: 170px;
}
#footer-wrap .copyright img {
	max-width: 320px;
}

/* ============================== */
/* FORMS */
/* ============================== */

#contactform {
  display: block;
  position: relative;
	margin: 0 auto;
	padding: 25px 0 0;
	width: auto;
	height: auto;
	line-height: 1.5;
	border-top: 3px #ca5a4f solid;
	box-sizing: border-box;
}
form .left {
	float: left;
}
form .right {
	float: right;
}
form .left,
form .right {
	width: 50%;
}
fieldset {
	margin-bottom: 15px;
}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	}
.field.left {
	padding-right: 10px;
}
.field.right {
	padding-left: 10px;
}
.field:blur {
	background: #FCC;
	}
#reservations label,
#contactform label {
	display: block;
	margin: 8px 0;
	font-size: 90%;
	font-weight: 600;
	line-height: 1.3;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 12px;
	font-size: 16px;
	color: #333;
	background: #fff;
  border: 1px #aaa solid;
  box-sizing: border-box;
	}
input {
	margin: 0;
	width: 100%;
	height: auto;
	color: #656565;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out;
	transition: border-color .2s ease-out, box-shadow .2s ease-out;
	
	}
input#validate {
	width: 100%;
}
#reservations select,
#contactform select {
	margin-top: 8px;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
}
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: 100%;
	height: 210px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1) inset;
	resize: none;
	}
#mainform input[type="radio"] {
	display: block;
	float: left;
	margin: 0 12px 15px 0;
	width: 18px;
	height: 18px;
    color:#f2f2f2;
    vertical-align: baseline;
}
#mainform input[type=image] {
	margin: 0;
	width: 93px;
}
#mainform label.left,
#mainform label.right {
	padding: 0 10px 0 0;
	font-size: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#mainform .checkbox label {
	margin: 0 0 15px 0;
}
input[type='checkbox'] {
	display: block;
  margin: 3px 10px 0 0;
	float: left;
	width: 18px;
	height: 18px;
  vertical-align: baseline;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-short {
	margin: 0;
	padding: 80px 7.5% 0;
	color: rgba(255,255,255,.75);
}
.form-short p {
	display: block;
	position: relative;
	margin: 15px 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;;
	letter-spacing: 0px;
	line-height: 1.3;
}
.form-2,
.form-3,
.form-4,
.form-address {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	align-items: center;
	margin: 0 0 15px;
}
.form-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.form-3 > a {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 15px;
	color: rgba(255,255,255,.75);
}
.form-3 > a:hover {
	color: #fff;
}
.form-3 > a span,
.form-4 > span {
	font-size: 90%;
}
.form-3 > a img {
	display: block;
	position: relative;

	margin: 0;
	width: auto;
	height: 30px;
}
.form-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.form-address {
	grid-template-columns: repeat(6, 1fr);
}
.form-address > div:first-child {
	grid-column: span 3;
}
.form-short label {
	margin: 0;
	font-size: 77.5%;
	font-weight: 600;
}
.form-short input,
.form-short textarea {
	margin: 4px 0;
}
.form-short input[type='checkbox'] {
	display: block;
	margin: 4px 15px 0 0;
}

/* ============================== */
/* GRIDS */
/* ============================== */

	.grid {
		display: grid;
	}

	.grid-columns-2 {
		margin: 10px 0 25px;
		grid-gap: 10px;				
		grid-template-columns: repeat(2, 1fr);
	}
		.gallery.grid-columns-2 {
			margin: 10px 0;
		grid-gap: 10px;							
		}

	.grid-columns-3 {
		margin: 10px 0;
		grid-gap: 10px;		
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-columns-4,
	.gallery.grid-columns-4 {
		margin: 5px 0 25px;
		grid-gap: 5px;		
		grid-template-columns: repeat(4, 1fr);
	}

	.grid-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.gallery.grid-columns-5 {
		margin: 5px 0 25px;
		grid-gap: 5px;
	}

	.grid-columns-6,
	.gallery.grid-columns-6 {
		margin: 12px 0;
		grid-gap: 12px;		
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-columns-8,
	.gallery.grid-columns-8 {
		margin: 10px;
		grid-gap: 10px;
		grid-template-columns: repeat(8, 1fr);
	}

	.grid-span-2 {
		grid-column: span 2;
	}

	.grid-span-3 {
		grid-column: span 3;
	}

	.grid-span-4 {
		grid-column: span 4;
	}
	.grid-span-row-1 {
		grid-row: span 1;
	}
	.grid-span-row-2 {
		grid-row: span 2;
	}

	.grid-span-row-3 {
		grid-row: span 3;
	}

	.grid-span-row-4 {
		grid-row: span 4;
	}

	.grid-gap-0 {
		grid-gap: 0px;
	}

	.grid-gap-05 {
		grid-gap: 10px;
	}

	.grid-gap-1 {
		grid-gap: 15px;
	}

	.grid-gap-2 {
		grid-gap: 2em;
	}

	.grid-gap-3 {
		grid-gap: 3em;
	}

.featherlight .featherlight-content {
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}
.featherlight-next, 
.featherlight-previous {
	top: auto !important;
	left: auto !important;
	bottom: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	width: 30px !important;
	height: 30px !important;
	background: none !important;
	bottom: 0 !important;
	border: 0 !important;
}
.featherlight-previous {
	right: 30px !important;
	background: none !important;
}
.featherlight-next:hover, 
.featherlight-previous:hover {
	background: none !important;
}
.featherlight-next span, 
.featherlight-previous span {
	display: block !important;
	position: relative !important;
	top: auto !important;
	right: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 30px !important;
	height: 30px !important;
	font-size: 100% !important;
	text-shadow: none !important;
	line-height: 30px !important;
}
.featherlight-next span:after {
	content:"›";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 200%;
	background: #2577b8;
	box-shadow: inset 0 8px 24px rgba(0,0,0,.333);
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	-ms-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
.featherlight-previous span:after {
	content:"‹";
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	font-size: 200%;
	background: #3192cb;
	border-right: 2px rgba(255,255,255,.1) solid;
	box-shadow: inset 0 8px 24px rgba(0,0,0,.333);
	box-sizing: border-box;
	-webkit-transition:all .25s ease-in;
	-moz-transition:all .25s ease-in;
	-o-transition:all .25s ease-in;
	-ms-transition:all .25s ease-in;
	transition:all .25s ease-in;
}
.featherlight-next:hover span:hover:after,
.featherlight-previous:hover span:hover:after {
	background-color: #09f;
}
.featherlight-previous span:after {
	content:"‹";
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	font-size: 200%;
	background: #3192cb;
	border-right: 2px rgba(255,255,255,.1) solid;
	box-shadow: inset 0 8px 24px rgba(0,0,0,.333);
	box-sizing: border-box;
}
.featherlight .featherlight-close-icon {
	background: rgba(255,255,255,.1) !important;
	color: #fff !important;
}

/* ============================== */
/* TABLES  */
/* ============================== */

table.styled {
table-layout: fixed; 
	width: 100%;
	line-height: 1.3;
	border-collapse: collapse;
	border-top: 3px #ca5a4f solid;
}
table.styled th {
	padding: 20px;
	font-size: 180%;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
  background: #fafafa;
	border-bottom: 1px #ccc solid;
}
table.styled td {
	padding: 20px;
	border-bottom: 1px #aaa solid;
}
table.styled .price {
	display: block;
	font-size: 150%;
	font-weight: 700;
	color: #ca5a4f;
}

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

ul#social-wrap {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	width: auto;
	height: auto;
}
ul#social-wrap li.social-icons {
	display: block;
	margin: 0 0 0 5px;
	padding: 3px;
	height: auto;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	vertical-align: top;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	overflow: hidden;
}
ul#social-wrap li a {
	display: block;
	position: relative;
	margin: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	border: none;
}
li.social-icons i {
	display: block;
	padding: 3px;
	width: 24px;
	line-height: 24px;
	text-align: center;
}
li.social-icons i.fa-facebook {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #3d5b99;
}
li.social-icons i.fa-facebook:hover {
	background-color: #3d5b99;
}
li.social-icons i.fa-envelope {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #39C;
}
li.social-icons i.fa-envelope:hover {
	background-color: #39C;
}
li.social-icons i.fa-twitter {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #00aced;
}
li.social-icons i.fa-twitter:hover {
	background-color: #00aced;
}
li.social-icons i.fa-rss {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
}
li.social-icons i.fa-rss:hover {
	background-color: #eb8231;
}
li.social-icons i.fa-youtube {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #e64a41;
}
li.social-icons i.fa-youtube:hover {
	background-color: #e64a41;
}
li.social-icons i.fa-tripadvisor {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #51b454;
}
li.social-icons i.fa-tripadvisor:hover {
	background-color: #51b454;
}
li.social-icons i.fa-linkedin {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
}
li.social-icons i.fa-linkedin:hover {
	background-color: #0073a4;
}
li.social-icons i.fa-google-plus {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #e25714;
}
li.social-icons i.fa-google-plus:hover {
	background-color: #e25714;
}
li.social-icons i.fa-vimeo {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #e25714;
}
li.social-icons i.fa-vimeo:hover {
	background-color: #e25714;
}
li.social-icons i.fa-yelp {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #cf3e3e;
}
li.social-icons i.fa-yelp:hover {
	background-color: #cf3e3e;
}
li.social-icons i.fa-snapchat {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #ffff00;
}
li.social-icons i.fa-snapchat:hover {
	color: #000;
  background-color: #ffff00;
}
li.social-icons i.fa-instagram {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	background-color: #773ef2;
}
li.social-icons i.fa-instagram:hover {
    background-color: #773ef2;
}
li.social-icons i.fa-facebook,
li.social-icons i.fa-envelope,
li.social-icons i.fa-twitter,
li.social-icons i.fa-rss,
li.social-icons i.fa-youtube,
li.social-icons i.fa-tripadvisor,
li.social-icons i.fa-linkedin,
li.social-icons i.fa-yelp,
li.social-icons i.fa-google-plus,
li.social-icons i.fa-vimeo,
li.social-icons i.fa-instagram,
li.social-icons i.fa-snapchat {
	font-size: 17px;
	color: #fff;	
/*  background: #b4693d;*/
	border-radius: 100%;
}
@media only screen and (max-width: 1720px) {
	li.social-icons i.fa-facebook,
	li.social-icons i.fa-envelope,
	li.social-icons i.fa-twitter,
	li.social-icons i.fa-rss,
	li.social-icons i.fa-youtube,
	li.social-icons i.fa-tripadvisor,
	li.social-icons i.fa-linkedin,
	li.social-icons i.fa-yelp,
	li.social-icons i.fa-google-plus,
	li.social-icons i.fa-vimeo,	
	li.social-icons i.fa-instagram,
	li.social-icons i.fa-snapchat {
		font-size: 13px;
	}
}
li.social-icons i.fa-facebook:hover,
li.social-icons i.fa-envelope:hover,
li.social-icons i.fa-twitter:hover,
li.social-icons i.fa-rss:hover,
li.social-icons i.fa-youtube:hover,
li.social-icons i.fa-tripadvisor:hover,
li.social-icons i.fa-linkedin:hover,
li.social-icons i.fa-yelp:hover,
li.social-icons i.fa-google-plus:hover,
li.social-icons i.fa-vimeo:hover,
li.social-icons i.fa-instagram:hover,
li.social-icons i.fa-snapchat:hover {
	color: #fff;
}
li.social-icons:hover {
	transform: scale(1.2);
}
#site-navigation {
	display: grid;
	grid-template-columns: 320px 1fr auto;
	grid-gap: 30px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	line-height: 1.1;
	z-index: 1;
}
.Toggle-button, .phone_xs {
	display: none !important;
}
@media all and (max-width: 1720px) {	
	body {
		font-size: 13.75px;
	}
	h1 {
		font-size: 80px;
	}
	h2 {
		font-size: 49px;
	}
	h3 {
		font-size: 19.5px;
	}
	h4 {
		font-size: 16.5px;
	}
	h5 {
		font-size: 15.5px;
	}
	h6 {
		font-size: 17px;
	}
	.btn, 
	input.btn {
		padding: 10px 25px;
	}
	#header-wrap {
		padding: 15px 50px;
		font-size: 20px;
		letter-spacing: 0.25px;
	}
	#pre {
		padding: 15px;
	}
	#pre strong {
		font-size: 112.5%;
	}
	ul#social-wrap li a {
		width: 24px;
		height: 24px;
	}
	li.social-icons i {
		width: 20px;
		line-height: 20px;
	}
	a#phonelink, 
	a#phonelink:hover {
		padding: 7px 25px 10px 20px;
		font-size: 17px;
		letter-spacing: 0.5px;
	}
	a#logo img {
		top: -4px;
	}
	#site-navigation {
		grid-template-columns: 240px 1fr auto;
	}
	#site-navigation .menu li > a {
		padding: 16px 15px;
		color: #2e3144;
	}
	#site-navigation .menu li > a:hover {
		color: #fff;
	}
	#site-navigation li.sub-wrapper a {
    padding-right: 30px;
	}
	#site-navigation li .sub-menu {
		top: 45px;
	}
	.hero {
		font-weight: 900;
		letter-spacing: .5px;
	}
	.hero.short {
		padding: 0;
    height: 200px;
	}
	#next, 
	#prev, 
	#next2, 
	#prev2 {
		font-size: 40px;
	}
	.content {
		max-width: 920px;
	}
	.home .content {
		max-width: 920px;
	}
	.content.article-left {
		display: grid;
		grid-template-columns: 1fr 260px;
		padding: 45px 0;
	}
	aside {
		padding: 13px;
	}
	aside header {
		padding: 18px 20px 16px;
	}
	.content.article-left aside figcaption {
		padding: 15px 20px;
	}
	#ss-wrap {
		padding: 12px;
	}
	p.icon {
		margin: 0 0 12px;
		padding: 0 0 0 22px;
	}
	#captain-wrap {
		margin: 50px auto;
		padding: 16px;
	}
	#captain-wrap img {
		left: 25px;
	}
	#intro {
    grid-gap: 14px;
	}
	#intro > a,
	#intro aside {
    padding: 13px;
	}
	#testimonials-wrap {
		width: 70%;
	}
	.testimonial p {
		font-size: 18px;
	}
	.home #crop-girl {
		background: #3c92ac url(images/crop-girl.png) 17.5% 50px no-repeat;
		background-size: auto 95%;
	}
	#crop-girl {
		background: #3c92ac url(images/crop-man01.png) 88% -30px no-repeat;
		background-size: auto 100%;
	}
	.home #crop-girl .content {
		padding: 80px 0 80px 12%;
	}
	#crop-girl .content {
		padding: 60px 15% 60px 0;
	}
	#otters {
		padding: 60px 40px 60px 20%;
	}
	#otters > img {
		display: block;
		position: absolute;
		left: 60px;
	}
	.badges a {
		margin: 0 25px 0 0;
		width: 130px;
	}
	.badges a:nth-child(10),
	.badges a:nth-child(11),
	.badges a:nth-child(12),
	.badges a:nth-child(13),
	.badges a:nth-child(14) {
		width: 80px;
	}
	.badges a:last-child {
		width: 110px;
	}
}
@media all and (max-width: 1520px) {	
	body {
	}
	#header-wrap {
		padding: 12px 40px;
		font-size: 19px;
	}
	h1 {
		font-size: 76px;
	}
	h3 {
		font-size: 18.5px;
	}
	h4 {
		font-size: ;
	}
	.hero {
		font-weight: 600;
		letter-spacing: 0;
	}
	#boat img {
		width: 510px;
	}
	.home .content {
		max-width: 920px;
	}
	.content {
		max-width: 860px;
	}
	.content.article-left {
		grid-template-columns: 1fr 260px;
		grid-gap: 40px;
	}
	input, select, textarea {
		padding: 10px 12px;
		font-size: 13px;
	}
	.home #crop-girl {
		background: #3c92ac url(images/crop-girl.png) 14% 50px no-repeat;
		background-size: auto 95%;
	}
	#crop-girl {
		background: #3c92ac url(images/crop-man01.png) 92% -30px no-repeat;
		background-size: auto 100%;
	}
	#otters {
			padding: 60px 40px 60px 20%;
	}
	#otters > img {
		display: block;
		position: absolute;
		left: 60px;
	}
	.badges a {
		margin: 0 25px 0 0;
		width: 120px;
	}
	.badges a:nth-child(10),
	.badges a:nth-child(11),
	.badges a:nth-child(12),
	.badges a:nth-child(13),
	.badges a:nth-child(14) {
		width: 70px;
	}
	.badges a:last-child {
		width: 100px;
	}
}
html, body {
	overflow-x: hidden;
}
@media all and (max-width: 1199px) {
	.banner h1 {
		font-size: 50px;
	}
	#site-navigation {
		grid-template-columns: 130px 1fr auto;
	}
	.subtitle:before, .subtitle:after {
		width: 15.5%;
	}
	#boat img {
		width: 240px;
	}
	.home #crop-girl {
		background: #3c92ac url('images/crop-girl.png') 4% 50px no-repeat;
		background-size: auto 45%;
	}
	.testimonial img {
		width: 60%;
	}
	#otters > img {
		height: 80%;
	}
}
@media all and (max-width: 992px) {
	#site-navigation {
		grid-template-columns: 100px 1fr auto;
		grid-gap: 13px;
	}
	#site-navigation .menu li > a {
		padding: 16px 12px;
		color: #2e3144;
		font-size: 13px;
	}
	a#phonelink, a#phonelink:hover {
		padding: 0;
		color: #ca5a4f;
		background-color: transparent;
		font-size: 14px;
	}
	a#phonelink i {
		font-size: 97%;
		color: #ca5a4f;
	}
	#otters > img {
		left: 10px;
		height: 50%;
	}
	#crop-man03 {
		display: none;
	}
	.home #crop-girl {
		background-image: none;
	}
	.home #crop-girl .content {
		padding: 50px 20px 50px 20px;
	}
	#captain-wrap img {
		top: -12.5%;
		height: 115%;
	}
	.banner h1 {
		font-size: 32px;
	}
	.subtitle:before, .subtitle:after {
		width: 6.5%;
	}
	header.reservations .btn-hand {
		background-image: none;
	}
	#testimonials-wrap {
		width: 95%;
		margin: 0 auto;
		padding: 0 0 90px 0;
	}
	.testimonial img {
		margin: 0 auto;
		width: 40%;
	}
	#boat img {
		display: none;
	}
	#boat {
		padding: 30px 20px;
	}
	header.reservations {
		padding: 0 15px;
	}
	div#captain h2 {
		font-size: 26px;
	}
	#site-navigation li.sub-wrapper > a:after {
		right: 0;
	}
	.content.article-left {
		padding: 30px 15px;
	}
	#testimonials-wrap > .cycle-slideshow {
		position: static;
	}
}
@media all and (max-width: 767px) {
	#site-navigation .menu li > a {
		color: #fff;
	}
	#site-navigation li.sub-wrapper > a:after {
		right: 20px;
	}
	#boat img {
		display: block;
	}
	.home .content {
		max-width: 100%;
		padding: 20px 20px !important;
		box-sizing: border-box;
	}
	#header {
		padding: 0 !important;
	}
	#captain-wrap img {
		display: none;
	}
	#captain {
		padding: 20px 20px 20px 20px;
	}
	#captain h2 {
		font-size: 24px;
	}
	header.reservations {
		display: block;
	}
	header.reservations h3 {
		padding-bottom: 15px;
	}
	#boat {
		padding: 15px 0 0 0;
	}
	#boat img {
		width: 100%;
		position: static;
		margin-top: 30px;
	}
	.home #crop-girl {
		background-image: none;
	}

	#intro, #intro > a {
		display: block;
	}
	#intro > a {
		margin: 15px 0;
	}
	#otters > img {
		display: none;
	}
	#otters {
		padding: 20px;
	}
	.badges {
		text-align: center;
	}
	.badges a {
		margin: 20px 15px 20px 15px;
		width: 100px;
	}
	#footer-wrap nav {
		display: block;
	}
	#footer-wrap {
		padding: 20px 5% 20px;
	}
	#footer-wrap footer {
		display: block;
	}
	#testimonials-wrap {
		width: 100%;
		padding: 0 0 30px;
	}
	#crop-man03 {
		display: none;
	}
	#testimonials-wrap > .cycle-slideshow {
		position: static;
	}
	.testimonial img {
		width: 50%;
	}
	.testimonial {
		padding: 0 15px;
	}
	#pre {
		display: none;
	}
	#contact-info {
		justify-content: center;
	}
	#captain-wrap {
		margin-top: 140px;
	}
	.btn-hand {
		background-image: none;
	}
	#boat h2 {
		font-size: 20px;
		line-height: 1.4;
	}
	.banner {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 20px 20px;
		background-color: #2f5980;
		transform: translateY(114%) !important;
	}
	#splash {
		display: none;
	}
	.subtitle:before, .subtitle:after {
		display: none;
	}
	.banner h1 {
		font-size: 18px;
		line-height: 1.4;
	}
	.banner .subtitle {
		font-size: 13px;
	}
	.hero  {
		padding: 0 0 47.75%;
	}
	.hero p {
		font-size: 12px;
		border-bottom: none;
		padding-bottom: 0px;
	}
	a#phonelink, a#phonelink:hover {
		display: none;
	}
	.Toggle-button, .phone_xs {
		display: block !important;
	}
	#site-navigation {
		background-image: none;
		padding: 16px 0 0 0;
		position: absolute;
		width: 100%;
		border-top: none;
		display: block;
	}
	.Toggle-button:focus, .Toggle-button:active, .Toggle-button:hover, .phone_xs:hover, .phone_xs:active, .phone_xs:focus  {
		text-decoration: none;
		background-color: transparent;
		text-shadow: none;
		box-shadow: none;
		color: #435368;
	}
	.Toggle-button {
		text-decoration: none;
		color: #435368;
		font-size: 30px !important;
		position: absolute;
		margin-left: 10px;
		margin-bottom: 15px;
		top: 54px;
	}
	.phone_xs {
		position: absolute;
		bottom: 13px;
		right: 10px;
		color: #435368;
		text-decoration: none;
		font-size: 30px !important;
		z-index: 999;
	}
	#site-navigation li.sub-wrapper {
		display: block;
	}
	#header-wrap {
		height: 100px;
		position: relative;
		padding: 0;
	}
	#contact-info {
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #435368;
		padding: 7px 0;
		height: auto;
	}
	#site-navigation .menu {
		margin: 84px 0 0;
		display: none;
		text-align: left;
		background-color: #435368;
		height: auto;
		width: 150px;
	}
	a#logo, a#logo:hover {
		width: 80px;
		margin: 0 auto;
		text-align: center;
		right: 0;
		display: block;
		position: absolute;
		left: 0;
		top: 50px;
	}
	#site-navigation li .sub-menu {
		position: static;
		height: auto;
		width: 100%;
		display: none;
		opacity: 1;
	}
	#site-navigation li.sub-wrapper > a {
		position: relative;
	}
	#site-navigation li.sub-wrapper:hover .sub-menu {
		height: auto;
		opacity: 1;
	}
	#site-navigation .menu li.sub-wrapper .sub-menu a, #site-navigation li.sub-wrapper .sub-menu a {
		padding: 15px 15px;
	}
	.content.article-left {
		display: block;
		border-top: 1px solid #dedede;
		padding: 45px 15px;
	}
	.content.article-left aside {
		margin-top: 20px;
	}
	#crop-girl {
		background-image: none;
	}
	#crop-girl .content {
		padding: 20px 20px;
	}
	.gallery-sec {
		margin-top: 95px;
	}
	.form-2, .form-3, .form-4, .form-address {
		display: block;
	}
	.content.article-left article>h2 {
		font-size: 34px;
	}
	#ss-wrap {
		margin: 0;
		width: 100%;
	}
	div#ss-wrap .ss img {
		width: 100%;
	}

}
@media all and (max-width: 650px) {
	.hero {
		padding: 0 0 325px;
	}
	.hero p {
		font-size: 11px;
	}
	.banner {
		transform: translateY(57%) !important;
	}
	#captain-wrap {
		margin-top: 60px;
	}
}
@media all and (max-width: 500px) {
	.hero {
		padding: 0 0 190px;
	}
	.banner {
		transform: translateY(125%) !important;
	}
	.hero p {
		font-size: 9px;
		padding-top: 10px;
	}
	#captain-wrap {
		margin-top: 55px;
	}
	.banner {
		padding: 10px 10px;
	}
	.banner h1 {
		font-size: 23px;
		line-height: 1.4;
		position: absolute;
		top: -150px;
		width: 50%;
		right: 40px;
	}

}