html, body, #map {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: 'Signika', sans-serif;
  font-weight: 300;
}
body {
  padding-top: 50px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.table {
  margin-bottom: 0px;
}
.navbar {
  background-color: #1fbc70;
  border: 0;
  border-bottom: 4px solid #02726c;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: white;
}
.navbar-collapse.in {
  overflow-y: hidden;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.leaflet-popup-content {
  margin: 10px 15px;
}
.leaflet-popup-content-wrapper {
  border-radius: 5px;
}
.leaflet-sidebar {
  z-index: 1020;
}
.leaflet-sidebar .close {
  font-size: 30px;
  right: 0px;
  top: 11px;
  background: transparent;
}

.about-link a {
  margin-right: 10px !important;
  color: #d0ecdb;}

.header-tagline {
  color: white;
  padding: 19px 0px 0px 0px;}

/*sidebar styles*/
div#sidebar.leaflet-control {
  padding: 10px 30px 10px 10px;
}

#sidebar li {
  list-style: none;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#sidebar ul {
  margin-left: -35px;
}

#sidebar .phone {
  color: #666;
}

#sidebar img {
  width: 125%;
  margin-top: 5px;
}

#sidebar .address, .map-popup .address {
  color: #999595;
  font-size: 12px;
}

#aboutModal img {
  width: 100px;
}

#aboutModal ul {
  text-align: center;
  margin-left: -41px;
}

#aboutModal li {
  list-style: none;
  display: inline;
  padding: 10px 20px;
}

.map-popup {margin: 0px;}

.search-icon {font-size: 20px;}

.website-title {padding: 15px 15px 0px 0px}

/*MEDIA QUERIES*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

  /*sidebar styles*/
  div#sidebar.leaflet-control {
    padding: 10px 30px 10px 10px;
  }

  #sidebar li {
    list-style: none;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  #sidebar ul {
    margin-left: -35px;
  }

  #sidebar .phone {
    color: #666;
  }

  #sidebar img {
    width: 50px;
    margin-top: 5px;
  }

  #sidebar .address, .map-popup .address {
    color: #999595;
    font-size: 12px;
  }

  #sidebar .col-md-3 {
    position: relative;
    float: left;
    width: 20%;
  }

  #sidebar .col-md-9 {
    position: relative;
    float: left;
    width: 80%;
  }

  .website-title {
    padding-left: 23%;
  }

}

.search-icon{
  transition:-webkit-transform 200ms ease-out;
}

.flipped .search-icon{
  -webkit-transform: rotateY(180deg);
}


@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}
