body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    margin: 0;
}


/* Load images once through so no flicker */
#load-images {
  animation-name: loadImages;
  animation-duration: 1s;
}

@-webkit-keyframes loadImages {
  0%, 18% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image-friends-desktop.png?alt=media&token=1ab7f515-d825-4409-9951-5a28e2bf01ec');
  }
  20%, 38% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image2.png?alt=media&token=e8d80a2a-d9d3-456b-82c7-88f69f456c71');
  }
  40%, 58% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image3_2.png?alt=media&token=5421f8ba-70b1-4c45-a000-9d3a2436bba4');
  }
  60%, 78% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image4.png?alt=media&token=c1c545dc-0899-4aa9-a739-1d331a98825b');
  }
  80%, 98% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image5.png?alt=media&token=e971ec56-5deb-48d6-9f52-d19572ff8767');
  }
}

/* Landing page image show */
#landing-page {
  background-image:url("https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image-friends-desktop.png?alt=media&token=1ab7f515-d825-4409-9951-5a28e2bf01ec");
  height: 100vh;
  color: white;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 3rem;

  animation-name: landingImage;
  animation-duration: 40s;
  animation-delay: 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 767px) {
  #landing-page {
    background-image:url("https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image-friends-mobile2.png?alt=media&token=7304492b-790f-431e-b66c-9e5293077a4e");
    height: 35vh;
    margin-bottom: 1rem;
    animation-name: noAnimation;
  }
}

@media only screen and (max-width: 376px) {
  #landing-page {
    background-image:url("https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image-friends-mobile2.png?alt=media&token=7304492b-790f-431e-b66c-9e5293077a4e");
    height: 38vh;
    margin-bottom: 1rem;
    animation-name: noAnimation;
  }
}

@-webkit-keyframes landingImage {
  0%, 15% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image-friends-desktop.png?alt=media&token=1ab7f515-d825-4409-9951-5a28e2bf01ec');
  }
  20%, 35% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image2.png?alt=media&token=e8d80a2a-d9d3-456b-82c7-88f69f456c71');
  }
  40%, 55% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image3_2.png?alt=media&token=5421f8ba-70b1-4c45-a000-9d3a2436bba4');
  }
  60%, 75% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image4.png?alt=media&token=c1c545dc-0899-4aa9-a739-1d331a98825b');
  }
  80%, 95% {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/surf-trip-list.appspot.com/o/cover-images%2Flanding-image5.png?alt=media&token=e971ec56-5deb-48d6-9f52-d19572ff8767');
  }

  /* MINIMIZE IMAGE SIZES AND MOVE ON! YOU DID GREAT! */
  /* 19% {
    background-position-y: bottom;
  }
  19% {
    background-position: center;
  }
  39% {
    background-position-y: bottom;
  }
  60% {
    background-position-y: bottom;
  }
  80% {
    background-position-y: bottom;
  }
  100% {
    background-position-y: bottom;
  } */
}


.landing-nav {
  color: white;
  position: absolute;
  top: 0;
}

/* NAV */
#top-logo {
  width:32px;
  height:32px;
  /* width:46px;
  height:46px; */
  vertical-align:middle;
}

@media only screen and (max-width: 600px) {
  #top-logo {
    width:36px;
    height:36px;
  }
}

#top-nav {
  font-size: 12px;
  font-weight: bold;
}

#mobile-menu-arrow {
 font-size: 14px;
 color: grey;
}

.dropdown-item {
  font-size: 12px;
  color: black;
}

#statement {
  font-size: 14px;
  font-weight: bold;
  color: #D9524E;
}

#breadcrumb {
  text-transform: capitalize;
}

.dropdown-item {
  list-style-type: none;
  padding: 0px;
}

#landing-cta {
  width: 60%;
}

