/*** ****************************** FONTS ***/
@font-face {
  font-family: 'websymbols';
  src: url('http://assets.rmcloud.com/fonts/websymbols-regular-webfont.eot');
  src: url('http://assets.rmcloud.com/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://assets.rmcloud.com/fonts/websymbols-regular-webfont.woff') format('woff'),
    url('http://assets.rmcloud.com/fonts/websymbols-regular-webfont.ttf') format('truetype'),
    url('http://assets.rmcloud.com/fonts/websymbols-regular-webfont.svg#websymbols-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'social-icons-general';
  src:url('http://assets.rmcloud.com/fonts/social-icons-general.eot');
  src:url('http://assets.rmcloud.com/fonts/social-icons-general.eot?#iefix') format('embedded-opentype'),
    url('http://assets.rmcloud.com/fonts/social-icons-general.woff') format('woff'),
    url('http://assets.rmcloud.com/fonts/social-icons-general.ttf') format('truetype'),
    url('http://assets.rmcloud.com/fonts/social-icons-general.svg#social-icons-general') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas-neue';
  src: url('http://assets.rmcloud.com/fonts/bebasneue-webfont.eot');
  src: url('http://assets.rmcloud.com/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
       url('http://assets.rmcloud.com/fonts/bebasneue-webfont.woff') format('woff'),
       url('http://assets.rmcloud.com/fonts/bebasneue-webfont.ttf') format('truetype'),
       url('http://assets.rmcloud.com/fonts/bebasneue-webfont.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'real-estate-icons';
  src:url('http://assets.rmcloud.com/fonts/real-estate-icons.eot');
  src:url('http://assets.rmcloud.com/fonts/real-estate-icons.eot?#iefix') format('embedded-opentype'),
    url('http://assets.rmcloud.com/fonts/real-estate-icons.woff') format('woff'),
    url('http://assets.rmcloud.com/fonts/real-estate-icons.ttf') format('truetype'),
    url('http://assets.rmcloud.com/fonts/real-estate-icons.svg#real-estate-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*** ****************************** BASIC STRUCTURE ***/
html, body, header, nav, footer, div, h1, h2, h3, h4, h5, h6, ul, ol, li, p, span {
  margin: 0px; padding: 0px;
  line-height: 140%;
}
h1, h2, h3, h4 {
  font-weight: normal; /* many h1-h4 bolds should be done with font-family changes */
}
.tp-widget div,
.tp-widget h1,
.tp-widget h2,
.tp-widget h3,
.tp-widget h4,
.tp-widget h5,
.tp-widget h6,
.tp-widget ul,
.tp-widget ol,
.tp-widget li,
.tp-widget p,
.tp-widget span {
  line-height: normal;
  -webkit-text-size-adjust: none;
  max-height: 9999999px;
}
.editable {
  max-height: 9999999px;
}
.clearBoth {
  clear: both;
}

/*** ****************************** BASIC STRUCTURE ***/
.tp-container {
  width: 100%;
  max-width: 1020px;
  min-width: 664px;
  margin: 0px auto;
}

.tp-mainContent {
  min-height: 500px;
}
.tp-mainContent p {
  margin-bottom: 15px;
}


/*** *************** HEADER ***/
#tp-header .tp-headerInfo {
  min-height: 120px;
  max-height: 170px;
  overflow: hidden;
  position: relative;
}
#tp-header .tp-personalLogo {
  margin: 0px;
}
#tp-header .tp-agentNamespace {
  width: 49%;
  text-decoration: none;
  position: absolute;
  bottom: 10px; left: 10px;
}
#tp-header .tp-headerContact {
  width: 49%;
  text-align: right;
  position: absolute;
  bottom: 13px; right: 10px;
}
#tp-header ul.tp-socialMedia {
  position: absolute;
  top: 9px; right: 10px;
}
#tp-header .tp-agentMiniLogo {
  width: 70px; height: 70px;
  float: left;
  border-radius: 35px;
  border-left: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  margin-right: 20px;
}
#tp-header .tp-agentMiniLogo:after {
  content: '"';
  display: block;
  width: 70px; height: 70px;
  font-size: 45px;
  font-family: 'real-estate-icons';
  line-height: 70px;
  text-align: center;
}
#tp-header .tp-headerContact span,
#tp-header .tp-agentSlogan {
  display: block;
}
#tp-header .tp-agentFirstName,
#tp-header .tp-agentLastName,
#tp-header .tp-primaryPhone,
#tp-header .tp-officeNameLarge {
  font-size: 30px;
  font-weight: 700;
}
.tp-headerInfo .tp-agentFirstName,
.tp-headerInfo .tp-agentLastName,
.tp-headerInfo .tp-officeNameLarge {
  text-transform: uppercase;
}
#tp-header .tp-agentSlogan,
#tp-header .tp-officeName {
  font-size: 18px;
  font-weight: 600;
}
#tp-header .tp-agentLastName {
  padding-left: 5px;
}
#tp-header .tp-agentLastName,
#tp-header .tp-officeName,
#tp-header .tp-officeNameLarge {
  color: #666;
}

/*** LIGHT SITE SETTINGS ***/
.rm-light-website #tp-header .tp-headerInfo {
  text-shadow: 1px 1px 1px #FFF;
}

/*** DARK SITE SETTINGS ***/
.rm-dark-website #tp-header .tp-headerInfo {
  text-shadow: 1px 1px 1px #000;
}
.rm-dark-website #tp-header .tp-agentMiniLogo {
  text-shadow: 1px 1px 1px #FFF;
}
.rm-dark-website #tp-header .tp-agentLastName,
.rm-dark-website #tp-header .tp-officeName {
  color: #AAA;
}
.rm-dark-website #tp-header .tp-agentMiniLogo {
  border-left: 1px solid rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.5);
  border-right: 1px solid rgba(0,0,0,0.5);
}


/*** *************** NAVIGATION ***/
#tp-nav {
  height: 50px;
  background-image: url(images/navbg-stripes.png);
  background-repeat: repeat-x;
  margin: 1px 0px;
  position: relative;
}
#tp-nav .tp-navHolder {
  height: 100%;
  list-style-type: none;
  text-align: center;
}
#tp-nav.fullNav .menuTrigger {
  display: none;
}
#nav li {
  height: 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
#nav a {
  display: block;
  height: 100%;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
#nav li ul {
  display: none;
  background-image: url(images/nav-gradient-bg.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  width: 250px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  text-align: left;
  position: absolute;
  top: 50px; left: 0px;
}
#nav li ul li,
#nav li.over ul li.over {
  height: auto;
  border-bottom: 1px solid rgba(255,255,255,0.8);
}
#nav li ul li {
  display: block;
  height: auto;
}
#nav li ul li a {
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}
#nav li.over {
  height: 46px;
  border-bottom: 4px solid #FFF;
  position: relative;
}
#nav li.over:after {
  content: '';
  display: block;
  width: 0px; height: 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  position: absolute;
  bottom: 0px; left: 50%;
  margin-left: -5px;
}
#nav li.over ul li:after {
  display: none;
}
#nav li.over ul {
  display: block;
  z-index: 999;
}

/*** *************** ACCORDIAN NAVIGATION ***/
.collapseNav {
  min-width: 664px;
}
.collapseNav .tp-navHolder {
  display: none;
}
.collapseNav .menuTrigger {
  display: block;
  padding: 0px 23px;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}
#tp-nav.collapseNav #nav {
  width: 300px; height: auto;
  min-width: 0;
  position: absolute;
  top: 51px; right: 20px;
  z-index: 100;
}
.collapseNav #nav > li {
  display: block;
  height: auto;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  padding: 0px 2px;
}
.collapseNav #nav > li > ul {
  width: auto;
  position: relative;
  top: 0px; left: 0px;
}
.collapseNav #nav ul li:last-child {
  border-bottom: 0px;
}



/*** *************** SOCIAL MEDIA ***/
ul.tp-socialMedia {
  list-style-type: none;
  font-size: 22px;
  font-family: 'social-icons-general';
}
ul.tp-socialMedia li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0px 1px;
}
ul.tp-socialMedia a {
  text-decoration: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  -moz-osx-font-smoothing: grayscale;
}


/*** *************** FOOTER ***/
#tp-footer {
  height: auto;
  min-height: 200px;
  background-image: url(images/footer-gradient-overlay.png);
  background-repeat: repeat-x;
  background-position: 0px 10px;
  padding-bottom: 40px;
}
#tp-footer .tp-container {
  padding: 40px 0px 0px 10px;
  position: relative;
}
#tp-footer a {
  text-decoration: underline;
}
#tp-footer a:hover {
  text-decoration: none;
}
#tp-footer .tp-brokerageLogo {
  position: absolute;
  top: 40px; right: 20px;
}
#tp-footer .tp-nameOffice {
  margin-bottom: 10px;
}
#tp-footer .tp-agentName,
#tp-footer .tp-officePrimary {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
#tp-footer .tp-officeName {
  margin-left: 10px;
}
#tp-footer .tp-contactDetails {
  font-size: 14px;
}
#tp-footer .tp-contactDetails .tp-newLine {
  display: block;
}
#tp-footer .tp-editableFooter {
  width: 97%;
  font-size: 12px;
}
#tp-footer .tp-copyright {
  margin-top: 20px;
  font-size: 12px;
}

/*** ****************************** GLIDE GLOBAL ICON SETTINGS ***/
.reIcons-commercial-building, .reIcons-bank-exterior, .reIcons-calculator, .reIcons-contract, .reIcons-for-sale-sign, .reIcons-handshake, .reIcons-house-dollar-sign, .reIcons-house-magnifying-glass, .reIcons-house-shopping-cart, .reIcons-key, .reIcons-man-speaking-about-house, .reIcons-map-pin-location, .reIcons-sold-sign, .reIcons-bathroom-bathtub, .reIcons-bathroom-shower, .reIcons-bedrooms, .reIcons-floor-plan, .reIcons-house-inside-magnifying-glass, .reIcons-key-2, .reIcons-map-pin-location-2, .reIcons-parking-garage, .reIcons-rent-sign-hanging, .reIcons-sale-sign-hanging, .reIcons-sold-sign-hanging, .reIcons-home, .reIcons-home-2, .reIcons-compass, .reIcons-mobile, .reIcons-bars, .reIcons-mail, .reIcons-directions, .reIcons-direction, .reIcons-stats, .reIcons-dollar, .reIcons-dollar-2, .reIcons-envelope, .reIcons-envelope-2, .reIcons-profile, .reIcons-profile-2, .reIcons-bookmark, .reIcons-address-book, .reIcons-address-book-2, .reIcons-mobile-2, .reIcons-mouse, .reIcons-bars-2, .reIcons-bookmarks, .reIcons-location, .reIcons-location-2, .reIcons-bookmark-2, .reIcons-phone, .reIcons-home-3, .reIcons-house, .reIcons-comments, .reIcons-chat, .reIcons-coins, .reIcons-comment, .reIcons-office, .reIcons-arno-hattingh-park, .reIcons-leaf {
  font-family: 'real-estate-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.reIcons-commercial-building:before {
  content: "\5b";
}
.reIcons-bank-exterior:before {
  content: "\5d";
}
.reIcons-calculator:before {
  content: "\7b";
}
.reIcons-contract:before {
  content: "\7d";
}
.reIcons-for-sale-sign:before {
  content: "\28";
}
.reIcons-handshake:before {
  content: "\29";
}
.reIcons-house-dollar-sign:before {
  content: "\3c";
}
.reIcons-house-magnifying-glass:before {
  content: "\3e";
}
.reIcons-house-shopping-cart:before {
  content: "\25";
}
.reIcons-key:before {
  content: "\23";
}
.reIcons-man-speaking-about-house:before {
  content: "\5e";
}
.reIcons-map-pin-location:before {
  content: "\2a";
}
.reIcons-sold-sign:before {
  content: "\40";
}
.reIcons-bathroom-bathtub:before {
  content: "\21";
}
.reIcons-bathroom-shower:before {
  content: "\3d";
}
.reIcons-bedrooms:before {
  content: "\24";
}
.reIcons-floor-plan:before {
  content: "\26";
}
.reIcons-house-inside-magnifying-glass:before {
  content: "\5f";
}
.reIcons-key-2:before {
  content: "\2b";
}
.reIcons-map-pin-location-2:before {
  content: "\7e";
}
.reIcons-parking-garage:before {
  content: "\2d";
}
.reIcons-rent-sign-hanging:before {
  content: "\2e";
}
.reIcons-sale-sign-hanging:before {
  content: "\7c";
}
.reIcons-sold-sign-hanging:before {
  content: "\60";
}
.reIcons-home:before {
  content: "\22";
}
.reIcons-home-2:before {
  content: "\27";
}
.reIcons-compass:before {
  content: "\30";
}
.reIcons-mobile:before {
  content: "\31";
}
.reIcons-bars:before {
  content: "\32";
}
.reIcons-mail:before {
  content: "\33";
}
.reIcons-directions:before {
  content: "\34";
}
.reIcons-direction:before {
  content: "\36";
}
.reIcons-stats:before {
  content: "\37";
}
.reIcons-dollar:before {
  content: "\38";
}
.reIcons-dollar-2:before {
  content: "\39";
}
.reIcons-envelope:before {
  content: "\3a";
}
.reIcons-envelope-2:before {
  content: "\3b";
}
.reIcons-profile:before {
  content: "\2c";
}
.reIcons-profile-2:before {
  content: "\2f";
}
.reIcons-bookmark:before {
  content: "\35";
}
.reIcons-address-book:before {
  content: "\3f";
}
.reIcons-address-book-2:before {
  content: "\41";
}
.reIcons-mobile-2:before {
  content: "\42";
}
.reIcons-mouse:before {
  content: "\43";
}
.reIcons-bars-2:before {
  content: "\44";
}
.reIcons-bookmarks:before {
  content: "\45";
}
.reIcons-location:before {
  content: "\47";
}
.reIcons-location-2:before {
  content: "\48";
}
.reIcons-bookmark-2:before {
  content: "\49";
}
.reIcons-phone:before {
  content: "\4a";
}
.reIcons-home-3:before {
  content: "\f015";
}
.reIcons-house:before {
  content: "\e000";
}
.reIcons-comments:before {
  content: "\e001";
}
.reIcons-chat:before {
  content: "\e002";
}
.reIcons-coins:before {
  content: "\e003";
}
.reIcons-comment:before {
  content: "\f075";
}
.reIcons-office:before {
  content: "\e004";
}
.reIcons-arno-hattingh-park:before {
  content: "\e006";
}
.reIcons-leaf:before {
  content: "\e007";
}


