@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Oswald';
  src: url("../../assets/fonts/oswald-regular.eot");
  src: url("../../assets/fonts/oswald-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/oswald-regular.woff2") format("woff2"), url("../../assets/fonts/oswald-regular.woff") format("woff"), url("../../assets/fonts/oswald-regular.ttf") format("truetype"), url("../../assets/fonts/oswald-regular.svg#oswald-regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
@font-face {
    font-family: 'Din Medium';
    src: url('../../assets/fonts/din-medium-regular.eot');
    src: url('../../assets/fonts/din-medium-regular.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/din-medium-regular.woff2') format('woff2'),
         url('../../assets/fonts/din-medium-regular.woff') format('woff'),
         url('../../assets/fonts/din-medium-regular.ttf') format('truetype'),
         url('../../assets/fonts/din-medium-regular.svg#din-medium-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
main {
  max-width: 990px;
  margin: 0 auto;
  font-family: Arial,sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: none; }

body {
  background: url(../../assets/images/body_pattern.png) top left repeat;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  padding: 0 !important; }
  @media (max-width: 490px) {
    body {
      font-size: 14px; } }

* {
  box-sizing: border-box;
  font-family: Arial,sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: none; }

button {
  cursor: pointer; }

.g-recaptcha,
.grecaptcha-badge {
  display: none; }

.wrapper {
  max-width: 990px;
  margin: 0 auto;
  position: relative; }

.master-detail .master {
  width: 33.33333%;
  float: left;
  padding: 1.38889%; }
.master-detail .detail {
  position: relative;
  width: 66.66667%;
  float: left;
  padding: 1.38889%; }
  .master-detail .detail a.img:hover::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 125px;
    height: 125px;
    content: 'AMPLIAR';
    background: url(../../assets/images/units_zoom.png) bottom right no-repeat;
    z-index: 1;
    color: white;
    line-height: 10em;
    font-size: 1.25em; }
  .master-detail .detail a.img.zoom:hover::after {
    content: 'ZOOM IN'; }

.master-detail .item, .accordeon .item {
  margin-bottom: 5px;
  min-height: 36px;
  text-align: left; }
  .master-detail .item.open .item-content, .accordeon .item.open .item-content {
    max-height: 1024px; }
  .master-detail .item.open h3, .accordeon .item.open h3 {
    background-color: #d2232a;
    background-image: url(../../assets/images/arrow_list_open.png);
    color: white; }
  .master-detail .item .item-content, .accordeon .item .item-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease; }
  .master-detail .item h3, .accordeon .item h3 {
    display: block;
    width: 100%;
    min-height: 36px;
    cursor: pointer;
    padding: 0 10px;
    background: #e5e5e5 url(../../assets/images/arrow_list_closed.png) right 20px center no-repeat;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black; }

.accordeon .item {
  max-height: 5000px !important;
  min-height: 36px;
  transition: height 0.8s ease;
  overflow: hidden; }

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none; }

.master-detail .item li {
  display: block;
  padding-left: 24px;
  margin: 10px 0;
  position: relative; }
  .master-detail .item li::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #d2232a;
    content: ''; }