.search {
  border-left: 0px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.search:focus {
  border-color: lightgrey;
}

.input-group-text {
  color: black;
  background-color: white;
  border-right: 0px;
}

.landing-page-input-group {
  box-shadow: 5px 5px 50px 5px darkgrey;
}

.landing-page-cta-background {
  position: absolute;
  height: 345px;
  width: 345px;
  border-radius: 5px;
  left: 17%;
  top: 17%;
  box-shadow: 3px 3px 50px 3px darkgrey;
}

@media only screen and (min-width: 1700px) {
  .landing-page-cta-background {
    height: 435px;
    width: 435px;
  }
}

.scroll-indicator {
  position: absolute;
  top: 91.75%;
  font-size: 36px;
}

.scroll-indicator-dark {
  position: absolute;
  top: 92%;
  font-size: 36px;
}

.cta-button-group {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .cta-button-group {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.cta-question {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .cta-question {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.cta-search-button-wrapper {
  position: absolute;
  bottom: 1rem;
  right: .2rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .cta-search-button-wrapper {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 2.25rem;
  }
}

.cta-search-button {
  border-radius: 3px !important;
  font-size: 12px !important;
}

@media only screen and (max-width: 767px) {
  .cta-search-button {
    border-radius: 3px !important;
    font-size: 14px !important;
    width: 100%;
    padding: .75rem;
  }
}

.cta-skill-marker {
  height: 24px;
  width: 24px;
}

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

.btn.btn-outline-primary:hover {
  background-color: #fff !important;
  outline: none;
  box-shadow: none;
}

.btn.btn-outline-primary.active,
.btn.btn-outline-primary:active {
  color: #fff;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
  outline: none;
}

.btn.btn-outline-primary.active.focus,
.btn.btn-outline-primary.active:focus,
.btn.btn-outline-primary.active:hover,
.btn.btn-outline-primary:active.focus,
.btn.btn-outline-primary:active:focus,
.btn.btn-outline-primary:active:hover {
  color: #fff;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
  outline: none;
  box-shadow: none;
}

.tagline-mobile {
  position: absolute;
  top: 26%;
}

/* Landing Page Search Bar -- Display of City Name  */
.landing-page-search::-webkit-input-placeholder {
 font-size: 14px !important;
 color: #696969;
 font-weight: bold;
}

.landing-page-search:-moz-placeholder { /* Firefox 18- */
  font-size: 14px !important;
  color: #696969;
  font-weight: bold;
}

.landing-page-search::-moz-placeholder {  /* Firefox 19+ */
  font-size: 14px !important;
  color: #696969;
  font-weight: bold;
}

/* Homepage Search Bar */
::-webkit-input-placeholder {
 font-size: 14!important;
 font-weight: bold;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 14!important;
  font-weight: bold;
}

::-moz-placeholder {  /* Firefox 19+ */
  font-size: 14!important;
  font-weight: bold;
}


/* City Page Search Bar -- Display of City Name  */
.city-page-search::-webkit-input-placeholder {
 font-size: 14px;
 color: black;
 font-weight: bold;
 text-transform: capitalize;
}

.city-page-search:-moz-placeholder { /* Firefox 18- */
  font-size: 14px !important;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}

.city-page-search::-moz-placeholder {  /* Firefox 19+ */
  font-size: 14px !important;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}

/* Hide placeholder text when search bar is clicked */
input:focus::-webkit-input-placeholder {
  color:transparent;
}

input:focus:-moz-placeholder {
  color:transparent;
} /* FF 4-18 */

input:focus::-moz-placeholder {
  color:transparent;
} /* FF 19+ */

input:focus:-ms-input-placeholder {
  color:transparent;
} /* IE 10+ */

.city-page-search:focus::-webkit-input-placeholder {
  color:transparent;
}

.city-page-search:focus:-moz-placeholder {
  color:transparent;
} /* FF 4-18 */

.city-page-search:focus::-moz-placeholder {
  color:transparent;
} /* FF 19+ */

.city-page-search:focus:-ms-input-placeholder {
  color:transparent;
} /* IE 10+ */

/* MAP */
#map {
  width:auto;
  /* Adjusts the height of the mobile map to full height of screen */
  height: -o-calc(100vh - 100px); /* opera */
  height: -webkit-calc(100vh - 100px); /* google, safari */
  height: -moz-calc(100vh - 100px); /* firefox */
}

@media only screen and (max-width: 600px) {
  #map {
    width:100%;
    /* Adjusts the height of the mobile map to full height of screen */
    height: -o-calc(100% - 100px); /* opera */
    height: -webkit-calc(100% - 100px); /* google, safari */
    height: -moz-calc(100% - 100px); /* firefox */
  }
}

#surf-spot-map {
  height:300px;
  width: 100%;
}

#iwPhoto {
  width:225px;
  height:150px
}

.iwSkillIcon {
  height:22px;
  width:22px;
}

.map-key-dropdown {
  z-index: 6;
  font-size: 11px;
  font-weight: bold;
  margin-left: .1rem;
}

#floating-key {
  position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 5;
  background-color: #fff;
  padding: 2px;
  padding-bottom: 0px;
  padding-top: 5px;
  text-align: left;
  line-height: 1px;
  font-size: 12px;
  font-weight: bold;
  color: #708090;
  border-radius: 2px;
}

