
.bg-pink {
  background-color: pink; }

.bg-yellow {
  background-color: yellow; }

.bg-blue {
  background-color: blue; }

.bg-green {
  background-color: green; }

/*
.clearfix {
	*zoom: 1;
	&:before,
	&:after {
		display: table;
		content: "";
	}
	&:after {
		clear: both;
	}
}
.clearfix {
	@include clearfix();
}
*/
/*
.opacity($opacity) {
	opacity: $opacity / 100;
	filter: alpha(opacity=$opacity);
}
*/
.btn-blue {
  color: #FFFFFF;
  background-color: #1F1A57;
  border-color: #1F1A57; }
  .btn-blue:hover {
    color: #FFFFFF;
    background-color: #110e30;
    border-color: #0e0c28; }
  .btn-blue:focus, .btn-blue.focus {
    color: #FFFFFF;
    background-color: #110e30;
    border-color: #0e0c28; }
  .btn-blue:active, .btn-blue.active,
  .open > .btn-blue.dropdown-toggle {
    color: #FFFFFF;
    background-color: #110e30;
    border-color: #0e0c28;
    background-image: none; }
    .btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus,
    .open > .btn-blue.dropdown-toggle:hover,
    .open > .btn-blue.dropdown-toggle:focus,
    .open > .btn-blue.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #070614;
      border-color: black; }
  .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue:disabled:focus, .btn-blue:disabled.focus {
    background-color: #1F1A57;
    border-color: #1F1A57; }
  .btn-blue.disabled:hover, .btn-blue:disabled:hover {
    background-color: #1F1A57;
    border-color: #1F1A57; }

.btn-blue-outline {
  color: #1F1A57;
  background-image: none;
  background-color: transparent;
  border-color: #1F1A57; }
  .btn-blue-outline:focus, .btn-blue-outline.focus, .btn-blue-outline:active, .btn-blue-outline.active,
  .open > .btn-blue-outline.dropdown-toggle {
    color: #fff;
    background-color: #1F1A57;
    border-color: #1F1A57; }
  .btn-blue-outline:hover {
    color: #fff;
    background-color: #1F1A57;
    border-color: #1F1A57; }
  .btn-blue-outline.disabled:focus, .btn-blue-outline.disabled.focus, .btn-blue-outline:disabled:focus, .btn-blue-outline:disabled.focus {
    border-color: #3b31a6; }
  .btn-blue-outline.disabled:hover, .btn-blue-outline:disabled:hover {
    border-color: #3b31a6; }

.btn-white {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-white:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:focus, .btn-white.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #333333;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white:disabled:focus, .btn-white:disabled.focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white.disabled:hover, .btn-white:disabled:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

.btn-white-outline {
  color: #FFFFFF;
  background-image: none;
  background-color: transparent;
  border-color: #FFFFFF; }
  .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active,
  .open > .btn-white-outline.dropdown-toggle {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white-outline:hover {
    color: #fff;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white-outline.disabled:focus, .btn-white-outline.disabled.focus, .btn-white-outline:disabled:focus, .btn-white-outline:disabled.focus {
    border-color: white; }
  .btn-white-outline.disabled:hover, .btn-white-outline:disabled:hover {
    border-color: white; }

.text-black {
  color: #333333; }

.text-blue {
  color: #8FC7EC; }

.font-crimson-text {
  font-family: "Crimson Text", serif; }

.font-open-sans {
  font-family: "Open Sans", sans-serif; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

body {
  color: #333333;
  font-size: 16px !important;
  background-color: #1F1A57;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-weight: 400 !important;
  margin-top: 0;
  margin-bottom: 12px; }

p {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important; }

p:last-child {
  margin-bottom: 0 !important; }

img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.strong,
.text-bold {
  font-weight: 700 !important; }

.fa-ml {
  margin-left: 8px; }

.fa-mr {
  margin-right: 8px; }

.btn-ml {
  margin-left: 8px; }

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

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.top-bar-bg {
  width: 100%;
  background-color: #1F1A57;
  padding: 6px 0 6px 0; }

.top-bar-text {
  color: #FFFFFF;
  text-align: right; }

.menu-bg {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8E8E8; }

.navbar {
  position: relative;
  padding: 0 !important;
  min-height: 85px;
  margin-bottom: 0 !important;
  border: none; }

.navbar-brand img {
  margin-top: 6px; }

.navbar-brand {
  color: #FFFFFF !important;
  padding: 0 !important; 
max-width:200px;
}

.navbar-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: medium none !important;
  color: #f2f2f2;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #FFFFFF; }

.navbar-collapse {
  padding-left: 0 !important; }

.navbar-default .navbar-nav > li > a {
  color: #333333;
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #E8E8E8; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #E8E8E8; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-top: 18px !important;
    padding-bottom: 18px !important; }
  .nav > li > a {
    padding: 6px 10px; } }

@media (max-width: 765px) {
  .navbar-brand {
    padding-left: 12px !important;
    margin-bottom: 4px; }
  .nav > li > a {
    padding: 6px 30px; } }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 0 !important;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 16px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #E8E8E8; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #E8E8E8;
  outline: 0; }

.hero-image {
  width: 100%; }

/* --- slider --- */
.slider-bg {
  padding: 20px 0 20px 0; }

.flexslider {
  margin: 0 !important;
  background: transparent;
  border: none !important;
  position: relative;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  zoom: 1; }

.flex-caption {
  width: 100%;
  padding: 12px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 18px;
  margin: 0; }

.flex-direction-nav a {
  height: 50px !important; }

.content-bg {
  width: 100%;
  color: #333333;
  background-color: #FFFFFF;
  padding: 30px 0 30px 0; }

.content-bg-gray {
  width: 100%;
  color: #333333;
  background-color: #F2F2F2;
  padding: 30px 0 30px 0; }

.content-box {
  border-radius: 6px;
  background-color: #E8E8E8;
  color: #333333;
  padding: 20px; }

.content-box-outline {
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  color: #333333;
  padding: 20px; }

.cta-bg {
  width: 100%;
  color: #333333;
  background-color: #F2F2F2;
  padding: 20px 0 20px 0; }

.cta-home-text {
  font-weight: 700 !important; }

.cta-button {
  text-align: center; }

@media screen and (max-width: 765px) {
  .cta-home-text {
    text-align: center; }
  .cta-button {
    margin-top: 20px; } }

.img-events {
  float: left;
  margin-right: 20px;
  margin-bottom: 8px; }

.events-image {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.events-content {
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  padding: 12px 12px 0 12px; }

.events-header {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 700 !important; }

.events-date {
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #bbddf3; }

.events-text {
  margin-top: 12px; }

.events-footer {
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 16px;
  margin-bottom: 30px; }

.events-details-header {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: 700 !important; }

.events-details-date {
  font-weight: 700 !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #bbddf3; }

.events-details-text {
  margin-top: 12px; }

.news-container {
  margin-top: 26px;
  margin-bottom: 20px; }

.news-date {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700 !important; }

.news-line {
  border-bottom: 2px solid #E8E8E8;
  margin: 6px 0; }

.news-header {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-weight: 700 !important; }

.news-text {
  margin-top: 20px; }

.featured-boat-image {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.featured-boat-flag {
  position: absolute;
  font-size: 12px;
  margin-top: 8px;
  color: #D9534F;
  background-color: #FFFFFF;
  padding: 2px 4px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.featured-boat-content {
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  padding: 12px 12px 0 12px; }

.featured-boat-header {
  font-size: 18px;
  font-weight: 700 !important;
  text-align: center; }

.featured-boat-price {
  font-style: italic;
  margin-top: 4px;
  text-align: center; }

.featured-boat-location {
  text-align: center; }

.featured-boat-footer {
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 16px;
  margin-bottom: 30px; }

.boats-filter-container {
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  margin-top: 20px;
  padding: 20px;
  text-align: left; }

.boat-filter-header {
  font-weight: 700 !important; }

.boat-filter-search {
  width: 50%;
  margin-bottom: 20px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #FFFFFF;
  cursor: default;
  background-color: #1F1A57;
  border-color: #1F1A57; }

.featured-header {
  font-size: 20px;
  font-family: "Crimson Text", serif;
  color: #1F1A57;
  text-transform: uppercase !important;
  text-align: center; }

.featured-header-dot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: transparent url(../images/blue-lite-bullet.png) 50% 50% no-repeat;
  height: 20px;
  margin-bottom: 12px; }

.featured-header-dot-black {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: transparent url(../images/black-bullet.png) 50% 50% no-repeat;
  height: 20px;
  margin-bottom: 12px; }

.featured-box {
  padding: 0 20px 0 20px; }

.featured-box-lines {
  border-left: 2px solid #E8E8E8;
  border-right: 2px solid #E8E8E8;
  padding: 0 20px 0 20px; }

#events-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 18px;
  text-shadow: none;
  margin-top: 60px; }

#events-carousel {
  margin-left: 30px;
  margin-right: 30px; }

#events-carousel .item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  max-height: 180px;
  width: 100%;
  object-fit: cover; }

#events-carousel .selected img {
  opacity: 0.5; }

#events-carousel .carousel-caption {
  position: relative;
  left: auto;
  right: auto; }

#events-carousel .carousel-control.left,
#events-carousel .carousel-control.right {
  background: none;
  border: none; }

#events-carousel .carousel-control.left {
  margin-left: -25px; }

#events-carousel .carousel-control.right {
  margin-right: -10px !important;
  /*-25px;*/ }

#events-carousel .carousel-control {
  width: 0%; }

#events-carousel .fa-chevron-left,
#events-carousel .fa-chevron-right {
  color: grey;
  font-size: 20px; }

#events-carousel .carousel-indicators li {
  display: none; }

.featured-event-header {
  font-size: 18px;
  font-weight: 700 !important;
  text-align: center;
  margin-top: 8px; }

.featured-event-date {
  text-align: center; }

.featured-event-button {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 2px; }

h4.media-heading {
  font-size: 16px;
  font-weight: 700 !important; }

.media-body a {
  font-size: 14px; }

#listings-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 18px;
  text-shadow: none;
  margin-top: 60px; }

#listings-carousel {
  margin-left: 30px;
  margin-right: 30px; }

#listings-carousel .item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px; }

#listings-carousel .selected img {
  opacity: 0.5; }

#listings-carousel .carousel-caption {
  position: relative;
  left: auto;
  right: auto; }

#listings-carousel .carousel-control.left,
#listings-carousel .carousel-control.right {
  background: none;
  border: none; }

#listings-carousel .carousel-control.left {
  margin-left: -25px; }

#listings-carousel .carousel-control.right {
  margin-right: -10px !important;
  /*-25px;*/ }