/*** ****************************** HOMEPAGE BODY ***/

/*** *************** SLIDER ***/
#tp-heroSpot {
  height: 344px;
  background-image: url(images/sliderbg-gradient.png);
  background-repeat: repeat-x;
  overflow: visible;
  margin-bottom: 80px;
}
#tp-heroSpot .flexslider {
  background: transparent;
  margin: 0px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 10;
}
#tp-heroSpot .flexslider li {
  max-width: 980px;
}
#tp-heroSpot .flexslider img {
  width: 100%; height: auto;
}
#tp-heroSpot .tp-sliderShadow {
  height: 47px;
  background-image: url(images/slider-shadow-larger.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 20px;
  position: relative;
  top: -19px;
  z-index: 5;
}
.tp-narrow-1 #tp-heroSpot,
.tp-narrow-2 #tp-heroSpot {
  width: 100%; height: 0px;
  padding-bottom: 34%;
}
.tp-narrow-2 #tp-heroSpot .tp-sliderShadow {
  background-image: url(images/slider-shadow-smaller.png);
}

/*** *************** DEFAULT SLIDER ***/
.tp-slideRatio {
  width: 100%; height: 0;
  background-image: url(images/test-default-header-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  padding-bottom: 38.9%;
  position: relative;
  z-index: 1;
}
#tp-heroSpot .tp-defaultHeader .tp-agentImageContainer {
  height: 100%; width: 28.57%;
  position: absolute;
  top: 0px; left: 0px;
}
#tp-heroSpot .tp-defaultHeader .tp-agentImageContainer:before {
  content: '';
  position: absolute;
  top: 0px; bottom: 0px;
  left: 20%; right: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 20px rgba(0,0,0,1.0);
  z-index: -1;
}
#tp-heroSpot .tp-defaultHeader .tp-agentImage {
  width: 92.86%; height: 94.75%;
  margin-left: 3.57%;
  margin-top: 3.3%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.8);
}
#tp-heroSpot .tp-defaultHeader .tp-slideSlogan {
  width: 65%;
  padding: 8px 30px 8px 10px;
  font-size: 30px;
  position: absolute;
  bottom: 8%; right: 0;
}
.tp-narrow-1 #tp-heroSpot .tp-defaultHeader .tp-slideSlogan {
  padding: 5px 20px 5px 10px;
  font-size: 24px;
}
.tp-narrow-2 #tp-heroSpot .tp-defaultHeader .tp-slideSlogan {
  padding: 5px 20px 5px 10px;
  font-size: 18px;
}


/*** *************** WIDGET STRUCTURE ***/
.tp-dynamicWidgetHolder {
  text-align: center;
}

@media only screen and (min-width: 1024px) {

  .tp-dynamicWidgetHolder {

    width: 1024px;
    margin: auto;

  }

}

.tp-widget {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 334px;
  margin: 20px 10px;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}
.tp-widget-1 {
  width: 310px;
}
.tp-widget-2 {
  width: 645px;
}
.tp-widget-3 {
  display: block;
  height: auto;
  min-height: 100px;
}
.tp-widget .tp-widgetTitle {
  margin-bottom: 5px;
  padding: 0px 0px 5px 11px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.tp-widget .tp-widgetTitle:before {
  content: '»';
  font-size: 23px;
  font-family: 'bebas-neue';
  font-weight: 400;
  position: absolute;
  top: 1px; left: 0px;
}
.tp-narrow-1 .tp-widget-2,
.tp-narrow-2 .tp-widget-2 {
  width: 310px;
}
.tp-narrow-1 .tp-leftWidget,
.tp-narrow-2 .tp-leftWidget {
  margin-right: 0px;
}
.tp-narrow-1 .tp-rightWidget {
  margin-left: 10%; left: -6px;
}
.tp-narrow-2 .tp-rightWidget {
  margin-left: 2.98%;
}

/*** LIGHTSITE SETTINGS ***/
.rm-light-website .tp-widget .tp-widgetTitle {
  text-shadow: 1px 1px 1px #FFF;
}
/*** DARKSITE SETTINGS ***/
.rm-dark-website .tp-widget .tp-widgetTitle {
  text-shadow: 1px 1px 1px #000;
}

/*** *************** HOMEPAGE CMS ***/
#tp-homepageCMS {
  margin-top: 20px;
  margin-bottom: 50px;
}
#tp-homepageCMS .tp-cmsContainer {
  margin: 0px 10px;
}

/*** *************** INTERIOR CMS ***/
#tp-internalPage .tp-mainContent {
  margin-top: 30px;
  padding: 0px 10px;
}
#tp-internalPage .tp-pageHeader {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
.rm-light-website #tp-internalPage .tp-pageHeader {
  text-shadow: 1px 1px 1px #FFF;
}
.rm-dark-website #tp-internalPage .tp-pageHeader {
  text-shadow: 1px 1px 1px #000;
}



/*** ****************************** GLOBAL ELEMENTS ***/
.tp-actionButton {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 29px;
  background-image: url(images/gradient-overlay-bg-28px.png);
  background-repeat: repeat-x;
  background-size: 1px 30px;
  background-position: bottom left;
  padding: 0px 10px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}


/*** ****************************** WIDGETS ***/

/*** *************** SEARCH WIDGET ***/
.tp-widget-searchWidget {
  overflow: visible;
}
.tp-searchWidgetContainer label,
.tp-searchWidgetContainer .tp-liveCount {
  font-size: 14px;
}
.tp-searchWidgetContainer input,
.tp-searchWidgetContainer .tp-searchInput .dropdown-toggle,
.tp-searchWidgetContainer button {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.tp-searchWidgetContainer input,
.tp-searchWidgetContainer .tp-searchInput .dropdown-toggle {
  border: 1px solid;
  border-top-color: rgba(0,0,0,0.5);
  border-left-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
}
.tp-searchWidgetContainer input {
  display: block;
  width: 96%;
  background-color: #FFF;
  padding: 0px 4px;
  border-radius: 0px;
}
.tp-searchWidgetContainer .tp-searchInput .dropdown-toggle {
  display: block;
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.tp-searchWidgetContainer .tp-searchInput .dropdown-toggle:after {
  content: '{';
  display: block;
  background-image: url(images/gradient-overlay-bg-28px.png);
  background-repeat: repeat-x;
  background-size: 1px 24px;
  width: 20px; height: 24px;
  font-size: 18px;
  font-family: 'websymbols';
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0px; right: 0px;
}
.tp-searchWidgetContainer .tp-searchInput .open .dropdown-toggle:after {
  content: '}';
}
.tp-searchWidgetContainer .tp-searchInput .toolbarLabel {
  padding-left: 5px;
}
.tp-searchWidgetContainer .tp-liveCount {
  display: block;
  margin: 1px 0px;
}
.tp-searchWidgetContainer button {
  height: 29px; width: 100%;
  background-image: url(images/gradient-overlay-bg-28px.png);
  background-repeat: repeat-x;
  background-size: 1px 30px;
  background-position: bottom left;
  border: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.tp-searchWidgetContainer .dropdown-menu {
  list-style-type: none;
  min-width: 75px;
  width: 87%;
  font-size: 14px;
  position: absolute;
  top: 22px; left: 0px;
}
.tp-searchWidgetContainer .dropdown-menu li {
  padding: 1px 5px;
  cursor: pointer;
}
.tp-searchWidgetContainer .dropdown-menu li:hover {
  background-color: rgba(0,0,0,0.1);
}
.tp-searchWidgetContainer .dropdown-menu a {
  color: #000;
  text-decoration: none;
}
.tp-searchWidgetContainer .autocomplete-suggestions {
  width: 87%;
  border-radius: 0px;
}
.tp-searchWidgetContainer .autocomplete-suggestion {
  padding: 1px 5px;
  cursor: pointer;
}
.tp-searchWidgetContainer .autocomplete-suggestion:hover {
  background-color: rgba(0,0,0,0.2);
}

/*** FULL WIDTH ***/
.tp-widget-3 .tp-searchWidgetContainer .tp-fieldHolder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 1%;
}
.tp-widget-3 .tp-searchWidgetContainer .tp-inputLong {
  width: 30%;
}
.tp-widget-3 .tp-searchWidgetContainer .tp-inputShort {
  width: 15.6%;
}
.tp-widget-3 .tp-searchWidgetContainer .tp-submitButton {
  width: 16.6%;
  margin-right: 0px;
}

/*** DOUBLE WIDTH ***/
.tp-widget-2 .tp-searchWidgetContainer .tp-fieldHolder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 5px;
  vertical-align: top;
}
.tp-widget-2 .tp-searchWidgetContainer .tp-inputLong {
  display: block;
}
.tp-widget-2 .tp-searchWidgetContainer .tp-inputShort {
  width: 48%;
  margin-right: 3%;
}
.tp-widget-2 .tp-searchWidgetContainer .tp-inputPropertyType,
.tp-widget-2 .tp-searchWidgetContainer .tp-inputMaxPrice,
.tp-widget-2 .tp-searchWidgetContainer .tp-inputMinBathrooms,
.tp-widget-2 .tp-searchWidgetContainer .tp-inputMaxSize,
.tp-widget-2 .tp-searchWidgetContainer .tp-submitButton {
  margin-right: 0px;
}
.tp-widget-2 .tp-searchWidgetContainer .tp-submitButton {
  display: block;
  width: auto;
}
.tp-widget-2 .tp-searchWidgetContainer .tp-liveCount {
  margin: 10px 0px 5px 0px;
  font-size: 16px;
  text-align: center;
}
.tp-widget-2 .tp-searchWidgetContainer .tp-advancedSearchMessage {
  margin: 27px 0px 0px 0px;
  padding-left: 50px;
  font-size: 14px;
  position: relative;
}
.tp-widget-2 .tp-searchWidgetContainer .reIcons-map-pin-location:before {
  font-size: 44px;
  position: absolute;
  top: 10px; left: 0px;
}

/*** SINGLE WIDTH & DOUBLE NARROW SETTINGS ***/
.tp-widget-1 .tp-searchWidgetContainer .tp-inputShort {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-fieldHolder {
  margin-bottom: 5px;
  vertical-align: top;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-inputMinPrice,
.tp-widget-1 .tp-searchWidgetContainer .tp-inputMinBedrooms,
.tp-widget-1 .tp-searchWidgetContainer .tp-inputMinSize {
  margin-right: 10px;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-inputShort,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputShort,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputShort {
  width: 147px;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-inputCommunity,
.tp-widget-1 .tp-searchWidgetContainer .tp-inputArea,
.tp-widget-1 .tp-searchWidgetContainer .tp-inputPropertyType,
.tp-widget-1 .tp-searchWidgetContainer .tp-submitButton,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputCommunity,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputArea,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputPropertyType,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-submitButton,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputCommunity,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputArea,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputPropertyType,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-submitButton {
  width: 310px;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-inputCommunity input,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputCommunity input,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputCommunity input {
  width: 300px;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-inputCommunity,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputCommunity,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputCommunity,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-inputArea,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-inputArea {
  margin-right: 0px;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-liveCount,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-liveCount,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-liveCount {
  margin: 15px 0px 14px 0px;
  font-size: 13px;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-liveCount {
  text-align: center;
}
.tp-widget-1 .tp-searchWidgetContainer .tp-advancedSearchMessage,
.tp-narrow-1 .tp-widget-2 .tp-searchWidgetContainer .tp-advancedSearchMessage,
.tp-narrow-2 .tp-widget-2 .tp-searchWidgetContainer .tp-advancedSearchMessage {
  display: none;
}

/*** LIGHTSITE SETTINGS ***/
.rm-light-website .tp-widget-2 .tp-searchWidgetContainer .reIcons-map-pin-location:before {
  text-shadow: 1px 1px 1px #FFF;
}

/*** DARKSITE SETTINGS ***/
.rm-dark-website .tp-searchWidgetContainer .dropdown-menu {
  background-color: #DDD;
  color: #000;
}
.rm-dark-website .tp-searchWidgetContainer .dropdown-menu li.disabled,
.rm-dark-website .tp-searchWidgetContainer .dropdown-menu li.disabled a {
  background-color: #DDD !important;
}
.rm-dark-website .dropdown-menu .active {
  background-color: #FFF !important;
}
.rm-dark-website .tp-searchWidgetContainer .autocomplete-suggestion {
  color: #000;
}
.rm-dark-website .tp-searchWidgetContainer input,
.rm-dark-website .tp-searchWidgetContainer .tp-searchInput .dropdown-toggle {
  background-color: #DDD;
}
.rm-dark-website .tp-searchWidgetContainer input,
.rm-dark-website .tp-searchWidgetContainer .tp-searchInput .dropdown-toggle {
  border-bottom-color: rgba(0,0,0,1.0);
  border-right-color: rgba(0,0,0,1.0);
}


/*** *************** AGENT ON DUTY WIDGET ***/
.tp-agentOnDutyWidgetContainer {
  height: 293px;
  position: relative;
}
.tp-agentOnDutyWidgetContainer .tp-agentPhoto,
.tp-agentOnDutyWidgetContainer .tp-agentInfo {
  width: 153px;
}
.tp-agentOnDutyWidgetContainer .tp-agentPhoto {
  position: absolute;
  top: 0px; left: 0px;
}
.tp-agentOnDutyWidgetContainer .tp-agentInfo {
  background-image: url(images/gradient-overlay-bg-205px.png);
  background-size: 1px 212px;
  height: 212px;
  position: absolute;
  top: 0px; right: 0px;
}
.tp-agentOnDutyWidgetContainer .tp-agentName,
.tp-agentOnDutyWidgetContainer .tp-agentPhone,
.tp-agentOnDutyWidgetContainer .tp-agentLinkList {
  margin: 0px 12px;
}
.tp-agentOnDutyWidgetContainer span {
  display: block;
}
.tp-agentOnDutyWidgetContainer .tp-agentName{
  margin-top: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.tp-agentOnDutyWidgetContainer .tp-agentFirstName {
  font-size: 26px;
  font-weight: 700;
}
.tp-agentOnDutyWidgetContainer .tp-agentLastName {
  font-size: 18px;
  font-weight: 600;
}
.tp-agentOnDutyWidgetContainer .tp-agentLinkList {
  list-style-type: none;
  margin: 10px 0px 0px 20px;
}
.tp-agentOnDutyWidgetContainer .tp-agentLinkList a {
  font-size: 14px;
  text-decoration: none;
}
.tp-agentOnDutyWidgetContainer .tp-agentLinkList a:before {
  content: '+';
  padding-right: 6px;
}
.tp-agentOnDutyWidgetContainer .tp-actionButton {
  width: 100%;
  position: absolute;
  left: 0px;
}
.tp-agentOnDutyWidgetContainer .tp-joinTeam {
  bottom: 0px;
}
.tp-agentOnDutyWidgetContainer .tp-viewAllAgents {
  bottom: 40px;
}


/*** *************** BLOG FEED WIDGET ***/
.tp-blogWidgetContainer .tp-blogHeader,
#blog-posts-widget span {
  display: block;
}
#blog-posts-widget .blog-title,
#blog-posts-widget .blog-post-title {
  display: none;
}
#blog-posts-widget .articles {
  list-style-type: none;
}
.tp-blogWidgetContainer .tp-blogHeader {
  margin: 0px 0px 10px 16px;
  padding: 5px 10px 5px 0px;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
  position: relative;
}
.tp-blogWidgetContainer .tp-blogHeader:before,
.tp-blogWidgetContainer .tp-blogHeader:after {
  content: '';
  width: 0px; height: 0px;
  position: absolute;
  left: -16px;
}
.tp-blogWidgetContainer .tp-blogHeader:before {
  border-top: 16px solid transparent;
  border-right: 16px solid;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
  bottom: 0px;
}
.tp-blogWidgetContainer .tp-blogHeader:after {
  border-top: 16px solid;
  border-right: 0px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 0px solid transparent;
  top: 0px;
}
#blog-posts-widget {
  padding: 0px 10px;
  text-align: right;
}
#blog-posts-widget .article {
  margin-bottom: 15px;
}
.tp-widget-1 #blog-posts-widget .blog-post-date,
.tp-widget-1 #blog-posts-widget .blog-post-preview {
  font-size: 12px;
}
.tp-widget-2 #blog-posts-widget .blog-post-date,
.tp-widget-2 #blog-posts-widget .blog-post-preview {
  font-size: 14px;
}
#blog-posts-widget .blog-post-date {
  font-weight: 600;
  text-transform: uppercase;
}
#blog-posts-widget .blog-post-preview {
  margin-bottom: 0px;
}
#blog-posts-widget .blog-post-read-more {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
#blog-posts-widget .blog-post-read-more:hover {
  text-decoration: underline;
}

