.blue-img
{
  background-color: #2471aa;
    height: 300px;
    width: 100%;
}

.full-width-slider-container {
 position: relative;
 width: 100%;
 height: 0;
 margin-bottom: 5px;
 padding: 0 0 50% 0;
}

.full-width-slider-container .item img {
 width: 100%;
 max-height: 600px; 
}

.slider-heading {
 display: inline-block;
 width: 100%;
 margin: 0;
 position: absolute;
 top: 40px;
 left: auto;
 right: auto;
 z-index: 12;
 color: white;
 font-size: 29px;
 text-align: center;
}

.d-img {
 display: none;
}

.m-img {
 display: inline-block;
}

.page-wrapper {
 margin-bottom: 20px;
 position: relative;
 background-color: white;
}

/*.page-body {
 background-color: yellow;
}*/ 

.similar-title {
 margin-bottom: 15px;
 font-size: 22px;
 font-weight: 500;
}

.prop-similar-homes {
 overflow: hidden !important;
}

@media screen and (min-width: 440px) {
 .full-width-slider-container {
  padding: 0 0 32.5% 0;
 }

 .d-img {
  display: inline-block;
 }

 .m-img {
  display: none;
 }
} /* min-width: 440px */


@media (min-width: 768px) {
 .slider-heading {
  font-size: 52px;
 }

 .slider-heading-medium {
  font-size: 30px;
 }

 .slide-info {
  padding: 10px 60px 10px 20px;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
 }

 .slide-title {
  font-weight: 600;
 }

 .slide-price {
  display: block;
 }

 .slide-actions {
  display: block;
 }

 .page-wrapper {
  margin-bottom: 70px;
 }

 .page-body {
  width: 440px;
  float: left;
 }
} /* min-width: 768px */

@media (min-width: 992px) {
 .slider-heading {
  font-size: 74px;
 }

 .slider-heading-medium {
  font-size: 40px;
 }

 .slide-info {
  padding: 20px 60px 20px 20px;
 }

 .page-body {
  width: 640px;
  margin-top: 22px;
 } 
} /* min-width: 992px */

.page-sidebar h3 {
 margin-bottom: 15px;
 font-size: 22px;
 font-weight: 500;
}

@media (min-width: 768px) {
 .page-sidebar {
  margin-top: 0px;
  float: right;
  width: 280px;
 }
}

.prop-results-sidebar {
 max-width: 460px;
 margin-right: auto;
 margin-left: auto;
}

.prop-results-header {
 padding: 10px;
 position: relative;
}

.prop-results-header h2 {
 max-width: 85%;
 margin-bottom: 5px;
 font-size: 20px;
 font-weight: normal;
}

.prop-results-header h2.long {
 font-size: 18px;
 margin-right: 60px;
}

.prop-results-header h3 {
 margin-bottom: 0;
 font-size: 23px;
 font-weight: 100;
}

@media (min-width: 768px) {
 .prop-results-sidebar {
  width: 310px;
  max-width: none;
  float: left;
  border-right: 1px solid #d4d5d5;
 }

 .prop-results-sidebar .prop-results-header h2 {
  margin-bottom: 17px;
 }

 .prop-results-sidebar .prop-results-header h3 {
  margin-bottom: 20px;
 }
}

@media (min-width: 992px) {
 .prop-results-sidebar {
  width: 32%;
 }
}

@media (min-width: 1260px) {
 .prop-results-sidebar {
  width: 403px;
 }

 .prop-results-sidebar.prop-results-sidebar-medium {
  width: 290px;
 }
}

.prop-results-list {
 margin: 0;
 padding: 0;
 list-style: none;
}

@media (min-width: 768px) {
 .prop-results-list {
  overflow-y: scroll;
  overflow-x: hidden;
 }
}

@media (min-width: 992px) {
 .prop-results-inline {
  margin: 0 -10px;
 }

 .prop-results-inline .prop-result {
  display: inline-block;
  vertical-align: top;
  min-height: 146px;
  width: 300px;
  margin: 0 10px;
 }
}

