.list-text-color {
  color: #939393; }

/* LIST HEADER */
.item-counter {
  font-weight: bold;
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40; }

#item-counter {
  color: #014E6F;
  font-size: 18px;
  padding: 8px;
  text-transform: uppercase; }

#item-counter.reduced-counter {
  font-size: .7rem;
  margin: 0; }

.list-title {
  color: #006A95;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase; }

.item-title-landscape {
  color: #014E6F;
  font-weight: bolder;
  font-size: 3.2rem; }

.item-abstract-landscape {
  color: #FFFFFF !important;
  font-size: 1.6rem !important;
  padding-right: 4rem; }

.item-description-landscape {
  color: #FFFFFF !important; }

.list-title.filter-list-title {
  font-size: calc(1.2rem + 0.5rem); }

.btn-list,
.select-list-order-container {
  display: inline-block;
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #006A95;
  border: 1px solid transparent;
  padding: 0.475rem 0;
  line-height: 1.5;
  min-width: 180px;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0rem .25rem 1rem .25rem;
  cursor: pointer; }

.btn-list:not(:disabled):hover,
.btn-list:not(:disabled):focus {
  background-color: #02A6C3;
  color: #FFFFFF;
  text-decoration-line: none;
  border: solid 1px #fff; }

.btn-list.btn-reload {
  color: #006A95;
  background: white;
  border: solid 1px #006A95; }

@media (min-width: 1200px) {
  .item-counter {
    margin-left: 22px; } }

/* Order by */
.select-list-order:focus {
  border-color: #ced4da;
  box-shadow: none; }

.select-list-order-container {
  padding: 0.475rem 0 0.475rem 30px;
  background: white;
  border: 1px solid #6E6E6E; }

.select-list-order {
  text-align-last: center;
  height: unset;
  border: 0;
  color: #002A40;
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  background: unset;
  padding: 0;
  padding-right: 30px; }

.select-list-order-label {
  position: absolute;
  left: 10px;
  top: 0.475rem;
  color: #014E6F;
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0; }

.custom-arrow-select {
  pointer-events: none;
  color: #006A95;
  position: absolute;
  right: 8px;
  top: 0.575rem;
  /* Center vertically arrow (50% - height icon/2 )*/ }

@media (max-width: 768px) {
  .btn-list {
    padding: 0.475rem 1rem;
    min-width: unset;
    margin: 0rem 0.05rem 1rem 0.05rem; }
  .select-list-order-container {
    min-width: 70px; }
  .item-title-landscape {
    font-size: 2rem; }
  .item-abstract-landscape {
    font-size: 1rem !important;
    padding-right: 1rem; } }

@media (max-width: 992px) {
  .select-list-order-container {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem; }
  .mobile-select {
    opacity: 0;
    position: absolute;
    height: 70%; } }

/* TODO if filters */
/* FILTERS */
.filter-card {
  border: 1px solid #006A95;
  background: white; }

.filter-item .filter-title {
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #014E6F; }

.filter-item .filter-title i,
.filter-item .filter-title svg {
  margin-right: 6px; }

.filter-item .filter-title svg {
  height: 16px;
  width: auto; }

.filter-item .filter-title svg,
.filter-item .filter-title svg path {
  fill: #014E6F; }

.filter-item .custom-control-label {
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  color: #002A40;
  height: fit-content; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.filter-item .collapse-zone i {
  font-size: .8rem;
  cursor: pointer;
  color: #002A40; }

/*collapse icon transition*/
.filter-item .collapse-zone i.fa-angle-up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .3s all ease-out; }

.filter-item .collapse-zone i.transform-angle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .3s all ease-out; }

/* Filter slider */
.filter-slider .slider.slider-horizontal .slider-track {
  height: 3px;
  background: #fff; }

.filter-slider .slider-selection {
  background: #002A40; }

.filter-slider .slider.slider-horizontal {
  width: 100%; }

.filter-slider .slider-handle {
  background: #014E6F;
  height: 12px;
  width: 12px; }

.filter-slider .slider.slider-horizontal .slider-handle.min-slider-handle {
  margin-left: -2px; }

.filter-slider .tooltip.in {
  opacity: .8; }

.filter-slider .slider-indicator {
  font-size: 13px;
  color: #006A95; }

.filter-item .custom-checkbox {
  padding-left: 23px;
  min-height: 20px; }

.filter-item .custom-checkbox .custom-control-label:before {
  background-color: #fff;
  border: solid 1px #002A40;
  width: 14px;
  height: 14px;
  top: 3px;
  left: -24px;
  border-radius: 2px; }

.filter-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #014E6F; }

.filter-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #014E6F;
  border-color: #002A40;
  width: 14px;
  height: 14px;
  top: 3px;
  left: -24px;
  border-radius: 2px; }

.filter-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: unset; }

.filter-item #filter-date {
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  color: #002A40; }

.filter-item #filter-date:focus, .filter-item #filter-date.form-control {
  box-shadow: none;
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40;
  padding: 0.375rem 0.15rem 0.375rem 0.4rem;
  height: 100%;
  border-color: #6E6E6E; }

#btn-collapse-gilter {
  background-color: #006A95; }

#btn_grid, #btn_row {
  color: #014E6F;
  border: 1px solid #014E6F; }

#btn_grid:hover, #btn_row:hover {
  color: #006A95;
  border-color: #006A95; }

#btn_grid.active, #btn_row.active {
  color: #006A95;
  border-color: #006A95; }

.list-grid.filter-collapsed .filter_sidebar {
  display: none; }

@media (max-width: 768px) {
  .filter_sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    background: white;
    z-index: 999;
    width: 100vw;
    left: 0;
    padding: 30px;
    padding-bottom: 80px;
    overflow: auto; }
  .filter_sidebar .filter-buttons-mobile {
    position: fixed;
    bottom: 0;
    padding-right: 60px;
    background: white; } }

/* SEARCH FILTERS */
.list-searcher {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 49;
  background: white; }

button:disabled {
  opacity: 0.65;
  cursor: default; }

header.header-fixed ~ #cms-content .list-searcher {
  top: 85px; }

header.header-fixed.header-agencies ~ #cms-content .list-searcher {
  top: 130px; }

.list-searcher .search-row {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px; }

.list-searcher .search-row .filter-item {
  height: 30px;
  margin-bottom: 10px;
  min-width: 250px;
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 1200px) {
  .collapse-search-container {
    width: 233px; }
  .list-searcher .search-row .filter-item {
    max-width: 340px; }
  .list-searcher .search-row .filter-item.filter-numeric {
    min-width: 165px;
    max-width: 165px; } }

@media (min-width: 1600px) {
  .collapse-search-container {
    width: 353px; } }

.list-searcher .search-row .form-control {
  box-shadow: none;
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40;
  padding: 0.375rem 0.15rem 0.375rem 0.4rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  border-color: #6E6E6E; }

.list-searcher .btn-search {
  padding-left: 5px;
  padding-right: 5px; }

.list-searcher .btn-list {
  margin: 0;
  height: 30px;
  margin-bottom: 10px;
  padding: 0; }

@media (max-width: 768px) {
  .list-searcher .btn-list {
    min-width: 160px; } }

.list-searcher .search-row .input-group-prepend,
.list-searcher .search-row .input-group-text,
.list-searcher .search-row .input-group-append {
  height: 100%;
  width: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #014E6F;
  font-weight: bold;
  font-size: 15px;
  border-color: #6E6E6E; }

.list-searcher .search-row #filter-date {
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  color: #002A40;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.list-searcher .search-row #filter-date:focus, .list-searcher .search-row #filter-date.form-control {
  box-shadow: none;
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40;
  padding: 0.375rem 0.15rem 0.375rem 0.4rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%; }

.flatpickr-calendar.open .flatpickr-day.today {
  border-color: transparent;
  background-color: transparent;
  color: #000; }

.flatpickr-calendar.open .flatpickr-day.today:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #393939; }

.flatpickr-calendar.open .flatpickr-day:not(.flatpickr-disabled):hover {
  color: #393939; }

.flatpickr-calendar.open .flatpickr-day.today.flatpickr-day.selected {
  color: #FFF; }

.list-searcher .search-row .form-control .ms-search {
  padding: 8px;
  padding-bottom: 4px; }

.list-searcher .search-row .form-control .ms-choice span {
  top: 5% !important; }

.list-searcher .search-row .form-control .ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
  margin-top: 3px !important; }

.list-searcher .search-row .ms-choice {
  border: none !important;
  height: 100%; }

.list-searcher .search-row .ms-choice:focus {
  outline: none !important; }

.list-searcher .search-row .search-icon svg {
  width: auto;
  height: 20px; }

.list-searcher .search-row .search-icon svg,
.list-searcher .search-row .search-icon svg path {
  fill: #014E6F; }

.list-searcher .search-filters {
  padding-left: 15px;
  padding-right: 15px; }

.list-searcher .filter-item .twitter-typeahead {
  width: 1%;
  box-shadow: none;
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40;
  padding: 0.375rem 0.15rem 0.375rem 0.4rem;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  flex: 1 1 auto;
  margin-bottom: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6E6E6E; }

.list-searcher .filter-item .twitter-typeahead .typeahead {
  font-size: inherit;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  padding: 0; }

.list-searcher .filter-item .twitter-typeahead .typeahead.tt-hint {
  padding-left: 0.4rem; }

.list-searcher .filter-item .twitter-typeahead .typeahead.tt-error {
  border: 0 !important; }

.list-searcher .form-control .ms-choice span {
  top: 5% !important; }

.list-searcher .ms-choice {
  border: none !important;
  height: 100%; }

.list-searcher .ms-choice:focus {
  outline: none !important; }

/* GRID LAYOUT */
.list-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px; }

.list-buttons {
  margin-top: 15px;
  margin-bottom: 15px; }

.list-grid .items-container-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  padding: 0;
  height: fit-content; }

.list-grid .items-container-list .list-pagination {
  grid-column: 1/-1; }

@media (min-width: 1200px) {
  .list-grid {
    grid-template-columns: minmax(163px, 233px) 1fr; } }

@media (min-width: 1600px) {
  .list-grid {
    grid-template-columns: minmax(163px, 353px) 1fr; } }

.list-grid.filter-collapsed,
.list-grid.loading,
.list-grid.no-filter {
  grid-template-columns: 100%; }

.list-grid.loading .items-container-list {
  grid-template-columns: 100%; }

/* FLEX LAYOUT */
.list-flex .items-container-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 80px 30px;
  padding: 0; }
  .list-flex .items-container-list .div-item {
    flex: 0 0 350px;
    max-width: 350px; }
  @media (max-width: 576px) {
    .list-flex .items-container-list .div-item {
      flex: 0 0 100%;
      max-width: 100%; } }
/* LIST ELEMENTS */
.div-items {
  border: 0;
  background: transparent;
  vertical-align: baseline; }

h4.title {
  color: #000;
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 4px;
  margin: 0; }

h4.subtitle, .boat-info {
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif; }

.dot {
  height: 10px;
  width: 10px;
  background-color: #006A95;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px; }

img.card-img-top {
  width: 100%;
  height: 260px;
  object-fit: cover; }

img.card-img-top-landscape {
  height: 600px;
  object-fit: cover; }
  @media screen and (max-width: 768px) {
    img.card-img-top-landscape {
      height: 300px; } }
img.card-img-top-boat {
  width: 100%;
  height: 275px;
  object-fit: cover; }

.boat-subtitle {
  color: #000;
  font-size: .8rem;
  font-family: 'Open Sans', sans-serif; }

.see-details-boat {
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif;
  background-color: #006A95;
  color: #FFFFFF; }

.see-details-boat:hover {
  color: #014E6F; }

.see-details-boat:focus {
  box-shadow: none; }

.img-not-found {
  font-size: 6rem; }

.div-img-not-found {
  height: 220px; }

/* CALENDAR */
.btn-item-calendar,
.btn-close-calendar {
  background-color: #014E6F;
  color: #FFFFFF;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  height: 100%;
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.75; }

.btn-item-calendar.btn-details-calendar,
.btn-close-calendar.btn-details-calendar {
  opacity: 1;
  font-size: .8rem; }

.btn-item-calendar:hover,
.btn-close-calendar:hover {
  outline: 0;
  box-shadow: unset;
  color: #FFFFFF; }

.btn-item-calendar:focus,
.btn-close-calendar:focus {
  outline: 0;
  box-shadow: unset;
  color: #FFFFFF; }

.calendar-card {
  position: absolute;
  height: 100%;
  background: white;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .calendar-card .flatpickr-innerContainer {
    pointer-events: none; }

.item-calendar-close {
  display: flex;
  width: 100%;
  text-align: right;
  padding-right: 9px; }
  .item-calendar-close a {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: #006A95;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    transform: rotate(45deg); }

.item-calendar-header {
  height: auto;
  text-align: center;
  margin-bottom: 15px; }
  .item-calendar-header .item-calendar-title {
    font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #014E6F;
    font-weight: bold; }
  .item-calendar-header .item-calendar-subtitle {
    font-size: .7rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #006A95;
    font-weight: bold; }

.calendar-container {
  display: none; }

.btn-item-calendar-check {
  margin-top: auto;
  background-color: #006A95;
  color: #FFFFFF; }

.btn-item-calendar-check:hover,
.btn-item-calendar-check:focus {
  box-shadow: unset;
  background-color: #014E6F;
  color: #FFFFFF; }

/* Arrows calendar */
#collapse-calendar .arrow-container-calendar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #014E6F;
  opacity: 0.5;
  pointer-events: none; }

#collapse-calendar .arrow-left {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10; }

#collapse-calendar .arrow-right {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10; }

#collapse-calendar .arrow-container-calendar.allowed {
  opacity: 1;
  pointer-events: auto; }

/* Calendar elements */
table.month {
  font-size: 1em;
  margin: 0 auto; }

table.month td {
  text-align: center;
  padding: 5px;
  height: 45px;
  width: 45px;
  color: #ffffff80; }

#calendar-resources th {
  text-transform: uppercase;
  text-align: center; }

#calendar-resources th.month {
  font-size: .9rem;
  padding-bottom: .75rem; }

@media (min-width: 992px) and (max-width: 1500px) {
  table.month {
    font-size: .8em;
    margin: 0 auto; }
  table.month td {
    height: 38px;
    width: 38px; } }

/* Legend */
#calendar-resources .calendar-legend {
  text-align: center;
  font-weight: bold;
  font-size: .5rem;
  color: #FFFFFF;
  margin-top: 2rem; }

#calendar-resources .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none; }

#calendar-resources .calendar-available {
  color: #FFFFFF;
  background-color: #FFFFFF; }

.flatpickr-calendar .flatpickr-days {
  width: 100%;
  padding: 0 5px;
  max-width: 310px; }
  .flatpickr-calendar .flatpickr-days .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 310px; }

.flatpickr-day {
  height: 34px;
  line-height: 34px; }

/* PAGINATION */
.items_pagination, .items_pagination a {
  font-size: 22px;
  color: #C4C4C4 !important; }

.view-option.active, .items_pagination a.active {
  color: #006A95 !important;
  font-weight: bold; }

.items_pagination_num a {
  margin: 0 10px; }

.items_pagination a.active i {
  color: #696969; }

.items_pagination a:not([href]):not([tabindex]) {
  pointer-events: none;
  cursor: default; }

.see-details-boat:focus {
  box-shadow: 0 0 0 0.2rem #014E6F; }

.see-details-boat:hover {
  color: #014E6F; }

.link-boat, .link-boat:hover {
  color: #FFFFFF; }

.link.boat-row, .link.boat-row:hover {
  color: #014E6F; }

.card-overlay {
  opacity: 0;
  background-color: #006A95;
  font-family: 'Roboto', sans-serif;
  top: 0;
  left: 0;
  overflow: hidden; }

.gradient_overlay {
  background-image: linear-gradient(to bottom, #006A95 75%, transparent); }

.text_overlay {
  font-size: 16px; }

.card-overlay:hover {
  opacity: 1; }

.boat-card {
  min-height: 400px !important; }

.card-box {
  box-shadow: #000;
  height: 300px; }

.prices_color {
  color: #343434 !important; }

.boat-pricerow {
  font-size: 30px; }

/*
MAP VIEW
*/
/* Map modal */
#map-boats-modal {
  padding: 15px; }

#map-boats-modal .modal-dialog {
  margin: 0;
  max-width: unset;
  width: 100%;
  height: 100%; }

#map-boats-modal .modal-content {
  width: 100%;
  height: 100%;
  background-color: #02A6C3; }

#map-boats-modal .modal-body {
  padding-top: 4rem;
  position: absolute; }

#map-boats-modal #map-boats {
  height: 100%;
  width: 100%; }

#btn-close-modal-maps {
  height: 33px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 3px solid #006A95;
  z-index: 10;
  transition: .6s ease; }

#btn-close-modal-maps .close {
  color: #006A95;
  opacity: 1; }

#btn-close-modal-maps:hover {
  background-color: #006A95;
  border-color: #FFFFFF; }

#btn-close-modal-maps:hover .close {
  color: #FFFFFF;
  opacity: 1; }

#btn-close-modal-maps .close:focus {
  outline: unset; }

.total-boats {
  color: #FFFFFF; }

/* List */
#boat-list-map-container {
  height: 100%;
  color: #FFFFFF; }

#boat-list-map {
  overflow-x: hidden;
  overflow-y: auto; }

#boat-list-map a, #map-boats a {
  color: #000; }

#boat-list-map h6.title, #map-boats h6.title {
  color: #000;
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 4px;
  margin: 0; }

#boat-list-map h6.subtitle, #boat-list-map .boat-info, #map-boats h6.subtitle, #map-boats .boat-info {
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif; }

#boat-list-map h6.subtitle, #map-boats h6.subtitle {
  color: #888; }

#boat-list-map .dot, #map-boats .dot {
  height: 10px;
  width: 10px;
  background-color: #006A95;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px; }

#boat-list-map img.card-img-top, #map-boats img.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  padding-left: .3rem;
  padding-bottom: .26rem; }

#boat-list-map .col-feature, #map-boats .col-feature {
  height: 2.75rem;
  width: 2.75rem;
  text-align: center;
  padding: .3rem; }

#boat-list-map .boat-card-info span, #map-boats .boat-card-info span {
  color: #002A40;
  font-weight: bold;
  margin-top: .25rem; }

#boat-list-map .boat-subtitle, #map-boats .boat-subtitle {
  color: #888;
  font-size: .8rem;
  font-family: 'Open Sans', sans-serif; }

#boat-list-map .card-body:hover, #map-boats .card-body:hover {
  -moz-box-shadow: inset 0 0 10px #006A95;
  -webkit-box-shadow: inset 0 0 10px #006A95;
  box-shadow: inset 0 0 10px #006A95; }

#boat-list-map .see-details-boat, #map-boats .see-details-boat {
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif;
  background-color: #006A95;
  color: #FFFFFF; }

#boat-list-map .img-not-found, #map-boats .img-not-found {
  font-size: 6rem; }

#boat-list-map .div-img-not-found, #map-boats .div-img-not-found {
  height: 220px; }

#boat-list-map .boat-model, #map-boats .boat-model {
  font-size: .8rem;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #006A95;
  font-weight: bold;
  text-align: center; }

#boat-list-map .boat-zone, #map-boats .boat-zone {
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif;
  color: #002A40;
  text-align: center; }

#boat-list-map .card-bottom .from_text, #map-boats .card-bottom .from_text {
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  color: #000; }

#boat-list-map .card-bottom hr, #map-boats .card-bottom hr {
  margin-top: .25rem;
  margin-bottom: .25rem; }