/*** NARROW SETTINGS ***/
.tp-narrow-1 .tp-widget-2 #blog-posts-widget .article,
.tp-narrow-2 .tp-widget-2 #blog-posts-widget .article {
  margin-bottom: 40px;
}
.tp-narrow-1 .tp-widget-2 #blog-posts-widget .blog-post-read-more,
.tp-narrow-2 .tp-widget-2 #blog-posts-widget .blog-post-read-more {
  margin-top: 20px;
}


/*** *************** FEATURED LISTINGS WIDGET ***/
#tp-featuredListings {
  line-height: 100% !important;
}
#tp-featuredListings button.prev {
  display: none;
}
#tp-featuredListings button.next {
  display: block;
  width: 17px; height: 32px;
  background-color: transparent;
  font-size: 16px;
  font-family: 'websymbols';
  border: none;
  position: absolute;
  top: -41px; right: 0px;
}
#tp-featuredListings .scrollable-widget {
  margin: 0px;
  padding: 0px;
}
#tp-featuredListings .scrollable-widget,
#tp-featuredListings .scrollable,
#tp-featuredListings .items,
#tp-featuredListings .slideHolder,
#tp-featuredListings .slide {
  height: 293px;
}
#tp-featuredListings .slideHolder,
#tp-featuredListings .slide {
  width: 310px;
}
#tp-featuredListings .slideHolder {
  margin: 0px 24px 0px 0px;
}
#tp-featuredListings .slide {
  margin: 0px;
  position: relative;
}
#tp-featuredListings .img-holder {
  display: block;
  width: 310px; height: 180px;
  padding: 0px;
  overflow: hidden;
}
#tp-featuredListings .img-holder img {
  width: 350px;
  position: relative;
  top: -40px; left: -20px;
}
#tp-featuredListings .img-holder a {
  display: block;
  width: 310px; height: 180px;
}
#tp-featuredListings .address {
  display: none;
}
#tp-featuredListings span,
#tp-featuredListings .otherDetails {
  display: block;
}
#tp-featuredListings .view-listing-button {
  width: 59px; height: 29px;
  position: absolute;
  bottom: 0px; right: 0px;
}
#tp-featuredListings .view-listing-button a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0px 10px;
  line-height: 29px !important;
}
#tp-featuredListings .view-video-button {
  position: absolute;
  top: 138px; left: 10px;
}
#tp-featuredListings .view-video-button a {
  text-decoration: none;
  position: relative;
}
#tp-featuredListings .view-video-button span {
  display: none;
  width: 85px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 2px 10px 2px 23px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0px; left: 18px;
  z-index: 10;
}
#tp-featuredListings .view-video-button strong {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #FFF;
  padding: 3px 5px 2px 8px;
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 2px #FFF;
  font-weight: normal;
  position: relative;
  z-index: 20;
}
#tp-featuredListings .view-video-button a:hover span {
  display: block;
}
#tp-featuredListings .price {
  width: 310px;
  padding-top: 0px;
  border-top: 1px solid rgba(0,0,0,0.3);
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  position: absolute;
  bottom: 74px; right: 0px;
}
#tp-featuredListings .mls_num {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  bottom: 74px; left: 0px;
}
#tp-featuredListings .community {
  width: 245px; height: 19px;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  bottom: 10px; left: 0px;
  overflow: hidden;
}
#tp-featuredListings .community a {
  text-decoration: none;
}
#tp-featuredListings .otherDetails {
  width: 310px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  position: absolute;
  bottom: 35px; left: 0px;
}
#tp-featuredListings .otherDetails li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 71px;
  margin-right: 5px;
  vertical-align: top;
  text-align: right;
  position: relative;
}
#tp-featuredListings .otherDetails li.first {
  width: 148px;
  text-align: left;
}
#tp-featuredListings .otherDetails li.last {
  margin-right: 0px;
  text-align: right;
}
#tp-featuredListings .otherDetails li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#tp-featuredListings .otherDetails li .label {
  font-family: 'real-estate-icons';
  font-size: 30px;
  position: relative;
  top: 5px;
}
#tp-featuredListings .otherDetails li .value {
  font-size: 20px;
}

/*** LIGHTSITE SETTINGS ***/
.rm-light-website #tp-featuredListings button.next,
.rm-light-website #tp-featuredListings .otherDetails li .label {
  text-shadow: 1px 1px 1px #FFF;
}
/*** DARKSITE SETTINGS ***/
.rm-dark-website #tp-featuredListings button.next,
.rm-dark-website #tp-featuredListings .otherDetails li .label {
  text-shadow: 1px 1px 1px #000;
}
.rm-dark-website #tp-featuredListings button.next span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
}
.rm-dark-website #tp-featuredListings .price {
  border-top: 1px solid rgba(255,255,255,0.5);
}
.rm-dark-website #tp-featuredListings .otherDetails {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.rm-dark-website #tp-featuredListings .view-video-button span {
  color: #000 !important;
}

/*** *************** ANGULAR FEATURED LISTINGS WIDGET ***/
.tp-fl-ang,
.tp-fl-ang .tp-fl-items {
  position: relative;
}
.tp-fl-ang .tp-fl-next {
  display: block;
  width: 15px; height: 32px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  font-family: 'websymbols';
  position: absolute;
  top: -41px; right: 0px;
}
.tp-fl-ang .tp-fl-next:hover {
  cursor: pointer;
}
.tp-fl-ang .tp-fl-next:focus {
  outline: none;
}
.tp-fl-ang .tp-fl-item {
  width: 310px; height: 294px;
}
.tp-fl-ang .tp-fl-dropshadow {
  width: 100%; height: 0;
  padding-bottom: 81.8%;
  position: relative;
}
.tp-fl-ang .tp-fl-dropshadow:before,
.tp-fl-ang .tp-fl-dropshadow:after {
  content: '';
  display: block;
  width: 45%;
  background-color: rgba(0,0,0,0.7);
  box-shadow: 0px 15px 10px rgba(0,0,0,0.7);
  position: absolute;
  bottom: 15px; top: 80%;
  z-index: 0;
}
.tp-fl-ang .tp-fl-dropshadow:before {
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  left: 8px;
}
.tp-fl-ang .tp-fl-dropshadow:after {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  right: 8px;
}
.tp-fl-ang .tp-fl-photoContainer {
  display: block;
  width: 95%; height: 0;
  background-color: #FFF;
  padding-bottom: 77.8%;
  border: 7px solid #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.tp-fl-ang .tp-fl-photo {
  width: 130%;
  position: relative;
  top: -24px; left: -43px;
}
.tp-fl-ang .tp-fl-actions {
  text-align: right;
  position: absolute;
  bottom: 5px; left: 5px; right: 5px;
}
.tp-fl-ang .tp-actionButton {
  height: auto;
  padding: 6px 8px;
  box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
  line-height: 100%;
  font-size: 12px;
}
.tp-fl-ang .tp-fl-info {
  height: 35px;
  position: absolute;
  bottom: 0; left: 0; right: 0;
}
.tp-fl-ang .tp-fl-price {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  position: absolute;
  bottom: 0; left: 0; right: 51%;
}
.tp-fl-ang .tp-fl-rooms {
  text-align: right;
  position: absolute;
  bottom: -3px; right: 0; left: 51%;
}
.tp-fl-ang .tp-fl-room {
  font-size: 20px;
}
.tp-fl-ang .tp-fl-label {
  margin-right: 3px;
  font-size: 30px;
  text-shadow: 1px 1px 1px #FFF;
  position: relative;
  top: 5px;
}
.tp-fl-ang .tp-fl-room:last-child .tp-fl-label {
  margin-left: 15px;
}
.tp-fl-ang .tp-fl-community {
  display: block;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: 0; left: 0; right: 0;
}

/* ****** SINGLE WIDE ***/
.tp-widget-1 .tp-fl-ang .tp-fl-item {
  width: 100%;
  position: absolute;
  top: 0; right: 0;
}

/* ****** DOUBLE WIDE ***/
.tp-widget-2 .tp-fl-ang .tp-fl-item {
  width: 310px;
  position: absolute;
  top: 0;
}
.tp-widget-2 .tp-fl-ang .listing-feed-repeater-item-1 {
  left: 0;
}
.tp-widget-2 .tp-fl-ang .listing-feed-repeater-item-2 {
  right: 0;
}
.tp-narrow-1 .tp-widget-2 .tp-fl-ang .listing-feed-repeater-item-2,
.tp-narrow-2 .tp-widget-2 .tp-fl-ang .listing-feed-repeater-item-2 {
  display: none;
}

