/* BODY */
body {
  background: #036;
  color: #808080;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

.ui-tooltip-content::after {
  display: none;
}

#contentagent {
  background: #fff;
  width: 100%;
}

.blur {
  color: rgba(0, 0, 0, 0) !important;
  text-shadow: #000 0px 0px 20px;
}

.google-visualization-tooltip {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
  padding: 1px 5px !important;
}

/* IMAGE */
.imageagent {
  border-radius: 50%;
  display: block;
  height: 100px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100px;
}

.imageagent img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.imageagent.portrait img {
  height: auto;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.imageagent.landscape img {
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

/* FIELD */
.fieldagent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  position: relative;
}

.fieldagent.narrow {
  float: left;
  padding: 0 10px 0 0;
  width: 50%;
}

#RegisterMonthlyValuation2 .fieldagent.narrow {
  float: left;
  padding: 0 10px 0 0;
  width: 25%;
}

.subscribeBtn .buttonagent-submit {
  margin: 0px;
  width: 100%
}

.subscribeBtn {
  text-align: left;
}

.fieldagent.narrow + .fieldagent.narrow {
  padding: 0 0 0 10px;
}

.fieldagent .text-input {
  background: #f3f3f3;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  width: 100%;
}

.fieldagent.short textarea {
  height: 120px;
}

.fieldagent.icon .text-input {
  padding-left: 40px !important;
}

.fieldagent.icon:after {
  background: transparent url(../images/fieldagent-icon.png) no-repeat 0 0;
  content: '';
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 20px;
}

.fieldagent.narrow + .fieldagent.narrow.icon:after {
  left: 20px;
}

.fieldagent.icon.icon-email:after {
  background-position: 0 0;
}

.fieldagent.icon.icon-name:after {
  background-position: -40px 0;
}

.fieldagent.icon.icon-phone:after {
  background-position: -80px 0;
}

.fieldagent.icon.icon-fax:after {
  background-position: -120px 0;
}

.fieldagent.icon.icon-address:after {
  background-position: -160px 0;
}

.fieldagent.icon.icon-question:after {
  background-position: -200px 0;
}

.fieldagent.icon.icon-price:after {
  background-position: -240px 0;
}

.fieldagent.icon.icon-time:after {
  background-position: -280px 0;
}

.fieldagent.icon.icon-location:after {
  background-position: -320px 0;
}

.fieldagent.icon.icon-bed:after {
  background-position: -360px 0;
}

.fieldagent.icon.icon-bath:after {
  background-position: -360px 0;
}

.fieldagent.icon.icon-company:after {
  background-position: -400px 0;
}

