@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?9e5swl");
	src: url("../fonts/icomoon.eot?9e5swl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9e5swl") format("truetype"), url("../fonts/icomoon.woff?9e5swl") format("woff"), url("../fonts/icomoon.svg?9e5swl#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cloud:before {
	content: "";
}

.icon-weather:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-facebook-f:before {
	content: "";
}

.icon-google-plus:before {
	content: "";
}

.icon-binoculars:before {
	content: "";
}

.icon-yelp:before {
	content: "";
}

.icon-bed:before {
	content: "";
}

.icon-hotel:before {
	content: "";
}

.icon-map-o:before {
	content: "";
}

.icon-line-chart:before {
	content: "";
}

.icon-calendar-check-o:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: #000000;
	text-transform: none;
}

h1,
.h1 {
	font-size: 1.75rem;
}

h2,
.h2 {
	font-size: 1.5rem;
}

h3,
.h3 {
	font-size: 1.375rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: .875rem;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s linear, background-color .3s linear;
	transition: color .3s linear, background-color .3s linear;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #006;
	text-decoration: none;
}

#wrapper {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 3rem 0 2.5rem;
	overflow: hidden;
}

#wrapper .container-xl {
	padding-left: 0;
	padding-right: 0;
	max-width: 1201px;
	border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
}

.container-xl {
	padding-left: 15px;
	padding-right: 15px;
}

img {
	max-width: 100%;
	height: auto;
}

.navbar-banner.rounded-top {
	border-radius: 1.875rem !important;
}

.content-section {
	background-color: rgba(233, 233, 233, .87);
	padding: 1.5625rem .9375rem 1.875rem;
}

#header .navbar {
	padding: 0;
	position: relative;
	padding: 10px 10px;
}

#header .navbar-collapse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header .navbar-nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

#header .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header .nav-link {
	border-right: none;
}

#header .dropdown-menu {
	background-color: #f0f0f0;
	border: 2px solid #e0e0e2;
	border-top: none;
	border-radius: 0;
	font-size: .8em;
	margin-top: 0;
}

#header .dropdown-item {
	color: #1779a8 !important;
	font-weight: 500;
	font-family: "Raleway";
	white-space: pre-wrap;
}

#header .dropdown-item:hover {
	background-color: #fff;
}

#header .dropdown-toggle::after {
	display: none;
}

.navbar-banner {
	border-radius: 1.875rem 1.875rem 0 0;
}

.nav-link {
	padding: .75rem .625rem .6875rem !important;
	border-bottom: 2px solid #e0e0e2;
	border-right: 2px solid #e0e0e2;
	background-color: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1779a8 !important;
	font-weight: 500;
	font-family: "Raleway";
}

.nav-link.active {
	background-color: #fff;
}

.nav-link:hover {
	background-color: #fff;
}

.nav-link .icon {
	color: #c11212;
	padding: 0 2px;
	display: inline-block;
	vertical-align: top;
}

#footer {
	background-color: #006;
	border-radius: 0 0 1.875rem 1.875rem;
}

.footer-top {
	background-color: #ffe100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-top: 1.25rem;
}

.logo {
	margin-bottom: -24px;
}

.footer-bottom {
	padding: 2.5rem 1.875rem 1.25rem;
	font-size: .625rem;
	color: #fff;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover {
	color: #6cf;
}

.hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 1.875rem 0;
}

.title-holder {
	color: #fff;
	font-size: 1.1875rem;
	text-transform: uppercase;
	text-align: center;
}

.title-holder h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: .9375rem;
	font-family: "Open Sans Condensed";
	text-shadow: 2px -2px 24px rgba(0, 0, 0, .5);
}

.title-holder p {
	margin: 0;
	text-shadow: 2px -2px 24px rgba(0, 0, 0, .5);
}

#sidebar {
	padding-bottom: 50px;
}

.phone-list {
	margin-bottom: 1.4375rem;
}

.phone-list li {
	margin-bottom: 1.0625rem;
}

.phone-list li:last-child {
	margin: 0;
}

.phone-list li .btn {
	display: block;
	text-align: left;
}

.aside-card {
	border: none;
}

.aside-card .card-header {
	background-color: #191f6e;
	text-align: center;
	padding: 1.0625rem .625rem;
}

.aside-card .card-header h2 {
	color: #fff;
	margin: 0;
	font-family: "Open Sans Condensed";
	font-size: 42px;
	line-height: 1.1;
}

.aside-card .card-body {
	padding: .9375rem .625rem 1.625rem;
	text-align: center;
}

.aside-card .card-body img {
	margin-bottom: .8125rem;
}

.app-list {
	margin: 0;
}

.app-list li {
	margin-bottom: .75rem;
}

.app-list li:last-child {
	margin: 0;
}

.app-list li a {
	display: inline-block;
	vertical-align: top;
}

.app-list li a img {
	margin: 0 !important;
}

.aside-details {
	padding: 9px 10px;
	color: #1f1f1f;
	font-size: .9375rem;
	text-align: center;
	margin-bottom: 3.625rem;
}

.aside-details .icon {
	font-size: 60px;
}

.aside-details p {
	margin-bottom: .4375rem;
}

.btn-mark {
	padding: 3px 15px;
	font-weight: 700;
	line-height: 1.7;
	color: #1f1f1f;
	position: relative;
	text-decoration: underline;
	margin-top: 3px;
	display: inline-block;
	vertical-align: top;
}

