.breadcrumbs {
  border-bottom: none;
  background: #333;
  color: white !important; }
  .breadcrumbs a {
    color: white !important; }

.marker-cluster {
  background-color: rgba(181, 226, 140, 0.6) !important; }
  .marker-cluster div {
    background-color: rgba(110, 204, 57, 0.6) !important; }

#map-float {
  position: absolute;
  display: inline-block !important;
  top: 112px;
  left: 311px;
  width: 240px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd;
  z-index: 1000; }
  #map-float.jhs {
    top: 418px; }
  #map-float h2 {
    color: white;
    background-color: #ff7f4c; }
  #map-float ul {
    height: 240px;
    overflow: auto; }

#map-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: white;
  z-index: 10;
  border-right: 1px solid #ddd;
  overflow: auto; }
  #map-left .link.logo {
    width: 100%;
    background: #333; }
    #map-left .link.logo > img {
      width: 50%;
      margin: 16px 25%; }
    #map-left .link.logo:hover {
      opacity: 0.8; }
  #map-left label {
    cursor: pointer; }
    #map-left label.item {
      font-weight: bold; }
  #map-left select, #map-left input {
    background-color: #eee;
    cursor: pointer; }
  #map-left input {
    height: 20px; }
  #map-left h2.item {
    background-color: #ff7f4c;
    color: white;
    font-weight: bold; }
  #map-left ul.items {
    overflow: auto;
    max-height: 160px; }

#map-right {
  position: absolute;
  top: 32px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  padding: 16px;
  z-index: 1000; }
  #map-right > .wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: auto;
    border: 1px solid #ddd; }
    #map-right > .wrapper > .detail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      z-index: 1003; }
      #map-right > .wrapper > .detail > img {
        border-bottom: 1px solid #ddd;
        background-color: white; }
      #map-right > .wrapper > .detail > div {
        float: left;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        padding: 0 16px; }
        #map-right > .wrapper > .detail > div span {
          display: inline-block;
          width: 66px;
          box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
          color: white;
          background-color: #ff7f4c;
          padding: 2px 0;
          text-align: center;
          margin-right: 8px; }
    #map-right > .wrapper > .item {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      padding: 16px;
      border-bottom: 1px solid #ddd;
      color: #333;
      cursor: pointer; }
      #map-right > .wrapper > .item:hover {
        background-color: #ffce92; }
      #map-right > .wrapper > .item:last-of-type {
        border-bottom: none; }
      #map-right > .wrapper > .item > img {
        position: relative;
        float: left;
        width: 94px;
        height: 94px;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
        z-index: 1002;
        background-color: white; }
      #map-right > .wrapper > .item > .outline {
        float: left;
        width: 225px;
        height: auto;
        padding-left: 8px; }
        #map-right > .wrapper > .item > .outline > div {
          float: left;
          width: 100%;
          height: auto;
          line-height: 20px;
          font-size: 16px; }
          #map-right > .wrapper > .item > .outline > div:nth-of-type(2) {
            margin-top: 28px; }
        #map-right > .wrapper > .item > .outline > .title {
          position: absolute;
          width: 100%;
          height: 40px;
          top: 0;
          left: 0;
          font-size: 18px;
          line-height: 40px;
          color: white;
          background-color: #ff7f4c;
          z-index: 1001;
          padding-left: 120px;
          border-bottom: 1px solid #ddd; }
      #map-right > .wrapper > .item > .content {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 8px; }
        #map-right > .wrapper > .item > .content > div {
          float: left;
          width: 50%;
          height: auto;
          line-height: 20px;
          padding-right: 4px;
          margin-top: 4px;
          font-size: 16px; }
          #map-right > .wrapper > .item > .content > div:first-of-type {
            margin-top: 0; }
          #map-right > .wrapper > .item > .content > div.fullwidth {
            width: 100%; }
          #map-right > .wrapper > .item > .content > div.rent {
            color: #e10004;
            font-weight: bold; }
          #map-right > .wrapper > .item > .content > div > span {
            display: inline-block;
            width: 66px;
            box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
            color: white;
            background-color: #ff7f4c;
            padding: 2px 0;
            text-align: center;
            margin-right: 8px; }

#map-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  right: 0;
  overflow: hidden; }
  #map-wrapper .leaflet-control-layers label {
    float: none;
    margin-bottom: 8px; }
    #map-wrapper .leaflet-control-layers label > div {
      margin-bottom: 8px; }
  #map-wrapper .leaflet-control-layers .leaflet-control-layers-base {
    padding: 8px 16px 0 8px; }

.icon {
  display: inline-block;
  float: none;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border-radius: 50%;
  border: 1px solid white;
  box-shadow: 0 0 0 2px black;
  background-color: #1FADD8;
  box-shadow: 0 0 0 2px #1FADD8; }
  .icon .count {
    text-align: center;
    color: white;
    font-weight: bold;
    width: 100%;
    line-height: 26px; }
  .icon.none {
    background-color: #ddd;
    box-shadow: 0 0 0 2px #ddd; }
  .icon.category2 {
    background-color: #008000;
    box-shadow: 0 0 0 2px #008000; }
  .icon.category3 {
    background-color: #0000cd;
    box-shadow: 0 0 0 2px #0000cd; }

.sk-cube-grid {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  z-index: 1000; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube.loading {
    background-color: white; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.marker-cluster span {
  font-weight: bold; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/*# sourceMappingURL=d--searches--map.css.map */