.fieldagent select.text-input {
  background-image: url(../images/select.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
}

.row.small .fieldagent {
  margin-top: 5px;
}

.row.small .fieldagent .text-input {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  padding: 5px;
}

label.before {
  float: left;
  line-height: 40px;
  padding: 0 10px 0 0;
  width: 33.3%;
}

.row.small label.before {
  line-height: 30px;
  margin-top: 5px;
}

label.before + .fieldagent {
  float: left;
  width: 66.7%;
}

.text-increment {
  color: #1a1a1a;
  float: left;
  line-height: 30px;
  margin: 0 15px 0 0;
}

.field-increment {
  display: none !important;
}

.click-increment {
  background: #808080;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 5px 0 0 5px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 20px;
}

.buttonagent {
  background: #808080;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px; /*font-weight: bold; */
  height: 40px;
  line-height: 20px;
  margin: 20px 0 0 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.buttonagent-submit {
  background: #0080cc;
}

.buttonagent-click {
  background: #5ab333;
}

.row-button .buttonagent {
  padding: 10px 30px;
}

.row-fieldbutton {
  padding: 0 120px 0 0;
}

.row-fieldbutton .buttonagent {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.row-fieldsearch {
  padding: 0 40px 0 0;
}

.row-fieldsearch .buttonagent {
  background: #5ab333 url(../images/buttonagent-search.png) no-repeat 0 0;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.row-edit {
  font-size: 0;
}

.row-edit p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0 0 0;
}

.row-edit a {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  margin: 20px 0 0 10px;
  padding: 0 10px;
  text-decoration: none;
}

.row-button {
  text-align: center;
}

.row-highchart.short {
  height: 240px;
}

.row-googlechart.short {
  height: 280px;
}

.row-agent {
  display: inline-block;
  min-height: 100px;
  padding: 10px 0 0 110px;
  text-align: left;
  width: auto;
}

.row-agent p {
  color: #1a1a1a;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.row-agent h1 {
  color: #0080cc;
  font-size: 20px !important;
  margin: 5px 0 0 0;
}

.row-separate {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

/* TABLE */
.tableagent {
  border-collapse: collapse;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.tableagent-bar th, .tableagent-bar td {
  line-height: 15px;
  padding: 5px;
  text-transform: uppercase;
}

.tableagent-bar .cell-label {
  color: #1a1a1a;
  font-size: 12px; /*font-weight: bold;*/
  text-align: right;
  white-space: nowrap;
  width: 5%;
}

.tableagent-bar .cell-total {
  text-align: left;
  white-space: nowrap;
  width: 5%;
}

.tableagent-bar span.cell-bar {
  background: #999;
  float: left;
  height: 15px;
  overflow: visible;
  position: relative;
  width: 20px;
}

.tableagent-bar span.cell-bar p {
  display: none;
  float: left;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: 0;
}

.tableagent-bar span.cell-bar.inside p {
  color: #fff;
  right: 0;
}

.tableagent-bar span.cell-bar.outside p {
  color: #999;
  left: 100%;
}

/* TEXT */
.sectionagent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.sectionagent.tint {
  background: #f3f3f3;
}

.sectionagent .article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
}

.sectionagent ul.menu, .sectionagent ul.menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sectionagent h1 {
  line-height: normal;
}

.sectionagent h2 {
  line-height: normal;
}

.sectionagent .article {
  width: 100%;
}

.sectionagent .article.normal-box {
  padding: 20px 40px 40px 40px;
  text-align: center;
  margin: 0 auto;
}

.sectionagent .article.normal-box.thin {
  padding-top: 20px !important;
  padding-top: 0 !important;
}

.sectionagent .article.normal-box.thin-bottom {
  padding-bottom: 0 !important;
}

.sectionagent .article.normal-box.thin-top {
  padding-top: 0 !important;
}

.sectionagent .article.normal-box.relate {
  padding-top: 0 !important;
  margin-top: -20px !important;
}

.sectionagent .article.xnarrow {
  margin: 0 auto;
  max-width: 720px;
}

.sectionagent .article.narrow {
  margin: 0 auto;
  max-width: 960px;
}

.sectionagent .article.wide {
  margin: 0 auto;
  max-width: 1200px;
}

.sectionagent .article.normal-text h1 {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: normal;
  margin: 20px 0 0 0;
}

.sectionagent .article.normal-text h2 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 0 0;
}

.sectionagent .article.normal-text p {
  color: #808080;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 0 0;
}

.sectionagent .article.normal-text p + p {
  margin-top: 10px;
}

.sectionagent .article.normal-text p.weak {
  font-size: 12px;
}

.sectionagent .article.article-titlebar {
  background: #1a1a1a;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.sectionagent .article.article-titlebar h1 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  margin: 20px 0 0 0;
}

.sectionagent .article.article-titlebar p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 20px 0 0 0;
  position: relative;
}

.sectionagent .article.article-titlebar h1 + p {
  padding: 21px 0 0 0;
}

.sectionagent .article.article-titlebar h1 + p:before {
  background: rgba(255, 255, 255, 0.25);
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -60px;
  position: absolute;
  top: 0;
  width: 120px;
}

/* SECTION */
.sectionagent-search {
  background-color: #f3f3f3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.sectionagent-search .row-text h1 {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: bold;
}

.sectionagent-search .row-text p {
  color: #1a1a1a;
  font-size: 20px;
}

.sectionagent-search .row-field {
  border: 2px solid #1a1a1a;
  margin: 20px auto 0 auto;
  max-width: 600px;
}

.sectionagent-search .fieldagent, .sectionagent-search .buttonagent {
  margin-top: 0;
}

.sectionagent-search .fieldagent .text-input {
  background: #fff;
}

.sectionagent-search .row-agent {
  margin-top: 40px;
}

.sectionagent-search .article.up {
  padding-top: 0 !important;
}

.sectionagent-search .buttonagent-submit {
  margin-top: 20px;
}

.sectionagent-search .row-fielderror {
  border-color: #f00;
}

.sectionagent-search .row-fielderror p {
  background: #f00;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 5px 8px 3px 8px;
  width: 100%;
}

.sectionagent-search .row-field100 {
  font-size: 0;
  margin: 0 auto;
  max-width: 600px;
}

.promptagent {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  display: none;
  left: 0;
  min-width: 320px;
  min-height: 100%;
  overflow: hidden; /*position: fixed; position: absolute !important;*/
  top: 0;
  width: 100%;
  z-index: 99;
}

.promptagent.show {
  display: block;
}

.promptagent-article {
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  max-height: 95%;
  max-width: 720px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 40px 20px 40px;
  position: absolute;
  top: 8%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  z-index: 99;
}

.promptagent-article.narrow {
  max-width: 320px;
}

.promptagent-article:before {
  content: '';
  float: left;
  height: calc(100% + 1px);
  margin-left: -1px;
  width: 1px;
}

.promptagent-article:after {
  clear: both;
  content: '';
  display: block;
  height: 20px;
  width: 100%;
}

.promptagent h1 {
  font-size: 32px;
}

.promptagent p {
  font-size: 14px;
}

.sectionagent-search .promptagent-article .row-text p {
  display: block !important;
}

.sectionagent-search .row-button {
  margin: 0 auto;
  max-width: 600px;
}

.sectionagent-search label {
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0 !important;
  text-align: center;
  width: 100%;
}

.sectionagent-search label + .row-field {
  margin-top: 5px;
}

.sectionagent-search .row-field100 .row-field33.fix {
  display: inline-block;
  margin: 0;
  max-width: 300px;
  padding: 0 14px 0 0;
  position: relative;
  width: 33.3%;
}

.sectionagent-search .row-field100 .row-field33.fix + .row-field33.fix {
  padding: 0 7px 0 7px;
}

.sectionagent-search .row-field100 .row-field33.fix + .row-field33.fix + .row-field33.fix {
  padding: 0 0 0 14px;
}

.buttonagent.xwide {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 440px;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .promptagent-article {
    padding: 10px 10px 0 10px;
    width: 100%;
    top: 25%;
  }

  .sectionagent-search .row-field100 .row-field33.fix {
    padding: 0 2px 0 0;
  }

  .sectionagent-search .row-field100 .row-field33.fix + .row-field33.fix {
    padding: 0 1px 0 1px;
  }

  .sectionagent-search .row-field100 .row-field33.fix + .row-field33.fix + .row-field33.fix {
    padding: 0 0 0 2px;
  }
}

.cell-spinner {
  font-size: 0;
  height: 80px;
  margin: 40px auto 0 auto;
  text-align: center;
  width: 100px;
}

.cell-spinner .nth {
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #1a1a1a;
  height: 100%;
  display: inline-block;
  margin: 0 2px;
  width: 10px;
}

.cell-spinner .nth-2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.cell-spinner .nth-3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.cell-spinner .nth-4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.cell-spinner .nth-5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.cell-spinner + p {
  color: #808080;
  font-size: 12px;
  margin: 20px 0 0 0;
  text-align: center;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.sectionagent-search .row-field.narrow, .sectionagent-search .row-field100.narrow {
  max-width: 440px;
}

.sectionagent-search .row-text h2 {
  color: #1a1a1a;
  font-size: 20px; /*font-weight: bold;*/
}

.buttonagent.large {
  font-size: 24px;
  height: 60px;
  line-height: 40px;
}

a.click-resultnumber {
  background: #1a1a1a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  min-width: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

a.click-resulti {
  background: #1a1a1a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 20px;
}

/* SECTION */
.sectionagent-three .article-text {
  padding-bottom: 0 !important;
}

.sectionagent-three .article-text h1 {
  font-weight: bold;
}

.sectionagent-three .article-list {
  padding: 20px 30px 40px 30px;
}

.sectionagent-three ul.menu {
  counter-reset: section;
  font-size: 0;
  text-align: center;
}

.sectionagent-three ul.menu li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 20px 0 0 0;
  padding: 35px 10px 0 10px;
  text-align: center;
}

.sectionagent-three ul.menu li:after {
  background: #808080;
  border-radius: 50%;
  color: #fff;
  counter-increment: section;
  content: counter(section);
  font-size: 40px;
  left: 50%;
  line-height: 70px;
  margin: 0 0 0 -35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}

.sectionagent-three ul.menu li .text-box {
  border: 1px solid #e6e6e6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 20px 80px 20px;
  position: relative;
  width: 100%;
}

.sectionagent-three ul.menu li h2 {
  color: #1a1a1a;
  font-size: 16px; /*font-weight: bold;*/
  position: relative;
}

.sectionagent-three ul.menu li p {
  color: #808080;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.sectionagent-three ul.menu li .text-footer {
  bottom: 20px;
  font-size: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.sectionagent-three ul.menu li .text-footer p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 40px;
  vertical-align: middle;
}

.sectionagent-three ul.menu li .text-footer img {
  display: inline-block;
  height: 40px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

/* SECTION */
.sectionagent-summary {
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.sectionagent-summary .article {
  text-align: left !important;
  width: 100%;
}

.sectionagent-summary .article-text h1 {
  color: #1a1a1a;
  font-size: 24px !important;
  font-weight: bold;
  margin: 10px 0 -10px 0 !important;
}

.sectionagent-summary .article-text p {
  font-size: 14px;
}

.sectionagent-summary .article-text .row-edit p {
  color: #1a1a1a;
  font-size: 20px;
}

.sectionagent-summary .article-agent {
  text-align: center !important;
}

.sectionagent-summary .row-agent {
  margin-top: 10px;
}

.sectionagent-summary .article-form {
  background: transparent;
}

.sectionagent-summary .article-form h1 {
  color: #1a1a1a;
  font-size: 16px !important;
  font-weight: bold !important;
}

.sectionagent-summary .article-form .fieldagent {
  margin-top: 6px;
}

.sectionagent-summary .article-form .fieldagent.narrow {
  padding: 0 3px 0 0;
}

.sectionagent-summary .article-form .fieldagent.narrow + .fieldagent.narrow {
  padding: 0 0 0 3px;
}

.sectionagent-summary .article-form .fieldagent .text-input {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}

.sectionagent-summary .article-form .row-fieldbutton {
  padding: 0 120px 0 0;
}

.sectionagent-summary .article-form .row-fieldbutton .buttonagent {
  margin-top: 6px;
  width: 114px;
}

/* SECTION */
.sectionagent-value .article-image {
  margin: -20px 0 0 0;
}

.sectionagent-value .article-titlebar + .article-image {
  margin: 0;
}

.sectionagent-value .article-image img {
  width: 100%;
}

.sectionagent-value .article-list {
  overflow: visible;
}

.sectionagent-value ul.menu {
  font-size: 0;
  overflow: visible;
  text-align: center;
}

.sectionagent-value ul.menu li {
  display: block;
  margin: 20px 0 0 0;
  min-height: 260px;
}

.sectionagent-value ul.menu li * {
  position: relative;
  z-index: 1;
}

.sectionagent-value ul.menu li h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 60px 0 0 0;
}

.sectionagent-value ul.menu li h2 + p {
  color: #1a1a1a;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.sectionagent-value ul.menu li p.text-small {
  font-size: 12px;
  margin: 20px 0 0 0;
}

.sectionagent-value ul.menu li img {
  display: block;
  height: 40px;
  margin: 10px auto 0 auto;
}

.sectionagent-value ul.menu li:before {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 240px;
  left: 50%;
  margin: -120px 0 0 -120px;
  position: absolute;
  top: 50%;
  width: 240px;
  z-index: 1;
}

/* SECTION */
.sectionagent-headline .article-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sectionagent-headline ul.menu {
  font-size: 0;
}

.sectionagent-headline ul.menu li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  margin: 40px 0 0 0;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
}

.sectionagent-headline ul.menu li strong {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 0 0 30px 0;
  position: relative;
  width: 100%;
}

.sectionagent-headline ul.menu li strong:after {
  background: #ccc;
  bottom: 15px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -40px;
  position: absolute;
  width: 80px;
}

.sectionagent-headline .buttonagent {
  display: block;
  width: 220px;
  left: 50%;
  margin: 0;
  position: absolute;
  text-transform: none;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* SECTION */
.sectionagent-stats .article-list h2 {
  color: #1a1a1a;
  font-size: 14px;
  text-transform: uppercase;
}

.sectionagent-stats .article-list h2 strong.xlarge {
  background: #808080 url(https://s3.amazonaws.com/bmlsdevcdn/findbuyers/assets_findbuyers/images/agentstatsxlarge.png) no-repeat 50% 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 48px;
  line-height: 180px;
  margin: 10px auto;
  text-shadow: 0 0 20px #fff;
  width: 180px;
}

/* SECTION */
.sectionagent-background {
  background-color: #1a1a1a;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionagent-background h1 {
  color: #fff !important;
}

.sectionagent-background p {
  color: #fff !important;
}

/* SECTION */
.sectionagent-map .article-image {
  margin-top: 0px;
}

.sectionagent-map .article-titlebar + .article-image {
  margin-top: 0;
}

.sectionagent-map .article-image img {
  width: 100%;
}

.sectionagent-map .article-list {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.sectionagent-map ul.menu {
  counter-reset: section;
  font-size: 0;
  text-align: center;
}

.sectionagent-map ul.menu li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 20px 0 0 0;
  padding: 0 20px;
  text-align: left;
}

.sectionagent-map ul.menu li h2 {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 0 0 30px;
  position: relative;
}

.sectionagent-map ul.menu li h2:before {
  background: #5ab333;
  border-radius: 10px;
  color: #fff;
  counter-increment: section;
  content: counter(section);
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.sectionagent-map ul.menu li p {
  color: #808080;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 30px;
}

/* SECTION */
.sectionagent-precis {
  background: #5AB333;
}

.sectionagent-precis .row-data {
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.sectionagent-precis .row-data::before {
  background: #185b8b url("../images/agentprecis.png") no-repeat scroll 50% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.sectionagent-precis .row-data p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-shadow: 0 0 5px #5AB333, 0 0 3px #5AB333, 0 0 1px #5AB333;
}

.sectionagent-precis .row-data p.nth-1 {
  background: rgba(90, 179, 51, 0.5);
}

.sectionagent-precis .row-data p.nth-2 {
  background: rgba(90, 179, 51, 0.25);
}

.sectionagent-precis .row-data p strong {
  color: #fff !important;
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.sectionagent-precis .row-data p.nth-2 strong {
  font-size: 40px;
}

.sectionagent-precis .row-data p.nth-3 strong {
  font-size: 48px;
}

.sectionagent-precis .row-data p a {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px #5AB333, 0 0 3px #5AB333, 0 0 1px #5AB333;
  color: #5AB333 !important;
  display: block;
  font-family: 'Gabriela', serif;
  height: 16px;
  line-height: 16px;
  margin: 5px auto 0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  width: 16px;
}

.sectionagent-precis .row-map {
  background: #999;
  margin: 0;
  overflow: hidden;
}

.sectionagent-precis .row-map .imagemap {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

/* SECTION */
.sectionagent-buyer {
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 40px 0;
  text-align: left;
}

.sectionagent-buyer .article-title {
  display: block;
  padding: 10px 20px 20px 20px;
  text-align: center;
  width: 100%;
}

.sectionagent-buyer .article-title h1 {
  color: #808080;
  font-size: 32px;
  font-weight: normal;
}

.sectionagent-buyer .article-text {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0 20px 10px 20px;
  text-align: left;
  width: 50%;
}

.sectionagent-buyer .article-text:before {
  background: #e6e6e6;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.sectionagent-buyer .row-buyer {
  float: left;
  min-height: 85px;
  padding: 0 0 0 95px;
  width: 70%;
}

.sectionagent-buyer .imageagent {
  height: 75px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  width: 75px;
}

.sectionagent-buyer p {
  line-height: 16px;
  margin: 5px 0 0 0;
}

.sectionagent-buyer p.text-location {
  min-height: 20px;
  padding: 2px 0 0 25px;
  position: relative;
}

.sectionagent-buyer p.text-location:before {
  background: transparent url(../images/agentbuyer.png) no-repeat 0 0;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.sectionagent-buyer .text-id {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  min-height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sectionagent-buyer .text-id .imagelogo {
  float: left;
  height: 40px;
  margin: 0 5px 0 0;
  width: 40px;
}

.sectionagent-buyer .text-id .imagelogo img {
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sectionagent-buyer .text-id p {
  line-height: 20px;
  margin: 0;
}

.sectionagent-buyer .menu-star li.image {
  background: transparent url(../images/agentstar.png) 0 0 no-repeat;
  cursor: pointer;
  float: left;
  height: 13px;
  margin: 3px 1px 0;
  width: 13px;
}

.sectionagent-buyer .menu-star li.image.on {
  background-position: 0 0;
}

.sectionagent-buyer .menu-star li.image.off {
  background-position: 0 -40px;
}

.sectionagent-buyer .menu-spec {
  float: left;
  margin: 5px 0 0 0 !important;
  width: 30%;
}

.sectionagent-buyer .menu-spec li {
  display: block;
  line-height: 16px;
  margin: 5px 0 0 0 !important;
  min-height: 20px;
  padding: 2px 0 0 25px !important;
  position: relative;
}

.sectionagent-buyer .menu-spec li:before {
  background: transparent url(../images/agentbuyer.png) no-repeat 0 0;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.sectionagent-buyer .menu-spec li.text-room:before {
  background-position: -30px 0;
}

.sectionagent-buyer .menu-spec li.text-price:before {
  background-position: -60px 0;
}

.sectionagent-buyer .menu-spec li.text-time:before {
  background-position: -90px 0;
}

.sectionagent-buyer .article-text .buttonagent {
  border-radius: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 5px 5px 0 5px;
  padding: 0 10px;
}

.sectionagent-buyer .article-button {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0 0 0;
}

/* HEADER */
#headeragent {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#headeragent .sectionagent {
  text-align: center;
}

/* FOOTER */
#footeragent {
  background: none;
}

#footeragent a {
  color: #fff;
}

#footeragent a.button {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

/* FOOTER */
#agent-footer {
  padding: 20px;
}

#agent-footer a {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
}

#agent-footer a strong {
  color: #fff;
  font-weight: bold;
}

/* AJAX */

.row-ajaxblock {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -10px;
  padding: 0 10px;
}

.row-ajaxblock.active:before {
  background: rgba(255, 255, 255, 0.75);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.row-ajaxblock.active:after {
  background: #fff url(../images/brandrow-load.gif) no-repeat 50% 50%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  content: '';
  display: block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 1;
}

.ajaxblock {
  position: relative;
}

.ajaxblock.active > * {
  opacity: 0.5;
}

.ajaxblock.active:after {
  background: #fff url(../images/brandrow-load.gif) no-repeat 50% 50%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  content: '';
  display: block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 1;
}

.layer-text {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.5);
  color: #002349;
}

.layer-text p {
  margin: 0;
  padding: 10px 120px 10px 50px;
  font-size: 32px;
  font-weight: normal;
}

.layer-text2 {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  color: #002349;
  right: 0;
  margin-right: 11px;
  top: 42%;
}

.layer-text2 p {
  margin: 0;
  padding: 3px 24px 5px 9px;
}

@media screen and (min-width: 600px) {
  .sectionagent-map ul.menu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .sectionagent-search .row-field100 .row-field50 {
    display: inline-block;
    margin: 0;
    max-width: 300px;
    padding: 0 10px 0 0;
    position: relative;
    width: 50%;
  }

  .sectionagent-search .row-field100 .row-field50 + .row-field50 {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .sectionagent-three ul.menu li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
  }

  .sectionagent-three .article-list {
    padding: 20px 10px 40px 10px;
  }

  .sectionagent-headline ul.menu li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
  }
}

@media screen and (min-width: 960px) {
  #contentagent {
    padding-top: 10px;
  }

  .sectionagent .article.normal-box {
    padding: 40px 40px 60px 40px;
  }

  .sectionagent-summary .article.normal-box {
    padding: 20px 40px 40px 40px;
  }

  .sectionagent-summary .article-text {
    display: inline-block;
    max-width: 432px;
    vertical-align: middle;
    width: 36%;
  }

  .sectionagent-summary .article-text.wide {
    max-width: 768px;
    width: 64%;
  }

  .sectionagent-summary .article-agent {
    display: inline-block;
    max-width: 336px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: middle;
    width: 28%;
  }

  .sectionagent-summary .article-form {
    display: inline-block;
    max-width: 432px;
    vertical-align: middle;
    width: 36%;
  }

  .sectionagent-three .article-list {
    padding-bottom: 60px;
  }

  .sectionagent-value .article-list {
    margin-top: -130px !important;
  }

  .sectionagent-value ul.menu li {
    display: inline-block;
    margin: 0;
    width: 33.3%;
  }

  .sectionagent-stats .article-list {
    display: inline-block;
    max-width: 400px;
    padding-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    vertical-align: top;
    width: 33.3%;
  }

  .sectionagent-stats.children-2 .article-list {
    width: 50%;
  }

  .sectionagent-stats.children-3 .article-list {
    width: 33.3%;
  }

  .sectionagent-stats.children-4 .article-list {
    width: 25%;
  }

  .sectionagent-map ul.menu li {
    width: 25%;
  }

  .sectionagent-precis .row-data {
    float: left;
    width: 33.3%;
    padding: 0 0 40px 0;
  }

  .sectionagent-precis .row-map {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 66.7%;
  }

  #headeragent .sectionagent {
    padding: 20px 20px 10px 20px;
  }

  #headeragentlogo {
    float: left;
    height: 70px;
  }

  #headeragentmenu {
    float: right;
    margin: 0;
  }

  #headeragentmenu li {
    float: left;
    font-size: 0;
    margin: 0;
    margin: 20px 0 0 5px;
  }

  li#headeragentmenu-search a {
    background: #808080;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
  }

  li#headeragentmenu-agent a {
    background: #fff;
    box-shadow: inset 0 0 0 1px #ccc;
    color: #808080;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
  }

  li#headeragentmenu-agent a:hover {
    color: #1a1a1a;
  }

  li#headeragentmenu-print {
    margin-left: 12px;
  }

  li#headeragentmenu-print a {
    background: transparent url(../images/header-print.png) no-repeat 0 0;
    color: #808080;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    min-height: 30px;
    padding: 5px 0 0 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }

  li#headeragentmenu-print a:hover {
    background-position: 0 -100px;
    color: #1a1a1a;
  }

  #footeragent .sectionagent {
    font-size: 12px;
    padding: 10px 10px 20px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .sectionagent-search {
    padding: 80px 0; /*position:relative; min-height:1050px;*/
  }

  .sectionagent-headline ul.menu li strong {
    font-size: 60px;
  }

  .sectionagent-buyer {
    padding: 20px 0 80px 0;
  }

  .sectionagent-buyer .article-text {
    padding: 0 40px 10px 40px;
  }
}