@media only screen and (max-width: 600px) {
  #floating-key {
    bottom: 5px;
    left: 15px;
  }
}

.marker-key {
  height: 20px;
  width: 20px;
  margin-top: .25rem;
}

#floating-search-toggle {
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  text-align: left;
  line-height: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #708090;
  border-radius: 2px;
  height: 20px;
  width: auto;
}



#floating-marker-buttons {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 5;
  text-align: left;
  line-height: 5px;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  width: auto;
}

#map-wrapper {
  position: relative;
  padding-left: .5rem;
}

@media only screen and (max-width: 600px) {
 #map-wrapper{
   margin: 0px;
   padding: 0px;
 }
}

@media only screen and (max-width: 600px) {
  #floating-marker-buttons {
    top: 10px;
    left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  #floating-search-toggle {
    top: 45px;
    left: 15px;
  }
}

.city-card {
  height: 225px !important;
  border: none !important;
}

.destination-card {
  height: 225px !important;
  border: none !important;
  margin-bottom: 80px;
}


/* SPOT CARD DESKTOP */
.spot-card {
  height: 250px !important;
  width: auto;
  border: none !important;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: white;
}

.card-img {
  height: 100% !important;
  width: auto !important;
  object-fit: cover;
}

.card-hover-overlay {
  display: none;
  height: 100%;
}

.mobile-hover-overlay {
  display: none;
  height: 100%;
}

p.card-hover-overlay {
  font-size: 14px;
}

#spot-cards {
  width: auto;
  /* Adjusts the height of the mobile map to full height of screen */
  height: -o-calc(100vh - 130px); /* opera */
  height: -webkit-calc(100vh - 130px); /* google, safari */
  height: -moz-calc(100vh - 130px); /* firefox */
  overflow-y: scroll;
}

/* On screens bigger than mobile */
@media only screen and (min-width: 600px) {
  #spot-cards {
    padding-right: .5rem;
  }
}

/* On screens bigger than mobile */
@media only screen and (min-width: 600px) {
  #city-page-wrapper {
    padding-right: 0px;
  }

  #city-page-nav {
    padding-right: .75rem;
  }
}

@media only screen and (max-width: 600px) {
  #city-page-nav {
    position: sticky;
  }
}

.details-where-to-stay {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 10;
}

.details-bookings {
  overflow: auto;
  height: 61vh;
}

.normal-marker-size {
  width: 30px;
  height: 30px;
}

/* Bottom left text over cards */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text over cards */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text over cards */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text over cards */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text over cards */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
  font-weight:700;
}


.surf-spot-card-title {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
  font-weight:700;
  margin: 0px !important;
  white-space: nowrap;
  text-transform: capitalize;
}


.card-title2 {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0px;
}

.card-subtitle2 {
  font-size: 15px;
}

.card-text2 {
  font-size: 13px;
  font-weight: bold;
}

.accomm-card-text {
  font-size: 14px;
  font-weight: bold;
}

.card {
  height: 250px !important;
  width: auto;
  margin-bottom: 1rem;
  cursor: pointer;
}

