﻿@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Mr+Dafoe|Nunito|Vollkorn:700');


.addedPadding {
	padding-top: 0;
}
.addedPadding2 {
	padding-top: 50px;
}
.articleColDetail {
	padding: 10px;
	text-align: justify;
}
.articleColText {
	display: block;
}
.articleColTitle {
	padding: 4px 6px;
	color: #0f3c6e;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}
.articleImg {
	max-width: 300px;
}
.artImg {
	display: block;
	margin: 10px auto 0 auto;
	max-width: 366px;
}

#bgcolor{
	background-color: #fff;
	width: 100%;
	padding: 20px 15px;
}
.bgColor {
	background-color: #fff;
	width: 100%;
	box-shadow: 0 10px 5px rgba(0, 0, 0, .3);
}
.bgWhite2 {
	padding-top: 20px;
	background-color: #fff;
}
#bizName {
	position: absolute;
	font-family: 'Vollkorn', serif;
	color: #fff;
	z-index: 9999;
	text-shadow: 2px 2px 2px #000;
	bottom: 10px;
	left: 15px;
}
#bName {
	font-family: 'Pridi', serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	text-align: center;
	margin-top: 20px;
}
#bName a {
	color: #2a2a28;
	text-decoration: none;
}
#bName a:hover {
	text-decoration: none;
}
.boatBlock {
	margin: 5px;
	border: 1px #999 solid;
	padding: 10px;
	border-radius: 4px;
}
.boatBlock>span {
	display: block;
}
.boatTitle {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 4px;
	overflow: hidden;
	font-weight:bold;
	border-radius: 4px;
}
.boatTitle:hover {
	background-color: #0b4eb1;
	text-decoration: none;
	color: #fff;
}
body {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #0b4eb1;
}
.bold {
	font-weight: bold;
}
.book-btn .btn {
	margin: 10px 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn-primary {
	background-color: #20b88c !important;
	border: 0 !important;
	color: #fff !important;
	-webkit-transition: background .3s;
	transition-property: background;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	border: 0;
}
.btn-primary.focus, .btn-primary:focus {
	border: 0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:hover {
	border: 0;
	background-color: #209ab8 !important;
}
#byline {
	font-family: 'Pridi', serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
}

.calButton, .nextButton {
	cursor: pointer;
	background-color: #a4e3cd;
	transition: background-color .3s 0s, color .3s 0s;
	height: 50px;
}
.calButton:hover, .nextButton:hover {
	background-color: #21d11e;
	color: #fff;
}
#calendar {
	margin-top: 20px;
}
#calendar td {
	border: solid 1px #ededed;
}
#calendarData {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
}
#cancelButton {
	width: 100px;
	cursor: pointer;
	margin: 20px auto;
	padding: 20px;
	background-color: #d78686;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	border-radius: 6px;
	clear: both;
}
#cardForm {
	display: none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(9, 9, 9, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.cd-top:hover {
	background-color: #08347e;
	opacity: 1;
}
#chartertype {
	padding: 6px;
	border-radius: 6px;
	border: solid 3px royalblue;
}
#charterTypeLine {
	display: none;
}
.checkoutRow {
	padding: 10px 0;
}
.clearFix {
	font-size: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
.content {
}

#dataWrapper {
	height: 51px;
	width: 100%;
	display: block;
}
.dateMon {
	text-transform: uppercase;
}
.dateNum {
	display: block;
	font-size: 20px;
}
.dateBlock {
	border-left: 4px #5b5a54 solid;
	text-align: center;
	padding-left: 2px;
}
.day {
	display: block;
}
div.eL-captcha > div.eL-possibilities.type-0 {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px !important;
	height: 52px !important;
	margin-top: 20px !important;
}
div.eL-captcha > div.eL-where2go {
	background: #3174a5 !important;
}
.docDownload {
	border: 1px #563a20 solid;
	color: #563a20;
	border-radius: 6px;
	padding: 6px 10px;
}
.docDownload:hover, .docDownload:active, .docDownload:focus {
	text-decoration: none;
	background-color: #eee;
}
.dropdown-menu>li>a {
	text-shadow: 0px 0px;
}
.eTitle {
	display: block;
	font-weight: bold;
	font-size: 15px;
}
.eventBlock {
	margin: 10px 0;
}
.eventDate {
	display: block;
	background-color: #85884f;
	color: #fff;
	padding: 5px;
}
.eventDes {
	display: block;
	color: #52693f;
	font-size: 12px;
}
.eventDet {
}

.fb-page {
	padding-bottom: 20px;
}
#footColor {
	width: 100%;
	padding: 0 15px;
}
.footBox {
	margin: 2px;
	padding: 4px 5px;
}
.footBox>a {
	font-weight: bold;
}
.foot-links {
	list-style: none;
	padding: 0 0 0 18px;
}
.foot-map {
	border: 1px #fff solid;
	border-radius: 4px;
	margin-top: 10px;
}
footer {
	font-size: 12px;
	color: #fff;
	padding: 10px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #563a20;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
}
.four {
	width: 500px;
	margin: 0 auto;
}

