/*
Theme Name: House Boat
Description: Custom Wordpress Theme
Author: Anonymous
Author URI: http://wordpress.org/
Version: 1.0
Text Domain: twentyten
*/
.youtube-video::before {
    content: "";
    background:transparent ;
    height: 100%;
    width: 100%;
    position: absolute;
}
.aligncenter {
	clear: both; display: block; margin-left: auto; margin-right: auto;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
input {
	outline: none;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
#wpadminbar .quicklinks .menupop ul li .ab-item {
	text-transform: capitalize !important;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
body {
	 font-family: 'Barlow', sans-serif;
}
.f-header-bg {
	width: 100%;
	background: url(images/header-bg-new.jpg) repeat-x #89aac9;
}
.f-header-left {
	float: left;
	width:27%;
}
.f-header-right {
	float: right;
	width: 72%;
}
.wrapper {
	margin: 0 auto;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 1284px;
}
.nav {
}
.nav ul {
}
.nav ul li {
	position: relative;
	float: left;
	list-style: none;
	background-repeat: no-repeat;
	background-position: right 36px;
}
.nav ul li.menu-item-has-children, .nav ul li.ourhouseboats {
	background-image: url(images/menu-bullet.png);
}
.nav ul li:hover {
	background-color: #db5220;
}
.nav ul ul {
	position: absolute;
	left: 0;
	top: 75px;
	width: 300px;
	background: url(images/drop-opacity.png);
	z-index: 9999;
	display: none;
	box-shadow:3px 3px 8px #888;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul ul li {
	float: none;
	background: none;
}
.nav ul ul li a {
	line-height: 30px;
}
.nav ul ul li:hover {
	background: #992e07;
}
.nav ul li a {
	text-decoration: none;
	line-height: 75px;
	color: #FFF;
	font-size: 18px;
	padding-left: 8px;
	padding-right: 24px;
	display: block;
}
.s-header-bg {
	background: #ffac00;
	border-bottom: 4px solid #e9531a;
}
.header-left {
	float: left;
	width: 27%;
}
.header-center {
	float: left;
	width: 46%;
}
.header-center img {
	/*top: -5px;
	position: relative;*/
	box-shadow: 0 0 5px #000;
	margin-left: 3px;
	margin-right: 3px;
	width: 48%;
}
.get-started {
	position: relative;
	top: -5px;
}
.get-started:hover {
	opacity: 0.7;
}
.get-started .hover-img {
	display: none;
}
.get-started:hover .normal-img {
	display: none;
}
.get-started:hover .hover-img {
	display: inline;
}
.call-today {
	font-weight: bold;
	color: #084981;
	font-size: 22px;
	padding-top: 18px;
}
.call-today a {
	text-decoration: none;
	color: #084981;
}
.logo {
}
.logo img {
	max-width: 100%;
	height: auto;
}
.mobile-logo {
	display:none;
}
.header-right {
	float: right;
	width: 26%;
}
.header-socials {
	padding-top: 10px;
	text-align: center;
}
.header-socials a {
	padding-left: 5px;
	float:left;
	display:block;
}
.compare {
	line-height:auto;
	font-size:12px;
}
.phone-number {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
}
.phone-number a {
	text-decoration: none;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 16px;
}
.slider {
	height: 673px;
}
.slides {
}
.slide {
	position: absolute;
	z-index: 2;
	height: 673px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.slide + .slide {
	z-index: 1;
}
#slide_1 {
	background-image: url(images/slide_1.jpg);
}
#slide_2 {
	background-image: url(images/slide_2.jpg);
}
.slider-inner {
	position: relative;
	z-index: 99;
}
.slide-left {
	background: url(images/slider-left.png) no-repeat;
	width: 46px;
	height: 45px;
	cursor: pointer;
	top: 300px;
	left: 10px;
	position: absolute;
}
.slide-right {
	background: url(images/slider_right.png) no-repeat;
	width: 46px;
	height: 45px;
	cursor: pointer;
	top: 300px;
	right: 10px;
	position: absolute;
}
.pager {
	position: absolute;
	top: 637px;
	width: 100%;
	text-align: center;
}
.pager a {
	display: inline-block;
	background: url(images/slider-bullets.png) no-repeat;
	width: 16px;
	height: 14px;
	margin-left: 5px;
	text-indent: -9999px;
	overflow: hidden;
}
.pager a.activeSlide {
	background-position: right top;
}
.newsletter-top {
	padding-top: 16px;
}
.newsletter-top h2 {
	color: #db5220;
	font-size: 24px;
}
.newsletter-top p {
	color: #084981;
	font-size: 16px;
	padding-bottom: 10px;
}
.newsletter-bottom {
	padding-bottom: 15px;
}
.first-name-container {
	float: left;
	width: 48%;
}
.last-name-container {
	float: right;
	width: 48%;
}
.newsletter-left {
	float: left;
	width: 28%;
	padding-top: 10px;
}
.newsletter-left h2 {
	color: #db5220;
	font-size: 28px;
}
.newsletter-left p {
	color: #084981;
	font-size: 18px;
	padding-bottom: 10px;
}
.newsletter-center {
	float: left;
	width: 40%;
	padding-top: 30px;
}
.newsletter-right {
	float: right;
}
.newsletter-input {
	padding-bottom: 10px;
}
.newsletter-submit input {
	color: #98a6b9;
	padding: 5px;
	border: 1px solid #98a6b9;
	background: none;
}
.newsletter-right img {
	max-width: 100%;
	border: 1px solid #FFF;
	box-shadow: 3px 3px 8px #888;
	height: auto;
}
.carousel-container {
	width: 100%;
	max-width: 2250px;
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 16px;
}
.viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.carousel {
	position: relative;
}
.carousel ul li {
	float: left;
	width: 280px;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}
.c-img img {
	max-width: 100%;
	box-shadow: 3px 3px 8px #888;
}
.c-title h3 {
	color: #084981;
	padding-top: 10px;
	font-size: 14px;
}
.c-title p {
	color: #084981;
	font-size: 12px;
}
.cdirectionnav {
	position: relative;
	z-index: 2;
}
#cdirectionleft {
	position: absolute;
	background: url(images/slider-left.png) no-repeat;
	width: 46px;
	height: 45px;
	cursor: pointer;
	top: 65px;
	left: 0;
}
#cdirectionright {
	position: absolute;
	background: url(images/slider_right.png) no-repeat;
	width: 46px;
	height: 45px;
	cursor: pointer;
	top: 65px;
	right: 0;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
	color: #db5220;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-format h1 {
	font-size: 34px;
}
.content-format h1 a{
	font-size: 34px;
  	color: #084981;
}
.content-format h2 {
	font-size: 30px;
}
.content-format h3 {
	font-size: 26px;
}
.content-format h3 a {
	font-size: 26px;
}
.content-format h4 {
	font-size: 22px;
}
.content-format h5 {
	font-size: 18px;
}
.content-format h6 {
	font-size: 16px;
}
.content-format p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #084981;
	font-size: 18px;
	line-height: 24px;
}
.content-format a {
	color: #db5220;
	text-decoration:none;
	font-size: 18px;
}
.content-format a:hover {
	text-decoration:underline;
}
.content-format ul, .content-format ol {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-format ul ul, .content-format ol ol {
	padding-top: 0;
	padding-bottom: 0;
}
.content-format ul li, .content-format ol li {
	color: #084981;
	font-size: 22px;
}
.content-format iframe {
	box-shadow: 0 0 30px #000;
	margin-left: 20px;
}
.home-content-bg {
	background: url(images/newsletter-top-shadow.png) repeat-x #e2e2e2;
	padding-top: 20px;
}
.video-container {
	padding-top: 30px;
}
.video-left {
	float: left;
	width: 49%;
}
.video-left iframe {
	max-width: 100%;
	border: 1px solid #FFF;
	box-shadow: 3px 3px 8px #888;
}
.video-right {
	float: right;
	width: 45%;
	/*box-shadow: 3px 3px 8px #888;
	border: thin groove #999;
	padding: 10px;
	margin-left: 10px;*/
}
.video-right {
	float: right;
	width: 45%;
}
.video-left-boat {
	float: left;
	width: 45%;
	/*box-shadow: 3px 3px 8px #888;
	border: thin groove #999;
	padding: 10px;
	margin-left: 10px;*/
}
.video-left-boat {
	float: left;
	width: 45%;
  margin-top:9px;
}
.video-top {
	padding-bottom: 20px;
}
.video-top img {
	max-width: 100%;
	height: auto;
	border: 1px solid #FFF;
	box-shadow: 3px 3px 8px #888;
}
.video-bottom-left {
	float: left;
	width: 45%;
}
.video-bottom-right {
	float: right;
	width: 45%;
}
.video-bottom-left img {
	max-width: 100%;
	border: 1px solid #FFF;
	height: auto;
	box-shadow: 3px 3px 8px #888;
}
.video-bottom-right img {
	max-width: 100%;
	border: 1px solid #FFF;
	height: auto;
	box-shadow: 3px 3px 8px #888;
}
.video-left a {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #db5220;
	font-weight: bold;
}
.video-center {
	box-shadow: 3px 3px 8px #888;
	border: thin groove #999;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.weather {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}
.weather img {
	max-width: 100%;
	height: auto;
}
.footer-first {
	float: left;
	width: 33%;
}
.footer-second {
	float: left;
	width: 33%;
}
.footer-third {
	float: left;
	width: 33%;
}
.footer-widget + .footer-widget {
	padding-top: 20px;
}
.footer-widget h1 {
	color: #FFF;
	font-size: 17px;
}
.footer-widget a.link {
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
}
.footer-widget ul {
	padding-top: 5px;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget ul li a {
	text-decoration: none;
	color: #f5d3c6;
	line-height: 20px;
	font-size: 16px;
}
.footer-widget ul li:hover a {
	color: #FFF;
	text-decoration: underline;
}
.footer-left {
	float: left;
	width: 56%;
}
.footer-bg {
	background: #df521e;
	padding-top: 20px;
}
.footer-right {
	width: 43%;
	float: right;
	overflow: hidden;
}
.footer-right-first {
	float: left;
	width: 49%;
}
.footer-right-second {
	float: right;
	width: 49%;
}
.footer-right-second img {
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 10px #000;
}
.search-container {
	position: relative;
	height: 35px;
}
.search-container input[type="text"] {
	position: absolute;
	width: 222px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/search-bg.png);
	left: 30px;
	top: 0;
	height: 35px;
	color: #f5d3c6;
	line-height: 35px;
	border: none;
	border-radius: 5px;
}
.search-container input[type="image"] {
	position: absolute;
	top: 0;
	left: 0;
}
.ad-container {
	padding-bottom: 20px;
}
.doc-ad {
	background: url(images/ad-bg.png);
}
.doc-ad img {
	max-width: 100%;
	height: auto;
	border: 1px solid #FFF;
	box-shadow: 0 0 30px #000;
}
.footer-socials {
	padding-top: 31px;
	padding-bottom: 15px;
	margin-left: -5px;
}
.footer-socials img {
	
}
.footer-socials a {
	padding-left: 5px;
	padding-right: 5px;
}
.disclaimer-text {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	max-width: 320px;
	text-align: left;
	position: absolute;
}
.disclaimer-text a {
	color: #f5d3c6;
	text-decoration: none;
}
.footer-phone {
	color: #FFF;
	line-height: 20px;
	font-size: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.footer-phone a {
	color: #f5d3c6;
	text-decoration: none;
}
.footer-phone a:hover {
	color: #810202;
}
.footer-logo {
	text-align: center;
	position: relative;
}
.footer-logo img {
	max-width: 90%;
	height: auto;
}
.footer-mobile-logo {
	display:none;
}
.boats-drop {
	position: absolute;
	z-index: 9999;
	top: 75px;
	left: 0;
	width: 960px;
	background: url(images/drop-opacity.png);
	padding: 20px;
	display: none;
	box-shadow: 3px 3px 8px #888;
}
.nav ul li:hover > .boats-drop {
	display: block;
}
.boats-cat {
	font-weight: bold;
	color: #ffac00;
	font-size: 18px;
}
.boats-cat a {
	font-size: 18px;
}
.nav ul li .boats-cat a, .boats-menu .boats-cat a {
	text-decoration: none;
	color: #FFF;
	padding-left: 15px;
	display: inline;
	line-height: 30px;
}
.menu-boat {
	width: 31%;
	float: left;
	padding: 7px;
	position: relative;
	min-height: 140px;
}
.nav ul li a.menu-link, .boats-menu a.menu-link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	padding-left: 0;
	padding-right: 0;
}
.menu-boat:hover {
	background: #992e07;
}
.boats-menu .menu-boat:hover {
	background: #db5220;
}
.inner-newsletter {
	padding-top: 20px;
}
.menu-boat-left {
	float: left;
	width: 48%;
}
.menu-boat-left img {
	max-width: 100%;
	height: auto;
	border: 1px solid #FFF;
	box-shadow: 0 0 8px #888;
}
.menu-boat-right {
	float: right;
	width: 48%;
}
.menu-boat-right h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.menu-boat-right p {
	color: #fec44d;
	font-size: 18px;
	line-height: 20px;
}
.page-inner-bg {
	/*background: url(images/newsletter-top-shadow.png) repeat-x;*/
}
.page-content-bg {
	/*background: url(images/inner-page-bg.jpg) no-repeat top center #e2e2e2;*/
	background: none !important;
}
.wrapper.wrapperinner {
	background: #FFF;
	/*box-shadow: 0 0 8px #888;*/
}
.inner-top-left {
	float: left;
	width: 29%;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 34px;
}
.inner-top-center {
	float: left;
	width: 42%;
	padding-top: 24px;
	text-align: center;
}
.inner-top-right {
	float: right;
	width: 29%;
	padding-top: 48px;
	text-align: center;
}
.inner-top-left img, .inner-top-center img, .inner-top-right img {
	max-width: 100%;
	height: auto;
}
.inner-top-center h3 {
	color: #084981;
	font-size: 26px;
}
.inner-top-center p {
	color: #3c72a0;
	font-size: 20px;
	font-weight: bold;
 	padding-bottom: 30px;
}
.boat-img {
	text-align: center;
	/*max-width: 1284px;*/
	width: 100%;
	/*margin: 0 auto;*/
}
.boat-img img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 8px #888;
}
.biggest-best {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	display: none;
}
.biggest-best img {
	max-width: 100%;
	height: auto;
}
.boat-text {
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6 {
	color: #e9531a;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-format h1 {
	font-size: 34px;
}
.content-format h2 {
	font-size: 30px;
}
.content-format h3 {
	font-size: 26px;
}
.content-format h4 {
	font-size: 24px;
}
.content-format h5 {
	font-size: 16px
}
.content-format h6 {
	font-size: 14px;
}
.content-format p {
	font-size: 18px;
	color: #084981;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-format ul, .content-format ol {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-format ul ul, .content-format ol ol {
	padding-top: 0;
	padding-bottom: 0;
}
.content-format ul li, .content-format ol li {
	font-size: 18px;
	color: #084981;
	line-height: 24px;
}
.content-format img {
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 8px #888;
	border: 1px solid #FFF;
}
.content-specs h4.center {
	text-align: center;
}
.content-specs p.center {
	text-align: center;
}
.specs-left {
	float: left;
	width: 49%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.specs-right {
	float: right;
	width: 49%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.floor-plan {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.floor-plan img {
	max-width: 100%;
	height: auto;
	box-shadow: none;
}
.boat-gallery {
	padding-bottom: 20px;
}
.boat-gallery a {
	padding-left: 10px;
	padding-right: 10px;
}
.boat-gallery img {
	box-shadow: 3px 3px 8px #888;
	margin-top: 17px;
	margin-bottom: 17px;
	width: 112px;
	height: auto;
}
.pricing-table {
}
.pricing-heading {
	text-align: center;
	background: #fe5700;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0px 3px 3px #888;
	position: relative;
}
.pricing-heading a {
	text-decoration: none;
	color: #FFF;
}
.pricing-table table {
	border-collapse: collapse;
	width: 100%;
}
.pricing-table thead tr th {
	padding-top: 4px;
	padding-bottom: 4px;
}
.page-content-left {
	float: left;
	width: 40%;
}
.wpcf7-list-item {
	float: left;
	width: 100px;
	display: block;
}
.wpcf7-list-item.last:after {
	clear: both;
}
.clear-p {
	clear: both;
}
.page-content-right {
	float: right;
	width: 59%;
}
.pricing-table thead tr {
	background: #ffac00;
	color: #3c4c65;
	font-size: 18px;
}
.pricing-table tbody tr {
	background: #a7c4e8;
}
.pricing-table tbody tr.even {
	background: #dbe7f4;
}
.pricing-table td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 18px;
	color: #2d5893;
}
.pricing-table tbody tr td + td {
	text-align: center;
}
.make-booking {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.boats-menu {
	background: #084981;
	padding: 20px;
}
.c-inner-img {
	padding-bottom: 15px;
}
.mobile-nav {
	display: none;
}
.shadow {
	position: fixed;
	z-index: 99999;
	background: url(fancybox/fancybox_overlay.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.lightbox-container {
	position: absolute;
	z-index: 100000;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0;
	display: none;
}
.lightbox {
	background: #df521e;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 8px #888;
}
.lightbox-inner {
	border-radius: 10px;
	background: #FFF;
	padding: 10px;
	position:relative;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .newsletter-input input {
	background: #FFF;
	width: 100%;
	line-height: 40px;
	height: 40px;
	border: 2px solid #084981;
	border-radius: 5px;
	box-shadow: 2px 2px 8px #888;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.wpcf7 textarea {
	resize: none;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	height: 150px;
	border: 2px solid #084981;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 8px #888;
	max-width: 90%;
}
.wpcf7 select {
	border-radius: 5px;
	height: 220px;
	padding-left: 10px;
	padding-top: 10px;
	width: 320px;
	box-shadow: 2px 2px 8px #888;
	border: 2px solid #084981;
	max-width: 90%;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
	background: #EEE;
}
.newsletter-email, .newsletter-input {
	float: left;
	width: 80%;
	margin-right: 10px;
}
.newsletter-submit {
	float: left;
	width: 50px;
	padding-top: 50px;
}
div.wpcf7-response-output {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	border: 2px solid #014883;
	background: #ffad00;
	color: #014883;
	box-shadow: 3px 3px 8px #888;
	margin: 0;
}
.wpcf7 input[type="submit"], .newsletter-submit input {
	margin-top: 0;
	padding-top: 0;
	background: url(images/newsletter-send.png) no-repeat;
	width: 50px;
	height: 43px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	border-radius: 10px;
}
.close {
	position:absolute;
	right:10px;
	cursor:pointer;
}
.page-content {
	padding-top: 20px;
	padding-bottom:20px;
}
.menu-boats {
	display: none;
}
.tab_1 {
	display: block;
}
.pricing-table.pricing-table-inner {
	padding-bottom: 20px;
}
.pricing-heading-left {
	float: left;
	width: 44%;
	padding-left: 1%;
	padding-top:3px;
	padding-bottom:3px;
}
.pricing-heading-right {
	float: right;
	width: 49%;
	text-align: right;
}
.pricing-heading-right img {
	margin-right: 10px;
	max-width: 100%;
	height: auto;
}
.pricing-heading.pricing-page {
	text-align: left;
}
.pricing-table-left {
	float: left;
	width: 76%;
}
.pricing-table-right {
	float: right;
	width: 24%;
}
.pricing-table-right img {
	max-width: 100%;
}
.boat-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.boat-menu ul li {
	display: inline;
}
.boat-menu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #e9531a;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.boat-menu ul li a:hover {
	text-decoration: underline;
}
.boat-menu ul li + li a {
	border-left: 1px solid #e9531a;
}
.archive-content-left {
	width: 49%;
	float: left;
}
.archive-content-left img {
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 8px #888;
}
.archive-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.archive-content-right {
	float: right;
	width: 49%;
}
.content-format p.archive-line {
	color: #084981;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
}
.boat-archive {
	padding-top: 10px;
	padding-bottom: 10px;
}
.seens {
	padding-top: 10px;
	padding-bottom: 40px;
	float: left;
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
.seens-title {
	padding-left: 5px;
	min-height: 55px;
	padding-bottom: 10px;
}
.seens-title a {
	font-size: 16px;
	line-height: 16px;
}
.seens-numbers {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
}
.seens-img img {
	max-width: 92%;
	border: 7px solid #FFF;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #000;
	height: auto;
}
.seens:hover > .seens-img img {
	border-color: #df521e;
}
.seen-caption {
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}
.seens-title a {
	text-decoration: none;
	color: #df521e;
	font-size: 18px;
}
.wcol-title {
	width: 156px;
	padding-top: 22px;
}
.wcol {
	float: left;
	width: 12%;
}
.clearfix:after, .clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.wcol-mid {
	color: #8ea1a5;
	font-size: 10px;
	font-weight: bold;
}
.wcol-bot {
	color: #fd5902;
	font-weight: bold;
	font-size: 16px;
}
.bookingpopupleft {
	float:left;
	width:49%;
}
.bookingpopupright {
	float:right;
	width:49%;
}
.popuplogo {
	text-align:center;
}
.popuplogo img {
	width:280px;
	height:auto;
}
.policy-container {
	padding:40px;
}
#comparetable {
	width:100%;
	border-collapse:collapse;
}
#comparetable thead tr th {
	transform: rotate(-90deg);
  	/* Legacy vendor prefixes that you probably don't need... */
  	/* 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);
  	color: #004389;
  	font-size: 12px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
#comparetable tfoot tr td {
	text-align:center;
	padding-top:10px;
}
#comparetable thead tr th + th + th, #comparetable tfoot tr td + td + td {
	border-left:1px solid #bccfe3;
}
#comparetable tbody tr.even {
	background:#dbe7f4;
}
#comparetable tbody tr td {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#084981;
}
#comparetable tbody tr td a {
	text-decoration:none;
	color:#084981;
}
#comparetable tbody tr td + td + td {
	border-left:1px solid #bccfe3;
}
.compareimg {
	width:94px;
	height:auto;
	box-shadow:3px 3px 8px #888;
}
.compare-field {
	width:5%;
}
.compare-field img {
	max-width:100%;
	height:auto;
}
#comparetable tbody tr td .booking-inquiry-btn a {
	text-decoration:none;
	color:#e9531a;
	font-size:13px;
	font-weight:bold;
}
.fbcontainer {
	display: block;
    float: left;
    padding-left: 8px;
}
.footer-socials .fb_iframe_widget {
	float:left;
	display:block !important;
}
a.fsocials {
	float:left;
	display:block;
}
#comparetable tbody tr td.compare-title {
	text-align:left;
 	padding-left:10px;
}
.youtube-video {
	width: 100%;
	position: relative;
	
}
.youtube-overlay {
	position: absolute;
	left: 20px;
	top: 20px;
}
.youtube-overlay img {
	max-width: 100%;
	height: auto;
}
.youtube-video iframe {
	width: 100%;
	height: 675px;
	vertical-align: middle;
	
}
.home-boxes {

}
.home-top {
	float: left;
	width: 32.6%;
	position: relative;
  margin-bottom:20px !important;
}
a.overlay {
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.home-top:hover a.overlay, .home-middle:hover a.overlay {
	background: url(images/orange-rollover.png);
}
.home-top img {
	width: 100%;
	height: auto;
}
.home-top + .home-top {
	margin-left: 1%;
}
.home-boxes {
	/*padding-top: 20x;*/
}
.home-middle {
	float: left;
	width: 49.5%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.home-middle + .home-middle {
	margin-left: 1%;
}
.home-middle img {
	max-width: 100%;
	height: auto;
}
.home-top-title {
	position: absolute;
	top: 40%;
	color: #FFF;
	left: 0;
	width: 100%;
	font-size: 2vw;
	text-shadow: 0 0 5px #000;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}
a.home-graphic-link {
	margin: 0 auto;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	background: #ffac00;
	border: 1px solid #FFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 18px;
	z-index: 2;
}
.home-top:hover a.home-graphic-link, .home-middle:hover a.home-graphic-link {

}
.home-content {
	padding-bottom: 20px;
}
.home-content-left {
	float: left;
	width: 65%;
}
.home-content-right {
	float: right;
	width: 33%;
}
.home-content-right iframe {
	max-width: 100%;
	box-shadow: 0 0 30px #000;
}
.or-news-letter-bg {
	background: url(images/newsletter-bg.jpg) repeat-x #FBA900;
	min-height: 157px;
	padding-top: 20px;
}
a.searchbox {
	position: relative;
}
.social-form {
	position: absolute;
	left: 5px;
	width: 200px;
	z-index: 2;
	display: none;
	top: 120%;
}
.social-form input[type="text"] {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
}
.get-started img {
	width: 140px;
	height: auto;
}
.mobile-only {
	display:none;
}
.boat-attributes {
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
}
.boat-attribute {
	display: inline-block;
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.boat-attribute-icon {
	text-align: center;
}
.boat-attribute-icon img {
	box-shadow: none;
	width: 50px;
	height: auto;
}
.boat-attribute-title {
	color: #2B4A7A;
	text-align: center;
	font-weight: bold;
}
/* 960px */
 @media screen and (max-width:960px) {
	.slide {
		height: 550px;
		background-size: auto 100%;
	}
	.slider {
		height: 550px;
	}
	.pager {
		top: 510px;
	}
}
/* 915px */
 @media screen and (max-width: 915px) {
	.nav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav ul li {
		background-image: none;
	}
}
/* 810px */
 @media screen and (max-width: 810px) {
	.footer-first {
		width: 49%;
	}
	.footer-second {
		width: 49%;
	}
	.footer-third {
		width: 49%;
	}
	.menu-boat {
		width: 45%;
	}
}
/* 835px */
 @media screen and (max-width: 835px) {
	.nav ul li a {
		font-size: 12px;
	}
	.header-left {
		float: none;
		width: auto;
		text-align: center;
		max-width: 320px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.header-center {
		float: none;
		width: auto;
		text-align: center;
		max-width: 320px;
		margin: 0 auto;
	}
	.header-center img {
		width: 100%;
		margin-bottom: 10px;
	}
	.header-right {
		float: none;
		width: auto;
		text-align: center;
		max-width: 320px;
		margin: 0 auto;
	}
	.call-today {
		font-size: 22px;
	}
}
/* 790px */
 @media screen and (max-width: 790px) {
	.slide {
		height: 410px;
		background-size: auto 100%;
	}
	.slider {
		height: 410px;
	}
	.pager {
		top: 370px;
	}
}
/* 750px */
 @media screen and (max-width:750px) {
	.seens {
		width: 45%;
	}
}
/* 735px */
 @media screen and (max-width: 735px) {
 	.f-header-left {
 		float:none;
 		text-align: center;
 		padding-bottom: 10px;
 		width: auto;
 	}
 	.f-header-right {
 		float: none;
 		width: auto;
 	}
	.mobile-nav {
		display: block;
		color: #FFF;
		background: url(images/social-menu.png) no-repeat 80% top;
		line-height: 40px;
		height: 40px;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		font-size: 24px;
		text-shadow: 2px 2px 2px #CCC;
	}
	.home-content-left {
		float: none;
		width: auto;
		padding-bottom: 20px;
	}

	.home-content-right {
		float: none;
		width: auto;
	}
	.nav ul li {
		float: none;
	}
	.nav ul li a {
		line-height: 32px;
		font-size: 14px;
	}
	.nav ul ul {
		top: 32px;
	}
	.boats-drop {
		top: 32px;
	}
	.nav {
		display: none;
	}
	.disclaimer-text {
		position: relative;
	}
}
	 @media screen and (max-width: 690px) {
     
  .video-left-boat, .video-right{width:90% !important; margin-bottom:10px;margin-top:45px;}
	.header-left {
		float: none;
		width: auto;
		text-align: center;
	}
	.header-right {
		float: none;
		width: auto;
		text-align: center;
	}
	.header-socials {
		width:220px;
		margin:0 auto;
	}
	.newsletter-left {
		float: none;
		width: auto;
		text-align: center;
	}
	.newsletter-right {
		float: none;
		width: auto;
		text-align: center;
	}
	.newsletter-center {
		float: none;
		width: auto;
		text-align: center;
		padding-bottom: 10px;
	}
	.video-left {
		float: none;
		width: auto;
		text-align: center;
	}
	.video-right {
		float: none;
		width: auto;
		text-align: center;
	}
	.page-content-left {
		float: none;
		width: auto;
	}
	.page-content-right, .archive-content-left, .archive-content-right {
		float: none;
		width: auto;
	}
}
/* 660px */
@media screen and (max-width: 660px) {
	.pricing-table table thead {
		display: none;
	}
	.pricing-table table td {
		display: block;
		text-align: left;
		padding-left: 20px;
		font-weight: normal;
	}
	.pricing-table tbody tr td + td {
		text-align: left;
	}
	.pricing-table table td.dates {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	.pricing-table table td.p_3_nights:before {
		content: "3 Nights: ";
		font-weight: bold;
	}
	.pricing-table table td.p_4_nights:before {
		content: "4 Nights: ";
		font-weight: bold;
	}
	.pricing-table table td.p_5_nights:before {
		content: "5 Nights: ";
		font-weight: bold;
	}
	.pricing-table table td.p_6_nights:before {
		content: "6 Nights: ";
		font-weight: bold;
	}
	.pricing-table table td.p_7_nights:before {
		content: "7 Nights: ";
		font-weight: bold;
	}
	.pricing-table table td.p_extra_nights:before {
		content: "Extra Nights: ";
		font-weight: bold;
	}
	.pricing-table table tr td.p_extra_nights {
		padding-bottom: 10px;
	}
	.menu-boat {
		width: 95%;
	}
	.pricing-table-right {
		float: none;
		width: auto;
		text-align: center;
		display: none;
	}
	.pricing-table-left {
		float: none;
		width: auto;
	}
	.pricing-heading-left {
		width: auto;
		float: none;
	}
	.pricing-heading-right {
		display: none;
	}
	#comparetable {
	}
	#comparetable thead, #comparetable tfoot {
		display:none;
	}
	#comparetable tbody tr td.compare-field {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
	}
	#comparetable tbody tr td.compare-field img {
		position:relative;
		top:-8px;
	}
	#comparetable tbody tr td + td + td  {
		border-left:none;
	}
	#comparetable tbody tr td {
		display:block;
		width:auto;
	}
	#comparetable tbody tr td.compare-berths:before {
		content:"Berths: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-bathrooms:before {
		content:"Bathrooms: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-bedrooms:before {
		content:"Bedrooms: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-roof-spa-top:before {
		content:" Roof Top Spa: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-roof-top-helm:before {
		content:"Roof Top Helm: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.wifi-entertainment::before {
	    content: "WIFI Entertainment: ";
	    font-weight: bold;
	}
	#comparetable tbody tr td.compare-satellite-tv:before {
		content:"Satellite TV / Foxtel: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-no-of-tvs:before {
		content:"No of TVs: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-ipod-dock:before {
		content:"Ipod Dock: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-navigation-system:before {
		content:"Navigation System: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-reversing-camera:before {
		content:"Reversing Camera: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-split-system-ac:before {
		content:"Split System AC: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-exporative-air:before {
		content:"Exporative Air: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-gas-heating:before {
		content:"Gas Heating: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-rear:before {
		content:"Ski vs At Rear: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-ice-boxes:before {
		content:"Ice Boxes: ";
		font-weight:bold;
	}
	#comparetable tbody tr td.compare-img {
		padding-top:10px;
	}	
	#comparetable tbody tr td.compare-title {
		padding-top:10px;
	}
	#comparetable tbody tr td.compare-ice-boxes {
		padding-bottom:10px;
	}
	.home-top {
		margin: 0;
		width: auto;
		float: none;
		padding-bottom: 10px;
	}
	.home-top-title {
		font-size: 6vw;
	}
	.home-middle {
		margin: 0;
		width: auto;
		float: none;
		padding-bottom: 10px;
	}
	.home-middle + .home-middle, .home-top + .home-top {
		margin: 0;
	}
}
/* 610px */
 @media screen and (max-width: 610px) {
	.slide {
		height: 310px;
		background-size: auto 100%;
	}
	.slider {
		height: 310px;
	}
	.pager {
		top: 270px;
	}
	.slide-left, .slide-right {
		top: 150px;
	}
}
	 @media screen and (max-width: 600px) {

   .desktop-only{display:none;}
   .mobile-only{display:block;}
   .mobile-only img{box-shadow:none;}
	.inner-top-left {
		float: none;
		width: auto;
		text-align: center;
		padding-top:10px;
		padding-bottom:10px;
	}
	.inner-top-center {
		float: none;
		width: auto;
		text-align: center;
		padding-top:10px;
		padding-bottom:10px;
	}
	.inner-top-right {
		float: none;
		width: auto;
		text-align: center;
		padding-top:10px;
		padding-bottom:10px;
	}
	.biggest-best {
		padding-top:10px;
		padding-bottom:10px;
	}
	.specs-left {
		float: none;
		width: auto;
	}
	.specs-right {
		float: none;
		width: auto;
	}
}
 @media screen and (max-width: 520px) {
 .boat-attribute {
	width: 46px;
}
.boat-attribute-title {
    font-size: 11px;
}
   
	.footer-first {
		width: auto;
		float: none;
	}
	.footer-second {
		width: auto;
		float: none;
	}
	.footer-third {
		width: auto;
		float: none;
	}
	.footer-left {
		width: 50%;
	}
	.footer-right {
		width: 50%;
	}
	.wcol {
		float: left;
		width: 49%;
		text-align: center;
	}
	.wcol.wcol-title {
		float:none;
		width:auto;
	}
	.first-name-container {
		float: none;
		width: auto;
	}
	.last-name-container {
		float: none;
		width: auto;
	}
}
 @media screen and (max-width: 400px) {
	.footer-left {
		width: auto;
		float: none;
	}
	.footer-right {
		width: auto;
		float: none;
	}
	.video-right {
		float: right;
		width: 100%;
		box-shadow: 3px 3px 8px #888;
		border: thin groove #999;
		margin-left: 10px;
	}
	.video-center {
		float: right;
		width: 100%;
		box-shadow: 3px 3px 8px #888;
		border: thin groove #999;
		padding: 10px;
		margin-left: 10px;
	}
	.seens {
		width: 95%;
	}
	.slide {
		height: 240px;
		background-size: auto 100%;
	}
	.slider {
		height: 240px;
	}
	.pager {
		top: 200px;
	}
	.slide-left, .slide-right {
		top: 80px;
	}
	.newsletter-email, .newsletter-input {
		width: 100%;
	}
	.newsletter-submit {
		width: 70px;
		padding-top: 0;
	}
	.content-format iframe {
		width: 100% !important;
		margin:0 auto;
		float:none;
	}
	.home-content, .newsletter {
		padding-left:20px;
		padding-right:20px;
	}
	.footer-logo {
		/* display:none; */
	}
	.mobile-logo, .footer-mobile-logo {
		display:block;
		text-align:center;
	}
	.mobile-logo img, .footer-mobile-logo img {
		max-width:100%;
	}
}

 @media screen and  (min-width:691px) and (max-width:1230px) {
  .newsletter-center {
    float: left;
    width: 33%;
    padding-top: 30px;
}
.newsletter-right {
    float: right;
    width: 39%;
  padding-top:30px;
}
}
 @media screen and  (min-width:691px) and (max-width:1004px) {
.newsletter-submit {
    float: left;
    width: 50px;
    padding-top: 0px;
}
}

.html5-video-player .ytp-watermark{display:none !important;}