.prop-result:hover {
 background-color: #e3e3e3;
}

.prop-result-active {
 background-color: #f0f0f0;
}

.prop-result {
 padding: 10px;
 position: relative;
 border-top: 1px dotted #6c6a6a;
 cursor: pointer;
 -moz-transition: background 0.75 linear;
 -o-transition: background 0.75 linear;
 -webkit-transition: background 0.75 linear;
 transition: background 0.75 linear;
}

.prop-result .prop-img, .prop-result .prop-image {
 height: 74px;
 width: 110px;
 float: left;
 vertical-align: top;
}

.prop-result .prop-sold {
 padding: 0 5px;
 position: absolute;
 top: 10px;
 left: 10px;
 background-color: #e74c4a;
 color: white;
 font-family: Arial,sans-serif;
 font-size: 18px;
 text-transform: uppercase;
}

.prop-result .prop-result-info {
 margin-left: 125px;
 color: #454343;
 font-size: 12px;
 font-weight: normal;
}

.prop-result .prop-address, .prop-result .poi-address {
 margin-top: 0;
 margin-bottom: 3px;
 color: #035bab;
 font-size: 17px;
 font-weight: 400;
}

.prop-result .prop-price {
 display: inline-block;
 color: #555454;
 font-weight: 600;
}

.prop-result .prop-status {
 display: inline-block;
 padding: 1px 5px 0;
 float: right;
 background-color: #e74c4a;
 color: white;
 font-family: Arial,sans-serif;
 font-size: 10px;
 text-transform: uppercase;
}

.prop-result .prop-data {
 width: 130px;
}

.prop-result .prop-icon {
 position: absolute;
 bottom: 14px;
 right: 10px;
}

@media (min-width: 992px) {
 .prop-result .prop-result-info {
  font-size: 15px;
 }

 .prop-result .prop-status {
  position: relative;
  top: 3px;
 }

 .prop-result .prop-data {
  width: auto;
  margin-right: 30px;
 }
}

.infobubble-large .prop-status {
 float: none;
 margin-right: 42px;
 top: 13px;
 vertical-align: top;
}

.prop-similar-homes {
 overflow: hidden;
}

.prop-similar-homes .prop-result {
 min-height: 115px;
 padding: 20px 0;
 background-color: white !important;
 border-top: none;
 border-bottom: 1px dotted #6c6a6a;
 cursor: default;
}

.prop-similar-homes .prop-result .prop-sold {
 top: 20px;
 left: 0;
}

.rental-modifier {
 font-size: .8em;
}

/* Additional */
.sidebar-section {
    padding: 0px;
    border-top: 0px;
        margin-top: 11px;
}

@media (max-width: 767px) {
.full-width-slider-container {
    padding-top: 121px;
}
.page-wrapper
{
  padding: 0px;
}
h1.slider-heading {
    margin-top: 110px;
}
}

/*@media screen and (max-width: 320px), (max-width: 480px), (max-width: 568px), (max-width: 1024px)*/
@media screen and (max-width: 768px)
{
  .page-body
  {
    margin-top: 22px;
  }
}

@media screen and (max-width: 1024px)
{
  .page-body
  {
    margin-top: 22px;
  }
  .page-sidebar
  {
    margin-top: 17px;
  }
    .sidebar-section
  {
    margin-top:3px;
  }
}

p img { padding: 0; max-width: 100%; vertical-align: inherit; }
p strong { font-weight: bold; }
img {border:0}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background:#ececec;
}

blockquote {
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400italic);
font-family: 'Droid Serif', serif;
font-size:16px;
font-style:italic;
width:100%;
background-color:#fbf6f0;
border-left:3px dashed #d5bc8c;
border-right:3px dashed #d5bc8c;
text-align:center;
} 
blockquote cite {
color: #a1a1a1;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

html, body {
    height: 100%;
    min-height: 100%;
}