h1 {
	color: #2a2a28;
	font-family: 'Alegreya Sans SC', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
h2 {
	margin-top: 10px;
	font-family: 'Alegreya Sans SC', sans-serif;
}
#header {
	position: relative;
}
#headerHome {
	background-image: linear-gradient(#072c7a, #0b4eb1);
	height: 109px;
}
#headerHome>.container {
	/* border-left: 4px #fff solid;*/
	/*border-right: 4px #fff solid;*/
	border: 0;
	height: 100%;
	padding: 0;
}
#headerHome #welcome {
	position: absolute;
	font-family: 'Mr Dafoe', cursive;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 40px;
	top: 4px;
	left: 15px;
}
#headerImg {
	background-image: linear-gradient(#072c7a, #0b4eb1);
	height: 120px;
}
#headerImg>.container {
	height: 100%;
}
#headerInside {
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
#headerInside #welcome {
	position: absolute;
	font-family: 'Mr Dafoe', cursive;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 40px;
	top: 0;
	left: 15px;
}
.hpass {
	display: none;
}

.largeImg {
	width: 100%;
}
#logo {
	margin: 10px auto;
}

#main {
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
}
#mainName {
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
#mainContainer {
	padding-bottom: 15px;
}
#map_canvas {
	border-radius: 10px;
}
.marquee {
	height: 25px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.marquee div {
	display: block;
	width: 200%;
	height: 30px;
	position: absolute;
	overflow: hidden;
	animation: marquee 40s linear infinite;
}
.marquee span {
	float: left;
	width: 50%;
}
@keyframes marquee {
	0% { left: 0; }
	100% { left: -100%; }
}
.mobile-only {
	display: inline;
}
.modal-body {
	overflow: auto;
}
#myCarousel {
}

.navContain {
	width: 100%;
}
.nav-container {
	/*border-left: 4px #fff solid;
	border-right: 4px #fff solid;*/
	background-color: #1a4ca1;
	padding: 0;
}
.navbar {
	border-radius: 0;
	margin: 0;
}
.navbar .navbar-nav {
	display: block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-collapse {
	padding: 0;
}
.navbar-inverse {
	background: #45e1b2;
	border: 0;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
	/*border-left: 4px #fff solid;
	border-right: 4px #fff solid;*/
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	-webkit-transition: background .5s;
	transition-property: background;

}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #458be1;
}
.navbar-nav {
	margin: 7.5px 0;
}
#nextButtons {
	display: none;
	width: 380px;
	margin: 20px auto;
}
#nextButtons .calButton {
	display: block;
	float: left;
	margin: 1px;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
}
.noMobile {
	display: none;
}

.old {
	background-color: #eee;
	color: #999;
}
.one {
	width: 80px;
	margin: 0 auto;
}

#phone {
	display: block;
	margin: 5px 0;
}
#phone a {
	display: inline;
}

.red {
	color: #ff0000;
}
.reportGallery {
	background-color: #e5e5e5;
	border-radius: 10px;
	padding: 10px;
	border: 1px #999 solid;
	overflow: hidden;
}
.reportGallery a {
	margin: 4px;
	display: block;
	float: left;
}
.reportGallery .thumbnail {
	width: 75px;
}
#resBody {
	background-color: #fff;
	overflow-x: auto;
}
#resFrame {
	border: 0;
	overflow-x: auto;
}
.resNote {
	background-color: #37a841;
	border-radius: 10px;
	color: #fff;
	height: 2px;
	margin-left: 10px;
	padding: 2px 4px;
	font-size: 12px;
}

.sectionHead, .sectionPrice {
	font-weight: bold;
	padding-bottom: 10px;
}
.sideNav {
	padding: 0;
	display: none;
}
.sideNav li {
	list-style: none;
}
.sideNav li a {
	display: block;
	margin: 10px 0;
}
.smBoat {
	width: 100px;
	height: 63px;
	border-radius: 4px;
	margin: 0 4px 4px 0;
}
span.q, span.a {
	display: block;
}
span.q {
	font-weight: bold;
	font-size: 15px;
}
span.a {
	margin: 10px 0;
}
span.event {
	display: block;
}
.subsectionHead, .subsectionPrice {
	padding-bottom: 6px;
}

.table {
	table-layout: fixed;
	width: 99%;
}
.taken {
	background-color: #aaaaab;
	cursor: not-allowed;
}
.three {
	width: 400px;
	margin: 0 auto;
}
.thumbnail {
	border: 0;
	background-color: transparent;
}
#titleDiv {
}
#topPhone a {
	color: #603205;
}
.two {
	width: 160px;
	margin: 0 auto;
	display: block;
}

#verifyForm {
	display: none;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #000;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
}