.card-custom-image {
  height: 200px !important;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.modal-custom-image {
  height: 500px !important;
  width: 100%;
  object-fit: cover;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modal-custom-image {
    height: 325px !important;
    width: 100%;
    object-fit: cover;
    position: relative;
  }
}

.photo-card {
  height: 165px !important;
  width: auto;
  margin-bottom: 177px;
}

@media only screen and (max-width: 600px) {
  .photo-card {
    margin-bottom: 185px;
  }
}

.accomm-card-custom-image {
  height: 200px !important;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.accomm-photo-card {
  height: 165px !important;
  width: auto;
  margin-bottom: 155px;
  display: block;
}

@media only screen and (max-width: 600px) {
  .accomm-photo-card {
    margin-bottom: 158px;
  }
}

.nearby-card {
  height: 75px !important;
  width: auto;
  margin-bottom: 75px;
}

.accomm-photo-modal {
  height: 165px !important;
  width: auto;
  margin-bottom: 130px;
  display: block;
}

.lesson-photo-modal {
  height: 165px !important;
  width: auto;
  margin-bottom: 350px;
  display: block;
}

.accomm-infowindow-photo {
  cursor: pointer;
}

.surf-spot-infowindow-photo {
  /* height: 175px; */
  width: auto;
  cursor: pointer;
}

.surf-spot-iw-description {
  margin-right: .25rem;
}

/* Hide the infowwindow close icon */
.gm-style-iw + div {
  display: none;
}

/* Infowindow image is full width. Learned from here: http://en.marnoto.com/2014/09/5-formas-de-personalizar-infowindow.html */
.gm-style-iw {
  width: 220px !important;
  top: 30px !important; /* move the infowindow 30px down */
  left: 30px !important;
  background-color: #fff;
  border: none;
  border-radius: 2px 2px 0 0;
}

.surfSpotInfoWindow {
  height:260px;
  width:220px;
}

.lessonInfoWindow {
  height:255px;
  width:220px;
}

.accommInfoWindow {
  height:255px;
  width:220px;
}

.lesson-modal-body {
  overflow-y:scroll;
}

.review-attribution {
  font-size: 10px;
  color: grey;
  margin-top: .25rem;
}

.showcase-badge {
  font-size: 16px;
  border-radius: 0px;
}

.small-card-preheader-text {
  font-size: 8px !important;
  text-transform: uppercase;
}

.card-preheader-text {
  font-size: 10px;
  text-transform: uppercase;
}

.large-card-preheader-text {
  font-size: 11px;
  text-transform: uppercase;
}

.destination-badge {
  font-size: 10px !important;
}

.infowindow-preheader-text {
  font-size: 10px;
  text-transform: uppercase;
}

.card-title-text {
  margin-bottom: .25rem;
  text-transform: capitalize;
}

.mobile-details-accomm-card-title-text {
  font-size: 12px !important;
}

.card-badge {
  font-size: 9px;
  border-radius: 0px;
}

.nearby-card-badge {
  font-size: 7px;
  border-radius: 0px;
}

.modal-badge {
  font-size: 11px;
  border-radius: 0px;
}

.badge-light-blue {
  background-color: #87ceeb;
}

.badge-dark-blue {
  background-color: #4682b4;
}

.badge-purple {
  background-color: #9370db;
}

.bg-red {
  background-color: #C33325;
}

.bg-slate {
  background-color: #105187;
}

.bg-teal {
  background-color: #2C8693;
}

.bg-orange {
  background-color: #F19722;
}

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

.bg-white {
  background-color: #FFF;
}

.highlights-container {
  border-radius: 4px;
}

.card-note  {
  font-size: 11.5px;
  color: grey;
  margin-bottom: 0px;
}

.iw-note  {
  font-size: 10.5px;
  color: grey;
  margin-bottom: 0px;
}

.modal-note {
  font-size: 11.5px;
  color: grey;
  margin-bottom: 0px;
}

.accomm-card-price {
  font-size: 12px;
  color: grey;
  margin-bottom: 0px;
}

.accomm-modal-badge {
  width: max-content;
}

.list-unstyled {
  list-style-type: none;
  height: 30px;
}

.carousel-control-prev {
 opacity: 1 !important;
}

.carousel-control-next {
 opacity: 1 !important;
}

@media only screen and (min-width: 600px) {
  .modal-carousel-control-prev {
    font-size: 40px !important;
  }

  .modal-carousel-control-next {
    font-size: 40px !important;
  }
}

.carousel-control-next-card {
  margin-bottom: 25px;
  margin-top: 40px;
}

.card-photo-credit {
  font-size: 9px;
  color: white;
  z-index: 10;
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: right;
}

.modal-photo-credit {
  color: white;
  z-index: 10;
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: right;
}

.modal-photo-credit p {
  font-size: 10px !important;
}

.bg-black {
  z-index: 10;
  background-color: black;
}

.cover-photo-credit {
  color: white;
  font-weight: bold;
  z-index: 10;
  position: absolute;
  bottom: -10px;
  right: 10px;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .cover-photo-credit {
    bottom: -13px;
  }
}

.cover-photo-credit p {
  font-size: 10px !important;
}

.iw-photo-credit {
  font-size: 8px;
  color: white;
  z-index: 10;
  position: absolute;
  bottom: -10px !important;
  right: 5px;
  text-align: right;
}

.iw-details-indicator {
  font-size: 20px;
  color: white;
  z-index: 10;
  position: absolute;
  top: 10px !important;
  right: 10px;
}

.dark-green-bg {
  background-color: #4FD600;
}

.green-bg {
  background-color: #90EE90;
}

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

.red-bg {
  background-color: #EC5D57;
}

.surf-spot-cover-image {
  width: 100vw;
  height: 55vh;
  object-fit: cover;
}

.surf-spot-cover-image-wrapper {
  position: relative;
  width: 100vw;
  height: 55vh;
}

@media only screen and (max-width: 600px) {
  .surf-spot-cover-image {
    width: 100vw;
    height: 35vh;
    object-fit: cover;
  }

  .surf-spot-cover-image-wrapper {
    position: relative;
    width: 100vw;
    height: 35vh;
  }
}

.surf-spot-modal-button {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
}

@media only screen and (max-width: 600px) {
  .surf-spot-modal-button {
    position: absolute;
    bottom: 20px;
    left: 265px;
    z-index: 2;
  }
}

@media only screen and (max-width: 600px) {
  .align-button-with-s-attribution {
    left: 240px !important;
    margin-bottom: 1rem;
  }
}

.surf-spot-share-button {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
}

.card-pretitle {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.star {
  color: #daa520;
}

.card-subtitle {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
  font-weight:600;
  text-transform: capitalize;
}

.surf-spot-card-subtitle {
  position: absolute;
  top: 46%;
  left: 47%;
  transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
  font-weight:600;
  text-transform: capitalize;
}

/* buttom centered text over cards */
.bottom-centered {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight:700;
}

/* buttom left text over cards */
.bottom-left {
  position: absolute;
  bottom: 10%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight:700;
}

/* buttom left text over cards */
.bottom-right {
  position: absolute;
  bottom: 10%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight:700;
}

/* Mobile bottom centered text over cards */
.mobile-bottom-centered {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  text-align: center;
  font-weight:700;
}

.tinted {
  filter: brightness(70%);
}

.illuminate img {
  filter: brightness(110%);
}

.illuminate-hover:hover img {
  filter: brightness(110%);
}

.carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 8px;
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators-iw li {
  width: 5px !important;
  height: 5px !important;
  border-radius: 100%;
  left: 0px;
  margin-right: 6px;
}

.carousel-control-next-iw {
  left: 180px !important;
  margin-top: 40px;
  margin-bottom: 40px !important;
}

/* Controls carousel slide transition speed */
.carousel-inner .carousel-item {
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}

.carousel-inner-modal .carousel-item-modal {
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}

#surfSpotCarouselIndicators {
  overflow: hidden;
}

.bright-hover:hover img {
  filter: brightness(90%);
}

.tinted-spot-cards {
  filter: brightness(55%);
}

.bright-hover-spot-cards:hover img {
  filter: brightness(70%);
}



/* FOOTER */
#footer {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  font-size: 12px;
  color: grey;
  margin-bottom: 2rem;
}


/* MODALS */
.modal-title {
  text-transform: uppercase;
  font-weight: bold;
}

.modal-header p {
  font-size: 12px;
  font-weight: 500;
}

.modal-body p {
  font-size: 14px;
}

.modal-footer {
  justify-content: left !important;
}

/* CUSTOM CSS */

.no-button-shadow:focus {
  box-shadow: none;
}

.xs-btn {
  height:26px;
  font-size:11px !important;
}

.toggle-button {
  border-radius: 2px;
  border: none;
  color: white;
  font-weight: bold;
  height:26px;
  font-size:11px;
  padding-top: 2px;
  box-shadow: none;
}

/* Hides blue shadow around button after click */
.toggle-button:active,
.toggle-button:focus,
.toggle-button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cards-showing {
  background-color: #d9534f;
}

.markers-showing {
  background-color: #d9534f;
}

.cards-hidden {
  background-color: #A9A9A9 !important;
  border-color: #A9A9A9 !important;
  cursor: pointer;
}

.markers-hidden {
  background-color: #A9A9A9 !important;
  border-color: #A9A9A9 !important;
  cursor: pointer;
}

.capitalize {
  text-transform:capitalize;
}

.white-link {
  color: white !important;
  text-decoration: none !important;
}

.white-link:hover {
  color: white !important;
  text-decoration: none !important;
}

.white-text {
  color: white;
}

.border {
  border: solid 2px;
}

.hide {
  display: none;
}

.inherit-link {
  color: inherit;
  text-decoration: none !important;
}

.inherit-link:hover {
  color: inherit;
  text-decoration: none !important;
}

.cursor {
  cursor: pointer;
}

/* SURF SPOT FORM */
#map-surf-spot-form {
  height: 350px;
  width: auto;
}