.btn-mark:hover {
	background-color: #006;
	color: #fff;
}

.aside-item {
	text-align: center;
}

.aside-item h2 {
	color: #006;
	font-family: "Open Sans Condensed";
	font-size: 35px;
	line-height: 1.1;
}

.aside-item h4 {
	color: #000;
	margin-bottom: 1.25rem;
}

.aside-item p {
	margin-bottom: 0;
}

.aside-item p:last-child {
	margin-bottom: 20px;
}

.aside-item img {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.aside-body {
	padding: 0 1.6875rem;
	font-size: 18px;
}

.video-holder {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-holder iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0;
}

.content-card {
	margin: 1.5625rem 0;
	padding: 1.4375rem 1.25rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	width: 100%;
}

.content-card .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.content-card .text-medium {
	font-weight: 600;
}

.content-card h4 {
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}

.content-card time {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}

.user {
	font-weight: 500;
	display: block;
}

.author {
	display: block;
}

.text-holder .text-medium {
	margin: 0;
}

.about-holder {
	text-align: center;
	margin-bottom: 1.25rem;
}

.about-holder h3 {
	color: #006;
	text-transform: uppercase;
	font-family: "Open Sans Condensed";
	font-size: 2.1875rem;
	line-height: 1.1;
}

.boat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.boat-list li {
	padding: 0 .5rem;
	border-right: 1px solid #000;
}

.boat-list li:nth-child(even) {
	border-right: none;
}

.btn {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	border-radius: .5rem;
}

.btn .icon-holder {
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: .4375rem;
	position: relative;
}

.btn .icon-holder .icon {
	color: #006;
	font-size: 1.5625rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-lg {
	font-size: 1.25rem;
	border-radius: 1.0625rem;
}

.btn-primary .icon-holder {
	display: inline-block;
	vertical-align: top;
}

.btn-secondary {
	color: #fff;
}

.btn-secondary:hover {
	color: #fff;
}

.btn-secondary .icon {
	color: #6cf !important;
}

.btn-tertinary {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #eaeaea;
	font-weight: 700;
	border-radius: .5rem;
	min-width: 11.9375rem;
	padding: .6875rem .9375rem;
	font-size: 1.125rem !important;
	margin: 1.625rem auto 0;
	color: #003a57;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-tertinary:hover {
	color: #fff;
	background-color: #006;
}

.btn-more {
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.0625rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-more:hover {
	color: #006;
}

.btn-more::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #1f6a99;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 20px;
}

.social-networks li {
	margin-right: .75rem;
	margin-bottom: .3125rem;
}

.social-networks li:last-child {
	margin: 0;
}

.social-networks li a {
	width: 2.3125rem;
	height: 2.3125rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0d9fc3;
	color: #fff;
	font-size: 1.375rem;
}

.social-networks li a:hover {
	background-color: #006;
}

.social-networks li a .icon-google-plus {
	font-size: 2rem;
}

.social-networks li a .icon-bed {
	font-size: 1.75rem;
}

.social-networks li a .icon-yelp {
	font-size: 1.5rem;
}

body {
	min-width: 320px;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 3.0rem;
	}

	h2,
	.h2 {
		font-size: 1.4375rem;
	}

	h3,
	.h3 {
		font-size: 1.875rem;
	}

	h4,
	.h4 {
		font-size: 1.3125rem;
	}

	h5,
	.h5 {
		font-size: 1.125rem;
	}

	h6,
	.h6 {
		font-size: 1.0625rem;
	}

	.footer-top {
		padding: .625rem 1.875rem 0 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.logo {
		margin-top: -10px;
		margin-bottom: -24px;
	}

	.title-holder {
		font-size: 1.875rem;
	}

	.title-holder h1 {
		margin-bottom: .5rem;
		letter-spacing: -.02em;
		line-height: 1.1;
	}

	.content-card {
		width: auto;
	}

	.btn-lg {
		font-size: 1.1875rem;
		padding: .625rem .9375rem;
		line-height: 1.9;
	}

	.social-networks {
		margin: 0 0 0 auto;
	}
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 5rem;
	}

	h2,
	.h2 {
		font-size: 2.5rem;
	}

	h3,
	.h3 {
		font-size: 2.5rem;
	}

	.aside-card .card-body {
		padding: .9375rem 2.8125rem 1.625rem;
	}

	.aside-details {
		padding: 9px 28px;
	}

	.content-card {
		padding: 1.4375rem 2.5rem;
	}

	.btn .icon-holder {
		width: 2.8125rem;
		height: 2.8125rem;
		margin-right: .8125rem;
	}

	.btn-lg {
		font-size: 1.875rem;
		padding: .625rem .9375rem;
		line-height: 1.4;
	}
}

@media screen and (min-width: 992px) {
	#header .navbar {
		padding: 0;
	}

	#header .nav-item:last-child .nav-link {
		border-right: none;
	}

	#header .nav-link {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: .8em;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-right: 2px solid #e0e0e2;
	}

	#header .dropdown-menu {
		border-top: 2px solid #e0e0e2;
		width: 100%;
		left: 0;
		min-width: 140px;
	}
}

@media (min-width: 1200px) {
	.container-xl {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 1241px;
	}
}

