* {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/bkgrd.jpg) no-repeat top center fixed
}
footer {
	padding-top: 18px;
}
.noof {
	dispay: block;
	overflow: hidden;
}
h1 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #6c0101;
	margin: 15px auto;
}
h1 *, h2 * {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
h1.line {
	display: inline-block;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 10;
}
h1.line:before, h1.line:after {
	display: block;
	content: "";
	width: 500%;
	top: 50%;
	z-index: 1;
	height: 2px;
	background: #011867;
	position: absolute;
}
h1.line:before {
	left: 100%;
}
h1.line:after {
	right: 100%;
}
h2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #011867;
	margin-top: 15px;
	margin-bottom: 10px;
}
h2.line {
	display: inline-block;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 10;
}
h2.line:before, h2.line:after {
	display: block;
	content: "";
	width: 500%;
	top: 50%;
	z-index: 1;
	height: 2px;
	background: #6c0101;
	position: absolute;
}
h2.line:before {
	left: 100%;
}
h2.line:after {
	right: 100%;
}
.bluebg h2.line {
	background: #0091cf;
	color: #fff;
}
.bluebg h2.line:before, .bluebg h2.line:after {
	background: #FFF;
}
.homebox h2 {
	margin-top: 0;
}
.homebox {
	background: #DEDEE1;
	padding: 15px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
}
.homebox img {
	border: 1px solid #000;
}
.hbbtn {
	border: 1px solid #0091cf;
	border-top: none;
	display: inline-block;
	padding: 5px 30px;
	background: #0091cf;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0 0 20px 20px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
	transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out
}
.hbbtn:hover {
	border-color: #dedede;
	background: #DEDEE1;
	text-decoration: none;
}
.bluebg {
	background: #0091cf;
	color: #fff;
}
.sbbtn {
	background: #011867;
	color: #FFF;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	padding: 15px 5px;
	font-size: 22px;
	border-radius: 3px;
	transition: background-color .2s;
}
.sbbtn:hover {
	background: #0091cf;
	color: #FFF;
	text-decoration: none;
}
.testimonial {
	font-size: 13px;
}
.testimonial strong {
	font-weight: 500;
}
.testimonial strong.lead {
	font-size: 16px;
	font-weight: bold;
}
.caption1,  .caption2,  .caption3,  .caption4,  .caption5,  .caption6,  .caption7,  .caption8 {
	display: none
}
.table>tbody>tr>td,  .table>tbody>tr>th,  .table>tfoot>tr>td,  .table>tfoot>tr>th,  .table>thead>tr>td,  .table>thead>tr>th {
	vertical-align: middle
}
.border {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.body-main {
	font-size: 16px;
}
.border-left {
	border-left: 1px solid #000;
}
.border-right {
	border-right: 1px solid #000;
}
.hidden-container {
	display: none;
}
.brtop {
	border-radius: 10px 10px 0 0;
}
.white {
	background-color: white;
}
#toprow {
	margin-top: 10px
}
.headline {
	font-size: 24px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #011867;
	text-indent: -52px;
	margin-top: 4px;
	line-height: 30px;
}
.maroon {
	color: #7d0101
}
.list-inline>li.phone {
	padding-right: 0px;
}
.phone {
	font-size: 24px;
	color: #6c0101;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	line-height: 1
}
.phone-sm {
	font-size: 18px;
	color: #000
}
.dropdown-menu .dropdown-menu {
	left: 100%;
	top: -4px;
}
img.facebook {
	vertical-align: bottom
}
ul.social {
	margin-bottom: 0
}
.address {
	font-size: 14px;
	color: #000;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	margin-top: 8px;
}
blockquote {
	border: none
}
.thumbnail {
	padding: 0;
	border-color: #000;
	border-radius: 0
}
.boatlink {
	position: relative;
	display: block;
}
.boatlink .sleeps {
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #060096;
	color: #FFF;
	border-radius: 0 10px 0 0;
}
.btn-primary2 {
	background: #011867;
	color: #ffffff;
}
/**CUSTOM STRUCTURAL CLASSES**/





/* Padding Styles */



