.row-content {
  padding: 70px 0;
}
.row-content .content-max {
  max-width: 1200px;
  margin: 0 auto;
}
.row-content .content-left {
  float: left;
  width: calc(100% - 350px);
}
@media screen and (max-width: 1000px) {
  .row-content .content-left {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
.row-content .sidebar {
  float: right;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .row-content .sidebar {
    float: none;
    width: 100%;
  }
}
.row-content .sidebar img {
  display: block;
  width: 80%;
  margin: 0 auto 15px;
}
.row-content .sidebar .avatar {
  width: 100%;
  margin-bottom: 30px;
  border: 6px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-content .sidebar .sidebar-block.links {
  margin-top: 30px;
}
.row-content .sidebar .sidebar-block.links a {
  display: block;
  width: 100%;
  text-align: center;
}
.row-content .sidebar ul.download-btns {
  margin: 0 0 30px;
}

.row-content.index {
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 999999;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .row-content.index {
    padding: 70px 0;
  }
}
.row-content.index .container {
  max-width: 1000px;
}
.row-content.index .container h1 {
  margin-bottom: 50px;
  line-height: 45px;
}
@media screen and (max-width: 600px) {
  .row-content.index .container h1 {
    line-height: 34px;
  }
}
.row-content.index .container p {
  margin: 0;
}

.row-index-buttons {
  background-color: #f3f3f3;
  padding: 45px 0 20px;
  position: relative;
  z-index: 999999;
}
.row-index-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.row-index-buttons ul li {
  float: left;
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .row-index-buttons ul li {
    float: none;
    width: 100%;
  }
}
.row-index-buttons ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.row-index-buttons ul li a div {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.row-index-buttons ul li a div div.inside {
  opacity: 1;
  border: 1px solid #fff;
  display: block;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.row-index-buttons ul li a div div.inside span {
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .row-index-buttons ul li a div div.inside span {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .row-index-buttons ul li a div div.inside span {
    font-size: 20px;
    line-height: 25px;
  }
}
.row-index-buttons ul li a div img {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.row-index-buttons ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.row-index-buttons ul li:nth-of-type(even) {
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .row-index-buttons ul li:nth-of-type(even) {
    margin-left: 0;
  }
}

.row-index-listings {
  padding: 0 0 45px;
  position: relative;
  z-index: 999999;
  background-color: #fff;
}

.row-index-blog {
  background-color: #f3f3f3;
  padding: 80px 0;
  position: relative;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .row-index-blog {
    padding: 70px 0 50px;
  }
}
.row-index-blog h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .row-index-blog h2 {
    margin-bottom: 70px;
  }
}
.row-index-blog .blog-list {
  list-style: none;
  margin: 0 auto 80px;
  padding: 0;
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  .row-index-blog .blog-list {
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.row-index-blog .blog-list li {
  float: left;
  width: 31.33333%;
  background-color: #fff;
  margin-right: 3%;
}
@media screen and (max-width: 900px) {
  .row-index-blog .blog-list li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.row-index-blog .blog-list li img {
  width: 100%;
}
.row-index-blog .blog-list li div {
  padding: 25px;
  box-sizing: border-box;
}
.row-index-blog .blog-list li div p {
  font-size: 15px;
  line-height: 22px;
}
.row-index-blog .blog-list li div p:last-of-type {
  margin: 0;
}
.row-index-blog .blog-list li div a {
  text-decoration: none;
  color: #231f20;
}
.row-index-blog .blog-list li div a:hover {
  text-decoration: underline;
}
.row-index-blog .blog-list li:last-of-type {
  margin-right: 0;
}

.row-index-testimonials {
  background-color: #fff;
  position: relative;
  z-index: 999999;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .row-index-testimonials {
    padding: 70px 0;
  }
}
.row-index-testimonials h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .row-index-testimonials h2 {
    margin-bottom: 70px;
  }
}
.row-index-testimonials ul {
  list-style: none;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.row-index-testimonials ul li {
  float: left;
  width: 33.33333%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .row-index-testimonials ul li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.row-index-testimonials ul li:last-of-type {
  margin-bottom: 0;
}

.row-index-instagram {
  background-color: #fff;
  position: relative;
  z-index: 999999;
}
.row-index-instagram ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-index-instagram ul li {
  float: left;
  width: 12.5%;
}
@media screen and (max-width: 1200px) {
  .row-index-instagram ul li {
    width: 14.285714%;
  }
}
@media screen and (max-width: 1000px) {
  .row-index-instagram ul li {
    width: 16.666667%;
  }
}
@media screen and (max-width: 768px) {
  .row-index-instagram ul li {
    width: 20%;
  }
}
.row-index-instagram ul li a {
  display: block;
}
.row-index-instagram ul li a img {
  width: 100%;
}
.row-index-instagram ul li.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
}
@media screen and (max-width: 900px) {
  .row-index-instagram ul li.heading {
    display: none;
  }
}
.row-index-instagram ul li.heading a {
  text-decoration: none;
  color: #231f20;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .row-index-instagram ul li.heading a {
    display: none;
  }
}
.row-index-instagram ul li.heading a h4 {
  text-align: center;
  position: relative;
  margin: 0;
}
.row-index-instagram ul li.heading a h4:before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: transparent url("../img/icon-instagram-large.png") no-repeat center center;
  background-size: 40px 40px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .row-index-instagram ul li:nth-of-type(8) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .row-index-instagram ul li:nth-of-type(7) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .row-index-instagram ul li:nth-of-type(7) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .row-index-instagram ul li:nth-of-type(7) {
    display: none;
  }
}

.property-listings {
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-listings .listing {
  float: left;
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .property-listings .listing {
    float: none;
    width: 100%;
  }
}
.property-listings .listing a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #231f20;
}
.property-listings .listing a div {
  margin-bottom: 25px;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.property-listings .listing a div div.inside {
  opacity: 0;
  border: 1px solid #fff;
  display: block;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 480px) {
  .property-listings .listing a div div.inside {
    display: none !important;
  }
}
.property-listings .listing a div div.inside .subtitle {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 20px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 1000px) {
  .property-listings .listing a div div.inside .subtitle {
    font-size: 22px;
  }
}
.property-listings .listing a div img {
  width: 100%;
}
.property-listings .listing a h3 {
  margin-bottom: 10px;
  text-align: center;
}
.property-listings .listing a p {
  font-size: 14px;
  margin-bottom: 4px;
}
.property-listings .listing a p .divider {
  margin: 0 5px;
}
.property-listings .listing a .pending {
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 14px;
  background-color: #de3030;
  border: 1px solid #ff4747;
  color: #fff;
  z-index: 120;
  padding: 5px 10px;
}
.property-listings .listing a:hover .subtitle {
  opacity: 1;
}
.property-listings .listing a:hover div div.inside {
  opacity: 1;
}
.property-listings .listing:nth-of-type(2n+3) {
  clear: both;
}
.property-listings .listing:nth-of-type(even) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .property-listings .listing:nth-of-type(even) {
    margin-left: 0;
  }
}

.property-listings.sales .listing {
  float: left;
  width: calc(33.33333% - 16px);
  margin-right: 24px;
}
@media screen and (max-width: 1000px) {
  .property-listings.sales .listing {
    width: calc(50% - 12px);
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .property-listings.sales .listing {
    float: none;
    width: 100%;
  }
}
.property-listings.sales .listing:nth-of-type(2n+3) {
  clear: none;
}
@media screen and (max-width: 1000px) {
  .property-listings.sales .listing:nth-of-type(2n+3) {
    clear: both;
  }
}
.property-listings.sales .listing:nth-of-type(3n+4) {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .property-listings.sales .listing:nth-of-type(3n+4) {
    clear: none;
  }
}
.property-listings.sales .listing:nth-of-type(even) {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .property-listings.sales .listing:nth-of-type(even) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .property-listings.sales .listing:nth-of-type(even) {
    margin-left: 0;
  }
}
.property-listings.sales .listing:nth-of-type(3n) {
  margin-right: 0;
}

.blog-listings {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-listings .listing {
  float: left;
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blog-listings .listing {
    float: none;
    width: 100%;
  }
}
.blog-listings .listing img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-listings .listing h2 a {
  color: #231f20;
  text-decoration: none;
}
.blog-listings .listing:nth-of-type(2n+3) {
  clear: both;
}
.blog-listings .listing:nth-of-type(even) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .blog-listings .listing:nth-of-type(even) {
    margin-left: 0;
  }
}

.philantropy-items .philantropy-item {
  margin-bottom: 80px;
}
.philantropy-items .philantropy-item .philantropy-content {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item .philantropy-content {
    width: 100%;
    margin-bottom: 25px;
  }
}
.philantropy-items .philantropy-item .philantropy-content h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item .philantropy-content span {
    display: block;
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
}
.philantropy-items .philantropy-item .philantropy-img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item .philantropy-img {
    width: 100%;
  }
}
.philantropy-items .philantropy-item .philantropy-img img {
  width: 100%;
}
.philantropy-items .philantropy-item:nth-of-type(odd) .philantropy-content {
  float: left;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item:nth-of-type(odd) .philantropy-content {
    float: none;
    padding-right: 0;
  }
}
.philantropy-items .philantropy-item:nth-of-type(odd) .philantropy-img {
  float: right;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item:nth-of-type(odd) .philantropy-img {
    float: none;
  }
}
.philantropy-items .philantropy-item:nth-of-type(even) .philantropy-content {
  float: right;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item:nth-of-type(even) .philantropy-content {
    float: none;
    padding-left: 0;
  }
}
.philantropy-items .philantropy-item:nth-of-type(even) .philantropy-img {
  float: left;
}
@media screen and (max-width: 768px) {
  .philantropy-items .philantropy-item:nth-of-type(even) .philantropy-img {
    float: none;
  }
}

.philanthropy-items .philanthropy-item {
  margin-bottom: 80px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .philanthropy-items .philanthropy-item {
    float: none;
    width: 100%;
  }
}
.philanthropy-items .philanthropy-item .philanthropy-content {
  box-sizing: border-box;
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .philanthropy-items .philanthropy-item .philanthropy-content {
    width: 100%;
    margin-bottom: 25px;
  }
}
.philanthropy-items .philanthropy-item .philanthropy-content h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philanthropy-items .philanthropy-item .philanthropy-content span {
    display: block;
    position: relative;
    top: 0%;
    transform: translateY(0%);
  }
}
.philanthropy-items .philanthropy-item:nth-of-type(2n+3) {
  clear: both;
}
.philanthropy-items .philanthropy-item.full {
  float: none;
  width: 100%;
  clear: both;
}
.philanthropy-items .philanthropy-item.full .philanthropy-content {
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .philanthropy-items .philanthropy-item.full .philanthropy-content {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
.philanthropy-items .philanthropy-item.full .philanthropy-img {
  width: 50%;
  float: right;
}
@media screen and (max-width: 768px) {
  .philanthropy-items .philanthropy-item.full .philanthropy-img {
    width: 100%;
  }
}
.philanthropy-items .philanthropy-item.full .philanthropy-img img {
  width: 100%;
}

.charity-logos {
  margin-top: 70px;
}
.charity-logos .charity-logo {
  width: 16.66666667%;
  float: left;
  margin-bottom: 40px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .charity-logos .charity-logo {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .charity-logos .charity-logo {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .charity-logos .charity-logo {
    width: 33.333333%;
  }
}
.charity-logos .charity-logo img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.charity-logos .charity-logo:nth-of-type(6n+1) {
  clear: both;
}
@media screen and (max-width: 768px) {
  .charity-logos .charity-logo:nth-of-type(6n+1) {
    clear: none;
  }
}
@media screen and (max-width: 768px) {
  .charity-logos .charity-logo:nth-of-type(5n+1) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .charity-logos .charity-logo:nth-of-type(5n+1) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .charity-logos .charity-logo:nth-of-type(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .charity-logos .charity-logo:nth-of-type(4n+1) {
    clear: none;
  }
}
@media screen and (max-width: 480px) {
  .charity-logos .charity-logo:nth-of-type(3n+1) {
    clear: both;
  }
}

.team-image-main {
  margin-bottom: 70px;
}

.team-member {
  margin-bottom: 70px;
}
.team-member .avatar {
  float: right;
  width: 300px;
  margin: 0 0 40px 40px;
  border: 6px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .team-member .avatar {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .team-member .avatar {
    width: 130px;
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 400px) {
  .team-member .avatar {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.mobile-gallery {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile-gallery {
    display: block;
    margin-top: -50px;
    margin-bottom: 30px;
  }
}
.mobile-gallery .open-gallery {
  display: none;
  outline: 0;
}
.mobile-gallery .open-gallery:first-of-type {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

.property-details .details-pending {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #993636;
  background-color: #ffabab;
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 45px;
}
.property-details h2, .property-details h3 {
  text-align: center;
}
.property-details h3 {
  font-size: 16px;
  color: #818286;
}
.property-details h3 span {
  font-size: 21px;
  color: #231f20;
}
.property-details h1 {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 35px 0 70px;
}

.market-updates img {
  margin-bottom: 30px;
}

.updates-list {
  line-height: 20px;
}
.updates-list li {
  margin-bottom: 15px;
}
.updates-list li a {
  text-decoration: none;
}

.blog-article img {
  margin: 0 auto;
  width: 100%;
}

.blog-image {
  margin: 0 auto 30px;
  display: block;
  width: 100%;
  max-width: 700px;
}

.blog-50 {
  margin-top: 45px;
  margin-bottom: 35px;
}

.blog-50 img {
  float: left;
  width: 48%;
}
@media screen and (max-width: 600px) {
  .blog-50 img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.blog-50 div {
  float: right;
  width: 48%;
}
@media screen and (max-width: 600px) {
  .blog-50 div {
    float: none;
    width: 100%;
  }
}

.blog-table {
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}

.blog-table td, .blog-table th {
  padding: 5px 5px 5px 0;
  text-align: left;
}

.blog-table td {
  border-bottom: 1px solid #ccc;
}

.blog-table th {
  border-bottom: 2px solid #ccc;
}

/* NEW BLOG ARTICLES */
.article-header {
  padding: 150px 45px;
  background-color: #818286;
  margin-bottom: 50px;
  position: relative;
}
.article-header h1 {
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 101;
}
.article-header p {
  color: #fff;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 18px;
  position: relative;
  z-index: 101;
}
.article-header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.article-block .block-100 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-block .block-100 {
    margin-bottom: 20px;
  }
}
.article-block .block-100 h2 {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.article-block .blocks-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-block .blocks-50 {
    margin-bottom: 0;
  }
}
.article-block .blocks-50 .block-50 {
  float: left;
  width: 48%;
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .article-block .blocks-50 .block-50 {
    width: auto;
    margin: 0 auto 20px;
  }
}
.article-block .blocks-50 .block-50 div {
  width: 100%;
}
.article-block .blocks-50 .block-50 img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.article-block .blocks-50 .block-50:nth-of-type(2) {
  margin-right: 0;
}
.article-block .blocks-33 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-block .blocks-33 {
    margin-bottom: 0;
  }
}
.article-block .blocks-33 .block-33 {
  float: left;
  width: 30.666667%;
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .article-block .blocks-33 .block-33 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.article-block .blocks-33 .block-33 div {
  width: 100%;
}
.article-block .blocks-33 .block-33 img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article-block .blocks-33 .block-33 img {
    width: auto;
    margin: 0 auto 20px;
  }
}
.article-block .blocks-33 .block-33:nth-of-type(3) {
  margin-right: 0;
}
.article-block .blocks-25 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article-block .blocks-25 {
    margin-bottom: 0;
  }
}
.article-block .blocks-25 .block-25 {
  float: left;
  width: 22%;
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .article-block .blocks-25 .block-25 {
    width: 48%;
  }
}
.article-block .blocks-25 .block-25 div {
  width: 100%;
}
.article-block .blocks-25 .block-25 img {
  width: 100%;
  margin-bottom: 20px;
}
.article-block .blocks-25 .block-25:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .article-block .blocks-25 .block-25:nth-of-type(2) {
    margin-right: 0;
  }
}

.article-block.divider {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.contact-info {
  max-width: 650px;
  margin: 0 auto 60px;
  text-align: center;
}
.contact-info h2, .contact-info h3 {
  text-align: center;
}

.area-blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-blocks li {
  float: left;
  width: 33.333333%;
}
@media screen and (max-width: 1000px) {
  .area-blocks li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .area-blocks li {
    float: none;
    width: 100%;
  }
}
.area-blocks li a.listing {
  display: block;
  width: 100%;
  height: 280px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
}
.area-blocks li a.listing div {
  z-index: 300;
}
.area-blocks li a.listing div h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.area-blocks li a.listing div p {
  color: #fff;
  line-height: 19px;
  font-size: 14px;
  height: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.area-blocks li a.listing span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.area-blocks li a.listing:hover p {
  height: auto;
  opacity: 1;
  margin-top: 15px;
}
.area-blocks li a.listing:hover span {
  background: rgba(0, 0, 0, 0.7);
}
.area-blocks li.heading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  height: 280px;
  padding: 0 30px;
  box-sizing: border-box;
}
.area-blocks li.heading h3 {
  text-align: center;
}
.area-blocks li.heading a {
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 20px;
}

.local-favorites-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 600px;
}
.local-favorites-list li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.local-favorites-list li a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-align: center;
}
.local-favorites-list li a:hover {
  color: #666;
}

.local-favorites-list li a:hover {
  color: #666;
}

.row-calculator {
  background-color: #4c4647;
  padding: 45px 0;
}
.row-calculator h2 {
  text-align: center;
  color: #fff;
}
.row-calculator p {
  text-align: center;
  color: #fff;
}

.row-newsletter {
  background-color: #818286;
  padding: 100px 0;
  position: relative;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .row-newsletter {
    padding: 70px 0;
  }
}
@media screen and (max-width: 600px) {
  .row-newsletter {
    padding: 60px 0;
  }
}
.row-newsletter .container {
  max-width: 1180px;
}
.row-newsletter h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 70px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .row-newsletter h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .row-newsletter h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
.row-newsletter p {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .row-newsletter p {
    padding: 0;
  }
}
.row-newsletter .newsletter-block {
  background-color: #4c4647;
  padding: 30px 55px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .row-newsletter .newsletter-block {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 480px) {
  .row-newsletter .newsletter-block {
    padding: 30px 35px 25px;
  }
}
.row-newsletter .newsletter-block h4 {
  float: left;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1000px) {
  .row-newsletter .newsletter-block h4 {
    float: none;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.row-newsletter .newsletter-block form {
  float: left;
  width: calc(100% - 560px);
  margin: 0 0 0 55px;
}
@media screen and (max-width: 1100px) {
  .row-newsletter .newsletter-block form {
    width: calc(100% - 520px);
    margin: 0 0 0 35px;
  }
}
@media screen and (max-width: 1000px) {
  .row-newsletter .newsletter-block form {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.row-newsletter .newsletter-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 1000px) {
  .row-newsletter .newsletter-block ul {
    float: none;
    width: 100%;
    top: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.row-newsletter .newsletter-block ul li {
  float: left;
  margin: 0 3px;
}
@media screen and (max-width: 1000px) {
  .row-newsletter .newsletter-block ul li {
    float: none;
    display: inline-block;
  }
}
.row-newsletter .newsletter-block ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.row-newsletter .newsletter-block ul li a.facebook {
  background: transparent url("../img/icon-facebook.png") no-repeat center top;
}
.row-newsletter .newsletter-block ul li a.linkedin {
  background: transparent url("../img/icon-linkedin.png") no-repeat center top;
}
.row-newsletter .newsletter-block ul li a.twitter {
  background: transparent url("../img/icon-twitter.png") no-repeat center top;
}
.row-newsletter .newsletter-block ul li a.instagram {
  background: transparent url("../img/icon-instagram.png") no-repeat center top;
}
.row-newsletter .bottom-content {
  padding: 0 50px;
}
@media screen and (max-width: 600px) {
  .row-newsletter .bottom-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .row-newsletter .bottom-content {
    padding: 0;
  }
}
.row-newsletter .bottom-content ul {
  float: left;
  color: #fff;
  font-size: 16px;
  list-style-image: url("../img/icon-checkmark.png");
  width: calc(100% - 390px);
}
@media screen and (max-width: 1100px) {
  .row-newsletter .bottom-content ul {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 900px) {
  .row-newsletter .bottom-content ul {
    float: none;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 60px;
  }
}
.row-newsletter .bottom-content ul li {
  margin-bottom: 18px;
}
.row-newsletter .bottom-content ul li:last-of-type {
  margin-bottom: 0;
}
.row-newsletter .bottom-content div {
  float: right;
  margin-top: 55px;
  width: 370px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .row-newsletter .bottom-content div {
    margin-top: 0;
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .row-newsletter .bottom-content div {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.row-newsletter .bottom-content div img {
  float: left;
  margin: 0 10px;
}
@media screen and (max-width: 1100px) {
  .row-newsletter .bottom-content div img {
    float: none;
    display: block;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 900px) {
  .row-newsletter .bottom-content div img {
    display: inline-block;
    width: auto;
    margin: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .row-newsletter .bottom-content div img {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .row-newsletter .bottom-content div img {
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1100px) {
  .row-newsletter .bottom-content div img:last-of-type {
    margin-bottom: 0;
  }
}

.row-footer {
  text-align: center;
  padding: 50px 0 0;
  position: relative;
  z-index: 999999;
  background-color: #fff;
}
.row-footer p {
  font-size: 15px;
}
.row-footer p .divider {
  color: #a4a4a4;
  margin: 0 10px;
}
@media screen and (max-width: 550px) {
  .row-footer p .divider {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .row-footer p .address-block {
    display: block;
  }
}
.row-footer p a {
  text-decoration: none;
  color: #231f20;
}
.row-footer p.company-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .row-footer p.company-name {
    display: block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .row-footer p.company-name .mk-properties {
    display: block;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .row-footer p.company-name .divider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .row-footer p.company-name .berkshire {
    display: block;
    line-height: 20px;
  }
}
.row-footer p.copyright {
  color: #a4a4a4;
  font-size: 13px;
  position: relative;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .row-footer p.copyright {
    margin: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .row-footer p.copyright .hide-mobile {
    display: none;
  }
}
.row-footer p.copyright span.icon {
  display: inline-block;
  width: 48px;
  height: 50px;
  background: transparent url("../img/icon-footer.png") no-repeat center top;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -24px;
}
@media screen and (max-width: 768px) {
  .row-footer p.copyright span.icon {
    display: none;
  }
}
.row-footer p.copyright span.left {
  display: inline-block;
  margin: 0;
  text-align: right;
  position: relative;
  right: 43px;
}
@media screen and (max-width: 768px) {
  .row-footer p.copyright span.left {
    display: block;
    text-align: center;
    right: 0;
  }
}
.row-footer p.copyright span.right {
  display: inline-block;
  margin: 0;
  text-align: left;
  position: relative;
  left: 28px;
}
@media screen and (max-width: 768px) {
  .row-footer p.copyright span.right {
    display: block;
    left: 0;
    text-align: center;
  }
}
.row-footer p.copyright a {
  text-decoration: none;
  color: #a4a4a4;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.row-footer p.copyright a:hover {
  color: #231f20;
}
.row-footer p.disclaimer {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #a4a4a4;
}

/* //// BUTTONS //// */
.btn, .btn-primary, .btn-secondary, .btn-large, .btn-touch {
  background-color: #ccc;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 16px 30px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}

.btn-primary {
  background-color: #098fad;
}

.btn-primary:hover {
  background-color: #07748c;
}

.btn-secondary {
  background-color: #da9000;
}

.btn-outline, .article-block a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #231f20;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 40px;
  font-size: 16px;
  box-sizing: border-box;
}

.btn-outline:hover, .article-block a:hover {
  background-color: #231f20;
  color: #fff;
}

/*make button larger*/
.btn-large {
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  .btn-large {
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }
}

/*a tag specific*/
a.btn-large {
  padding: 15px 25px;
  line-height: 66px;
}
@media screen and (max-width: 480px) {
  a.btn-large {
    line-height: 36px;
  }
}

/*button tag specific*/
button.btn, button.btn-primary, button.btn-secondary, button.btn-large, button.btn-touch {
  cursor: pointer;
  padding: 0 15px;
}

button.btn-large {
  padding: 10px 25px;
}

/*make button full width @ mobile level*/
@media screen and (max-width: 480px) {
  .btn-touch {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.g-recaptcha div {
  margin: 0 auto 20px !important;
}

form h3 {
  margin-bottom: 5px;
}
form div {
  margin-bottom: 20px;
}
form .clearfix {
  margin-bottom: 0;
}
form input[type="text"], form input[type="email"], form textarea {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 12px 15px;
  outline: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: italic;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
form input[type="submit"] {
  /*background-color:$primary-color;
	border:0;
	color:#fff;*/
  font-size: 16px;
  padding: 16px 30px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 48%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 600px) {
  form input[type="submit"] {
    float: none;
    width: 100%;
  }
}

#form_newsletter input[type="text"] {
  float: left;
  width: calc(100% - 100px);
  box-sizing: border-box;
  border: 0;
  height: 42px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #form_newsletter input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
#form_newsletter input[type="submit"] {
  float: right;
  width: 100px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: 0;
  border: 0;
  height: 42px;
  padding: 0;
  background-color: #818286;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #form_newsletter input[type="submit"] {
    display: block;
    width: 190px;
    font-size: 13px;
    float: none;
    margin: 0 auto;
  }
}

.form-contact .form-50 {
  float: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 600px) {
  .form-contact .form-50 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.form-contact .form-50:nth-of-type(2) {
  margin-right: 0;
}
.form-contact input[type="text"], .form-contact input[type="email"], .form-contact textarea {
  width: 100%;
  margin-bottom: 10px;
}
.form-contact textarea {
  height: 200px;
}

.form-sidebar-contact input[type="text"], .form-sidebar-contact input[type="email"], .form-sidebar-contact textarea {
  width: 100%;
  margin-bottom: 10px;
}
.form-sidebar-contact textarea {
  height: 200px;
}

#form_blog_signup, .form-update-signup, .form-pocket, .form-contact {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
#form_blog_signup h3, .form-update-signup h3, .form-pocket h3, .form-contact h3 {
  text-align: center;
}
#form_blog_signup div, .form-update-signup div, .form-pocket div, .form-contact div {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #form_blog_signup div, .form-update-signup div, .form-pocket div, .form-contact div {
    margin-bottom: 0;
  }
}
#form_blog_signup div input[type="text"], .form-update-signup div input[type="text"], .form-pocket div input[type="text"], .form-contact div input[type="text"] {
  float: left;
  width: 49%;
}
@media screen and (max-width: 600px) {
  #form_blog_signup div input[type="text"], .form-update-signup div input[type="text"], .form-pocket div input[type="text"], .form-contact div input[type="text"] {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#form_blog_signup div input[type="text"]:first-of-type, .form-update-signup div input[type="text"]:first-of-type, .form-pocket div input[type="text"]:first-of-type, .form-contact div input[type="text"]:first-of-type {
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  #form_blog_signup div input[type="text"]:first-of-type, .form-update-signup div input[type="text"]:first-of-type, .form-pocket div input[type="text"]:first-of-type, .form-contact div input[type="text"]:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#form_blog_signup div input[type="email"], #form_blog_signup div input[type="submit"], .form-update-signup div input[type="email"], .form-update-signup div input[type="submit"], .form-pocket div input[type="email"], .form-pocket div input[type="submit"], .form-contact div input[type="email"], .form-contact div input[type="submit"] {
  display: block;
  width: 49%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #form_blog_signup div input[type="email"], #form_blog_signup div input[type="submit"], .form-update-signup div input[type="email"], .form-update-signup div input[type="submit"], .form-pocket div input[type="email"], .form-pocket div input[type="submit"], .form-contact div input[type="email"], .form-contact div input[type="submit"] {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #form_blog_signup div input[type="email"], .form-update-signup div input[type="email"], .form-pocket div input[type="email"], .form-contact div input[type="email"] {
    margin-bottom: 10px;
  }
}
#form_blog_signup div textarea, .form-update-signup div textarea, .form-pocket div textarea, .form-contact div textarea {
  margin-bottom: 0;
}
#form_blog_signup div input[type="submit"], .form-update-signup div input[type="submit"], .form-pocket div input[type="submit"], .form-contact div input[type="submit"] {
  width: auto;
}
@media screen and (max-width: 600px) {
  #form_blog_signup div input[type="submit"], .form-update-signup div input[type="submit"], .form-pocket div input[type="submit"], .form-contact div input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .form-header {
    margin-top: 50px;
    text-align: center;
  }
}

.form-left {
  margin: 0 !important;
}
@media screen and (max-width: 1000px) {
  .form-left {
    margin: 0 auto !important;
  }
}
.form-left input[type="text"], .form-left input[type="email"], .form-left textarea {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .form-left input[type="text"], .form-left input[type="email"], .form-left textarea {
    margin-bottom: 10px !important;
  }
}

#form_newsletter3 {
  max-width: 650px;
  margin: 0 auto;
}
#form_newsletter3 input[type="text"], #form_newsletter3 input[type="email"] {
  margin-bottom: 20px;
}
#form_newsletter3 input[type="submit"] {
  display: block;
  width: auto;
  margin: 0 auto;
}

#form_calc {
  max-width: 1200px;
  margin: 45px auto 0;
}
#form_calc div {
  margin-bottom: 0;
  float: left;
  width: 19.2%;
  margin-right: 1%;
}
@media screen and (max-width: 900px) {
  #form_calc div {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#form_calc div p {
  text-align: left;
  margin-bottom: 5px;
}
#form_calc div input[type="text"] {
  width: 100%;
  border: 0;
}
#form_calc div:last-of-type {
  margin-right: 0;
}
