/* Navbar */

body {
  font-family: "Circular Std Book";
  font-weight: 400;
}

.principal-nav {
  background: #fff;
  height: 80px;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.navigation {
  float: right;
}

.navigation li {
  display: inline-block;
}

.navigation li a {
  color: #000;
  padding: 31px 12px;
}

.navigation li.current a {
    box-shadow: inset 0px -4px 0px #0971ce;
}

.logo-text {
    width: 160px;
    height: 160px;
    background: #0971ce;
    display: inline-block;
    margin-left: 80px;
    position: absolute;
    top: 0;

    -webkit-transition: all 75ms ease-in-out;
    transition: all 120ms ease-in-out;
}

.hide-logo-text .logo-text {
  top: -80px;
}

.logo-text span {
    position: absolute;
    width: 109px;
    text-indent: -9999px;
    height: 70px;
    margin: 10px;
    background-image: url('../img/kronos-text.svg');
    background-repeat: no-repeat;
    background-size: 109px;
    top: 0px;

    -webkit-transition: all 75ms ease-in-out;
    transition: all 120ms ease-in-out;
}

.hide-logo-text .logo-text span {
  top: 80px;
  background-size: 92px;
}

.logo {
    float: left;
    position: relative;
}

.logo-image {
    width: 80px;
    height: 80px;
    background-image: url('../img/logo.svg');
    background-size: 100%;
    background-color: #000000;
    position: absolute;
}

.navigation li.language.switch-language {
    background-color: #e7e7e7;
    padding: 30px;
    color: #999999;
    font-size: 0.8125rem;
}

.navigation li.language.switch-language a {
  padding: 0;
  color: #999999;
}

.navigation li.language.switch-language a:hover {
    color: #0971ce;
}

/* General */

.clear {
  clear: both;
}

.row {
  max-width: 1050px;
}

.wrapper {
  padding-top: 80px;
}

.hero {
  height: 670px;
  background-color: #00569f; /* esto es temporal */
}

.gray {
  background-color: #231f20;
  color: #999999;
}

.section {
    padding: 60px 0;
}

span.white {
  color: #fff;
  text-transform: uppercase;
}

.bullets {
  margin: 0;
  margin-top: 20px;
}

.bullets li {
  color: #fff;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.bullets li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #0971ce;
  border-radius: 10px;
}

.button {
    background-color: #0971ce;
    padding: 17px 35px;
}

.columns-50 {
  width: 50%;
}

/* Typos */

@font-face {
  font-family: 'Circular Std Book';
  src: url('../fonts/CircularStd-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CircularStd-Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CircularStd-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CircularStd-Book.svg#dd452d63ae05ddb466f19713a7d09fd5') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

h1, h2, h3, h4, h5 {
  font-family: "Circular Std Book";
  font-weight: 400;
  line-height: 1.21;
}

.gray h1, .gray h2, .gray h3 {
  color: #fff;
}

h2 {
  /*font-size: 2.625em;*/
	font-size: 1.7em;
}

h4 {
  font-size: 1rem;
  font-weight: 300;
  color: #0071ce;
}

/* Home */

.hero .row {
  height: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}

.hero-home {
  height: 100vh;
  height: calc(100vh - 80px);
  min-height: 670px;
  background-size: cover;
}

.hero-home .swiper-slide {
  background-size: cover;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 10px;
    margin: 2px;
}

.swiper-pagination {
    position: absolute;
    z-index: 100;
    bottom: 60px;
    right: 20px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.scrolldown {
  width: 37px;
  height: 37px;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 70px;
  left: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 23px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 25px;
    background-image: url('../img/arrows-nav.png');
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
    cursor: pointer;
}

.swiper-button-next {
  background-position: bottom;
  left: inherit;
  right: 25px;
}

#map {
  height: 680px;
}

.text-hover-center {
  display: table;
  height: 100%;
  text-align: center; 
  color: #fff;
  width: 100%;
}

.text-hover {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.text-hover h1 {
  font-size: 5.250em;
  line-height: 1;
  margin-bottom: 40px;
}

.play-button {
    background-color: #000;
    padding: 11px 25px 11px 35px;
    line-height: 1.6;
    vertical-align: middle;
}

.play-button:hover {
  background-color: #111;
}

.play-button img {
    vertical-align: bottom;
    margin-left: 10px;
}

.park-layout-text {
  padding-top: 40px;
}

.park-layout img {
  margin: 50px auto;
}

.park-layout .cta {
    margin-top: 35px;
}

ul.bullets-highlights {
    display: table;
    width: 100%;
    margin: 0;
}

.bullets-highlights li {
    list-style: none;
    position: relative;
    padding-left: 63px;
    vertical-align: middle;
    height: 43px;
    line-height: 1.5;
    margin: 5px auto;
}

.bullets-highlights span {
  display: table-cell;
  vertical-align: middle; 
  height: 43px;
}

.bullets-highlights li:before {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  background-image: url('http://www.kronosindustrialpark.com/wp-content/uploads/2025/01/icons-hl.png');
  background-repeat: no-repeat;
  left: 0;
}

.bullets-highlights.product-ul li:before {
  background-image: url('http://www.kronosindustrialpark.com/wp-content/uploads/2025/01/icons-hl.png');
  background-size: 31px;
}

.bullets-highlights li.airport:before {
    background-position: 5px 3px;
}

.bullets-highlights li.commercial-close:before {
    background-position: 5px -43px;
}

.bullets-highlights li.access:before {
    background-position: 5px -93px;
}

.bullets-highlights li.water:before {
    background-position: 5px -142px;
}

.bullets-highlights li.sanitary:before {
    background-position: 5px -194px;
}

.bullets-highlights li.electric:before {
    background-position: 5px -242px;
}

.bullets-highlights li.gas:before {
    background-position: 5px -292px;
}

.bullets-highlights li.mexico:before {
    background-position: 5px -337px;
}

.product-ul li.butler:before {
    background-position: 5px 5px;
}

.product-ul li.natural:before {
    background-position: 5px -52px;
}

.product-ul li.ample:before {
    background-position: 5px -105px;
}

.product-ul li.separate:before {
    background-position: 5px -158px;
}

.product-ul li.perimeter:before {
    background-position: 5px -205px;
}

.product-ul li.built:before {
    background-position: 5px -255px;
}

.hl-bullets {
    padding-top: 40px;
}

.hl-text .cta {
    margin-top: 150px;
	padding-top: 40px;
}

.hl-text {
	padding-top: 40px;
}

.responsive-map {
    overflow:hidden;
    padding-bottom:1000px;
    position:relative;
    height:0;
}
.responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#responsive-map {
  height: 680px;
}

.welcome {
    margin-bottom: 20px;
}

.gallery-accordion {
  max-width: 1050px;
  position: relative;
  margin: auto;
}


/* Footer */

.disclaimer img {
  max-width: 160px;
  opacity: 0.7;
}

.disclaimer img:hover {
  opacity: 1;
}

.bottom-footer {
  padding: 60px 0;
  background-color: #e7e7e7;
  color: #666666;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
}

.disclaimer p {
    margin-top: 65px;
    line-height: 1.2;
    font-size: 0.788em;
}

.disc {
    color: #999;
}

.bottom-footer .columns {
    padding-top: 10px;
}

.bottom-footer .columns:first-child {
    padding-top: 0;
}

.bottom-p {
    margin-top: 60px;
}

.bottom-b {
    margin-top: 40px;
}

span.blue {
    color: #0971ce;
}

.bottom-footer a {
    color: #666;
}

.hero-home .slide-1 {
  background-image: url('../img/slide-1.jpg');
  background-size: cover;
}

.hero-home .slide-2 {
  background-color: #00569f;
}

.hero-home .swiper-wrapper {
    position: absolute;
    top: 0;
    z-index: 1;
}

.gallery-co {
  height: 80vh;
  overflow: hidden;
  position: relative;
}

.gallery-co .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* Inner pages */

.hero-developer {
  background-image: url('../img/dev-page.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.emblem-who .image {
  max-width: 318px;
  text-align: center;
  margin: 45px auto 80px auto;
}

.text-emblem {
  color: #666666;
}

.dev-text .cta {
    margin-top: 75px;
}

.tower{
  height: 800px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.tower:first-child .tower-metadata {
    text-align: left;
    left: 75px;
}

.tower .tower-metadata {
  position: absolute;
  bottom: 40px;
  color: #fff;
}

.tower:first-child .row {
    height: 100%;
    max-width: 500px;
    float: right;
    width: 100%;
}

.albia {
  background-image: url('../img/albia.jpg');
}

.quadra {
  background-image: url('../img/quadra.jpg');
}

.hero-product {
  background-image: url('../img/hero-product.jpg');
  background-size: cover;
}

ul.product-ul.bullets-highlights {
    margin-top: 50px;
}

.product-details p.blue {
    text-transform: uppercase;
    color: #187ed2;
    margin-top: 30px;
}

.product-details .text {
    color: #666;
}

.product-details .cta {
    margin-top: 200px;
}

.accordion p {
  margin: 0;
}

.product-highlights a {
  color: #000;
  text-decoration: underline;
}

.accordion .content {
  color: #666666;
}

.accordion .content strong {
  color: #0971ce;
  font-weight: normal;
}

.accordion h2 {
    color: #000;
    border-bottom: 1px solid #a0a0a0;
    padding: 15px 0;
    margin-bottom: 5px;
}

li.accordion-navigation {
    clear: both;
    overflow: hidden;
}

.gallery-accordion {
  margin: 60px auto;
}

.gallery-accordion .slide {
  background-size: cover;
  text-align: center;
  max-height: 560px;
  width: 100%;
}

.gallery-accordion .slide img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.accordion-navigation .content {
  display: none;
  margin-top: 35px;
}

.accordion-navigation .gallery-accordion {
  display: none;
}

.accordion-navigation.active .content {
  display: block;
}

.accordion-navigation.active .gallery-accordion {
  display: block;
}

.accordion-navigation h2 {
  position: relative;
}

.accordion-navigation h2:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  background: url('../img/x.png');
  background-size: 29px;
  right: 0;
  top: 30px;

  -webkit-transition: all 120ms ease-in-out;
  -moz-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

.accordion-navigation.active h2:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-community {
  background-image: url('../img/campus.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-com {
    float: right;
    height: 610px;
    padding: 0;
    overflow: hidden;
}

.com-text {
    padding-top: 100px;
	padding-left: 0px;
}

.gallery-com-slide {
    height: 100%;
    position: relative;
}

.com-text .text {
    margin-top: 60px;
    color: #666;
}

.com-text .cta {
    margin-top: 150px;
}

.gallery-com-slide .details {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 70px;
}

.gallery-com-slide .details p {
    margin: 0;
}

ul.companies li {
    list-style: none;
    padding: 17px 0 11px 0;
    border-bottom: 1px solid #a0a0a0;
}

ul.companies {
    margin: 0;
}

.companies span.country {
    float: right;
}

.companies span.flag {
    float: right;
}

.hero-contact {
    overflow: hidden;
}

.hero-contact {
    overflow: hidden;
}

.half {
    position: relative;
    /* padding-top: 100px; */
    padding-bottom: 0px;
    justify-content: center;
    display: flex
;
    flex-direction: column;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 45px;
}

.half:before {content: '';position: absolute;width: 100%;left: -100%;height: 100%;background: #231f20;top: 0;}

.contact-form__ {
    position: relative;
}

.input-form label {
    position: absolute;
    left: 0;
    color: #666;
    top: 3px;
    z-index: 2;
}

.input-form br {
  display: none;
}

.wpcf7-form-control-wrap {
  z-index: 1;
}

.input-form {
    position: relative;
}

.input-form input {
    padding: 6px 10px 6px 60px;
    height: auto;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #a0a0a0;
}

.input-form textarea {
    padding: 6px 10px 6px 60px;
    height: auto;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #a0a0a0;
    height: 58px !important;
}

.input-form input:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
}

.contact-form h2 {
  margin-bottom: 30px;
}

.half .text p {
    margin-bottom: 30px;
}

.half .text p a {
    color: #999;
}

.the_layout {
    text-align: center;
}

.the_layout svg {
    max-width: 1180px;
    width: 100%;
}

.bottom-information {
    color: #fff;
    text-align: left;
}

.bottom-information p {
    line-height: 1.4;
    margin: 0;
    font-size: 0.9rem;
}

.bottom-information .blue {
    color: #0971ce;
}

.info-but {
    font-size: 0.9rem;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 15px;
}

.info-but:before {
    content: '';
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: red;
    position: absolute;
    border-radius: 100px;
}

.available:before {
    background: #00ff33;
}

.available-land:before {
    background: #ffde00;
}

/* SVG CSS */

.tooltip-svg {
    opacity: 0;
    -webkit-transition: all 120ms ease-in-out;
    display: none;
}

/* basic configuration */
g.tooltip-svg {
    transform: translate(-29px, -82px);
    z-index: 9999;
    position: relative;
}

#k1 g.tooltip-svg,
#k2-1 g.tooltip-svg,
#k2-2 g.tooltip-svg,
#k3-1 g.tooltip-svg,
#k3-2 g.tooltip-svg,
#k5 g.tooltip-svg,
#k8 g.tooltip-svg,
#k7 g.tooltip-svg,
#k6 g.tooltip-svg,
#lg g.tooltip-svg {
    transform: translate(-38px, -82px);
}

#sold-2 g.tooltip-svg  {
    transform: translate(-34px, -82px);
}

#taehwa g.tooltip-svg  {
    transform: translate(-27px, -78px);
}

#piacsa g.tooltip-svg  {
    transform: translate(-27px, -108px);
}

#medex g.tooltip-svg {
    transform: translate(-29px, -82px);
}

