.img-responsive{
  max-width: 100%;
  height:auto;
  margin: 0;
  padding: 0;
}
.videoInt{
  position:relative;
  margin:0 10px;
  height:auto;
  width: auto;
}
.playIcon{
  display:none;
  position:absolute;
  z-index:2;
  background-color: rgba(0,0,0,0.5);
  background-image: url('../img/play.png');
  background-size: 56px 56px;
  background-position: center center;
  background-repeat: no-repeat;
  top:0;
  left:0;
  right:0;
  bottom:5px;
  margin:0;
  padding:0;
}
.videoInt:hover .playIcon,
.videoInt:focus .playIcon{
  display: block;
}
.playTitle{
  padding-left: 10px;
  color:#70cbd2;
  margin-bottom: 1em;
}

#Form_newSubscriptionForm ul.optionset {
    list-style: none;
    padding: 0;
}
.subscription-list li {
    border-bottom: none;
    float: left;
    display: block;
    width: 100%;
}
.subscription-list li .butyon {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}
h4.page-subtitle {
    font-size: 1.312em;
    color: #70cbd2;
    display: block;
    margin: 0;
    padding: .7143em 0 .7143em 0;
    margin-right: 50px;
    position: relative;
}
h4.page-subtitle:before {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    content: ' ';
    left: 0;
    right: 0;
    height: 5px;
    background: transparent url(../img/bulletbg.png) 50% 50% repeat;
}
p.message.good {
    color: #70cbd2;
}
a.subscribe-calltoaction{
  display: block; text-decoration: none; background: #65cccb; height: 2em; width: 2em; line-height: 2em; text-align: center; border: 0; padding: 0 !important; border: none !important; margin: 0 0 0 .5em !important; color: #FFF; -webkit-border-radius: 99em; -moz-border-radius: 99em; -ms-border-radius: 99em; border-radius: 99em; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ -ms-box-sizing: border-box; box-sizing: border-box; /* Opera/IE 8+ */ -webkit-transition: background linear 0.2s; -moz-transition: background linear 0.2s; -o-transition: background linear 0.2s; transition: background linear 0.2s;
}
.subscribe-fancybubble{
  background: #65cccb;
  color: #fff;
  text-align: center;
  padding: 9px;
  border-radius: 5px;
  font-weight: 100;
}
.inspectrealestate{
  display: inline-block;
  width: auto;
  margin: 10px 0;
  padding: 8px;
  border: none;
  text-decoration: none;
  border-radius: .2em;
  background-color: #65cccb !important;
  color: #fff !important;
}
