@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,600,700&subset=latin-ext");
.card-image {
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  text-align: center;
  height: 230px;
}

.card-image > .col,
.card-image > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.card-image__title--light {
  color: #fff;
}

.card-image--sm {
  height: 160px;
}

.card-image-pairs {
  display: flex;
}

.card-image-pairs .card-image {
  flex: 1 1 50%;
}

.card-image-pairs .card-image:first-child {
  background-position: 100% 0;
}

.card-image-pairs .card-image:last-child {
  background-position: 0 0;
}

@media (min-width: 576px) {
  .card-image-pairs .card-image:first-child {
    margin-right: 5px;
  }
  .card-image-pairs .card-image:last-child {
    margin-left: 5px;
  }
}

.card--ph {
  border-width: 0;
  box-shadow: 10px 10px 50px -10px rgba(77, 90, 105, 0.3);
  margin-left: 0;
  margin-right: 0;
}

.card--ph .card-title {
  font-size: 1.167rem;
  margin-top: .5rem;
  margin-bottom: 0;
}

.card--ph .card-title--lg {
  font-size: 1.667rem;
}

.card--ph .badge-primary {
  margin-top: .4rem;
  margin-bottom: 1rem;
}

.card--ph .card-text {
  font-size: 1rem;
}

.card--ph .card-text--sm {
  font-size: 0.778rem;
}

.card--ph .card-footer {
  padding: 0.75rem 1.315rem 2rem;
  background-color: transparent;
  border-top-width: 0;
  text-align: center;
}

.card-ph-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .card-ph-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -2.187rem;
    margin-left: -2.187rem;
  }
  .card-ph-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 2.187rem;
    margin-left: 2.187rem;
    margin-bottom: 0;
  }
  .card-ph-deck--sm {
    margin-right: -3%;
    margin-left: -3%;
  }
  .card-ph-deck--sm .card {
    flex: 1 0 44%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 6%;
  }
}

@media (min-width: 992px) {
  .card--ph .card-footer {
    padding: 0.75rem 1.315rem 2rem;
  }
  .card-ph-deck--sm {
    margin-right: -2.187rem;
    margin-left: -2.187rem;
  }
  .card-ph-deck--sm .card {
    flex: 1 0 0%;
    margin-right: 2.187rem;
    margin-left: 2.187rem;
    margin-bottom: 0;
  }
}

.floor-selector .overlay__mask {
  fill: #fff;
  fill-opacity: 0;
  pointer-events: none;
}

.floor-selector .overlay__outline {
  transition: stroke-opacity 0.4s ease;
  fill: transparent;
  stroke: #F36F21;
  stroke-width: 4px;
  stroke-opacity: 0;
  cursor: pointer;
}

.floor-selector .overlay.active .overlay__mask {
  fill-opacity: .6;
}

.floor-selector .overlay.active .overlay__outline {
  stroke-opacity: 1;
}

.floor-selector .floor-list .floor {
  fill: #4D5A69;
  cursor: pointer;
  transition: fill 0.4s ease;
}

.floor-selector .floor-list .floor:focus, .floor-selector .floor-list .floor:active, .floor-selector .floor-list .floor:hover {
  fill: #F36F21;
}

.floor-selector .floor-list .floor.active {
  fill: #F36F21;
}

.floor-selector .floor-list .floor__label {
  fill: #fff;
  font-size: 1rem;
  text-anchor: left;
  alignment-baseline: central;
  pointer-events: none;
}

#floor_7 {
  display: inherit;
}

.hcard {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  font-size: 0.778rem;
}

.hcard > .col,
.hcard > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.hcard__title {
  font-size: 1.459rem;
  margin-bottom: 1rem;
}

.hcard__image {
  margin-bottom: 1rem;
}

