.section-footer {
  background: transparent url('../images/footer-bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 70px 0px 20px;
  color: #eee;
  font-size: 14px;
}
.section-footer .propertygroup-logo {
  margin-top: 25px;
  width: 100%;
}
.section-footer .title {
  display: block;
  height: 50px;
  margin-bottom: 0;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
}
.section-footer ul {
  margin-bottom: 0;
}
.section-footer ul.margin {
  margin-top: 50px;
}
.section-footer ul li {
  padding-bottom: 13px;
}
.section-footer .sites {
  min-height: 200px;
}
.section-footer .sites.commercial {
  margin-top: 50px;
}
.section-footer ul > li a {
  color: #9EAAB2;
  font-size: 14px;
  text-shadow: none !important;
}
.section-footer .middle-separator {
  margin: 25px 0;
  /*        border-top: 1px solid #9eaab2;
                border-bottom: 1px solid #9eaab2;*/

  text-align: center;
  font-size: 18px;
  color: #fff;
}
.section-footer .middle-separator hr {
  opacity: 0.1;
  background-color: #FFFFFF;
  margin: 35px 0px;
}
.section-footer .domain,
.section-footer .copyright {
  height: 40px;
}
.section-footer .domain a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.section-footer .domain span {
  display: block;
}
.section-footer .domain .sub-domain {
  font-size: 12px;
  margin-top: 5px;
}
.section-footer .logo {
  text-align: right;
  line-height: 40px;
}
.section-footer .logo .site-logo {
  margin-right: 5px;
}
.section-footer .logo .propertygroup-logo {
  margin-left: 5px;
}
.section-footer .logo img {
  height: 26px;
}
.section-footer .copyright {
  text-align: center;
  border-left: 1px solid #333;
}
.section-footer .copyright span {
  display: block;
}
@media (max-width: 991px) {
  .section-footer .domain,
  .section-footer .copyright {
    height: 80px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-footer .regions {
    margin-top: 30px;
  }
  .section-footer .domain {
    border-right: none;
  }
  .section-footer .domain span {
    display: inline;
  }
  .section-footer .copyright {
    border-left: none;
    margin-top: 20px;
  }
  .section-footer .copyright span {
    display: inline;
  }
  .section-footer .domain,
  .section-footer .copyright {
    /*height: 40px;*/
  
    text-align: center;
    padding-top: 0;
  }
  .section-footer .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-footer .top {
    text-align: center;
  }
  .section-footer .sites {
    margin-top: 30px;
    min-height: 0;
  }
  .section-footer .sites.commercial {
    margin-top: 0;
  }
  .section-footer .title {
    height: 35px;
  }
  .section-footer ul {
    margin-bottom: 0;
  }
  .section-footer ul.margin {
    margin-top: 0;
  }
  .section-footer .regions {
    margin-top: 0;
  }
  .section-footer .regions.first {
    margin-top: 30px;
  }
  .section-footer .middle-separator {
    margin: 20px 0;
  }
}
.section-default,
.section-dark {
  background-color: #222;
  color: #eee;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .sites li {
    width: 50%;
    float: left;
  }
}

.visible-inline-block {
    display: inline-block;
}