body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  overflow: auto;
  padding: 50px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -25px;
  max-height: 50vh; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Using calc to trick sass */

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 50px calc(max(12px, env(safe-area-inset-right))) calc(max(12px, env(safe-area-inset-bottom))) calc(max(25px, env(safe-area-inset-left))); } }

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-navigation {
  display: block !important; }

.fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important; }

.fancybox-content {
  max-height: 100% !important; }

.extra-information h4 {
  margin-bottom: 1rem; }

.inline-login-reg-features {
  background: rgba(23, 126, 167, 0.7); }

.inline-login-reg-features-list {
  line-height: 2.5rem; }

.fancybox-slide--html .fancybox-close-small {
  color: #fff !important; }

/* Fancybox iFrame & info prompt */

.fancybox-slide--iframe .fancybox-content {
  background: transparent; }

#viewboat #body, #boatbid_boat #body {
  /* New boat; gallery */ }

#viewboat #body #maincontent, #boatbid_boat #body #maincontent {
    overflow: initial !important;
    /* Fixes sticky sidebar issue */ }

#viewboat #body h1, #boatbid_boat #body h1 {
    font-size: 2.2rem; }

@media only screen and (min-height: 875px) and (min-width: 1366px) {
    #viewboat #body #boat-sidebar, #boatbid_boat #body #boat-sidebar {
      position: sticky;
      top: 95px; } }

#viewboat #body #boat-sidebar .btn-sm.btn-danger, #boatbid_boat #body #boat-sidebar .btn-sm.btn-danger {
    font-size: 60%;
    padding: 1px .5rem;
    margin-left: .5rem;
    transform: translateY(-3px); }

#viewboat #body #boat-sidebar ul li, #boatbid_boat #body #boat-sidebar ul li {
    color: #6c757d; }

#viewboat #body #boat-sidebar ul li svg, #viewboat #body #boat-sidebar ul li i, #boatbid_boat #body #boat-sidebar ul li svg, #boatbid_boat #body #boat-sidebar ul li i {
      color: #353a40;
      float: left;
      margin-top: 5px;
      margin-right: .8rem;
      margin-bottom: 10px;
      text-align: center; }

#viewboat #body #boat-sidebar ul.boatactions li, #boatbid_boat #body #boat-sidebar ul.boatactions li {
    font-size: 0.875rem; }

#viewboat #body #boat-sidebar ul.boatactions li a, #boatbid_boat #body #boat-sidebar ul.boatactions li a {
      color: #014e78;
      cursor: pointer; }

#viewboat #body #boat-sidebar ul.boatactions li a svg, #viewboat #body #boat-sidebar ul.boatactions li a i, #boatbid_boat #body #boat-sidebar ul.boatactions li a svg, #boatbid_boat #body #boat-sidebar ul.boatactions li a i {
        color: #014e78;
        margin: 3px .5rem 0 0 !important;
        float: none; }

@media screen and (min-width: 992px) {
        #viewboat #body #boat-sidebar ul.boatactions li a svg, #viewboat #body #boat-sidebar ul.boatactions li a i, #boatbid_boat #body #boat-sidebar ul.boatactions li a svg, #boatbid_boat #body #boat-sidebar ul.boatactions li a i {
          float: left; } }

#viewboat #body #boat-sidebar ul.boatactions li a.text-danger i, #boatbid_boat #body #boat-sidebar ul.boatactions li a.text-danger i {
        color: #dc3545 !important; }

#viewboat #body #boat-sidebar ul.boatactions #print-dropdown-menu, #boatbid_boat #body #boat-sidebar ul.boatactions #print-dropdown-menu {
    transform: translate3d(0px, 18px, 0px) !important; }

#viewboat #body #boat-sidebar ul.boatactions #print-dropdown-menu .dropdown-item:active, #boatbid_boat #body #boat-sidebar ul.boatactions #print-dropdown-menu .dropdown-item:active {
      color: #fff !important; }

#viewboat #body #boat-sidebar .card.broker-card, #boatbid_boat #body #boat-sidebar .card.broker-card {
    border: 0 !important; }

@media screen and (min-width: 992px) {
      #viewboat #body #boat-sidebar .card.broker-card .btn-sm, #boatbid_boat #body #boat-sidebar .card.broker-card .btn-sm {
        display: block; } }

#viewboat #body #boat-sidebar .card.broker-card hr, #boatbid_boat #body #boat-sidebar .card.broker-card hr {
      margin-bottom: .75rem; }

#viewboat #body #boat-sidebar .card.broker-card .view-brokers-comments, #boatbid_boat #body #boat-sidebar .card.broker-card .view-brokers-comments {
      position: relative;
      z-index: 10; }

#viewboat #body .boat_image .new-boat-badge, #boatbid_boat #body .boat_image .new-boat-badge {
    background-image: url("/lib/img/content/new-build-boat-ribbon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 5; }

@media only screen and (min-width: 768px) {
      #viewboat #body .boat_image .new-boat-badge, #boatbid_boat #body .boat_image .new-boat-badge {
        height: 150px;
        width: 150px; } }

