@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  color: #7b7676;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#outer-wrap {
  overflow-x: hidden;
}
.lt-ie9 #outer-wrap {
  overflow: auto;
}
.lt-ie9 #outer-wrap .container {
  margin: 0 auto;
  width: 970px;
}
.l-wrap {
  background: #7b7676;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.l-header {
  z-index: 300;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
@media (min-width: 992px) {
  .fixed-header .l-header .header {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
.l-content {
  background: #ffffff;
  padding-top: 80px;
}
h1 {
  color: #7b7676;
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif !important;
  font-style: italic;
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 10px;
  text-align: center;
}
.divider {
  margin-bottom: 20px;
}
.divider .line {
  border-top: 1px solid #7b7676;
}
.mb-15 {
  margin-bottom: 15px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.btn.btn-parkes {
  border: 1px solid #7b7676;
  color: #7b7676;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.btn.btn-parkes:hover {
  border-color: #bab7b7;
  color: #949090;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.btn.btn-pdf {
  background-image: url('../img/icon-pdf.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 26px;
}
.loading {
  display: none;
}
.csstransitions .loading {
  background: #FFFFFF;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 250;
  -webkit-transition: all 0.75s 1s;
  transition: all 0.75s 1s;
}
.csstransitions .loading .loading-logo {
  background: #ffffff;
  border-radius: 30px;
  height: 60px;
  left: 50%;
  margin-left: -5px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 60px;
}
.csstransitions .loading .loading-logo .loading-logo-inner {
  height: 33px;
  margin: 13px auto 0;
  width: 18px;
}
.csstransitions .loading .loading-logo .loading-logo-inner span {
  display: block;
  height: 6px;
  margin-bottom: 3px;
  opacity: 1;
  width: 18px;
}
.csstransitions .loading .loading-logo .loading-logo-inner span.red {
  background: #c21717;
  animation: loading 1s linear infinite alternate;
  -moz-animation: loading 1s linear infinite alternate;
  -webkit-animation: loading 1s linear infinite alternate;
  -o-animation: loading 1s linear infinite alternate;
}
.csstransitions .loading .loading-logo .loading-logo-inner span.yellow {
  background: #bf7f30;
  animation: loading 1s linear 2s infinite alternate;
  -moz-animation: loading 1s linear 2s infinite alternate;
  -webkit-animation: loading 1s linear 2s infinite alternate;
  -o-animation: loading 1s linear 2s infinite alternate;
}
.csstransitions .loading .loading-logo .loading-logo-inner span.purple {
  background: #b47cb5;
  animation: loading 1s linear 3s infinite alternate;
  -moz-animation: loading 1s linear 3s infinite alternate;
  -webkit-animation: loading 1s linear 3s infinite alternate;
  -o-animation: loading 1s linear 3s infinite alternate;
}
.csstransitions .loading .loading-logo .loading-logo-inner span.gray {
  background: #c8c6c7;
  animation: loading 1s linear 4s infinite alternate;
  -moz-animation: loading 1s linear 4s infinite alternate;
  -webkit-animation: loading 1s linear 4s infinite alternate;
  -o-animation: loading 1s linear 4s infinite alternate;
}
.csstransitions .loaded .loading {
  opacity: 0;
  -webkit-transition: all 0.75s 1s;
  transition: all 0.75s 1s;
}
@keyframes loading {
  to {
    opacity: 0.3;
  }
}
@-moz-keyframes loading /* Firefox */ {
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading /* Safari and Chrome */ {
  to {
    opacity: 0.3;
  }
}
@-o-keyframes loading /* Opera */ {
  to {
    opacity: 0.3;
  }
}
.error-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.error-wrap .error-num {
  color: #7b7676;
  display: block;
  font-size: 200px;
  line-height: 200px;
  padding: 40px 0 20px 0;
  text-stroke: 1px transparent;
  text-shadow: 0 1px 0 #7b7676, 0 2px 0 #6a6565, 0 3px 0 #5e5959, 0 4px 0 #524d4d, 0 5px 0 #443f3f, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.error-wrap h3 {
  color: #374861;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.lt-ie9 .error-wrap h3 {
  font-family: Arial, Helvetica, sans-serif;
}
.header {
  background: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedddd;
  line-height: 80px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.logo {
  background-image: url("../img/logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  position: relative;
  top: 15px;
  width: 222px;
}
#nav-toggle {
  display: none;
}
.nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li {
  float: left;
  margin: 0;
  line-height: 80px;
  position: relative;
}
.nav li a {
  color: #7b7676;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 20px;
  text-decoration: none;
}
.nav li a:hover {
  color: #615d5d;
}
.nav li.language a {
  color: #c8c6c7;
}
.nav li.s-active a {
  color: #000000;
  display: block;
}
.nav li.s-active .border-active {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 500;
}
.nav li.s-active.nav-1 .border-active {
  border-top: 5px solid #7b7676;
}
.nav li.s-active.nav-2 .border-active {
  border-top: 5px solid #c21717;
}
.nav li.s-active.nav-3 .border-active {
  border-top: 5px solid #bf7f30;
}
.nav li.s-active.nav-4 .border-active {
  border-top: 5px solid #b47cb5;
}
.nav li.s-active.nav-5 .border-active {
  border-top: 5px solid #c8c6c7;
}
.nav-mobile-container {
  display: none;
}
@media (max-width: 992px) {
  #nav-toggle {
    background: url('../img/nav-toggle.png') 0 0 no-repeat;
    cursor: pointer;
    display: block;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 22px;
  }
  #nav-toggle img {
    max-width: 100%;
  }
  .nav {
    display: none;
  }
  .no-js .nav-mobile-container {
    position: absolute;
    top: 0;
    padding-top: 80px;
  }
  .nav-mobile-container {
    background: #7b7676;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1000;
    right: -70%;
    top: 0;
    width: 70%;
    -webkit-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset 1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .nav-mobile-container .nav-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    width: 100%;
  }
  .nav-mobile-container .nav-mobile li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .nav-mobile-container .nav-mobile li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 10px 0 10px 15px;
  }
  .nav-mobile-container .nav-mobile li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .csstransforms3d.csstransitions.js-ready #nav-mobile {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    right: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #nav-mobile .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #nav-mobile .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.content {
  padding: 30px 0;
}
#home .l-content {
  height: 100%;
}
#home .l-content .content {
  height: 100%;
}
.home-intro-section {
  margin-bottom: 30px;
  margin-top: -30px;
  min-height: 400px;
}
.home-intro-section.full-page-section .full-page-section-content {
  padding-top: 0;
}
.home-intro-section.full-page-section .full-page-section-content h1 {
  line-height: 26px;
}
.philosophy-section {
  margin-bottom: 30px;
  min-height: 400px;
}
.philosophy-section.full-page-section .full-page-section-content {
  padding-top: 0;
}
.philosophy-section.full-page-section .full-page-section-content h1 {
  line-height: 26px;
}
.service-section {
  margin-bottom: 30px;
  min-height: 400px;
}
.service-section.full-page-section .full-page-section-content {
  padding-top: 0;
}
.service-section.full-page-section .full-page-section-content h1 {
  line-height: 26px;
}
.company-assets-section {
  margin: 30px 0;
}
.company-assets-section .icon-asset {
  line-height: 33px;
  margin-bottom: 15px;
  text-align: center;
}
.featured-projects-section .projects .projects-row .project {
  float: none;
  margin: 0 auto;
}
.smooth-scroll {
  background: url("../img/icon-arrow-down.png") 0 0 no-repeat;
  bottom: 20px;
  display: block;
  height: 22px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  position: absolute;
  z-index: 250;
}
.smooth-scroll-dark {
  background: url("../img/icon-arrow-down-dark.png") 0 0 no-repeat;
  display: block;
  height: 22px;
  margin: 30px auto;
  width: 40px;
}
.scroll {
  position: absolute;
  z-index: 250;
}
.page-intro-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .people .people-row {
    width: 705px;
  }
}
@media (max-width: 768px) {
  .people .people-row {
    width: 470px;
  }
}
@media (max-width: 480px) {
  .people .people-row {
    width: 235px;
  }
}
.people {
  margin-bottom: 30px;
  width: 100%;
}
.people .people-row {
  margin: 0 auto;
}
.people .people-row .person {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
  float: left;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 235px;
}
.people .people-row .person img {
  width: 100%;
}
.people .people-row .person.show-details .person-details {
  top: 0;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.people .people-row .person.show-details .person-details .person-name {
  margin-top: 20px;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.people .people-row .person .person-details {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  position: absolute;
  top: 244px;
  padding: 0 10px;
  height: 100%;
  -webkit-transition: 'all 0.5s ease';
  transition: 'all 0.5s ease';
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.people .people-row .person .person-details .person-name {
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif !important;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.people .people-row .person .person-details .person-title {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.people .people-row .person .person-details .person-text {
  font-size: 13px;
  overflow: hidden;
  height: 210px;
}
.full-page-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 200;
}
.full-page-section .full-page-section-content {
  color: #ffffff;
  padding-top: 150px;
  position: relative;
  z-index: 200;
}
.full-page-section .full-page-section-content h1 {
  color: #FFFFFF;
}
.full-page-section .full-page-section-content .divider .line {
  border-top: 1px solid #ffffff;
}
.full-page-section .tab-content {
  height: 100%;
  position: relative;
  z-index: 200;
}
.full-page-section .tab-content .tab-pane {
  display: none;
}
.full-page-section .tab-content .tab-pane.active {
  display: block;
}
.full-page-section .bg-image {
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 150;
}
.mobile .bg-image {
  background-attachment: scroll;
}
.workshop-section {
  height: 400px;
  margin-bottom: 30px;
}
.installation-section {
  height: 400px;
  margin-bottom: 30px;
}
.partners-section {
  margin-bottom: 30px;
  margin-top: 30px;
}
.partners-section .partners-section-inner {
  padding: 20px 0 50px;
}
.partners-section .partners-section-inner .partners-logos {
  text-align: center;
  padding: 25px 0;
}
.partners-section .partners-section-inner .partners-logos .partners-logo {
  display: inline-block;
  height: 75px;
  margin: 20px;
}
.partners-section .partners-section-inner .partners-logos .partners-logo img {
  max-height: 100%;
}
.environmental-section {
  margin-bottom: 30px;
}
.environmental-section .full-page-section {
  padding: 200px 0;
}
.environmental-section .full-page-section .full-page-section-content {
  padding-top: 0;
}
@media (max-width: 992px) {
  .projects .projects-row {
    width: 705px;
  }
}
@media (max-width: 768px) {
  .projects .projects-row {
    width: 470px;
  }
}
@media (max-width: 480px) {
  .projects .projects-row {
    width: 235px;
  }
}
.projects {
  margin-bottom: 30px;
  width: 100%;
}
.projects .projects-row {
  margin: 0 auto;
}
.projects .projects-row .project {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
  float: left;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 235px;
}
.projects .projects-row .project img {
  width: 100%;
}
.projects .projects-row .project .project-details {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  min-height: 50px;
  padding: 0 10px;
  width: 235px;
  z-index: 200;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.projects .projects-row .project .project-details .project-name {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 0;
}
.projects .projects-row .project .layer {
  background: url('../img/layer.png') 0 0 repeat;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projects .projects-row .project .zoom {
  background-image: url('../img/icon-zoom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 10px;
  display: block;
  height: 24px;
  opacity: 0;
  position: absolute;
  right: 10px;
  width: 24px;
  z-index: 200;
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
.projects .projects-row .project:hover .layer {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projects .projects-row .project:hover .project-details {
  bottom: -200px;
  -webkit-transition: all 0.75s linear 0.2s;
  transition: all 0.75s linear 0.2s;
}
.projects .projects-row .project:hover .zoom {
  opacity: 1;
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
.projects-list {
  margin-bottom: 30px;
  width: 100%;
}
.projects-list .table {
  border-bottom: 0;
}
.projects-list .table th {
  border-bottom: 1px solid #c8c6c7;
  color: #c8c6c7;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}
.projects-list .table tbody td {
  border-bottom: 1px solid #c8c6c7;
  border-top: 0;
}
@media (min-width: 768px) {
  .pagination {
    float: right;
  }
  .pagination li {
    float: left;
  }
}
.pagination {
  font-size: 12px;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-left: 20px;
}
.pagination li a {
  color: #c8c6c7;
  text-decoration: none;
}
.pagination li a.projects-grid {
  background: url("../img/icon-grid.png") 0 center no-repeat;
  padding-left: 24px;
}
.pagination li a.projects-list {
  background: url("../img/icon-list.png") 0 center no-repeat;
  padding-left: 24px;
}
.pagination li a.s-active {
  color: #7b7676;
}
.pagination li a:hover {
  color: #7b7676;
}
.pagination li:first-child {
  margin-left: 0;
}
.project-modal {
  max-width: 600px;
}
.project-modal .project-images {
  max-width: 600px;
  position: relative;
}
.project-modal .project-images .btn-carousel {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  width: 32px;
  z-index: 200;
}
.project-modal .project-images .btn-carousel.btn-prev {
  background: url('../img/icon-prev.png') 0 0 no-repeat;
  left: 0;
}
.project-modal .project-images .btn-carousel.btn-next {
  background: url('../img/icon-next.png') 0 0 no-repeat;
  right: 0;
}
.project-modal .project-images .project-images-container {
  height: 75%;
  max-height: 450px;
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}
.project-modal .project-images .project-images-container .project-image {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
}
.project-modal .project-images .project-images-container .project-image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.project-modal .project-details {
  float: left;
  padding: 0 15px;
  width: 240px;
}
.project-modal .project-details h5 {
  color: #c8c6c7;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .project-modal {
    max-width: 900px;
  }
  .project-modal .project-images {
    float: left;
    width: 600px;
  }
}
.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tabs li {
  display: inline-block;
}
.tabs li a {
  color: #7b7676;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  text-decoration: none;
}
.tabs li.active {
  border-bottom: 3px solid #7b7676;
}
.product-section {
  margin-bottom: 30px;
}
.product-section .product-section-inner {
  height: auto;
  padding: 30px;
  position: relative;
  -webkit-transition: height 1s linear 2s;
  transition: height 1s linear 2s;
}
/*
.csstransitions {
  &.js-ready {
    .products {
      display: none;
      opacity: 0;
      .transition(opacity 1s linear);
      &.show-products {
        display: block;
        opacity: 1;
      }
    }
  }
}
*/
.products {
  text-align: center;
}
.products.more {
  margin: 0 auto;
  width: 640px;
}
.products.more .product {
  display: block;
  float: left;
  margin: 0 10px;
  margin-bottom: 20px;
}
.products.more .product:first-child {
  margin-left: 10px;
}
.products.more .product:last-child {
  margin-right: 10px;
}
.products .product {
  background: #ffffff;
  display: inline-block;
  margin: 0 7px;
  width: 300px;
  vertical-align: top;
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.products .product .product-image {
  height: 225px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.products .product .product-image img {
  width: 100%;
  vertical-align: middle;
}
.products .product .product-image .zoom {
  background-image: url('../img/icon-zoom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 10px;
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  width: 24px;
}
.products .product .product-details {
  text-align: center;
  padding: 0 5px 0 15px;
}
.products .product .product-details h3 {
  font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif !important;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 10px 0;
}
.products .product .product-details .product-text {
  font-size: 13px;
  height: 120px;
  padding-right: 10px;
  overflow: hidden;
}
.product-modal {
  max-width: 600px;
}
.product-modal .product-images {
  max-width: 600px;
  position: relative;
}
.product-modal .product-images .btn-carousel {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  width: 32px;
  z-index: 200;
}
.product-modal .product-images .btn-carousel.btn-prev {
  background: url('../img/icon-prev.png') 0 0 no-repeat;
  left: 0;
}
.product-modal .product-images .btn-carousel.btn-next {
  background: url('../img/icon-next.png') 0 0 no-repeat;
  right: 0;
}
.product-modal .product-images .product-images-container {
  max-height: 450px;
  max-width: 600px;
  overflow: hidden;
}
.product-modal .product-images .product-images-container .product-image {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
}
.product-modal .product-images .product-images-container .product-image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .product-modal {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .products {
    margin: 0 auto;
    width: 640px;
  }
  .products .product {
    display: block;
    float: left;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .products .product:first-child {
    margin-left: 0;
  }
  .products .product:last-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .products {
    margin: 0 auto;
    width: 320px;
  }
}
@media (min-width: 481px) {
  .contact-details-section .showroom .contact-details {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    position: absolute;
  }
  .contact-details-section .showroom .contact-details .contact-text a {
    color: #ffffff;
    text-decoration: none;
  }
  .contact-details-section .showroom .contact-details .contact-text a:hover {
    color: #ffffff;
  }
  .map-section {
    height: 400px;
  }
  .map-section #map-canvas {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .contact-details-section .showroom .contact-details .contact-text a {
    color: #7b7676;
  }
  .contact-details-section .showroom .contact-details .contact-text a:hover {
    color: #7b7676;
  }
  .map-section {
    height: 250px;
  }
  .map-section #map-canvas {
    height: 100%;
  }
}
.contact-details-section {
  margin-bottom: 30px;
}
.contact-details-section .showroom {
  position: relative;
  width: 100%;
}
.contact-details-section .showroom img {
  width: 100%;
}
.contact-details-section .showroom .contact-details {
  bottom: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.contact-details-section .showroom .contact-details .contact-text {
  display: inline-block;
}
.contact-details-section .showroom .contact-details .contact-text p:last-child {
  margin-bottom: 0;
}
.guides-section {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .guides-section .btn {
    margin-bottom: 15px;
  }
}
.technical-info-section {
  margin-bottom: 30px;
  text-align: center;
}
.technical-info-section h4 {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}
.technical-info-section ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.technical-info-section ul.technical-info {
  margin-bottom: 30px;
}
.technical-info-section ul.technical-info li {
  background: url('../img/icon-check.png') 0 5px no-repeat;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 24px;
}
.technical-info-section ul.certificates li {
  display: inline-block;
  margin: 15px;
}
.technical-info-section ul.certificates li img {
  max-height: 75px;
}
.footer {
  color: #c8c6c7;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 0 0;
}
.footer .copyright {
  margin-bottom: 5px;
}
.footer a {
  color: #c8c6c7;
  text-decoration: none;
}
.footer a:hover {
  color: #c8c6c7;
}
.footer a.biber-link:hover {
  color: #ad2b2b;
}
.footer h5 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.footer .nav-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .nav-footer li a {
  color: #c8c6c7;
  text-decoration: none;
}
.footer .nav-footer li a:hover {
  color: #ffffff;
}
.footer .nav-footer li a.s-active {
  color: #ffffff;
}
.footer .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .social-links li {
  float: left;
  margin-right: 15px;
}
.footer .social-links li a {
  display: block;
  height: 25px;
  text-decoration: none;
  width: 25px;
}
.footer .social-links li a.instagram {
  background: url("../img/icon-instagram.png") 0 0 no-repeat;
}
.footer .social-links li a.facebook {
  background: url("../img/icon-facebook.png") 0 0 no-repeat;
}
.footer .social-links li a.twitter {
  background: url("../img/icon-twitter.png") 0 0 no-repeat;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .social-links li a.instagram {
    background-image: url('../img/icon-instagram@2x.png');
    background-size: 25px 25px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  .social-links li a.facebook {
    background-image: url('../img/icon-facebook@2x.png');
    background-size: 25px 25px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  .social-links li a.twitter {
    background-image: url('../img/icon-twitter@2x.png');
    background-size: 25px 25px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