#boat-list-map .card-bottom .price, #map-boats .card-bottom .price {
  color: #002A40;
  font-size: .8rem; }

#boat-list-map .card-bottom .price-num, #map-boats .card-bottom .price-num {
  font-size: .6rem;
  font-family: 'Open Sans', sans-serif; }

#boat-list-map .card-bottom .price-currency, #map-boats .card-bottom .price-currency {
  font-size: .5rem;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

@media (max-width: 991px) {
  #boat-list-map-container {
    height: 80%; }
  #map-boats-modal #map-boats {
    height: 100%;
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0; }
  #div-show-list-map {
    z-index: 10;
    position: fixed;
    bottom: 25px;
    left: 0;
    width: calc(100% - 50px); }
  #map-boats-modal .modal-dialog {
    position: fixed;
    top: 0;
    left: 0; }
  #btn-close-modal-maps {
    top: 0px;
    right: 0px; }
  .modal-body {
    padding: 15px 20px 75px 15px; }
  img.card-img-top {
    height: 180px; } }

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 1rem;
  width: 100%; }

.slick-dots button {
  display: none; }

.slick-dots button:focus-within,
.slick-dots button:focus,
.slick-dots button:focus-visible {
  border: none; }

li[role="presentation"] {
  cursor: pointer !important; }

li[role="presentation"]::marker {
  color: #a1a1a1; }

.slick-active::marker {
  color: #006A95 !important; }
