.contact-container.want-contact {
  margin-top: 55px;
}
@media only screen and (max-width: 992px) {
  .contact-container.want-contact {
    margin-top: 0;
  }
}
.contact-header {
  margin-top: 30px;
  font-size: 35px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
[class*="col-"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row.text-center > div {
  display: inline-block;
  float: none;
}
.button {
  padding: 10px;
  text-align: center;
}
.button-orange {
  background-color: #e38927;
  color: white;
}
.button-orange:hover {
  background-color: #be6f19;
}
@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
    width: 100%;
  }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
.who-are-you {
  text-align: center;
  justify-content: center;
  margin-bottom: 100px !important;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.who-are-you h3 {
  font-size: 23px;
  line-height: 1.4;
  color: white;
}
.who-are-you .want-item {
  padding: 30px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .col-md-3.want-item {
    width: 23% !important;
  }
}

@media only screen and (max-width: 768px) {
  .who-are-you .want-item {
    width: 100%;
  }
}
.who-are-you .want-buy {
  background-color: #bc2d1f;
}
.who-are-you .want-buy:hover {
  background-color: #902318;
}
.who-are-you .want-credit {
  background-color: #f07a2b;
}
.who-are-you .want-credit:hover {
  background-color: #d9600f;
}
.who-are-you .have-flat {
  background-color: #e39829;
}
.who-are-you .have-flat:hover {
  background-color: #c07d19;
}
.who-are-you .want-info {
  background-color: #f8b266;
}
.who-are-you .want-info.iodo {
  background-color: #cd9252;
}
.who-are-you .want-info:hover {
  background-color: #f69935;
}
.contact-nav-desc {
  background-color: #4c4c4c;
  color: white;
  position: relative;
  height: 75px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contact-nav-desc {
    padding: 15px;
  }
}
.contact-nav-desc h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.3;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .contact-nav-desc h2 {
    font-size: 16px;
    padding-left: 0;
  }
}
.contact-nav .contact-nav-back {
  background-color: #f07a2b;
  padding: 15px;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 75px;
  text-align: center;
}
.contact-nav .contact-nav-back:hover {
  background-color: #d9600f;
}
.contact-nav .contact-nav-back a {
  position: relative;
  color: white;
  font-size: 25px;
  font-weight: 100;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-nav .contact-nav-back a div.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.contact-nav .contact-nav-back a .arrow {
  margin-right: 7px;
}
@media only screen and (max-width: 768px) {
  .contact-nav .contact-nav-back a .arrow {
    margin-right: 0;
  }
}
.contact-nav .contact-nav-back a .arrow img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  margin-top: -4px;
}
.contact-bought {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .contact-bought {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.contact-bought .info-desc {
  text-align: center;
}
.contact-bought .info-desc h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .contact-bought .info-desc h2 {
    font-size: 19px;
  }
}
.contact-bought .info-desc h2 i {
  color: #e5a03a;
}
.contact-bought .info-desc h4 {
  font-size: 20px !important;
}
.contact-bought .info-desc .details-wrapper {
  display: inline-block;
}
.contact-bought .info-desc .details-wrapper .detail {
  margin-left: 25px;
  text-indent: -25px;
}
.contact-bought .info-desc .details-wrapper .detail:before {
  content: "";
  background-image: url('/assets/img_contact/check_icon.png');
  height: 19px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -6px;
}
.contact-bought .info-desc .contact-bought-tel .tel-orange {
  color: #e38927;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .contact-bought .info-desc .contact-bought-tel .tel-orange {
    display: block;
    margin-bottom: 10px;
  }
}
.contact-bought .info-desc .contact-bought-tel .tel-icon {
  margin-left: 10px;
  margin-right: 10px;
}
.contact-bought .info-desc .contact-bought-tel .tel-icon img {
  margin-top: -6px;
}
.contact-bought .info-button {
  position: static;
}
@media only screen and (min-width: 768px) {
  .contact-bought .info-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.contact-bought .info-button .button {
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contact-bought .info-button .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-bought .contact-bought-ask,
  .contact-bought .contact-bought-sign-in {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-bought .contact-bought-ask {
    border-right: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 768px) {
  .contact-bought .contact-bought-ask {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-bought .contact-bought-ask .info-desc {
    padding-bottom: 50px;
  }
}
.contact-bought .contact-bought-ask .info-desc h3 {
  font-size: 20px;
  text-align: left;
  line-height: 1.3;
}
.contact-bought .contact-bought-ask .info-desc .contact-bought-tel {
  color: black;
  font-weight: 800;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .contact-bought .contact-bought-ask .info-desc .contact-bought-tel {
    margin-bottom: 50px;
  }
}
.contact-bought .contact-bought-ask .info-desc .contact-bought-tel a {
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .contact-bought .contact-bought-ask .info-desc .contact-bought-tel a {
    font-size: 25px;
  }
}
.contact-bought .contact-bought-sign-in .info-desc h3 {
  font-size: 15px;
  text-align: left;
  line-height: 1.1;
  margin-top: 14px;
}
#a5_1 .offices-container .offices > .row > .col-xs-12 {
  border: 0px solid #000 !important;
  padding: 7.5px !important;
  margin-bottom: 0;
}
#a5_1 .offices-container .offices > .row > .col-xs-12:nth-child(2n),
#a5_1 .offices-container .offices > .row > .col-xs-12:nth-child(3n) {
  margin-left: 0;
}
.offices {
  padding: 0 !important;
  margin-bottom: 50px;
}
.offices .row-centered {
  text-align: center !important;
}
.offices .office-wrapper {
  padding: 15px;
  border: 1px solid #e1e1e1;
  min-height: 350px;
  position: relative;
}
.offices .office-wrapper .office-num {
  content: "";
  background-color: #e3992a;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -12.5px;
  color: white;
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
}
.offices .office-wrapper .office-num.is-hovered {
  background-color: #e61a1a;
}
.c-officemap {
  position: relative;
  height: 405px;
  background-color: white;
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin: 0 auto;
}
.c-officemap__hotspots {
  z-index: 110;
}
.c-officemap__names {
  z-index: 101;
}
.c-officemap__outlines {
  z-index: 100;
}
.c-officemap img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.c-officemap img:not(.c-officemap__outlines) {
  position: absolute;
  left: 0;
  top: 0;
}
.c-officemap .is-hidden {
  display: none;
}
.c-officemap .is-hidden.is-selected {
  display: block;
}
@media screen and (max-width: 480px) {
  .c-officemap {
    overflow: hidden;
  }
  .c-officemap__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 406px;
    height: 390px;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
.c-officemap .o-officenum.is-hovered {
  font-size: 1em;
  width: 26px;
  height: 26px;
  line-height: 22px;
  background-color: #e61a1a;
  color: white;
  font-weight: 700;
  z-index: 2400 !important;
}
.c-officemap {
  height: 440px;
  width: 406px;
}
@media screen and (max-width: 425px) {
  #officemap-wrapper {
    min-width: 300px;
    margin-left: -40px;
    max-width: 100%;
  }
  #officemap-wrapper img {
    min-width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  #officemap-wrapper {
      margin-left: -60px;
      transform: scale(0.8);
  }
}
.o-officenum {
  position: absolute;
  left: 5px;
  z-index: 120;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e6971a;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: .75019em;
  color: #fff;
  text-align: center;
  padding-top: 3px;
}
