#sl_app{
  font-family: 'Museo'!important;
  height:500px;
}

#sl_app h1 {
  font-size: 2em;
  margin: 0;
  font-weight: 400;

}

#sl_app a {
  /*color:#404040;*/
  color: darkorange;
  text-decoration: none;
}

#sl_app a:hover {
  color: #101010;
}

#sl_app .sidebar {
  position: absolute;
  width: 33.3333%;
  min-width: 200px;
  max-width: 400px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 10px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

#sl_app .pad2 {
  padding: 20px;
}

#sl_app .quiet {
  color: #FFF;
  padding: 0.5em 1em;
  display: inline-block;
  font-family: 'Open Sans';
  font-style: normal;
  line-height: normal;
  opacity:1;
}

#sl_app .quiet a[href^="mailto"], #sl_app #directions a {
  background:darkorange;
  color:#FFF;
  display: inline-block;
  font-size:14px;
    border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}

#sl_app .quiet a:hover{
  font-size:16px;
}

#sl_app .quiet a:before{
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 0.5em;
}

#directions a:before{
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 0.5em;
}


#sl_app .map {
  position: absolute;
  left: 33.3333%;
  /*width: 66.6666%;*/
  top: 0;
  bottom: 0;
}

#sl_app .heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: auto;
  /*      line-height:60px;*/
  padding: 10px;
}

#sl_app #listingDiv {
  overflow: auto;
  float: left;
  width: 100%;
}

#sl_app .listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

#sl_app .listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}

#sl_app .listings .item:last-child {
  border-bottom: none;
}

#sl_app .listings .item .title {
  display: block;
  /*      color:#00853e;*/
  color: #000;
  font-weight: 700;
}

#sl_app .listings .item .title small {
  font-weight: 400;
}

#sl_app .listings .item.active .title,
#sl_app .listings .item .title:hover {
  color: darkorange;
}
/*#8cc63f*/

#sl_app .listings .item.active {
  background-color: #f8f8f8;
}

#sl_app #storeinfo {
  padding: 10px 10px 20px 10px;
  display: none;
  box-shadow: 0 0 3px 3px rgb(0 0 0 / 35%);
  color:#FFF;
  background:darkorange;
  position: absolute;
  bottom: 0;
  width:100%;
}

#sl_app .item div {
  font-family: "Arial", "Helvetica neue", sans-serif;
  font-size: 14px;
  margin-top: 5px;
}


#sl_app ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

#sl_app ::-webkit-scrollbar-track {
  background: none;
}

#sl_app ::-webkit-scrollbar-thumb {
  background: darkorange;
  border-radius: 0;
}

#sl_app .clearfix {
  display: block;
}

#sl_app .clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#sl_app .leaflet-container .leaflet-marker-icon {
  cursor: pointer;
}

#sl_app #searchbox {
  width: 100%;
  height: 36px;
}

#sl_app #searchIcon{
  display:none;
}

#sl_app #search-input {
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
  box-shadow: 0 1px lightgray;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 5px;
  outline: none;
}

#sl_app #closeButton {
  float: right;
  cursor: pointer;
}

#sl_app #closeButton:hover,
#sl_app :focus {
  color: darkorange;
  cursor: pointer;
  /*padding: 5px;*/
}

#sl_app #searchIcon:hover,
#sl_app :focus {
  color: orange;
  cursor: pointer;
}

#sl_app #infoClose {
  float: right;
  cursor: pointer;
}

#sl_app #searchIcon {
  float: right;
  font-size: 26px;
  margin-top: 1px;
}

@media screen and (min-width:601px) and (max-width: 1199px) {
  #sl_app .map {
    width: 66.6666%;
  }
}

@media screen and (max-width:600px) {
  #sl_app .map {
    margin-left: 200px;
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  #sl_app .map {
    left: 400px;
    right: 0;
  }
}

@media screen and (max-width:968px) {
  #sl_app h1 {
    font-size: 1.2em;
  }
  #sl_app #searchIcon {
    font-size: 16px;
  }
}