.hcard__content {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  .hcard__image {
    margin-bottom: 0;
  }
  .hcard__content {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (min-width: 992px) {
  .hcard {
    font-size: 1rem;
    margin-bottom: 3.125rem;
  }
  .hcard__title {
    font-size: 1.667rem;
    margin-bottom: 1.25rem;
  }
  .hcard__content {
    padding-left: 70px;
  }
  .order-2 .hcard__content {
    padding-left: 0;
    padding-right: 70px;
  }
}

.list-prop .card {
  border-width: 0;
  margin-bottom: 1.112rem;
}

.list-prop .card__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.315rem;
  background-color: #4D5A69;
  color: #fff;
  height: 55px;
}

.list-prop .card__header > .col,
.list-prop .card__header > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.list-prop .card__title {
  margin-bottom: 0;
  font-size: 1.112rem;
  font-weight: normal;
}

.list-prop .card__title .oi {
  font-size: 1rem;
  margin-right: .5rem;
}

.list-prop .card__title a {
  color: #fff;
}

.list-prop .card__title a:focus, .list-prop .card__title a:active, .list-prop .card__title a:hover {
  color: #fff;
  text-decoration: none;
}

.list-prop .card__info {
  font-size: .889rem;
  margin-bottom: 0;
}

.list-prop .card__body {
  background-color: #f8f9fa;
  padding: 0 .3rem .7rem;
  border-width: 0 1px;
  border-color: #868e96;
  border-style: solid;
}

.list-prop .card__body.hidden {
  display: none;
}

.list-prop .card__image {
  max-height: 300px;
  width: 100%;
  margin-bottom: 0;
  border-width: 0 1px;
  border-color: #868e96;
  border-style: solid;
}

.list-prop .card__image img {
  width: 100%;
}

@media (max-width: 991px) {
  .list-prop .card__body {
    background-color: #f8f9fa;
    padding: 0 .3rem .7rem;
    border-width: 0 1px;
    border-color: #868e96;
    border-style: solid;
  }
  .list-prop .card__body:first-of-type {
    padding-top: .7rem;
  }
  .list-prop .card__inner {
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: .4rem;
  }
}

@media (min-width: 992px) {
  .list-prop .card__body {
    padding: .5rem;
    border-width: 0 1px;
  }
  .list-prop .card__body:first-of-type {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.list-prop .collapse {
  border-bottom: 1px solid #868e96;
}

.list-filter {
  padding-bottom: 2.5rem;
  font-size: .889rem;
}

.list-filter__title {
  font-size: 1.112rem;
  margin-bottom: 10px;
}

.list-filter__item {
  margin-bottom: 1rem;
}

.list-item .btn-primary {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .list-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 1rem;
    margin-right: 0;
    margin-left: 0;
  }
  .list-item .row--head, .list-item .row--content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .list-item .row--head [class*="col-"], .list-item .row--content [class*="col-"] {
    padding: .5rem 0;
  }
  .list-item .row--head {
    text-transform: uppercase;
  }
  .list-item .row--content {
    text-align: right;
  }
  .row--buttons {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .list-item .row--head, .list-item .row--content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    align-items: center;
  }
  .list-item .row--head [class*="col-"], .list-item .row--content [class*="col-"] {
    padding: .5rem 0;
  }
  .list-item .row--head [class*="col-"]:first-child, .list-item .row--content [class*="col-"]:first-child {
    padding-left: .3rem;
  }
  .list-item .row--head {
    display: none;
    font-size: 0.778rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #868e96;
  }
  .list-item .row--content {
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-size: .889rem;
  }
  .card__body:first-of-type .row--head {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .col-buttons {
    white-space: nowrap;
  }
  .col-buttons .btn {
    font-size: 0.778rem;
  }
}

.tooltip-inner {
  background-color: #4D5A69;
  color: #fff;
}

@media (min-width: 992px) {
  .list-filter__item {
    margin-bottom: 0;
  }
}

.carousel--milestones {
  overflow: hidden;
}

.milestones {
  margin-bottom: 3.334rem;
}

.milestones__title {
  margin-bottom: 3rem;
}

.milestone {
  color: #8E9AA9;
  text-align: center;
  cursor: pointer;
}

.milestone .progress {
  position: relative;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: visible;
}

.milestone__navigator {
  font-size: 1.5rem;
  flex: 0 0 1rem;
  max-width: 1rem;
  display: none;
}

.milestone__navigator:first-child {
  padding-right: 3rem !important;
}

.milestone__navigator:last-child {
  padding-left: 3rem !important;
}

.milestone__navigator a {
  color: #4D5A69;
}

.milestone__navigator a:focus, .milestone__navigator a:active, .milestone__navigator a:hover {
  color: #F36F21;
}

.milestone--first .progress {
  margin-left: 50%;
  width: 50%;
}

.milestone--first .milestone__circle {
  left: 0;
}

.milestone--active.milestone--first .progress-bar {
  width: 0;
}

.milestone--active.milestone--last .progress-bar {
  width: 100%;
}

.milestone--last .progress {
  margin-right: 50%;
  width: 50%;
}

.milestone--last .milestone__circle {
  right: 0;
  left: auto;
}

.milestone__title {
  font-size: .833rem;
  margin-bottom: 37px;
  display: none;
}

.milestone__circle {
  transition: transform 0.4s ease;
  background-color: #fff;
  border: 2px solid #8E9AA9;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.milestone__date {
  text-transform: uppercase;
  font-size: .723rem;
  font-weight: bold;
}

.milestone--done .progress-bar {
  width: 100%;
}

.milestone:hover, .milestone--active {
  color: #556271;
}

.milestone:hover .milestone__circle, .milestone--active .milestone__circle {
  box-shadow: 0 0 30px rgba(74, 74, 74, 0.8);
  border-color: #556271;
  background-color: #556271;
}

.milestone--active .progress-bar {
  width: 50%;
}

@media (min-width: 992px) {
  .milestone__title, .milestone__navigator {
    display: block;
  }
  .milestone__circle {
    border-radius: 12px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
  }
  .milestone:hover .milestone__circle, .milestone--active .milestone__circle {
    box-shadow: none;
    background-color: #fff;
    transform: scale(1.5);
  }
}

.person {
  text-align: center;
  margin-bottom: 1rem;
}

.person .person__avatar {
  margin-bottom: 1rem;
}

.person .person__avatar img {
  max-width: 7.445rem;
  border-radius: 50%;
}

.person .person__name {
  font-size: .889rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.person .person__info {
  font-size: .889rem;
  margin-bottom: 0;
}

.person-vertical {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.778rem;
}

.person-vertical .person__name {
  font-size: 1.112rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.person-vertical .person__avatar {
  margin-right: 1.5rem;
  margin-bottom: 0;
  box-shadow: 0px 3px 20px 0px rgba(77, 90, 105, 0.4);
}

.person-vertical .person__avatar img {
  max-width: 8.889rem;
}

.person-vertical .person__info {
  font-size: .889rem;
  margin-bottom: 0;
}

.property-selector .floor-list .floor {
  fill: #4D5A69;
  cursor: pointer;
  transition: fill 0.4s ease;
}

.property-selector .floor-list .floor:focus, .property-selector .floor-list .floor:active, .property-selector .floor-list .floor:hover {
  fill: #F36F21;
}

.property-selector .floor-list .floor.active {
  fill: #F36F21;
}

.property-selector .floor-list .floor__label {
  fill: #fff;
  font-weight: bold;
  font-size: 1.334rem;
  text-anchor: middle;
  alignment-baseline: central;
  pointer-events: none;
}

.property-selector .property {
  cursor: pointer;
  fill: transparent;
  transition: all 0.4s ease;
}

.property-selector .property:focus, .property-selector .property:hover {
  stroke: #48C328;
  stroke-width: 4px;
  fill: rgba(72, 195, 40, 0.25);
}

.property-selector .property.active {
  fill: rgba(72, 195, 40, 0.25);
  stroke: #48C328;
  stroke-width: 4px;
}

.property-selector .loader__overlay {
  fill: rgba(255, 255, 255, 0.7);
}

.property-selector .property-info__box {
  fill: #F36F21;
  pointer-events: none;
}

.property-selector .property-info__text {
  fill: #fff;
  font-size: 1rem;
  text-anchor: middle;
  alignment-baseline: central;
  pointer-events: none;
}

.slider-carousel {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-image: url("../images/slider/review-bg@2x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-carousel-item {
  min-height: 11rem;
  margin-bottom: 2rem;
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.slider-carousel-control-prev,
.slider-carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #4D5A69;
  text-align: center;
}

.slider-carousel-control-prev:focus, .slider-carousel-control-prev:hover,
.slider-carousel-control-next:focus,
.slider-carousel-control-next:hover {
  color: #F36F21;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider-carousel-control-prev {
  left: 0;
}

.slider-carousel-control-next {
  right: 0;
}

.slider-carousel-control-prev-icon,
.slider-carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234D5A69' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider-carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234D5A69' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.cite {
  font-size: 1.112rem;
}

.cite .addr {
  font-size: .834rem;
}

.quote {
  font-size: 1.334rem;
}

@media (min-width: 992px) {
  .slider-carousel {
    padding-top: 8rem;
  }
  .slider-carousel-item {
    margin-bottom: 2rem;
  }
  .quote::before {
    position: absolute;
    left: -3.334rem;
    display: block;
    width: 2.445rem;
    height: 2.167rem;
    background-image: url("../images/slider/apostrophe-icon.svg");
    content: '';
  }
}

.datasheet {
  padding: 2rem 0;
}

.datasheet__close .back {
  display: inline-block;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 1.112rem;
  margin-bottom: 1.5rem;
}

.datasheet__close .close {
  display: none;
}

.datasheet__title {
  margin-bottom: 2rem;
}

.datasheet__title .title {
  margin-bottom: 0;
}

.datasheet__title .subtitle {
  display: block;
  font-size: 1.112rem;
}

.datasheet__title address {
  font-size: .889rem;
}

.datasheet__carousel {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 70px;
}

.datasheet__carousel .carousel-inner {
  position: relative;
}

.datasheet__carousel .carousel-inner:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 57.143%;
}

.datasheet__carousel .carousel-inner > .carousel-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.datasheet__carousel img {
  display: block;
  width: 100%;
}

.datasheet__carousel .carousel-indicators {
  bottom: -60px;
}

.datasheet__cta {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #4D5A69;
  color: #fff;
}

.datasheet__cta .price {
  font-size: 1.278rem;
  display: block;
}

.datasheet__cta .link {
  font-size: .834rem;
  text-decoration: underline;
  color: #fff;
}

.datasheet__cta .link:focus, .datasheet__cta .link:active, .datasheet__cta .link:hover {
  color: #fff;
  text-decoration: none;
}

.datasheet__download {
  margin-bottom: 4rem;
}

.datasheet__download .lead {
  font-size: 1.112rem;
  font-weight: bold;
}

.datasheet__details {
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #868e96;
  margin-bottom: 2rem;
}

.datasheet__details .table-striped {
  font-size: 13px;
}

.datasheet__details .table-striped td {
  padding: .8rem;
}

.datasheet__details .table-striped tbody tr:nth-of-type(odd),
.datasheet__details .table-striped tbody tr.tr-odd {
  background-color: #fff;
}

.datasheet__details .table-striped tbody tr:nth-of-type(odd) td:first-child,
.datasheet__details .table-striped tbody tr.tr-odd td:first-child {
  border-left: 1px solid #ced4da;
}

.datasheet__details .table-striped tbody tr:nth-of-type(odd) td:last-child,
.datasheet__details .table-striped tbody tr.tr-odd td:last-child {
  border-right: 1px solid #ced4da;
}

.datasheet__details .table-striped tbody tr.tr-placeholder {
  background-color: transparent;
}

.datasheet__details .table-striped tbody tr.tr-placeholder td:first-child {
  border-left-width: 0;
}

.datasheet__details .table-striped tbody tr.tr-placeholder td:last-child {
  border-right-width: 0;
}

.datasheet__details .table-striped tbody tr:last-child td {
  border-bottom: 1px solid #ced4da;
}

.datasheet__loan ol {
  list-style-type: none;
  margin: 2rem 0;
}

.datasheet__loan li {
  counter-increment: li;
  position: relative;
  margin-bottom: 1rem;
}

.datasheet__loan li::before {
  content: counter(li);
  color: #fff;
  background-color: #F36F21;
  font-size: .889rem;
  text-align: center;
  height: 1.8rem;
  width: 1.8rem;
  line-height: 1.8rem;
  border-radius: 50%;
  position: absolute;
  left: -35px;
}

.datasheet__loan .loan__cta {
  font-size: 1.667rem;
}

@media (min-width: 992px) {
  .datasheet__carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .datasheet__close .back {
    display: none;
  }
  .datasheet__close .close {
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #4a4a4a;
  }
  .datasheet__cta .list {
    list-style: none;
    padding-left: 1rem;
  }
  .datasheet__download {
    margin-bottom: 0;
  }
}

.carousel-inner:hover .carousel-control-prev,
.carousel-inner:hover .carousel-control-next {
  opacity: .5;
}

.carousel-inner:hover .carousel-control-prev:hover,
.carousel-inner:hover .carousel-control-next:hover {
  opacity: .9;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  transition: opacity .25s ease-in;
  opacity: 0;
  z-index: 9;
  background-color: #fff;
}

.carousel-indicators li {
  background-color: transparent;
  border: 1px solid #4D5A69;
  border-radius: 15px;
}

.carousel-preview .preview-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  filter: opacity(0.8) grayscale(0.5);
  transition: all .25s ease-in-out;
}

.carousel-preview .preview-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.carousel-preview .preview-item:hover, .carousel-preview .preview-item.active {
  filter: opacity(1) grayscale(0);
}

.carousel-preview .preview-item:hover .inner, .carousel-preview .preview-item.active .inner {
  transform: scale(1.5);
}

.carousel-preview .inner {
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .no-gutters > .datasheet__left {
    padding-right: 29px;
  }
  .no-gutters > .datasheet__right {
    padding-left: 29px;
  }
}

.footer {
  background-color: #373737;
  color: #cccccc;
  font-size: .834rem;
}

.footer__logo {
  transition: all 0.2s ease-in-out;
  fill: #cccccc;
  fill-rule: evenodd;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 0;
}

.footer__nav a {
  text-transform: uppercase;
  color: #cccccc;
  transition: all 0.2s ease-in-out;
}

.footer__nav a:focus, .footer__nav a:hover {
  text-decoration: none;
  color: #F36F21;
}

.footer__nav a:focus .footer__logo, .footer__nav a:hover .footer__logo {
  fill: #F36F21;
}

@media (min-width: 768px) {
  .footer__nav {
    margin-top: 0;
  }
}

.footer__cta {
  transition: opacity 0.15s linear;
  position: fixed;
  right: 30px;
  bottom: 50px;
  opacity: 0;
  pointer-events: none;
}

.footer__cta.show {
  opacity: 1;
  pointer-events: all;
}

.hero {
  font-size: 1.112rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.hero .btn {
  text-transform: none;
}

.hero .container {
  position: relative;
}

.hero__bg {
  background-color: rgba(243, 111, 33, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: rotate(-25deg);
  height: 400px;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__title {
  font-size: 3rem;
  font-weight: 600;
}

.hero .title__sub {
  font-size: 2.2rem;
  display: block;
  margin-left: -6rem;
  text-shadow: 0 0 30px rgba(74, 74, 74, 0.8);
}

.hero .text__sub {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.hero .tel {
  position: absolute;
  left: 0;
  right: 0;
  top: -3rem;
  font-size: 1.667rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hero {
    padding: 0;
  }
  .hero__ct {
    height: 460px;
    padding-bottom: 40px;
  }
  .hero__bg {
    top: -30px;
    height: 480px;
  }
  .hero .tel {
    top: 2rem;
  }
}

@media (min-width: 1200px) {
  .hero__ct {
    height: 660px;
    padding-bottom: 40px;
  }
  .hero__bg {
    top: -100px;
    height: 660px;
  }
}

.loader-svg .dot {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: bouncedelay 1s infinite ease-in-out both;
  animation: bouncedelay 1s infinite ease-in-out both;
  fill: #F36F21;
}

.loader-svg .dot-1 {
  -webkit-animation-delay: -0.54s;
  animation-delay: -0.54s;
}

.loader-svg .dot-2 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.loader-svg .dot-3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
  }
}

.location__map {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .location {
    min-height: calc(50vw / 1.538);
    position: relative;
  }
  .location .container > .row {
    min-height: calc(50vw / 1.538);
  }
  .location__map {
    margin-bottom: 0;
    width: 50vw;
    position: absolute;
  }
  .location__info {
    padding-left: 3.334rem;
  }
}

.legend__item {
  display: inline-block;
  color: #4a4a4a;
}

.legend__item img {
  transition: all 0.2s ease-in-out;
}

.legend__item:focus, .legend__item:hover {
  color: #4a4a4a;
  text-decoration: none;
}

.legend__item:focus img, .legend__item:hover img {
  transform: scale(1.2);
}

.legend__icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: 36px;
}

.legend--vertical {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.legend--vertical .legend__item img {
  transform: scale(0.8);
}

@media (min-width: 576px) {
  .legend__icon {
    height: 47px;
  }
  .legend--vertical .legend__item img {
    transform: scale(1);
  }
}

.hr--short {
  margin-left: 0;
  width: 11%;
  border-top-width: 2px;
}

.navbar-top {
  padding: 0;
  text-transform: uppercase;
  font-size: 0.834rem;
}

.navbar-top .navbar-brand {
  padding: 0.667rem 1rem;
}

.navbar-top .navbar-brand img {
  width: 200px;
  height: auto;
}

.navbar-top .btn-link {
  color: rgba(0, 0, 0, 0.5);
  border-width: 0;
  cursor: pointer;
}

.navbar-top .btn-link:focus, .navbar-top .btn-link:active, .navbar-top .btn-link:hover {
  background-color: transparent;
  text-decoration: none;
  color: #F36F21;
}

.navbar-top .btn-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-top .nav-item--cta {
  background-color: #F36F21;
}

.navbar-top .nav-item--cta .nav-link {
  color: #fff;
}

.navbar-top .nav-item--cta .nav-link:focus, .navbar-top .nav-item--cta .nav-link:active, .navbar-top .nav-item--cta .nav-link:hover {
  color: #F36F21;
  text-decoration: none;
}

.navbar-top .nav-item--cta .nav-link:focus, .navbar-top .nav-item--cta .nav-link:active, .navbar-top .nav-item--cta .nav-link:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-top {
    font-size: 1.3rem;
  }
  .navbar-top .btn-link {
    color: #fff;
  }
  .navbar-top .btn-link:focus, .navbar-top .btn-link:active, .navbar-top .btn-link:hover {
    color: #F36F21;
    text-decoration: none;
  }
  .navbar-top .navbar-collapse {
    background-color: rgba(77, 90, 105, 0.8);
    align-items: flex-start;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .navbar-top .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-top .navbar-nav .nav-link:focus, .navbar-top .navbar-nav .nav-link:active, .navbar-top .navbar-nav .nav-link:hover {
    color: #F36F21;
    text-decoration: none;
  }
  .navbar-top .navbar-nav .active > .nav-link {
    color: #F36F21;
  }
  .navbar-top .navbar-toggler {
    border-color: transparent;
  }
  .navbar-top .navbar-close {
    color: #fff;
    font-size: 1.5rem;
  }
  .navbar-top .nav-item {
    padding: 0.3rem 2rem;
  }
}

.navbar-top .navbar-collapse {
  justify-content: flex-end;
}

.navbar-top .dropdown .btn {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-top .navbar-brand {
    padding: 0.667rem 0;
  }
  .navbar-top .dropdown-menu-lang {
    right: 0;
    left: auto;
    padding: 0;
    min-width: unset;
  }
  .navbar-top .navbar-lang {
    order: 3;
  }
}

@media (min-width: 1200px) {
  .navbar-top .navbar-brand {
    padding: 0.667rem 1rem;
  }
  .navbar-top .navbar-brand img {
    width: 240px;
    height: auto;
  }
}

.navbar-top-ct {
  background-color: #fff;
  box-shadow: 10px 10px 50px -10px rgba(77, 90, 105, 0.3);
}

.page-box {
  padding-top: 2.778rem;
  background-color: #fff;
}

.page-box--contact {
  margin-bottom: 11rem;
  box-shadow: 10px 10px 50px -10px rgba(77, 90, 105, 0.3);
}

.page-title--nega {
  color: #fff;
}

.landing__about-building {
  padding-top: 3rem;
  padding-bottom: 8.5rem;
  background-image: linear-gradient(to bottom, #fff 0%, #F3F8FF 100%);
  background-repeat: repeat-x;
}

.landing__about-building h1 {
  margin-bottom: 3.5rem;
}

/**
 * contact
 */
.contact-page__title {
  margin-bottom: 2.778rem;
}

.contact-form {
  font-size: .889rem;
}

.contact-form__submit {
  margin-top: 2.334rem;
}

/*# sourceMappingURL=ph.css.map */