body {
  font-family: Roboto,verdana,calibri,arial;
  margin: 0 auto;
  max-width: 1024px;
}

.material-icons {
  display: inline-flex;
  vertical-align: top;
}

.myanchor {
  border-bottom: dotted 1px;
  text-decoration: none;
}

p {
  margin-left: 20px;
}

label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type='radio'], input[type='checkbox'] {
  accent-color: DimGrey;
}

.custom-marker {
  position: relative;
  text-align: center;
}

.marker-pin {
  width: 30px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.marker-text {
  position: absolute;
  width: 30px;
  top: 8px;
  left: 0;
  text-align: center;
  color: white;
}

.mypanel {
  border-color: lightgray !important;
  background-color: #F8F8F8;
}

.hover:hover {
  opacity: 0.7;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

  .slider:hover {
    opacity: 1;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E21D3D;
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    background: #E21D3D;
    cursor: pointer;
  }

.fa {
  padding: 12px;
  font-size: 28px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: white;
}

  .fa:hover {
    opacity: 0.7;
  }

.fa-facebook {
  background: #1877F2;
}

.fa-instagram {
  background: #E4405F;
}

.fa-youtube-play {
  color: white;
  background: #D40C0B;
}