.space:hover g.tooltip-svg {
    opacity: 1;
    display: block;
}

#k4 .tooltip-svg {
    transform: translate(-42px, -82px);
}

.no-svg #layout {
  display: none;
}

/* Slider */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}

/* Lightbox */
  .featherlight {
    display: none;

    /* dimensions: spanning the background from edge to edge */
    position:fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */

    /* position: centering content */
    text-align: center;

    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;

    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;

    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;

    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;

    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;

    /* styling */
    background: #fff;
    cursor: auto;

    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;

    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;

    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }

  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }


  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;

    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print, screen and (max-width: 40em) {
  h2 {
    font-size: 1.938em;
  }
  .text-hover h1 {
      font-size: 3.75rem;
  }
  .column, .columns {
      padding-right: 1.625rem;
      padding-left: 1.625rem;
  }
  .hl-text .cta {
      margin-top: 55px;
  }
  #map {
      height: 470px;
  }
  .responsive-map {
      padding-bottom: 470px;
  }
  #responsive-map {
      height: 470px;
  }
  .logo-image {
    width: 155px;
    height: 26px;
    background-image: url('../img/logo-mobile.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 155px;
    margin-top: 19px;
    margin-left: 15px;
    position: relative;
    z-index: 9998;
  }
  .nav-open .logo-image {
    background-image: url('../img/logo-mobile-w.png');
  }
  .logo-text {
    display: none;
  }
  .principal-nav {
    height: 65px;
  }
  .nav-open .principal-nav {
    background: transparent;
  }
  .navigation {
      display: none;
      height: 100vh;
      text-align: center;
      background-color: rgba(35, 31, 32, 0.95);
      width: 100%;
      top: 0;
      position: absolute;
      margin: 0;
      z-index: 2;
      padding-top: 15vh;
  }
  .nav-open .navigation {
      display: block;
  }
  #companies .row {
      padding: 0 25px;
  }

  #companies h2 {
      font-size: 1rem;
  }
  .bottom-p {
      margin-top: 10px;
  }

  #responsive-map {
      height: 670px;
  }
  .gallery-com {
      padding: 0;
  }
  .gallery-com-slide .details {
    left: 30px;
  }
  .navigation li {
      display: block;
      font-size: 2.45em;
      padding: 0 20px;
      text-align: center;
      border: none;
  }
  .burger {
      float: right;
      margin-right: 25px;
      width: 33px;
      height: 25px;
      margin-top: 20px;
      z-index: 9999;
      position: relative;
  }

  .burger .line {
      width: 100%;
      height: 3px;
      background: #000;
      -webkit-transition: all 320ms ease-in-out;
      transition: all 320ms ease-in-out;
  }

  .burger .line.line-2 {
      margin: 7px 0;
  }
  .nav-open .burger .line {
    background: #fff;
  }

  .nav-open .burger .line-1 {
      -webkit-transform: rotate(45deg) translate(6px, 7px);
      transform: rotate(45deg) translate(6px, 7px);
  }

  .nav-open .burger .line-3 {
      -webkit-transform: rotate(45deg) translate(6px, 7px);
      transform: rotate(-45deg) translate(7px, -8px);
  }

  .nav-open .burger .line-2 {
      opacity: 0;
  }

  .navigation li.language.switch-language {
      background: transparent;
      font-size: 1rem;
  }

  .navigation li.language.switch-language a {
      border: 0;
      display: inline-block;
      padding: 0 40px;
  }


  .navigation li a {
      color: #fff;
      border-bottom: 1px solid #a0a0a0;
      display: block;
      padding: 10px 10px;
  }

  .navigation li.current a {
      box-shadow: none;
  }

  #product-info {
      background-color: #231f20;
      color: #999999;
  }

  #product-info h2 {
      color: #fff;
  }

  .product-highlights a {
      color: #999;
  }

  .bullets-highlights li.butler {
      margin-bottom: 45px;
  }

  .product-details .cta {margin-top: 80px;}

  #building .row {
      padding-right: 1.625rem;
      padding-left: 1.625rem;
  }

  .accordion-navigation h2:after {
      top: 20px;
  }

  .columns-50 {
      width: 100%;
      padding: 0;
  }

  .wrapper {
      padding-top: 65px;
  }
}