#viewboat #body .boat_image .charter-boat-badge, #boatbid_boat #body .boat_image .charter-boat-badge {
    background-image: url("/lib/img/content/charter-boat-ribbon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 5; }

@media only screen and (min-width: 768px) {
      #viewboat #body .boat_image .charter-boat-badge, #boatbid_boat #body .boat_image .charter-boat-badge {
        height: 150px;
        width: 150px; } }

#viewboat #body .boat_image .sold-boat-badge, #boatbid_boat #body .boat_image .sold-boat-badge {
    background-image: url("/lib/img/content/sold-ribbon1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    z-index: 5; }

@media only screen and (min-width: 768px) {
      #viewboat #body .boat_image .sold-boat-badge, #boatbid_boat #body .boat_image .sold-boat-badge {
        height: 150px;
        width: 150px; } }

#viewboat #body .boat_gallery_buttons .flex-even, #boatbid_boat #body .boat_gallery_buttons .flex-even {
    -ms-flex: 1;
        flex: 1; }

#viewboat #body .boat_gallery_buttons a, #boatbid_boat #body .boat_gallery_buttons a {
    font-size: 0.875rem; }

@media screen and (min-width: 768px) {
      #viewboat #body .boat_gallery_buttons a, #boatbid_boat #body .boat_gallery_buttons a {
        font-size: 1.15rem; } }

#viewboat #body .boat_gallery_buttons a .badge-dark, #boatbid_boat #body .boat_gallery_buttons a .badge-dark {
      background-color: #6c757d; }

#viewboat #body #boat-details-pills, #boatbid_boat #body #boat-details-pills {
    background-color: rgba(0, 0, 0, 0.03); }

#viewboat #body #boat-details-pills .nav-link, #boatbid_boat #body #boat-details-pills .nav-link {
      background: rgba(0, 0, 0, 0.075);
      transition: all 0.2s ease; }

#viewboat #body #boat-details-pills .nav-link:hover, #boatbid_boat #body #boat-details-pills .nav-link:hover {
        background: #1281aa;
        color: #fff; }

#viewboat #body #boat-details-pills .nav-link.active, #boatbid_boat #body #boat-details-pills .nav-link.active {
        background: #1281aa; }

#viewboat #body .boat-details-footer, #boatbid_boat #body .boat-details-footer {
    background-color: rgba(0, 0, 0, 0.045); }

#viewboat #body .boat-details-footer #additional-info-btn.active, #viewboat #body .boat-details-footer #spec-btn.active, #boatbid_boat #body .boat-details-footer #additional-info-btn.active, #boatbid_boat #body .boat-details-footer #spec-btn.active {
      color: #343a40 !important;
      background: transparent !important;
      border-color: #343a40 !important; }

#viewboat #body .boat-details-footer #additional-info-btn:hover, #viewboat #body .boat-details-footer #spec-btn:hover, #boatbid_boat #body .boat-details-footer #additional-info-btn:hover, #boatbid_boat #body .boat-details-footer #spec-btn:hover {
      color: #fff !important;
      background: #343a40 !important; }

#viewboat #body .card-columns, #boatbid_boat #body .card-columns {
    column-count: 1 !important;
    column-gap: 0 !important; }

@media screen and (min-width: 768px) {
      #viewboat #body .card-columns, #boatbid_boat #body .card-columns {
        column-count: 2 !important; } }

#viewboat #body .card-columns .card, #boatbid_boat #body .card-columns .card {
      border: 0 !important;
      background: transparent !important;
      padding-right: 1rem;
      padding-left: 1rem; }

@media screen and (max-width: 768px) {
        #viewboat #body .card-columns .card, #boatbid_boat #body .card-columns .card {
          width: 100% !important; } }

#viewboat #body .slider_recommendation .col-12, #boatbid_boat #body .slider_recommendation .col-12 {
    padding-left: .5rem !important;
    padding-right: .5rem !important; }

#viewboat #body .boat-broker-image, #boatbid_boat #body .boat-broker-image {
    max-width: 30%; }

@media only screen and (max-width: 992px) {
    #viewboat #body .float-cta-mobile, #boatbid_boat #body .float-cta-mobile {
      background: #fff;
      bottom: 0;
      box-shadow: 0 -0.175rem 0.75rem rgba(0, 0, 0, 0.2);
      left: 0;
      padding: 1rem;
      position: fixed;
      right: 0;
      width: 100%;
      z-index: 50; } }

#viewboat #body .delete-comment, #boatbid_boat #body .delete-comment {
    cursor: pointer; }

#viewboat #body .delete-comment i, #viewboat #body .delete-comment svg, #boatbid_boat #body .delete-comment i, #boatbid_boat #body .delete-comment svg {
      color: #adb5bd;
      transition: all 0.1s ease; }