#listings-carousel .carousel-control {
  width: 0%; }

#listings-carousel .fa-chevron-left,
#listings-carousel .fa-chevron-right {
  color: grey;
  font-size: 20px; }

#listings-carousel .carousel-indicators li {
  display: none; }

.featured-listing-header {
  font-size: 18px;
  font-weight: 700 !important;
  text-align: center;
  margin-top: 8px; }

.featured-listing-header-sub {
  font-size: 18px;
  font-weight: 700 !important;
  text-align: center;
  margin-top: -6px; }

.featured-listing-price {
  font-style: italic;
  margin-top: 4px;
  text-align: center; }

.featured-listing-location {
  text-align: center; }

.featured-listing-button {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 2px; }

.listing-details-header {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 700 !important;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
  margin-bottom: 24px; }

.listings-details-spec-header {
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 12px; }

#listing-details table {
  border-collapse: collapse; }

#listing-details table,
#listing-details th,
#listing-details td {
  border: 1px solid black; }

#listing-details td {
  padding: 6px; }

.listing-details-equipment-header {
  font-weight: 700 !important;
  margin-top: 20px;
  margin-bottom: 6px; }

.listing-details-equipment-text {
  font-weight: 400 !important;
  margin-left: 12px; }

.testimonials-header {
  margin-bottom: 8px; }