.margin-rt15 {
	margin-right: 15px;
}
.margin-lt15 {
	margin-left: 15px;
}
.no-pad {
	padding-left: 0!important;
	padding-right: 0!important;
}
.no-left-pad {
	padding-left: 0!important;
}
.low-pad {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.hi-pad {
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.btmnav ul,  .btmnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.v-pad {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.v-pad-top {
	padding-top: 25px!important;
}
.v-pad-low {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.v-pad-hi {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
/* Table Display */



.display-table {
	float: none!important;
	display: table!important;
	overflow: hidden;
}
.display-table-cell {
	float: none!important;
	display: table-cell!important;
}
/**/



.clearfix {
	clear: both!important;
}
/**FORM VALIDATION**/



#captcha {
	display: inline-block;
}
input.error,  select.error,  textarea.error {
	border: 1px solid red;
}
.errormsg {
	display: block;
	width: 100%;
	position: relative;
}
.red {
	color: red!important;
}
label.error {
	color: red!important;
	font-size: 13px!important;
	z-index: 1000;
	font-weight: normal;
	width: auto;
	position: absolute;
	top: -3px;
	left: 10px;
	background: #FFF;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 8px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
label.error:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #bbb transparent;
	display: block;
	width: 0;
	top: -10px;
	bottom: auto;
	left: 20px;
	border-width: 0 10px 10px;
}
label.error:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
	top: -9px;
	bottom: auto;
	left: 21px;
	border-width: 0 9px 9px;
}
/**MOBILE HOT BUTTONS**/



#mobile-hb-container {
	position: absolute;
	width: 100%;
	height: 50px;/*padding-right:44px;*/

}
#mobile-hot-buttons {
	width: 150px;
	/* Must be total width of buttons */

	height: 50px;
	/* Must be height of buttons */

	margin: 0 auto;
}
#mobile-hot-buttons a {
	float: left;
}
/**NAVBAR**/



.navbar {
	min-height: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0!important;
}
.navbar-header {
	position: relative;
}
.navbar-default {
	background: #fff;
}
/* Link Styles */



.navbar-default .navbar-nav>li>a {
	color: #000;
}
/* Link Hover Styles */



.navbar-default .navbar-nav>li>a:hover,  .navbar-default .navbar-nav>li>a:focus {
	color: #000;
}
/* Open Link Styles (when dropdown is open) */



.navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:focus,  .navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	background: #FFF;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #ccc;
	
}

/**COMBINATIONS**/





/**SS, XS & SM**/



@media (max-width: 991px) {

}

/**SS, XS, SM & MD**/



@media (max-width: 1199px) {
}

/**SM, MD & LG**/



@media (min-width: 768px) {
	#mobile-hb-container {
		display: none!important;
	}
	.navbar-default .navbar-nav>li>a {
		background: url(../images/vert-line.gif) no-repeat 0 center;
	}
	.navbar .nav>li:first-child>a,  .navbar .nav>li:first-child>a:hover,  .navbar .nav>li:first-child>a:focus {
		background: none;
	}
	.navbar-nav {
		display: inline-block;
		float: none;
		margin: 0;
	}
	.navbar-collapse.collapse {
		text-align: center;
	}
	.navbar {
		height: 40px;
	}
}

/**MD & LG**/



@media (min-width: 992px) {
}

/**XS**/



@media (max-width: 767px) {
	.mobile-col-pad {
		margin-bottom: 15px
	}
	.navbar-nav li a {
		border-bottom: 1px solid #000;
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		color: #000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #000!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #EEE;
	}
	.logo {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.headline {
		font-size: 18px;
		text-align: center;
		text-indent: 0px;
		line-height: 22px;
		margin-bottom: 6px;
		margin-top: 0px;
	}
	.phone {
		font-size: 18px;
		text-align: center
	}
	.address {
		font-size: 12px;
		text-align: center
	}
	ul.social {
		text-align: center
	}
	#footer-outer {
		text-align: center;
	}
	.address {
		text-shadow: 1px 1px 5px #fff, 1px 1px 10px #ccc;
	}
}

/**SUPERSMALL**/



@media (max-width: 400px) {
}

/**SM**/



@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav>li>a {
		padding: 10px;
	}
	.headline {
		font-size: 18px;
		text-indent: -12px;
		line-height: 22px;
	}
	.phone {
		font-size: 19px;
		color: #6c0101;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		line-height: 1
	}
	.phone-sm {
		font-size: 12px;
		color: #000
	}
	.address {
		font-size: 12px;
		color: #000;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		margin-top: 8px;
	}
	.sbbtn {
		font-size: 14px;
	}
}

/**MD**/



@media (min-width: 992px) and (max-width: 1199px) {
	.phone {
		font-size: 20px;
	}
	.phone-sm {
		font-size: 13px
	}
	.sbbtn {
		font-size: 18px;
	}
}

/**LG**/



@media (min-width: 1200px) {
	.nav>li>a {
		padding-right: 26px;
		padding-left: 26px;
	}
}
	#envirabox-title {
		display: none!important;
	}
