/* #page-header it just included for the examples */
.bh-sl-loc-list ul > li {
  position: relative;
}
span.view_loc {
  position: absolute;
  right: 0;
}
#page-header {
  float: left;
  display: block;
}
div#red_error {
  display: none;
  background: red;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  text-transform: inherit;
  font-weight: 700;
  text-shadow: 0 0 2px green;
  margin: 0 0 10px;
  line-height: 26px;
}
/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: "proxima-nova",sans-serif;
}
.bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ae2118;
  font-weight: bold;
}
.bh-sl-container {
  float: left;
  width: 100%;
  font: normal 16px/20px "proxima-nova",sans-serif;
  color: #333333;
  padding-bottom: 50px;
}
.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: left;
  margin-top: 15px;
  width: 100%;
  min-height: 110px;
}
.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
  width: 100%;
}
.bh-sl-container .form-input label {
  font-weight: bold;
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
  margin: -15px 0px 0 0;
  padding: 6px 12px;
  line-height: 16px;
  border: 1px solid #7f7f7f;
  font: normal 18px/24px "proxima-nova",sans-serif;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 720px;
  height: 60px;
}
.bh-sl-container button {
  /* float: left; */
  cursor: pointer;
  margin-top: 3px;
  padding: 6px 12px;
  background: #ae2118;
  border: 1px solid #961f17;
  font: normal 14px/18px "proxima-nova",sans-serif;
  color: #ffffff;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader.gif) no-repeat;
}
.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 100px 0 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin: 2px 8px 2px 0;
}
.bh-sl-container .bh-sl-map-container {
  clear: left;
  float: left;
  margin-top: 40px;
  height: auto;
  width: 100%;
}
.bh-sl-container .bh-sl-map-container a {
  text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
  text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
  float: left;
  width: 45%;
  height: auto;
  overflow-x: auto;
  padding-right: 2%;
  max-height: 600px;
  overflow: auto;
  margin-right: 3%;
}
.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
  display: block;
  clear: left;
  float: left;
  margin: 0;
  cursor: pointer;
  width: 92%;
  border-bottom: 2px dotted #7f7f7f;/* Adding this to prevent moving li elements when adding the list-focus class*/
  /* padding-bottom: 32px; */
  margin-bottom: 10px;
  padding: 10px 10px;
}
.bh-sl-container .bh-sl-loc-list .list-label {
  float: left;
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 10%;
  max-width: 25px;
  text-align: center;
  background: #451400;
  color: #ffffff;
  font-weight: bold;
}
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  font-weight: bold;
  font-style: italic;
  color: #8e8e8e;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  color: #ae2118;
}
.bh-sl-container .loc-name {/* Picked up by both list and infowindows */
  color: #000;
  font-weight: 700;
}
.bh-sl-container .bh-sl-map {
  float: left;
  width: 50%;
  height: auto;
  min-height: 600px;
}

.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: bold 14px "proxima-nova",sans-serif;
  color: #19A94B;
  text-decoration: underline;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #333333;
  cursor: auto;
  text-decoration: none;
}
/* Modal window */
.bh-sl-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/overlay-bg.png) repeat;
}
.bh-sl-overlay .bh-sl-modal-window {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  width: 920px;
  height: 590px;
  z-index: 10010;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 22px;
  /* there's already a margin on the top of the map-container div */
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  top: -6px;
  right: -6px;
}
.bh-sl-close-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 0 3px #656565;
}
#bh-sl-user-location ::-webkit-input-placeholder {
  color: #7f7f7f;
}
#bh-sl-user-location :-moz-placeholder { /* Firefox 18- */
  color: #7f7f7f;
}
#bh-sl-user-location ::-moz-placeholder {  /* Firefox 19+ */
  color: #7f7f7f;
}
#bh-sl-user-location :-ms-input-placeholder {
  color: #7f7f7f;
}
.itemid-374 .bh-sl-container .bh-sl-form-container {
  margin-top: 20px;
}
@media (max-width: 1280px)
{
  .bh-sl-container .form-input input, .bh-sl-container .form-input select {
    width: 680px;
    height: 50px;
}
.bh-sl-container .bh-sl-map-container {
    margin-top: 110px;
}
  .bh-sl-container .bh-sl-loc-list {
    width: 48%;
  }
  .bh-sl-container .bh-sl-map {
    width: 50%;
  }
  .bh-sl-container .bh-sl-pagination-container {
    clear: both;
    float: left;
    width: 100%;
  }
}
@media (max-width:1024px)
{
  .bh-sl-container .form-input input, .bh-sl-container .form-input select {
    height: 40px;
    width: 450px;
    font-size: 16px;
    line-height: 20px
  }
  .bh-sl-container .bh-sl-form-container {
    min-height: 80px;
  }
  .bh-sl-container .bh-sl-map-container {
    margin-top: 20px;
  }
  .bh-sl-container .bh-sl-loc-list {
    width: 45%;
  }
}
@media (max-width:767px)
{
  .bh-sl-container .form-input input, .bh-sl-container .form-input select {
    width: 100%;
    margin-top: -5px;
  }
  .bh-sl-container .bh-sl-loc-list {
    width: 100%;
}

.bh-sl-container .bh-sl-map {
    width: 100%;
    float: left;
    min-height: 300px;
}

.bh-sl-container .bh-sl-loc-list ul li {
    width: 100%;
}

.showing-results {
    font-size: 18px;
    padding-bottom: 15px;
}

.bh-sl-container .bh-sl-map-container {
    margin-top: 20px;
}
.bh-sl-container .bh-sl-form-container {
    margin-top: 0 !important;
}
.bh-sl-container .bh-sl-pagination-container ol li {
    padding: 4px;
}
}
@media (max-width: 380px)
{
  .showing-results {
    font-size: 15px;
  }
}