/*@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,700');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&family=Roboto:wght@300;700&family=Lato:wght@300;700&display=swap');

/************************************************
	Boat Sales Stylesheet
************************************************/	

@media print {
  a[href]:after {
    content: none !important;
  }
  
  .noprint, a.btn  { display: none !important; }
  
  header .col-10, .col-2 { max-width: 50% !important; }
 
}

@media screen {
	.noscreen { display: none !important; }
}

body { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 300; padding: 0px; margin: 0px; color: #191919; background: #fff; }
b, strong { font-weight: 700; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item { 
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important; 
	font-size: 18px !important;
}

#mega-menu-item-55 { border-bottom: 1px dotted #afafaf !important; padding-bottom: 15px !important; margin-bottom: 15px !important; }
#mega-menu-item-56 { border-top: 1px dotted #afafaf !important; padding-top: 15px !important; margin-top: 15px !important; }

.tel-arial { font-family: Arial, Helvetica, sans-serif !important; }

.carousel-item {
  	transition: -webkit-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  	-webkit-backface-visibility: visible;
  	backface-visibility: visible;
}

/************************************************
	CONVENIENCE STYLING AND CLASSES
************************************************/	

.btn-default {
    text-shadow: 0px 1px 0px #FFF;
    background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border-color: #CCC;
}

.btn-std {
	color: #00a0e3;
	background: #fff;
    border-color: #00a0e3;
	margin: 10px 0;
	padding: 10px 45px;
	border-radius: 5px;
	font-size: 1.05em;
	font-weight: 700;
}

	.btn-std:hover {
		color: #fff;
		background: #00a0e3;
		border-color: #00a0e3;
	}

.btn-std-rev {
	color: #fff;
	background: #00a0e3;
    border-color: #00a0e3;
	margin: 10px 0;
	padding: 10px 45px;
	border-radius: 5px;
	font-size: 1.05em;
	font-weight: 700;
}

	.btn-std-rev:hover {
		color: #00a0e3;
		background: #fff;
		border-color: #00a0e3;
	}
	
.btn-primary {
  color: #fff;
  background-color: #00a0e3;
  border-color: #00a0e3;
}

.btn-primary:hover {
  background-color: #006cb5;
  border-color: #006cb5;
}
	
.btn-secondary {
  color: #fff;
  background-color: #00a0e3;
  border-color: #00a0e3;
  font-weight: 700;
}

.btn-secondary:hover {
  background-color: #006cb5;
  border-color: #006cb5;
}

.btn-light {
  font-weight: 700;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}

.alert-box {
	color: #191919;
	background-color: #fff;
	border-color: #191919;
	padding: 30px;
}

.input-group-btn {
    position: relative;
    font-size: 15px;
    white-space: nowrap;
}

.card .title_1:before { content: "Available Now"; background-color: #ffed00 ; border-radius: 10px; color: #006cb5; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .title_2:before { content: "Under Offer"; background-color: #ffed00 ; border-radius: 10px; color: #006cb5; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .title_3:before { content: "Just Reduced"; background-color: #ffed00 ; border-radius: 10px; color: #006cb5; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .title_4:before { content: "Exclusive Sale"; background-color: #ffed00 ; border-radius: 10px; color: #006cb5; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .title_5:before { content: "New Arrival"; background-color: #ffed00 ; border-radius: 10px; color: #006cb5; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .title_6:before { content: "Negotiable"; background-color: #ffed00 ; border-radius: 10px; color: #006cb5; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .status_sold:before { content: "Sold"; background-color: #DE0000; border-radius: 10px; color: #fff; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }
.card .status_underoffer:before { content: "Under Offer"; background-color: #ffed00 ; border-radius: 10px; color: #fff; padding: 5px; position: absolute; top: 5px; right: 5px; z-index: 10; }

.ribbon {
	font-size: 16px;
	font-weight: 500;
	text-indent: 15px;
}
.ribbon {
	--f: .5em; /* control the folded part*/
	--r: .8em; /* control the ribbon shape */

	position: absolute;
	top: 20px;
	left: calc(-1*var(--f));
	padding-inline: .25em;
	width: 65%;
	line-height: 1.8;
	border-bottom: var(--f) solid #0005;
	border-right: var(--r) solid #0000;
	clip-path: 
	polygon(calc(100% - var(--r)) 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
	var(--f) calc(100% - var(--f)),calc(100% - var(--r)) calc(100% - var(--f)),
	100% calc(50% - var(--f)/2));
}


#sidebar select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#sidebar select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#sidebar select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#sidebar select:-ms-input-placeholder {
  color: #999;
}
#sidebar select::-webkit-input-placeholder {
  color: #999;
}

blockquote {
    color: #9b9b9b !important;
	font-family: 'Nunito Sans', Helvetica, sans-serif;
    font-size: 18px !important;
    font-style: italic !important;
    /*background-image: url("images/ico-quote.png") !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
	margin-top: 15px;
    padding-left: 50px !important;*/
}

	blockquote strong {
		font-weight: 300 !important;
	}
	
	blockquote p {
		margin: 10px 0 !important;
	}

/*h1, h2, h3 { font-family: 'Raleway', Helvetica, sans-serif; font-size: 2em; font-weight: 700; margin-top: 0px; color: 			#00a0e3; }*/

/* homepage only */
/*h1.homepage-welcome { font-size: 1.4em; }*/
h1 { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 2.2em; font-weight: 700; margin-top: 0px; text-transform: uppercase; color: #006cb5; }
h2 { font-size: 1.3em; line-height: 1.4em; }
h3 { margin-top: 25px; margin-bottom: 10px; font-weight: 700; }
a { color: #006cb5; }
a:hover { text-decoration: underline; }

.h1hero { position: relative; top: -75px; background-color: #fff; border-radius: 5px; padding: 25px; -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15); }
	.h1hero h1 { color: #006cb5; font-weight: 500; font-size: 2.0em; line-height: 50px; text-transform: none !important; }

.homepanel { margin-top: -40px; }
	.homepanel h3 { text-align: left; font-size: 1.3em; }

.attn h2 { color: #fff; font-size: 2.0em; font-weight: 700; text-transform: uppercase; }
.attn p { color: #fff; font-size: 1.1em; font-weight: 500; }

.attnfoot h2 { color: #006cb5; font-size: 1.3em; font-weight: 700; }
.attnfoot p { color: #006cb5; font-size: 1.0em; font-weight: 500; }

#host a { color: #B4B4B4; text-decoration: underline; text-decoration-style: dotted; }

hr { margin: 0; }

label { font-weight: 300; }

.grecaptcha-badge { display: none !important; }

/*.first p { margin: 15px 0 !important; font-size: 1.2em; color: #191919; }*/
	.first .card-content { min-height: 125px !important; }

.advice h3 { font-size: 1.2rem !important; }

.yfs { border-bottom: 1px solid #9b9b9b; padding: 20px 0; }
.yfs:hover { background: #eaeaea; }
.yfs h2 { font-size: 1.3em; font-weight: 700; margin-bottom: 5px; margin: 0; text-transform: uppercase; }
	.yfs h2 a { color: #00a0e3; }
	.yfs h2 a:hover { text-decoration: underline; }
.yfs h3 { font-size: 1.1em; margin-top: 0; margin-bottom: 10px !important; }

#sort { font-family: 'Nunito Sans', Helvetica, sans-serif; }

#disclaimer { padding: 15px; background: #eaeaea; margin-top: 15px; }


.news { border-bottom: 1px solid #9b9b9b; padding: 20px 0; }
.news h2 { font-size: 1.3em; font-weight: 700; margin-bottom: 5px; margin: 0; text-transform: uppercase; }
	.news h2 a { color: #00a0e3; }
	.news h2 a:hover { text-decoration: underline; }
.news h3 { font-size: 1.1em; margin-bottom: 10px; margin: 0; }
.news .img-spacing { padding: 0; }

.news-item-title a { font-weight: 700; color: #0a5587; }

.xs-img-margin img { margin-bottom: 15px; }

.content p { margin-top: 20px; line-height: 26px; }
.content li { line-height: 26px; }
.right-col h2 { font-weight: 700; }

.boatintro { page-break-after: always; }

.features { margin-left: 0 !important; }
	.features ul { list-style-type: square; list-style-position: outside; margin-left: -40px !important; }
	.features li { float: left; font-size: 12px; margin: 0 10px 20px 10px; }

.abya-footer { margin-top: 25px; }
	.abya-footer p { font-size: 11px; line-height: 18px; }
	.abya-footer img { margin-bottom: 15px; }

#sidebar h3 { margin-bottom: 20px; font-weight: 300; color: #2c81a4; }

.useful-links a {
	color: #00a0e3;
	text-decoration: none;
}

	.useful-links a:hover {
		text-decoration: underline;
	}


/* Mailchimp customisation */
#newsletter-1 .yikes-mailchimp-eu-compliance-label { font-size: 11px !important; }
#newsletter-1 .yikes-mailchimp-eu-compliance-label a { color: #FFF !important; text-decoration: underline !important; }
#newsletter-1 .yikes-mailchimp-eu-compliance-text p { color: #fff; }
#newsletter-1 .EMAIL-label { font-size: 1.2em; }
#yikes-easy-mc-form-1-EMAIL { color: #0a5587; }

#newsletter-2 .yikes-mailchimp-eu-compliance-label { font-size: 11px !important; }
#newsletter-2 .yikes-mailchimp-eu-compliance-label a { color: #FFF !important; text-decoration: underline !important; }
#newsletter-2 .yikes-mailchimp-eu-compliance-text p { color: #fff; }
#newsletter-2 .EMAIL-label { font-size: 1.2em; }
#yikes-easy-mc-form-2-EMAIL { color: #0a5587; }
/* -------------- */


/* Header spacings */
h1+h1 { margin-top: 15px; }	
h1+p { margin-top: 30px; }	

.img-spacing {
	padding: 15px 0;
}

/* Common padding and margins */
.padding { padding: 15px; }
.padding-t { padding-top: 15px; }
.padding-b { padding-bottom: 15px; }
.padding-tb { padding-top: 15px; padding-bottom: 15px; }

.padding40 { padding: 40px; }
.padding40-t { padding-top: 40px; }
.padding40-b { padding-bottom: 40px; }
.padding40-tb { padding-top: 40px; padding-bottom: 40px; }

.margin { margin: 15px; }
.margin-tb { margin-top: 85px; margin-bottom: 15px; }

/* Left borders */
.left-border-orange { border-left: solid 15px #fd7c10; padding-left: 5px; }
.left-border-red { border-left: solid 15px #d71b1d; padding-left: 5px; }
.left-border-green { border-left: solid 15px #7eaf05; padding-left: 5px; }
.left-border-blue { border-left: solid 15px #067e99; padding-left: 5px; }

/* Quote */
.quote { color: #006791; padding-left: 15px; font-size: 1.2em; font-weight: 300; font-style: italic; 
		 background-image: url(/wp-content/themes/wp-bootstrap/images/ico-quote.jpg); background-repeat: no-repeat; background-position: top left; padding-left: 60px; }

/* Text Colours */
.text-dark-blue { color: #006791; }
.text-light-blue { color: #2c81a4; }
.text-ex-light-blue { color: #88c2d0; }


/* Button */
.button { background-color: #006791; color: #fff; text-decoration: none; border-collapse: collapse; border: 0px none; padding: 15px 20px; text-transform: uppercase; font-size: 1.2em; }
	.button:hover { text-decoration: none; background-color: #2c81a4; color: #fff; }
	
.btn-primary { background: #0a5587; font-family: 'Raleway', Helvetica, sans-serif; border: 1px solid #0a5587; }
	.btn-primary:hover { background: #fff; color: #0a5587; border: 1px solid #0a5587; }
	
.btn-white { background: #fff; font-family: 'Raleway', Helvetica, sans-serif; border: 1px solid #0a5587; color: #0a5587; }
	.btn-white:hover { background: #0a5587; color: #fff; border: 1px solid #fff; }

/*
.btn-video { background: #9b9b9b; font-family: 'Nunito Sans', Helvetica, sans-serif; color: #fff; border: 1px solid #9b9b9b; }
	.btn-video:hover { background: #404040; color: #fff; border: 1px solid #404040; }
*/

.btn i { margin-right: 8px; }

/*
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
*/

.slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 {
    float: none !important;
    margin-bottom: 15px;
}

.slideshow_container_slideshow-jquery-image-gallery-custom-styles_1 .slideshow_description_box div.slideshow_title {
    padding: 10px;
    background: #9b9b9b !important;
    z-index: 1000;
    color: #fff;
    font-family: inherit !important;
    font-size: 14px;
    font-style: normal !important;
    font-weight: 300 !important;
}

.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #006cb5; background-color: #006cb5; }

.form-check { position: relative; display: block; padding-left: 0; }
.form-check label { font-weight: 500; }

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
	padding-left: 2.25rem;

  & .custom-control-label {
    padding-left: .75rem;
    padding-top: 0.15rem;

    &::before {
      border-radius: 1rem;
      height: 1.5rem;
      width: 2.5rem;
    }

    &::after {
			border-radius: .65rem;
      height: calc(1.5rem - 4px);
      width: calc(1.5rem - 4px);
    }
  }
	
	.custom-control-input:checked ~ .custom-control-label::after{
  transform: translateX(1rem);
	}
}

.quotemark { width: 100px; height: 100px; }

/************************************************
	LAYOUT
************************************************/
header { z-index: 999; font-family: 'Nunito Sans', Helvetica, sans-serif; color: #fff; /*padding-top: 50px;*/ text-align: right; border-bottom: solid 1px #9b9b9b; background: #006cb5; padding-bottom: 15px; } /* Compensate for absolute menu position overlay on xs devices */
/*header .strap { font-size: 16px; }*/
header .tel-top { font-size: 16px; /*margin-bottom: 10px;*/ line-height: 24px; }
header .tel-top a[href^="tel:"] {
  color: #9b9b9b;
  text-decoration: none;
}
header a { color: #9b9b9b; }
	header a:hover { color: #00a0e3; }
	
.banner-spacer { margin-top: 50px; }

.description { padding-bottom: 15px; }
	.description h3 { border-bottom: 1px solid #eaeaea; padding-bottom: 15px; }

footer { text-align: center; padding-top: 15px; color: #c9c9c9; margin: 0px; }


/************************************************
	CAROUSEL
************************************************/

/* Carousel */
.carousel-inner > .item > a > img, .carousel-inner > .item > img { width: 100%; }
.carousel-caption { width: 100%; margin-left: auto; margin-right: auto; }
.inner { width: 50% !important; height: auto !important; font-family: inherit !important; text-transform: none; background-color: rgba(0,0,0,0.8); border-radius: 5px; color: #fff; bottom: 80px; font-size: 1.0em; text-align: center; text-shadow: none !important; padding: 10px 0; margin: 0 auto; position: absolute;left: 0; right: 0; margin-left: auto; margin-right: auto;  }
    .inner a { color: #fff; font-size: 16px; display: inline-block; margin: 5px auto; text-decoration: none !important; position: relative; }

/* fade */
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; -webkit-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out;	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out; }

.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; }

/************************************************
	CARDS
************************************************/

.card {
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	border: 1px solid #d9e0e2;
	/*margin-bottom: 20px;*/
}

.card {
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
}
.card span.card-title {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.card .card-image {
	position: relative;
	overflow: hidden;
}

.card-button {
	padding: 0 15px 15px;
}

.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	z-index: -1;
}

.card h1,
.card h3 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	color: #00a0e3;
	margin: 0;
	padding: 0;
}

.card h2 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	color: #696969;
	margin-top: 5px;
	padding: 0;
}

.card .sale-status {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	border-top: 1px solid #d9e0e2;
	border-bottom: 1px solid #d9e0e2;
	min-height: 30px;
	/*line-height: 30px;*/
	text-align: center;
	font-size: 1.1em;
	font-weight: 400;
}

	.available {
		color: #060;
	}
		
	.sold {
		color: #900;
	}

	.underoffer {
		color: #b36b00;
	}

	.available i, .sold i, .underoffer i {
		margin-right: 5px;
	}

/* Price headline from the feed ("Price just reduced") on the detail page. */
.price-headline {
	display: inline-block;
	margin: 8px 0 0;
	padding: 4px 12px;
	border-radius: 10px;
	background-color: #ffed00;
	color: #006cb5;
	font-weight: 600;
}

.card .intro {
	font-size: 1.1em;
	text-align: center;
	padding-top: 10px;
}

.card .spec {
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 0px;
}

.card .card-image span.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
}
.card .card-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}
.card .card-content p {
	margin: 0;
	color: inherit;
}

.card .card-content h1 a {
	color: #0a5587;
}

.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: #ffab40;
	margin-right: 16px;
	transition: color 0.3s ease;
	text-transform: uppercase;
}
.card .card-action a:hover {
	color: #ffd8a6;
	text-decoration: none;
}

.card .btn-primary {
	background: #0a5587;
	border-color: #0a5587;
	font-family: 'Montserrat', Helvetica, sans-serif;
}

	.card .btn-primary:hover {
		background: #fff;
		color: #0a5587;
		border-color: #0a5587;
	}

.card .card-footer {
	background-color: #fff; 
	border-top: none;
}
/*************************************
	STICKY FOOTER
*************************************/
	
html, body { height: 100%; }
.wrapper { position: relative; min-height: 100%; margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */ }
footer, .push { min-height: 200px; /* '.push' must be the same height as 'footer' */ }

footer {
	text-align: center; 
	color: #fff;
	padding-bottom: 15px;
	min-height: 200px;
	background: #9b9b9b;
}

	footer .eia-panel { margin-bottom: 15px; }
	footer .eia-panel .eia-telephone { background-image: url(/wp-content/themes/wp-bootstrap/images/ico-tel.png); background-repeat: no-repeat; background-position: left 4px; padding-left: 30px;  font-size: 1.6em; padding-bottom: 15px;  }
	footer .eia-social { margin: 15px; }
	footer *  { text-align: center; }
	footer a { color: inherit !important; text-decoration: none !important; }
	footer h2 { color: #fff; font-size: 24px; font-family: 'Nunito Sans', Helvetica, sans-serif; font-weight: 400; }
	footer p { margin-bottom: 10px; }
	
/************************************************
	BOOTSTRAP OVERRIDES
************************************************/

/* XS Menu */
/*.navbar { padding: 0 !important; background-color: #0a5587 !important; }*/
.navbar-default { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 1000 !important; 
					background-color: #fff; font-size: 1.0em; border-radius: 0px; border: 0px none; }

.navbar-default .navbar-nav > li > a { color: inherit; }
	.navbar-default .navbar-nav > li > a:hover { color: #eaeaea;  }

.navbar-default .navbar-toggle { background-color: #9b9b9b; border-color: #9b9b9b; color: #fff; width: 100%; float: none; text-align: right; padding: 8px 15px; margin: 0px; height: 50px; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #9b9b9b; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: #eaeaea; color: #9b9b9b; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #9b9b9b; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #9b9b9b; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a {
    color: #9b9b9b !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    /*background: #eaeaea !important;*/
	color: #9b9b9b !important;
}

/* colour when link active and back button pressed */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #bcc5bd !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav {
    color: #0a5587;
    background-color: #fff !important;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #bcc5bd !important;
    background-color: #fff !important;
}
/************************************************
	MEDIA QUERIES
************************************************/

article {  }

.orangeMargin { border-left: solid 15px #fd7c10; }
.redMargin { border-left: solid 15px #C00; }
.greenMargin { border-left: solid 15px #70a300; }

/* XS Devices */
@media (max-width: 767px) {
	
	.headlogo { height: 125px !important; }

	header .strap { font-size: 16px; }

	.h1hero h1 { color: #006cb5; font-weight: 700; font-size: 1.1em; line-height: 28px; text-transform: none !important; }
	.attnhero { width: 75% !important; margin: -5px auto 10px auto !important; }
	
	.inner { width: 75% !important; height: auto !important; font-family: inherit !important; text-transform: none; background-color: rgba(0,0,0,0.8); border-radius: 5px; color: #fff; bottom: 50px; font-size: 1.0em; text-align: center; text-shadow: none !important; padding: 10px 0; margin: 0 auto; position: absolute;left: 0; right: 0; margin-left: auto; margin-right: auto;  }
    .inner a { color: #fff; font-size: 12px; display: inline-block; margin: 15px auto !important; text-decoration: none !important; position: relative; }
	.innerspan { font-size: 16px; font-weight: 700; line-height: 16px; top: 4px; position: relative; }
	
	#mega-menu-wrap-primary .mega-menu-toggle {
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		background: #fff !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background: #fff !important;
		color: #0a5587;
		font-size: 14px !important;
		text-indent: 10px;
	}

	/*
	#mega-menu-item-88 { background: #ffed00 !important; }
		#mega-menu-item-88 a { color: #006cb5 !important; }
    */
	
	#carouselExampleIndicators { max-height: 345px; }
	.carousel-item { &.active { height: 345px; background-size: 112%; background-repeat: no-repeat; } }

	.mobpadmore {
		padding-top: 25px !important;
		padding-bottom: 15px !important;
	}

	.mobchangepad {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.mobshiftlogo img {
		margin: 0 auto !important;
		padding-top: 15px !important;
	}
	
	.mobchangeh1 {
		font-size: 1.9em !important;
	}

	.tp-caption-overlay {
		background: #000;
		padding: 10px;
		position: absolute;
		top: 45% !important;
		width: 100%;
		height: 165px;
		opacity: 0.3;
	}

	.tp-caption.raleway_title_white {
		font-size: 21px !important;
		margin-left: 21px !important;
		top: 50% !important;
	}

	.tp-caption.raleway_price_white {
		top: 60% !important;
		font-size: 18px !important;
		margin-left: 21px !important;
		margin-top: 5px !important;
	}
	
	.tp-caption .btn {
		display: inline !important;
	}
	
	.tp-caption .btn-std {
		margin-left: 21px !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		min-height: 24px !important;
		line-height: 24px !important;
	}
	

	.testimonial-bar-home {
		background: #fff;
		min-height: 100px;
		line-height: 100px;
	}
		.testimonial-bar-home h1 {
			font-family: 'Nunito Sans', Helvetica, sans-serif;
			color: #9b9b9b;
			font-size: 20px;
			font-weight: 400;
			text-align: center;
			padding: 30px 0;
		}

	.yfs-bar-home {
		background: #eaeaea;
		min-height: 100px;
		line-height: 100px;
	}
		.yfs-bar-home h1 {
			font-family: 'Nunito Sans', Helvetica, sans-serif;
			color: #9b9b9b;
			font-size: 28px;
			font-weight: 400;
			text-align: center;
			padding: 30px 7px 0 0;
		}

	.addMarginXS {
		margin-top: 15px;
	}
	
	.chk-boat-hide {
		float: none;
	}

	.archive { padding-left: 15px; margin: 20px 0; border-bottom: 1px solid #9b9b9b; }
		.archive li { list-style: none; margin-bottom: 10px; }

	.first .card-image { background-position: center !important; overflow: hidden !important; min-width: 100% !important; min-height: 300px !important; }

	.pull-right-image { padding-left: 0 !important; display: block !important; float: none !important; clear: both !important; margin: 0 auto !important; }

	.testim { min-height: 450px; max-height: 450px; }
}

/* SM Devices */
@media (min-width: 768px) {
	
	.headlogo { height: 160px; }

	header .strap { font-size: 24px; }
	.attnhero { width: 75% !important; margin: -5px auto 5px auto !important; }

    .inner a { color: #fff; font-size: 16px; display: inline-block; margin-left: 15px !important; text-decoration: none !important; position: relative; }
	.innerspan { font-size: 21px; font-weight: 700; line-height: 16px; top: 4px; position: relative; }

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px !important;
	}

	/*
	#mega-menu-item-88 { background: #ffed00 !important; border-radius: 5px !important; margin-left: 10px !important; }
	#mega-menu-item-88:hover { background: #00a0e3 !important; }
		#mega-menu-item-88 a { color: #006cb5 !important; }
		#mega-menu-item-88 a:hover { color: #fff !important; }
    */
	
	.mobshiftlogo img {
		float: right !important;
	}

	#carouselExampleIndicators { max-height: 345px; }
	.carousel-item { &.active { height: 345px; background-size: 100%; background-repeat: no-repeat; } }
	
	.tp-caption-overlay {
		background: #000;
		padding: 10px;
		position: absolute;
		top: 60% !important;
		width: 100%;
		height: 130px;
		opacity: 0.3;
	}

	.tp-caption.raleway_title_white {
		font-size: 24px !important;
		margin-left: 21px !important;
		top: 60% !important;
	}

	.tp-caption.raleway_price_white {
		top: 68% !important;
		font-size: 21px !important;
		margin-left: 21px !important;
		margin-top: 5px !important;
	}
	
	.tp-caption .btn {
		display: inline !important;
	}
	
	.tp-caption .btn-std {
		margin-left: 21px !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		min-height: 24px !important;
		line-height: 24px !important;
	}


	.testimonial-bar-home {
		background: #fff;
		min-height: 105px;
		line-height: 130px;
	}
		.testimonial-bar-home h1 {
			font-family: 'Nunito Sans', Helvetica, sans-serif;
			color: #9b9b9b;
			font-size: 24px;
			font-weight: 400;
			text-align: center;
			padding: 40px 0;
		}

	.yfs-bar-home {
		background: #eaeaea;
		min-height: 130px;
		line-height: 90px;
	}
		.yfs-bar-home h1 {
			font-family: 'Nunito Sans', Helvetica, sans-serif;
			color: #9b9b9b;
			font-size: 38px;
			font-weight: 400;
			text-align: center;
			padding: 30px 10px 0 0;
		}
	
	header .eia-logo img { margin: 0px; }
	header { margin: 0px; padding-top: 0px; border-bottom: 0px none; }
	header .eia-panel { text-align: right; margin: 0px; }
	header .eia-panel .eia-telephone, header .eia-panel .eia-login { display: block; }
	header .eia-logo { margin-top: 15px; }

	.navbar {
		margin-bottom: 0px;
		/*
		-webkit-box-shadow: 0 8px 6px -6px #999;
		-moz-box-shadow: 0 8px 6px -6px #999;
		box-shadow: 0 8px 6px -6px #999;
		*/
	}
	
	.navbar-default { font-family: 'Nunito Sans', Helvetica, sans-serif; font-weight: 400; position: relative; top: auto; left: auto; right: auto; 
				background-color: #fff; color: #9b9b9b; /*border-top: 1px solid #9b9b9b;*/ border-bottom: 1px solid #bcc5bd; border-radius: 0px; }
				
	.navbar-default .navbar-nav > li > a:hover { /*background-color: #eaeaea;*/ }
	.navbar-default .navbar-nav .open .dropdown-menu { background-color: #fff; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a { background-color: #fff; color: #9b9b9b; min-height: 35px; line-height: 35px; font-size: 1.2em; }
		/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #fff; background-color: #9b9b9b; }*/
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { /*background-color: #eaeaea;*/ }			

		.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
			color: inherit !important;
		}

		.nav > li > a {
			position: relative;
			display: block;
			padding: 15px 12px;
		}
	
	.navbar .container { display: unset !important; }
	.navbar-default .container { padding: 0px; }

	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	
	.navbar .navbar-collapse {
		text-align: center;
	}

	footer *  { text-align: initial; }	
	footer .text-right * { text-align: right; }
	
	/* homepage only */
	h1.homepage-welcome { font-size: 1.6em; }
	
	.chk-boat-hide {
		float: right;
	}

	.archive { padding-left: 45px; }
		.archive li { list-style: none; margin-bottom: 10px; }

	#rc-imageselect, .g-recaptcha { transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0; -webkit-transform-origin: 0 0; }

	.first .card-image { background-position: center !important; overflow: hidden !important; min-width: 100% !important; min-height: 400px !important; }

	.pull-right-image { padding-left: 15px !important; }
	
	.testim { min-height: 350px; max-height: 350px; }
}

/* MD Devices */
@media (min-width: 992px) {
	
	.headlogo { height: 160px; }
	
	.navbar-default { font-size: 1.2em; }
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px !important;
	}
	
	.nav > li > a {
		position: relative;
		display: block;
		/*padding: 15px 20px;*/
		font-family: 'Raleway', Helvetica, sans-serif;
	}

	h1.homepage-welcome { font-size: 36px; }

	#rc-imageselect, .g-recaptcha { transform: scale(1.0); -webkit-transform: scale(1.0); transform-origin: 0 0; -webkit-transform-origin: 0 0; }

	#carouselExampleIndicators { max-height: 345px; }
	.carousel-item { &.active { height: 345px; background-size: 100%; background-repeat: no-repeat; } }

	.tp-caption-overlay {
		background: #000;
		padding: 10px;
		position: absolute;
		top: 60% !important;
		width: 100%;
		height: 165px;
		opacity: 0.3;
	}
}

/* LG Devices */
@media (min-width: 1200px) {
	
	.headlogo { height: 160px; }

	.nav > li > a {
		position: relative;
		display: block;
		/*padding: 15px 32px;*/
		font-family: 'Raleway', Helvetica, sans-serif;
	}
	
	#carouselExampleIndicators { max-height: 600px; }
	.carousel-item { &.active { height: 600px; background: { attachment: fixed; size: cover; } } }
	
}

/* Header phone number - print only. Was an <h1>, which competed with
   the real page heading for search engines. */
.print-phone {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: 700;
	color: #006cb5;
}
