/* https://gist.github.com/anonymous/0b19b014b30de98308c5 for bootstrap configuration */
/* @import "../../../static/stelliesflats/css/custom_bootstrap.min.css" */
body {
  font-family: "Droid Serif", serif;
  font-family: "Open Sans", sans-serif; }

div.page-header.social-plugin-container {
  position: relative; }

div.social-plugin {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  margin: 8px 0; }

#resultList div.alert {
  padding: 10px 15px !important;
  margin: 0 !important; }

/* importing bootstrap didn't work so had to hack with own class clearfix */
.clearfix:before, ul.agent-list-view-list li:before,
.clearfix:after,
ul.agent-list-view-list li:after {
  display: table;
  content: " "; }

.clearfix:after, ul.agent-list-view-list li:after {
  clear: both; }

#___plusone_0 {
  float: left !important;
  width: 80px !important; }

#social-fb {
  float: left !important; }

.carousel a.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%); }
.carousel a.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%); }

.details-horizontal {
  border-bottom: 1px solid #eee;
  margin: 16px 0;
  padding-bottom: 16px; }
  .details-horizontal dl {
    float: left; }
  .details-horizontal ul {
    list-style: none;
    padding-left: 0; }
  .details-horizontal span.glyphicon {
    padding-right: 16px; }

tr.clickableRow {
  cursor: pointer; }

.agent-wrapper div.thumbnail {
  height: 540px;
  position: relative; }
  .agent-wrapper div.thumbnail p.button-wrapper {
    position: absolute;
    bottom: 0;
    margin-bottom: 16px; }
.agent-wrapper div > p > a.btn {
  margin-top: 4px; }
.agent-wrapper ul,
.agent-wrapper div > p {
  padding-left: 16px; }
.agent-wrapper ul {
  list-style: none;
  padding-top: 16px;
  padding-right: 16px;
  margin-bottom: 16px; }
.agent-wrapper span.glyphicon {
  padding-right: 16px;
  padding-left: 0; }
.agent-wrapper ul p {
  width: 85%; }
.agent-wrapper ul h1,
.agent-wrapper ul h2,
.agent-wrapper ul h3 {
  margin-top: 0; }

.map-container {
  padding-left: 0; }

.filter-container {
  padding-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7e7e7; }

.slider-container {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px; }

.filter-input {
  color: #999;
  border: 0 solid #fff; }

.spinner {
  width: 30px;
  height: 20px; }

#map {
  width: 100%;
  height: calc(100vh - 52px);
  background: #ccc; }

#wrapper {
  padding-right: 500px;
  transition: all 0.4s ease 0s; }

#frontpageFilters {
  z-index: 1200; }
  #frontpageFilters hr {
    margin: 10px 0px; }

#resultContainer {
  z-index: 1100;
  padding-bottom: 1em; }

#resultList {
  padding-left: 0;
  margin-bottom: 0; }
  #resultList h1,
  #resultList h2,
  #resultList h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0; }

#sidebar-wrapper {
  margin-right: -500px;
  right: 500px;
  width: 500px;
  position: fixed;
  height: calc(100vh - 52px);
  z-index: 1000;
  transition: all 0.4s ease 0s;
  border-left: 1px solid #e7e7e7; }
  #sidebar-wrapper ul.pagination {
    position: absolute;
    left: 16px;
    bottom: 0; }

#page-content-wrapper {
  width: 100%; }

@media (max-width: 767px) {
  #wrapper {
    padding-right: 300px; }

  #wrapper.active {
    position: relative;
    right: 300px; }

  #sidebar-wrapper {
    margin-right: -300px;
    right: 300px;
    width: 300px;
    z-index: 1000;
    transition: all 0.4s ease 0s; } }
body div.ui-slider-range.ui-widget-header {
  background: #ab37c8; }

div.slider.ui-slider.ui-slider-horizontal {
  height: 0.1em;
  border: 0px solid #ddd;
  background: #eee; }

.ui-slider-horizontal span.ui-slider-handle {
  top: -0.4em;
  width: 1em;
  height: 1em;
  border-radius: 0.5em; }

.navbar-brand > img {
  position: relative;
  top: -2px;
  height: 20px; }

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