/* ****** FULL WIDE ***/
.tp-widget-3 .tp-fl-ang .tp-fl-items {
  height: 0;
  padding-bottom: 29.2%;
}
.tp-widget-3 .tp-fl-ang .tp-fl-item {
  width: 31%; height: 0;
  padding-bottom: 29.2%;
  position: absolute;
  top: 0;
}
.tp-widget-3 .tp-fl-ang .listing-feed-repeater-item-1 {
  left: 0;
}
.tp-widget-3 .tp-fl-ang .listing-feed-repeater-item-2 {
  left: 34.5%;
}
.tp-widget-3 .tp-fl-ang .listing-feed-repeater-item-3 {
  right: 0;
}
.tp-widget-3 .tp-fl-ang .tp-fl-price {
  left: 5px;
}
.tp-widget-3 .tp-fl-ang .tp-fl-rooms {
  right: 5px;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-dropshadow {
  padding-bottom: 80.7%;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-photoContainer {
  border: 5px solid #FFF;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-price {
  font-size: 20px;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-rooms {
  bottom: 3px;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-room {
  font-size: 18px;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-label {
  font-size: 24px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-items {
  padding-bottom: 30.5%;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-item {
  padding-bottom: 31%;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-dropshadow {
  padding-bottom: 81.6%;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-photoContainer {
  border: 5px solid #FFF;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-photo {
  top: -15px; left: -28px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-price {
  font-size: 18px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-rooms {
  bottom: 7px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-room {
  font-size: 16px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-label {
  font-size: 20px;
  top: 4px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-room:last-child .tp-fl-label {
  margin-left: 5px;
}

/* ****** EDMONTON BOARD DISCLAIMER ***/
.tp-fl-ang .tp-fl-courtesyOf {
  font-size: 14px;
  font-style: italic;
  line-height: 120%;
  text-align: center;
  position: absolute;
  top: 0; left: 0; right: 0;
}
.tp-fl-ang .tp-fl-edmontonDisclaimer {
  height: 0;
  padding-bottom: 70.1%;
  margin-top: 36px;
}
.tp-fl-ang .tp-fl-edmontonDisclaimer .tp-fl-photoContainer {
  height: 0;
  padding-bottom: 66%;
}
.tp-fl-ang .tp-fl-edmontonDisclaimer .tp-fl-photo {
  width: 116%;
  top: -25px; left: -23px;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-courtesyOf {
  font-size: 12px;
}
.tp-narrow-1 .tp-widget-3 .tp-fl-ang .tp-fl-dropshadow.tp-fl-edmontonDisclaimer {
  margin-top: 30px;
  padding-bottom: 69%;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-courtesyOf {
  font-size: 11px;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-dropshadow.tp-fl-edmontonDisclaimer {
  margin-top: 28px;
  padding-bottom: 68.4%;
}
.tp-narrow-2 .tp-widget-3 .tp-fl-ang .tp-fl-edmontonDisclaimer .tp-fl-photoContainer {
  padding-bottom: 65%;
}

/* ****** ANIMATIONS ***/
/* *** FADE ***/
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-moz-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-o-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-o-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.tp-fl-ang.tp-animate-fade .ng-leave {
  animation: fadeOut 1s;
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
}
.tp-fl-ang.tp-animate-fade .ng-enter {
  opacity: 0;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
}
.tp-fl-ang.tp-animate-fade .listing-feed-repeater-item-2.ng-leave,
.tp-fl-ang.tp-animate-fade .listing-feed-repeater-item-2.ng-enter {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
.tp-fl-ang.tp-animate-fade .listing-feed-repeater-item-3.ng-leave,
.tp-fl-ang.tp-animate-fade .listing-feed-repeater-item-3.ng-enter {
  animation-delay: 1.0s;
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
}
/* *** SPIN ***/
@keyframes spinOut {
  0% { opacity: 1; }
  30% { opacity: 1;}
  31% { opacity: 0; }
  100% { opacity: 0; transform: rotateY(180deg); }
}
@-webkit-keyframes spinOut {
  0% { opacity: 1; }
  30% { opacity: 1;}
  31% { opacity: 0; }
  100% { opacity: 0; -webkit-transform: rotateY(180deg); }
}
@-moz-keyframes spinOut {
  0% { opacity: 1; }
  30% { opacity: 1;}
  31% { opacity: 0; }
  100% { opacity: 0; -moz-transform: rotateY(180deg); }
}
@-o-keyframes spinOut {
  0% { opacity: 1; }
  30% { opacity: 1;}
  31% { opacity: 0; }
  100% { opacity: 0; -o-transform: rotateY(180deg); }
}

@keyframes spinIn {
    0% { opacity: 0; transform: rotateY(-180deg); }
    30% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 1; transform: rotateY(0deg); }
}
@-webkit-keyframes spinIn {
    0% { opacity: 0; -webkit-transform: rotateY(-180deg); }
    30% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 1; -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes spinIn {
    0% { opacity: 0; -moz-transform: rotateY(-180deg); }
    30% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 1; -moz-transform: rotateY(0deg); }
}
@-o-keyframes spinIn {
    0% { opacity: 0; -o-transform: rotateY(-180deg); }
    30% { opacity: 1; }
    50% { opacity: 1; }
    100% { opacity: 1; -o-transform: rotateY(0deg); }
}
.tp-fl-ang.tp-animate-spin .ng-enter {
  opacity: 0;
  animation: spinIn 1s;
  -webkit-animation: spinIn 1s;
  -moz-animation: spinIn 1s;
  -o-animation: spinIn 1s;
}
.tp-fl-ang.tp-animate-spin .ng-leave {
  animation: spinOut 1s;
  -webkit-animation: spinOut 1s;
  -moz-animation: spinOut 1s;
  -o-animation: spinOut 1s;
}
.tp-fl-ang.tp-animate-spin .listing-feed-repeater-item-2.ng-enter,
.tp-fl-ang.tp-animate-spin .listing-feed-repeater-item-2.ng-leave {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
.tp-fl-ang.tp-animate-spin .listing-feed-repeater-item-3.ng-enter,
.tp-fl-ang.tp-animate-spin .listing-feed-repeater-item-3.ng-leave {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
}
/* *** SLIDE ***/
/* Slide in */
@-webkit-keyframes slideIn {
  0% { opacity: 0;  -webkit-transform: translate(0,-100%); -moz-transform: translate(0,-100%); -o-transform: translate(0,-100%); -ms-transform: translate(0,-100%); transform: translate(0,-100%); }
  100% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
}
@-moz-keyframes slideIn {
  0% { opacity: 0;  -webkit-transform: translate(0,-100%); -moz-transform: translate(0,-100%); -o-transform: translate(0,-100%); -ms-transform: translate(0,-100%); transform: translate(0,-100%); }
  100% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
}
@-o-keyframes slideIn {
  0% { opacity: 0;  -webkit-transform: translate(0,-100%); -moz-transform: translate(0,-100%); -o-transform: translate(0,-100%); -ms-transform: translate(0,-100%); transform: translate(0,-100%); }
  100% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
}
@keyframes slideIn {
  0% { opacity: 0;  -webkit-transform: translate(0,-100%); -moz-transform: translate(0,-100%); -o-transform: translate(0,-100%); -ms-transform: translate(0,-100%); transform: translate(0,-100%); }
  100% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
}

/* Slide Out */
@-webkit-keyframes slideOut {
  0% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
  100% { opacity: 0; -webkit-transform: translate(0,100%); -moz-transform: translate(0,100%); -o-transform: translate(0,100%); -ms-transform: translate(0,100%); transform: translate(0,100%); }
}
@-moz-keyframes slideOut {
  0% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
  100% { opacity: 0; -webkit-transform: translate(0,100%); -moz-transform: translate(0,100%); -o-transform: translate(0,100%); -ms-transform: translate(0,100%); transform: translate(0,100%); }
}
@-o-keyframes slideOut {
  0% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
  100% { opacity: 0; -webkit-transform: translate(0,100%); -moz-transform: translate(0,100%); -o-transform: translate(0,100%); -ms-transform: translate(0,100%); transform: translate(0,100%); }
}
@keyframes slideOut {
  0% { opacity: 1; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); }
  100% { opacity: 0; -webkit-transform: translate(0,100%); -moz-transform: translate(0,100%); -o-transform: translate(0,100%); -ms-transform: translate(0,100%); transform: translate(0,100%); }
}
.tp-fl-ang.tp-animate-slide .ng-enter {
  opacity: 0;
  -webkit-animation: slideIn 1s;
  -moz-animation: slideIn 1s;
  -ms-animation: slideIn 1s;
  animation: slideIn 1s;
}
.tp-fl-ang.tp-animate-slide .ng-leave {
  -webkit-animation: slideOut 1s;
  -moz-animation: slideOut 1s;
  -ms-animation: slideOut 1s;
  animation: slideOut 1s;
}
.tp-fl-ang.tp-animate-slide .listing-feed-repeater-item-2.ng-enter,
.tp-fl-ang.tp-animate-slide .listing-feed-repeater-item-2.ng-leave {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.tp-fl-ang.tp-animate-slide .listing-feed-repeater-item-3.ng-enter,
.tp-fl-ang.tp-animate-slide .listing-feed-repeater-item-3.ng-leave {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}


/*** *************** TESTIMONIAL WIDGET ***/
.tp-widget-testimonialWidget {
  position: relative;
}
.tp-widget-testimonialWidget .tp-widgetTitle {
  border-bottom: none;
  box-shadow: none;
}
.tp-widget #testimonials-widget .testimonial-subject,
.tp-widget #testimonials-widget .testimonial-date {
  display: none;
}
.tp-widget #testimonials-widget ul {
  list-style-type: none;
}
.tp-widget #testimonials-widget li {
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.tp-widget #testimonials-widget p {
  background-color: #FFF;
  padding: 7px 10px 10px 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid;
  border-top-color: rgba(0,0,0,0.5);
  border-left-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
  color: #000;
  font-size: 12px;
  position: relative;
}
.tp-widget #testimonials-widget p:before {
  content: '';
  display: block;
  width: 0px; height: 0px;
  border: 12px solid;
  border-top-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -25px; right: -1px;
}
.tp-widget #testimonials-widget p:after {
  content: '';
  display: block;
  width: 0px; height: 0px;
  border: 12px solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -23px; right: 0px;
}
.tp-widget #testimonials-widget li:nth-child(even) p {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
}
.tp-widget #testimonials-widget li:nth-child(even) p:before {
  border-top-color: rgba(0,0,0,0.3);
  border-left-color: rgba(0,0,0,0.3);
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: -1px;
}
.tp-widget #testimonials-widget li:nth-child(even) p:after {
  border: 12px solid;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 0px;
}
.tp-widget #testimonials-widget .testimonial-name {
  display: block;
  width: 80%;
  padding: 0px 10%;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  position: absolute;
  bottom: 0px;
}
.tp-widget #testimonials-widget li:nth-child(even) .testimonial-name {
  text-align: left;
}
.tp-widget-2 #testimonials-widget .testimonial-name {
  width: 90%;
  padding: 0px 5%;
}
.tp-widget #testimonials-widget .testimonial-video {
  text-decoration: none;
  position: absolute;
  bottom: 32px;
}
.tp-widget #testimonials-widget .testimonial-video span {
  display: none;
  width: 98px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 2px 10px 2px 23px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 5px; left: 18px;
  z-index: 10;
}
.tp-widget #testimonials-widget .testimonial-video strong {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #FFF;
  padding: 3px 5px 2px 8px;
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 2px #FFF;
  font-weight: normal;
  position: relative;
  z-index: 20;
}
.tp-widget #testimonials-widget .testimonial-video:hover span {
  display: block;
}
.tp-widget #testimonials-widget li:nth-child(odd) .testimonial-video {
  left: 5px;
}
.tp-widget #testimonials-widget li:nth-child(even) .testimonial-video {
  right: 5px;
}
.tp-widget #testimonials-widget li:nth-child(even) .testimonial-video span {
  padding: 2px 23px 2px 10px;
  left: -114px;
}
.tp-widget-testimonialWidget .tp-actionButton {
  width: 100%;
  padding: 0px;
  position: absolute;
  bottom: 0px; left: 0px;
}

/*** NARROW SETTINGS ***/
.tp-narrow-1 .tp-widget-2 #testimonials-widget li,
.tp-narrow-2 .tp-widget-2 #testimonials-widget li {
  margin-bottom: 70px;
}
.tp-narrow-1 .tp-widget-2 #testimonials-widget p,
.tp-narrow-2 .tp-widget-2 #testimonials-widget p {
  font-size: 14px;
}