#viewboat #body .delete-comment i:hover, #viewboat #body .delete-comment svg:hover, #boatbid_boat #body .delete-comment i:hover, #boatbid_boat #body .delete-comment svg:hover {
        color: #dc3545; }

#viewboat #body .additionalmedia, #boatbid_boat #body .additionalmedia {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important; }

#viewboat #body .additional_image_tile, #boatbid_boat #body .additional_image_tile {
    padding: .25rem !important; }

#viewboat #body .additional_image_tile .caption, #boatbid_boat #body .additional_image_tile .caption {
      display: none !important; }

#viewboat #body .additional_pdf_tile, #boatbid_boat #body .additional_pdf_tile {
    padding: .25rem !important; }

.fancybox-button[disabled] {
  display: none !important; }

.fancybox-button--play {
  display: none !important; }

#inline-login-reg-alert {
  background-image: url("/lib/img/content/login-modal-bg.jpg");
  background-size: cover;
  background-position: center; }

#inline-login-reg-alert .inline-login-reg-features-list {
    background: rgba(0, 0, 0, 0.2); }

#boatbid_boat #body #min-bid-val .price-approx {
  font-size: .75rem !important; }

#boatbid_boat #body #bid_cta i, #boatbid_boat #body #bid_cta svg {
  font-size: 0; }

#boatbid_boat #body #bid_cta i.visible, #boatbid_boat #body #bid_cta svg.visible {
    font-size: 1em; }

@media only screen and (max-width: 992px) {
  footer #backtotop {
    bottom: 6rem !important; } }

@media only screen and (max-width: 992px) {
  #viewboat {
    padding-bottom: 70px; } }

#meetTheBuilder .mtb-header {
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2; }

#meetTheBuilder .mtb-content .mtb-placeholder-thumbnail {
  cursor: pointer;
  margin-top: -25px;
  position: relative; }

#meetTheBuilder .mtb-content .mtb-placeholder-thumbnail::before {
    content: '';
    background: #f8f9fa;
    height: 13%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }

#meetTheBuilder .mtb-content .mtb-placeholder-thumbnail::after {
    content: '';
    background: #f8f9fa;
    bottom: 0;
    height: 13%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1; }

#meetTheBuilder .mtb-content .mtb-placeholder-thumbnail svg {
    color: #fff;
    height: 50px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px; }

#meetTheBuilder .mtb-content .mtb-placeholder-thumbnail img {
    display: block;
    max-width: 100%;
    width: auto; }

#meetTheBuilder .mtb-content .mtb-placeholder-thumbnail:hover svg {
    color: #ffcb05; }

#meetTheBuilder .mtb-placeholder-thumbnail::before {
  display: none; }

#meetTheBuilder .mtb-placeholder-thumbnail::after {
  display: none; }

#meetTheBuilder .mtb-content .card {
  overflow: hidden; }

#meetTheBuilder .mtb-placeholder-thumbnail {
  overflow: hidden;
  height: 218px;
  margin-top: -33px !important; }

@media (max-width: 1199px) {
  #meetTheBuilder .mtb-placeholder-thumbnail {
    height: 178px;
    margin-top: -26px !important; } }

@media (max-width: 991px) {
  #meetTheBuilder .mtb-placeholder-thumbnail {
    height: 205px;
    margin-top: -29px !important; } }

@media (max-width: 767px) {
  #meetTheBuilder .mtb-placeholder-thumbnail {
    height: 312px;
    margin-top: -45px !important; } }

/*
 * Charter styles
 */

@media only screen and (max-height: 999px) and (min-width: 1366px) {
  #charter-boat #boat-sidebar {
    position: initial !important; } }

@media only screen and (min-height: 1000px) and (min-width: 1366px) {
  #charter-boat #boat-sidebar {
    position: sticky !important;
    top: 95px !important; } }

/*
 * Share button
 */

#share_button {
  color: #212529;
  background-color: #ffcb05;
  border-color: #ffcb05; }

#share_button:hover {
    color: #212529;
    background-color: #deb000;
    border-color: #d1a600; }

#share_button:focus, #share_button:active {
    box-shadow: 0 0 0 0.2rem rgba(222, 176, 0, 0.25) !important; }

#share_button #share-dropdown-menu {
    min-width: 150px !important;
    max-width: 150px !important; }

#share_button #share-dropdown-menu .a2a_kit a {
      margin: .25rem; }

#share_button #share-dropdown-menu .a2a_kit i, #share_button #share-dropdown-menu .a2a_kit svg {
      margin: 0 !important; }

/* Share modal */

#shareBoat a {
  line-height: 30px;
  margin-bottom: 8px; }

#shareBoat a .a2a_svg {
    margin-right: 12px; }

#shareBoat a.a2a_dd {
  display: block;
  margin-top: 12px;
  margin-bottom: 0;
  border: 1px solid #0166ff;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  text-align: center; }

#shareBoat a.a2a_dd .a2a_svg {
    display: none; }