.loading-panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .loading-panel .box {
    background: #d2232a;
    color: white;
    width: 150px;
    height: 150px;
    margin: 33% auto;
    padding-top: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
  .loading-panel.open {
    opacity: 0.75; }

.select-skin {
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 10px;
  background: white url(../../assets/images/select_arrow.png) right center no-repeat;
  border: 1px solid #cccccc;
  font-family: Arial,sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: none; }
  .select-skin span {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden; }

.btn-gallery-nav {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 1; }
  .btn-gallery-nav.left {
    background: url('../../assets/images/arrow_left.png?1539021402') no-repeat top left;
    background-size: cover; }
  .btn-gallery-nav.right {
    background: url('../../assets/images/arrow_right.png?1539021402') no-repeat top left;
    background-size: cover; }

.strip-container {
  position: relative;
  height: 320px;
  overflow: hidden; }
  .strip-container .strip {
    transition: margin-left 0.5s ease; }
    .strip-container .strip a {
      position: relative;
      display: block;
      float: left;
      overflow: hidden;
      width: calc(16.6666667% - 20px);
      height: 300px;
      margin: 0; }
      .strip-container .strip a span {
        display: none; }
      .strip-container .strip a:hover span {
        color: white;
        position: relative;
        z-index: 9999;
        font-weight: bold;
        font-size: 1.8em;
        text-transform: uppercase;
        display: block;
        margin-top: 58%; }
      .strip-container .strip a:hover::after {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 100%;
        background: url(../../assets/images/gallery_zoom.png) center center;
        opacity: 0.8;
        content: ''; }
    .strip-container .strip img {
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      height: 100%;
      width: calc(100% - 20px); }

.strip-selector {
  display: block;
  max-width: calc(100% - 130px);
  margin: 10px auto;
  text-align: center;
  height: 16px; }
  .strip-selector span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 15px;
    cursor: pointer; }
    .strip-selector span:before {
      box-sizing: border-box;
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .strip-selector span.selected:after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #d2232a;
      position: absolute;
      top: 3px;
      left: 3px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.nav-buttons {
  text-align: center;
  margin-top: 40px;
  display: inline-block; }
  .nav-buttons:after {
    content: " ";
    display: block;
    clear: both; }
  .nav-buttons .btn + .strip-selector, .nav-buttons .btn-primary + .strip-selector, .nav-buttons body.contact main form button + .strip-selector, body.contact main form .nav-buttons button + .strip-selector, .nav-buttons .popup-contact-broker form button + .strip-selector, .popup-contact-broker form .nav-buttons button + .strip-selector, .nav-buttons .btn-info + .strip-selector {
    display: inline; }
    .nav-buttons .btn + .strip-selector span, .nav-buttons .btn-primary + .strip-selector span, .nav-buttons body.contact main form button + .strip-selector span, body.contact main form .nav-buttons button + .strip-selector span, .nav-buttons .popup-contact-broker form button + .strip-selector span, .popup-contact-broker form .nav-buttons button + .strip-selector span, .nav-buttons .btn-info + .strip-selector span {
      float: left;
      padding: 0;
      margin: 22px 5px;
      height: 16px; }
    @media (max-width: 420px) {
      .nav-buttons .btn + .strip-selector, .nav-buttons .btn-primary + .strip-selector, .nav-buttons body.contact main form button + .strip-selector, body.contact main form .nav-buttons button + .strip-selector, .nav-buttons .popup-contact-broker form button + .strip-selector, .popup-contact-broker form .nav-buttons button + .strip-selector, .nav-buttons .btn-info + .strip-selector {
        display: none; } }
  .nav-buttons > .btn, .nav-buttons > .btn-primary, body.contact main form .nav-buttons > button, .popup-contact-broker form .nav-buttons > button, .nav-buttons > .btn-info {
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer; }
    .nav-buttons > .btn.left, .nav-buttons > .left.btn-primary, body.contact main form .nav-buttons > button.left, .popup-contact-broker form .nav-buttons > button.left, .nav-buttons > .left.btn-info {
      background: url('../../assets/images/arrow_left.png?1539021402') center no-repeat; }
    .nav-buttons > .btn.right, .nav-buttons > .right.btn-primary, body.contact main form .nav-buttons > button.right, .popup-contact-broker form .nav-buttons > button.right, .nav-buttons > .right.btn-info {
      background: url('../../assets/images/arrow_right.png?1539021402') center no-repeat; }

:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

.location address {
  margin: 20px 0; }
.location .map-container {
  height: 350px; }

.clearfix:before, body.home section.highlights .container:before, body.concept-projects .project > header:before, .clearfix:after, body.home section.highlights .container:after, body.concept-projects .project > header:after {
  content: " ";
  display: table; }
.clearfix:after, body.home section.highlights .container:after, body.concept-projects .project > header:after {
  clear: both; }

@media screen\0 {
  .hide-ie {
    display: none; } }

.show-ie-only {
  display: none; }
  @media screen\0 {
    .show-ie-only {
      display: block; } }

.hide {
  display: none; }

.show {
  display: block; }

.staked {
  position: relative; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

.img-responsive {
  max-width: 100%; }

.ir, section.concept-projects .container .info-layer .info-panel .logo, body.concept-projects .project .hero .info-layer .info-panel .logo {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%; }

.btn, .btn-primary, body.contact main form button, .popup-contact-broker form button, .btn-info {
  display: inline-block;
  border: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.btn-primary, body.contact main form button, .popup-contact-broker form button {
  height: 36px;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  background: #d2232a;
  cursor: pointer; }

.btn-info {
  position: relative;
  font-family: Roboto, Arial, serif;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  padding: 0 50px 0 42px; }
  .btn-info:after {
    content: '';
    float: right;
    width: 0;
    height: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #e41b13; }

.btn-close {
  width: 36px; }
  .btn-close:before {
    content: "X";
    display: block;
    text-align: center; }

.fancybox-default .fancybox-title-outside-wrap {
  background: #d2232a;
  text-align: center;
  padding: 5px;
  border-radius: 20px; }
.fancybox-default a.fancybox-nav span {
  background-color: #d2232a; }
.fancybox-default a.fancybox-prev {
  left: -50px; }
  .fancybox-default a.fancybox-prev span {
    background: url('../../assets/images/arrow_left.png?1539021402') no-repeat center;
    width: 61px;
    height: 60px; }
.fancybox-default a.fancybox-next {
  right: -50px; }
  .fancybox-default a.fancybox-next span {
    background: url('../../assets/images/arrow_right.png?1539021402') no-repeat center;
    width: 60px;
    height: 60px; }

.carousel:after {
  content: " ";
  display: block;
  clear: both; }
.carousel .carousel-item {
  float: left; }

@keyframes open-dialog {
  from {
    max-height: 0;
    opacity: 0; }
  to {
    max-height: 9000px;
    opacity: 1; } }
.chat-dialog {
  width: 238px;
  border-top: 4px solid #d2232a;
  position: absolute;
  box-sizing: border-box;
  background: white url('../../assets/images/speech-bubbles.png?1539021403') no-repeat 12px center;
  padding: 12px;
  color: #474747;
  font-family: Roboto, serif;
  text-align: center;
  max-height: 0;
  opacity: 0;
  -moz-animation: open-dialog 1s ease 10s forwards;
  -webkit-animation: open-dialog 1s ease 10s forwards;
  animation: open-dialog 1s ease 10s forwards; }
  .chat-dialog:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 60px;
    border: 9px solid transparent;
    border-left-color: white;
    border-top-color: white;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .chat-dialog p {
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 25px; }
    .chat-dialog p strong {
      font-weight: 700; }
  .chat-dialog .close {
    background: url('../../assets/images/close-o.png?1539021402') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 7px; }
  .chat-dialog .btn, .chat-dialog .btn-primary, .chat-dialog body.contact main form button, body.contact main form .chat-dialog button, .chat-dialog .popup-contact-broker form button, .popup-contact-broker form .chat-dialog button, .chat-dialog .btn-info {
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 120px;
    text-align: center; }
  .multichannel .chat-dialog {
    top: 0;
    right: 25px;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

nav.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: black;
  color: white;
  z-index: 100; }
  nav.top-bar .container {
    position: relative;
    max-width: 990px;
    margin: 0 auto; }
  nav.top-bar .logo {
    position: absolute;
    top: 20px;
    left: 1.38889%;
    transition: height 1s, width 1s, top 1s;
    width: 80px;
    height: 80px;
    border: 1px solid white;
    background: url(../../assets/images/logo_topbar.png) top left no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 640px) {
      nav.top-bar .logo.small {
        top: 10px;
        width: 55px;
        height: 55px; } }
  nav.top-bar .menu-links {
    display: block;
    float: left;
    height: 60px;
    margin-left: 13%; }
    nav.top-bar .menu-links a {
      position: relative;
      display: block;
      float: left;
      height: 60px;
      margin: 0 12px;
      letter-spacing: -1px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 60px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: white;
      border-bottom: 0 solid #d2232a;
      transition: border-bottom 0.3s ease; }
      nav.top-bar .menu-links a:first-child {
        margin-left: 0; }
      nav.top-bar .menu-links a:last-child {
        margin-right: 0; }
      nav.top-bar .menu-links a:hover {
        border-bottom: 5px solid #d2232a; }
  nav.top-bar .language-select {
    display: block;
    position: absolute;
    top: 22px;
    right: 70px;
    width: 35px;
    height: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: url(../../assets/images/arrow_lang.png) right 2px center no-repeat;
    border: 1px solid white;
    box-shadow: none; }
    nav.top-bar .language-select a {
      display: block;
      width: 28px;
      height: 15px;
      overflow: hidden;
      max-height: 0;
      padding: 0 5px;
      color: white;
      transition: all 0.3s ease;
      font-family: "Roboto", sans-serif;
      font-size: 10px;
      line-height: 13px;
      text-decoration: none;
      text-transform: none; }
      nav.top-bar .language-select a.selected {
        max-height: 32px; }
    nav.top-bar .language-select.open {
      z-index: 100;
      width: 64px;
      height: 64px;
      background: white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      nav.top-bar .language-select.open a {
        max-height: 32px !important;
        color: black;
        width: 64px;
        height: 30px;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
        padding: 0; }
        nav.top-bar .language-select.open a.selected {
          border-left: 5px solid #d2232a;
          padding-right: 5px; }
        nav.top-bar .language-select.open a:hover {
          background: #e5e5e5; }
  nav.top-bar .search-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url(../../assets/images/icon_search_topbar.png) center center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  nav.top-bar .menu-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 70px;
    width: 60px;
    height: 60px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    text-decoration: none; }
    nav.top-bar .menu-btn.open {
      background: #d2232a; }
  @media (max-width: 960px) {
    nav.top-bar .container .menu-links {
      position: absolute;
      top: 60px;
      right: 70px;
      height: auto;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease;
      background: black;
      padding: 0 15px; }
      nav.top-bar .container .menu-links a {
        float: none;
        font-size: 16px; }
      nav.top-bar .container .menu-links.open {
        max-height: 690px; }
    nav.top-bar .container .language-select {
      height: 25px;
      top: 18px;
      right: 140px; }
      nav.top-bar .container .language-select.open {
        height: 64px; }
        nav.top-bar .container .language-select.open a {
          height: 32px;
          line-height: 32px;
          font-size: 14px; }
      nav.top-bar .container .language-select a {
        height: 25px;
        line-height: 25px;
        font-size: 12px; }
    nav.top-bar .container .menu-btn {
      display: block; } }
  @media (max-width: 640px) {
    nav.top-bar {
      border-bottom: 2px solid #d2232a; } }

.searchbar {
  position: fixed;
  top: 0;
  right: -290px;
  z-index: 150;
  width: 290px;
  height: 100%;
  padding: 0 20px;
  background: black;
  color: white;
  transition: right 0.3s ease; }
  .searchbar.open {
    right: 0; }
  .searchbar h2 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    display: inline;
    clear: both;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin: 20px 0; }
    .searchbar h2::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  .searchbar .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-family: Arial,sans-serif;
    font-size: 36px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: white; }
  .searchbar .block {
    display: block;
    margin: 10px 0; }
    .searchbar .block label {
      display: block;
      margin: 10px 0;
      font-family: Arial,sans-serif;
      font-size: 14px;
      line-height: normal;
      text-decoration: none;
      text-align: left;
      text-transform: none;
      color: white; }
    .searchbar .block input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      margin-left: 0;
      padding: 0 10px; }
    .searchbar .block select, .searchbar .block .select-skin {
      width: 100%;
      color: black; }
      .searchbar .block select option[disabled], .searchbar .block select.select-skinDisabledOption, .searchbar .block .select-skin option[disabled], .searchbar .block .select-skin.select-skinDisabledOption {
        color: gray; }
    .searchbar .block button {
      float: right;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: normal;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: white;
      margin-top: 20px;
      background: #d2232a;
      border: 0; }
  .searchbar .loading-panel {
    background: black; }
    .searchbar .loading-panel .box {
      margin: 120px auto; }

.multichannel {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background: #d2232a; }
  .multichannel .container {
    max-width: 990px;
    height: 60px;
    display: table;
    margin: 0 auto; }
  .multichannel a.channel {
    position: relative;
    display: table-cell;
    float: left;
    font-family: Oswald, sans-serif !important;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 55px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease;
    bottom: 0;
    border-bottom: 0px solid white;
    background-color: #d2232a;
    box-shadow: none; }
    .multichannel a.channel.phone {
      cursor: default; }
    .multichannel a.channel::before {
      position: absolute;
      top: 13px;
      left: 10px;
      width: 33px;
      height: 33px;
      background: url(../../assets/images/icon_multichannel_chat.png) top left no-repeat;
      vertical-align: middle;
      content: ''; }
    .multichannel a.channel strong {
      position: relative;
      top: -7px;
      text-transform: uppercase; }
    .multichannel a.channel::after {
      position: absolute;
      left: 55px;
      bottom: 14px;
      text-transform: none;
      height: 12px;
      line-height: 12px;
      color: white;
      transition: color 0.3s ease;
      text-align: left;
      font-size: 11px;
      font-family: Roboto, sans-serif;
      font-weight: normal;
      content: attr(data-subtitle);
      white-space: nowrap; }
    .multichannel a.channel.chat::before {
      background-image: url(../../assets/images/icon_multichannel_chat.png); }
    .multichannel a.channel.phone::before {
      background-image: url(../../assets/images/icon_multichannel_phone.png); }
    .multichannel a.channel.email::before {
      background-image: url(../../assets/images/icon_multichannel_email.png); }
    .multichannel a.channel.call-me::before {
      background-image: url(../../assets/images/icon_multichannel_call.png); }
    .multichannel a.channel:hover {
      bottom: 5px;
      height: 65px;
      background-color: white;
      color: #d2232a;
      border-bottom: 3px solid #aaa;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
      z-index: 1; }
      .multichannel a.channel:hover::after {
        color: #d2232a; }
      .multichannel a.channel:hover.chat::before {
        background-image: url(../../assets/images/icon_multichannel_chat_red.png); }
      .multichannel a.channel:hover.phone::before {
        background-image: url(../../assets/images/icon_multichannel_phone_red.png); }
      .multichannel a.channel:hover.email::before {
        background-image: url(../../assets/images/icon_multichannel_email_red.png); }
      .multichannel a.channel:hover.call-me::before {
        background-image: url(../../assets/images/icon_multichannel_call_red.png); }

@media (max-width: 900px) {
  .multichannel {
    height: 80px; }
    .multichannel .container {
      height: 80px; }
      .multichannel .container a {
        height: 80px;
        padding: 30px 20px 0 20px;
        text-align: center;
        font-size: 14px; }
        .multichannel .container a::before {
          top: 8px;
          left: 0;
          right: 0;
          width: 100%;
          background-position: center top; }
        .multichannel .container a::after {
          left: 0;
          right: 0;
          bottom: 5px;
          width: 100%;
          text-align: center; }
        .multichannel .container a:hover {
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; } }
@media (max-width: 640px) {
  .multichannel {
    height: 50px; }
    .multichannel .container {
      display: block;
      width: auto;
      max-width: none;
      height: 50px;
      margin: 0;
      padding: 0; }
      .multichannel .container a {
        display: block;
        float: left;
        height: 50px;
        width: 25%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%; } }
@media (max-width: 320px), (max-height: 500px) {
  .multichannel {
    height: 30px; }
    .multichannel .container {
      height: 30px; }
      .multichannel .container a {
        height: 30px; }
        .multichannel .container a::before {
          top: 4px;
          height: 20px;
          background-size: contain; } }
footer {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 60px;
  background: black;
  color: white;
  font-family: Arial,sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: none; }
  footer h2 {
    display: none; }
  footer .container {
    max-width: 990px;
    margin: 0 auto; }
    footer .container:after {
      content: " ";
      display: block;
      clear: both; }
  footer .column {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 1.38889%; }
    footer .column:first-child {
      margin-left: 0; }
    footer .column:last-child {
      margin-right: 0; }
  footer .site-info .logo {
    margin-bottom: 15px;
    color: white;
    font-size: 10px; }
    footer .site-info .logo img {
      width: 64px;
      height: 64px;
      border: 1px solid white;
      display: block;
      margin-bottom: 15px; }
  footer .site-info .copyright {
    font-size: 12px;
    color: white;
    line-height: 16px; }
  footer .site-info .credits {
    text-align: right;
    padding-right: 40px;
    margin-top: 10px;
    margin-bottom: 25px; }
    footer .site-info .credits span {
      font-size: 10px;
      height: 15px;
      margin-right: 5px; }
    footer .site-info .credits .lqdi {
      display: inline-block;
      width: 54px;
      height: 32px;
      background: url(../../assets/images/logo_lqdi_adm.png) center center no-repeat;
      background-size: contain;
      text-indent: 100%;
      white-space: nowrap;
      vertical-align: middle;
      overflow: hidden; }
  footer .contact-info .block {
    position: relative;
    display: block;
    margin-bottom: 25px; }
    footer .contact-info .block h4, footer .contact-info .block a, footer .contact-info .block p {
      display: block;
      margin: 5px 0;
      color: white;
      text-decoration: none; }
    footer .contact-info .block h4 {
      font-weight: bold; }
  footer .contact-info .customer-relationship {
    position: relative; }
    footer .contact-info .customer-relationship::before {
      position: absolute;
      top: 0;
      left: -30;
      width: 22;
      height: 22;
      background: url("../../assets/images/icon_phone_footer.png") top left no-repeat;
      overflow: hidden;
      content: ''; }
  footer .contact-info .location {
    position: relative; }
    footer .contact-info .location::before {
      position: absolute;
      top: 0;
      left: -30;
      width: 22;
      height: 22;
      background: url("../../assets/images/icon_location_footer.png") top left no-repeat;
      overflow: hidden;
      content: ''; }
  footer .site-map {
    padding-left: 0; }
    footer .site-map > div {
      display: block;
      width: calc(50% - 5px);
      float: left;
      margin-left: 10px;
      margin-bottom: 25px; }
      footer .site-map > div:first-child {
        margin-left: 0; }
      footer .site-map > div a {
        word-break: break-word; }
      footer .site-map > div h4, footer .site-map > div a {
        display: block; }
    footer .site-map h4, footer .site-map a {
      margin: 5px 0; }
    footer .site-map h4 {
      color: #d2232a; }
    footer .site-map a {
      color: white;
      text-decoration: none; }
    footer .site-map .icon {
      margin-right: 5px; }
  @media (max-width: 900px) and (min-width: 641px) {
    footer {
      padding-bottom: 80px; } }
  @media (max-width: 320px) {
    footer {
      padding-bottom: 30px; } }

@media (max-width: 490px) {
  footer .container .column {
    width: 50%; }
  footer .container .column.site-map {
    display: none; } }
@media (max-width: 320px) {
  footer {
    height: auto; }
    footer .container {
      height: auto; }
      footer .container .column {
        float: none;
        width: 100%;
        padding: 0 10px; } }
section.concept-projects {
  width: 100%;
  max-width: none;
  overflow: hidden;
  position: relative; }
  section.concept-projects header {
    max-width: 990px;
    margin: 20px auto; }
  section.concept-projects h2 {
    display: block;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    height: 50px; }
    @media (max-width: 490px) {
      section.concept-projects h2[data-text-alt] {
        font-size: 0; }
        section.concept-projects h2[data-text-alt]::after {
          font-size: 20px;
          content: attr(data-text-alt);
          vertical-align: middle; } }
  section.concept-projects nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d2232a;
    text-align: center; }
    section.concept-projects nav a {
      display: inline-block;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: black;
      border-bottom: 1px solid #d2232a;
      transition: border-bottom 0.3s ease; }
      section.concept-projects nav a:hover, section.concept-projects nav a.selected, section.concept-projects nav a.active {
        border-bottom: 4px solid #d2232a; }
  section.concept-projects header {
    margin: 20px auto; }
  section.concept-projects h2::before {
    display: inline-block;
    width: 64px;
    height: 50px;
    margin: 0 10px;
    background: url("../../assets/images/icon_home_concept.svg") center center no-repeat;
    content: '';
    vertical-align: middle; }
  section.concept-projects nav a {
    width: 14.28571%; }
    section.concept-projects nav a.small {
      width: 7.14286%; }
    section.concept-projects nav a.large {
      width: 22%; }
  section.concept-projects .container {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-left: 0;
    transition: margin-left 0.5s ease; }
    section.concept-projects .container .project {
      display: block;
      float: left;
      position: relative;
      width: 100%;
      height: 100%; }
      section.concept-projects .container .project.fl4300 .info-layer .info-panel {
        float: right;
        padding-left: 10px; }
    section.concept-projects .container .photo-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      vertical-align: middle;
      z-index: -1;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    section.concept-projects .container .info-layer {
      position: relative;
      overflow: hidden;
      max-width: 990px;
      height: 100%;
      margin: 0 auto; }
      section.concept-projects .container .info-layer .prize {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        @media (max-width: 480px) {
          section.concept-projects .container .info-layer .prize {
            max-height: 50px;
            margin-top: -10px; } }
      section.concept-projects .container .info-layer .info-panel {
        box-sizing: border-box;
        position: relative;
        width: 50%;
        float: right;
        height: 100%;
        padding: 130px 30px 80px;
        background: rgba(0, 0, 0, 0.7); }
        section.concept-projects .container .info-layer .info-panel.withPrizes {
          padding: 85px 30px 80px; }
        section.concept-projects .container .info-layer .info-panel .logo {
          display: block;
          float: left;
          width: 140px;
          height: 140px;
          margin-right: 5px;
          background-color: white;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        section.concept-projects .container .info-layer .info-panel .info {
          display: block;
          width: 100%;
          color: white;
          font-family: Roboto, Arial, serif;
          font-size: 20px;
          font-weight: 300;
          margin: 40px 0 35px; }
          section.concept-projects .container .info-layer .info-panel .info h3 {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: -1px; }
          section.concept-projects .container .info-layer .info-panel .info p {
            display: block;
            margin: 5px 0;
            font-weight: 300;
            font-size: 17px;
            font-family: "Roboto", sans-serif;
            font-size: 20px;
            line-height: normal;
            text-decoration: none;
            text-align: left;
            text-transform: none; }
          section.concept-projects .container .info-layer .info-panel .info strong {
            font-weight: 600;
            font-size: 20px; }
          section.concept-projects .container .info-layer .info-panel .info .btn-info {
            margin-top: 40px; }
        section.concept-projects .container .info-layer .info-panel .nav-buttons {
          width: 130px;
          float: left;
          margin-top: 80px;
          margin-left: 25px; }
          section.concept-projects .container .info-layer .info-panel .nav-buttons .btn, section.concept-projects .container .info-layer .info-panel .nav-buttons .btn-primary, section.concept-projects .container .info-layer .info-panel .nav-buttons body.contact main form button, body.contact main form section.concept-projects .container .info-layer .info-panel .nav-buttons button, section.concept-projects .container .info-layer .info-panel .nav-buttons .popup-contact-broker form button, .popup-contact-broker form section.concept-projects .container .info-layer .info-panel .nav-buttons button, section.concept-projects .container .info-layer .info-panel .nav-buttons .btn-info {
            float: left;
            cursor: pointer;
            margin-left: 1px;
            width: 60px;
            height: 60px; }
            section.concept-projects .container .info-layer .info-panel .nav-buttons .btn.left, section.concept-projects .container .info-layer .info-panel .nav-buttons .left.btn-primary, section.concept-projects .container .info-layer .info-panel .nav-buttons body.contact main form button.left, body.contact main form section.concept-projects .container .info-layer .info-panel .nav-buttons button.left, section.concept-projects .container .info-layer .info-panel .nav-buttons .popup-contact-broker form button.left, .popup-contact-broker form section.concept-projects .container .info-layer .info-panel .nav-buttons button.left, section.concept-projects .container .info-layer .info-panel .nav-buttons .left.btn-info {
              background: url(../../assets/images/arrow_left.png) center center no-repeat; }
            section.concept-projects .container .info-layer .info-panel .nav-buttons .btn.right, section.concept-projects .container .info-layer .info-panel .nav-buttons .right.btn-primary, section.concept-projects .container .info-layer .info-panel .nav-buttons body.contact main form button.right, body.contact main form section.concept-projects .container .info-layer .info-panel .nav-buttons button.right, section.concept-projects .container .info-layer .info-panel .nav-buttons .popup-contact-broker form button.right, .popup-contact-broker form section.concept-projects .container .info-layer .info-panel .nav-buttons button.right, section.concept-projects .container .info-layer .info-panel .nav-buttons .right.btn-info {
              background: url(../../assets/images/arrow_right.png) center center no-repeat; }
  @media (max-width: 1024px) {
    section.concept-projects {
      margin-top: 0; } }
  @media (max-width: 900px) {
    section.concept-projects a.project .info-layer .info-panel {
      width: 60%; }
      section.concept-projects a.project .info-layer .info-panel .info {
        height: auto; }
        section.concept-projects a.project .info-layer .info-panel .info strong {
          font-size: 18px;
          height: 50px;
          line-height: 40px; }
        section.concept-projects a.project .info-layer .info-panel .info .tag-lines {
          margin-top: 0;
          margin-bottom: 0;
          padding: 5px 0; }
          section.concept-projects a.project .info-layer .info-panel .info .tag-lines p {
            font-size: 14px; } }
  @media (max-width: 768px) {
    section.concept-projects {
      /* Tablet, vertical */ }
      section.concept-projects nav a {
        width: auto;
        font-size: 12px;
        padding: 0 15px; }
      section.concept-projects .container .project .info-layer .info-panel {
        width: 90%; }
        section.concept-projects .container .project .info-layer .info-panel .nav-buttons {
          margin-top: 40px; }
        section.concept-projects .container .project .info-layer .info-panel .logo {
          width: 100px;
          height: 100px; }
        section.concept-projects .container .project .info-layer .info-panel .info {
          padding-left: 10px;
          width: calc(100% - 100px - 10px); } }
  @media (max-width: 640px) {
    section.concept-projects header nav a {
      font-size: 12px;
      padding: 0 5px; }
      section.concept-projects header nav a.large {
        padding: 0;
        width: 130px; } }
  @media (max-width: 490px) {
    section.concept-projects header nav {
      display: none;
      height: 0;
      border: 0;
      overflow: hidden; }
    section.concept-projects .container {
      height: 330px; }
    section.concept-projects .container .project .info-layer .info-panel {
      margin-top: 30px;
      width: 100%;
      padding: 20px; }
      section.concept-projects .container .project .info-layer .info-panel p {
        display: none; }
      section.concept-projects .container .project .info-layer .info-panel .info {
        width: 100%; }
      section.concept-projects .container .project .info-layer .info-panel .btn, section.concept-projects .container .project .info-layer .info-panel .btn-primary, section.concept-projects .container .project .info-layer .info-panel body.contact main form button, body.contact main form section.concept-projects .container .project .info-layer .info-panel button, section.concept-projects .container .project .info-layer .info-panel .popup-contact-broker form button, .popup-contact-broker form section.concept-projects .container .project .info-layer .info-panel button, section.concept-projects .container .project .info-layer .info-panel .btn-info {
        margin-top: 0; } }

section.portfolio {
  width: 100%;
  max-width: none;
  overflow: hidden;
  position: relative; }
  section.portfolio header {
    max-width: 990px;
    margin: 20px auto; }
  section.portfolio h2 {
    display: block;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    height: 50px; }
    @media (max-width: 490px) {
      section.portfolio h2[data-text-alt] {
        font-size: 0; }
        section.portfolio h2[data-text-alt]::after {
          font-size: 20px;
          content: attr(data-text-alt);
          vertical-align: middle; } }
  section.portfolio nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d2232a;
    text-align: center; }
    section.portfolio nav a {
      display: inline-block;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: black;
      border-bottom: 1px solid #d2232a;
      transition: border-bottom 0.3s ease; }
      section.portfolio nav a:hover, section.portfolio nav a.selected, section.portfolio nav a.active {
        border-bottom: 4px solid #d2232a; }
  section.portfolio h2::before {
    display: inline-block;
    width: 64px;
    height: 50px;
    margin: 0 10px;
    background: url("../../assets/images/icon_portfolio.png") center center no-repeat;
    content: '';
    vertical-align: middle; }
  section.portfolio .wrapper {
    max-width: none;
    transition: margin-left 0.5s ease;
    max-height: 1150px;
    overflow: hidden; }
  section.portfolio nav {
    padding: 0 20px; }
    section.portfolio nav a {
      width: 10%;
      float: left;
      margin-left: 20%;
      text-align: center; }
      section.portfolio nav a:first-child {
        width: 10%;
        float: left;
        margin-left: 0; }
        section.portfolio nav a:nth-child(2) {
          width: 13%;
          margin-left: 17%; }
  section.portfolio .media-list:after {
    content: " ";
    display: block;
    clear: both; }
  section.portfolio .media-list .media-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding: 0 2px;
    margin-bottom: 2px;
    position: relative; }
    section.portfolio .media-list .media-item:hover img, section.portfolio .media-list .media-item.open img {
      filter: none;
      -webkit-filter: grayscale(0%); }
    section.portfolio .media-list .media-item:hover .info, section.portfolio .media-list .media-item.open .info {
      display: block; }
    section.portfolio .media-list .media-item.image-async:before {
      content: '';
      position: absolute;
      background: url('../../assets/images/spin-loader.gif?1539021403') no-repeat;
      width: 32px;
      height: 32px;
      line-height: 30px;
      top: 50%;
      left: 50%;
      color: #ffffff;
      z-index: 2;
      text-align: center;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    section.portfolio .media-list .media-item.image-async img {
      opacity: 0;
      transition: opacity 1s; }
    section.portfolio .media-list .media-item.image-loaded:before {
      display: none; }
    section.portfolio .media-list .media-item.image-loaded img {
      opacity: 1; }
    section.portfolio .media-list .media-item img {
      filter: url(grayscale.svg);
      /* Firefox 4+ */
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 1s;
      width: 100%; }
    @media screen\0 {
      section.portfolio .media-list .media-item:hover img.show-ie-only {
        display: none; }
      section.portfolio .media-list .media-item:hover img.hide-ie {
        display: block; } }
    section.portfolio .media-list .media-item .info {
      display: none;
      position: absolute;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.56);
      padding: 20px 23px;
      bottom: 2px;
      left: 2px;
      right: 2px; }
      section.portfolio .media-list .media-item .info h3, section.portfolio .media-list .media-item .info p {
        color: #ffffff;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        margin-bottom: 5px; }
        section.portfolio .media-list .media-item .info h3 strong, section.portfolio .media-list .media-item .info p strong {
          font-weight: 600; }
  @media (max-width: 640px) {
    section.portfolio header nav a {
      font-size: 14px;
      width: 31.25%;
      float: left;
      margin-left: 3.125%; }
      section.portfolio header nav a:first-child {
        width: 31.25%;
        float: left;
        margin-left: 0; } }

section.newsletter {
  width: 100%;
  max-width: none;
  overflow: hidden;
  position: relative;
  height: 180px;
  margin-bottom: 0;
  background: #191919;
  color: white; }
  section.newsletter header {
    max-width: 990px;
    margin: 20px auto; }
  section.newsletter h2 {
    display: block;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    height: 50px; }
    @media (max-width: 490px) {
      section.newsletter h2[data-text-alt] {
        font-size: 0; }
        section.newsletter h2[data-text-alt]::after {
          font-size: 20px;
          content: attr(data-text-alt);
          vertical-align: middle; } }
  section.newsletter nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d2232a;
    text-align: center; }
    section.newsletter nav a {
      display: inline-block;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: black;
      border-bottom: 1px solid #d2232a;
      transition: border-bottom 0.3s ease; }
      section.newsletter nav a:hover, section.newsletter nav a.selected, section.newsletter nav a.active {
        border-bottom: 4px solid #d2232a; }
  section.newsletter header, section.newsletter h2 {
    margin-bottom: 0; }
  section.newsletter h2 {
    text-align: left;
    color: white; }
    section.newsletter h2::before {
      display: none; }
  section.newsletter .container {
    max-width: 990px;
    margin: 0 auto; }
    section.newsletter .container form > div {
      display: block;
      float: left;
      width: 16.66667%;
      padding: 1.38889%; }
      section.newsletter .container form > div:first-child {
        padding-left: 0; }
      section.newsletter .container form > div:last-child {
        padding-right: 0; }
      section.newsletter .container form > div label {
        display: block;
        height: 24px;
        font-family: Arial,sans-serif;
        font-size: 14px;
        line-height: 24px;
        text-decoration: none;
        text-transform: none; }
      section.newsletter .container form > div input {
        width: 100%;
        height: 36px;
        padding: 5px;
        border: 0;
        font-family: Arial,sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: none;
        color: black; }
      section.newsletter .container form > div button {
        width: 100%;
        height: 36px;
        border: 0;
        margin-top: 24px;
        color: white;
        background-color: #d2232a;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 36px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase; }
    section.newsletter .container .name {
      width: 33.33333%; }
    section.newsletter .container .email {
      width: 33.33333%; }
  @media (max-width: 1024px) {
    section.newsletter {
      padding: 0 20px; } }
  @media (max-width: 900px) {
    section.newsletter .container form > div {
      width: 25% !important; } }
  @media (max-width: 490px) {
    section.newsletter {
      height: auto; }
      section.newsletter header h2 {
        height: auto;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px; }
      section.newsletter .container form > div {
        width: 100% !important;
        padding: 0; }
        section.newsletter .container form > div.btn, section.newsletter .container form > div.btn-primary, section.newsletter .container form > div.btn-info {
          margin-bottom: 10px; } }
  @media (max-width: 490px) {
    section.newsletter {
      display: none; } }

body.home > header {
  position: relative;
  width: 100%;
  margin-top: 60px;
  overflow: hidden; }
  body.home > header .hero-panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 7s linear, opacity 2s ease;
    opacity: 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
    body.home > header .hero-panel.open {
      opacity: 1; }
    body.home > header .hero-panel.zoomed {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  body.home > header .videos {
    overflow: hidden;
    margin: 0; }
    body.home > header .videos .strip-selector {
      position: absolute;
      bottom: 32px;
      left: 50%;
      z-index: 2;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    body.home > header .videos .video-slider {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 0; }
      body.home > header .videos .video-slider .video-info {
        width: 100%;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover; }
      body.home > header .videos .video-slider .warning-label {
        position: absolute;
        bottom: -40px;
        left: 0;
        max-width: 480px;
        width: 100%;
        background-color: #d2232a;
        color: white;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        text-transform: uppercase; }
        body.home > header .videos .video-slider .warning-label strong {
          font-weight: bold;
          font-size: 16px; }
    @media (max-width: 490px) {
      body.home > header .videos .strip-selector {
        bottom: 15px; } }
    @media (max-height: 400px) {
      body.home > header .videos .strip-selector {
        right: 0;
        left: auto; } }
  body.home > header .video-play-btn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url(../../assets/images/video_play.png) center center no-repeat; }
  body.home > header .video-viewport {
    background-color: lightgrey;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 720px;
    overflow: hidden; }
    body.home > header .video-viewport:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    body.home > header .video-viewport .video-info.video-motion-avanhandava .info-panel .title {
      font-size: 28px; }
    body.home > header .video-viewport .info-panel {
      box-sizing: border-box;
      position: absolute;
      left: 0;
      margin-top: 25%;
      max-width: 480px;
      width: 100%;
      min-height: 250px;
      max-height: 320px;
      font-family: Roboto, Arial, serif;
      background-color: rgba(0, 0, 0, 0.73);
      padding: 20px 25px;
      display: flex;
      color: #FFFFFF; }
      @media (min-width: 1025px) and (max-width: 1366px) {
        body.home > header .video-viewport .info-panel {
          margin-top: 15.5%; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        body.home > header .video-viewport .info-panel {
          margin-top: 17%; } }
      body.home > header .video-viewport .info-panel .logo {
        float: left;
        width: 207px;
        height: 144px;
        margin-right: 22px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      body.home > header .video-viewport .info-panel .info {
        font-weight: 300;
        float: left;
        width: 161px;
        display: block;
        margin: auto; }
        body.home > header .video-viewport .info-panel .info.info-paulista .big span.lg {
          font-size: 35px; }
        body.home > header .video-viewport .info-panel .info.info-habitarte-2 .big span.lg {
          font-size: 38px; }
        body.home > header .video-viewport .info-panel .info p {
          font-size: 18px;
          line-height: 1;
          margin-bottom: 8px; }
        body.home > header .video-viewport .info-panel .info .title {
          font-size: 32px;
          margin-bottom: 14px; }
        body.home > header .video-viewport .info-panel .info .big {
          font-size: 30px;
          line-height: 30px;
          font-weight: 200;
          letter-spacing: -2px;
          white-space: nowrap;
          margin-bottom: 0; }
          body.home > header .video-viewport .info-panel .info .big span.lg {
            font-size: 35px;
            line-height: 1; }
        body.home > header .video-viewport .info-panel .info .btn, body.home > header .video-viewport .info-panel .info .btn-primary, body.home > header .video-viewport .info-panel .info body.contact main form button, body.contact main form body.home > header .video-viewport .info-panel .info button, body.home > header .video-viewport .info-panel .info .popup-contact-broker form button, .popup-contact-broker form body.home > header .video-viewport .info-panel .info button, body.home > header .video-viewport .info-panel .info .btn-info {
          margin-top: 20px;
          width: 100%; }
      @media (max-height: 520px) {
        body.home > header .video-viewport .info-panel {
          margin-top: 50px; } }
      @media (max-width: 490px), (max-height: 560px) {
        body.home > header .video-viewport .info-panel {
          width: 60%;
          height: auto;
          flex-direction: column; }
          body.home > header .video-viewport .info-panel .logo {
            background-size: contain;
            width: 75px;
            height: 75px;
            margin-right: 15px; }
          body.home > header .video-viewport .info-panel .logo p, body.home > header .video-viewport .info-panel .info p {
            font-size: 14px;
            margin-bottom: 5px; }
          body.home > header .video-viewport .info-panel .logo .title, body.home > header .video-viewport .info-panel .info .title {
            font-size: 18px;
            margin-bottom: 7px; }
          body.home > header .video-viewport .info-panel .logo .big, body.home > header .video-viewport .info-panel .info .big {
            font-size: 16px;
            margin-bottom: 0; }
            body.home > header .video-viewport .info-panel .logo .big span.lg, body.home > header .video-viewport .info-panel .info .big span.lg {
              font-size: 20px; }
          body.home > header .video-viewport .info-panel .logo .btn, body.home > header .video-viewport .info-panel .logo .btn-primary, body.home > header .video-viewport .info-panel .logo body.contact main form button, body.contact main form body.home > header .video-viewport .info-panel .logo button, body.home > header .video-viewport .info-panel .logo .popup-contact-broker form button, .popup-contact-broker form body.home > header .video-viewport .info-panel .logo button, body.home > header .video-viewport .info-panel .logo .btn-info, body.home > header .video-viewport .info-panel .info .btn, body.home > header .video-viewport .info-panel .info .btn-primary, body.home > header .video-viewport .info-panel .info body.contact main form button, body.contact main form body.home > header .video-viewport .info-panel .info button, body.home > header .video-viewport .info-panel .info .popup-contact-broker form button, .popup-contact-broker form body.home > header .video-viewport .info-panel .info button, body.home > header .video-viewport .info-panel .info .btn-info {
            margin-top: 10px;
            margin-bottom: 0;
            font-size: 14px;
            height: 32px;
            line-height: 32px; }
          body.home > header .video-viewport .info-panel .info {
            width: calc(100% - 90px);
            padding-top: 0; } }
      @media (max-width: 490px) and (min-height: 420px) {
        body.home > header .video-viewport .info-panel {
          max-width: 220px; }
          body.home > header .video-viewport .info-panel .logo, body.home > header .video-viewport .info-panel .info {
            width: 100%;
            text-align: center;
            float: none;
            display: block;
            margin: 0; }
          body.home > header .video-viewport .info-panel .logo {
            margin-bottom: 15px; } }
    body.home > header .video-viewport .btn-toggle-mute {
      position: absolute;
      top: 15px;
      right: 25px;
      min-width: 24px;
      height: 24px;
      overflow: hidden;
      text-align: right;
      background: url(../../assets/images/icon_muted.png) top left no-repeat;
      opacity: 0.5; }
      body.home > header .video-viewport .btn-toggle-mute::after {
        display: inline-block;
        overflow: hidden;
        content: attr(data-label-mute);
        width: 0;
        transition: width 0.35s ease;
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: white;
        line-height: 24px;
        padding-left: 24px; }
      body.home > header .video-viewport .btn-toggle-mute.mute {
        background-image: url(../../assets/images/icon_unmuted.png); }
        body.home > header .video-viewport .btn-toggle-mute.mute::after {
          content: attr(data-label-unmute); }
      body.home > header .video-viewport .btn-toggle-mute:hover::after {
        width: 80px; }
    body.home > header .video-viewport .video-panel {
      width: 100%;
      height: 100%; }
  body.home > header .container {
    display: none;
    max-width: 990px;
    height: 100%;
    margin: 0 auto;
    padding-top: 60px; }
    body.home > header .container h1 {
      display: none; }
    body.home > header .container h2 {
      display: block;
      width: 40%;
      height: 95px;
      margin-top: 140px;
      font-family: Oswald, sans-serif;
      font-size: 38px;
      line-height: 45px;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase;
      color: white;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.7); }
body.home section {
  margin: 40px auto; }
  body.home section.newsletter {
    margin-bottom: 0; }
body.home section.find-your-stan {
  width: 100%;
  max-width: none;
  overflow: hidden;
  position: relative;
  margin: 0; }
  body.home section.find-your-stan header {
    max-width: 990px;
    margin: 20px auto; }
  body.home section.find-your-stan h2 {
    display: block;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    height: 50px; }
    @media (max-width: 490px) {
      body.home section.find-your-stan h2[data-text-alt] {
        font-size: 0; }
        body.home section.find-your-stan h2[data-text-alt]::after {
          font-size: 20px;
          content: attr(data-text-alt);
          vertical-align: middle; } }
  body.home section.find-your-stan nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d2232a;
    text-align: center; }
    body.home section.find-your-stan nav a {
      display: inline-block;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: black;
      border-bottom: 1px solid #d2232a;
      transition: border-bottom 0.3s ease; }
      body.home section.find-your-stan nav a:hover, body.home section.find-your-stan nav a.selected, body.home section.find-your-stan nav a.active {
        border-bottom: 4px solid #d2232a; }
  body.home section.find-your-stan h2::before {
    display: inline-block;
    width: 64px;
    height: 50px;
    margin: 0 10px;
    background: url("../../assets/images/icon_home_find.png") center center no-repeat;
    content: '';
    vertical-align: middle; }
  body.home section.find-your-stan header {
    max-width: 990px;
    margin: 0 auto; }
  body.home section.find-your-stan .wrapper {
    max-width: none;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    background: #e5e5e5;
    overflow: hidden; }
    body.home section.find-your-stan .wrapper form {
      max-width: 990px;
      height: 40px;
      margin: 0 auto; }
      body.home section.find-your-stan .wrapper form .block, body.home section.find-your-stan .wrapper form button {
        display: block;
        float: left;
        width: calc(100% / 7);
        height: 40px; }
      body.home section.find-your-stan .wrapper form .block {
        position: relative;
        padding: 0 0.69444%; }
        body.home section.find-your-stan .wrapper form .block:first-child {
          padding-left: 0; }
        body.home section.find-your-stan .wrapper form .block:last-child {
          padding-right: 0; }
        body.home section.find-your-stan .wrapper form .block .select-skin, body.home section.find-your-stan .wrapper form .block button, body.home section.find-your-stan .wrapper form .block input[type='text'] {
          display: block;
          width: 100%;
          overflow: hidden;
          height: 40px;
          line-height: 40px; }
        body.home section.find-your-stan .wrapper form .block input[type='text'] {
          border: 1px solid #cccccc;
          padding: 0 15px; }
        body.home section.find-your-stan .wrapper form .block button {
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          line-height: normal;
          text-decoration: none;
          text-align: center;
          text-transform: uppercase;
          color: white;
          background: #d2232a;
          border: 0; }
  @media (max-width: 640px) {
    body.home section.find-your-stan {
      display: none; } }
body.home section.highlights {
  width: 100%;
  max-width: none;
  overflow: hidden;
  position: relative; }
  body.home section.highlights header {
    max-width: 990px;
    margin: 20px auto; }
  body.home section.highlights h2 {
    display: block;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    height: 50px; }
    @media (max-width: 490px) {
      body.home section.highlights h2[data-text-alt] {
        font-size: 0; }
        body.home section.highlights h2[data-text-alt]::after {
          font-size: 20px;
          content: attr(data-text-alt);
          vertical-align: middle; } }
  body.home section.highlights nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d2232a;
    text-align: center; }
    body.home section.highlights nav a {
      display: inline-block;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: black;
      border-bottom: 1px solid #d2232a;
      transition: border-bottom 0.3s ease; }
      body.home section.highlights nav a:hover, body.home section.highlights nav a.selected, body.home section.highlights nav a.active {
        border-bottom: 4px solid #d2232a; }
  body.home section.highlights h3 {
    display: none; }
  body.home section.highlights nav a, body.home section.highlights .container h3 {
    height: 60px;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: black;
    border-bottom: 0 solid #d2232a;
    transition: border-bottom 0.3s ease; }
    body.home section.highlights nav a:hover, body.home section.highlights nav a.selected, body.home section.highlights nav ah3, body.home section.highlights .container h3:hover, body.home section.highlights .container h3.selected, body.home section.highlights .container h3h3 {
      border-bottom: 4px solid #d2232a; }
    body.home section.highlights nav a::before, body.home section.highlights .container h3::before {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: -3px 10px 0;
      vertical-align: middle;
      background: url('../../assets/images/icon_home_new.png?1539021402') center no-repeat;
      background-size: contain;
      content: ''; }
    body.home section.highlights nav a.new::before, body.home section.highlights .container h3.new::before {
      background-image: url('../../assets/images/icon_star.png?1539021402'); }
    body.home section.highlights nav a.construction::before, body.home section.highlights .container h3.construction::before {
      background-image: url('../../assets/images/icon_hammer.png?1539021402'); }
    body.home section.highlights nav a.ready::before, body.home section.highlights .container h3.ready::before {
      background-image: url('../../assets/images/icon_check.png?1539021402'); }
  body.home section.highlights nav {
    height: 60px; }
    body.home section.highlights nav a {
      display: block;
      float: left;
      width: 25%;
      font-size: 19px;
      letter-spacing: -.5px; }
  body.home section.highlights .nav-buttons .btn, body.home section.highlights .nav-buttons .btn-primary, body.home section.highlights .nav-buttons body.contact main form button, body.contact main form body.home section.highlights .nav-buttons button, body.home section.highlights .nav-buttons .popup-contact-broker form button, .popup-contact-broker form body.home section.highlights .nav-buttons button, body.home section.highlights .nav-buttons .btn-info {
    position: absolute;
    top: calc(70% - 60px);
    width: 60px;
    height: 60px;
    z-index: 5;
    cursor: pointer; }
    @media (max-width: 640px) {
      body.home section.highlights .nav-buttons .btn, body.home section.highlights .nav-buttons .btn-primary, body.home section.highlights .nav-buttons body.contact main form button, body.contact main form body.home section.highlights .nav-buttons button, body.home section.highlights .nav-buttons .popup-contact-broker form button, .popup-contact-broker form body.home section.highlights .nav-buttons button, body.home section.highlights .nav-buttons .btn-info {
        display: none; } }
    body.home section.highlights .nav-buttons .btn.left, body.home section.highlights .nav-buttons .left.btn-primary, body.home section.highlights .nav-buttons body.contact main form button.left, body.contact main form body.home section.highlights .nav-buttons button.left, body.home section.highlights .nav-buttons .popup-contact-broker form button.left, .popup-contact-broker form body.home section.highlights .nav-buttons button.left, body.home section.highlights .nav-buttons .left.btn-info {
      left: 0;
      background: url('../../assets/images/arrow_left.png?1539021402') no-repeat top left; }
    body.home section.highlights .nav-buttons .btn.right, body.home section.highlights .nav-buttons .right.btn-primary, body.home section.highlights .nav-buttons body.contact main form button.right, body.contact main form body.home section.highlights .nav-buttons button.right, body.home section.highlights .nav-buttons .popup-contact-broker form button.right, .popup-contact-broker form body.home section.highlights .nav-buttons button.right, body.home section.highlights .nav-buttons .right.btn-info {
      right: 0;
      background: url('../../assets/images/arrow_right.png?1539021402') no-repeat top right; }
  body.home section.highlights .frame {
    width: 100%;
    overflow: hidden; }
  body.home section.highlights .wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transition: margin-left 0.5s ease; }
  body.home section.highlights .container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 413px;
    text-align: center; }
    body.home section.highlights .container .strip {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: left 0.35s ease; }
      body.home section.highlights .container .strip.suspend-transitions {
        transition: none !important; }
      @media (max-width: 640px) {
        body.home section.highlights .container .strip {
          position: relative; } }
    body.home section.highlights .container .btn-see-more {
      display: none;
      height: 24px;
      line-height: 24px !important;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: normal;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: white;
      background: #d2232a;
      border: 0;
      float: right;
      padding: 0 10px;
      margin: 0 10px 10px 0; }
    @media (max-width: 640px) {
      body.home section.highlights .container .btn-see-more {
        display: inline-block; } }
    body.home section.highlights .container .enterprise {
      position: relative;
      display: block;
      float: left;
      width: 310px;
      height: 413px;
      padding: 0 1.38889%;
      color: black; }
      @media (max-width: 640px) {
        body.home section.highlights .container .enterprise.hide-on-mobile {
          display: none !important; } }
      body.home section.highlights .container .enterprise:first-child {
        margin-left: 0 !important; }
      body.home section.highlights .container .enterprise .photo-panel {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      body.home section.highlights .container .enterprise .info-panel {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 85px;
        padding: 5px; }
        body.home section.highlights .container .enterprise .info-panel h4 {
          display: block;
          position: relative;
          float: left;
          overflow: hidden;
          width: 85px;
          height: 85px;
          white-space: nowrap;
          text-indent: 100%;
          background-color: white;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        body.home section.highlights .container .enterprise .info-panel .info {
          display: block;
          float: left;
          width: calc(100% - 90px);
          height: 85px;
          padding-left: 10px;
          background: white;
          text-align: left;
          margin-left: 5px; }
          body.home section.highlights .container .enterprise .info-panel .info strong, body.home section.highlights .container .enterprise .info-panel .info p {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            text-decoration: none;
            text-transform: none;
            text-transform: uppercase; }
          body.home section.highlights .container .enterprise .info-panel .info strong {
            padding: 0 10px;
            display: block;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            border-bottom: 1px solid #e5e5e5;
            font-size: 20px; }
          body.home section.highlights .container .enterprise .info-panel .info p {
            display: block;
            height: 18px;
            line-height: 18px;
            padding-left: 10px;
            margin: 5px 0;
            font-size: 14px; }
          body.home section.highlights .container .enterprise .info-panel .info p.tag-line-2 {
            font-size: 18px;
            text-transform: none; }
          body.home section.highlights .container .enterprise .info-panel .info p.tag-line-3 {
            text-transform: none; }
@media (max-width: 1024px) {
  body.home > header .container h2.tag-line {
    width: 100%;
    /*padding: 0 80px;*/
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  body.home section.highlights .container .enterprise .info-panel .info strong, body.home section.highlights .container .enterprise .info-panel .info p {
    padding-left: 5px; }
  body.home section.highlights .container .enterprise .info-panel .info strong {
    font-size: 18px; }
  body.home section.highlights .container .enterprise .info-panel .info p.tag-line-2 {
    font-size: 16px; }
  body.home section.find-your-stan .wrapper {
    padding: 15px; } }
@media (max-width: 900px) {
  body.home > header .container h2.tag-line {
    bottom: 80px; }
  body.home section.highlights header a {
    font-size: 16px; }
  body.home section.highlights .container .enterprise {
    /*padding: 0;*/ }
    body.home section.highlights .container .enterprise .info-panel {
      height: auto;
      bottom: 0; }
      body.home section.highlights .container .enterprise .info-panel h4, body.home section.highlights .container .enterprise .info-panel .info {
        float: none; }
      body.home section.highlights .container .enterprise .info-panel h4 {
        position: absolute;
        top: 5px;
        left: 5px; }
      body.home section.highlights .container .enterprise .info-panel .info {
        width: 100%;
        margin: 0;
        padding-left: 90px;
        background: white;
        text-align: center; }
        body.home section.highlights .container .enterprise .info-panel .info strong, body.home section.highlights .container .enterprise .info-panel .info p {
          padding: 0; }
        body.home section.highlights .container .enterprise .info-panel .info strong {
          font-size: 16px; }
        body.home section.highlights .container .enterprise .info-panel .info p {
          font-size: 12px; }
        body.home section.highlights .container .enterprise .info-panel .info p.tag-line-2 {
          font-size: 16px; } }
@media (max-width: 860px) {
  body.home > header .container h2.tag-line {
    bottom: 0;
    font-size: 32px; } }
@media (max-width: 768px) {
  body.home {
    /* Tablet, vertical */ }
    body.home section.highlights .nav-buttons .btn, body.home section.highlights .nav-buttons .btn-primary, body.home section.highlights .nav-buttons body.contact main form button, body.contact main form body.home section.highlights .nav-buttons button, body.home section.highlights .nav-buttons .popup-contact-broker form button, .popup-contact-broker form body.home section.highlights .nav-buttons button, body.home section.highlights .nav-buttons .btn-info {
      top: calc(55% - 40px);
      width: 40px;
      height: 40px;
      background-size: cover !important; }
    body.home section.highlights .container .enterprise .info-panel h4 {
      position: static;
      margin-bottom: 5px; }
    body.home section.highlights .container .enterprise .info-panel .info {
      padding: 0 10px;
      text-align: left; } }
@media (max-width: 640px) {
  body.home {
    /* Mobile */ }
    body.home > header .container h2.tag-line {
      font-size: 28px; }
    body.home section.highlights nav, body.home section.highlights .nav-buttons {
      display: none;
      height: 0;
      overflow: hidden;
      border: 0; }
    body.home section.highlights .wrapper {
      height: auto;
      float: none; }
      body.home section.highlights .wrapper .container {
        display: block !important;
        float: none;
        height: auto; }
        body.home section.highlights .wrapper .container h3 {
          display: block; }
        body.home section.highlights .wrapper .container a.enterprise {
          display: block;
          min-width: 100%;
          height: 350px;
          margin: 20px 0; }
          body.home section.highlights .wrapper .container a.enterprise .info-panel .info {
            width: 50%; }
    body.home section.find-your-stan .wrapper {
      height: auto; }
      body.home section.find-your-stan .wrapper .container .block {
        width: 100%;
        padding: 0;
        margin-bottom: 10px; } }
@media (max-width: 490px) {
  body.home > header .container h2.tag-line {
    margin-top: 230px;
    padding: 10px 5%;
    height: auto;
    line-height: 30px;
    font-size: 24px; }
  body.home section h2::before {
    margin: 0; }
  body.home section.highlights .wrapper .container a.enterprise {
    padding-bottom: 105px;
    height: 0;
    margin: 5px 0; }
    body.home section.highlights .wrapper .container a.enterprise .info-panel h4 {
      float: left;
      width: 80px; }
    body.home section.highlights .wrapper .container a.enterprise .info-panel .info {
      float: left;
      width: calc(100% - 90px);
      margin-left: 1.38889%; } }
@media (max-width: 320px) {
  body.home > header .container h2.tag-line {
    font-size: 27px;
    line-height: 34px;
    bottom: 20px; } }

body.enterprise > header {
  position: relative;
  width: 100%;
  height: 580px;
  margin-top: 60px; }
  body.enterprise > header .hero-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*&.keep-size { background-size: auto; }
    &.fill-width { background-size: 100% auto; }
    &.fill-height { background-size: auto 100%; }*/
    overflow: hidden;
    text-align: center;
    z-index: -1; }
    body.enterprise > header .hero-panel .pattern {
      opacity: 0.2;
      transition: opacity 0.3s ease; }
    @media (max-width: 490px) {
      body.enterprise > header .hero-panel {
        height: 0;
        padding-bottom: 124%; } }
  body.enterprise > header .container {
    position: relative;
    max-width: 990px;
    height: 580px;
    margin: 0 auto; }
    @media (max-width: 490px) {
      body.enterprise > header .container {
        height: 0;
        padding-bottom: 124%; } }
  body.enterprise > header .info-sheet {
    position: absolute;
    top: 40px;
    right: 0;
    width: 290px;
    max-height: 500px;
    background: white;
    text-align: center;
    padding-bottom: 8px; }
    body.enterprise > header .info-sheet .logo-panel {
      position: relative;
      height: 225px;
      line-height: 225px;
      margin: 10px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      body.enterprise > header .info-sheet .logo-panel strong {
        border-bottom: 1px solid #cccccc; }
    body.enterprise > header .info-sheet .neighborhood {
      display: block;
      text-transform: uppercase;
      font-family: Oswald, sans-serif;
      font-size: 1.875em;
      line-height: 70px;
      text-decoration: none;
      text-transform: none; }
    body.enterprise > header .info-sheet .tag-lines {
      height: 155px;
      padding: 10px 4px;
      line-height: 38.33333px; }
      body.enterprise > header .info-sheet .tag-lines p {
        vertical-align: middle;
        font-family: Oswald, sans-serif;
        font-size: 1.25em;
        text-decoration: none;
        text-transform: none; }
        body.enterprise > header .info-sheet .tag-lines p.line-2 {
          font-size: 1.875em; }
    @media (max-width: 490px) {
      body.enterprise > header .info-sheet {
        top: 20px;
        width: 50%; }
        body.enterprise > header .info-sheet .logo-panel {
          height: 0;
          padding-bottom: 90%; }
        body.enterprise > header .info-sheet .neighborhood {
          line-height: 1.5; } }
  @media (max-width: 490px) {
    body.enterprise > header {
      height: 0;
      padding-bottom: 124%; } }
body.enterprise article nav, body.enterprise form nav, body.enterprise .form nav {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #d2232a; }
  body.enterprise article nav a, body.enterprise form nav a, body.enterprise .form nav a {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 16px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: black; }
    body.enterprise article nav a:hover::after, body.enterprise article nav a.active, body.enterprise form nav a:hover::after, body.enterprise form nav a.active, body.enterprise .form nav a:hover::after, body.enterprise .form nav a.active {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  @media (max-width: 1024px) {
    body.enterprise article nav, body.enterprise form nav, body.enterprise .form nav {
      display: none; } }
body.enterprise article section, body.enterprise form section, body.enterprise .form section {
  display: block;
  margin: 10px 0;
  text-align: center;
  overflow: hidden; }
  body.enterprise article section header, body.enterprise form section header, body.enterprise .form section header {
    display: block;
    margin: 20px 0; }
    body.enterprise article section header span, body.enterprise form section header span, body.enterprise .form section header span {
      display: block;
      font-family: Arial,sans-serif;
      font-size: 18px;
      text-decoration: none;
      text-transform: none;
      margin: 10px 0; }
body.enterprise article header h1, body.enterprise article header h2, body.enterprise form header h1, body.enterprise form header h2, body.enterprise .form header h1, body.enterprise .form header h2 {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 1.875em;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: black;
  height: 45px;
  display: inline;
  clear: both;
  position: relative; }
  body.enterprise article header h1::after, body.enterprise article header h2::after, body.enterprise form header h1::after, body.enterprise form header h2::after, body.enterprise .form header h1::after, body.enterprise .form header h2::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #d2232a;
    content: ''; }
body.enterprise article h3, body.enterprise form h3, body.enterprise .form h3 {
  display: block;
  font-family: Arial,sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  margin: 20px 0; }
body.enterprise article section.concept, body.enterprise form section.concept, body.enterprise .form section.concept {
  position: relative;
  overflow: visible; }
  body.enterprise article section.concept .column, body.enterprise form section.concept .column, body.enterprise .form section.concept .column {
    width: 50%;
    padding: 1.38889%;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    line-height: 20px; }
    body.enterprise article section.concept .column img, body.enterprise article section.concept .column .description, body.enterprise form section.concept .column img, body.enterprise form section.concept .column .description, body.enterprise .form section.concept .column img, body.enterprise .form section.concept .column .description {
      display: inline-block;
      vertical-align: middle; }
    body.enterprise article section.concept .column strong, body.enterprise form section.concept .column strong, body.enterprise .form section.concept .column strong {
      display: block;
      margin: 0 0 20px;
      padding-left: 10px;
      font-family: Oswald, sans-serif;
      font-size: 20px;
      line-height: 24px;
      text-decoration: none;
      text-align: left;
      text-transform: none;
      font-style: normal;
      border-left: 5px solid #d2232a; }
    body.enterprise article section.concept .column img, body.enterprise form section.concept .column img, body.enterprise .form section.concept .column img {
      width: 100%; }
    body.enterprise article section.concept .column p, body.enterprise form section.concept .column p, body.enterprise .form section.concept .column p {
      margin: 10px 0;
      font-family: Times New Roman, Times, serif;
      font-size: 18px;
      font-style: italic; }
      body.enterprise article section.concept .column p:first-child, body.enterprise form section.concept .column p:first-child, body.enterprise .form section.concept .column p:first-child {
        margin-top: 0; }
    body.enterprise article section.concept .column.c-description, body.enterprise form section.concept .column.c-description, body.enterprise .form section.concept .column.c-description {
      padding-right: 0; }
    @media (max-width: 768px) {
      body.enterprise article section.concept .column, body.enterprise form section.concept .column, body.enterprise .form section.concept .column {
        display: block;
        width: 100%;
        max-width: 460px;
        float: none;
        margin: 0 auto; } }
  body.enterprise article section.concept .partner-action, body.enterprise form section.concept .partner-action, body.enterprise .form section.concept .partner-action {
    margin-top: 20px; }
    body.enterprise article section.concept .partner-action .partner, body.enterprise form section.concept .partner-action .partner, body.enterprise .form section.concept .partner-action .partner {
      max-width: 200px;
      color: black;
      text-align: center;
      margin-right: 20px; }
      body.enterprise article section.concept .partner-action .partner img, body.enterprise form section.concept .partner-action .partner img, body.enterprise .form section.concept .partner-action .partner img {
        width: auto; }
    body.enterprise article section.concept .partner-action .btn-primary, body.enterprise article section.concept .partner-action body.contact main form button, body.contact main form body.enterprise article section.concept .partner-action button, body.enterprise article section.concept .partner-action .popup-contact-broker form button, .popup-contact-broker form body.enterprise article section.concept .partner-action button, body.enterprise form section.concept .partner-action .btn-primary, body.enterprise body.contact main form section.concept .partner-action button, body.contact main body.enterprise form section.concept .partner-action button, body.enterprise .popup-contact-broker form section.concept .partner-action button, .popup-contact-broker body.enterprise form section.concept .partner-action button, body.enterprise .form section.concept .partner-action .btn-primary, body.enterprise .form section.concept .partner-action body.contact main form button, body.contact main form body.enterprise .form section.concept .partner-action button, body.enterprise .form section.concept .partner-action .popup-contact-broker form button, .popup-contact-broker form body.enterprise .form section.concept .partner-action button {
      vertical-align: bottom;
      margin-top: 10px; }
body.enterprise article section.gallery, body.enterprise form section.gallery, body.enterprise .form section.gallery {
  padding: 0 20px; }
  body.enterprise article section.gallery .photos-and-videos, body.enterprise form section.gallery .photos-and-videos, body.enterprise .form section.gallery .photos-and-videos {
    position: relative; }
  body.enterprise article section.gallery .virtual-tour .video-container, body.enterprise form section.gallery .virtual-tour .video-container, body.enterprise .form section.gallery .virtual-tour .video-container {
    width: 100%;
    height: 480px; }
    body.enterprise article section.gallery .virtual-tour .video-container img, body.enterprise form section.gallery .virtual-tour .video-container img, body.enterprise .form section.gallery .virtual-tour .video-container img {
      width: 100%; }
body.enterprise article section#enterprise_videos, body.enterprise form section#enterprise_videos, body.enterprise .form section#enterprise_videos {
  position: relative; }
  body.enterprise article section#enterprise_videos .slick, body.enterprise form section#enterprise_videos .slick, body.enterprise .form section#enterprise_videos .slick {
    position: relative;
    overflow: hidden; }
    body.enterprise article section#enterprise_videos .slick .slick-track, body.enterprise form section#enterprise_videos .slick .slick-track, body.enterprise .form section#enterprise_videos .slick .slick-track {
      display: flex; }
  body.enterprise article section#enterprise_videos .slick-arrows, body.enterprise form section#enterprise_videos .slick-arrows, body.enterprise .form section#enterprise_videos .slick-arrows {
    width: 100%;
    height: 50px;
    position: absolute;
    top: calc(57%);
    left: 0;
    display: flex;
    justify-content: space-between; }
    body.enterprise article section#enterprise_videos .slick-arrows .slick-disabled, body.enterprise form section#enterprise_videos .slick-arrows .slick-disabled, body.enterprise .form section#enterprise_videos .slick-arrows .slick-disabled {
      display: block; }
    body.enterprise article section#enterprise_videos .slick-arrows .prevArrow, body.enterprise form section#enterprise_videos .slick-arrows .prevArrow, body.enterprise .form section#enterprise_videos .slick-arrows .prevArrow {
      background: url(../../assets/images/arrow_left.png) no-repeat top left;
      background-size: cover;
      width: 50px;
      height: 50px;
      overflow: hidden;
      z-index: 1;
      cursor: pointer; }
    body.enterprise article section#enterprise_videos .slick-arrows .nextArrow, body.enterprise form section#enterprise_videos .slick-arrows .nextArrow, body.enterprise .form section#enterprise_videos .slick-arrows .nextArrow {
      background: url(../../assets/images/arrow_right.png) no-repeat top left;
      background-size: cover;
      width: 50px;
      height: 50px;
      overflow: hidden;
      z-index: 1;
      cursor: pointer; }
body.enterprise article section.leisure, body.enterprise form section.leisure, body.enterprise .form section.leisure {
  /*li.party::before { background-image: url(../../assets/images/icon_party.png); }
  li.gym::before { background-image: url(../../assets/images/icon_gym.png); }
  li.pool::before { background-image: url(../../assets/images/icon_pool.png); }
  li.toyroom::before { background-image: url(../../assets/images/icon_toyroom.png); }
  li.gourmet::before { background-image: url(../../assets/images/icon_gourmet.png); }
  li.massage::before { background-image: url(../../assets/images/icon_massage.png); }
  li.sauna::before { background-image: url(../../assets/images/icon_sauna.png); }
  li.solarium::before { background-image: url(../../assets/images/icon_solarium.png); }*/ }
  body.enterprise article section.leisure li, body.enterprise form section.leisure li, body.enterprise .form section.leisure li {
    display: block;
    float: left;
    width: 50%;
    height: 64px;
    padding-left: 18.33333%;
    line-height: 18px;
    margin: 5px 0;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background-position: 9999px 9999px;
    background-repeat: no-repeat; }
    body.enterprise article section.leisure li::before, body.enterprise form section.leisure li::before, body.enterprise .form section.leisure li::before {
      position: absolute;
      top: 0;
      left: 21.66667%;
      width: 63px;
      height: 63px;
      background-image: inherit;
      background-position: 0 0;
      overflow: hidden;
      content: ''; }
body.enterprise article section.apartment-units .apartment h3, body.enterprise form section.apartment-units .apartment h3, body.enterprise .form section.apartment-units .apartment h3 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: default;
  text-decoration: none;
  text-transform: none;
  margin: 0; }
body.enterprise article section.apartment-units .apartment .details, body.enterprise form section.apartment-units .apartment .details, body.enterprise .form section.apartment-units .apartment .details {
  padding: 20px;
  font-size: 14px; }
  body.enterprise article section.apartment-units .apartment .details strong, body.enterprise form section.apartment-units .apartment .details strong, body.enterprise .form section.apartment-units .apartment .details strong {
    display: block;
    font-weight: bold; }
  body.enterprise article section.apartment-units .apartment .details ul, body.enterprise form section.apartment-units .apartment .details ul, body.enterprise .form section.apartment-units .apartment .details ul {
    display: block;
    margin-top: 20px; }
body.enterprise article section.apartment-units .apartment img, body.enterprise form section.apartment-units .apartment img, body.enterprise .form section.apartment-units .apartment img {
  display: none; }
body.enterprise article section.apartment-units .apartment-plan-panel, body.enterprise form section.apartment-units .apartment-plan-panel, body.enterprise .form section.apartment-units .apartment-plan-panel {
  height: 460px; }
  body.enterprise article section.apartment-units .apartment-plan-panel .img-box, body.enterprise form section.apartment-units .apartment-plan-panel .img-box, body.enterprise .form section.apartment-units .apartment-plan-panel .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-color: white;
    background-size: contain;
    background-position: center center; }
body.enterprise article section.special-features ul, body.enterprise form section.special-features ul, body.enterprise .form section.special-features ul {
  margin-top: 20px;
  overflow: hidden; }
body.enterprise article section.special-features li, body.enterprise form section.special-features li, body.enterprise .form section.special-features li {
  display: block;
  float: left;
  width: 47.22222%;
  margin: 1.38889%;
  padding-left: 11.66667%;
  height: 64px;
  line-height: 18px;
  padding-top: 5px;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-position: 9999px 9999px;
  background-repeat: no-repeat; }
  body.enterprise article section.special-features li strong, body.enterprise form section.special-features li strong, body.enterprise .form section.special-features li strong {
    font-weight: bold; }
  body.enterprise article section.special-features li::before, body.enterprise form section.special-features li::before, body.enterprise .form section.special-features li::before {
    position: absolute;
    top: 0;
    left: 5%;
    width: 63px;
    height: 63px;
    background-image: inherit;
    background-position: 0 0;
    overflow: hidden;
    content: ''; }
body.enterprise article section.location address, body.enterprise form section.location address, body.enterprise .form section.location address {
  margin: 20px 0; }
body.enterprise article section.location .map-container, body.enterprise form section.location .map-container, body.enterprise .form section.location .map-container {
  width: 100%;
  height: 350px; }
  body.enterprise article section.location .map-container iframe, body.enterprise form section.location .map-container iframe, body.enterprise .form section.location .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0; }
  @media (max-height: 450px) {
    body.enterprise article section.location .map-container, body.enterprise form section.location .map-container, body.enterprise .form section.location .map-container {
      height: 180px; } }
body.enterprise article section.neighborhood .item h3, body.enterprise form section.neighborhood .item h3, body.enterprise .form section.neighborhood .item h3 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  margin: 0; }
body.enterprise article section.neighborhood .item .info, body.enterprise form section.neighborhood .item .info, body.enterprise .form section.neighborhood .item .info {
  padding: 20px;
  font-size: 15px;
  text-align: left; }
  body.enterprise article section.neighborhood .item .info p, body.enterprise form section.neighborhood .item .info p, body.enterprise .form section.neighborhood .item .info p {
    margin: 10px 0; }
body.enterprise article section.neighborhood .item img, body.enterprise form section.neighborhood .item img, body.enterprise .form section.neighborhood .item img {
  display: none; }
body.enterprise article section.neighborhood .photo-panel, body.enterprise form section.neighborhood .photo-panel, body.enterprise .form section.neighborhood .photo-panel {
  position: relative;
  height: 480px; }
  body.enterprise article section.neighborhood .photo-panel .img-box, body.enterprise form section.neighborhood .photo-panel .img-box, body.enterprise .form section.neighborhood .photo-panel .img-box {
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover; }
  body.enterprise article section.neighborhood .photo-panel .label, body.enterprise form section.neighborhood .photo-panel .label, body.enterprise .form section.neighborhood .photo-panel .label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(210, 35, 42, 0.8);
    color: white; }
  @media (max-width: 768px) {
    body.enterprise article section.neighborhood .photo-panel, body.enterprise form section.neighborhood .photo-panel, body.enterprise .form section.neighborhood .photo-panel {
      height: 360px; } }
body.enterprise article section.construction-status, body.enterprise form section.construction-status, body.enterprise .form section.construction-status {
  position: relative;
  margin: 80px 0;
  padding: 20px 0;
  overflow: visible; }
  body.enterprise article section.construction-status .phase, body.enterprise form section.construction-status .phase, body.enterprise .form section.construction-status .phase {
    display: block;
    float: left;
    position: relative;
    width: 14.28571%;
    height: 160px;
    padding: 5px; }
    body.enterprise article section.construction-status .phase h3, body.enterprise form section.construction-status .phase h3, body.enterprise .form section.construction-status .phase h3 {
      display: block;
      height: 40px;
      font-size: 14px;
      margin: 0; }
      body.enterprise article section.construction-status .phase h3 strong, body.enterprise form section.construction-status .phase h3 strong, body.enterprise .form section.construction-status .phase h3 strong {
        font-size: 16px;
        font-weight: bold; }
    body.enterprise article section.construction-status .phase .bar-panel, body.enterprise form section.construction-status .phase .bar-panel, body.enterprise .form section.construction-status .phase .bar-panel {
      width: 100%;
      height: 36px;
      background: #e5e5e5;
      padding: 3px;
      border-radius: 3px; }
    body.enterprise article section.construction-status .phase .bar-container, body.enterprise form section.construction-status .phase .bar-container, body.enterprise .form section.construction-status .phase .bar-container {
      position: relative;
      overflow: hidden;
      height: 30px; }
      body.enterprise article section.construction-status .phase .bar-container .bar, body.enterprise form section.construction-status .phase .bar-container .bar, body.enterprise .form section.construction-status .phase .bar-container .bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #11a85a;
        /* Old browsers */
        background: -moz-linear-gradient(top, #11a85a 0%, #6dd222 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11a85a), color-stop(100%, #6dd222));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #11a85a 0%, #6dd222 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #11a85a 0%, #6dd222 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #11a85a 0%, #6dd222 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #11a85a 0%, #6dd222 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a85a', endColorstr='#6dd222',GradientType=0 );
        /* IE6-9 */ }
    @media (max-width: 640px) {
      body.enterprise article section.construction-status .phase, body.enterprise form section.construction-status .phase, body.enterprise .form section.construction-status .phase {
        width: 90%;
        margin: 0 auto;
        float: none;
        height: auto; }
        body.enterprise article section.construction-status .phase h3, body.enterprise form section.construction-status .phase h3, body.enterprise .form section.construction-status .phase h3 {
          height: 20px; } }
  body.enterprise article section.construction-status .phase-photos, body.enterprise form section.construction-status .phase-photos, body.enterprise .form section.construction-status .phase-photos {
    position: absolute;
    top: 90px;
    left: 20px;
    width: 260px;
    height: 60px;
    padding: 5px;
    background: #e5e5e5;
    z-index: 1; }
    body.enterprise article section.construction-status .phase-photos.has-3, body.enterprise form section.construction-status .phase-photos.has-3, body.enterprise .form section.construction-status .phase-photos.has-3 {
      width: 160px; }
    body.enterprise article section.construction-status .phase-photos.has-2, body.enterprise form section.construction-status .phase-photos.has-2, body.enterprise .form section.construction-status .phase-photos.has-2 {
      width: 110px; }
    body.enterprise article section.construction-status .phase-photos.has-1, body.enterprise form section.construction-status .phase-photos.has-1, body.enterprise .form section.construction-status .phase-photos.has-1 {
      width: 60px; }
      body.enterprise article section.construction-status .phase-photos.has-1::before, body.enterprise form section.construction-status .phase-photos.has-1::before, body.enterprise .form section.construction-status .phase-photos.has-1::before {
        left: 10px; }
    body.enterprise article section.construction-status .phase-photos .strip, body.enterprise form section.construction-status .phase-photos .strip, body.enterprise .form section.construction-status .phase-photos .strip {
      overflow: hidden;
      float: left;
      width: 150px;
      height: 40px;
      margin-top: 5px; }
    body.enterprise article section.construction-status .phase-photos a, body.enterprise form section.construction-status .phase-photos a, body.enterprise .form section.construction-status .phase-photos a {
      position: relative;
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      overflow: hidden;
      margin: 0 5px; }
      body.enterprise article section.construction-status .phase-photos a img, body.enterprise form section.construction-status .phase-photos a img, body.enterprise .form section.construction-status .phase-photos a img {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        height: 100%; }
      body.enterprise article section.construction-status .phase-photos a.btn, body.enterprise article section.construction-status .phase-photos a.btn-primary, body.enterprise article section.construction-status .phase-photos a.btn-info, body.enterprise form section.construction-status .phase-photos a.btn, body.enterprise form section.construction-status .phase-photos a.btn-primary, body.enterprise form section.construction-status .phase-photos a.btn-info, body.enterprise .form section.construction-status .phase-photos a.btn, body.enterprise .form section.construction-status .phase-photos a.btn-primary, body.enterprise .form section.construction-status .phase-photos a.btn-info {
        width: 85px;
        height: 40px;
        background: #d2232a;
        color: white;
        margin-top: 5px;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 40px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase; }
    body.enterprise article section.construction-status .phase-photos::before, body.enterprise form section.construction-status .phase-photos::before, body.enterprise .form section.construction-status .phase-photos::before {
      position: absolute;
      top: -8px;
      left: 25px;
      height: 0;
      width: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 10px solid #e5e5e5;
      content: ''; }
    @media (max-width: 640px) {
      body.enterprise article section.construction-status .phase-photos, body.enterprise form section.construction-status .phase-photos, body.enterprise .form section.construction-status .phase-photos {
        top: 70px; } }
body.enterprise article section.execution, body.enterprise form section.execution, body.enterprise .form section.execution {
  margin-top: 100px; }
  body.enterprise article section.execution .partner, body.enterprise form section.execution .partner, body.enterprise .form section.execution .partner {
    display: inline-block;
    width: 180px;
    height: 150px;
    text-align: center;
    margin: 40px;
    color: black; }
    body.enterprise article section.execution .partner .logo, body.enterprise form section.execution .partner .logo, body.enterprise .form section.execution .partner .logo {
      max-width: 200px;
      max-height: 150px; }
    body.enterprise article section.execution .partner .type, body.enterprise form section.execution .partner .type, body.enterprise .form section.execution .partner .type {
      display: block;
      margin: 10px 0;
      font-size: 14px; }
    @media (max-width: 860px) {
      body.enterprise article section.execution .partner, body.enterprise form section.execution .partner, body.enterprise .form section.execution .partner {
        margin: 40px 10px; } }
    @media (max-width: 640px) {
      body.enterprise article section.execution .partner, body.enterprise form section.execution .partner, body.enterprise .form section.execution .partner {
        width: 16.66667%;
        height: 75px; }
        body.enterprise article section.execution .partner .logo, body.enterprise form section.execution .partner .logo, body.enterprise .form section.execution .partner .logo {
          width: 100%; } }
    @media (max-width: 490px) {
      body.enterprise article section.execution .partner, body.enterprise form section.execution .partner, body.enterprise .form section.execution .partner {
        width: 100%;
        margin: 20px 0 0; }
        body.enterprise article section.execution .partner .logo, body.enterprise form section.execution .partner .logo, body.enterprise .form section.execution .partner .logo {
          width: auto; } }
body.enterprise article section.legal, body.enterprise form section.legal, body.enterprise .form section.legal {
  padding: 40px; }
  body.enterprise article section.legal a, body.enterprise form section.legal a, body.enterprise .form section.legal a {
    display: inline-block;
    width: 120px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #e5e5e5; }
  body.enterprise article section.legal .container, body.enterprise form section.legal .container, body.enterprise .form section.legal .container {
    display: none; }
body.enterprise .form.contact {
  position: relative;
  width: 100%;
  height: max-content;
  color: white; }
  body.enterprise .form.contact header h2 {
    color: white; }
  body.enterprise .form.contact .background {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  body.enterprise .form.contact .container {
    max-width: 990px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center; }
    body.enterprise .form.contact .container .block {
      display: block;
      width: 100%; }
  body.enterprise .form.contact .user-info {
    overflow: hidden; }
    body.enterprise .form.contact .user-info > div {
      display: block;
      float: left;
      width: 33.33333%;
      padding: 1.38889%; }
      body.enterprise .form.contact .user-info > div:first-child {
        padding-left: 0; }
      body.enterprise .form.contact .user-info > div:last-child {
        padding-right: 0; }
  body.enterprise .form.contact .buttons {
    margin-top: 20px;
    height: 36px; }
    body.enterprise .form.contact .buttons small {
      display: block;
      float: left;
      width: 83.33333%;
      height: 36px;
      padding-right: 1.38889%;
      color: white;
      font-family: Arial,sans-serif;
      font-size: 12px;
      line-height: 36px;
      text-decoration: none;
      text-align: left;
      text-transform: none; }
    body.enterprise .form.contact .buttons button {
      display: block;
      float: left;
      width: 16.66667%;
      height: 36px;
      padding: 0;
      border: 0;
      margin: 0;
      color: white;
      background: #d2232a;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 36px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase; }
  body.enterprise .form.contact label, body.enterprise .form.contact input, body.enterprise .form.contact textarea {
    display: block;
    width: 100%;
    text-align: left; }
  body.enterprise .form.contact label {
    height: 30px;
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    text-transform: none; }
  body.enterprise .form.contact input, body.enterprise .form.contact textarea {
    padding: 3px;
    color: black;
    font-family: Arial,sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: none; }
  body.enterprise .form.contact input {
    height: 36px;
    line-height: 30px; }
  body.enterprise .form.contact textarea {
    height: 100px;
    border: 0;
    line-height: 24px; }
body.enterprise .pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/images/contact_pattern.png) top left repeat; }
@media (max-width: 1024px) {
  body.enterprise article section.concept {
    padding: 0 10px; }
  body.enterprise article section.leisure li {
    padding-left: 120px;
    padding-right: 10px; }
    body.enterprise article section.leisure li::before {
      left: 32px; }
  body.enterprise article section.special-features li {
    padding-left: 120px;
    padding-right: 10px; }
    body.enterprise article section.special-features li::before {
      left: 32px; }
  body.enterprise .form.contact {
    padding: 0 10px; } }
@media (max-width: 640px) {
  body.enterprise article section.master-detail .master {
    width: 100%; }
    body.enterprise article section.master-detail .master .item {
      transition-property: none; }
      body.enterprise article section.master-detail .master .item.open {
        max-height: 1024px; }
      body.enterprise article section.master-detail .master .item img.show-mobile {
        width: 100%;
        display: block; }
  body.enterprise article section.master-detail .detail {
    display: none; }
    body.enterprise article section.master-detail .detail.show-mobile {
      display: block;
      width: 100%; } }
@media (max-width: 490px) {
  body.enterprise article section.concept .column {
    width: 100%;
    display: block; }
  body.enterprise article section.gallery {
    padding: 0; }
    body.enterprise article section.gallery .strip-container {
      height: 220px; }
      body.enterprise article section.gallery .strip-container .strip a {
        height: 220px; }
    body.enterprise article section.gallery .btn-gallery-nav {
      top: auto;
      bottom: 70px;
      width: 40px;
      height: 40px; }
      body.enterprise article section.gallery .btn-gallery-nav.left {
        left: 0; }
      body.enterprise article section.gallery .btn-gallery-nav.right {
        right: 0; }
  body.enterprise article section.leisure li, body.enterprise article section.special-features li {
    padding-left: 80px;
    padding-right: 20px;
    height: 50px;
    margin: 10px 0;
    font-size: 14px; }
    body.enterprise article section.leisure li::before, body.enterprise article section.special-features li::before {
      background-size: cover;
      width: 40px;
      height: 40px;
      left: 20px; }
  body.enterprise article section.special-features li {
    height: 70px;
    margin: 20px 0; }
  body.enterprise .form.contact {
    height: auto; }
    body.enterprise .form.contact .container .block.user-info > div {
      width: 100%;
      margin: 0;
      padding: 0;
      float: none; }
    body.enterprise .form.contact .container .block.buttons small {
      height: auto;
      padding: 0; }
    body.enterprise .form.contact .container .block.buttons small, body.enterprise .form.contact .container .block.buttons button {
      float: none;
      width: 100%; } }
@media (max-width: 420px) {
  body.enterprise article section.leisure li, body.enterprise article section.special-features li {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 10px 0; }
    body.enterprise article section.leisure li::before, body.enterprise article section.special-features li::before {
      background-size: cover;
      width: 40px;
      height: 40px;
      left: 20px; } }

body.enterprise article section.neighborhood .item .item-content strong {
  display: block;
  font-weight: bold; }

.form.contact form ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }
  .form.contact form ul li label {
    height: 30px;
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    text-transform: none;
    color: white; }
    .form.contact form ul li label input {
      padding: 3px;
      color: black;
      font-family: Arial,sans-serif;
      font-size: 16px;
      text-decoration: none;
      text-transform: none;
      height: 36px;
      line-height: 30px; }
    .form.contact form ul li label textarea {
      resize: none; }
  .form.contact form ul button {
    display: block;
    width: 16.66667%;
    height: 36px;
    padding: 0;
    color: white;
    background: #d2232a;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0 0 0 auto; }
  .form.contact form ul.firstName {
    width: 45%; }
  .form.contact form ul.lastName {
    width: 45%; }
  .form.contact form ul.emailAddress {
    width: 45%; }
  .form.contact form ul.description {
    width: 45%; }

body.search .prospects-btn {
  display: block;
  padding: 0 35px 0 10px;
  min-height: 36px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: black;
  background: white url(../../assets/images/icon_go_black.png) right center no-repeat;
  border: 1px solid #ddd; }
body.search header {
  position: relative;
  margin: 20px 0; }
  body.search header h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 45px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 45px;
    display: inline;
    clear: both;
    position: relative;
    font-size: 30px;
    line-height: 45px; }
    body.search header h1::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  body.search header strong {
    margin-top: 25px;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: none; }
  body.search header .filter-btn {
    display: none; }
body.search .wrapper {
  max-width: 990px;
  margin: 100px auto;
  overflow: hidden; }
body.search aside {
  display: block;
  float: left;
  width: 25%;
  padding-right: 1.38889%; }
  body.search aside h2, body.search aside .close-btn {
    display: none; }
  body.search aside .applied-filters h3 {
    display: none; }
  body.search aside .applied-filters ul {
    margin-bottom: 20px; }
  body.search aside .applied-filters li {
    position: relative;
    display: block;
    min-height: 40px;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    text-transform: none;
    cursor: pointer; }
    body.search aside .applied-filters li strong {
      font-weight: bold; }
    body.search aside .applied-filters li::after {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 46px;
      text-decoration: none;
      text-align: center;
      text-transform: none;
      color: black;
      content: 'X'; }
    body.search aside .applied-filters li:hover::after {
      color: #d2232a; }
  body.search aside .item h3 {
    padding-left: 20px;
    margin-bottom: 10px; }
  body.search aside .item.filter-rooms button, body.search aside .item.filter-parking button, body.search aside .item.filter-suites button {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin: 3px;
    border: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    background: #e5e5e5;
    color: black;
    cursor: pointer; }
    body.search aside .item.filter-rooms button:first-child, body.search aside .item.filter-parking button:first-child, body.search aside .item.filter-suites button:first-child {
      margin-left: 0; }
    body.search aside .item.filter-rooms button:last-child, body.search aside .item.filter-parking button:last-child, body.search aside .item.filter-suites button:last-child {
      margin-right: 0; }
    body.search aside .item.filter-rooms button:hover, body.search aside .item.filter-rooms button.selected, body.search aside .item.filter-parking button:hover, body.search aside .item.filter-parking button.selected, body.search aside .item.filter-suites button:hover, body.search aside .item.filter-suites button.selected {
      background: #d2232a;
      color: white; }
    body.search aside .item.filter-rooms button.all, body.search aside .item.filter-parking button.all, body.search aside .item.filter-suites button.all {
      width: 50px;
      font-size: 12px; }
  body.search aside .item.filter-size .range-label {
    margin: 0 10px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    text-align: center; }
  body.search aside .item.filter-size .range-selector {
    margin: 10px 20px 30px 20px; }
  body.search aside .item .block {
    display: block;
    overflow: hidden;
    height: 40px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-transform: none; }
    body.search aside .item .block input {
      margin: 0 10px; }
    body.search aside .item .block input[type='text'], body.search aside .item .block input[type='number'] {
      box-sizing: border-box;
      height: 30px;
      line-height: 30px;
      padding: 0 15px;
      width: calc(100% - 20px);
      border: 1px solid lightgrey; }
    body.search aside .item .block:last-child {
      margin-bottom: 10px; }
  body.search aside .btn-block {
    margin-top: 40px;
    text-align: center; }
body.search main {
  position: relative;
  display: block;
  float: left;
  width: 75%;
  padding-left: 1.38889%; }
  body.search main .enterprises p > strong {
    font-weight: bold; }
  body.search main .enterprise {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 280px;
    padding: 10px; }
    body.search main .enterprise .photo-panel {
      padding: 0 10px;
      overflow: hidden;
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body.search main .enterprise .info-panel {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      body.search main .enterprise .info-panel .logo-box {
        position: relative;
        display: block;
        float: right;
        margin: 0px 10px;
        width: 100px;
        height: 100px;
        background: white; }
        body.search main .enterprise .info-panel .logo-box .logo {
          position: absolute;
          left: 50%;
          top: 50%;
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          max-width: 100%;
          max-height: 100%; }
      body.search main .enterprise .info-panel .info {
        position: relative;
        overflow: hidden;
        left: 0;
        bottom: 0;
        width: calc(100% - 19px);
        height: 0px;
        padding: 0 10px;
        margin: 0 10px 10px 10px;
        transition: height 0.5s ease;
        background: rgba(210, 35, 42, 0.8);
        font-family: Arial,sans-serif;
        font-size: 12px;
        line-height: 16px;
        text-decoration: none;
        text-transform: none;
        color: white; }
        body.search main .enterprise .info-panel .info h2 {
          display: block;
          font-size: 20px;
          line-height: 24px;
          font-weight: bold;
          margin: 5px 0; }
    body.search main .enterprise:hover .info-panel .info {
      height: 100px; }
@media (max-width: 900px) {
  body.search .prospects-btn {
    line-height: 20px; } }
@media (max-width: 640px) {
  body.search {
    		/*.prospects-btn {
    			display: block;
    			position: static;
    			float: left;
    
    			line-height: 30px;
    
    			margin: 10px;
    			-webkit-font-smoothing: subpixel-antialiased;
    		}*/ }
    body.search .prospects-btn {
      line-height: 36px; }
    body.search .wrapper {
      overflow: auto;
      margin: 0; }
    body.search header {
      padding: 0 10px;
      margin-top: 100px; }
      body.search header h1 {
        font-size: 24px; }
      body.search header .filter-btn {
        display: block;
        float: left;
        height: 30px;
        padding: 0 15px;
        margin: 10px 0;
        border: 0;
        background: #d2232a;
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 30px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase; }
    body.search aside {
      position: fixed;
      left: -250px;
      top: 0;
      bottom: 0;
      width: 250px;
      padding: 20px 10px;
      background: white;
      z-index: 200;
      overflow: scroll;
      transition: left 0.3s ease; }
      body.search aside.open {
        left: 0; }
      body.search aside h2 {
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 24px;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase; }
      body.search aside .close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 30px;
        color: black;
        font-size: 42px;
        text-align: center; }
    body.search main {
      width: 100%;
      padding: 0; } }
@media (max-width: 420px) {
  body.search .filter-btn {
    font-size: 12px; } }

body.partners main {
  max-width: 990px;
  margin: 100px auto;
  overflow: hidden; }
body.partners header {
  margin: 30px 0 20px 0; }
  body.partners header h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 50px;
    display: inline;
    clear: both;
    position: relative; }
    body.partners header h1::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  body.partners header p {
    margin: 10px 0; }
body.partners article {
  overflow: hidden;
  text-align: center; }
body.partners .partner {
  position: relative;
  display: table-cell;
  float: left;
  width: 230px;
  height: 230px;
  line-height: 230px;
  vertical-align: middle;
  margin: 5px;
  background: white;
  border: 1px solid #e5e5e5; }
  body.partners .partner img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.partners .partner:hover {
    padding: 1px;
    background: none;
    border: none; }
    body.partners .partner:hover img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

body.concept-projects main {
  max-width: 100%;
  margin: 100px auto;
  overflow: hidden; }
body.concept-projects header {
  margin: 30px auto 20px;
  max-width: 990px; }
  body.concept-projects header .title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 50px;
    display: inline;
    clear: both;
    position: relative; }
    body.concept-projects header .title::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  body.concept-projects header h1 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
    margin-top: 20px; }
  body.concept-projects header p {
    display: block;
    margin-top: 5px;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    background: white;
    padding: 10px;
    color: gray; }
  body.concept-projects header nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d2232a;
    text-align: center;
    margin-top: 20px; }
    body.concept-projects header nav a {
      display: inline-block;
      width: 14.28571%;
      height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: black;
      border-bottom: 1px solid #d2232a;
      transition: border-bottom 0.3s ease; }
      body.concept-projects header nav a.small {
        width: 7.14286%; }
      body.concept-projects header nav a.large {
        width: 21.8%; }
      body.concept-projects header nav a:hover, body.concept-projects header nav a.selected {
        border-bottom: 4px solid #d2232a; }
body.concept-projects section header {
  display: block;
  margin: 20px auto;
  text-align: center; }
  body.concept-projects section header .title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 50px;
    display: inline;
    clear: both;
    position: relative; }
    body.concept-projects section header .title::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
body.concept-projects .frame {
  -moz-transition: margin-left 0.5s ease;
  -o-transition: margin-left 0.5s ease;
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  position: relative;
  overflow: hidden;
  width: 100%; }
  body.concept-projects .frame .project {
    width: 100%; }
body.concept-projects .project {
  float: left;
  position: relative;
  margin: 20px 0; }
  body.concept-projects .project h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
    text-transform: none; }
  body.concept-projects .project .project-name {
    display: inline; }
  body.concept-projects .project .project-title {
    display: block;
    margin-top: 5px;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    background: white;
    padding: 10px;
    color: gray; }
  body.concept-projects .project .btn-enterprise {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #d2232a;
    color: white; }
  body.concept-projects .project .hero {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 620px;
    margin: 10px 0 54px; }
    body.concept-projects .project .hero .wrapper {
      width: 100%;
      position: absolute;
      bottom: 0; }
    body.concept-projects .project .hero .photo-layer {
      display: block;
      text-align: center;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    body.concept-projects .project .hero .info-layer {
      max-width: 990px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      body.concept-projects .project .hero .info-layer .info-panel {
        width: 380px;
        padding: 20px 20px 0;
        background: white url('../../assets/images/body_pattern.png?1539021402') repeat;
        color: #6e6e6e; }
        body.concept-projects .project .hero .info-layer .info-panel .prize {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
          @media (max-width: 480px) {
            body.concept-projects .project .hero .info-layer .info-panel .prize {
              max-height: 50px;
              margin-top: -10px; } }
        body.concept-projects .project .hero .info-layer .info-panel .logo {
          float: left;
          width: 130px;
          height: 130px;
          margin-right: 5px;
          margin-top: -40px;
          background-color: white;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        body.concept-projects .project .hero .info-layer .info-panel .btn-gallery-nav {
          margin-top: 30px; }
        body.concept-projects .project .hero .info-layer .info-panel .title {
          font-weight: 300;
          font-size: 20px;
          margin: 22px 0 0;
          line-height: 1; }
        body.concept-projects .project .hero .info-layer .info-panel a {
          color: #d2232a; }
        body.concept-projects .project .hero .info-layer .info-panel p {
          margin: 18px 0 0;
          font-size: 14px; }
        body.concept-projects .project .hero .info-layer .info-panel strong {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          line-height: 24px;
          text-decoration: none;
          text-align: left;
          text-transform: none;
          font-weight: bold;
          margin-bottom: 5px; }
        body.concept-projects .project .hero .info-layer .info-panel dd, body.concept-projects .project .hero .info-layer .info-panel dt {
          display: block;
          font-family: Arial,sans-serif;
          font-size: 16px;
          line-height: 22px;
          text-decoration: none;
          text-transform: none; }
        body.concept-projects .project .hero .info-layer .info-panel dt {
          font-weight: bold; }
  body.concept-projects .project .photos {
    position: relative;
    margin: 0 auto;
    max-width: 990px; }
    body.concept-projects .project .photos:after {
      content: " ";
      display: block;
      clear: both; }
    body.concept-projects .project .photos .photos-column {
      width: 32.67974%;
      float: left;
      margin-left: 0.3268%;
      margin-right: 0.3268%; }
      body.concept-projects .project .photos .photos-column.half {
        width: 49.50495%;
        float: left;
        margin-left: 0.24752%;
        margin-right: 0.24752%; }
    body.concept-projects .project .photos .photos-column.half + .photos-column {
      width: 49.50495%;
      float: left;
      margin-left: 0.24752%;
      margin-right: 0.24752%; }
    body.concept-projects .project .photos .photo {
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 270px; }
      body.concept-projects .project .photos .photo:hover figcaption {
        bottom: 4px;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      body.concept-projects .project .photos .photo figcaption {
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.56);
        color: #ffffff;
        padding: 15px 22px;
        -moz-transition: all 80ms ease-out;
        -o-transition: all 80ms ease-out;
        -webkit-transition: all 80ms ease-out;
        transition: all 80ms ease-out; }
      body.concept-projects .project .photos .photo a.img {
        display: block;
        width: 100%;
        height: calc(100% - 4px);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    @media (max-width: 690px) {
      body.concept-projects .project .photos {
        height: auto !important; }
        body.concept-projects .project .photos .photo {
          height: auto !important; }
          body.concept-projects .project .photos .photo a.img {
            height: 0;
            padding-top: 100%;
            margin-bottom: 2px; } }
@media (max-width: 1024px) {
  body.concept-projects header p {
    margin: 20px 10px; }
  body.concept-projects .project {
    padding: 0 10px; }
    body.concept-projects .project .btn-enterprise {
      right: 10px; } }
@media (max-width: 768px) {
  body.concept-projects header nav a {
    font-size: 12px;
    padding: 0 5px; }
    body.concept-projects header nav a.large {
      padding: 0;
      width: 130px; } }
@media (max-width: 490px) {
  body.concept-projects .project .btn-enterprise {
    top: 50px;
    z-index: 1;
    height: 35px;
    line-height: 35px; }
  body.concept-projects .project a.hero {
    height: 530px; }
    body.concept-projects .project a.hero .photo-layer {
      bottom: auto;
      height: 350px; }
    body.concept-projects .project a.hero .info-layer {
      top: 380px; }
      body.concept-projects .project a.hero .info-layer .info-panel {
        width: 100%;
        background: black;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
@media (max-width: 640px) {
  body.concept-projects header nav {
    height: auto;
    overflow: hidden;
    border: 0; }
    body.concept-projects header nav a {
      width: 50% !important;
      float: left;
      border: 0;
      font-size: 14px;
      background: #e5e5e5; }
      body.concept-projects header nav a.selected {
        background: #d2232a;
        color: white;
        border: 0; } }
@media (max-width: 420px) {
  body.concept-projects .project .photos .btn-gallery-nav {
    top: auto;
    bottom: 10px; } }

body.company {
  background: white; }
  body.company > header {
    padding: 130px 10px 0;
    height: 220px; }
  body.company header {
    overflow: hidden;
    max-width: 990px;
    width: 100%;
    margin: 0 auto; }
    body.company header h1 {
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      line-height: 50px;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase;
      color: black;
      height: 50px;
      display: inline;
      clear: both;
      position: relative; }
      body.company header h1::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #d2232a;
        content: ''; }
  body.company main {
    overflow: hidden;
    max-width: none;
    margin: 0;
    width: 100%; }
  body.company article {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    color: black; }
    body.company article h2 {
      font-family: "Roboto", sans-serif;
      font-size: 22px;
      line-height: 36px;
      text-decoration: none;
      text-transform: none;
      margin: 10px 0; }

body.company section.about, body.company-about.tinymce {
  background: url('../../assets/images/bg_company.png?1539021402') no-repeat bottom left; }
  body.company section.about article, body.company-about.tinymce article {
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    min-height: 809px;
    overflow: hidden;
    max-width: 990px;
    padding-left: 495px;
    padding-bottom: 50px; }
    body.company section.about article .video-frame, body.company-about.tinymce article .video-frame {
      background: url('../../assets/images/poster_video_company.jpg?1539021403') no-repeat top left;
      background-size: 100%;
      width: 100%;
      height: 418px;
      margin: 10px 0; }
    body.company section.about article strong, body.company-about.tinymce article strong {
      font-weight: bold;
      margin: 20px 0; }
    body.company section.about article p, body.company-about.tinymce article p {
      margin: 20px 0;
      font-weight: 300; }
    body.company section.about article .btn, body.company section.about article .btn-primary, body.company section.about article body.contact main form button, body.contact main form body.company section.about article button, body.company section.about article .popup-contact-broker form button, .popup-contact-broker form body.company section.about article button, body.company section.about article .btn-info, body.company-about.tinymce article .btn, body.company-about.tinymce article .btn-primary, body.company-about.tinymce article body.contact main form button, body.contact main form body.company-about.tinymce article button, body.company-about.tinymce article .popup-contact-broker form button, .popup-contact-broker form body.company-about.tinymce article button, body.company-about.tinymce article .btn-info {
      display: inline-block;
      margin: 0 15px;
      padding: 0 15px;
      height: 40px;
      width: 185px;
      max-width: 40%;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      color: white;
      background: #d2232a; }
    body.company section.about article .buttons, body.company-about.tinymce article .buttons {
      width: 100%;
      margin-top: 35px;
      margin-bottom: 25px;
      text-align: center; }
    body.company section.about article .carbon-control, body.company-about.tinymce article .carbon-control {
      max-width: 290px;
      margin: 0 auto;
      text-align: center; }
      body.company section.about article .carbon-control .btn, body.company section.about article .carbon-control .btn-primary, body.company section.about article .carbon-control body.contact main form button, body.contact main form body.company section.about article .carbon-control button, body.company section.about article .carbon-control .popup-contact-broker form button, .popup-contact-broker form body.company section.about article .carbon-control button, body.company section.about article .carbon-control .btn-info, body.company-about.tinymce article .carbon-control .btn, body.company-about.tinymce article .carbon-control .btn-primary, body.company-about.tinymce article .carbon-control body.contact main form button, body.contact main form body.company-about.tinymce article .carbon-control button, body.company-about.tinymce article .carbon-control .popup-contact-broker form button, .popup-contact-broker form body.company-about.tinymce article .carbon-control button, body.company-about.tinymce article .carbon-control .btn-info {
        max-width: 80%; }
  body.company section.about.tinymce, body.company-about.tinymce.tinymce {
    padding: 30px 30%;
    background-position-y: 20%; }
  @media (max-width: 1024px) {
    body.company section.about, body.company-about.tinymce {
      background-position: -188.5px bottom; } }
  @media (max-width: 960px) {
    body.company section.about article, body.company-about.tinymce article {
      padding-left: calc(100% - 495px); } }
  @media (max-width: 768px) {
    body.company section.about, body.company-about.tinymce {
      background: none; }
      body.company section.about article, body.company-about.tinymce article {
        padding: 0 10px 40px; } }
  @media (max-width: 490px) {
    body.company section.about .buttons .btn, body.company section.about .buttons .btn-primary, body.company section.about .buttons body.contact main form button, body.contact main form body.company section.about .buttons button, body.company section.about .buttons .popup-contact-broker form button, .popup-contact-broker form body.company section.about .buttons button, body.company section.about .buttons .btn-info, body.company-about.tinymce .buttons .btn, body.company-about.tinymce .buttons .btn-primary, body.company-about.tinymce .buttons body.contact main form button, body.contact main form body.company-about.tinymce .buttons button, body.company-about.tinymce .buttons .popup-contact-broker form button, .popup-contact-broker form body.company-about.tinymce .buttons button, body.company-about.tinymce .buttons .btn-info {
      display: block;
      margin: 5px auto;
      max-width: 80%; } }

body.company article.carbon-control, body.company-carbon-control.tinymce {
  position: relative;
  background-color: #336655;
  padding-top: 120px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF336655', endColorstr='#FF1A4436');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjY1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhNDQzNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #336655), color-stop(100%, #1a4436));
  background-image: -moz-linear-gradient(left, #336655 0%, #1a4436 100%);
  background-image: -webkit-linear-gradient(left, #336655 0%, #1a4436 100%);
  background-image: linear-gradient(to right, #336655 0%, #1a4436 100%);
  max-width: none;
  width: 100%;
  min-height: 1050px;
  margin: 0; }
  body.company article.carbon-control::before, body.company-carbon-control.tinymce::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    content: '';
    background: url(../../assets/images/grass_repeat.png) top left repeat-x; }
  body.company article.carbon-control .tree, body.company-carbon-control.tinymce .tree {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30%;
    height: 400px;
    content: '';
    background: url(../../assets/images/arvore_recorte.png) bottom left no-repeat;
    background-size: contain;
    z-index: 0; }
  body.company article.carbon-control .wrapper, body.company-carbon-control.tinymce .wrapper {
    position: relative;
    overflow: hidden;
    color: white;
    left: 60px;
    max-width: 700px;
    padding-top: 20px;
    margin: 0 auto;
    z-index: 1; }
  body.company article.carbon-control.tinymce, body.company-carbon-control.tinymce.tinymce {
    padding: 30px;
    font-family: Arial,sans-serif;
    font-size: 14;
    text-decoration: none;
    text-transform: none;
    color: white;
    background-position-y: 20%; }
  body.company article.carbon-control p, body.company article.carbon-control.tinymce p, body.company-carbon-control.tinymce p, body.company-carbon-control.tinymce.tinymce p {
    margin: 20px 0; }
  body.company article.carbon-control .certified, body.company article.carbon-control .certifying, body.company article.carbon-control.tinymce .certified, body.company article.carbon-control.tinymce .certifying, body.company-carbon-control.tinymce .certified, body.company-carbon-control.tinymce .certifying, body.company-carbon-control.tinymce.tinymce .certified, body.company-carbon-control.tinymce.tinymce .certifying {
    float: left;
    width: 50%;
    margin-top: 15px; }
    body.company article.carbon-control .certified h3, body.company article.carbon-control .certifying h3, body.company article.carbon-control.tinymce .certified h3, body.company article.carbon-control.tinymce .certifying h3, body.company-carbon-control.tinymce .certified h3, body.company-carbon-control.tinymce .certifying h3, body.company-carbon-control.tinymce.tinymce .certified h3, body.company-carbon-control.tinymce.tinymce .certifying h3 {
      display: inline;
      padding: 10px 5px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 30px;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase;
      color: white;
      border-bottom: 1px solid white; }
    body.company article.carbon-control .certified ul, body.company article.carbon-control .certifying ul, body.company article.carbon-control.tinymce .certified ul, body.company article.carbon-control.tinymce .certifying ul, body.company-carbon-control.tinymce .certified ul, body.company-carbon-control.tinymce .certifying ul, body.company-carbon-control.tinymce.tinymce .certified ul, body.company-carbon-control.tinymce.tinymce .certifying ul {
      margin: 15px 0; }
    body.company article.carbon-control .certified li, body.company article.carbon-control .certifying li, body.company article.carbon-control.tinymce .certified li, body.company article.carbon-control.tinymce .certifying li, body.company-carbon-control.tinymce .certified li, body.company-carbon-control.tinymce .certifying li, body.company-carbon-control.tinymce.tinymce .certified li, body.company-carbon-control.tinymce.tinymce .certifying li {
      display: block;
      padding: 0 5px;
      font-family: Arial,sans-serif;
      font-size: 14px;
      line-height: 22px;
      text-decoration: none;
      text-transform: none; }

@media (max-width: 1024px) {
  body.company article.carbon-control .wrapper {
    max-width: none;
    margin: 0 20px;
    left: 0; } }
@media (max-width: 640px) {
  body.company article.carbon-control .wrapper .certified h3, body.company article.carbon-control .wrapper .certifying h3 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px; } }
@media (max-width: 490px) {
  body.company article.carbon-control {
    min-height: 1140px; } }
@media (max-width: 420px) {
  body.company article.carbon-control {
    padding-bottom: 200px; }
    body.company article.carbon-control .certified, body.company article.carbon-control .certifying {
      width: 100%;
      text-align: center; } }
body.company article.portfolio {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 10px;
  background: url(../../assets/images/bg_pattern_portfolio.png) top left repeat;
  position: relative; }
  body.company article.portfolio .wrapper {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 10px; }
  body.company article.portfolio .content-container {
    max-width: 990px;
    margin: 0 auto;
    overflow: hidden; }
  body.company article.portfolio .frame-project-label, body.company article.portfolio .project-label {
    display: none;
    position: absolute;
    overflow: hidden;
    bottom: 20px;
    left: 0;
    width: 230px;
    height: 0;
    background: rgba(210, 35, 42, 0.65);
    color: white;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1; }
    @media (min-width: 641px) {
      body.company article.portfolio .frame-project-label.open, body.company article.portfolio .project-label.open {
        display: block; } }
    body.company article.portfolio .frame-project-label .info, body.company article.portfolio .project-label .info {
      margin-right: 30px;
      width: 230px;
      height: 100%;
      padding: 10px;
      float: right; }
      body.company article.portfolio .frame-project-label .info img, body.company article.portfolio .project-label .info img {
        display: none; }
      body.company article.portfolio .frame-project-label .info h3, body.company article.portfolio .project-label .info h3 {
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold; }
        @media (max-width: 640px) {
          body.company article.portfolio .frame-project-label .info h3, body.company article.portfolio .project-label .info h3 {
            font-size: 14px; } }
      body.company article.portfolio .frame-project-label .info dt, body.company article.portfolio .project-label .info dt {
        font-weight: bold;
        margin-top: 10px; }
      body.company article.portfolio .frame-project-label .info dt, body.company article.portfolio .frame-project-label .info dd, body.company article.portfolio .project-label .info dt, body.company article.portfolio .project-label .info dd {
        font-family: Arial,sans-serif;
        font-size: 12px;
        line-height: 16px;
        text-decoration: none;
        text-align: left;
        text-transform: none;
        display: block; }
        @media (max-width: 640px) {
          body.company article.portfolio .frame-project-label .info dt, body.company article.portfolio .frame-project-label .info dd, body.company article.portfolio .project-label .info dt, body.company article.portfolio .project-label .info dd {
            display: inline; } }
      @media (max-width: 640px) {
        body.company article.portfolio .frame-project-label .info, body.company article.portfolio .project-label .info {
          width: 100%; } }
    body.company article.portfolio .frame-project-label.open, body.company article.portfolio .project-label.open {
      min-height: 210px;
      z-index: 1;
      opacity: 1; }
      @media (max-width: 640px) {
        body.company article.portfolio .frame-project-label.open, body.company article.portfolio .project-label.open {
          z-index: 2;
          width: 100% !important;
          left: 0 !important;
          min-height: 90px;
          top: auto;
          bottom: 20px; } }
    body.company article.portfolio .frame-project-label .close, body.company article.portfolio .project-label .close {
      color: white;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 20px;
      height: 20px;
      z-index: 3;
      cursor: pointer; }
      body.company article.portfolio .frame-project-label .close:before, body.company article.portfolio .frame-project-label .close:after, body.company article.portfolio .project-label .close:before, body.company article.portfolio .project-label .close:after {
        content: "";
        position: absolute;
        left: 9px;
        height: 100%; }
      body.company article.portfolio .frame-project-label .close:before, body.company article.portfolio .project-label .close:before {
        border-left: 2px solid white;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      body.company article.portfolio .frame-project-label .close:after, body.company article.portfolio .project-label .close:after {
        border-right: 2px solid white;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  body.company article.portfolio .filter-type {
    margin-top: 20px; }
    body.company article.portfolio .filter-type .btn-primary, body.company article.portfolio .filter-type body.contact main form button, body.contact main form body.company article.portfolio .filter-type button, body.company article.portfolio .filter-type .popup-contact-broker form button, .popup-contact-broker form body.company article.portfolio .filter-type button {
      background: #b8b8b8;
      margin-right: 20px; }
      body.company article.portfolio .filter-type .btn-primary.active, body.company article.portfolio .filter-type body.contact main form button.active, body.contact main form body.company article.portfolio .filter-type button.active, body.company article.portfolio .filter-type .popup-contact-broker form button.active, .popup-contact-broker form body.company article.portfolio .filter-type button.active {
        background: #d2232a; }
  body.company article.portfolio .frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px; }
    body.company article.portfolio .frame.scroll {
      overflow-x: scroll; }
      body.company article.portfolio .frame.scroll .container {
        position: relative; }
    body.company article.portfolio .frame .container {
      position: absolute;
      top: 0;
      left: 0;
      max-width: none;
      width: 100%;
      height: 100%; }
      body.company article.portfolio .frame .container .project {
        height: 100%;
        display: block;
        position: absolute;
        left: 0; }
        body.company article.portfolio .frame .container .project img {
          transition: all 0.3s ease;
          cursor: pointer;
          position: absolute;
          bottom: -40px;
          -moz-transform: scale(0.75, 0.75);
          -ms-transform: scale(0.75, 0.75);
          -webkit-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75); }
          @media (min-width: 641px) {
            body.company article.portfolio .frame .container .project img.active {
              -moz-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
              -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
              bottom: 0;
              z-index: 2; } }
          @media (max-width: 640px) {
            body.company article.portfolio .frame .container .project img {
              max-height: 85%;
              bottom: -5px; }
              body.company article.portfolio .frame .container .project img.active {
                -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
                bottom: 20px;
                z-index: 2; } }
      body.company article.portfolio .frame .container .tooltip {
        position: absolute;
        bottom: 11px;
        left: 0;
        width: 100px;
        min-height: 30px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        text-shadow: 0 0 7px black;
        box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.8);
        opacity: 0;
        z-index: 4;
        transition: opacity 0.3s ease; }
        body.company article.portfolio .frame .container .tooltip.open {
          opacity: 1; }
        @media (max-width: 640px) {
          body.company article.portfolio .frame .container .tooltip {
            display: none; } }
      body.company article.portfolio .frame .container::after {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 40px;
        background: url(../../assets/images/skyline_grass.png) left bottom repeat-x;
        content: ''; }
    body.company article.portfolio .frame .loading-panel {
      display: block;
      background: none;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
      background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 35%, #000000);
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 35%, #000000);
      background-image: linear-gradient(rgba(0, 0, 0, 0) 35%, #000000);
      z-index: 20;
      opacity: 1; }
      body.company article.portfolio .frame .loading-panel .box {
        margin: 20px auto;
        opacity: 0.75; }
    @media (max-width: 640px) {
      body.company article.portfolio .frame {
        height: 290px; } }
  body.company article.portfolio .strip-portfolio-thumbs {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
    background: #181818;
    text-align: center;
    transition: height 0.25s ease;
    -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7); }
    body.company article.portfolio .strip-portfolio-thumbs .wrapper {
      margin: 15px auto; }
    body.company article.portfolio .strip-portfolio-thumbs .thumbs-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 150px;
      margin: 0 30px; }
    body.company article.portfolio .strip-portfolio-thumbs .nav {
      position: absolute;
      top: 50px;
      height: 150px;
      width: 30px;
      background-repeat: no-repeat;
      background-position: center center; }
      body.company article.portfolio .strip-portfolio-thumbs .nav.nav-left {
        left: 0;
        background-image: url(../../assets/images/arrow_portfolio_left.png); }
      body.company article.portfolio .strip-portfolio-thumbs .nav.nav-right {
        right: 0;
        background-image: url(../../assets/images/arrow_portfolio_right.png); }
    body.company article.portfolio .strip-portfolio-thumbs .thumbs-container {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px;
      transition: left 0.2s ease; }
    body.company article.portfolio .strip-portfolio-thumbs.hide {
      display: block;
      height: 0; }
    body.company article.portfolio .strip-portfolio-thumbs .title {
      color: white;
      margin: 0 0 10px;
      font-family: Oswald, sans-serif;
      font-size: 16px;
      line-height: 20px;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase; }
    body.company article.portfolio .strip-portfolio-thumbs .portfolio-thumb {
      display: inline-block;
      margin: 0 7px; }
      body.company article.portfolio .strip-portfolio-thumbs .portfolio-thumb img {
        display: block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
  @media (max-width: 640px) {
    body.company article.portfolio .frame-project-label.open {
      display: block; }
      body.company article.portfolio .frame-project-label.open .info {
        margin: 0; } }
  @media (min-width: 641px) {
    body.company article.portfolio .frame-project-label.open {
      display: none; } }

body.portfolio > header {
  padding-top: 130px;
  margin: 0 auto; }
body.portfolio header {
  overflow: hidden;
  max-width: 990px;
  width: 100%; }
  body.portfolio header h1 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 50px;
    display: inline;
    clear: both;
    position: relative; }
    body.portfolio header h1::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  body.portfolio header h2 {
    margin-top: 0; }
body.portfolio section.concept-projects {
  margin-bottom: 30px; }
body.portfolio section.portfolio {
  margin-bottom: 50px; }

body.contact {
  background: #efefef url(../../assets/images/bg_contact.jpg) right bottom no-repeat; }
  body.contact .wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background: url(../../assets/images/contact_light_pattern.png) top left repeat;
    padding-top: 40px; }
  body.contact header {
    overflow: hidden;
    max-width: 990px;
    height: 160px;
    margin: 0 auto;
    padding-top: 80px; }
    body.contact header h1 {
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      line-height: 50px;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase;
      color: black;
      height: 50px;
      display: inline;
      clear: both;
      position: relative; }
      body.contact header h1::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #d2232a;
        content: ''; }
  body.contact aside {
    float: left;
    width: 25%;
    padding-right: 1.38889%; }
    body.contact aside a {
      display: block;
      width: 100%;
      height: 36px;
      margin: 4px 0;
      padding: 0 15px;
      background: #e5e5e5;
      color: black;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      body.contact aside a span {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 36px;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase; }
      body.contact aside a.selected, body.contact aside a:hover {
        background: #d2232a;
        color: white; }
  body.contact main form {
    overflow: hidden;
    float: left;
    width: 75%;
    padding-left: 1.38889%;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none; }
    body.contact main form h2, body.contact main form h3 {
      font-family: Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      text-decoration: none;
      text-transform: none;
      font-weight: bold; }
    body.contact main form h3 {
      display: block;
      float: left;
      width: 100%;
      height: 50px;
      line-height: 50px; }
    body.contact main form hr {
      display: block;
      width: 100%;
      height: 1px;
      border: 0;
      background: #cccccc; }
    body.contact main form .container {
      width: 65%; }
    body.contact main form .block {
      overflow: hidden;
      float: left;
      width: 100%;
      min-height: 75px;
      padding: 0 10px; }
      body.contact main form .block.half {
        width: 50%; }
      body.contact main form .block.reduced {
        padding-right: 50%; }
        body.contact main form .block.reduced select, body.contact main form .block.reduced .select-skin {
          width: 100%; }
      body.contact main form .block label {
        display: block;
        height: 45px;
        font-family: Arial,sans-serif;
        font-size: 15px;
        line-height: 45px;
        text-decoration: none;
        text-transform: none; }
      body.contact main form .block select, body.contact main form .block .select-skin {
        min-width: 200px;
        height: 30px;
        line-height: 30px; }
      body.contact main form .block input, body.contact main form .block textarea {
        width: 100%;
        height: 30px;
        border: 1px solid #ccc;
        font-family: Arial,sans-serif;
        font-size: 15px;
        line-height: 30px;
        text-decoration: none;
        text-transform: none; }
      body.contact main form .block textarea {
        height: 80px; }
    body.contact main form button {
      margin: 20px 10px; }

@media (max-width: 1024px) {
  body.contact header {
    margin-top: 40px; }
  body.contact .wrapper {
    max-width: none;
    width: auto;
    padding: 0 10px; }
  body.contact aside {
    float: none;
    width: 100%;
    height: 84px;
    margin: 10px 0; }
    body.contact aside a {
      display: block;
      float: left;
      width: calc((100% / 6) - 20px);
      height: 64px;
      text-align: center;
      line-height: 64px;
      margin: 0 10px; }
      body.contact aside a span {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 16px; }
  body.contact main form {
    float: none;
    width: 100%; }
    body.contact main form .container {
      width: auto; } }
@media (max-width: 768px) {
  body.contact .wrapper {
    padding: 0 5px; }
  body.contact aside {
    height: 148px; }
    body.contact aside a {
      width: calc((100% / 3) - 20px);
      height: 64px;
      margin-bottom: 10px;
      padding: 0; } }
@media (max-width: 490px) {
  body.contact aside a {
    font-size: 12px; } }
@media (max-width: 320px) {
  body.contact aside {
    height: 140px; }
    body.contact aside a {
      width: calc((100% / 3) - 10px);
      height: 65px;
      margin: 0 5px 5px 5px; } }
body.contact-press form .agent {
  display: block;
  float: left;
  width: 48.61111%;
  background: white;
  padding: 20px 30px; }
  body.contact-press form .agent h3 {
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
    text-transform: none;
    height: 30px;
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
    border-bottom: 1px solid #cccccc; }
  body.contact-press form .agent a {
    display: block;
    color: black;
    text-decoration: none;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none; }
  body.contact-press form .agent:first-child {
    margin-right: 1.38889%; }
  body.contact-press form .agent:last-child {
    margin-left: 1.38889%; }

.popup-contact-broker {
  margin-top: 20px;
  min-height: 490px; }
  .popup-contact-broker h1 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 30px;
    display: inline;
    clear: both;
    position: relative; }
    .popup-contact-broker h1::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  .popup-contact-broker form {
    overflow: hidden;
    float: left;
    max-width: 500px;
    padding-left: 1.38889%;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none; }
    .popup-contact-broker form h2, .popup-contact-broker form h3 {
      display: block;
      margin-top: 15px;
      font-family: Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      text-decoration: none;
      text-transform: none;
      font-weight: bold; }
    .popup-contact-broker form h3 {
      display: block;
      float: left;
      width: 100%;
      height: 50px;
      line-height: 50px; }
    .popup-contact-broker form hr {
      display: block;
      width: 100%;
      height: 1px;
      border: 0;
      background: #cccccc; }
    .popup-contact-broker form .container {
      width: 100%; }
    .popup-contact-broker form .block {
      overflow: hidden;
      float: left;
      width: 100%;
      min-height: 65px;
      padding: 0 10px; }
      .popup-contact-broker form .block.half {
        width: 50%; }
      .popup-contact-broker form .block.reduced {
        padding-right: 50%; }
      .popup-contact-broker form .block label {
        display: block;
        height: 35px;
        font-family: Arial,sans-serif;
        font-size: 15px;
        line-height: 35px;
        text-decoration: none;
        text-transform: none; }
      .popup-contact-broker form .block select {
        min-width: 200px; }
      .popup-contact-broker form .block input, .popup-contact-broker form .block textarea {
        width: 100%;
        height: 30px;
        border: 1px solid #ccc;
        font-family: Arial,sans-serif;
        font-size: 15px;
        line-height: 30px;
        text-decoration: none;
        text-transform: none; }
      .popup-contact-broker form .block textarea {
        height: 80px; }
      .popup-contact-broker form .block.ddd, .popup-contact-broker form .block.phone {
        float: left; }
      .popup-contact-broker form .block.ddd {
        width: 30%; }
      .popup-contact-broker form .block.phone {
        width: 70%; }
      .popup-contact-broker form .block .check-label {
        display: block; }
      .popup-contact-broker form .block .check {
        float: left;
        width: 100px;
        height: 20px; }
        .popup-contact-broker form .block .check input {
          width: auto;
          vertical-align: middle; }
    .popup-contact-broker form button {
      margin: 15px 10px; }

body.clipping {
  background: white url(../../assets/images/bg_company_about.jpg) center 220px repeat-y; }
  body.clipping header {
    overflow: hidden;
    height: 220px;
    padding-top: 130px;
    background: white; }
    body.clipping header .wrapper {
      max-width: 990px;
      margin: 0 auto; }
    body.clipping header h1 {
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      line-height: 50px;
      text-decoration: none;
      text-align: left;
      text-transform: uppercase;
      color: black;
      height: 50px;
      display: inline;
      clear: both;
      position: relative; }
      body.clipping header h1::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #d2232a;
        content: ''; }
  body.clipping > .wrapper {
    overflow: hidden;
    width: 100%;
    background: url(../../assets/images/black_pattern.png) top left repeat;
    padding-top: 40px; }
  body.clipping main {
    min-height: 450px;
    overflow: hidden; }
  body.clipping article {
    width: 100%;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF; }
    body.clipping article h2 {
      font-family: "Roboto", sans-serif;
      font-size: 22px;
      line-height: 36px;
      text-decoration: none;
      text-transform: none;
      margin: 10px 0; }
    body.clipping article .clipping_filters {
      background-color: #FFFFFF;
      width: 31.42857%;
      float: left;
      margin-left: 0; }
      @media (max-width: 768px) {
        body.clipping article .clipping_filters {
          width: 40.84507%;
          float: left;
          margin-left: 0; } }
      @media (max-width: 490px) {
        body.clipping article .clipping_filters {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      body.clipping article .clipping_filters .filters_title {
        background-color: #d2232a;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 36px;
        padding: 0 28px;
        height: auto; }
      body.clipping article .clipping_filters .categories {
        margin: 18px 25px; }
        body.clipping article .clipping_filters .categories a {
          display: block;
          padding: 8px 10px;
          margin: 4px 0;
          color: #000000; }
          body.clipping article .clipping_filters .categories a.active {
            background-color: #d2232a;
            color: #FFFFFF; }
            body.clipping article .clipping_filters .categories a.active:hover {
              text-decoration: none; }
          body.clipping article .clipping_filters .categories a:hover {
            text-decoration: underline; }
    body.clipping article section.clippings {
      width: 65.71429%;
      float: right;
      margin-left: 2.85714%; }
      @media (max-width: 768px) {
        body.clipping article section.clippings {
          width: 57.74648%;
          float: right;
          margin-left: 1.40845%; } }
      @media (max-width: 490px) {
        body.clipping article section.clippings {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      body.clipping article section.clippings .clip {
        width: 48.57143%;
        float: left;
        margin-left: 2.85714%;
        margin-bottom: 1.38889%;
        height: 220px;
        padding: 20px 10px;
        background: rgba(0, 0, 0, 0.5);
        color: white; }
        body.clipping article section.clippings .clip:nth-child(odd) {
          margin-left: 0; }
        @media (max-width: 768px) {
          body.clipping article section.clippings .clip {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
        body.clipping article section.clippings .clip span {
          display: block;
          font-family: Arial,sans-serif;
          font-size: 12px;
          line-height: 16px;
          text-decoration: none;
          text-transform: none; }
        body.clipping article section.clippings .clip hr {
          display: block;
          width: 100%;
          height: 1px;
          background: white;
          border: 0; }
        body.clipping article section.clippings .clip h3 {
          display: block;
          font-family: Arial,sans-serif;
          font-size: 14px;
          line-height: 36px;
          text-decoration: none;
          text-transform: none;
          font-weight: bold; }
        body.clipping article section.clippings .clip .cta {
          color: #d2232a;
          text-decoration: underline; }

@media (max-width: 900px) {
  body.clipping main {
    margin: 0 20px; } }
@media (max-width: 768px) {
  body.clipping main article a.clip {
    width: calc(50% - 20px); } }
@media (max-width: 490px) {
  body.clipping main article a.clip {
    float: none;
    width: 100%;
    margin: 10px 0; } }
body.prospects {
  padding-top: 120px; }
  body.prospects h1 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 45px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: black;
    height: 45px;
    display: inline;
    clear: both;
    position: relative;
    margin-bottom: 20px; }
    body.prospects h1::after {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #d2232a;
      content: ''; }
  body.prospects article {
    margin: 40px 0; }
    body.prospects article .info {
      position: relative;
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%; }
      body.prospects article .info h2 {
        height: 30px;
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase; }
      body.prospects article .info dt, body.prospects article .info dd {
        display: block;
        font-family: Arial,sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
        text-align: left;
        text-transform: none; }
      body.prospects article .info dt {
        margin-top: 20px;
        font-weight: bold; }
      body.prospects article .info dl {
        margin-bottom: 15px; }
      body.prospects article .info .more-info {
        display: block;
        transition: max-height 1s ease-out, opacity 1s ease-out;
        opacity: 0;
        max-height: 0;
        overflow: hidden; }
        body.prospects article .info .more-info.show {
          opacity: 1;
          max-height: 800px; }
      body.prospects article .info .btn-close {
        position: absolute;
        right: 0;
        bottom: 0; }
      body.prospects article .info .btn-primary, body.prospects article .info body.contact main form button, body.contact main form body.prospects article .info button, body.prospects article .info .popup-contact-broker form button, .popup-contact-broker form body.prospects article .info button {
        height: 28px;
        line-height: 28px; }
    body.prospects article .map {
      width: 66.10169%;
      float: right;
      margin-right: 0;
      height: 200px;
      position: relative; }
      body.prospects article .map .place-card {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500;
        font-size: 14px;
        font-family: Roboto, Arial, serif;
        color: black;
        width: 256px;
        height: 20px;
        line-height: 20px;
        background-color: #ffffff;
        position: absolute;
        top: 18px;
        left: 18px;
        padding: 0 5px; }
        @media (max-width: 390px) {
          body.prospects article .map .place-card {
            width: auto;
            right: 78px; } }
  @media (max-width: 1024px) {
    body.prospects main {
      width: 100%;
      max-width: none;
      padding: 20px; } }
  @media (max-width: 768px) {
    body.prospects main {
      padding: 10px; }
    body.prospects article {
      height: auto;
      overflow: hidden;
      padding: 10px;
      background: white; }
      body.prospects article .info, body.prospects article .map {
        float: none;
        width: 100%;
        margin: 10px 0; } }

.contact-success {
  margin: 150px 0 0 0; }
  .contact-success h2 {
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    text-align: center; }
  .contact-success hr {
    max-width: 600px; }
  .contact-success button {
    margin: 0 auto;
    height: 36px;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    background: #d2232a;
    cursor: pointer;
    display: block;
    border: 0; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 8px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -5px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: black; }

.noUi-connect {
  background: #d2232a;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 2px solid #d2232a;
  background: white;
  border-radius: 16px;
  cursor: ew-resize;
  /*border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,
  inset 0 1px 7px #EBEBEB,
  0 3px 6px -3px #BBB;*/ }

.noUi-active {
  /*box-shadow: inset 0 0 1px #FFF,
  inset 0 1px 7px #DDD,
  0 3px 6px -3px #BBB;*/ }

/* Handle stripes;
 */
/*.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}*/
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #e5e5e5; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

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