.black_overlay{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: fixed;
			top: 4%;
			left: 27.5%;
			width: 50%;
			height: 50%;
			padding: 16px;
			z-index:1002;
		}
		.closerdiv {
			padding-top:4%;
			padding-bottom:0px;
			text-align:center;
			margin-top:4%;
		}

.textarea {
	max-width: 100%;
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.grey-line {
	width: 35%;
    margin: 0 auto;
    border-bottom: 2px solid #e5e6e8;
}
.services-paragraph p {
	margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-align: center;
	padding-top: 0px;
    font-size: 22px;
    line-height: 32px;
}
.smaller-div p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 21px;
}
.bio-paragraph-div p {
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 50px;
	text-align: left;
}
.main-text-div p {
	display: block;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.news-listing-header {
	display: block;
	width: 100%;
	height: 90px;
	background-size: cover;
	background-position: 50% 50%;
}

.first-text-preview-div p {
	margin-bottom: 0px;
	padding-bottom: 15px;
	color: white;
	font-size: 15px;
}
.post-text-preview-div p {
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-size: 15px;
}
.center-paragraph-div p {
	padding-top: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	font-weight: 400;
	text-align: center;
}
.center-paragraph-div.white-text p {
	color: #fff;
}
.load-more-text {
	display: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.weather-footer-wrapper {
	background-color: #e5e6e8;
	padding: 10px;
	width: 100%;
	max-width: 360px;
	margin: 20px auto 0;
	overflow: hidden;
}
.weather-footer-wrapper .temp-left,
.weather-footer-wrapper .temp-right {
	width: 100%;
	float: left;
}
.weather-footer-wrapper .red-line {
	margin: 0 auto 5px;
}
.weather-footer-wrapper h2 {
	font-size: 75px;
    line-height: 70px;
    font-weight: 600;
    color: #d8242a;
    padding: 0;
	margin: 0;
}
.weather-footer-wrapper h4,
.weather-footer-wrapper h5 {
	text-transform: uppercase;
	color: #180b42;
	margin: 0;
}
.wind-direction.blue {
	text-transform: none;
}
.weather-temp-wrapper {
	min-height: 255px;
	background-color: #fff !important;
}
.weather-temp-wrapper .weather-content {
	padding-left: 30px;
	padding-top: 1px;
    overflow: hidden;
	display: none;
}
.weather-temp-wrapper .weather-content.active {
	display: block;
}
.weather-content h2.temp {
	font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #d8242a;
    padding: 0;
    margin: 0;
}
.weather-content h3.temp-range {
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #d8242a;
    padding: 0 10px;
    border-right: 1px solid #d8242a;
    border-left: 1px solid #d8242a;	
}
.weather-content h5 {
	display: block;
    width: 100%;
    font-size: 13px;
}
.weather-content .weather-info {
	font-weight: 500;
    color: #180b42;
    text-transform: none;
	margin-bottom: 5px;	
}
.weather-content .weather-col-6 {
	width: 50%;
	float: left;
	text-transform: none;
	font-size: 12px;
	margin: 10px 0;
}
.weather-content .red {
	color: #d8242a;
}
.weather-content .hourly-headers-wrapper {
	background: #e5e6e8;
	margin-top: -1px;
    overflow: hidden;
	padding-right: 15px;
}
.weather-content .hourly-list-wrapper {
	height: 220px;
	overflow-y: scroll;
}
.weather-content .hourly-row.current {
	background: #200643;
}
.weather-content .hourly-row.current .hourly-col {
	color: #fff;
}
.weather-content .hourly-row,
.weather-content .weekly-row {
	border-bottom: 1px solid #e5e6e8;
	width: 100%;
	float: left;
}
.weather-content .hourly-col {
	width: 25%;
	float: left;
	padding: 5px 0;
	font-size: 12px;
	color: #180b42;
	text-transform: none;
}
.weather-content .hourly-col.red,
.weather-content .weekly-col.red {
	color: #c8292e
}
.weather-content .weekly-col {
    width: 25%;
    float: left;
    height: 50px;
    line-height: 50px;
	text-transform: none;
	color: #180b42;
	font-size: 12px;
}
.weather-main-nav {
	height: 30px;
    position: absolute;
    background: #fff;
	-ms-transform-origin: left top; /* IE 9 */
    -webkit-transform-origin: left top; /* Chrome, Safari, Opera */
	transform-origin: left top;
	-ms-transform: rotate(-90deg) translateX(-100%); /* IE 9 */
    -webkit-transform: rotate(-90deg) translateX(-100%); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) translateX(-100%);
}
ul.weather-nav {   
    margin: 0 auto;
    height: 100%;
    padding: 0;
}

ul.weather-nav li {
	width: 80px;
    margin-left: 5px;
    float: right;
    height: 100%;
    line-height: 30px;
    list-style: none;
}
ul.weather-nav li a {           
    padding: 0 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
	background: #c8292e;
}
ul.weather-nav li a:hover,
ul.weather-nav li a.active { 
	background: #e5e6e8;
	color: #c8292e;
}
.widget-section .alert-div {
	margin: 0 auto;
}
.widget-section .alert-div .section-name {
    margin-top: 25px;
}
.plan-section {
	padding-top: 0 !important;
}
.page-node-29 .main-section {
	margin-bottom: 30px;
}
.crew-about-content {
	max-width: 992px;
	margin: 0 auto;
}
.about.main .about-back-btn {
	padding-top: 30px;
}
.home-slider .slide1 {
	background-position: 50% 50%;
}
.tide-widget-wrapper {
    background-color: #fff;
    padding: 20px;
}
.tide-widget-wrapper h5.city {
	display: block;
    width: 100%;
    font-size: 13px;
	margin: 0;
	text-align: left;
}
.tide-widget-wrapper p.date {
    font-size: 13px;
    margin: 0;
    padding: 0;
    letter-spacing: initial;
	text-align: left;
}
.tide-widget-wrapper h3.feet {
	padding: 5px 0;
    margin: 0;
    color: #d8242a;
    font-size: 38px;
	text-align: left;
	width: 100%;
}
.tide-widget-wrapper  p.tide {
	width: 50%;
    float: left;
    margin: 5px 0;
	padding: 0 10px 0 0;
    text-align: left;
    font-size: 12px;
    color: #d8242a;
}
.tide-widget-wrapper .sun-info {
    width: 50%;
    float: left;
    color: #180b42;
    text-align: left;
    padding-right: 10px;
}
.tide-widget-wrapper .sun-info img {
    width: 30px;
}
.tides-footer-wrapper {
    background-color: #e5e6e8;
    padding: 10px;
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
    overflow: hidden;
}
.tides-footer-wrapper .tide-left,
.tides-footer-wrapper .tide-right  {
	width: 50%;
	float: left;
}
.tides-footer-wrapper .tide-left {
	color: #180b42;
    font-size: 12px;
	line-height: normal;
}
.tides-footer-wrapper .tide-right h4 {
	color: #d8242a;
    margin: 5px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}
.tides-footer-wrapper .tide-right p {
    padding: 0;
    width: 100%;
    margin: 0;
    color: #180b42;
    font-size: 12px;
	line-height: normal;
}
.tides-footer-wrapper .tide-right img {
	width: 20px;
}
.tides-footer-wrapper .red-line {
	margin: 0 auto 5px;
    border-bottom: 2px solid #d8242a;
}
.page-node-20 .links-section {
	padding-top: 40px;
}
.page-node-20 .discount {
	border: 0;
}
.section-name.white.no-icon {
	font-weight: 600;
	text-shadow: 1px 1px 6px rgba(150, 150, 150, 1);
}
.slider-heading,
.slidder-paragraph {
	text-shadow: 1px 1px 6px rgba(150, 150, 150, 1);
}
.modal-overlay {
	position: fixed;
	overflow: auto;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    top: 0;
    bottom: 0;
}
.modal-overlay.modal-open {
	display: block;
}
.modal-wrapper {
    width: 85%;
    max-width: 600px;
    margin: 60px auto 20px;
    background-color: #f2f2f2;
    text-align: center;
    overflow: auto;
    display: block;
    padding: 15px;
}
.modal-body {
	background-color: #fff;
}
.modal-close {
    text-align: right;
}
.modal-close-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    width: 30px;
}
.modal-logo {
    margin-bottom: 20px;
}
.modal-logo img {
    width: 50%;
}
.modal-logo img.larger {
    width: 70%;
}
#contactTowboatModal .form-wrapper {
	background: #fff;
    padding: 15px;
	padding-bottom: 0;
}
#contactTowboatModal .red-label {
	color: #c7292f;
    text-align: center;
    font-weight: 600;
	line-height: normal;
}
#contactTowboatModal input[type="text"] {
	border-top: 0;
}
#contactTowboatModal input {
	line-height: normal;
    font-size: 12px;
}
#contactTowboatModal textarea {
	max-height: 60px;
	max-width: 100%;
	resize: none;
	font-size: 12px;
}
#contactTowboatModal input:focus,
#contactTowboatModal textarea:focus {
	border-color: #ccc;
}
#contactTowboatModal .form-actions.form-wrapper {
	padding: 0;
}
#contactTowboatModal .submit-wrapper {
    margin: 0 -30px;
    padding: 20px 0;
    background: #f2f2f2;
}
#contactTowboatModal p.form-note {
    padding: 0;
    font-size: 10px;
    line-height: normal;
    background: #f2f2f2;
    margin: 0 -15px;
}
#successMessageModal .modal-body {
	margin-bottom: 15px;
}
#successMessageModal h4 {
	font-size: 14px;
    padding: 15px 10px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #cc2127;
}
#successMessageModal p {
	padding: 0;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding-bottom: 15px;
}
#errorMessageModal h4 {
	font-size: 14px;
    padding: 15px 10px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #cc2127;
	line-height: normal;
}