/*** DARKSITE SETTINGS ***/
.rm-dark-website .tp-widget #testimonials-widget p {
  background-color: #DDD;
  border-bottom-color: rgba(0,0,0,1.0);
  border-right-color: rgba(0,0,0,1.0);
}
.rm-dark-website .tp-widget #testimonials-widget p:after {
  border-top-color: #DDD;
  border-right-color: #DDD;
}
.rm-dark-website .tp-widget #testimonials-widget li:nth-child(even) p:after {
  border-top-color: #DDD;
  border-left-color: #DDD;
}
.rm-dark-website .tp-widget #testimonials-widget .testimonial-video span {
  color: #000 !important;
}


/*** *************** VIDEO WIDGET ***/
.tp-widget-videoWidget {
  position: relative;
}
.tp-widget-videoWidget .tp-widgetTitle {
  border-bottom: none;
  box-shadow: none;
}
#widgetVideoPlayer h3 {
  display: none;
}
#videowrapper {
  position: relative;
}
#widgetVideoPlayer iframe {
  border: 7px solid #FFF;
}
#widgetVideoPlayer #videowrapper:before,
#widgetVideoPlayer #videowrapper:after {
  content: '';
  width: 45%;
  background-color: rgba(0,0,0,0.7);
  box-shadow: 0px 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: absolute;
  bottom: 22px; left: 8px;
  top: 80%;
  z-index: -1;
}
#widgetVideoPlayer #videowrapper:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  left: auto; right: 8px;
}
.tp-widget-videoWidget .tp-videoCopy {
  font-size: 12px;
}

/*** SINGLE WIDE VARIATION ***/
.tp-widget-1 #videowrapper,
.tp-narrow-1 .tp-widget-2 #videowrapper,
.tp-narrow-2 .tp-widget-2 #videowrapper {
  width: auto;
  text-align: center;
}
.tp-widget-1 #widgetVideoPlayer iframe,
.tp-narrow-1 .tp-widget-2 #widgetVideoPlayer iframe,
.tp-narrow-2 .tp-widget-2 #widgetVideoPlayer iframe {
  width: 296px !important;
  height: 167px !important;
}
.tp-widget-1 .tp-youtubeVidLogo,
.tp-narrow-1 .tp-widget-2 .tp-youtubeVidLogo,
.tp-narrow-2 .tp-widget-2 .tp-youtubeVidLogo {
  width: 119px; height: 48px;
  float: right;
  margin: -8px 0px 0px 10px;
  background-image: url(images/youtube-logo-sprite-119px.png);
  background-position: top right;
}
.tp-widget-1 .tp-videoCopy,
.tp-narrow-1 .tp-widget-2 .tp-videoCopy,
.tp-narrow-2 .tp-widget-2 .tp-videoCopy {
  margin-top: 15px;
}
.tp-widget-1.tp-widget-videoWidget .tp-actionButton,
.tp-narrow-1 .tp-widget-2.tp-widget-videoWidget .tp-actionButton,
.tp-narrow-2 .tp-widget-2.tp-widget-videoWidget .tp-actionButton {
  width: 98%;
  margin: 0px 1%;
  padding: 0px;
  position: absolute;
  bottom: 0px; left: 0px;
}

/*** DOUBLE WIDE VARIATION ***/
.tp-widget-2 #videowrapper {
  width: 494px;
}
.tp-widget-2 #widgetVideoPlayer iframe {
  width: 480px !important;
  height: 270px !important;
}
.tp-widget-2 .tp-youtubeLogoContainer {
  width: 140px;
  text-align: center;
  position: absolute;
  top: 110px; right: 0px;
}
.tp-widget-2 .tp-youtubeVidLogo {
  width: 138px; height: 56px;
  margin: 0px auto 10px auto;
  background-image: url(images/youtube-logo-sprite-138px.png);
  background-position: top right;
}
.tp-widget-2 .tp-videoCopy-secondLine {
  display: block;
}
.tp-widget-2 .tp-videoCopy,
.tp-widget-2 .tp-videoCopy-secondLine {
  margin-top: 10px;
}
.tp-widget-2.tp-widget-videoWidget .tp-actionButton {
  width: 120px;
  position: absolute;
  bottom: 10px; right: 0px;
}

/*** NARROW SETTINGS ***/
.tp-narrow-1 .tp-widget-2 .tp-videoCopy-secondLine,
.tp-narrow-2 .tp-widget-2 .tp-videoCopy-secondLine {
  display: none;
}
.tp-narrow-1 .tp-widget-2 .tp-youtubeLogoContainer,
.tp-narrow-2 .tp-widget-2 .tp-youtubeLogoContainer {
  width: 100%;
  top: 242px;
}
.tp-narrow-1 .tp-widget-2 .tp-videoCopy,
.tp-narrow-2 .tp-widget-2 .tp-videoCopy {
  margin-top: 0px;
}

/*** DARKSITE SETTINGS ***/
.rm-dark-website #widgetVideoPlayer #videowrapper:before,
.rm-dark-website #widgetVideoPlayer #videowrapper:after {
  box-shadow: 0px 20px 10px rgba(0,0,0,1.0);
  bottom: 25px;
}
.rm-dark-website .tp-widget-1 .tp-youtubeVidLogo,
.rm-dark-website .tp-widget-2 .tp-youtubeVidLogo,
.rm-dark-website .tp-narrow-1 .tp-widget-2 .tp-youtubeVidLogo,
.rm-dark-website .tp-narrow-2 .tp-widget-2 .tp-youtubeVidLogo {
  background-position: bottom right;
}
.rm-dark-website #widgetVideoPlayer iframe {
  border: 7px solid #DDD;
}