@media (min-width: 768px) {
	#bName {
		font-size: 34px;
		margin-top: 18px;
	}
	#byline {
		font-size: 20px;
	}
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
	#content {
		position: relative;
	}
	#facebook {
		display: block;
		float: left;
		margin-top: 10px;
	}
	#facebook img {
		max-width: 100px;
	}
	.foot-map {
		margin-top: 0;
	}
	footer .nav {
		margin-bottom: 10px;
	}
	footer .nav>li {
		float: left;
		display: block;
	}
	.header {
		height: 64px;
		font-size: 20px;
		padding: 16px 0 0 10px;
	}
	#headerHome {
		height: 221px;
	}
	#headerHome #bizName {
		font-size: 30px;
		top: 165px;
		right: 10px;
	}
	#headerHome .container {
		border-left: 4px #fff solid;
		border-right: 4px #fff solid;
	}
	#headerHome #welcome {
		font-size: 70px;
		left: 40px;
		top: 50px;
	}
	#headerImg {
		height: 150px;
	}
	#headerImg .container {
		border-left: 4px #fff solid;
		border-right: 4px #fff solid;
		padding: 0;
	}
	#headerInside {
		background-image: url('../images/hatteras-harbor-768.jpg');
		height: 150px;
	}
	#headerInside #welcome {
		font-size: 40px;
		left: 20px;
		top: 30px;
	}
	#main {
		position: relative;
	}
	.map-text {
		font-size: 14px;
	}
	.mobile-only {
		display: none;
	}
	.nav>li>a {
		padding: 15px 35px;
	}
	.navContain {
		width: 750px;
		margin: 0 auto;
	}
	.nav-container {
		border-left: 4px #fff solid;
		border-right: 4px #fff solid;
		background-color: #1a4ca1;
		padding: 0;
	}
	.navbar-fixed-top {
		margin-left: auto;
		margin-right: auto;
		border-left: 4px #fff solid;
		border-right: 4px #fff solid;
	}
	.navbar-inverse {
		background: -moz-linear-gradient(top, #45e1b2 0%, #19d5a3 50%, #0cb98c 51%, #0ed89e 100%);
		background: -webkit-linear-gradient(top, #45e1b2 0%,#19d5a3 50%,#0cb98c 51%,#0ed89e 100%);
		background: linear-gradient(to bottom, #45e1b2 0%,#19d5a3 50%,#0cb98c 51%,#0ed89e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e1b2', endColorstr='#0ed89e',GradientType=0 );
		font-size: 13px;
		border-left: 4px #fff solid;
		border-right: 4px #fff solid;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav>li {
		background: transparent;
		-webkit-transition: background .5s;
		transition-property: background;
	}
	.navbar-nav>li:hover {
	}
	.no-padding {
		padding: 0;
	}
	#phone a {
		display: block;
	}
	#outerRim {
		padding: 0 !important;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#resBody {
		overflow-y: hidden;
	}
	#resFrame {
		overflow-y: hidden;
	}
	.sideNav {
		display: block;
	}
	#topPhone {
		float: right;
	}
	#topPhone #phone {
		display: block;
		float: left;
		padding: 10px 20px 0 0;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.artImg {
		max-width: 475px;
	}
	#bName {
		font-size: 45px;
		margin-top: 23px;
	}
	#byline {
		font-size: 30px;
	}
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
	#facebook img {
		max-width: 150px;
	}
	#headerHome {
		height: 287px;
	}
	#headerHome #bizName {
		font-size: 40px;
		top: 185px;
		right: 10px;
	}
	#headerHome #welcome {
		font-size: 70px;
		left: 40px;
		top: 60px;
	}
	#headerImg {
		height: 170px;
	}
	#headerInside {
		background-image: url('../images/hatteras-harbor-970.jpg');
		height: 170px;
	}
	#headerInside #welcome {
		font-size: 60px;
	}
	.navbar-fixed-top {
		width: 970px;
	}
	.navbar-inverse {
		font-size: 18px;
	}
	.navContain {
		width: 970px;
		margin: 0 auto;
	}
	.noMobile {
		display: block;
	}
	#topPhone #phone {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.artImg {
		max-width: 550px;
	}
	#bgcolor>.container {
		width: 1140px;
	}
	#bizName {
		font-size: 60px;
		top: 225px;
		right: 10px;
	}
	#bName {
		font-size: 40px;
		margin-top: 80px;
	}
	#byline {
		font-size: 40px;
		margin-top: 80px;
	}
	#headerHome {
		height: 347px;
	}
	#headerHome #bizName {
		font-size: 60px;
		top: 225px;
		right: 10px;
	}
	#headerHome #welcome {
		font-size: 90px;
		top: 60px;
	}
	#headerImg {
		height: 226px;
	}
	#headerInside {
		background-image: url('../images/hatteras-harbor-1170.jpg');
		height: 226px;
	}
	#headerInside #welcome {
		top: 60px;
	}
	.navbar-fixed-top {
		width: 1170px;
	}
	.navContain {
		width: 1170px;
		margin: 0 auto;
	}
	#welcome {
		top: 40px;
		left: 50px;
		font-size: 70px;
	}
}