@media (max-width: 991px) {
	.bio-paragraph-div p {
		margin-right: auto;
	}
	.main-text-div p {
		width: 75%;
		line-height: 26px;
		letter-spacing: 0px;
	}
	.post-text-preview-div p,
	.first-text-preview-div p {
		letter-spacing: 0px;
	}
	.center-paragraph-div p {
		line-height: 27px;
		letter-spacing: 0px;	
	}
	.center-paragraph-div.white-text p {
		margin-top: 0;
		font-size: 17px;
	}
	.center-paragraph-div.white-text {
		margin-top: 0;
	}
	.weather-footer-wrapper .temp-left,
	.weather-footer-wrapper .temp-right {
		width: 50%;
		float: left;
	}
	.widget-section .alert-div {
		margin: 65px auto;
	}
}

@media (max-width: 767px) {
	.services-paragraph p {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 16px;
		line-height: 20px;
	}
	.smaller-div p {
		letter-spacing: 0px;
	}
	.main-text-div p {
		width: 85%;
	}
	.news-listing-header {
		height: 140px;
	}
	.center-paragraph-div p {
		font-size: 16px;
		line-height: 20px;	
	}
	.nav-bar .balt-marine-rec {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 20px 20px;
	}
	.tide-widget-wrapper.tides-widget {
		margin: 0 auto !important;
	}
	.tide-widget-wrapper.tides-widget .w-col-6 {
		width: 50% !important;
	}
	.tide-widget-wrapper h5.city,
	.tide-widget-wrapper p.tide,
	.tide-widget-wrapper .sun-info {
		font-size: 16px;
		text-align: center;
	}
	.tide-widget-wrapper p.date {
		font-size: 15px;
		text-align: center;
	}
	.tide-widget-wrapper h3.feet {
		font-size: 50px;
		text-align: center;
	}
	.call-text {
		font-size: 16px !important;
	}
	.become-member {
		font-size: 20px !important;
	}
	.fixed-button-block {
		background-position: 20% !important;
	}
}

@media (max-width: 479px) {
	.main-text-div p {
		width: 95%;
	}
	.news-listing-header {
		height: 90px;
	}
	.nav-bar .balt-marine-rec {
		width: auto;
		margin: 0 0 20px;
	}
	.widget-section .alert-div {
		margin: 15px auto;
	}
	.tide-widget-wrapper h5.city,
	.tide-widget-wrapper p.date,
	.tide-widget-wrapper p.tide,
	.tide-widget-wrapper .sun-info {
		font-size: 12px;
	}
	.tide-widget-wrapper h3.feet {
		font-size: 30px;
	}
	.fixed-button-block {
		background-position: 31px 50% !important;
	}
}

@media (max-width: 359px) {
	.call-text {
		font-size: 12px !important;
	}
	.become-member {
		font-size: 16px !important;
	}
}