@media screen and (max-width: 959px) {
  .sectionagent-value .article-image {
    display: none;
  }

  .sectionagent-summary {
    padding: 10px 0 0 0;
  }

  .sectionagent-summary .article-agent {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
    text-align: left !important;
  }

  .sectionagent-summary .row-agent {
    margin-top: 0;
  }

  .sectionagent-headline ul.menu li {
    font-size: 14px;
  }

  .sectionagent-precis .row-map {
    height: 300px;
    position: relative;
    width: 100%;
  }

  #headeragent .sectionagent {
    padding: 10px;
  }

  #headeragentlogo {
    margin: 0 auto;
    max-width: 100%;
  }

  #headeragentmenu {
    font-size: 0;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    width: 100%;
  }

  #headeragentmenu li {
    display: inline-block;
  }

  #headeragentmenu li a {
    background: none !important;
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: underline;
  }

  #headeragentmenu li a {
    font-size: 11px;
    padding: 0 5px;
  }

  #footeragent .sectionagent {
    font-size: 11px;
    padding: 0 0 10px 0;
  }

  .sectionagent-value .article-list {
    background: transparent url(../images/agentvalue.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .sectionagent-value ul.menu {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .sectionagent-value ul.menu li {
    margin-top: 0;
  }

  .layerbox {
    border-radius: 0;
  }

  /*.sectionagent-stats .article-list { display: inline-block; max-width: 600px; padding-top: 0 !important; padding-left: 40px !important; padding-right: 40px !important; vertical-align: top; width: 50%; }*/
}

@media screen and (max-width: 720px) {
  .sectionagent-three .article-list {
    padding: 20px 0 40px 0;
  }

  .sectionagent-three .article-list ul.menu li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 840px) and (min-width: 600px) {
  .sectionagent-buyer .row-buyer {
    width: 100%;
  }

  .sectionagent-buyer .menu-spec {
    width: 100%;
  }

  .sectionagent-buyer .menu-spec li {
    float: left;
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .sectionagent-search .row-text p {
    display: none;
  }

  .sectionagent .article.normal-box {
    padding: 20px 20px 40px 20px;
  }

  .sectionagent-summary .article-text .row-edit p {
    font-size: 14px;
  }

  .sectionagent-map ul.menu li {
    padding: 0;
  }

  .sectionagent-buyer {
    padding: 0 0 20px 0;
  }

  .sectionagent-buyer .article-text {
    border-top: 1px solid #e6e6e6;
    width: 100%;
  }

  .sectionagent-buyer .article-text:before {
    display: none;
  }

  .sectionagent-buyer .article-text:nth-child(even) {
    background: #f3f3f3;
  }

  #RegisterMonthlyValuation2 .fieldagent.narrow {
    width: 50% !important;
  }
}

@media screen and (max-width: 480px) {
  .sectionagent-search .row-text h1 {
    font-size: 28px;
  }

  .sectionagent-search .fieldagent .text-input {
    font-size: 12px;
  }

  .sectionagent-precis .article-map {
    height: 200px;
    position: relative;
    width: 100%;
  }

  .sectionagent-buyer .row-buyer {
    width: 100%;
  }

  .sectionagent-buyer .menu-spec {
    width: 100%;
  }

  .sectionagent-buyer .menu-spec li {
    float: left;
    margin-right: 10px !important;
  }

  .sectionagent-funnel ul.menu li.nth-4 p {
    max-width: 200px;
  }

  .sectionagent-funnel ul.menu li.nth-5 {
    margin: -60px 0 0 0;
  }

  .sectionagent-funnel ul.menu li.nth-5 h1 {
    border: 10px solid #fff;
    font-size: 32px;
    line-height: 100px;
    width: 100px;
  }

  .sectionagent-funnel ul.menu li.nth-5 p {
    font-size: 12px;
    margin: 0 0 0 60px;
  }

}

@media screen and (max-width: 768px) {
  .layer-text p {
    padding: 8px 60px 10px 50px;
    font-size: 25px;
  }

  .content_blog p {
    padding: 0 15px;
    text-align: justify;
  }

  .content_blog h2 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .layer-text {
    background-color: rgba(255, 255, 255, 0.55);
    bottom: 20px;
  }

  .layer-text p {
    padding: 8px 30px 10px 17px;
    font-size: 18px;
  }

  .content_blog p {
    padding: 0 15px;
    text-align: justify;
  }

  .content_blog h2 {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 960px) {
  .layer-text2 {
    top: 28%;
  }

}

/* OVERWRITE */
.sectionagent-buyerlist .article {
  font-size: 12px;
}

.sectionagent-buyerlist .articlebrand-title {
  background: #036;
  padding: 5px 10px;
}

.sectionagent-buyerlist .articlebrand-title h1 {
  color: #fff !important;
  margin: 0;
}

.sectionagent-buyerlist .text-person {
  display: inline-block !important;
}

.sectionagent-buyerlist .text-id {
  display: inline-block !important;
}

.sectionagent-buyerlist .menu-star {
  display: block !important;
}

html.small .sectionagent-buyerlist .cell-time {
  display: none !important;
}

html.small .sectionagent-buyerlist .cell-spec {
  margin-top: 0 !important;
}

.sectionagent-buyerlist .cell-buyeragent {
  background: transparent url(../images/buyeragent.png) no-repeat 50% 50%;
  border-radius: 20px;
  float: left;
  height: 40px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.sectionagent-buyerlist .cell-buyeragent.image {
  background-size: cover;
  font-size: 0;
  text-indent: -1000px;
}

.sectionagent-buyerlist .cell-buyeragent.text {
  background-color: #999;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.sectionagent-buyerlist .cell-buyeragent.text-1 {
  background-color: #cccc5a;
}

.sectionagent-buyerlist .cell-buyeragent.text-2 {
  background-color: #73cc99;
}

.sectionagent-buyerlist .cell-buyeragent.text-3 {
  background-color: #5acccc;
}

.sectionagent-buyerlist .cell-buyeragent.text-4 {
  background-color: #cca6d9;
}

.sectionagent-buyerlist .cell-buyeragent.text-5 {
  background-color: #e69999;
}

.article-buyer.title .cell {
  color: #1a1a1a;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: normal !important;
  vertical-align: middle;
}

.article-buyer.title .button {
  background: transparent url(../images/buyeragent-title.png) no-repeat 0 0 !important;
  height: 14px !important;
  margin-top: 0;
  width: 14px !important;
}

.article-buyer .buttonagent {
  color: #fff !important;
  font-size: 12px;
  height: 30px;
  margin-top: 10px;
  padding: 5px 10px;
}

html.large .article-buyer {
  padding-left: 10px;
  padding-right: 0;
}

html.large .responsive .article-buyer .cell-buyer {
  width: 14%;
}

html.large .responsive .article-buyer .cell-agent {
  margin: 5px 0px 0px;
  width: 6%;
}

html.large .responsive .article-buyer .cell-location {
  width: 15%;
}

html.large .responsive .article-buyer .cell-match {
  width: 7%;
}

html.large .responsive .article-buyer .cell-spec {
  width: 25%;
}

html.large .responsive .article-buyer .cell-spec .cell-room {
  width: 24%;
}

html.large .responsive .article-buyer .cell-spec .cell-price {
  width: 38%;
}

html.large .responsive .article-buyer .cell-spec .cell-time {
  width: 38%;
}

html.large .responsive .article-buyer .cell-info {
  width: 21%;
}

html.large .responsive .article-buyer:not(.title) .cell-buyer {
  margin-top: 10px;
}

html.large .responsive .article-buyer:not(.title) .cell-location {
  margin-top: 10px;
}

html.large .responsive .article-buyer:not(.title) .cell-room {
  margin-top: 10px;
}

html.large .responsive .article-buyer:not(.title) .cell-price {
  margin-top: 10px;
}

html.large .responsive .article-buyer:not(.title) .cell-time {
  margin-top: 10px;
}

html.large .responsive .article-buyer:not(.title) .cell-info {
  margin-top: 10px;
}

html.large .article-buyer .cell-agent .text-agent {
  display: none;
}

html.large .responsive .article-buyer .cell-match {
  line-height: 40px;
}

html.large .article-buyer .buttonagent {
  position: absolute;
  right: 15px;
  top: 5px;
}

html.small .article-buyer .cell-buyer {
  margin-top: 15px !important;
  width: 60% !important;
}

html.small .article-buyer .cell-agent {
  margin: 10px 0 0 -10px;
  width: 40%;
}

html.small .article-buyer .cell-agent .text-agent {
  background: #e6e6e6;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #999;
  float: left;
  line-height: 40px;
  margin: 0 0 0 -20px;
  padding: 0 10px 0 30px;
}

html.small .article-buyer {
  padding-bottom: 45px;
  position: relative;
}

html.small .article-buyer .buttonagent {
  bottom: 10px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.padding-right0 {
  padding-right: 0px !important;
  border: none !important;
}

.border-black {
  border: 2px solid #1a1a1a !important;
}

span.cell-error.border-black {
  border: none !important;
}

.search_btn_field {
  height: 37px !important;
  right: 1px !important;
  top: 1px !important;
}

.smarty-suggestion {
  line-height: 22px;
  font-size: 13px;
}

.layerbox {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0px 0px;
}

.sectionagent-funnel {
  text-align: center;
}

.sectionagent-funnel ul.menu {
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  width: 100%;
}

.sectionagent-funnel ul.menu:after {
  background: transparent url(../images/agentfunnel.png) no-repeat 50% 100%;
  bottom: 60px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.sectionagent-funnel ul.menu li {
  background: #808080;
  border-top: 5px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0 20px 10px 20px;
  position: relative;
  width: 100%;
}

.sectionagent-funnel ul.menu li:before {
  background: transparent url(../images/agentfunnelbefore.png) repeat-x 50% 0;
  content: '';
  display: block;
  height: 50px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.sectionagent-funnel ul.menu li.nth-5:before {
  display: none;
}

.sectionagent-funnel ul.menu li.nth-1 {
  opacity: 0.25;
}

.sectionagent-funnel ul.menu li.nth-2 {
  opacity: 0.5;
}

.sectionagent-funnel ul.menu li.nth-3 {
  opacity: 0.75;
}

.sectionagent-funnel ul.menu li.nth-4 {
  padding-bottom: 100px;
}

.sectionagent-funnel ul.menu li.nth-5 {
  background: none;
  border-top: none;
  margin: -80px 0 0 0;
  padding: 0;
  z-index: 2;
}

.sectionagent-funnel ul.menu li h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0 0 0;
  position: relative;
  text-align: center;
}

.sectionagent-funnel ul.menu li.nth-5 h1 {
  background: #5ab333;
  border: 20px solid #fff;
  border-radius: 50%;
  font-size: 48px;
  line-height: 160px;
  margin: 0 auto;
  text-shadow: 0 0 20px #fff;
  width: 160px;
}

.sectionagent-funnel ul.menu li p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.sectionagent-funnel ul.menu li.nth-1 p {
  max-width: 600px;
}

.sectionagent-funnel ul.menu li.nth-2 p {
  max-width: 600px;
}

.sectionagent-funnel ul.menu li.nth-3 p {
  max-width: 400px;
}

.sectionagent-funnel ul.menu li.nth-4 p {
  max-width: 300px;
}

.sectionagent-funnel ul.menu li.nth-5 p {
  color: #808080;
  font-size: 18px; /* font-weight: bold; */
  position: absolute;
  left: 50%;
  margin: 0 0 0 100px;
  padding: 0 10px 0 0;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sectionagent-location .row-map {
  background: #999;
  margin: 0;
  overflow: hidden;
}

.sectionagent-location .row-map > #map {
  padding-top: 33.3%;
}

.sectionagent-funnel li h1.blur {
  color: rgba(200, 255, 255, 0) !important;
  text-shadow: 0 0 25px #fff !important;
}

.sectionagent-funnel .row-button {
  margin-top: -20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 720px) and (max-width: 960px) {
  .sectionagent-headline .article-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sectionagent-headline ul.menu li strong {
    font-size: 36px;
  }
}

.flex-space-between {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-space-between #agent-footer {
  padding: 0px;
}

.flex-space-between #agent-footer #agent-footer-section {
  list-style-type: none;
}

.flex-space-between #agent-footer #agent-footer-section a {
  font-size: 12px;
  font-weight: 400;
}

.btngreen {
  background-color: #5AB333 !important;
}

.sectionagent-buyersummary {
  background: #f3f3f3;
  border-top: 1px solid #ccc;
  padding: 0 0 60px 0;
}

.sectionagent-buyersummary .article-title {
  padding: 50px 10px 0 10px;
  text-align: center;
  width: 100%;
}

.sectionagent-buyersummary .article-title h1 {
  color: #1a1a1a;
  display: inline-block;
  font-size: 24px !important;
  font-weight: normal !important;
  margin: 10px 0 0 0 !important;
}

.sectionagent-buyersummary .article-title p {
  font-size: 14px;
}

.sectionagent-buyersummary .article-title ul.menu-star {
  display: inline-block;
  margin: 10px 0 0 5px;
  width: auto;
}

.sectionagent-buyersummary .article-title ul.menu-star li {
  margin-right: 2px;
}

.sectionagent-buyersummary .article-title a.text-back {
  font-size: 14px;
  left: 20px;
  line-height: 30px;
  margin: 0;
  position: absolute;
  top: 20px;
}

.sectionagent-buyersummary .article-title img.button-addthis {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sectionagent-buyersummary .article-text {
  width: 100%;
}

.sectionagent-buyersummary ul.menu-icontext {
  font-size: 0;
  margin: 20px 0 0 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.sectionagent-buyersummary ul.menu-icontext:before {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -60px;
  position: absolute;
  top: 0;
  width: 120px;
}

.sectionagent-buyersummary ul.menu-icontext li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin: 20px 0 0 0;
  padding: 90px 5px 0 5px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 160px;
}

.sectionagent-buyersummary ul.menu-icontext li:before {
  background: transparent url(../images/buyersummary.png) no-repeat 0 0;
  content: '';
  height: 80px;
  left: 50%;
  margin: 0 0 0 -40px;
  position: absolute;
  top: 0;
  width: 80px;
}

.sectionagent-buyersummary ul.menu-icontext li.text-location:before {
  background-position: 0 0;
}

.sectionagent-buyersummary ul.menu-icontext li.text-type:before {
  background-position: -120px 0;
}

.sectionagent-buyersummary ul.menu-icontext li.text-bed:before {
  background-position: -240px 0;
}

.sectionagent-buyersummary ul.menu-icontext li.text-price:before {
  background-position: -360px 0;
}

.sectionagent-buyersummary ul.menu-icontext li.text-date:before {
  background-position: -480px 0;
}

.sectionagent-buyersummary ul.menu-icontext .text-plus {
  background: #5ab333;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0 0 0 1px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 20px;
}

.sectionagent-buyerlocation {
  background: #f3f3f3;
  font-size: 0;
}

.sectionagent-buyerlocation .article-title {
  display: block;
  height: 240px;
}

.sectionagent-buyerlocation .article-title img {
  left: 0;
  position: absolute;
  top: 0;
}

.sectionagent-buyerlocation .article-text {
  display: block;
  padding: 20px;
  text-align: center;
}

.sectionagent-buyerlocation .article-text h1 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
}

.sectionagent-buyerlocation .article-text .imageagent {
  left: auto;
  margin: 20px auto 0 auto;
  position: relative;
  top: auto;
}

.sectionagent-buyerdetail .article-text {
  text-align: left !important;
}

.sectionagent-buyerdetail .article-text h2.text-detail {
  border-top: 1px solid #e6e6e6;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0 0 0;
  text-align: center;
}

.sectionagent-buyerdetail .article-text:first-child h2.text-detail:first-child, .sectionagent-buyerdetail .article-titlebar + .article-text h2.text-detail:first-child {
  border-top: none;
  padding: 0;
}

.sectionagent-buyerdetail .article-text .menu-definetext {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.sectionagent-buyerdetail .article-text .menu-definetext dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  color: #999;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 5px 0 0;
  width: 50%;
}

.sectionagent-buyerdetail .article-text .menu-definetext dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 0 0 5px;
  width: 50%;
}

.sectionagent-buyerdetail .article-text .row-defineblur .click-blur {
  background: #5ab333;
  box-shadow: 0 0 0 2px #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  line-height: 20px;
  margin: -15px 0 0 -60px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 120px;
  z-index: 99
}

@media screen and (min-width: 960px) {
  .sectionagent-buyersummary ul.menu-icontext li {
    font-size: 14px;
    padding-top: 100px;
    width: 190px;
  }

  .sectionagent-buyersummary ul.menu-icontext li.text-large {
    font-size: 14px;
    line-height: 30px;
  }

  .sectionagent-buyerdetail .article-text {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
  }

  .sectionagent-buyerdetail .article-text h2.text-detail:first-child {
    border-top: none;
    padding: 0;
  }

}

@media screen and (min-width: 720px) {
  .sectionagent-buyerlocation .article-title {
    display: inline-block;
    height: 400px;
    vertical-align: middle;
    width: 66.7%;
  }

  .sectionagent-buyerlocation .article-text {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
  }

  .content_blog p {
    padding: 0 15px;
    text-align: justify;
  }

  .content_blog h2 {
    padding: 0 15px;
  }
}

.sectionagent-buyersummary .article-title {
  font-size: 0;
}

.sectionagent-buyersummary .article-title .row-title {
  display: inline-block;
  width: auto;
}

.sectionagent-buyersummary .article-title .text-verified {
  background: transparent url(../images/article-buyerresult-verified.png) no-repeat 12px 50%;
  border-radius: 25px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 50px;
  margin: 15px 20px 0 20px;
  vertical-align: top;
  width: 50px;
}

@media screen and (min-width: 480px) {
  .sectionagent-buyersummary .article-title .row-title {
    padding: 0 70px;
  }

  .sectionagent-buyersummary .article-title .text-verified {
    margin: 15px 0 0 -50px;
  }
}

.fieldagent.icon.icon-bath:after {
  background-position: -440px 0;
}

/*Added By Raghu*/

.sectionagent-summary ul.menu-tabswitch {
  box-shadow: inset 0 -40px 40px -40px #e6e6e6;
  display: block;
  font-size: 0;
  height: 80px;
  overflow: hidden;
  padding: 0 0 10px 0;
  text-align: center;
  width: 100%;
}

.sectionagent-summary ul.menu-tabswitch:before {
  background: #ccc;
  bottom: 0;
  content: '';
  display: block;
  font-size: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sectionagent-summary ul.menu-tabswitch li {
  display: inline-block;
  margin: 20px 5px 0 5px;
  overflow: visible;
}

.sectionagent-summary ul.menu-tabswitch li a {
  background-color: #f3f3f3;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  display: block;
  font-size: 14px;
  line-height: 18px;
  min-width: 145px;
  padding: 12px 50px 12px 10px;
  text-align: center;
  text-decoration: none;
}

.sectionagent-summary ul.menu-tabswitch li.important a {
  background-color: #0080cc;
  box-shadow: 0 0 0 1px #f3f3f3;
  color: #fff;
}

.sectionagent-summary ul.menu-tabswitch li.active a {
  padding-bottom: 30px;
}

.sectionagent-summary ul.menu-tabswitch li a:after {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

.sectionagent-summary ul.menu-tabswitch li.important a:after {
  background-position: 0 100%;
}

.sectionagent-summary ul.menu-tabswitch li.text-public a:after {
  background-image: url(../images/tabswitch-public.png);
}

.sectionagent-summary ul.menu-tabswitch li.text-owner a:after {
  background-image: url(../images/tabswitch-owner.png);
}

.sectionagent-summary ul.menu-tabswitch li.text-settings a:after {
  background-image: url(../images/tabswitch-settings.png);
}

.sectionagent-summary ul.menu-tabswitch li.text-owner .imageagent {
  height: 40px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

@media screen and (max-width: 600px) {
  .sectionagent-summary ul.menu-tabswitch {
    height: 70px;
  }

  .sectionagent-summary ul.menu-tabswitch li a {
    min-width: 95px;
    padding: 7px 5px;
  }

  .sectionagent-summary ul.menu-tabswitch li a:after {
    display: none;
  }

  .sectionagent-summary ul.menu-tabswitch li.text-owner .imageagent {
    display: none;
  }
}

.promptagent .click-close {
  background: #f3f3f3;
  border-radius: 20px;
  box-shadow: inset 0 0 5px #ccc, inset 0 0 0 1px #ccc;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 99;
}

.promptagent .click-close:after {
  background: transparent url(../images/promptagent-close.png) no-repeat 50% 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

.promptagent .click-close:hover:after {
  opacity: 0.8;
}

.promptagent h1.text-success {
  background: transparent url(../images/text-success.png) no-repeat 0 0;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 0 0;
  padding: 0 40px;
}

a.click-edit, .row-edit a.click-edit {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin: 20px 0 0 10px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 30px;
}

a.click-edit:after {
  background: transparent url(../images/agent-edit.png) no-repeat 50% 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

a.click-edit:hover:after {
  opacity: 0.8;
}

#oa_social_login_container {
  display: block;
  margin: 10px 0 0 0;
  overflow: hidden;
  width: 100%;
}

#oa_social_login_container iframe {
  display: block;
  height: 150px !important;
  overflow: hidden;
  width: 100% !important;
}

.sectionagent-search .row-textsmall p {
  color: #808080;
  font-size: 14px;
}

.sectionagent ul.menu-edit {
  font-size: 0;
  margin: 10px 0 0 0;
  text-align: left;
  width: 100%;
}

.sectionagent ul.menu-edit li {
  border-right: 1px solid #ccc;
  color: #808080;
  display: inline-block;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
}

.sectionagent ul.menu-edit li:last-child {
  border-right: none;
  padding-right: 40px;
}

.sectionagent ul.menu-edit strong {
  color: #1a1a1a;
  font-weight: normal;
  display: block;
  font-size: 24px;
}

.sectionagent ul.menu-edit .click-edit {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 960px) {
  .sectionagent-summary .article-textwide {
    max-width: 528px;
    width: 44%;
  }
}

p.text-login {
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  margin: 20px 0 -10px 0;
  padding: 0 0 20px 0;
}

p.text-login span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  min-width: 140px;
  text-align: right;
}

p.text-login a {
  border-left: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 10px;
  min-width: 140px;
  padding: 0 0 0 10px;
  text-align: left;
}

.row-slider {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 600px;
  width: 100%;
}

.row-slider .cell-label {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.row-slider .cell-label .text-label {
  color: #1a1a1a;
  display: inline-block;
  font-size: 18px;
  width: 33.3%;
}

@media screen and (max-width: 479px) {
  .row-slider .cell-label .text-label {
    font-size: 14px;
  }
}

.row-slider .cell-label .text-label.text-min {
  text-align: left;
}

.row-slider .cell-label .text-label.text-mid {
  text-align: center;
  width: 33.4%;
}

.row-slider .cell-label .text-label.text-max {
  text-align: right;
}

.row-slider .cell-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 10px 0 0 0;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.row-slider .cell-bar:after {
  background: #e6e6e6;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  box-shadow: inset 0 0 0 1px #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 20px;
  width: 100%;
}

.row-slider .cell-handle {
  background: #ccc url(../images/row-slider.png) no-repeat 50% 50%;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #999;
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.row-slider .cell-value {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.row-slider.type-hide {
  padding-bottom: 60px;
}

.row-slider .row-button {
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.row-slider .row-button .buttonagent {
  background: #0080cc;
  bottom: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section.separate-bottom:before {
  background: #ccc;
  top: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  max-width: 600px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
}

h1.text-titletable {
  background: #e6e6e6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px !important;
  padding: 10px;
  text-align: center;
  width: 100%;
}

table.tableagent-history + h1.text-titletable {
  margin-top: 35px !important;
}

table.tableagent-history {
  margin: 5px 0 0 0;
  width: 100%;
}

table.tableagent-history th {
  color: #1a1a1a;
  line-height: 20px;
  padding: 5px 10px;
}

table.tableagent-history thead th {
  border-bottom: 1px solid #e6e6e6;
}

table.tableagent-history td {
  line-height: 20px;
  padding: 5px 10px;
}

table.tableagent-history td:last-child a {
  float: right;
}

table.tableagent-history .text-th {
  color: #c0c0c0;
  display: block;
  display: none;
  font-size: 12px;
}

@media screen and (max-width: 719px) {
  table.tableagent-history {
    display: block;
  }

  table.tableagent-history thead {
    display: none;
  }

  table.tableagent-history tbody {
    display: block;
  }

  table.tableagent-history tbody tr {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    position: relative;
  }

  table.tableagent-history tbody th, table.tableagent-history tbody td {
    display: block;
    padding-left: 100px;
    position: relative;
  }

  table.tableagent-history .text-th {
    display: block;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 80px;
  }

  table.tableagent-history td:last-child a {
    float: none;
  }
}

ul.menu-updatesummary {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  font-size: 0;
  margin: 20px 0 0 0 !important;
  padding: 20px 0 !important;
  text-align: center;
  width: 100%;
}

ul.menu-updatesummary li {
  border-left: 1px solid #e6e6e6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  max-width: 200px;
  padding: 5px 0;
  width: 33.3%;
}

ul.menu-updatesummary li:first-child {
  border-left: none;
}

ul.menu-updatesummary li strong {
  color: #1a1a1a;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.row-slideshow {
  background: #f3f3f3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.row-slideshow .device-small {
  display: block;
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.row-slideshow:before {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}

.row-slideshow:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}

.row-slideshow > ul {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.row-slideshow > ul > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 50%;
}

.row-slideshow > ul > li > a {
  background-color: #808080;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 100%;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.row-slideshow > ul > li > a:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.row-slideshow .text-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 0;
  padding: 5px 10px 10px 10px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.row-slideshow .text-top {
  top: 0;
}

.row-slideshow .text-bottom {
  bottom: 0;
}

.row-slideshow .text-info h2 {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: normal !important;
  margin: 5px 0 0 0 !important;
}

.row-slideshow .text-info p {
  color: #fff !important;
  font-size: 14px !important;
  margin: 5px 0 0 0 !important;
}

.row-slideshow .text-info ul {
  font-size: 0;
  list-style-type: none;
  margin: 0 !important;
  width: 100%;
}

.row-slideshow .text-info ul li {
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  margin: 5px 10px 0 0;
  padding: 0 0 0 15px;
  position: relative;
}

.row-slideshow .text-info ul li:before {
  background: #fff;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}

.row-slideshow .text-info ul li:first-child {
  padding: 0;
}

.row-slideshow .text-info ul li:first-child:before {
  display: none;
}

.row-slideshow .text-info strong {
  color: #fff !important;
  font-weight: bold !important;
}

.row-slideshow .text-info h2 strong {
  display: inline-block;
  margin-left: 5px;
}

.row-slideshow .text-button {
  background: #fff url(../images/row-slideshow.png) no-repeat 0 0;
  display: block;
  font-size: 0;
  height: 50px;
  overflow: hidden;
  opacity: 0.5;
  position: absolute;
  text-indent: -1000px;
  top: 75px;
  width: 30px;
  z-index: 2;
}

.row-slideshow .text-prev {
  background-position: 0 0;
  left: 0;
}

.row-slideshow .text-next {
  background-position: 100% 0;
  right: 0;
}

.row-slideshow .text-button:hover {
  opacity: 0.75;
}

@media screen and (max-width: 719px) {
  .row-slideshow .device-small {
    display: block;
  }

  .row-slideshow > ul > li {
    padding: 10px;
    width: 100%;
  }

  .row-slideshow:before {
    width: 30px;
  }

  .row-slideshow:after {
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .row-slideshow {
    padding: 0 10px;
  }

  .row-slideshow > ul > li {
    width: 100%;
  }

  .row-slideshow:before {
    width: 20px;
  }

  .row-slideshow:after {
    width: 20px;
  }

  .row-slideshow .text-prev {
    left: -10px;
  }

  .row-slideshow .text-next {
    right: -10px;
  }
}

@media screen and (max-width: 959px) {
  .sectionagent-summary .article.normal-box {
    text-align: center !important;
  }
}

.sectionagent-summary .article-text.text-small .row-edit p {
  font-size: 14px;
}

.article-listproperty {
  max-width: 720px;
}

.article-listproperty.type-button {
  margin-bottom: -15px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  z-index: 1;
}

.article-listproperty + .article-listproperty {
  border-top: 1px solid #ccc;
}

.article-listproperty .text-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.article-listproperty.type-button .text-block {
  text-align: center;
}

.article-listproperty .text-block.nth-1 h1 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 0 0;
  width: 100%;
}

.article-listproperty .text-block.nth-1 p {
  display: block;
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.article-listproperty .text-block.nth-1 a.text-email {
  background: transparent url(../images/text-email.png) no-repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  text-decoration: none;
}

.article-listproperty .text-block.nth-1 a.text-email span {
  text-decoration: underline;
}

.article-listproperty .text-block.nth-2 p {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
  width: 100%;
}

.article-listproperty .text-block.nth-2 p a {
  color: #808080;
}

.article-listproperty .text-button {
  background: #fff;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 5px;
  color: #808080;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 5px 0 5px;
  min-width: 60px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}

.article-listproperty .text-button.backgroundagent {
  box-shadow: none;
  color: #fff;
}

.article-listproperty .fieldagent {
  margin-top: 10px;
}

.article-listproperty .fieldagent .text-input {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ccc;
}

@media screen and (min-width: 600px) {
  .article-listproperty .text-block.nth-1 {
    float: left;
    padding-right: 10px;
    text-align: left;
    width: 67%;
  }

  .article-listproperty .text-block.nth-2 {
    float: left;
    padding-left: 10px;
    text-align: right;
    width: 33%;
  }

  .article-listproperty .text-block.nth-2 p {
    margin-top: 25px;
  }

  .article-listproperty .text-button {
    margin: 20px 0 0 10px;
  }
}

.row-tablogin {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  padding: 0 10px;
}

.row-tablogin h2 {
  color: #1a1a1a;
  font-size: 11px;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}

.row-tablogin p {
  color: #808080;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row-tablogin a.type-logout {
  background: #036;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}

@media screen and (max-width: 959px) {
  .row-tablogin {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
    z-index: 9999;
  }

  .row-tablogin h2 {
    display: inline-block;
    margin: 2px 10px;
    vertical-align: top;
  }

  .row-tablogin p {
    display: inline-block;
    margin: 2px 10px;
    vertical-align: top;
  }

  .row-tablogin a.type-logout {
    margin: 2px 10px;
  }
}

@media screen and (min-width: 960px) {
  .row-tablogin {
    position: absolute;
    right: 0;
    text-align: left;
    top: 20px;
    width: 240px;
    z-index: 9999;
  }

  .row-tablogin:before {
    background: #e6e6e6;
    content: '';
    display: block;
    height: 1px;
    left: 10px;
    position: absolute;
    top: 19px;
    width: 80px;
  }

  .row-tablogin a.type-logout {
    position: absolute;
    right: 20px;
    top: 0;
  }
}

.buttonagent.type-br {
  height: auto;
}

.row-button .buttonagent.type-br {
  max-width: calc(100% - 40px);
}

@media screen and (max-width: 840px) and (min-width: 600px) {
  .sectionagent-buyer p.text-location {
    padding-bottom: 10px;
  }

  .sectionagent-buyer .menu-spec {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px !important;
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 480px) {
  .sectionagent-buyer p.text-location {
    padding-bottom: 10px;
  }

  .sectionagent-buyer .menu-spec {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px !important;
    padding-left: 95px !important;
  }
}

/* @04/01/2017 by mohit, Ref Basecamp ID #288512039 */
.sectionagent-search .article-video {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

html.mobile .sectionagent-search .article-video {
  display: none;
}

.sectionagent-search .article-video .type-opacity {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sectionagent-search .article-video video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}

/* @27-01-2017 by mohit, New funnel UI */
.sectionagent-funnelmatch {
  text-align: center;
}

.sectionagent-funnelmatch h1.blur {
  color: rgba(255, 255, 255, 0) !important;
  text-shadow: 0 0 10px #fff;
}

.sectionagent-funnelmatch ul.type-text {
  background: #808080 url("../images/agentfunnelmatch.png") no-repeat scroll 50% 100%;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0 auto;
  max-width: 720px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.sectionagent-funnelmatch ul.type-text::before {
  background: #fff none repeat scroll 0 0;
  border-top-right-radius: 100%;
  content: "";
  display: block;
  height: 100%;
  margin: 0 120px 0 0;
  position: absolute;
  right: 50%;
  top: 0;
  width: 240px;
}

.sectionagent-funnelmatch ul.type-text::after {
  background: #fff none repeat scroll 0 0;
  border-top-left-radius: 100%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 120px;
  position: absolute;
  top: 0;
  width: 240px;
}

.sectionagent-funnelmatch ul.type-text li {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 5px 0 10px;
  width: 100%;
}

.sectionagent-funnelmatch ul.type-text li.nth-1 {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  padding-bottom: 80px;
}

.sectionagent-funnelmatch ul.type-text li.nth-2 {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}

.sectionagent-funnelmatch ul.type-text li.nth-3 {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

.sectionagent-funnelmatch ul.type-text li.nth-4 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

.sectionagent-funnelmatch ul.type-text li h1 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  margin: 0;
  text-align: center;
}

.sectionagent-funnelmatch ul.type-text li p {
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  max-width: 240px;
  text-align: center;
}

.sectionagent-funnelmatch ul.type-text li.nth-2 p {
  max-width: 260px;
}

.sectionagent-funnelmatch ul.type-text li.nth-3 p {
  max-width: 300px;
}

.sectionagent-funnelmatch ul.type-text li.nth-4 p {
  max-width: 380px;
}

.sectionagent-funnelmatch .type-title {
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.sectionagent-funnelmatch .type-title h1 {
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 120px;
  margin: -60px auto 0;
  text-align: center;
  width: 120px;
}

.sectionagent-funnelmatch .type-title p {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  margin: 0 0 0 80px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 120px);
}

@media screen and (min-width: 960px) {
  .sectionagent-funnelmatch ul.type-text {
    max-width: 960px;
  }

  .sectionagent-funnelmatch ul.type-text::before {
    margin-right: 160px;
    width: 320px;
  }

  .sectionagent-funnelmatch ul.type-text::after {
    margin-left: 160px;
    width: 320px;
  }

  .sectionagent-funnelmatch ul.type-text li {
    padding: 10px 0 20px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-1 {
    padding-bottom: 100px;
  }

  .sectionagent-funnelmatch ul.type-text li h1 {
    font-size: 40px;
  }

  .sectionagent-funnelmatch ul.type-text li p {
    font-size: 14px;
    max-width: 320px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-2 p {
    max-width: 360px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-3 p {
    max-width: 440px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-4 p {
    max-width: 600px;
  }

  .sectionagent-funnelmatch .type-title h1 {
    box-shadow: 0 0 0 10px #fff;
    font-size: 50px;
    line-height: 160px;
    margin-top: -80px;
    width: 160px;
  }

  .sectionagent-funnelmatch .type-title p {
    font-size: 18px;
    margin-left: 100px;
    width: calc(50% - 140px);
  }
}

@media screen and (max-width: 480px) {
  .sectionagent-funnelmatch ul.type-text {
    max-width: 480px;
  }

  .sectionagent-funnelmatch ul.type-text::before {
    margin-right: 80px;
    width: 160px;
  }

  .sectionagent-funnelmatch ul.type-text::after {
    margin-left: 80px;
    width: 160px;
  }

  .sectionagent-funnelmatch ul.type-text li {
    padding: 5px 0;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-1 {
    padding-bottom: 50px;
  }

  .sectionagent-funnelmatch ul.type-text li h1 {
    font-size: 24px;
  }

  .sectionagent-funnelmatch ul.type-text li p {
    max-width: 160px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-2 p {
    max-width: 170px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-3 p {
    max-width: 190px;
  }

  .sectionagent-funnelmatch ul.type-text li.nth-4 p {
    max-width: 230px;
  }

  .sectionagent-funnelmatch .type-title {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
  }

  .sectionagent-funnelmatch .type-title h1 {
    font-size: 30px;
    line-height: 80px;
    margin-top: -40px;
    width: 80px;
  }

  .sectionagent-funnelmatch .type-title p {
    left: auto;
    margin: 5px 0 0;
    position: relative;
    text-align: center;
    top: auto;
    transform: none;
    width: 100%;
  }
}

#smarteragent-headeralt {
  background: rgba(193, 232, 246, 0.85) none repeat scroll 0 0;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 49;
  height: 100px;
}

#smarteragent-headeralt-section {
  background: rgba(193, 232, 246, 0.85) none repeat scroll 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  margin: 0 0 -180px 0;
  width: 100%;
  padding: 0;
  position: relative;
}

#smateragent-title {
  background-size: contain;
  font-size: 0;
  height: 80px;
  left: 58%;
  margin: -40px 0 0 -200px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 50%;
  width: 400px;
}

#smateragent-back {
  background: transparent url('../images/left-arrow-angle.png') no-repeat 50% 50%;
  font-size: 0;
  height: 80px;
  left: 55%;
  margin: -40px 0 0 -250px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 50%;
  width: 35px;
}

@media screen and (max-width: 520px) {
  #smarteragent-headeralt-section {
    height: 100px;
    margin-bottom: -110px !important;
  }

  #smateragent-title {
    height: 80px;
    margin: -37px 0 0 -115px;
    width: 250px;
  }

  #smateragent-back {
    height: 80px;
    left: 0;
    margin: -35px 0 0 0;
  }
}

@media screen and (max-width: 719px) {
  #smarteragent-headeralt-section {
    height: 100px;
    margin-bottom: -110px !important;
  }

  #smateragent-title {
    height: 80px;
    margin: -37px 0 0 -115px; /*width: 250px;*/
  }

  #smateragent-back {
    height: 80px;
    left: 0;
    margin: -35px 0 0 0;
  }
}

/* Replace SA page back button image by CSS, with a default color */
#smateragent-back {
  background-image: none;
}

.chevron {
  position: relative;
  top: 100px;
  text-align: center;
  margin-bottom: 6px;
  height: 22px;
  width: 80px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(1800deg);
  transform: rotate(180deg);
}

.chevron:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  height: 20%;
  width: 74%;
  background: #036;
  -webkit-transform: skew(0deg, 43deg);
  -moz-transform: skew(0deg, 43deg);
  -ms-transform: skew(0deg, 43deg);
  -o-transform: skew(0deg, 43deg);
  transform: skew(0deg, 43deg);
}

.chevron:after {
  content: '';
  position: absolute;
  top: 49px;
  right: 9px;
  height: 20%;
  width: 70%;
  background: #036;
  -webkit-transform: skew(0deg, -44deg);
  -moz-transform: skew(0deg, -44deg);
  -ms-transform: skew(0deg, -44deg);
  -o-transform: skew(0deg, -44deg);
  transform: skew(0deg, -44deg);
}

#smarteragent-headeralt, #smarteragent-headeralt-section {
  background: #fff none repeat scroll 0 0;
}

#footeragent .type-credit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  padding: 10px 10px 0 10px;
  text-align: center;
  width: 100%;
}

#footeragent .type-credit a {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
}

#footeragent .type-credit a strong {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  #footeragent.type-alt .sectionagent {
    padding-top: 90px;
  }

  #footeragent.type-alt .menu-nav {
    font-size: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  #footeragent.type-alt .menu-nav li {
    display: inline-block;
    float: none;
    font-size: 11px;
  }

  #footeragent.type-alt .menu-nav li:last-child {
    border-right: none !important;
  }

  #footeragent.type-alt .menu-social {
    font-size: 0;
    text-align: center;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
  }

  #footeragent.type-alt .menu-social li {
    display: inline-block;
    float: none;
  }

  #footeragent.type-alt .type-credit {
    left: 0;
    position: absolute;
    top: 0;
  }

}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