.testimonials-header p {
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 700 !important; }

.testimonials-text p {
  color: #333333;
  font-weight: 400 !important; }

.img-team {
  float: left;
  margin-right: 20px;
  margin-bottom: 8px; }

.team-member-header {
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: 700 !important; }

.team-member-title {
  font-family: "Crimson Text", serif;
  font-weight: 700 !important;
  margin-top: -4px; }

.team-member-text {
  margin-top: 6px; }

.read-more-button {
  margin-top: 20px; }

.team-member-dot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #FFFFFF url(../images/blue-lite-white-bullet.jpg) 50% 50% no-repeat;
  height: 20px;
  margin-top: 30px;
  margin-bottom: 20px; }

.team-testimonials-box {
  background-color: #F2F2F2;
  border-radius: 6px;
  padding: 20px 0 0 0;
  margin-top: 40px;
  margin-bottom: 40px; }

.our-approach-header {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-weight: 700 !important;
  border-bottom: 1px solid #8FC7EC;
  padding-bottom: 8px;
  margin-bottom: 24px; }

.contact-header {
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 700 !important;
  border-bottom: 1px solid #8FC7EC;
  padding-bottom: 8px;
  margin-top: 16px;
  margin-bottom: 24px; }

.contact-header-sub {
  font-family: "Crimson Text", serif;
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: -4px; }