.fa-chevron-right {
  font-size: 1.5rem;
}

.fa-chevron-left {
  font-size: 1.5rem;
}


/* Toggle Switches */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  /* width: 60px;
  height: 34px; */
  width: 45px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  display:none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  /* height: 26px;
  width: 26px; */
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #EC5D57;
}

input:focus + .slider {
  box-shadow: 0 0 1px #EC5D57;
}

input:checked + .slider:before {
  /* -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); */
  -webkit-transform: translateX(17.5px);
  -ms-transform: translateX(17.5px);
  transform: translateX(17.5px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dropdown-toggle::after {
    display:none;
}

.map-dropdown-text {
  font-size: 11px;
}

.dropdown-menu {
  width: 200px !important;
  height: auto !important;
}

.key-dropdown-menu {
  width: 160px !important;
  height: auto !important;
}


#map-menu {
  margin-left: .25rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 600px) {
  #map-menu {
    margin-left: 1rem;
    margin-bottom: .5rem;
    justify-content: center;
  }
}

/* Changes size of google maps zoomControl */
.gmnoprint, .gm-fullscreen-control {
  zoom: 0.75;
  .gmnoprint {
    zoom: 1;
  }
}

/* Dont display loading button on desktop */
@media only screen and (min-width: 600px) {
  .floating-map-notification-button {
    display: none !important;
  }

  .map-notification-button {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .floating-map-notification-button {
    position: absolute;
    bottom: 2%;
    width: 100vw;
    display: none;
  }

  .map-notification-button {
    position: relative;
    left: 33%;
    z-index: 7;
    line-height: 5px;
    font-size: 12px;
  }
}

.subtext {
  font-size: 10px;
}

.dark-grey {
  color: #484848;
}

.nearby-surf-spots-wrapper {
  height: 300px;
  overflow: scroll;
}

.nearby-card-custom-image {
  height: 200px !important;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.accomm-overflow-x-container {
  height: 275px;
  overflow-x: scroll;
  white-space: nowrap !important;
}

.accomm-mobile-card-wrapper {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.ex1 {
  height: 300px;
  overflow-x: scroll;
  white-space: nowrap !important;
}

.ex1Child {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.destination-region {
  font-size: 12px;
}
