@charset "UTF-8";
/* CSS Document */

/*** Colors
	dark blue: #004b85
	light blue: RGB 0,75,133 at 18% or #d1dfe9
	red: #a30000
	grey: #969fa4
	rule grey: #bfc6cc 
	light grey: #f5f7f7 or RGB 191, 198, 204 at 15%***/
	
	body{font-family:'Raleway', sans-serif;color:#004b85;line-height: 28px;font-weight:300;font-size:15px; padding-top: 162px; -webkit-transition: all 1s; transition: all 1s; }
	h1{font-size:40px;}
	h3{font-size:30px;}
	h5{font-size:16px;font-weight:500;text-transform:uppercase;color:#969fa4;}
	h1, h2, h3{font-family: 'ff-good-headline-web-pro-con', sans-serif;text-transform:uppercase;letter-spacing:5px;}
	h1:after, h2:after{border-bottom: 3px solid #a30000;width:100px;content: '';display: block;margin:15px 0 20px 0;}
	img { width: 100%; }
	/***MAP***/
	#mapPopup { padding: 20px; }
	#mapPopup h5 {font-family:'Raleway', sans-serif;color:#004b85; text-align: center; }
	#mapPopup h5:after, #mapPopup h5:after{border-bottom: 2px solid #a30000;width:100px;content: '';display: block;margin:15px 0 20px 0; margin: 10px auto;}
	#mapPopup p { text-align: center; }
	
	.container{max-width:1000px;}
	
	/***BUTTONS***/
	a { color: rgb(0,75,133); }
	a:hover{text-decoration:none;}
	.btn{padding: .375rem 1.25rem;font-size:16px;letter-spacing: 2px;border-radius:0px;color:#fff;font-weight:500;text-transform:uppercase;}
	.btn-grey, .btn-primary {background-color:#969fa4;margin-top:0; border-color: #969fa4; }
	.btn-grey:hover, .btn-primary:hover { color:#ffffff; background-color: #004b85;  }
	.btn-rev{background-color:#fff;margin-top:25px;color:#004b85!important;font-weight:600!important;display:block;}
	.red-link, .sold { color:#a30000;text-transform:uppercase;font-weight:600; }
	.red-link:hover{color:#a30000;opacity:.8;}
	.red-link:after { content: '\f138'; display: inline-block; font-family: "Font Awesome 5 Pro"; color: #a30000; font-weight: 400; margin-left: 7px; }
	.btn-row { margin-top: 25px; margin-bottom: 25px; }

.red-text { color:#a30000; }
	
	/***RULES***/
	.grey-side-border [class*=col-] {border-right:1px solid #bfc6cc;}
	.grey-side-border [class*=col-]:last-child {border-right:none;}
	.grey-bottom-border{border-bottom:1px solid #bfc6cc;}

	/***RULES AND ARROWS***/
	.arrow-white-right:before{content: '';position: absolute;top: 50%;right: -55px;width: 0;height: 0;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-left: 50px solid #fff;z-index: 1000;transform: translate(0%, -50%);}

.arrow-white-left:before{content: '';position: absolute;top: 50%;left: -55px;width: 0;height: 0;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-left: 50px solid #fff;z-index: 1000;transform: translate(0%, -50%);}


	.arrow-grey-left:before {content: '';position: absolute;top: 50%;left: -55px;width: 0;height: 0;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-right: 50px solid #f8f9fa;z-index: 1000;transform: translate(0%, -50%);}
	
	/***MARGINS AND PADDING***/
	.py-7{padding-bottom:75px;padding-top:75px;}
	.pr-7{padding-right:75px;}
	.pl-7{padding-left:75px;}
	
	/***BACKGROUNDS***/
	.light-blue-bg{background-color:#d1dfe9;}
.light-grey-bg{background-color: rgba(191, 198, 204,.1);}

	/***PAGETITLE***/
	.page-title { background-color:rgba(0,75,133,.75); position: relative; }
	.page-title .cover { background-color:rgba(0,75,133,.75); position: absolute; width: 100%; height: auto; top: 25px; left: 0; bottom: 25px; right: 0; z-index: 1; }
	.page-title .container { z-index: 100; position: relative; padding-top: 25px; padding-bottom: 25px; }
	.page-title h1, .page-title span { color: #ffffff; }
	.page-title h1:after { text-align: center; margin-left: auto; margin-right: auto; border-color: #969fa4; }

	/***BREADCRUMBS***/
	.breadcrumb { background-color: transparent; border-radius: 0; text-transform: uppercase; font-size: 10px; color: #ffffff; margin-bottom: 0; padding-top: 0; padding-bottom: 0;}
	.breadcrumb-item, .breadcrumb-item a { color: #ffffff; }
	
	/***FORMS***/
	.form-control{border-radius:0;border:none;border-bottom:2px solid #004b85;}
	::placeholder{color:#bfc6cc!important;letter-spacing:2px!important;text-transform: uppercase!important;font-size:13px!important;}
	:-ms-input-placeholder{color:#bfc6cc!important;letter-spacing:2px!important;text-transform: uppercase!important;font-size:13px!important;}
	::-ms-input-placeholder{color:#bfc6cc!important;letter-spacing:2px!important;text-transform: uppercase!important;font-size:13px!important;}
	
	
	/***NAV***/
	.top-navbar{position: relative;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: space-between;padding: .5rem 1rem;background-color:#fff; -webkit-transition: all 1s; transition: all 1s; opacity: 1; }
	.navbar { padding-top: 0; padding-bottom: 0; }
	.bg-light { background-color:#f5f7f7!important;border-bottom:2px solid #bfc6cc; }
	.navbar-brand{display:block; margin:0 auto;}
	.navbar-light .navbar-nav .nav-link{ font-size:13px;color:#004b85;text-transform:uppercase;letter-spacing:2px; padding:.75rem 25px; outline: none; }

	

	/*** jeff added ***/
	.navbar-brand { width: 200px; padding-top: 15px; padding-bottom: 15px; }
	.navbar-brand img { width: 100%; }

	.scrolling .top-navbar { /*opacity: 0;*/ height: 0; padding: 0; overflow: hidden; }
	body.scrolling { padding-top: 70px; }
	
	/***CAROUSEL***/
	.carousel { margin-top:0; }
	.carousel-caption{background-color:rgba(0,75,133,.75);left:0!important;right:auto!important;bottom:auto!important;transform:translate(0%,-50%); top: 50%;padding:60px 60px 60px 20%; max-width: 50%; }
	.carousel-caption h2{text-align:left; font-size:50px;}
	.carousel-caption h2:after{border-bottom: 3px solid #969fa4!important;margin:15px 0 22px 0;}
	.carousel-caption p{text-align:left;font-size:30px; letter-spacing:2px;font-weight:300;line-height:44px;margin-bottom:0;}
	.carousel-control-next, .carousel-control-prev{width:auto;}
	.carousel .fa-angle-left, .carousel .fa-angle-right{font-size:48px;padding:20px 10px;background-color:rgba(255,255,255,.6);color:#a30000;}
	.carousel.full-width .carousel-item { max-height: 600px;height: 100vh; overflow: hidden; }
	.carousel.full-width .carousel-item img {position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  width: auto;}

	/***SMALL CAROUSEL***/
	.sm-carousel .carousel-item{background-image:url("images/Fleming 65.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;width:100%; max-height: 350px;height: 100vh; overflow: hidden;}
.sm-carousel .carousel-item img {position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  width: auto;}
	.sm-carousel h2:after{border:none!important;}
	.sm-carousel h2{margin-bottom:0;line-height:1;padding-top:22px;}

	/***BOAT LISINGS***/
	.boat-listing .card-columns { -webkit-column-count: 1; -moz-column-count: 1;column-count: 1;-webkit-column-gap: 1.25rem;-moz-column-gap: 1.25rem;column-gap: 1.25rem;orphans: 1;widows: 1; }
	
	.boat-listing h3 { font-size: 24px; letter-spacing: 2px; }
	.boat-listing h4 { font-size:16px;font-weight:400;text-transform:uppercase;color:#969fa4; margin-bottom: 0; }
.boat-listing p { margin-bottom: 0; }
	.boat-listing > [class*=col-] {border-right:1px solid #bfc6cc;}
	.boat-listing > [class*=col-]:last-child {border-right:none;}
	.media-list .btn-details {color:#a30000 !important;text-transform:uppercase;font-weight:600;}
	.media-list .btn-details:hover{color:#a30000;opacity:.8;}
	.media-list .btn-details:after { content: '\f138'; display: inline-block; font-family: "Font Awesome 5 Pro"; color: #a30000; font-weight: 400; margin-left: 7px; }
.product_list .tab-content .pager { background-color: transparent !important; right: 25px !important; display: none; }
	
.boat-listing .card-img-top, .boat-listing .card-body { padding-left: 10px !important; padding-right: 10px !important; }

.boat-listing .card { margin-bottom: 15px; }

#list .button-cell a { letter-spacing: 0; }



	/*
	.boat-listing .card:nth-child(odd){border-right:1px solid #bfc6cc;padding-right:15px;}
	.boat-listing .card:nth-child(even){padding-left:15px;}
	*/

	.hero-image { height: 375px }
	.hero-image { background-position: center; background-repeat: no-repeat; background-size: cover }

	/***TABS***/
	.nav-tabs{background-color:#f5f7f7!important;border-bottom:none;height:85px;}
	.nav-tabs .nav-item{/*border-right:1px solid #bfc6cc;*/height:100%;margin-bottom:0;}
	.nav-tabs .nav-item:last-child{border:none;}
	.nav-tabs .nav-link{font-size:16px;letter-spacing:2px;text-transform:uppercase;line-height:24px;color:#004b85;border:none;border-radius:0!important;padding: .5rem 35px;height:100%;display:flex;align-items:center;}
	.nav-tabs .nav-link.active{color:#a30000; font-weight:600;}
	.nav-tabs .nav-link:hover{font-weight:600;border-bottom:2px solid #004b85;}
	.nav-tabs .nav-link.active:hover{border-bottom:none;}

	/***TEXT WITH TABLE***/
	.text-table > .row{border-bottom:1px solid #bfc6cc;}
	.text-table >.row:last-child{border-bottom:none !important;}
	.text-table [class*=col-] {border-right:1px solid #bfc6cc;}
	.text-table [class*=col-]:last-child{border-right:none;}
	.text-table h3, .text-table h5{text-align:center;}
	.text-table h5{letter-spacing:2px;margin-bottom:0;margin-top:15px;}

	/***QUICK LINKS***/
	.quick-links .container{padding-top:35px; padding-bottom:35px;}
	.fa-ship, .fa-check-circle{color:#a30000;font-size:44px;}
	.quick-links p {text-transform:uppercase;font-size:18px;display:block;line-height:22px;letter-spacing:2px;margin-bottom:0;margin-left: 20px;  }
	.quick-links a { display: flex; line-height: 60px; vertical-align: middle; align-items: center; }
	/*.quick-links .icon { display: inline-block; line-height: 60px; }
	.quick-links .icon i { line-height: 60px; }*/
	.quick-links .text { display: inline-block; margin-left: 20px; line-height: 60px; }

	/*** BOAT DETAILS***/
	#boat-details .row{ /*padding-top:50px;padding-bottom:50px; */ }
	.max-width{margin:0 auto;max-width:1000px;}
	#boat-details .row:first-child{padding-top:0;}
	/*#boat-details .row:last-child{padding-bottom:0;}*/
	#boat-details .section:nth-child(even) { background-color: rgba(191, 198, 204,.1); }

	#boat-details .section:nth-child(even) .row { flex-direction: row-reverse; }
	
	/*#boat-details .col-sm-4{height:300px;width:100%;overflow:hidden;}
	#boat-details img{width:100%;height:auto;}*/
	#boat-details img{height:300px;max-height:300px;overflow:hidden;object-fit:cover;}
	/*#boat-details .col-sm-4{padding-right:0;padding-left:0;margin-right:15px;margin-left:15px;}*/
	#boat-details .multi-collapse p{margin-top:20px;}
	#boat-details .multi-collapse.show {border-top:1px solid #bfc6cc;margin-top: 20px;}
	.fa-chevron-circle-down{margin-left:5px;}
	.col-sm-4>a.fancybox{position: relative;display:block;height: 300px;}
	.col-sm-4>a.fancybox:hover{background-color:rgba(0,75,133,.5);z-index:500;}
	.col-sm-4>a.fancybox:before{position: absolute;top: 0; right: 0; bottom: 0; left: 0;background-color: inherit;content: ' ';}
	.col-sm-4>a.fancybox:after{content: "\f067";color: #fff;font-family: "Font Awesome 5 Pro";font-weight:200;font-size: 40px;display: block;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}
	
	#boat-details .section:nth-child(odd) .col-sm-4:before{content: '';position: absolute;top: 50%;left: 0;width: 0;height: 0;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-left: 50px solid #fff;z-index: 1000;transform: translate(0%, -50%);}

	#boat-details .section:nth-child(even) .col-sm-4:before {content: '';position: absolute;top: 50%;right: 0;width: 0;height: 0;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-right: 50px solid #f8f9fa;z-index: 1000;transform: translate(0%, -50%);}



	/***PHOTO GALLERIES***/
	.fancy-thumb{height:200px;width:300px;overflow:hidden;}
	.photo-gallery img {}
	.py-7.photo-gallery{padding-bottom:35px;}
	.photo-gallery .col-sm-4{border-right: 1px solid #bfc6cc; margin-bottom:40px;}
	.photo-gallery .col-sm-4:nth-child(3n){border-right: none;}
	.photo-gallery a.fancy-thumb{ position:relative; display: block; height: 200px; }
	.photo-gallery a.fancy-thumb img { object-fit: cover; height: 200px; }
	.photo-gallery a.fancy-thumb:hover{background-color:rgba(0,75,133,.5);z-index:500;}
	.photo-gallery a.fancy-thumb:before{position: absolute;top: 0; right: 0; bottom: 0; left: 0;background-color: inherit;content: ' ';}
	.photo-gallery a.fancy-thumb:after{content: "\f067";color: #fff;font-family: "Font Awesome 5 Pro";font-weight:200;font-size: 40px;display: block;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}
	.photo-gallery h3{line-height:1;margin-bottom:0;margin-top:15px;text-align:center;}

	/***TEXT***/
	.lead{font-size:18px;line-height:25px;font-weight:500;margin-bottom:10px;}
	p { margin-bottom: 20px; }
	
	/***THREE COLUMN***/
	.fa-chevron-circle-right{color:#a30000;margin-left:5px;}

	/***CARDs***/
.card { border: none; border-right: none /*1px solid #bfc6cc*/; border-radius: 0; }
.card:last-child { border-right: none; }
.card .btn {color:#a30000;text-transform:uppercase;font-weight:600; background-color: transparent; border: none; padding: 0; letter-spacing: 0; font-size: 15px; }
.card .btn :hover{color:#a30000;opacity:.8;}
.card .btn:after { content: '\f138'; display: inline-block; font-family: "Font Awesome 5 Pro"; color: #a30000; font-weight: 400; margin-left: 7px; }
.card .card-body { padding-left: 0; padding-right: 0; }
.card-img-top { border-radius: 0; }
a.card, a.card .card-img-top { position: relative; }
a.card .card-img-top img { width: 100%; }
a.card .card-img-top:after {content: "\f067";color: #ffffff;font-family: "Font Awesome 5 Pro";font-weight:200;font-size: 40px;display: block;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}

.card-img-top .btn { display: block; height: 25px; position: absolute; top: 0; right: 10px; font-size: 13px; background-color: #a30000; color: #ffffff; padding: 3px 8px 3px 8px; text-align: center !important; }
.card-img-top .btn:after { display: none; }


.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

/***NEWS***/
.news .row { padding-top: 40px; padding-bottom: 40px; }
/*.child-striped .col-sm-4>a.fancybox:after { content: "\f067"; color: #fff; font-family: "Font Awesome 5 Pro"; font-weight: 200; font-size: 40px; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.child-striped .col-sm-4>a.fancybox:hover {background-color: rgba(0,75,133,.5); z-index: 500;}
.child-striped a.fancybox { position: relative; display: block; height: 300px;}*/

	/***CONTACT***/
	#map_canvas_full, .map-holder {height: 100%;min-height: 300px;}
	.form-group p{display:inline;text-transform:uppercase;font-weight:500;}
	form .col-6:first-child{padding-right:10px;}
	form .col-6:last-child{padding-left:10px;}
	.checkbox{display:inline;}
	.checkbox label:after {content: '';display: table;clear: both;}
	.checkbox .cr {position: relative;display: inline-block;border: none;border-radius: 0;width: 1em;height: 1em;float: left;margin-right: .5em;margin-top:5px;background-color:white;}
	.checkbox .cr .cr-icon {position: absolute;font-size: .8em;line-height: 0;top: 50%;left: 15%;}
	.checkbox label input[type="checkbox"] {display: none;}
	.checkbox label input[type="checkbox"]+.cr>.cr-icon {opacity: 0;}
	.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {opacity: 1;}
	.checkbox label input[type="checkbox"]:disabled+.cr {opacity: .5;}

	.submitting:after{ content: '\f3f4'; color: #004b85; }
	
	/***FOOTER***/
	footer{background-color:#004b85;}
	footer .foot-link{color:#bfc6cc;text-transform:uppercase;letter-spacing:2px;font-size:13px;}
	footer img{display:block;margin:0 auto;padding-bottom:15px;}
	footer p{color:#fff;font-size:13px;}
	footer h1{color:#fff;}
	footer h1:after{border-bottom: 3px solid #969fa4!important;}
	
	/***CRED***/
	.credit-row p{font-size:11px;text-transform:uppercase;text-align:center;}
	.credit-row a{color:#004b85;font-weight:600;}
	
	/***SIGN UP***/
	.sign-up{bottom: 0;position: fixed;right: 0;width: 100%;z-index: 1029;}

/***MODEL COMPARISON***/
.model-comparison p.lead{margin-bottom:40px !important; color:#969fa4; text-transform: uppercase; letter-spacing: 1px; font-size: 16px;}
.model-comparison p.lead i{margin-left:7px;}

@media (min-width:576px) {
	.container { max-width: 540px }
	.boat-listing.card-columns { -webkit-column-count: 1; -moz-column-count: 1;column-count: 1;-webkit-column-gap: 1.25rem;-moz-column-gap: 1.25rem;column-gap: 1.25rem;orphans: 1;widows: 1; }
}

@media (min-width:768px) {
	.container { max-width: 720px }
	
}

@media (min-width:992px) {
	.container { max-width: 960px}
	.boat-listing.card-columns { -webkit-column-count: 2; -moz-column-count: 2;column-count: 2;-webkit-column-gap: 1.25rem;-moz-column-gap: 1.25rem;column-gap: 1.25rem;orphans: 1;widows: 1; }
}
@media (min-width:1075px) {
.model-comparison .hide-message{display:none}
}
@media (min-width:1200px) {
	.container { max-width: 1000px }
	.hero-image { height: 500px }
}

/***COOKIE***/
.cookie-policy{display:flex; height: auto; visibility: visible; background-color: #d1dfe9; padding: 15px; flex-direction: column; align-items: center; position: fixed; width: 100%; max-width:350px; bottom: 5px; right:5px; z-index:10000; opacity:1; transition: all .5s; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px -2px;}
.cookie-policy.close-alert{z-index: -1000 !important; opacity:0;}
.cookie-policy .position-relative{width: 100%;}
.cookie-policy h4{color:#ffffff; font-size:16px; opacity: 1; transition: opacity .1s;}
.cookie-policy p{/*text-align: center; color:#ffffff;*/ font-weight: 400; margin-bottom:0px; line-height: 24px; opacity: 1; transition: opacity .1s; padding-right: 30px; font-size:14px;}
.cookie-policy.close-alert h4, .cookie-policy.close-alert p{opacity: 0;}
.cookie-policy .position-relative a.close-policy{position: absolute; top: 0; right: 0; color:#969fa4; font-size: 21px; line-height: 21px;}
.cookie-policy .position-relative a.close-policy:hover{opacity:.8;}
.policy-btn{font-weight: 600; margin-top: 15px; display: flex; align-content: center; color: #004b85; text-transform: uppercase; letter-spacing: 1px; font-size:13px;}
.policy-btn:after{content:'\f105'; font-family: "Font Awesome 5 Pro", "FontAwesome", FontAwesome; display: inline-block; color: #004b85; font-size:13px; margin-left: 7px; transition:all .3s;}
.policy-btn:hover{opacity:.8;}
.policy-btn:hover:after{margin-left:10px;}

@media (max-width: 576px) {
	.cookie-policy{width: auto; max-width: none; left: 5px;}
}