/*** *************** MARKET STATS WIDGET ***/
.tp-widget-statsWidget {
  position: relative;
}
.tp-widget-statsWidget .tp-widgetTitle {
  border-bottom: none;
  box-shadow: none;
}
.tp-statsWidgetContainer .stats_for_area_widget {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.tp-widget-2 .tp-statsWidgetContainer .stats_for_area_widget {
  background-image: url(images/slider-shadow-smaller.png);
  padding-bottom: 20px;
}
.tp-widget-1 .tp-statsWidgetContainer .stats_for_area_widget,
.tp-narrow-1 .tp-widget-2 .tp-statsWidgetContainer .stats_for_area_widget,
.tp-narrow-2 .tp-widget-2 .tp-statsWidgetContainer .stats_for_area_widget {
  background-image: url(images/slider-shadow-verysmall.png);
  padding-bottom: 12px;
}
.tp-statsWidgetContainer h3 {
  display: none;
}
.tp-statsWidgetContainer table {
  width: 98%;
  background-color: #dce0e3;
  border: none !important;
  border-collapse: separate;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.tp-statsWidgetContainer .stats_for_area_widget table {
  margin: 0px auto;
}
.tp-statsWidgetContainer table thead tr {
  background-image: url(images/gradient-overlay-bg-28px.png);
  background-repeat: repeat-x;
  background-size: 1px 30px;
  height: 29px;
}
.tp-statsWidgetContainer table tr td {
  padding: 2px 0px;
  font-size: 13px;
}
.tp-statsWidgetContainer table tr td:first-child {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.tp-statsWidgetContainer table thead tr td {
  padding: 4px 0px;
  font-size: 15px;
  text-transform: uppercase;
}
.tp-statsWidgetContainer a.tp-actionButton {
  position: absolute;
  bottom: 0px; right: 0px;
}
.tp-statsWidgetContainer table tr:nth-child(even) {
  background-color: #e7e7e7;
}

/*** NARROW & SINGLE SETTINGS ***/
.tp-narrow-1 .tp-statsWidgetContainer table tr td,
.tp-narrow-2 .tp-statsWidgetContainer table tr td,
.tp-widget-1 .tp-statsWidgetContainer table tr td {
  height: 26px;
  font-size: 11px;
}

/*** DARKSITE SETTINGS ***/
.rm-dark-website .tp-statsWidgetContainer table tbody {
  color: #000;
}
.rm-dark-website .tp-statsWidgetContainer table {
  background-color: #CCC;
}
.rm-dark-website .tp-statsWidgetContainer table tr:nth-child(even) {
  background-color: #DDD;
}


/*** *************** FACEBOOK WIDGET ***/
.tp-widget-facebookWidget .tp-widgetTitle {
  border-bottom: none;
  box-shadow: none;
}
.tp-facebookWidgetContainer .fb-like-box {
  background-color: #FFF;
}

/*** NARROW SETTINGS ***/
.tp-narrow-1 .tp-widget-2 .tp-facebookWidgetContainer .fb-like-box iframe,
.tp-narrow-2 .tp-widget-2 .tp-facebookWidgetContainer .fb-like-box iframe {
  width: 310px !important;
}

/*** DARKSITE SETTINGS ***/
.rm-dark-website .tp-facebookWidgetContainer .fb-like-box {
  background-color: #DDD;
}


/*** *************** BUTTON WIDGET ***/
.tp-widget-buttonWidget {
  overflow: visible;
}
.tp-buttonWidget {
  width: 288px; height: 272px;
  margin-top: 40px;
  padding: 10px;
  border-left: 1px solid rgba(255,255,255,0.8);
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  text-align: center;
}
.tp-buttonWidget .tp-button-header {
  position: relative;
}
.tp-buttonWidget .tp-button-subText {
  margin-top: 10px;
  font-style: italic;
}
.tp-buttonWidget .tp-buttonLine {
  display: block;
  height: 2px;
  background-color: rgba(0,0,0,0.3);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.tp-buttonWidget .tp-button-header .tp-buttonLine {
  width: 288px;
  position: absolute;
  top: 17px; left: 0px;
}
.tp-buttonWidget .tp-button-headerText {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0px 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.tp-buttonWidget .tp-actionButton {
  display: block;
  height: 35px;
  background-size: 1px 36px;
  background-position: bottom left;
  margin-top: 20px;
  font-size: 17px;
  line-height: 35px;
}
.tp-buttonWidget .tp-button-icons {
  height: 70px;
  margin-bottom: 20px;
}
.tp-buttonWidget .tp-button-icons span {
  margin-right: 34px;
  font-size: 70px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.tp-buttonWidget .tp-button-icons .tp-lastIcon {
  margin-right: 0px;
}

/*** MOBILE BUTTON ***/
.tp-button-mobile {
  position: relative;
  text-align: right;
}
.tp-button-mobile .tp-button-headerText {
  margin: 15px 0px 23px 0px;
  padding: 10px 10px 10px 75px;
  font-size: 22px;
  z-index: auto;
}
.tp-button-mobile .tp-button-subText {
  margin: 10px 5px 10px 145px;
}
.tp-button-mobile .tp-buttonLine {
  margin-left: 40px;
}
.tp-button-mobile .tp-button-graphic {
  width: 144px; height: 185px;
  background-image: url(images/mobile-button-phones.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px; left: 10px;
}
.tp-button-mobile .tp-button-postnote {
  margin: 20px 0px 0px 0px;
  padding-left: 20px;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.tp-button-mobile .reIcons-compass:before {
  font-size: 22px;
  position: absolute;
  top: 1px; left: 6px;
}
.tp-button-mobile .tp-actionButton {
  margin-top: 17px;
}

/*** LIGHTSITE SETTINGS ***/
.rm-light-website .tp-buttonWidget {
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
/*** DARKSITE SETTINGS ***/
.rm-dark-website .tp-buttonWidget {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.8);
}
.rm-dark-website .tp-buttonWidget .tp-button-icons span {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}


/*** *************** TWITTER WIDGET ***/
.tp-twitterContainer {
  height: 292px;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  border-radius: 7px;
  border-left: 1px solid rgba(255,255,255,1.0);
  border-top: 1px solid rgba(255,255,255,1.0);
  border-right: 1px solid rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  overflow: visible;
}


/*** *************** COMMUNITY WIDGET ***/
.tp-widget-communityWidget {
  overflow: visible;
}
.tp-communityWidgetContainer {
  height: 292px;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  border-left: 1px solid rgba(255,255,255,0.8);
  border-top: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  position: relative;
}
.tp-communityWidgetContainer .tp-communityHeader {
  display: block;
  width: 290px;
  padding: 10px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 27px; right: 0px;
}
.tp-communityWidgetContainer .communityNavigator {
  width: 350px; height: 263px;
  background-repeat: no-repeat;
  background-position: center;
  border: 4px solid #FFF;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  position: absolute;
  top: 10px; left: 10px;
  z-index: auto;
}
.tp-communityWidgetContainer .tp-communityCopy {
  width: 268px;
  margin-bottom: 0px;
  font-style: italic;
  position: absolute;
  top: 126px; right: 12px;
}
.tp-communityWidgetContainer .tp-content {
  display: block;
  padding-left: 20px;
}
.tp-communityWidgetContainer .tp-buttonLine {
  display: block;
  height: 2px;
  background-color: rgba(0,0,0,0.3);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.tp-communityWidgetContainer .tp-lineTop {
  margin-bottom: 10px;
}
.tp-communityWidgetContainer .tp-lineBottom {
  margin-top: 10px;
}
.tp-communityWidgetContainer .communityNavigator .groupNameHeader-firstLevel,
ul.communityNavigator > li.surroundingArea > .groupNameHeader {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
}
.tp-communityWidgetContainer .groupNameHeader-firstLevel .tp-addPin {
  font-size: 40px;
  font-family: 'real-estate-icons';
  text-shadow: 1px 1px 0px #fff;
  position: absolute;
  top: -13px; left: -28px;
}
.tp-communityWidgetContainer .communityNavigatorOverlay {
  padding: 10px 0px 10px 10px;
  box-shadow: 0px 0px 3px #000;
}
.tp-communityWidgetContainer .communityNavigator li ul {
  background-color: transparent;
}
.tp-communityWidgetContainer .communityNavigator li ul li {
  width: 23.8%;
}
.tp-communityWidgetContainer .communityNavigatorOverlay a.close {
  top: -5px; right: -9px;
}
.tp-communityWidgetContainer .communityNavigatorOverlay .groupNameHeader {
  margin-bottom: 5px;
  font-weight: 600;
}
.tp-communityWidgetContainer .communityNavigatorOverlay a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
.tp-communityWidgetContainer .communityNavigatorOverlay a:hover {
  text-decoration: underline;
}

/*** NARROW SETTINGS ***/
.tp-narrow-1 .tp-communityWidgetContainer .communityNavigator,
.tp-narrow-2 .tp-communityWidgetContainer .communityNavigator {
  width: 279px;
}
.tp-narrow-1 .tp-communityWidgetContainer .tp-communityHeader,
.tp-narrow-1 .tp-communityWidgetContainer .tp-communityCopy,
.tp-narrow-2 .tp-communityWidgetContainer .tp-communityHeader,
.tp-narrow-2 .tp-communityWidgetContainer .tp-communityCopy {
  display: none;
}

/*** EDMONTON SPECIFIC ***/
.tp-communityWidgetContainer.tp-edmontonCommunityPins .communityNavigator {
  background-image: url(images/edmonton-map-bg.jpg);
}
.tp-edmontonCommunityPins .tp-zone1 .groupNameHeader-firstLevel {
  top: 91px; left: 158px;
}
.tp-edmontonCommunityPins .tp-zone2 .groupNameHeader-firstLevel {
  top: 190px; left: 223px;
}
.tp-edmontonCommunityPins .tp-zone3 .groupNameHeader-firstLevel {
  top: 24px; left: 209px;
}
.tp-edmontonCommunityPins .tp-zone4 .groupNameHeader-firstLevel {
  top: 136px; left: 230px;
}
.tp-edmontonCommunityPins .tp-zone5 .groupNameHeader-firstLevel {
  top: 114px; left: 66px;
}
.tp-edmontonCommunityPins .tp-zone6 .groupNameHeader-firstLevel {
  top: 46px; left: 70px;
}
.tp-edmontonCommunityPins .tp-zone7 .groupNameHeader-firstLevel {
  top: 180px; left: 84px;
}
.tp-edmontonCommunityPins > ul.communityNavigator > .tp-zone8 > .groupNameHeader {
  top: 235px; left: 5px;
}
/* NARROW SETTINGS */
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone1 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone1 .groupNameHeader-firstLevel {
  top: 91px; left: 123px;
}
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone2 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone2 .groupNameHeader-firstLevel {
  top: 178px; left: 183px;
}
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone3 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone3 .groupNameHeader-firstLevel {
  top: 10px; left: 161px;
}
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone4 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone4 .groupNameHeader-firstLevel {
  top: 136px; left: 156px;
}
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone5 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone5 .groupNameHeader-firstLevel {
  top: 116px; left: 32px;
}
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone6 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone6 .groupNameHeader-firstLevel {
  top: 46px; left: 35px;
}
.tp-narrow-1 .tp-edmontonCommunityPins .tp-zone7 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-edmontonCommunityPins .tp-zone7 .groupNameHeader-firstLevel {
  top: 194px; left: 46px;
}

/*** CALGARY SPECIFIC ***/
.tp-communityWidgetContainer.tp-calgaryCommunityPins .communityNavigator {
  background-image: url(images/calgary-map-bg.jpg);
}
.tp-calgaryCommunityPins .zone .groupNameHeader-firstLevel {
  width: 90px;
}
.tp-calgaryCommunityPins .zone .groupNameHeader-firstLevel .tp-addPin {
  top: 6px;
}
.tp-calgaryCommunityPins .tp-zone1 .groupNameHeader-firstLevel .tp-addPin {
  top: -13px;
}

.tp-calgaryCommunityPins .tp-zone1 .groupNameHeader-firstLevel .tp-addPin {
  top: -13px;
}

.tp-calgaryCommunityPins .tp-zone1 .groupNameHeader-firstLevel {
  top: 12px;
  left: 172px;
}
.tp-calgaryCommunityPins .tp-zone2 .groupNameHeader-firstLevel {
  top: 39px;
  left: 202px;
}
.tp-calgaryCommunityPins .tp-zone3 .groupNameHeader-firstLevel {
  top: 114px;
  left: 214px;
}
.tp-calgaryCommunityPins .tp-zone4 .groupNameHeader-firstLevel {
  top: 148px;
  left: 231px;
}
.tp-calgaryCommunityPins .tp-zone5 .groupNameHeader-firstLevel {
  top: 200px;
  left: 184px;
}
.tp-calgaryCommunityPins .tp-zone6 .groupNameHeader-firstLevel {
  top: 187px; left: 234px;
}
.tp-calgaryCommunityPins .tp-zone7 .groupNameHeader-firstLevel {
  top: 32px;
  left: 39px;
}
.tp-calgaryCommunityPins .tp-zone8 .groupNameHeader-firstLevel {
  top: 88px;
  left: 172px;
}
.tp-calgaryCommunityPins .tp-zone9 {
  top: 239px;
  left: 1px;
}


.tp-calgaryCommunityPins > ul.communityNavigator > .tp-zone6 > .groupNameHeader {
  width: 58px;
  text-align: center;
  top: 79px;
  left: 56px;
}
/* NARROW SETTINGS */
.tp-narrow-1 .tp-calgaryCommunityPins .tp-zone1 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-calgaryCommunityPins .tp-zone1 .groupNameHeader-firstLevel {
  top: 96px; left: 133px;
}
.tp-narrow-1 .tp-calgaryCommunityPins .tp-zone2 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-calgaryCommunityPins .tp-zone2 .groupNameHeader-firstLevel {
  top: 7px; left: 39px;
}
.tp-narrow-1 .tp-calgaryCommunityPins .tp-zone3 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-calgaryCommunityPins .tp-zone3 .groupNameHeader-firstLevel {
  top: 36px; left: 164px;
}
.tp-narrow-1 .tp-calgaryCommunityPins .tp-zone4 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-calgaryCommunityPins .tp-zone4 .groupNameHeader-firstLevel {
  top: 140px; left: 96px;
}
.tp-narrow-1 .tp-calgaryCommunityPins .tp-zone5 .groupNameHeader-firstLevel,
.tp-narrow-2 .tp-calgaryCommunityPins .tp-zone5 .groupNameHeader-firstLevel {
  top: 187px; left: 178px;
}

/*** *************** THREE WIDE BUTTON WIDGET ***/
.tp-widget-buttonsWide .tp-buttonWide {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 28.6%;
  margin-right: 3.3%;
  padding: 0% 1% 1.5% 1%;
  border-left: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  text-decoration: none;
}
.tp-widget-buttonsWide .tp-lastButton {
  margin-right: 0px;
}
.tp-widget-buttonsWide .tp-withIcon span {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.tp-widget-buttonsWide .tp-withIcon:before {
  font-size: 45px;
  padding-right: 5px;
  color: rgba(0,0,0,0.4);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
  position: relative;
  top: 8px;
}
.tp-widget-buttonsWide .tp-buttonWide:hover {
  border-right: 1px solid rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.8);
  border-top: 1px solid rgba(0,0,0,0.4);
  border-left: 1px solid rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
}
.tp-widget-buttonsWide .tp-buttonWide:hover .tp-withIcon:before {
  color: rgba(0,0,0,0.5);
}

/*** NARROW SETTINGS ***/
.tp-narrow-1 .tp-widget-buttonsWide .tp-buttonWide,
.tp-narrow-2 .tp-widget-buttonsWide .tp-buttonWide {
  width: 28.6%;
  margin: 0px 1%;
  padding: 0% 1% 1.5% 1%;
}
.tp-narrow-1 .tp-widget-buttonsWide .tp-withIcon span {
  font-size: 23px;
}
.tp-narrow-1 .tp-widget-buttonsWide .tp-withIcon:before {
  font-size: 40px;
}
.tp-narrow-2 .tp-widget-buttonsWide .tp-buttonWide {
  padding: 0% 1% 1.7% 1%;
}
.tp-narrow-2 .tp-widget-buttonsWide .tp-withIcon span {
  font-size: 16px;
}
.tp-narrow-2 .tp-widget-buttonsWide .tp-withIcon:before {
  font-size: 32px;
}


/*** *************** TEXT WIDGET ***/
.tp-widget-1 .tp-textWidgetContainer {
  font-size: 14px;
  overflow: hidden;
}
.tp-widget-2 .tp-textWidgetContainer {
  font-size: 16px;
  overflow: hidden;
}
.tp-narrow-1 .tp-widget-2 .tp-textWidgetContainer,
.tp-narrow-2 .tp-widget-2 .tp-textWidgetContainer {
  width: 310px; height: 265px;
  font-size: 14px;
  overflow-y: scroll;
}


/*** *************** CONTACT WIDGET ***/
/*** OLD CONTACT FORM ***/
.tp-widget-contactWidget {
  position: relative;
}
.tp-widget-contactWidget .tp-widgetTitle {
  border-bottom: none;
  box-shadow: none;
}
.tp-contactWidgetContainer input,
.tp-contactWidgetContainer textarea {
  display: block;
  background-color: #FFF;
  padding: 0px 4px;
  border: 1px solid;
  border-top-color: rgba(0,0,0,0.5);
  border-left-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
  font-size: 16px;
}
.tp-contactWidgetContainer input {
  height: 24px;
  line-height: 24px;
  border-radius: 0px;
}
.tp-contactWidgetContainer textarea {
  resize: none;
  border-radius: 0px;
}
.tp-contactWidgetContainer .captchaWrapper {
  position: relative;
}
.tp-contactWidgetContainer .captcha-title {
  font-size: 14px;
  font-style: italic;
}
.tp-contactWidgetContainer .captchaWrapper img {
  height: 26px;
  position: absolute;
  top: 22px; left: 0px;
}
.tp-contactWidgetContainer .captchaInput {
  position: absolute;
  top: 22px; left: 116px;
}
.tp-contactWidgetContainer button {
  height: 29px; width: 100%;
  background-image: url(images/gradient-overlay-bg-28px.png);
  background-repeat: repeat-x;
  background-size: 1px 30px;
  background-position: bottom left;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

/*** DOUBLE WIDE VARIATION ***/
.tp-widget-2 .tp-contactWidgetContainer .tp-shortInput {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 195px;
  margin-right: 10px;
  vertical-align: top;
}
.tp-widget-2 .tp-contactWidgetContainer .tp-lastInput {
  margin-right: 0px;
}
.tp-widget-2 .tp-contactWidgetContainer textarea {
  width: 633px; height: 188px;
  margin: 15px 0px 0px 0px;
}
.tp-widget-2 .tp-contactWidgetContainer .captchaWrapper {
  margin-top: 15px;
}
.tp-widget-2 .tp-contactWidgetContainer button {
  width: 313px; height: 47px;
  background-size: 1px 48px;
  line-height: 47px;
  position: absolute;
  bottom: 0px; right: 0px;
}

/*** SINGLE & NARROW VARIATION ***/
.tp-widget-1 .tp-contactWidgetContainer input,
.tp-widget-1 .tp-contactWidgetContainer textarea,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer input,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer textarea,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer input,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer textarea {
  margin-bottom: 8px;
  font-size: 14px;
}
.tp-widget-1 .tp-contactWidgetContainer .tp-shortInput,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer .tp-shortInput,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer .tp-shortInput {
  display: block;
  width: 300px;
}
.tp-widget-1 .tp-contactWidgetContainer textarea,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer textarea,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer textarea {
  width: 300px; height: 92px;
  margin-top: 0px;
}
.tp-widget-1 .tp-contactWidgetContainer .captchaWrapper,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer .captchaWrapper,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer .captchaWrapper {
  margin: 0px;
}
.tp-widget-1 .tp-contactWidgetContainer .captchaInput input,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer .captchaInput input,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer .captchaInput input {
  width: 184px;
}
.tp-widget-1 .tp-contactWidgetContainer button,
.tp-narrow-1 .tp-widget-2 .tp-contactWidgetContainer button,
.tp-narrow-2 .tp-widget-2 .tp-contactWidgetContainer button {
  width: 100%; height: 29px;
  background-size: 1px 30px;
  line-height: 29px;
  position: absolute;
  bottom: 0px; left: 0px;
}

/*** DARKSITE VARIATIONS ***/
.rm-dark-website .tp-contactWidgetContainer input,
.rm-dark-website .tp-contactWidgetContainer textarea {
  background-color: #DDD;
}
/*** END OLD CONTACT WIDGET ***/

/*** NEW REDFORMS WIDGET ***/
.tp-redformWidget .required.legend {
  display: none;
}
.tp-redformWidget .redform,
.tp-redformWidget form {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tp-redformWidget form {
  height: 294px;
  position: relative;
}
.tp-redformWidget .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px;
}
.tp-redformWidget label {
  font-size: 14px;
}
.tp-redformWidget .labeltype-above.redform label {
  margin-bottom: 0;
}
.tp-redformWidget .type-textInput input,
.tp-redformWidget .type-textarea textarea,
.tp-redformWidget .type-captcha input {
  background-color: #FFF;
  padding: 0px 4px;
  border: 1px solid;
  border-top-color: rgba(0,0,0,0.5);
  border-left-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
  border-radius: 0;
  font-size: 14px;
}
.tp-redformWidget .type-textInput input {
  height: 24px;
  line-height: 24px;
}
.tp-redformWidget .preset-caslconsent {
  padding-bottom: 0px;
}
.tp-redformWidget .preset-caslconsent p {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 11px;
  position: relative;
  top: 4px;
}
.tp-redformWidget .type-captcha {
  width: 215px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.tp-redformWidget .type-captcha label {
  float: left;
  position: relative;
  top: 3px;
}
.tp-redformWidget .type-captcha .form-input,
.tp-redformWidget .type-captcha .help-block {
  float: right;
  width: 135px;
  display: inline-block;
}
.tp-redformWidget .type-captcha input {
  width: 115px;
}
.tp-redformWidget .type-submit {
  margin: 0; padding: 0;
  position: absolute;
  bottom: 0; right: 0;
}
.tp-redformWidget .type-submit button {
  height: 47px;
  background-image: url('images/gradient-overlay-bg-28px.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 1px 48px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 47px;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
}

/*** DOUBLE WIDE WIDGET ***/
.tp-widget-2.tp-redformWidget .preset-firstName,
.tp-widget-2.tp-redformWidget .preset-lastName,
.tp-widget-2.tp-redformWidget .preset-email,
.tp-widget-2.tp-redformWidget .preset-phone {
  width: 175px;
}
.tp-widget-2.tp-redformWidget .preset-firstName input,
.tp-widget-2.tp-redformWidget .preset-lastName input,
.tp-widget-2.tp-redformWidget .preset-email input,
.tp-widget-2.tp-redformWidget .preset-phone input {
  width: 165px;
}
.tp-widget-2.tp-redformWidget .type-textarea,
.tp-widget-2.tp-redformWidget .preset-caslconsent {
  width: 435px;
  position: absolute;
  right: 0;
}
.tp-widget-2.tp-redformWidget .type-textarea {
  top: 0;
}
.tp-widget-2.tp-redformWidget .type-textarea textarea {
  width: 425px; height: 160px;
}
.tp-widget-2.tp-redformWidget .preset-caslconsent {
  top: 198px;
}
.tp-widget-2.tp-redformWidget .type-captcha {
  position: absolute;
  bottom: 0; right: 232px;
}
.tp-widget-2.tp-redformWidget .type-submit button {
  width: 220px;
}
/*** SINGLE WIDE WIDGET ***/
.tp-widget-1.tp-redformWidget .preset-firstName,
.tp-widget-1.tp-redformWidget .preset-lastName,
.tp-widget-1.tp-redformWidget .preset-email,
.tp-widget-1.tp-redformWidget .preset-phone,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-firstName,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-lastName,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-email,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-phone,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-firstName,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-lastName,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-email,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-phone {
  display: inline-block;
  width: 142px;
  vertical-align: top;
}
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-firstName input,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-lastName input,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-email input,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-phone input,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-firstName input,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-lastName input,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-email input,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-phone input {
  width: 132px;
}
.tp-narrow-1 .tp-widget-2.tp-redformWidget .type-textarea,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .type-textarea,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-caslconsent,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-caslconsent {
  width: 300px;
}
.tp-widget-1.tp-redformWidget .type-textarea textarea,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .type-textarea textarea,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .type-textarea textarea {
  width: 290px; height: 45px;
}
.tp-widget-1.tp-redformWidget .type-submit button,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .type-submit button,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .type-submit button {
  min-width: 0;
  width: 95px;
}
.tp-narrow-1 .tp-widget-2.tp-redformWidget .type-textarea,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .type-textarea,
.tp-narrow-1 .tp-widget-2.tp-redformWidget .preset-caslconsent,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .preset-caslconsent {
  position: relative;
  top: auto; right: auto;
}
.tp-narrow-1 .tp-widget-2.tp-redformWidget .type-captcha,
.tp-narrow-2 .tp-widget-2.tp-redformWidget .type-captcha {
  right: auto; left: 0;
}
/*** DARKSITE VARIATIONS ***/
.rm-dark-website .tp-redformWidget label,
.rm-dark-website .tp-redformWidget .type-checkboxConsent p {
  color: #FFF;
}
.rm-dark-website .tp-redformWidget .type-captcha img {
  background-color: #FFF;
  padding: 2px;
}
.rm-dark-website .tp-widget .help-block {
    color: #ccc;
}

/*** *************** TEAM ROSTER FEATURED AGENT WIDGET ***/
.tp-teamRosterAgentContainer {
  width: 310px; height: 293px;
  position: relative;
}
.rosterWidget .rosterWidget-agentPhoto,
.rosterWidget .rosterWidget-nophoto {
  width: 153px; height: 244px;
  border: 5px solid #FFF;
  box-shadow: inset 0px 0px 8px rgba(0,0,0,0.4);
  position: absolute;
  top: 0; right: 0;
}
.rosterWidget .rosterWidget-agentPhoto {
  background-position: center center;
  background-size: cover;
}
.rosterWidget .rosterWidget-nophoto {
  background-color: rgba(255,255,255,0.8);
}
.rosterWidget .rosterWidget-nophoto span {
  width: 133px;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 100px; left: 0;
}
.rosterWidget .rosterWidget-agentName {
  width: 123px; height: 219px;
  padding: 30px 10px 5px 10px;
  font-size: 26px;
  text-align: center;
  position: absolute;
  top: 0; left: 0;
}
.rosterWidget .rosterWidget-agentPhone {
  width: 133px;
  color: #FFF;
  text-align: center;
  line-height: 100%;
  position: absolute;
  top: 115px; left: 5px;
}
.rosterWidget .rosterWidget-agentPhone:before {
  content: 'Phone';
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.rosterWidget a {
  width: 107px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  left: 24px;
}
.rosterWidget a:before {
  content: '+';
  padding-right: 5px;
}
.rosterWidget a.rosterWidget-agentWebsite {
  top: 165px;
}
.rosterWidget a.rosterWidget-agentEmail {
  top: 188px;
}
.rosterWidget a:hover {
  font-weight: 600;
}
.tp-teamRosterAgentContainer .tp-actionButton {
  display: block;
  position: absolute;
  bottom: 0; left: 0; right: 0;
}



/*** ****************************** INTERIOR STYLES ***/
/*** *************** INTERIOR HERO ***/
#tp-int-heroSpot {
  width: 100%; height: 180px;
  margin-bottom: 80px;
  background-image: url(images/sliderbg-gradient.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  position: relative;
}
#tp-int-heroSpot .tp-intHead {
  z-index: 10;
}
#tp-int-heroSpot .tp-intHead-shadow {
  width: 100%; height: 47px;
  background-image: url(images/slider-shadow-larger.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 20px;
  position: absolute;
  bottom: 10px; left: 0;
  z-index: 5;
}
.tp-narrow-1 #tp-int-heroSpot,
.tp-narrow-2 #tp-int-heroSpot {
  height: 0px;
  padding-bottom: 16%;
}
.tp-narrow-2 #tp-int-heroSpot .tp-intHead-shadow {
  background-image: url(images/slider-shadow-smaller.png);
}
#tp-internalPage .tp-noBackground {
  margin-top: 20px;
}

/*** *************** GENERAL SETTINGS ***/
.editable p, .localInfo p, .engine_block p,
.editable ul li, .editable ol li {
  font-size: 16px;
  line-height: 140%;
  text-align: justify;
}
.editable p, .localInfo p, .engine_block p{
  margin-bottom: 15px;
}
.editable h1, .editable h2,
.editable h3, .editable h4,
.editable h5, .editable h6,
.engine_block h1, .engine_block h2,
.engine_block h3, .engine_block h4,
.engine_block h5, .engine_block h5,
.localInfo h2, .infoLinksContainer h3 {
  margin: 0px;
  padding: 20px 0px 5px 0px;
  font-weight: normal;
}
.editable h1, .editable h2, .engine_block h1, .engine_block h2, .localInfo h2 {
  font-weight: 600;
}
.editable h1, .engine_block h1 {
  font-size: 26px
}
.editable h2, .engine_block h2, .localInfo h2 {
  font-size: 24px;
}
.editable h3, .editable h4, .engine_block h3, .engine_block h4, .infoLinksContainer h3 {
  font-size: 20px;
  font-weight: 600;
}
.editable h5, .editable h6, .engine_block h5, .engine_block h6 {
  font-size: 16px;
  margin: 0px; padding: 0px;
}
.editable h5, .engine_block h5 {
  font-weight: bold;
}
.editable h6, .engine_block h6 {
  font-style: italic;
}
.editable ul, .editable ol {
  margin: 15px 0px 15px 25px;
  padding: 0px;
}
.editable ul li, .editable ol li {
  padding: 3px 0px 3px 0px;
}
.editable a, .engine_block a, .localInfo a,
#localInfoHolder .infoLinks50 li a,
#localInfoHolder .infoLinks100 li a {
  font-weight: 600;
  text-decoration: none;
}
.editable a:hover, .engine_block a:hover, .localInfo a:hover,
#localInfoHolder .infoLinks50 li a:hover,
#localInfoHolder .infoLinks100 li a:hover {
  text-decoration: underline;
}
.editable table {
  margin: 10px auto 10px auto;
  border: 1px solid #000;
  border-collapse: collapse;
}
.editable table th, .editable table tr:first-child td {
  background-color: #555;
  color: #FFF;
}
.editable table th, .editable table tr:first-child td {
  padding: 10px;
}
.editable table tr:first-child td p {
  text-align: center;
}
.editable table td {
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #000;
}
.editable table tr {
  background-color: #FFF;
}
.editable table tr:nth-child(odd) {
  background-color: #DDD !important;
}
.editable table td p {
  margin: 0px !important;
  padding: 0px !important;
}

/*** PAGE SPECIFIC ***/
#testimonials .testimonial-list .testimonial-list-right h2 {
  text-decoration: none;
}
#localInfoHolder .infoLinks50 p,
#localInfoHolder .infoLinks100 p {
  font-size: 12px !important;
}
#autoblog div.community_header,
#autoblog #list-properties-box,
#autoblog #stats_and_news.two_col .col .colContent,
#autoblog #amenities,
#autoblog ul.communityNavigator li.zone,
#autoblog div.communityNavigatorOverlay,
#autoblog div.communityNavigator .community {
  background-color: #888 !important;
}
#listingContainer,
#listingContainer #vlKeyInfo span {
  line-height: 100%;
}
#listingContainer .whyRegister a.signupButton span small {
  font-size: 12px;
}
.rm-light-website #businessDirectory li.business {
  background-color: rgba(255,255,255,0.6);
}
.rm-dark-website #bD-toolbar a.jumpto .button-text {
  color: #000;
}
.rm-dark-website .calc_panes .tabTitle {
  color: #000;
}
/*** ****** TEAM ROSTER ***/
.rm-dark-website-background #staff .staffMember {
  background-color: rgba(255,255,255,0.1);
}
.rm-dark-website-background #staff h2 {
  background-color: rgba(0,0,0,0.3);
}