.contact-header-sub-text {
  margin-left: 10px; }

textarea {
  resize: none; }

label {
  font-size: 14px; }

.form-vertical-divider {
  border-left: 1px solid #8FC7EC;
  padding-left: 30px; }

.footer-bg {
  width: 100%;
  padding: 20px 0 20px 0; }

.footer-bg div,
.footer-bg p {
  color: #FFFFFF; }

.footer-icons {
  width: 100%;
  text-align: right; }

@media screen and (max-width: 765px) {
  .footer-copyright {
    text-align: center; }
  .footer-icons {
    width: 100%;
    text-align: center;
    margin-top: 16px; } }

.footer-icon-margin {
  margin-right: 8px; }

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px; }

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px; }

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important; }

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0; }

#quote-carousel .carousel-indicators .active {
  background: #333333; }

#quote-carousel img {
  width: 250px;
  height: 100px; }

/* End carousel */
.item blockquote {
  border-left: none;
  margin: 0; }

.item blockquote img {
  margin-bottom: 10px; }

/*
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    margin-right: 10px;
}

.item blockquote p::after {
    content: "\f10d";
    font-family: 'Fontawesome';
    margin-left: 10px;
}
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px; } }

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important; }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px; }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px; } }

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

a:hover .visually-hidden,
a:focus .visually-hidden,
button:hover .visually-hidden,
button:focus .visually-hidden {
  position: relative;
  margin: 0; }

/*
a {
    color: #123987;
    font-size: 1.2em;
}
a:hover,
a:focus {
    text-decoration: none;
}
*/
[hidden] {
  display: none; }

.quote {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0; }

.quote:before {
  content: "\f10d"; }

.quote::after {
  content: "\f10e"; }

.quote:before,
.quote::after {
  display: inline-block;
  vertical-align: bottom;
  color: #8ec7f8;
  font-family: 'Fontawesome';
  font-size: 2.0em;
  top: .05em;
  position: relative; }

.panel-heading {
  cursor: pointer;
  padding: 0; }

.panel-title > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 20px 16px; }

.panel-title > a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 16px;
  text-decoration: none; }

.panel-title > a[aria-expanded="true"]:after {
  content: "\f077";
  /* fa-chevron-up */ }

.panel-body {
  padding: 20px 20px 16px 20px; }

.featured-boat-image {
  max-height: 150px;
  object-fit: cover; }
