/**
 * All of the CSS for your public-specific functionality should be
 * included in this file.
 */

/*! http://responsiveslides.com v1.55 by @viljamis */

.realbird-rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom:1em;
  }

.realbird-rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.realbird-rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.realbird-rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.realbird-feature-list {
	list-style: none;
}

 .realbird-listing h3{
 	font-weight: 300;
 	margin-bottom: 0px;
 }

 .realbird-listing h3 b{
 	font-weight: 700;
 }

 .realbird-listing-info-header{
 	width:100%;
 	border-bottom: 1px solid #eee;
 	margin-bottom: 1em;
  margin-top: 2em;
 }

 .realbird-agentphoto{
 	float:left;
 	margin-right:10px;
 	max-width:100px;
 	max-height:100px;
 }

 .realbird-contact-info{
 	float:left;
 }

 a.realbird-cta-link.btn{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow:none !important;
}

 a.realbird-cta-link.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow:none !important;
 }

 a.realbird-cta-link.btn:active {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow:none !important;
 }

.realbird-rsslides-wrapper{
  overflow: hidden;
  position: relative;
  padding: 0px !important;
}

 .realbird-slideshow-overlay{
  background-color: #fff;
  position: absolute;
  bottom:0px;
  left:0px;
  z-index: 10000;
  opacity: 0.75;
  padding: 15px;
  width: 100%;
  border:0px;
 }

 .realbird-listing-not-available>.realbird-listing-info-header{
  margin-bottom: 3em;
 }