html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #676767;
  min-width: 960px;
  width: auto !important;
  width: 960px;
  position: relative;
}
a {
  transition: 0.3s;
}
#loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9998;
}
#loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.modal-dialog {
  width: 70%;
}
section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 124px;
  left: 0;
}
section #slider {
  width: 100%;
  height: 100%;
}
section #slider .carousel-control {
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section #slider .carousel-control .arrow {
  width: 40px;
  height: 74px;
}
section #slider .carousel-control.left .arrow {
  background: url('../img/left.png') center center no-repeat;
}
section #slider .carousel-control.right .arrow {
  background: url('../img/right.png') center center no-repeat;
}
section #slider .carousel-inner {
  width: 100%;
  height: 100%;
}
section #slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}
section #slider .carousel-inner .item img {
  width: 100%;
  height: 100%;
}
section .project-description {
  background: #fff;
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  padding: 5% 10%;
  z-index: 400;
  transition: 0.3s;
}
section .project-description h1 {
  display: none;
  height: 96px;
  line-height: 96px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  color: #676767;
  font-weight: 300;
  text-decoration: none;
  margin: 0;
  letter-spacing: 1px;
  font-size: 26px;
  padding-right: 50px;
}
section .project-description ul {
  display: none;
  position: absolute;
  right: -400px;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 0 50px 50px;
  width: 400px;
  text-align: left;
  z-index: 700;
}
section .project-description ul li,
section .project-description ul a {
  float: none;
  display: block;
}
section .project-description ul a {
  display: block;
  color: #676767;
}
section .project-description ul a:hover,
section .project-description ul a:focus {
  text-decoration: none;
  font-weight: 600;
  color: #7ca33e;
  padding-left: 20px;
}
section .project-description ul a.active {
  text-decoration: none;
  color: #7ca33e;
}
section .project-description.collapsed {
  width: 94px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .project-description.collapsed h1 {
  display: block;
}
section .project-description.collapsed .prev-project,
section .project-description.collapsed .next-project,
section .project-description.collapsed .project-wrapper {
  display: none;
}
section .project-description .prev-project {
  position: absolute;
  bottom: 30px;
  left: 60px;
  display: block;
  padding-left: 30px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #000;
  background: url('../img/prev-green.png') left center no-repeat;
}
section .project-description .prev-project:hover {
  text-decoration: none;
  color: #000;
  padding-left: 20px;
}
section .project-description .next-project {
  position: absolute;
  bottom: 30px;
  right: 60px;
  padding-right: 30px;
  line-height: 26px;
  font-size: 15px;
  color: #000;
  background: url('../img/next-green.png') right center no-repeat;
}
section .project-description .next-project:hover {
  text-decoration: none;
  color: #000;
  padding-right: 20px;
}
section .project-description .toggle-description {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-position: left 11px center;
  background-repeat: no-repeat;
  background-image: url('../img/arrow-left.png');
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 30px;
  right: 30px;
}
section .project-description .toggle-description:hover {
  background-color: #7ca33e;
  border-color: #7ca33e;
  background-image: url('../img/arrow-left-active.png');
}
section .project-description .toggle-description.active {
  background-image: url('../img/arrow-right.png');
  background-position: left 13px center;
}
section .project-description .toggle-description.active:hover {
  background-image: url('../img/arrow-right-active.png');
}
section .project-description .toggle-navigation {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-position: center top 7px;
  background-repeat: no-repeat;
  background-image: url('../img/toggle-nav.png');
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 70px;
  right: 30px;
}
section .project-description .toggle-navigation:hover,
section .project-description .toggle-navigation.active {
  background-color: #7ca33e;
  border-color: #7ca33e;
  background-image: url('../img/toggle-nav-active.png');
}
section .project-description .toggle-navigation.active:after {
  content: " ";
  display: block;
  position: absolute;
  right: -18px;
  top: 11px;
  width: 6px;
  height: 10px;
  background: url('../img/menu-right.png') center center no-repeat;
}
section .project-description .project-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
section .project-description .project-wrapper h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 50px;
}
section .project-description .project-wrapper h2.no-margin {
  margin-bottom: 20px;
}
section .project-description .project-wrapper blockquote {
  color: #7ca33e;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  border: 0;
}
section .project-description .project-wrapper blockquote .term {
  letter-spacing: 1px;
}
section .project-description .project-wrapper::-webkit-scrollbar {
  width: 10px;
}
section .project-description .project-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
section .project-description .project-wrapper::-webkit-scrollbar-thumb {
  background: #aab894;
}
section .control-wrapper {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 17px;
  transition: 0.3s;
  z-index: 350;
}
section .control-wrapper.collapsed {
  left: 96px;
}
section .control-wrapper .slider-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .control-wrapper .slider-control .arrow {
  width: 40px;
  height: 74px;
}
section .control-wrapper .slider-control:focus,
section .control-wrapper .slider-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
section .control-wrapper .slider-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
section .control-wrapper .slider-control.left .arrow {
  background: url('../img/left.png') center center no-repeat;
}
section .control-wrapper .slider-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
section .control-wrapper .slider-control.right .arrow {
  background: url('../img/right.png') center center no-repeat;
}
section #realisation-slider {
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 100;
  white-space: nowrap;
  transition: 0.3s;
}
section #realisation-slider::-webkit-scrollbar {
  height: 17px;
}
section #realisation-slider::-webkit-scrollbar-track {
  background: #fff;
}
section #realisation-slider::-webkit-scrollbar-thumb {
  background: #aab894;
}
section #realisation-slider.collapsed {
  left: 96px;
}
section #realisation-slider img {
  height: 100%;
  display: inline-block;
  border-right: 2px solid #fff;
}
section #realisation-slider img:last-child {
  border: 0;
}
section #realisation-slider .img-wrap {
  position: relative;
  height: 100%;
}
section #background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section #background .placeholder {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #ffffff;
  font-weight: 700;
}
section #background .contact-background {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section #background .gallery img {
  margin-top: 20px;
}
section #background .about,
section #background .contact {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  font-size: 15px;
  padding: 25px 40px;
}
section #background .about h2,
section #background .contact h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 20px 0;
}
section #background .about blockquote,
section #background .contact blockquote {
  color: #7ca33e;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  border: 0;
}
section #background .about blockquote .term,
section #background .contact blockquote .term {
  letter-spacing: 1px;
}
section #background .about .name,
section #background .contact .name {
  font-weight: 400;
  display: block;
  margin: 10px 0;
  font-size: 17px;
}
section #background .about .content-wrapper,
section #background .contact .content-wrapper {
  padding: 75px 60px;
  overflow-y: auto;
  height: 100%;
}
section #background .about .content-wrapper::-webkit-scrollbar,
section #background .contact .content-wrapper::-webkit-scrollbar {
  width: 10px;
}
section #background .about .content-wrapper::-webkit-scrollbar-track,
section #background .contact .content-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
section #background .about .content-wrapper::-webkit-scrollbar-thumb,
section #background .contact .content-wrapper::-webkit-scrollbar-thumb {
  background: #aab894;
}
section #background .contact {
  background: #fff;
}
section #background .contact a,
section #background .contact a:hover,
section #background .contact a:focus {
  color: #676767;
}
section #background .contact .title {
  font-size: 24px;
  display: block;
}
section #background .contact .headline {
  font-size: 17px;
  margin: 14px 0 7px 0;
  display: block;
}
section #background .contact p {
  margin-bottom: 40px;
  font-size: 15px;
}
section #background .contact .map-wrapper {
  padding: 3px;
  width: 370px;
  height: 190px;
  float: right;
  margin-top: 80px;
  background: #fff;
}
section #background .contact .map-wrapper .map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 124px;
  background: #fff;
  text-align: center;
}
footer .brand {
  background: url(../img/logo.png) left 35px center no-repeat;
  display: block;
  height: 124px;
  padding: 30px 0 0 115px;
  float: left;
}
footer .brand h1 {
  color: #676767;
  font-weight: 300;
  text-decoration: none;
  margin: 0;
  letter-spacing: 1px;
}
footer .brand span {
  color: #676767;
}
footer .brand:hover {
  text-decoration: none;
}
footer nav {
  display: inline-block;
  height: 124px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav ul > li:hover > a {
  color: #7ca33e;
}
footer nav ul li {
  float: left;
  position: relative;
}
footer nav ul li.active:after {
  content: " ";
  width: 10px;
  height: 6px;
  display: block;
  background: url('../img/menu.png') center center no-repeat;
  top: 25px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
footer nav ul li ul {
  display: none;
  position: absolute;
  left: -160px;
  bottom: 74px;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 0 50px 50px;
  width: 400px;
  text-align: left;
  z-index: 500;
}
footer nav ul li ul li,
footer nav ul li ul a {
  float: none;
  display: block;
}
footer nav ul li ul a {
  padding: 0;
}
footer nav ul li ul a:hover,
footer nav ul li ul a:focus {
  color: #7ca33e !important;
  padding-left: 20px;
  font-weight: 600;
}
footer nav ul li ul a.active {
  text-decoration: none;
  color: #7ca33e !important;
}
footer nav ul li a {
  display: block;
  float: left;
  color: #676767;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
footer nav ul li a:hover,
footer nav ul li a:focus {
  text-decoration: none;
  color: #7ca33e !important;
}
footer nav ul li a.active {
  color: #7ca33e;
}
footer .right {
  float: right;
  height: 124px;
  width: 130px;
}
footer .right .lang-switch {
  margin: 20px 0;
  display: none;
}
footer .right .lang-switch a {
  color: #676767;
}
footer .right .lang-switch a:hover,
footer .right .lang-switch a.active {
  font-weight: 600;
  text-decoration: none;
}
footer .right .author {
  background: url('../img/sgs.png') center center no-repeat;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 40px;
  -webkit-transition: all 10s ease-in-out;
  -o-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
  -moz-transition: all 10s ease-in-out;
}
footer .right .author:hover {
  transform: rotate(10800deg);
  -webkit-transform: rotate(10800deg);
  -moz-transform: rotate(10800deg);
  -o-transform: rotate(10800deg);
}
@media (max-width: 1600px) {
  section #background .contact .map-wrapper {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    float: none;
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  section {
    bottom: 100px;
  }
  section .project-description {
    padding: 10%;
  }
  section .project-description ul {
    right: -280px;
    padding: 20px 0 20px 30px;
    width: 280px;
  }
  section #background .about .content-wrapper,
  section #background .contact .content-wrapper {
    padding: 20px;
  }
  footer {
    height: 100px;
  }
  footer .brand {
    background: url(../img/logo.png) left 26px center no-repeat;
    height: 100px;
    padding: 18px 0 0 100px;
  }
  footer nav ul li a {
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer nav ul li ul {
    left: -100px;
    bottom: 58px;
    padding: 20px 0 20px 30px;
    width: 280px;
  }
  footer .right {
    width: 100px;
  }
  footer .right .author {
    margin-top: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #mobile-notice {
    display: block!important;
  }
}
@media only screen and (orientation: landscape) {
  #mobile-notice {
    display: none;
  }
}
#mobile-notice {
  position: absolute;
  z-index: 99999;
  width: 100%;
  background: rgba(127, 127, 127, 0.7);
  color: white;
  font-size: 25px;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  padding: 4px;
  text-align: center;
  font-weight: 500;
  display: none;
}
/*# sourceMappingURL=./styles.css.map */