/*** DARKSITE FORM SETTINGS ***/
.rm-dark-website .redform .preset-section .preset-header {
  color: #000 !important;
}

/*** FORM SETTINGS ***/
.tp-fluidForm div.required.legend {
  margin-right: 7%;
}
.tp-fluidForm.redform {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.tp-fluidForm.redform .page-progress,
.tp-fluidForm.redform form {
  margin: 0px 6%;
}
.tp-fluidForm.redform form {
  background-color: rgba(255,255,255,0.6);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  border-radius: 0;
  border: 1px solid;
  border-top-color: rgba(255,255,255,0.8);
  border-left-color: rgba(255,255,255,0.8);
  border-bottom-color: rgba(0,0,0,0.4);
  border-right-color: rgba(0,0,0,0.4);
  padding: 10px;
}
.tp-fluidForm.redform input,
.tp-fluidForm.redform textarea,
.tp-fluidForm.redform select {
  background-image: none;
  background-color: #FFF;
  border-radius: 0px;
  border-top-color: rgba(0,0,0,0.5);
  border-left-color: rgba(0,0,0,0.5);
  border-bottom-color: rgba(0,0,0,0.3);
  border-right-color: rgba(0,0,0,0.3);
  font-family: 'Open Sans';
}
.tp-fluidForm.redform select {
  -webkit-appearance: none;
  background-image: url(images/form-select-grey.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0;
  padding: 1px 3px;
}
.tp-fluidForm.redform .type-selectSingle .input-xlarge {
  width: 97.5%;
  padding-right: 23px;
  border-right: 0;
}
.tp-fluidForm.labeltype-above.redform .type-submit .controls {
  text-align: center;
}
.tp-fluidForm.redform .type-submit button {
  height: 29px;
  background-image: url(images/gradient-overlay-bg-28px.png);
  background-repeat: repeat-x;
  background-size: 1px 30px;
  background-position: bottom left;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
}
.tp-fluidForm.labeltype-above.redform .type-submit button {
  width: 50%;
}
.tp-fluidForm.redform .type-fileUpload input {
  background-color: transparent;
}

/*** LIGHTSITE SETTINGS ***/
.rm-light-website .editable h1,
.rm-light-website .editable h2,
.rm-light-website .engine_block h1,
.rm-light-website .engine_block h2,
.rm-light-website .localInfo h2 {
  text-shadow: 1px 1px 1px #FFF;
}

/*** DARKSITE SETTINGS ***/
.rm-dark-website .editable h1,
.rm-dark-website .editable h2,
.rm-dark-website .engine_block h1,
.rm-dark-website .engine_block h2,
.rm-dark-website .localInfo h2 {
  text-shadow: 1px 1px 1px #000;
}
.rm-dark-website #autoblog div.communityNavigator h2 {
  color: #FFF;
}
.rm-dark-website #testimonials ul.categories li.label-categories {
  color: #CCC;
}
.rm-dark-website div.hot_listings_left a:hover {
  background-color: rgba(0,0,0,0.3);
  text-decoration: none;
}
.rm-dark-website #listingContainer .courtesyOf {
  color: #DDD;
}

