/* line 18, _colors.scss */
.shadow-inset {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

/* line 3, landing.scss */
#main {
  font-size: 12pt;
  line-height: 1.4;
}

/* line 8, landing.scss */
.slider {
  width: 100%;
  overflow: hidden;
  background-color: #1a4163;
  white-space: nowrap;
  display: block;
  height: 130px;
}
/* line 16, landing.scss */
.slider:nth-child(odd) {
  background-image: url(/wp-content/uploads/flowers.png);
  color: #1a4163;
}
/* line 20, landing.scss */
.slider:nth-child(even) {
  background-image: url(/wp-content/uploads/flowers-light.png);
}

/* line 25, landing.scss */
.block-size, .property {
  width: 200px;
  display: inline-block;
}

/* line 31, landing.scss */
.brn {
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  position: absolute;
}

/* line 39, landing.scss */
.properties {
  display: inline-block;
  z-index: 4;
  position: relative;
}

/* line 45, landing.scss */
.slider-controls {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
}
/* line 46, landing.scss */
.slider-controls button {
  opacity: .8;
}

/* line 60, landing.scss */
.property {
  padding: 5px;
}
/* line 65, landing.scss */
.property .photo {
  background-size: cover;
  background-position: center;
  height: 100px;
  opacity: .3;
}
/* line 70, landing.scss */
.property .photo:hover {
  opacity: 1;
}
/* line 74, landing.scss */
.property .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 80, landing.scss */
.property a:hover {
  color: #000;
}

/* line 86, landing.scss */
.btn-red {
  background-color: #aa0000 !important;
  color: #FFF !important;
}

/* line 91, landing.scss */
#landing-content {
  padding: 15px;
  background-image: url(/wp-content/uploads/TPR_160118081.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: middle;
}
/* line 97, landing.scss */
#landing-content h1 {
  color: #FFF;
  font-size: 54px;
  text-shadow: 1px 1px 2px black;
}

/* line 106, landing.scss */
.col-md-4 .panel-exterior {
  background-image: url(/wp-content/uploads/flowers.png);
}
/* line 109, landing.scss */
.col-md-4:nth-child(1) .panel-exterior {
  background-color: #1a4163 !important;
}
/* line 112, landing.scss */
.col-md-4:nth-child(2) .panel-exterior {
  background-color: #aa0000 !important;
}
/* line 115, landing.scss */
.col-md-4:nth-child(3) .panel-exterior {
  background-color: #2b5570 !important;
}

/* line 120, landing.scss */
.panel-heading {
  color: #e3dbdb !important;
}

/* line 124, landing.scss */
.framed {
  border: 3px solid #e3dbdb;
  margin-bottom: 20px;
  width: 100%;
}

/* line 131, landing.scss */
.deals {
  background-image: url(/wp-content/uploads/vm-L4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px dashed #2b5570;
  border-radius: 10px;
}
/* line 138, landing.scss */
.deals p {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  border-radius: 5px;
}

/* line 146, landing.scss */
.front-page-list {
  background-color: none;
}

/* line 150, landing.scss */
.image-container {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 0 5px 0 0;
  border-radius: 0 0 10px 0;
}
/* line 157, landing.scss */
.image-container .br-num {
  font-size: 45px;
}

/* line 162, landing.scss */
.panel-body img {
  max-width: 100%;
  max-height: 165px;
}

/* line 167, landing.scss */
h2 {
  color: #ebf3f6;
  background-color: #4c5862;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 15px;
}
