@font-face {
  font-family: "Arquitecta W01 Bk";
  src: url("../fonts/e7f69da8-1423-4f0b-a0c5-af3d55496ce5.eot?#iefix");
  src: url("../fonts/e7f69da8-1423-4f0b-a0c5-af3d55496ce5.eot?#iefix") format("eot"), url("../fonts/2bc1ffc0-6174-4912-9594-bc40bd4956ea.woff2") format("woff2"), url("../fonts/ef283e18-8b57-49f0-801a-4eb6da20b0c2.woff") format("woff"), url("../fonts/b8a4bbb7-5cf0-4697-9098-88115d283014.ttf") format("truetype"), url("../fonts/d3bb10a8-54ca-410c-9f51-550dd89d515c.svg#d3bb10a8-54ca-410c-9f51-550dd89d515c") format("svg");
}
@font-face {
  font-family: "Arquitecta W01 Bd";
  src: url("../fonts/c2fc4189-0ab4-4924-897f-0b3e94665561.eot?#iefix");
  src: url("../fonts/c2fc4189-0ab4-4924-897f-0b3e94665561.eot?#iefix") format("eot"), url("../fonts/2412d1e5-20bf-4668-80d3-27654748c3bb.woff2") format("woff2"), url("../fonts/351b6021-41ff-45e0-b97b-247b8b9ab0c6.woff") format("woff"), url("../fonts/4c202f8c-10f7-4991-83e6-404c717a846d.ttf") format("truetype"), url("../fonts/a71ec970-8f65-4d80-a544-47428a93e6fd.svg#a71ec970-8f65-4d80-a544-47428a93e6fd") format("svg");
}
@font-face {
  font-family: "Futura LT W01 Book";
  src: url("../fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
  src: url("../fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("../fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("../fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("../fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("../fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg#dc423cc1-bf86-415c-bc7d-ad7dde416a34") format("svg");
}
@font-face {
	font-family: "Ionicons";
	src: url("../fonts/ionicons.ttf");
	src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box;
}
html {
  background-color: #ffffff;
  color: #000000;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Futura LT W01 Book", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
}
html.overflowHidden{	
  overflow: hidden;
}

/*************/
.share_button_menu{
	font-family: "Arquitecta W01 Bd";
	display: block;
	position: fixed;
	top:49%;
	right: 20px;
	padding: 0 12px;
	line-height: 62px;
	font-size: 0.9em;
	text-transform: uppercase;
	border: 1px solid #000;
	color: #636362;
	text-decoration: none;
	letter-spacing: 1px;
	z-index: 200;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;	
}
.background__dark+.project__page .share_button_menu{
	background-color: rgba(0,0,0,0.2);
	border-color: white;
	color: #dddddd;
}
.share_button_menu:hover{
	background-color: black !important;
	color: white;
}
.share_popup{
	display: block;
	position: fixed;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.share_popup.show{
	opacity: 100;
	z-index: 201;
}
.share_popup .close_share_popup{
	font-family: "Arquitecta W01 Bd";
	position: absolute;
	display: block;
	top: 10%;
	right: 10%;
	color: #636362;
	font-size: 0.9em;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 202;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.share_popup .close_share_popup:hover{
	color: black;
}
.share_popup .close_share_popup:after{
	display: block;
	float: right;
	margin-left: 14px;
	content: '\f2d7';
	font-family: 'Ionicons';
	font-size: 36px;
	line-height: 24px;
	color: black;
}
.share_popup h3{
	font-family: "Futura LT W01 Book";
	font-size: 60px;
	font-weight: 200;
	margin: 10% 0 0 10%;
	
}
.share_popup ul{
	padding: 0;
	margin: 0 0 0 10%;	
}
.share_popup ul li{
	display: block;
	margin-left: 0;
}
.share_popup ul li a{
	font-family: "Arquitecta W01 Bd";
	display: inline-block;
	font-size: 100px;
	line-height: 100px;
	color: #636362;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-ms-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
.share_popup ul li a:hover{
	color: black;
}
@media only screen and (max-width: 767px) {
	.share_button_menu, .share_popup{
		display: none;
	}
}

/*************/

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #636362;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
.h1,
.h2,
.h3,
.h4 {
  padding: 0;
  margin: 0;
}
.text__grey {
  color: #636362;
}
.text__light_grey {
  color: #e0e0e0;
}
.text__dark {
  color: #000000;
}
.text__white {
  color: #ffffff;
}
a.text__white:hover {
  color: #636362;
}
.background__dark {
  background-color: #212121;
}
.background__dark.video {
  /*background-color: transparent;*/
}
.background__dark_grey {
  background-color: #464646;
}
.background__light_grey {
  background-color: #e0e0e0;
}
.background__mid_light_grey {
  background-color: #d1d1d1;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #636362;
  color: #000000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrapper {
  padding: 0 36px;
  -webkit-transition: padding 500ms ease;
  -moz-transition: padding 500ms ease;
  -ms-transition: padding 500ms ease;
  -o-transition: padding 500ms ease;
  transition: padding 500ms ease;
}
.main__header {
  position: fixed;
  height: 43px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent!important;
}
.main__header .logo {
  position: fixed;
  top: 5px;
  left: 2px;
  display: inline-block;
  margin: 0px;
  overflow: hidden;
  width: 46px;
  height: 37px;
  z-index: 100;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main__header .logo a {
  display: inline-block;
  color:#000;
}
.main__header.background__dark .logo a {
  color:#fff;
}
.main__header .logo .main__logo {
  width: 250px;
  height: 61px;
}
.svg .main__logo * {
  -webkit-transition: fill 500ms ease;
  -moz-transition: fill 500ms ease;
  -ms-transition: fill 500ms ease;
  -o-transition: fill 500ms ease;
  transition: fill 500ms ease;
}
.svg .main__header.background__dark .main__logo > g {
  fill: #ffffff;
}
.svg .main__header.background__dark .menu__opener_line {
  background-color: #ffffff;
}
.black-color .main__logo > g {
  fill: #000000 !important;
}
.svg .main__logo:hover * {
  fill: #636362;
}
.main__navigation {
  width: 100%;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 101;
}
.main__navigation.open {
  position: relative;
  height: 100%;
}
.main__navigation .h2 {
  position: absolute;
  margin: 0;
  right: 10px;
  bottom: 0px;
  color: #636362;
  font-size: 1em;
  letter-spacing: 0.2em;
  cursor: pointer;
  z-index: 90;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.menu__opener {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 29px;
  vertical-align: text-bottom;
  margin-left: 10px;
}
.menu__opener_line {
  position: absolute;
  z-index:102;
  height: 3px;
  display: inline-block;
  width: 30px;
  background-color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.menu__opener_line.line1 {
  top: 0;
}
.menu__opener_line.line2 {
  top: 11px;
}
.menu__opener_line.line3 {
  bottom: 0;
  top: auto;
}
.open .menu__opener_line {
  background-color: #000000 !important;
}
.open .menu__opener_line.line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.open .menu__opener_line.line2 {
  opacity: 0;
}
.open .menu__opener_line.line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.main-navigation .h2:hover .menu__opener_line {
  background-color: #636362;
}
.navigations__container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  opacity: 0;
  /* .transition(all @transition-speed ease);*/
}
.main__navigation a {
  text-decoration: none;
  color: #636362;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  border-bottom: 0 solid #000000;
}
.main__navigation a:hover {
  border-width: 3px;
}
.navigation {
  position: absolute;
  bottom: 150px;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 36px;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -ms-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
.navigation .item {
  font-size: 3.5em;
  line-height: 1.1;
}
.navigation .active a {
  color: #000000;
}
.language__switcher {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  height: 127px;
  width: 100%;
  padding-top: 33px;
  font-size: 1.1em;
  padding-left: 36px;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}
.language__switcher .item {
  float: left;
  margin-right: 32px;
  display: none;
}
.language__switcher .active a,
.language__switcher a:hover {
  color: #ffffff;
}
.main-section {
  padding: 10px;
}
.main__content {
  position: relative;
}
.content__slide {
  position: relative;
  opacity: 1;
  padding-top: 60px;
}
.content__slide.current {
  opacity: 1;
  z-index:1;
}
.content__slide.background__dark {
  color: #ffffff;
}
.intro_carousel {
  position: relative;
}
.intro_carousel__item {
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
}
.intro_carousel__item.active {
  display: block;
}
.intro_carousel__item.active .fade {
  opacity: 0;
}
.content__slide__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(90px);
  -moz-transform: translateX(0px) translateY(90px);
  -ms-transform: translateX(0px) translateY(90px);
  -o-transform: translateX(0px) translateY(90px);
  transform: translateX(0px) translateY(90px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content__slide.current .content__slide__text {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
.content__slide .h2 {
  line-height: 1.4;
  font-size: 2.7em;
  /*.transition( all @transition-speed ease );*/
}
.content__slide .h2__line1,
.content__slide .h2__line2 {
  display: block;
  /*.transition( all @transition-speed ease );*/
}
.content__slide .h2__line2 {
  font-size: 0.5em;
  line-height: 1.5;
}
.content__slide__footer {
  /* height: 125px; */
  margin-top: 40px;
  /*padding-bottom: 50%;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.link__to_section {
  position: relative;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  padding-right: 25px;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-image: url('../img/arrow_link_to_section.png');
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.link__to_section:hover {
  color: #000000;
}
.link__to_section:after {
  position: absolute;
  left: 0;
  top: -33px;
  display: inline-block;
  content: "";
  height: 3px;
  width: 206px;
  background-color: #000000;
}
.content__slide.background__dark .link__to_section {
  background-image: url('../img/arrow_link_to_section_white.png');
}
.content__slide.background__dark .link__to_section:after {
  background-color: #ffffff;
}
.content__slide.background__dark .link__to_section:hover {
  color: #ffffff;
}
.link__to_page {
  position: relative;
  font-size: 1.8em;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  /*    padding-right: 70px;

    background-image: url('../img/arrow_link_to_page.png');
    background-position: right 63%;
    background-repeat: no-repeat;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.link__to_page .link__to_page__arrow {
  margin-left: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.link__to_page .link__to_page__arrow * {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  stroke: #ffffff;
}
.link__to_page:hover .link__to_page__arrow * {
  stroke: #636362;
}
.link__to_page:after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 500ms ease 0s;
  width: 0;
}
.contact_intro {
  display: none;
}
.title__hello {
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  font-size: 4.3em;
  margin: 0;
}
.contact__slide_intro .content__slide__footer {
  margin-bottom: 30%;
}
.contact__detail {
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact__detail_item {
  display: inline-block;
  color: #636362;
  float: left;
  clear: left;
  margin: 0;
  font-family: "Arquitecta W01 Bk", Arial, sans-serif;
  font-size: 1.3em;
}
.contact__detail_item a {
  color: #636362;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.contact__detail_item a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
.contact__detail_type {
  color: #ffffff;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  margin-bottom: 5px;
  margin-right:10px;
  float:left;
}
.main__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 18px;
  z-index: 100;
  padding-bottom: 10px;
  text-align: right;
  -webkit-transition: padding 500ms ease;
  -moz-transition: padding 500ms ease;
  -ms-transition: padding 500ms ease;
  -o-transition: padding 500ms ease;
  transition: padding 500ms ease;
}
.main__footer .tagline {
  float: left;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  font-family: "Arquitecta W01 Bk", Arial, sans-serif;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
.main__footer.dark .tagline {
  color: #ffffff;
}
.social__menu__item,
.legal__notice_link {
  display: inline-block;
  color: #636362;
  font-size: 0.9em;
  text-decoration: none;
  border: 0 solid #000000;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
.social__menu__item:hover,
.legal__notice_link:hover {
  color: #000000;
}
.social__menu__item {
  height: 18px;
  padding-right: 14px;
}
.social__menu__item__last {
  padding-right: 0;
}
.social__menu__item span {
  display: inline-block;
}
/*.social__menu__item__facebook {
    width: 9px;
}

.social__menu__item__linkedin {
    width: 19px;
}*/
.social__menu__item__icon {
  height: 18px;
  margin-top: -14px;
}
.social__menu__item__icon * {
  fill: #636362;
  -webkit-transition: fill 500ms ease;
  -moz-transition: fill 500ms ease;
  -ms-transition: fill 500ms ease;
  -o-transition: fill 500ms ease;
  transition: fill 500ms ease;
}
.social__menu__item:hover .social__menu__item__icon * {
  fill: #000000;
}
.legal__notice_link {
  padding-left: 20px;
  border-left: 1px solid #636362;
}
.main__navigation__arrow,
.legal__notice_link {
  display: none;
}
.row {
  position: relative;
  margin-bottom: 25px;
}
.form__label {
  form-family: "Arquitecta W01 Bk", Arial, sans-serif;
  text-transform: uppercase;
  color: #6d6d6d;
  font-size: 0.9em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
textarea,
input[type=phone],
input[type=email],
input[type=text] {
  width: 100%;
  height: 27px;
  color: #000000;
  font-size: 1.1em;
  font-family: "Futura LT W01 Book", Arial, sans-serif;
  border-width: 0;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
textarea:focus,
input[type=phone]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border-bottom-color: #000000;
}
.error textarea,
.error input[type=phone],
.error input[type=email],
.error input[type=text] {
  color: #e95c4e;
  border-color: #e95c4e;
}
.contact__form {
  position: relative;
  padding-bottom: 20px;
}
.contact__form:after {
  position: absolute;
  left: 0;
  bottom: 144px;
  display: inline-block;
  content: "";
  height: 3px;
  /*width: 206px;*/
  background-color: #000000;
}
.contact__form .content__slide__footer {
  position: relative;
}
.contact__form .content__slide__footer:after {
  background-color: #000000;
  width: 206px;
  top: -21px;
}
.button {
  display: inline-block;
  width: 206px;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button:hover {
  background-color: #000000;
  color: #ffffff;
}
.background__dark .button{
  border: 1px solid #666;
  color: #CCC;
}

.button__white{
    border-color: #fff;
}
.button__white:hover {
  background-color: #fff;
}

.button__white.text__grey:hover {
  color: #636362;
}


.with__curtain .content__slide__text {
  height: 100%;
}
.curtain__carousel__item {
  list-style-type: none;
  position: fixed;
  bottom: -1px;
  /*top: -1px;*/
  left: 0;
  width: 100%;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  height: 0;
  border-top: 1px solid #000000;
}
.touch .curtain__carousel__item {
	height: 0;
  transition: height 1s ease-out;
  -moz-transition: height 1s ease-out;
  -webkit-transition: height 1s ease-out;
}
.touch .homepage .curtain__carousel__item {
	opacity: 0;
	height: 100%;
  transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
}
.touch .curtain__carousel__item.in_screen  {
	opacity: 1;
	height: 100%;
}
/*.curtain__carousel__item .projects__list{
  opacity: 0;
  transition: opacity 1.5s ease-out;
  -moz-transition: opacity 1.5s ease-out;
  -webkit-transition: opacity 1.5s ease-out;
}
.curtain__carousel__item.showing {
  border-top: 1px solid #000000;
	z-index: 400;
}
.curtain__carousel__item.showing .projects__list{
  opacity: 100;
}*/
.curtain__carousel__item.in_screen {
  height: 100%;
  border-top: 0px solid #000000;
}

@media only screen and (max-device-width: 768px){
	.curtain__carousel__item, .touch .curtain__carousel__item, .curtain__carousel__item.in_screen { border-top:0px !important; }
}
.curtain__carousel__item__article {
  background-color: #fff;
  position: relative;
  height: 100%;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-attachment: fixed;
}
.curtain__carousel__item__article__inner {
  position: absolute;
  width: 100%;
  height: 62%;
  bottom: 0;
}
.projects__page .curtain__carousel__item__article__inner {
  height: auto;
}
.curtain__carousel__item__title {
  font-size: 1.25em;
}
.curtain__carousel__item__title__line2 {
  display: block;
}
.curtain__carousel__pager {
  position: absolute;
  width: 100%;
  height: 17px;
  text-align: center;
  bottom: 270px;
	z-index: 200;
}
@media only screen and (max-width: 768px){
	.projects__page .curtain__carousel__pager{
		display: none;
	}
}
.curtain__carousel__pager__item {
  display: inline-block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 2px solid #636362;
  margin-left: 16px;
  -webkit-transition: border-color 500ms ease;
  -moz-transition: border-color 500ms ease;
  -ms-transition: border-color 500ms ease;
  -o-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}
.curtain__carousel__pager__item:first-child {
  margin-left: 0;
}
.curtain__carousel__pager__item:hover,
.curtain__carousel__pager__item.active {
  border-color: #000000;
}
.projects__list,
.quattro__step {
  list-style: none;
  margin: 0;
  padding: 0 0 35px 33px;
}

.projects__list:after,
.quattro__step:after {
  background-color: #000000;
  top: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -ms-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}

.projects__list:after{
    background-color: #fff;
}

.projects__list {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 60px;
    position: relative;
}

.projects__list__item{
    height: 25%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.projects__list__article{
    height: 100%;
    width: 100%;
}

.projects__list__article__link{
    display: block;
    height: 100%;
    text-decoration:none;
}

.projects__list__article__title{
    position: relative;
    background-color: rgba(33, 33, 33, 0.8);
    height: 100%;
    
    opacity: 0;
    font-family: "Arquitecta W01 Bd",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    font-weight: normal;
    
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.projects__list__article__link:hover .projects__list__article__title{
    opacity: 1;
}

.projects__list__article__title__text{
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 30%;
	text-align:center;
	padding: 5%;
	transform: translateX(0px) translateY(50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.projects__list__article__title__text:before{
	content: '\f489';
	font-family: 'Ionicons';
	font-weight: 100;
	font-size: 68px;
	display: block;
	margin-bottom: 0px;
}

.projects__list__article__link:hover .projects__list__article__title__text{
    transform: translateX(0px) translateY(0px);
}

.client__list:after {
  background-color: #000000;
  top: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -ms-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
}
.quattro__step__article__header {
  position: relative;
}
.quattro__step__article__opener {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.quattro__step__article__opener:hover {
  background-color: #000000;
}
.quattro__step__article__opener:hover .quattro__step__number {
  color: #ffffff;
}
.quattro__step__article__opener:hover .quattro__step__article__read_more:after,
.quattro__step__article__opener:hover .quattro__step__article__read_more:before {
  border-color: #ffffff;
}
.quattro__step__article__read_more {
  position: absolute;
  right: 10px;
  top: 27px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #000000;
  font-size: 2em;
  font-family: "Arquitecta W01 Bk", Arial, sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.quattro__step__article__read_more:hover {
  background-color: #000000;
}
.quattro__step__article__read_more:hover:after,
.quattro__step__article__read_more:hover:before {
  border-color: #ffffff;
}
.quattro__step__article__read_more:before {
  content: "";
  border-top: 1px solid #000000;
  height: 1px;
  line-height: 1px;
  width: 20px;
  position: absolute;
  top: 14px;
  left: 4px;
}
.quattro__step__article__read_more:after {
  content: "";
  border-right: 1px solid #000000;
  height: 20px;
  line-height: 1px;
  width: 1px;
  position: absolute;
  top: 4px;
  left: 13px;
}
.quattro__step__number {
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  font-size: 3.8em;
  padding-right: 7px;
  color: #000000;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
.quattro__step__title {
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.quattro__step__article__body {
  opacity: 0;
  background-color: #212121;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.content__slide__text.detail__open {
  height: 100%;
  position: relative;
}
.open .quattro__step__article__body {
  opacity: 1;
  z-index: 90;
  padding-top: 25%;
}
.quattro__step__article_details {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
  color: #ffffff;
}
.quattro__step__article_details::after {
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #ffffff;
  width: 206px;
}
.open .quattro__step__article_details::after {
  width: 206px;
}
.quattro__step__article_detail {
  text-transform: uppercase;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  letter-spacing: 0.2em;
}
.quattro__step__article__footer {
  display: none;
}
.quattro__step__article__footer.open {
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 10px;
  z-index: 90;
}
.quattro__step__article__footer .menu__opener_line {
  background-color: #ffffff !important;
}
.large_desktop_only,
.desktop_only {
  visibility: hidden;
  height: 0;
  width: 0;
  /*.transition( all @transition-speed ease );*/
}
.content__slide__footer__coming_soon {
  position: relative !important;
}
.content__slide__footer__coming_soon::after {
  bottom: auto;
  top: -18px;
  width: 206px;
  left: 36px;
}
.punchline {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
}
.launching_soon {
  font-style: italic;
  margin: 0;
  font-size: 0.9em;
}
.about__detail__overlayer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
}
.about__detail__overlayer .about__detail__overlayer__content {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #212121;
}
.about__detail__overlayer .quattro__step__number {
  color: #ffffff;
}
.about__detail__overlayer .quattro__step__article__body {
  position: absolute;
  bottom: 300px;
  top: auto;
  padding: 0 10px 0 33px;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about__detail__overlayer .quattro__step__article__body__description {
  display: none;
}
.about__detail__overlayer .detail__article__close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about__detail__overlayer .detail__article__close:hover {
  color: #ffffff;
}
.about__detail__overlayer .menu__opener_line {
  background-color: #ffffff !important;
}
.client__list {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.client__list__item {
  font-family: "Arquitecta W01 Bd", Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
  float: left;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.client__list__item__desktop {
  display: none;
}
.cookies__disclaimer {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  position: fixed;
  bottom: -50px;
  z-index: 200;
  opacity: 0;
}
.cookies__disclaimer__content {
  margin: 0;
}
.cookies__disclaimer__content__line1 {
  display: block;
  font-size: 2em;
}
.cookies__disclaimer__content__line2 {
  display: block;
  font-size: 0.9em;
}
.cookies__disclaimer .cookies__disclaimer__content__button {
  height: 34px;
  line-height: 34px;
  width: 68px;
  margin-top: 20px;
}

.black__gradient:before{
    position:relative;
    display: block;
    content: '';
    height: 60px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#212121+0,212121+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,1)), color-stop(100%,rgba(33,33,33,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(33,33,33,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(33,33,33,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(33,33,33,0) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(33,33,33,1) 0%,rgba(33,33,33,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#00212121',GradientType=0 ); /* IE6-9 */

    
}

.project__intro {
    display:block;
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
}

.project__summary{
    position: relative;
    display: none;
    max-width: 1251px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.project__summary::after {
    background-color: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 500ms ease 0s;
    width: 0;
} 

.project__detail__website{
    display: inline-block;
    font-family: "Arquitecta W01 Bd",Arial,sans-serif;
}

.project__tags{
    padding: 0;
    list-style-position: inside;
    overflow: hidden;
}

.project__tags__item{
    float: left;  
    margin-right: 16px;
}

.project__tags__item__content{
    color: #6d6d6d;
    text-transform: uppercase;
    font-family: "Arquitecta W01 Bd",Arial,sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.2em;
}

.button__link__to_page{    
    margin-top: 20px;
}

.link {
    color: #000;
    font-family: "Arquitecta W01",Arial,sans-serif;
    font-size: 90%;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link__project{
    color: #6d6d6d;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.link:hover {
    color: #6d6d6d;
}

.link__project:hover{
    color: #000;
    border-bottom-color: transparent;
}

.project__gallery__image__first{
    text-align: right;
}

.project__gallery__image__first__wrapper{
    position: relative;
    width: 100%;
    height: 100%;
	overflow: hidden;
	text-align: center;
}
.project__gallery__image__first__wrapper .project__gallery__image__large{
    /*max-width: 100%;*/
}

.project__gallery__image__first__wrapper img{
    /*position: absolute;
    right: 0;
    top: 0;*/
	object-position:center top !important;
}

.projects__list img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position:left top;
}

/** IE / EDGE hacks **/
@media all and (-ms-high-contrast:none) {
	.projects__list img { width: auto } /* IE10 */
	*::-ms-backdrop, .projects__list img { width: auto } /* IE11 */
}
@supports (-ms-ime-align:auto) {
	.projects__list img { width: auto }; /* EDGE */
}
/*****/

.project__gallery__image__large{
    /*max-width: 100%;*/
}

.project__gallery__image__second{
	height: 60%;
}
.project__gallery__image__third{
	height: 40%;
}
.project__gallery__image__second,
.project__gallery__image__third{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*.project__gallery__image__second .project__gallery__image__large{
    max-height: 474px;
}
.project__gallery__image__third .project__gallery__image__large{
    max-height: 249px;
}*/
.project__gallery__image__third{
    text-align: right;
}


.project__gallery__image__third img, 
.project__gallery__image__fifth img,
.project__gallery__image__seventh img{
	object-position:right top;
}

.project__gallery__image__fourth,
.project__gallery__image__fifth,
.project__gallery__image__sixth,
.project__gallery__image__seventh {
    height: 25%;
    overflow:hidden;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    
}

.project__gallery__image__fourth .project__gallery__image__large,
.project__gallery__image__fifth .project__gallery__image__large,
.project__gallery__image__sixth .project__gallery__image__large,
.project__gallery__image__seventh .project__gallery__image__large{
    width: 100%;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-height: 480px) {
  .language__switcher {
    height: 90px;
  }
  .navigation {
    bottom: 100px;
    padding-bottom: 10px;
  }
  .navigation .item {
    font-size: 3em;
  }
  .contact__form {
    padding-bottom: 30px;
  }
  .form__label {
    font-size: 0.9em;
  }
  .form__submit {
    height: 32px;
    line-height: 32px;
  }
  textarea,
  input[type=phone],
  input[type=email],
  input[type=text] {
    font-size: 0.9em;
    height: 20px;
  }
  .quattro__step__number {
    line-height: 1em;
  }
}
@media only screen and (max-height: 414px) {
  .hello_container {
    padding-top: 40px;
  }
  .form__label {
    float: left;
    width: 30%;
  }
  .row input,
  .row textarea {
    float: left;
    width: 70%;
  }
}
@media only screen and (max-height: 320px) {
  .hello_container {
    padding-top: 20px;
  }
  .hello_container .title__hello {
    line-height: 1em;
  }
}
@media only screen and (max-width: 767px) {	
	.projects__list__article__title__text{
		bottom: 15%;
	}
	.projects__list__article__title__text:before{
		font-size: 40px;
	}
  .curtain__carousel__item__article {
    background-attachment: scroll;
  }
  .curtain__carousel .curtain__carousel__item__article__inner {
	  /*height: auto;*/
      height: 55%;
	  top:45%;
  }
  .projects__page .curtain__carousel .curtain__carousel__item__article__inner {
    height: auto;
	  top: auto;
  }
  .curtain__carousel .curtain__carousel__item__title {
    font-size: 0.8em;
  }
  .curtain__carousel .content__slide__footer {
    position: relative;
    margin: 0px;
  }
  .curtain__carousel .content__slide__footer .link__to_section {
    position: absolute;
    bottom: 150px;
  }
  .curtain__carousel__pager {
    bottom: 27%;
  }
  .curtain__carousel__item .button {
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
    margin: 10px auto 50px auto;
    display: block;
  }
	.projects__list{
		padding-right: 33px;
	}
	.projects__list img{
		object-position: center center !important;
	}
	.project__gallery__image__fourth, .project__gallery__image__fifth {
		height: 50%;
	}
	.project__gallery__image__sixth, .project__gallery__image__seventh{
		display: none;
	}
  

}
/* ----------- iPhone 5 and 5S ----------- */
/* ----------- iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .curtain__carousel .curtain__carousel__item__title {
    font-size: 1.25em;
  }
  .curtain__carousel .content__slide__footer .link__to_section {
    bottom: 200px;
  }
}
/* ----------- iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .curtain__carousel .curtain__carousel__item__title {
    font-size: 1.25em;
  }
  .curtain__carousel .curtain__carousel__item .button {
    height: 44px;
    line-height: 44px;
    font-size: 1em;
  }
  .curtain__carousel .content__slide__footer .link__to_section {
    bottom: 200px;
  }
}
@media only screen and (min-width: 768px) {	
  .content__slide__footer__coming_soon::after {
    left: 144px;
  }
  .wrapper {
    padding: 0 144px;
  }
  .main__header .logo {
    width: 250px;
    height: 61px;
    top: 20px;
    left: 10px;
  }
  .content__slide .h2 {
    font-size: 5.4em;
  }
  .content__slide .h2__line2 {
    font-size: 0.5em;
  }
  .content__slide__footer {
    /* height: 270px; */
    margin-top: 30px;
  }
  .with_section_link .content__slide__footer:after {
    width: r0px;
    /*        bottom: 200px;
        left: 144px;*/
  }
  .main__footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .projects__page+.main__footer{
	background-color: #fff;
  }
  .main__footer.dark{
	background-color: transparent;	
	}
  .link__to_page {
    font-size: 5.4em;
    margin-top: 30px;
  }
  .link__to_page:after {
    width: 206px;
  }
  .main__navigation__arrow,
  .legal__notice_link {
    display: inline-block;
  }
  .main__navigation__arrow {
    height: 45px;
    width: 44px;
    position: absolute;
    right: 20px;
    top: -30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .main__navigation__arrow.up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .svg .main__navigation__arrow svg * {
    height: 45px;
    width: 83px;
    stroke: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .svg .dark .main__navigation__arrow svg * {
    stroke: #ffffff;
  }
  .svg .main__navigation__arrow:hover svg * {
    stroke: #636362;
  }
  .contact_intro {
    display: block;
  }
  .contact__slide_intro .content__slide__footer {
    margin-bottom: 0;
  }
  .title__hello {
    display: none;
  }
  .contact__detail__container {
    left: 50%;
    padding-top: 10px;
    position: absolute;
  }
  .contact__detail {
    display: inline-block;
    min-width: 212px;
    margin-bottom: -40px;
  }
  .contact__slide_intro .content__slide__footer {
    /* height: 368px; */
  }
  .contact__slide_intro .content__slide__footer:after {
    width: 0;
  }
  .contact__form .content__slide__footer {
    /* height: 200px; */
    padding-bottom: 0;
    padding-top: 50px;
  }
  .contact__form .content__slide__footer:after {
    top: 9px;
  }
  .contact__form::after {
    bottom: 188px;
  }
  .row {
    padding-top: 22px;
  }
  .form__label {
    position: absolute;
    top: 30px;
    font-size: 1.87em;
    text-transform: none;
  }
  .form__label.required:after {
    content: '*';
    font-size: 66%;
    display: inline-block;
    vertical-align: text-top;
    color: #000000;
  }
  .input__filled .form__label,
  .input__focus .form__label {
    top: 0;
    font-size: 1em;
    text-transform: uppercase;
  }
  .input__filled .form__label.required:after,
  .input__focus .form__label.required:after {
    font-size: 75%;
  }
  textarea,
  input[type=phone],
  input[type=email],
  input[type=text] {
    width: 100%;
    height: 45px;
    font-size: 1.87em;
  }
  textarea {
    height: 80px;
    resize: none;
  }
  .curtain__carousel__item__article__inner {
    height: 50%;
  }
  .projects__page .curtain__carousel__item__article__inner {
    height: auto;
  }
  .curtain__carousel__item__title {
    font-size: 2.5em;
    margin: 0.7em 0;
  }
  .curtain__carousel__item__article {
    background-position: 50% 15%;
    background-size: auto 47%;
    background-attachment: scroll;
  }
  .curtain__carousel__pager {
    height: auto;
    width: 17px;
    bottom: auto;
    top: 50%;
    right: 30px;
  }
  .curtain__carousel__pager__item {
    margin-left: 0;
    margin-top: 16px;
  }
  .curtain__carousel__pager__item:first-child {
    margin-top: 0;
  }
  .curtain__carousel__item .button {
    margin-bottom: 20px;
  }
  .quattro__step__article__read_more {
    /*right: -135px;*/
  }
  .about__detail__overlayer .quattro__step__article__body {
    padding: 0 144px;
  }
  .quattro__step {
    padding-right: 0;
  }
  .client__list__item {
    width: 50%;
  }
  .button {
    height: 62px;
    line-height: 62px;
  }
  .cookies__disclaimer {
    padding-bottom: 15px;
    padding-top: 25px;
  }
  
    .projects__list {
        padding-bottom: 60px;
        padding-top: 100px;
		height: 100%;
    }
    
    .projects__list__item{
        height: 50%;
        width: 50%;
        float:left;
    }
    .black__gradient:before{
        height: 100px;
     }
     
     
}
@media only screen and (min-width: 960px) {
  .mobile__only {
    display: none;
  }
  .desktop_only {
    visibility: visible;
    height: auto;
    width: auto;
  }
  .main__navigation {
    height: auto;
    width: auto;
    z-index: 50;
  }
  .main__navigation .h2 {
    display: none;
  }
  .navigations__container {
    background-color: transparent;
    height: auto;
    width: auto;
    position: fixed;
    top: 95px;
    right: 20px;
    opacity: 1 !important;
    z-index: 99;
  }
  .navigation {
    position: relative;
    width: auto;
    bottom: auto;
    padding: 0 121px 0 0;
  }
  .navigation .item {
    font-size: 0.9em;
    letter-spacing: 0.2em;
    display: inline-block;
    margin-left: 57px;
  }
  .language__switcher {
    position: inherit;
    background-color: transparent;
    height: auto;
    width: 100%;
    padding-top: 0;
    bottom: auto;
    display: none;
  }
  .language__switcher {
    display: inline-block;
  }
  .svg .main__header.background__dark .navigations__container .active a {
    color: #ffffff;
  }
  .svg .main__header.background__dark .main__navigation a {
    border-color: #ffffff;
  }
  .content__slide__footer {
    /* height: 368px; */
  }
  .social__menu__item span {
    display: inline;
  }
  .social__menu__item__last {
    padding-right: 20px;
  }
  
    
  .projects__list {
      padding-bottom: 60px;
      padding-top: 140px;
  }
    
  .projects__list__article__title__text{
      padding: 3%;
  }
    
  .black__gradient:before{
      height: 538px;
  }
  .project__summary{
      display: block;
      padding-top: 20px;
  }
  
  .project__summary::after {
      top: 11px;
      left: 144px;
      width: 206px;
  }  
  
  .content__slide__project__detail .link__to_section::after{
    width: 0px;
  }
  
    .project__gallery__image__fourth,
    .project__gallery__image__fifth,
    .project__gallery__image__sixth,
    .project__gallery__image__seventh {
        max-height:none;
        float:right;
    }
    
    .project__gallery__image__fourth,
    .project__gallery__image__fifth{
        display: inline-block;
    }
    
    .project__gallery__image__fifth{
        float: right;
        width: 20%;
        margin-right: -81%;
        overflow: hidden;
        /*max-width: 100%;*/
    }
    
    .project__gallery__image__fourth{
        width: 41%;
        margin-right: 40%;
    }
    
   .project__gallery__image__fourth,
    .project__gallery__image__fifth{
        height: 33%;
    }
    
    .project__gallery__image__sixth {
        height:18%;
        width: 20%;
        margin-right: 20%;
    }
    .project__gallery__image__seventh{
        height:49%;
        width: 46%;
        margin-right: 31%;
    }

    .project__gallery__image__fourth .project__gallery__image__large,
    .project__gallery__image__fifth .project__gallery__image__large,
    .project__gallery__image__sixth .project__gallery__image__large,
    .project__gallery__image__seventh .project__gallery__image__large{
        width: auto;
        max-width: 100%;
    }
  
}
@media only screen and (min-width: 1280px) {
  .curtain__carousel__item__article {
    background-position: center;
    background-attachment: fixed;
    background-size: auto 67%;
  }
  .curtain__carousel__item__article__inner {
    height: auto;
  }
  /*.projects__page .curtain__carousel__item__article__inner {
    height: 100%;
  }*/
  .large_desktop_only {
    visibility: visible;
    height: auto;
    width: auto;
  }
  .contact__detail__container {
    /*left: 25%;*/
  }
  .content__slide_client .link__to_section::after,
  .content__slide_steps .link__to_section::after {
    width: 0px;
  }
  .client__list,
  .quattro__step {
    padding-right: 144px;
    position: relative;
    margin-top: 10px;
  }
  .client__list:after,
  .quattro__step:after {
    left: 144px;
    width: 206px;
  }
  .client__list {
    padding-top: 13px;
    margin-top: 7px;
  }
  .quattro__step__item {
    display: inline-block;
    float: left;
    width: 25%;
  }
  .quattro__step__article__opener {
    padding: 0 7%;
  }
  .quattro__step__article__opener:hover {
    background-color: transparent;
  }
  .quattro__step__article__read_more {
    position: relative;
    top: auto;
    right: auto;
  }
  .content__slide_steps .link__to_section:after {
    top: -24px;
  }
  .about__detail__overlayer {
    padding: 0 144px;
    z-index: 101;
  }
  .about__detail__overlayer .detail__article__close {
    display: none;
  }
  .about__detail__overlayer .about__detail__overlayer__content {
    width: 25%;
  }
  .about__detail__overlayer .about__detail__overlayer__content.step0 {
    margin-left: 0;
  }
  .about__detail__overlayer .about__detail__overlayer__content.step1 {
    margin-left: 25%;
  }
  .about__detail__overlayer .about__detail__overlayer__content.step2 {
    margin-left: 50%;
  }
  .about__detail__overlayer .about__detail__overlayer__content.step3 {
    margin-left: 75%;
  }
  .about__detail__overlayer .quattro__step__article__body {
    /*width: 25%;*/
    bottom: 374px;
    padding: 0 7%;
  }
  .about__detail__overlayer .quattro__step__number {
    color: #ffffff;
  }
  .about__detail__overlayer .quattro__step__article__body__description {
    display: block;
    margin-top: 0;
    font-size: 1.25em;
  }
  .about__detail__overlayer .quattro__step__article_details::after {
    width: 0;
  }
  .about__detail__overlayer .quattro__step__number {
    position: absolute;
    bottom: -60px;
  }
  .about__detail__overlayer .quattro__step__title {
    text-transform: capitalize;
    font-family: "Futura LT W01 Book", Arial, sans-serif;
    font-size: 2.5em;
    letter-spacing: 0;
  }
  .client__list__item {
    width: 25%;
  }
  .client__list__item__desktop {
    display: inline-block;
  }
  
  .project__gallery__image__second{
    margin-left: 15%;
  }
  
  
}
@media only screen and (max-width: 568px) {
  form .row {
    margin-bottom: 10px;
  }
  .content__slide .h2 {
    line-height: 1em;
  }
  .curtain__carousel__item__article {
    background-position: 50% 10%;
  }
  
  .quattro__step {
    padding-bottom: 0;
    margin-top: -70px;
  }
  .quattro__step .content__slide__footer {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .projects__list,
  .quattro__step {
    padding-bottom: 0;
    margin-top: -50px;
  }
  .quattro__step .content__slide__footer {
    margin-top: 0px;
  }
  .curtain__carousel .content__slide__footer {
    margin-top: 0px;
  }
  .curtain__carousel__item .button {
    margin: 10px auto 50px auto;
    display: block;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* ==========================================================================
   HP VIDEO
   ========================================================================== */

section.video{
	overflow:hidden;
}

.fullscreen__media { 
    position: absolute;
	top:50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

.fullscreen__poster{
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0px) translateY(90px);
    -moz-transform: translateX(0px) translateY(90px);
    -ms-transform: translateX(0px) translateY(90px);
    -o-transform: translateX(0px) translateY(90px);
    transform: translateX(0px) translateY(90px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.content__slide.current .fullscreen__poster{
     opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}


video source{
	display:none;
}

#introCarousel+.button{
	margin:30px 0 10px 144px;
}

@media screen and (max-width: 767px) {
	#introCarousel+.button{margin:30px 0 10px 36px;}
  /*section.video.background__dark{ background-color:#000;}*/
  /*#bgvid { display: none; }*/
}



/* ==========================================================================
   HP FOOTER BG
   ========================================================================== */

.homepage .with_grey_footer{
	background-color:#fff;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact__page footer{
	position:relative;
}
.contact__detail__container {
	left: 32%;
	width:68%;
}
.contact__page .contact__detail div{
	position:absolute;
	right:42%;	
}
@media screen and (max-width: 767px) {
	.contact__detail__container {
		left: 0;
		width:100%;
	}
	.contact__page .contact__detail div{
		position:relative;
		float:left;
		right:0;
	}
	.contact__page .contact__detail .contact__detail_item{
		font-size:1em;
		margin-right:20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.contact__detail__container {
		left: 50%;
		width:50%;
	}
	.contact__page .contact__detail div{
		position:relative;
		float:left;
		right:0;
		margin-right:20px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.contact__detail__container {
		left: 37%;
		width:63%;
	}
	.contact__page .contact__detail div{
		right:15%;
	}
}


/* ==========================================================================
   Legal pages styles
   ========================================================================== */

#mainHeader.scrolled{
	background-color:#fff !important;
	background-color:rgba(255,255,255,0.9) !important;
	height:120px;
}
@media screen and (max-width: 960px) {
  #mainHeader.scrolled{height:43px;}
}

.legal__title{
	height:700px;
}
.legal__title h2{
	font-size:5.4em;
	line-height:1em;
	font-weight:200;
	margin:0;
	color:#636362;
	padding:480px 5% 80px 144px;
	transition:all ease 500ms;
	opacity:0;
}
.legal__title h2.slideUP{
	padding:410px 5% 150px 144px;
	opacity:100;
}
.legal__title h2 span{
	color:#fff;
}
.legal__text{
	padding:40px 5% 10% 15%;
	max-width:1258px;
	box-sizing:content-box;
}
.legal__text h3{
	font-size:3em;
	line-height:1em;
	font-weight:200;
	margin-bottom:28px;
	padding-bottom:20px;
}
.legal__text h3 strong{
	color:#636362;
	font-weight:200;
	border-bottom: 3px solid #636362;
	padding-bottom:15px;
	margin-right:20px;
	display:block;
	float:left;
}
.legal__text p{
	font-size:1.2em;
}

@media only screen and (max-width:500px) {
	.legal__page{width:100%;}
}
@media only screen and (max-width:960px) {
	.legal__title{height:auto;}
	.legal__title h2{font-size:3.5em; padding-bottom:40px; padding:270px 5% 0px 36px;}
	.legal__title h2.slideUP{padding:230px 5% 40px 36px;}
	.legal__text{padding:40px 5% 15%;}
	.legal__text h3{font-size:2em;}
	.legal__text h3 strong{font-size:0.7em; float:none; margin-bottom:20px; border-bottom-width:2px; margin-right:0;}
}

/* PDF BT */
#download-pdf-img{
	background:url('/img/PDF_download.png') no-repeat center top;
	display:block;
	height:125px;
	width:100px;
	margin:40px 0 30px;
	float:left;
	-webkit-transition: background-position 100ms ease;
  -moz-transition: background-position 100ms ease;
  -ms-transition: background-position 100ms ease;
  -o-transition: background-position 100ms ease;
  transition: background-position 100ms ease;
}
#download-pdf-img:hover{
	background-position:bottom;
}
#download-pdf-img span{
	display:none;
}
#download-pdf:before{
	position:absolute;
	content:"";
	display:block;
	width:205px;
	height:3px;
	background-color:#636362;
	float:left;
	top:-18px;
}
#download-pdf{
	position:relative;
	display:block;
	margin:10px 0 40px;
	clear:both;
}

/* FOOTER */
.legal__page+footer{
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	padding-top:20px;
}
.legal__page+footer #mainNavigationArrow{
	display:none;
}
@media only screen and (max-width:960px) {
	.social__menu__item.desktop_only{
		display:none;
	}
}