/*** FIREFOX SPECIFIC ***/
@-moz-document url-prefix() {

  #tp-featuredListings .otherDetails li {
    margin-right: 4px;
  }
  .tp-buttonWidget .tp-button-icons span {
    margin-right: 34px;
  }
  #testimonials-widget p:after {
    border-top: 11px solid;
  }
  #testimonials-widget li:nth-child(even) p:after {
    border-left: 11px solid;
  }
  ul.tp-socialMedia li {
    margin: 0px -5px;
  }
  .tp-widget-1 .tp-searchWidgetContainer .tp-inputMinPrice,
  .tp-widget-1 .tp-searchWidgetContainer .tp-inputMinBedrooms,
  .tp-widget-1 .tp-searchWidgetContainer .tp-inputMinSize {
    margin-right: 9px;
  }

}

/*** IPAD SPECIFIC ***/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #tp-featuredListings .otherDetails li {
    width: 72px;
    margin-right: 3px;
  }
  #tp-featuredListings .otherDetails li.first {
    width: 150px;
  }
  .tp-buttonWidget .tp-button-icons span {
    margin-right: 34px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  #tp-featuredListings .otherDetails li {
    width: 72px;
    margin-right: 3px;
  }
  #tp-featuredListings .otherDetails li.first {
    width: 150px;
  }
  .tp-buttonWidget .tp-button-icons span {
    margin-right: 34px;
  }
}

/*** IE 10 SPECIFIC ***/
.ie10 #tp-featuredListings button.next {
  width: 21px;
}
.ie10 #tp-featuredListings .otherDetails li {
  width: 72px;
  margin-right: 2px;
}
.ie10 #tp-featuredListings .otherDetails li.first {
  width: 150px;
}
.ie10 .tp-buttonWidget .tp-button-icons span {
  margin-right: 34px;
}
.ie10 .tp-buttonWidget .tp-button-icons .tp-lastIcon {
  margin-right: 0px;
}

/*** ****************************** DEFAULT SLIDERS ***/
.flexslider .tp-slideText {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
}
.flexslider .slides li {
  position: relative;
}
/* *** DEFAULT SLIDER: HORIZONTAL SEARCH WIDGET *** */
.flexslider .tp-slide-horizontal-search .tp-searchContainer {
  background-color: #FFF;
  padding: 15px;
  position: absolute;
}
.flexslider .tp-slide-horizontal-search .tp-fieldHolder {
  margin-right: 1%;
}
.flexslider .tp-slide-horizontal-search .tp-fieldHolder,
.flexslider .tp-slide-horizontal-search button {
  display: inline-block;
  width: 18.3%;
  vertical-align: top;
}
.flexslider .tp-slide-horizontal-search .tp-fieldHolder-large {
  width: 38%;
}
.flexslider .tp-slide-horizontal-search .tp-clarityText {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 21px; right: 5px;
}
.flexslider .tp-slide-horizontal-search button {
  height: 27px;
  font-size: 16px;
  position: relative;
  top: 22px;
  bottom: auto; right: auto;
}
.flexslider .tp-slide-horizontal-search .tp-matchCounter {
  width: 18%;
  text-align: right;
  position: absolute;
  top: 15px; right: 2.5%;
}
.flexslider .tp-slide-horizontal-search .btn-group .multiple-selections {
  width: 240px;
}
.flexslider .tp-slide-horizontal-search .btn-group .multiple-selections li {
  display: inline-block;
  width: 70px;
}
.flexslider .tp-slide-horizontal-search .autocomplete-suggestions {
  width: 400px !important;
}
.tp-narrow-1 .flexslider .tp-slide-horizontal-search .tp-searchContainer,
.tp-narrow-2 .flexslider .tp-slide-horizontal-search .tp-searchContainer {
  height: auto;
}
.tp-narrow-1 .flexslider .tp-slide-horizontal-search .tp-fieldHolder,
.tp-narrow-1 .flexslider .tp-slide-horizontal-search button {
  width: 18.1%;
}
.tp-narrow-1 .flexslider .tp-slide-horizontal-search .tp-fieldHolder-large {
  width: 38%;
}
.tp-narrow-2 .flexslider .tp-slide-horizontal-search .tp-fieldHolder,
.tp-narrow-2 .flexslider .tp-slide-horizontal-search button {
  width: 18.4%;
}
.tp-narrow-2 .flexslider .tp-slide-horizontal-search .tp-fieldHolder-large {
  width: 36%;
}
.tp-narrow-2 .flexslider .tp-slide-horizontal-search .tp-clarityText {
  right: 3px;
}

/* HORIZONTAL SEARCH WIDGET POSITIONED TOP OF SLIDE */
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-top .tp-searchContainer {
  top: 15px; left: 15px; right: 15px;
}
/* HORIZONTAL SEARCH WIDGET POSITIONED MIDDLE OF SLIDE */
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-middle .tp-searchContainer {
  top: 50%; left: 15px; right: 15px;
  margin-top: -40px;
}
.tp-narrow-2 .flexslider .tp-slide-horizontal-search .btn-group .multiple-selections {
  top: -22px;
}
/* HORIZONTAL SEARCH WIDGET POSITIONED BOTTOM OF SLIDE */
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-bottom .tp-searchContainer {
  bottom: 15px; left: 15px; right: 15px;
}
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-bottom .btn-group .multiple-selections {
  top: -110px;
}
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-bottom .autocomplete-suggestions {
  height: 200px;
  overflow-y: scroll;
  top: -114px; left: 26%;
}
/* HORIZONTAL SEARCH WIDGET DEFAULT COLOURS */
.flexslider .tp-slide-horizontal-search .tp-searchContainer {
  background-color: #FFF;
}
.flexslider .tp-slide-horizontal-search .tp-fieldHolder label,
.flexslider .tp-slide-horiztonal-search .tp-matchCounter,
.flexslider .tp-slide-horizontal-search .tp-clarityText {
  color: #000;
}
/* HORIZONTAL SEARCH WIDGET INVERSE COLOURS */
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-inverse .tp-searchContainer {
  background-color: #000;
}
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-inverse .tp-fieldHolder label,
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-inverse .tp-matchCounter,
.flexslider .tp-slide-horizontal-search.tp-slide-horizontal-search-inverse .tp-clarityText {
  color: #FFF;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 41.250em) {
  .tp-narrow-2 #tp-heroSpot {
    height: 200px;
    padding-bottom: 0;
  }
}

/*** ****************************** DDF WIDGET: DEFAULT STYLES ***/

/*** DDF Listings Widget (Homepage and Agent page listings) ***/
.rm-responsiveTemplate .al-featuredAgent-single .al-featuredListings {
  left: 22%;
}

.rm-responsiveTemplate .al-profile .al-featuredListings {
  left: 28%;
}

/* Homepage only */
.widget-ddf-container .filters {
  display: none;
}
.widget-ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .price {
  font-size: 18px;
  margin: 0 auto -8px auto;
  top: -8px;
}
.widget-ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address a {
  font-size: 14px;
  padding: 10px 10px 0 10px;
}
.widget-ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description {
  padding-bottom: 55px;
}
.widget-ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .building {
  background-color: transparent;
  color: #333333;
  font-size: 14px;
  padding: 0;
}
.widget-ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .details {
  bottom: 13px;
}
.widget-ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .details a {
  font-size: 13px;
  padding: 10px;
}

/* Agent page listings and Bio page listings */
.ddf-container .redman-ddf-v2.mode-slim .image-slider .slides .slide.current,
.ddf-container .redman-ddf-v2 .listing .image.na {
  height: 140px;
}
.ddf-container .redman-ddf-v2 .price {
  display: block;
}
.ddf-container .redman-ddf-v2 .listing .image.na::before {
  bottom: 25%;
}
.ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .price {
  font-size: 12px;
  margin: 0 auto -13px auto;
  top: -13px;
}
.ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address a {
  font-size: 11px;
  padding: 5px 5px 0 5px;
}
.ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description {
  padding-bottom: 40px;
}
.ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .details {
  bottom: 10px;
}
.ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .building {
  background-color: transparent;
  color: #333333;
  font-size: 11px;
  padding: 0;
}
.ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .details .button {
  padding: 7px 5px;
}

/* Agent page listings only */
.rm-angular-agent-list .ddf-container {
  left: 28%;
  position: absolute;
  top: 58px;
  width: 71%;
}
.rm-angular-agent-list .ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address a {
  display: none;
  padding-bottom: 10px !important;
}
.rm-angular-agent-list .ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .building {
  display: none;
}
.rm-angular-agent-list .ddf-container .redman-ddf-v2.mode-slim .image-slider .slides .slide.current,
.rm-angular-agent-list .ddf-container .redman-ddf-v2 .listing .image.na {
  height: 60px;
}

/* Shared */
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination {
  position: relative;
  text-align: right;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li {
  float: none;
  position: absolute;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li:nth-child(2n) {
  display: none;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li.arrow a {
  background-color: #bdbdbd;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 2px 10px;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li.arrow a:hover {
  background-color: #333333;
  cursor: pointer;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li.arrow:first-child {
  right: 90px;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li.arrow:first-child a:after {
  content: " PREV";
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li.arrow:nth-child(3) {
  right: 1.25%;
}
.widget-saved-search .redman-ddf-v2.mode-slim.foundation ul.pagination li.arrow:nth-child(3) a:before {
  content: "NEXT ";
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing {
  background-color: #ffffff;
  margin: 0 0.25%;
  width: 32.5%;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing:not(:first-child) {
  border: none;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .image-slider {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,f2f2f2+33,f2f2f2+66,e5e5e5+100 */
  background: rgb(229,229,229); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(242,242,242,1) 33%, rgba(242,242,242,1) 66%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(33%,rgba(242,242,242,1)), color-stop(66%,rgba(242,242,242,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(242,242,242,1) 33%,rgba(242,242,242,1) 66%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(242,242,242,1) 33%,rgba(242,242,242,1) 66%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(242,242,242,1) 33%,rgba(242,242,242,1) 66%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(242,242,242,1) 33%,rgba(242,242,242,1) 66%,rgba(229,229,229,1) 100%); /* W3C */
}
.widget-saved-search .redman-ddf-v2 .listing .image.na {
  background-color: rgb(229,229,229); /* Old browsers */
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details {
  background-color: #ffffff;
  position: relative;
  text-align: center;
  width: 100%;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .price {
  background-color: #212121;
  border: 1px solid #ffffff;
  display: inline-block;
  font-weight: 300;
  padding: 5px 13px;
  position: relative;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address {
  background: transparent;
  color: #333333;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address a {
  background-color: transparent;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address a:hover {
  background-color: transparent;
  color: #000000;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .button {
  display: block;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description {
  bottom: 0;
  position: relative;
  right: 0;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .realtor {
  display: none;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .details {
  left: 50%;
  margin: 0 auto 0 -50px;
  position: absolute;
  width: 100px;
}
.widget-saved-search .mode-slim.redman-ddf-v2 .listings.slim .listing .details .description .details a {
  border-radius: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 664px) {
  .rm-angular-agent-list .ddf-container {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .rm-angular-agent-list .ddf-container .mode-slim.redman-ddf-v2 .listings.slim .listing .details .address a {
    display: block;
    font-size: 12px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 840px) {
  .rm-angular-agent-list .ddf-container .redman-ddf-v2.mode-slim .image-slider .slides .slide.current,
  .rm-angular-agent-list .ddf-container .redman-ddf-v2 .listing .image.na {
    height: 80px;
  }
}
@media only screen and (min-width: 900px) {
  .rm-angular-agent-list .ddf-container .redman-ddf-v2.mode-slim .image-slider .slides .slide.current,
  .rm-angular-agent-list .ddf-container .redman-ddf-v2 .listing .image.na {
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .rm-angular-agent-list .ddf-container .redman-ddf-v2.mode-slim .image-slider .slides .slide.current,
  .rm-angular-agent-list .ddf-container .redman-ddf-v2 .listing .image.na {
    height: 125px;
  }
}
