html {
  height: 100%; }

body {
  background: #000;
  color: #2b2b2b;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  min-width: 300px; }

.container {
  width: 98%;
  margin: auto;
  height: auto; }

header {
  color: #fff;
  padding: 10px 0; }
  header h1 {
    margin: 0;
  }
  header h1 a {
    color: #fff;
    text-decoration: none;
  }
  header .site-title {
    font-weight: 700;
    font-size: 18px;
    margin-left: 5px; }

main {
  display: flex;
  flex-flow: column; }

/* FOOTER*/
footer {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  color: #fff; }
  footer p {
    margin: 0;
    padding: 0;
    font-size: 12px; }

#tagline {
  font-style: italic; }

.copyright {
  font-size: 12px; }
  .copyright a {
    color: #fff;
    text-decoration: none; }

@media all and (min-width: 640px) {
  main {
    flex-flow: row; }
    main #controls {
      width: 260px; }
    main #wrapper {
      flex: 1 1 auto; } }

/* MAIN CONTENT - MAP */
#wrapper {
  height: 100%;
  position: relative;
  z-index: 0; }

#content {
  background-color: #fff; }

#map_canvas {
  border: none;
  margin: 0 auto;
  background-color: #000;
  height: 100%;
  z-index: 2;
  min-height: 92vh; }

/*  POP UP */
.info {
  position: relative;
  bottom: 10px; }
  .info h3 {
    margin-bottom: 0px;
    font-size: 18px;
    color: #24890d;
    font-weight: bold;
    text-align: left;
    max-width: 400px; }
  .info h4 {
    font-weight: bold;
    color: #000; }

.sale {
  margin: 0;
  font-weight: bold;
  font-size: 18px; }

.smalltext {
  font-size: 11px; }

.PINtext {
  font-size: 10px;
  font-style: italic;
  color: #2b2b2b;
  text-align: right;
  margin: 0; }

.message {
  text-align: right;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-size: 11px; }

.linebreak {
  border: 1px solid #24890d; }

textarea.wpcf7-form-control {
  width: 80%; }

#controls {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 0px 10px;
}

#controls h2 {
  margin: 5px 0;
  font-weight: normal;
  font-size: 18px;
}
#controls h3 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
#controls h4 {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  width: auto;
  color: #2b2b2b;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
#controls .toggle h4 {
  display: inline;
}

#legend p {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 10px 0;
}


.radio-toggle {
  font-family: "Lato", sans-serif;
  padding: 10px;
  overflow: hidden;
  width: 220px;
  margin: 0 auto; }
  .radio-toggle input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
  .radio-toggle label {
    float: left;
    display: inline-block;
    width: 80px;
    background: #dedede;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .radio-toggle label:hover {
      cursor: pointer; }
  .radio-toggle input:checked + label {
    background-color: #24890d;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }

.selection {
  margin-bottom: 10px; }

.dropdown {
  width: 100%;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  border: thin solid #2b2b2b;
  padding: 10px 0;
  line-height: 2; }
  .dropdown:focus {
    outline-color: #41a62a; }

option {
  padding: 5px 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  float: right; }

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

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

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

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

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

.slider.round {
  border-radius: 24px; }

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

.reset_bt {
  text-align: center; }
  .reset_bt input {
    padding: 10px 15px;
    font-size: 10px;
    text-transform: uppercase;
    color: #454545;
    border: thin solid #ababab;
    background-color: #fff; }
    .reset_bt input:hover {
      cursor: pointer; }
    .reset_bt input:focus {
      outline-color: #41a62a; }

@media all and (min-width: 640px) {
  main input.collapse {
    display: none;
    visibility: hidden; }
  main label.collapse {
    display: none;
    visibility: hidden; } }
@media all and (max-width: 639px) {
  .toggle-visibility {
    display: none; }

  main input.collapse {
    display: none;
    visibility: hidden; }
  main label.collapse {
    display: block;
    padding: 0.3em;
    font-weight: normal;
    font-size: 18px;
    color: #2b2b2b; }
    main label.collapse:hover {
      color: #000; }
  main label.collapse::before {
    font-size: 20px;
    content: "+";
    vertical-align: baseline;
    display: inline-block;
    width: 20px;
    height: 20px; }

  #collapse {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    color: #000; }

  #toggle:checked ~ #collapse {
    height: auto; }

  #toggle:checked ~ label::before {
    content: "-"; } }

/*# sourceMappingURL=style.css.map */
