@import url(https://fonts.googleapis.com/css?family=Lora:400,500,600,700,800);

@import url(https://fonts.googleapis.com/css?family=Palanquin:400,700,600);

@-webkit-keyframes slide {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@-moz-keyframes slide {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@-o-keyframes slide {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes slide {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}



html {

  width: 100%;

  height: 100%;

}



a, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

	font-family: 'Palanquin', sans-serif;

  font-weight: 400;

}



#fullpage {

  width: 100%;

  height: 100%;

}



body {

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  -webkit-overflow-scrolling: touch;

  

  background-color: #000;

}



a, a:hover {

  color: #FFF;

  text-decoration: none;

}



#mobile-hamburger-toast {

  display: block;

  color: #FFF;

  float: right;

  pointer-events: all;

  z-index: 10;

  position: fixed;

  top: 0px;

  right: 0;

  padding: 13px;

}



#mobile-hamburger-toast #toast-close {

  font-size: 22px;

  display: block;

}



#mobile-hamburger-toast.close #toast-close {

  display: none;

}



#mobile-hamburger-toast.close #toast-open {

  display: block;

}



#mobile-hamburger-toast #toast-open {

  font-size: 22px;

  display: none;

}



#mobile-hamburger-menu {

  pointer-events: all;

  height: 100%;

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  background-color: #000;



  transform: translateX(0);

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);



  transition: transform .5s ease-in;

  -webkit-transition: transform .5s ease-in;

  -moz-transition: transform .5s ease-in;

  -ms-transition: transform .5s ease-in;

}



#mobile-hamburger-menu.hidden {

  transform: translateX(100%);

  -webkit-transform: translateX(100%);

  -moz-transform: translateX(100%);

  -ms-transform: translateX(100%);

}



#mobile-hamburger-menu ul li {

  list-style-type: none;

  font-size: 16px;

  line-height: 16px;

  text-transform: uppercase;

  margin-top: 32px;

}



#mobile-hamburger-menu ul li.mobile-active a {

  color: #DB871D;

}



#mobile-hamburger-menu ul li.mobile-active a:hover {

  color: #DB871D;

}



#mobile-hamburger-menu .menu-main-menu-container {

  text-align: center;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 100%;

  height: auto;

  padding-bottom: 30px;

}



.to-preload {

  display: none !important;

}



.blog-title {  

  text-align: center;

  font-size: 36px;

  font-family: 'Lora';

  font-weight: 600;



  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  color: #FFF;



  z-index: 10;



  width: 90%;



  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  transform: translateY(-50%);

}



.blog-image {  

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 450px;

  overflow: hidden;

}



.blog-image img {

  width: 100%;

  height: auto;



  opacity: 0.7;

}



.content-blog {

  position: absolute;

  top: 500px;

  width: 50%;

  left: 0;

  right: 0;

  margin: auto;

  text-align: center;



  color: #FFF;



  margin-bottom: 100px;

}



.content-blog iframe {

  width: 100%;

}



.content-blog .video-js {

  margin: 0 auto;

}



.content-blog img {

  width: 100%;

  height: auto;

  margin: 20px 0;

}



.back-button {

  display: block;

}



.back-button {

  position: fixed;

  left: 40px;

  top: 80px;

  width: 60px;

  height: 25px;

  border: 1px solid;

  z-index: 1001;

  padding: 5px 10px;

  text-align: center;

  text-transform: uppercase;

  line-height: 23px;

  font-size: 14px;

  font-weight: 800;

  background-color: rgba(0, 0, 0, 0.5);

  border-color: #FFF;

  transition: background-color .2s linear, border-color .2s linear, color .2s linear;

  -moz-transition: background-color .2s linear, border-color .2s linear, color .2s linear;

  -webkit-transition: background-color .2s linear, border-color .2s linear, color .2s linear;

  -ms-transition: background-color .2s linear, border-color .2s linear, color .2s linear;

}



.back-button i {  

  font-size: 9px;

  padding-right: 5px;

  line-height: 8px;

}



.back-button:hover {

  /* background-color: #DB871D; */

  /* color: #FFF; */

  background-color: #FFF;

  border-color: #FFF;

  color: #DB871D;

}



div#sidebar {

  position: fixed;

  top: 0;

  z-index: 10000000;

  left: 0;

  width: 100%;

  background: transparent;

  padding: 30px 30px 18px 30px;

  padding-left: 0;

  padding-right: 0;

  pointer-events: none;



  transition: background-position-y .2s linear;

  -moz-transition: background-position-y .2s linear;

  -webkit-transition: background-position-y .2s linear;

  -ms-transition: background-position-y .2s linear;

}

#sidebar.apertowork {padding-bottom:115px !important;}

#sidebar.apertoreel {

padding-bottom: 90px !important;

}



#menu ul li ul li#menu-item-66,#menu ul li ul li#menu-item-67 {display:none;}

#sidebar.apertodirectors {padding-bottom:90px !important;}

#sidebar li:hover ul.sub-menu {opacity:1; z-index:10000; left: 0;}

body .demo-2 .sl-slider blockquote p {color:#FFFFFF; text-shadow: 1px 1px 35px rgba(0,0,0,0.7); font-size: 55px;}



#menu ul li a {

  color:black; text-decoration:none;

}



#menu ul li a:hover {

  color:rgb(231,153,37);

}



#menu ul li {

  display: inline-block;

  margin: 0 10px;

  text-transform: uppercase;

  color: black;

  font-size: 14px;

}





/* BX SLIDER */



.bx-viewport, .bx-wrapper{

  position:relative;

  width:100%;

  height:100% !important;

  top:0;

  left:0;

}



#slider, #slider li{

  height: 100% !important;

}



.full-bg-image {

  background-repeat: no-repeat;

  background-position: top center;

  background-size: cover;



  -webkit-filter: brightness(60%);

  -ms-filter: brightness(60%);

  -moz-filter: brightness(60%);

  filter: brightness(60%);



  width: 100%;

  height: 100%;

}



.bx-wrapper .bx-viewport{

  border: none !important;

}



.fullscreen {

  width: 100%;

  height: 100%;

}



#projects-index-container {
  position: absolute;
  color: #FFF;

  bottom: 40px;
  left: 40px;
}

#projects-index-container .project-index {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}

#projects-index-container .project-index .project-title {
  transition: transform 0.3s linear, opacity 0.3s linear;
  transform-origin: 0 0;
  transform: scaleX(0);
  display: none;
  opacity: 0;
}

#projects-index-container .project-index.active {
  pointer-events: none;
  color: #DB871D;
}

#projects-index-container .project-index.active .project-title {
  display: inline-block;
  /*transform: scaleX(1);
  opacity: 1;*/
}

#projects-index-container .project-index.active.visible .project-title {
  transform: scaleX(1);
  opacity: 1;
}

.slide-progress-bar {
  position: fixed;
  bottom: 0;

  height: 3px;
  width: 100%;
}

.slide-progress-bar .slide-progress-wrapper {
  transform: translateX(-100%);
  background-color: #FFF;
}

.slide-progress-bar .slide-progress-wrapper.run {
  -webkit-transition: transform 7.8s linear;
  -moz-transition: transform 7.8s linear;
  -ms-transition: transform 7.8s linear;
  transition: transform 7.8s linear;
  transform: translateX(0);

  height: 100%;
  width: 100%;
}

.home-slider-arrow {
  -webkit-animation: slide 1.5s linear infinite;
  -moz-animation: slide 1.5s linear infinite;
  -ms-animation: slide 1.5s linear infinite;
  -o-animation: slide 1.5s linear infinite;
  animation: slide 1.5s linear infinite;
}

.arrow-down.home-slider-arrow.video-arrow {
  cursor: pointer;
  position: fixed;
  bottom: auto;

  top: 93.5vh;
  z-index: 1;
}

.arrow-down.home-slider-arrow.video-arrow i {
  color: #FFF;
}

.nav-dots {

  display:none;

}



div#logo {

  display: inline-block;

  width: auto;

  text-align: center;

  pointer-events: all;



  transition: transform .4s linear;

  -moz-transition: transform .4s linear;

  -webkit-transition: transform .4s linear;

  -ms-transition: transform .4s linear;

}



div#social-icons {

  float: right;



  pointer-events: all;

}



div#social-icons ul li {

  color: #FFF;

  display: inline-block;

  padding-right: 25px;



  list-style-type: none;

  font-size: 17px;



  pointer-events: all;

}



div#social-icons ul li:last-child {

  padding-right: 0;

}


div#social-icons ul li a {
  transition: color 0.2s;
  color: #FFF;
}

div#social-icons ul li a:hover {
  color: #DB871D
}


div#menu {

  display: inline-block;



  width: auto;

  display: inline-block;

  width: auto;

  position: fixed;

  bottom: 0;

  left: 40px;

  top: 0;

  margin: auto;



  height: 180px;



  z-index: 9999999;

}



div#menu .menu-main-menu-container {

  height: 100%;

}



div#menu .menu-main-menu-container .menu-main-menu {

  height: 100%;

}



div#menu ul li {

  float: left;

  clear: left;

  margin-left: 0;

}



#menu ul li:hover a {

  opacity: 1;

  pointer-events: all;

  cursor: pointer;

  color: #FFF !important;

}



#menu ul li a {

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 1.5px;

  font-size: 12px;



  /*opacity: 0;*/

  pointer-events: none;

  color: transparent;

}



#menu ul li.active:hover a,

#menu ul li.current-menu-parent:hover a {

  color: #DB871D !important;

}



#menu ul li a {

  cursor: default;

}



#menu ul li.active a,

#menu ul li.current-menu-parent a {

  cursor: pointer;

}



#menu ul li.active a,

#menu ul li.current-menu-parent a {

  display: inline;

  color: #DB871D;

  /*opacity: 1;*/

  pointer-events: all;

  font-weight: 800;


  /* transition: opacity 0.2s linear;

  -moz-transition: opacity 0.2s linear;

  -webkit-transition: opacity 0.2s linear;

  -ms-transition: opacity 0.2s linear; */

  transition: color 0.5s linear;

  -moz-transition: color 0.5s linear;

  -webkit-transition: color 0.5s linear;

  -ms-transition: color 0.5s linear;

}



#logo img {

  width: 220px;

	margin-bottom: -2px;

}



.play.visibile {

  z-index:1000; 

  opacity:1;

}



.stop.visibile {

  z-index:1000;

}



.stop.visibile:hover {

  opacity:1;

}



.play,.stop {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  opacity:0;

  text-align: center;

  height: 50vh;

  padding-top: 50vh;

  z-index: -100000;

  cursor: pointer;

  -webkit-transition: opacity 0.5s; 

  -moz-transition: opacity 0.5s; 

  -o-transition: opacity 0.5s; 

  -ms-transition: opacity 0.5s; 

  transition: opacity 0.5s;

}

.director a {

text-decoration: none;

}



div#directors {

  width: 50%;

  margin-left: 50%;

  margin-top: 100px;

}



div#menu ul li a::before {

  content: '';

  font: normal normal normal 14px/1 'FontAwesome';

  padding-right: 10px;

  color: #FFF;

  font-size: 12px;

  line-height: 12px;



  cursor: pointer;

}



div#menu ul li:hover a::before {

  content: '';

  color: #FFF;

}



div#menu ul li.active:hover a::before {

  content: '';

  color: #DB871D;

}



div#menu ul li.active a::before,

div#menu ul li.current-menu-parent a::before {

  content: '';

  font: normal normal normal 14px/1 FontAwesome;

  padding-right: 10px;

  color: #DB871D;

  font-size: 12px;

  line-height: 12px;

}

.works #menu {
  display: none;
}

.single-work #menu {
  display: none;
}

.single-director #menu {
  display: none;
}

.news-list #menu {
  display: none;
}


div#languages-selection {

  position: fixed;

  right: 40px;

  bottom: 50px;

  width: 100px;

  height: 20px;

  text-align: right;

  z-index: 2;

  pointer-events: all;

}



.title-director span {

  font-size: 45px;

  line-height: 60px;

  color: rgb(231,153,37);

  border-bottom: 3px solid transparent;

	cursor:pointer;

}



.title-director span:hover {

  border-bottom:3px solid rgb(231,153,37);

}



div#text-director {

  position: fixed;

  width: 388px;

  left: 169px;

  padding: 20px;

  display:none;

  top: 110px;

  height: 100%;

  padding: 0;

}



div#text-director p {

  color: #FFFFFF;

  font-size: 13px;

  line-height: 19px;

}



div#works-content,div#web,div#advertising,div#music,div#events,div#reel , div#events-content{

  position: relative;

  left: 0;

  overflow:hidden;

  width: 100%;

  z-index: 1000;

  background: #FFFFFF;

  overflow-x:auto;

}



div.more-works, div.more-events {

  position: absolute;

  /*top: 0;*/

  right: 0;

  left: 0;

  /*bottom: 0;*/

  bottom: 38px;

  width: 108px;

  height: 25px;

  margin: auto;

  text-align: center;

  /*color: #FFF;*/

  color: #DB871D;

  /*border: 1px solid;*/

  padding: 2px 10px;

  border: 1px solid #DB871D;

  background-color: rgba(0, 0, 0, 0.5);

  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -ms-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

div.more-works:hover, div.more-events:hover {
  background-color: #DB871D;
}


div.more-works p, div.more-events p {

  /*color: #FFF;*/

  color: #DB871D;

  text-transform: uppercase;

  font-weight: 800;

  letter-spacing: 1.5px;

  font-size: 12px;

  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  transition: color .2s ease-in;
}

div.more-works:hover p {
  color: #FFF;
}
div.more-events:hover p {
  color: #FFF;
}

div.more-works i, div.more-events i {

  font-size: 36px;

  color: #FFF;

}



.work[data-size="small"] {

  width: 50%;

  margin-bottom:20px;

  float:left;

  vertical-align: top;

}

.work[data-size="big"] {

  width: 100%;

  float:left;

  position: relative;

  vertical-align: top;

}



.img-work {

  margin-right: 0;

  margin-bottom: 0;

	height:100%;

}



.single .play,  .single .stop {

  height: 100%;

  padding-top: 0;

  display: table;

}

.img-work img {

  width: 100%;

  margin-bottom: -6px;

  height: 100%;

  border: none;

  margin: 0;

  padding: 0;

  box-shadow: none;

}



.work {

  height: 50%;

  width: 50%;

  float: left;

  display: inline-block;

  margin: 0;



  background-color: #FFF;

}



.menu-filter {  

  position: fixed;

  /* top: 22px; */
  top: 84px;

  left: 0;

  /* width: 50%; */
  width: 65%;

  text-align: center;

  right: 0;

  z-index: 1000;

  margin: auto;

}


.menu-filter.directors-menu {
  position: absolute;
}

.menu-filter.works-menu {
  background-color: #000;
  top: 0;

  height: 175px;
  width: 100%;
}

.menu-filter.works-menu ul {
  position: absolute;
  margin: auto 0;
  height: 10px;

  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#directors-content .menu-filter.works-menu .mobile-filter,
#directors-content .menu-filter.works-menu .arrow-container,
#directors-content .menu-filter.directors-menu .mobile-filter,
#directors-content .menu-filter.directors-menu .arrow-container {
  display: none;
}


.menu-filter ul li {

  display: inline-block;

  list-style-type: none;

  margin-left: 15px;

  line-height: 15px;



  cursor: pointer;

}



.menu-filter ul li span {

  transition: border-width 0.2s linear;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 600;

  color: #FFF;

  display: inline-block;

  position: relative;

}

.menu-filter ul li span::before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);

  background-color: #DB871D;
  visibility: hidden;
  position: absolute;
  display: block;
  content: '';

  width: 100%;
  height: 1px;

  bottom: -7px;
  left: 0;
}

.menu-filter ul li span:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);

  visibility: visible;
}


/*.menu-filter ul li span:hover {
  border-bottom: 1px solid #DB871D;
}*/

.menu-filter ul li.active {
  pointer-events: none;
  cursor: default;
}

.menu-filter ul li:nth-child(2){margin-left:0;}
.menu-filter ul li.active span.active-icon {

  color: #FFF;

  margin-left: 10px;

  /*border: 1px solid #FFF;*/

}

.menu-filter ul li.active span:hover {

  border: 0;

}



.menu-filter ul li.active span.menu-filter-label {
  color: #DB871D;
}




.menu-filter ul li::before {

  content: '|';

  padding-right: 20px;

  color: #FFF;

  font-weight: 600;

  font-size: 14px;

}



.menu-filter ul li:first-child::before {

  content: '';

}

.menu-filter.works-menu ul li:nth-child(2)::before,
.menu-filter.directors-menu ul li:nth-child(2)::before {

  content: '';

}


#section-directors .menu-filter {

  position: absolute;

}



.work .title-work {

  position: absolute;

  color: #FFFFFF;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}



.inner-title-work {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

  font-size: 19px;

  line-height: 28px;

  word-wrap: break-word;

}



.inner-title-work span, .inner-title-work span p {

  color: #FFFFFF;

}



.button-cta {

  border: 1px solid #DB871D;

  width: 110px;

  height: 30px;

  line-height: 28px;

  text-align: center;

  padding: 3px 10px;

  float: none;

  margin: 20px auto;

  color: #DB871D;

  cursor: pointer;

  background-color: rgba(0, 0, 0, 0.5);



  transition: background-color .2s ease-in, color .2s ease-in;

  -moz-transition: background-color .2s ease-in, color .2s ease-in;

  -webkit-transition: background-color .2s ease-in, color .2s ease-in;

  -ms-transition: background-color .2s ease-in, color .2s ease-in;

}

/* .button-cta.discover {
  background-color: #FFF;
  border-color: #FFF;

  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in, color .2s ease-in;
  -moz-transition: border-color .2s ease-in, background-color .2s ease-in, color .2s ease-in;
  -ms-transition: border-color .2s ease-in, background-color .2s ease-in, color .2s ease-in;
  transition: border-color .2s ease-in, background-color .2s ease-in, color .2s ease-in;
}


.entry-content .button-cta {

  margin: 20px auto;

} */



.button-cta span,
.button-cta a {
  text-transform: uppercase;
  color: #DB871D;

  line-height: 20px;
  font-weight: 800;
  font-size: 16px;
}

/* .button-cta.discover span,
.button-cta.discover a {
  font-weight: 800;
  color: #000;
} */



.button-cta:hover {

  background-color: #DB871D;

}



.button-cta:hover span,

.button-cta:hover a {

  color: #FFF;

}


/* .button-cta.discover:hover {
  border-color: #DB871D;
} */



.inner-work {

  position: relative;

  height: 101%;

  width: 100%;

}



.inner-work .title-work {

 /* background-color: rgba(0,0,0,0.6);*/
  background-color: rgba(0,0,0,0.4);



  -webkit-transition: background-color .2s linear;

  -moz-transition: background-color .2s linear;

  -ms-transition: background-color .2s linear;

  transition: background-color .2s linear;

}

.inner-work .title-work:hover span.client,
.inner-work .title-work:hover span.title,
.inner-work .title-work:hover span.director {
  color: #DB871D;
}

.inner-work .title-work:hover hr.work-divider {
  border-color: #DB871D;
}

.inner-work


div.inner-title-work span.title {

  /*font-size: 30px;*/

  font-size: 16px;

  line-height: 26px!important;

}



.inner-work .img-work-wrapper {  

  width: 100%;

  height: 100%;

  overflow: hidden;

}



.inner-work .img-work-wrapper .img-work {

  background-repeat: no-repeat;

  background-position: center center; 

  background-size: cover;



  transform: scale(1);

  -moz-transform: scale(1);

  -webkit-transform: scale(1);

  -ms-transform: scale(1);



  transition: scale .2s ease-in-out;

  -webkit-transition: scale .2s ease-in-out;

  -moz-transition: scale .2s ease-in-out;

  -ms-transition: scale .2s ease-in-out;



  margin: -1px;

  padding: 1px;



  border: none;

}





/* .inner-work:hover .title-work {

  background-color: rgba(0,0,0,0.2);

} */



.inner-work:hover .img-work-wrapper .img-work {

  transform: scale(1.3);

  -moz-transform: scale(1.3);

  -webkit-transform: scale(1.3);


  -webkit-transition: all 5s ease-in-out;

  -moz-transition: all 5s ease-in-out;

  -ms-transition: all 5s ease-in-out;

  transition: all 5s ease-in-out;

}



.outer-title {

  display: table;

  width: 100%;

  height: 100%;

}



#menu ul li {

  position:relative;

}



ul li ul li {

  margin: 0;

  display: block;

  margin-bottom: 3px;

}



#menu ul li {

  padding-bottom:15px;

}



#menu ul li ul li {

  padding-bottom:0;

}



ul.sub-menu {

  display: block;

  left:-10000px;

  z-index:-1000;

  opacity:0;

  position: absolute;



  width: 150px;

  top: 35px;

}



.image-think-box img {

  width: 100%;

  margin: 0;

  float: left;

}



.image-think-box {

  position: fixed;

  top: 0;

  z-index: -1;

  left: 0;

	width:100%;

}



.video .play img,.video .stop img {

  display: block;

  margin: 0 auto;

}



.text-think {

  height: 90vh;

  display: table;

  width: 100%;

}



div#inner-about {

  margin-top: 91px;

}



.directors-overlay {  

  width: 100%;

  height: 100%;

  position: absolute;

  background-color: rgba(0,0,0,0.5);

}



#directors-bg {

  width: 100%;

  height: 100%;



  background-color: #000;

  background-size: cover;



  position: absolute;



  opacity: 0.4;

}



#directors-content {

  color: #FFF;



  width: 100%;

  height: 100%;



  position: relative;

}



#directors-content a {

  color: #FFF;

  font-family: 'Lora';

}



#directors-content #directors-page::-webkit-scrollbar {

  display: none;

}



#directors-content #directors-page {

  width: 60%;



  position: absolute;



  top: 0;

  left: 0;

  right: 0;

  bottom: 0;



  text-align: center;



  margin: auto;



  overflow: hidden;

}



#directors-content #directors-page #directors-inner-page {  

  width: 100%;

  /*height: 100%;*/

  overflow: scroll;

  overflow-x: hidden;

  padding-right: 500px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  position: absolute;

  margin: auto 0;

  top: 50%;

}





#directors-content #directors-page  #directors-inner-page ul li {

  list-style-type: none;

  width: 50%;

  float: left;

  /*font-size: 24px;*/

  /*line-height: 70px;*/

  opacity: 1;

  transition: opacity 0.2s linear;

  -moz-transition: opacity 0.2s linear;

  -webkit-transition: opacity 0.2s linear;

  -ms-transition: opacity 0.2s linear;

  font-size: 1.25vw;

  line-height: 6vh;

}



#directors-content #directors-page #directors-inner-page ul li.hidden {

  opacity: 0;

}



#directors-content #directors-page #directors-inner-page ul li a {

  color: #FFF;



  font-weight: 600;

  letter-spacing: 2.5px;

  text-transform: uppercase;



  transition: color 0.1s linear;

  -moz-transition: color 0.1s linear;

  -webkit-transition: color 0.1s linear;

  -ms-transition: color 0.1s linear;

}



.arrow-down {

  position: absolute;

  bottom: 20px;

  left: 0;

  right: 0;

  width: 200px;

  height: 50px;

  margin: auto;

  text-align: center;

  font-size: 25px;

  line-height: 13px;

}



#section-home .arrow-down {

  cursor: pointer;

}



.arrow-down p {

  font-size: 13px;

  text-transform: uppercase;

  line-height: 13px;

  font-weight: 700;

}



.arrow-down i {

  font-size: 20px;

}



#section-home .arrow-down {

  color: #FFF;

  /*bottom: 30px;*/

  bottom: 42px;

  height: 20px;

  width: 50px;
}



#directors-content #directors-page #directors-inner-page ul li .bottom-line {

  width: 20%;

  border-bottom: 1px solid #FFF;

  margin: 0 auto;

}



#directors-content #directors-page #directors-inner-page ul li a:hover {

  color: #DB871D;

}



#news-content {

  background-color: #000;

  color: #FFF;



  width: 100%;

  height: 100%;



  position: relative;

}



#about-content {

  background-color: #000;

  color: #FFF;



  width: 100%;

  height: 100%;



  position: relative;

}



#contacts-content {

  background-color: #000;

  color: #FFF;



  width: 100%;

  height: 100%;



  position: relative;

}



.vertical-divider {

  position: absolute;

  width: 4px;

  height: 100%;

  left: 0;

  right: 0;

  margin: auto;

  background-color: #000;

}



.horizontal-divider {

  position: absolute;

  height: 4px;

  width: 100%;

  left: 0;

  right: 0;

  margin: auto;

  background-color: #000;

}



.text-think p {

  font-size: 19px;

  text-align: center;

  color: black;

  width: 700px;

  margin: 0 auto;

  line-height: 28px;

  margin-bottom: -3px;

}



strong {

  font-weight: bold;

}



body.home {

  overflow: hidden;

}



.slider-content {

  z-index: 2;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 700px;

  height: 250px;

  margin: auto;



  transform: translateY(0);

  -moz-transform: translateY(0);

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);



  transition: transform .5s linear;

  -webkit-transition: transform .5s linear;

  -moz-transition: transform .5s linear;

  -ms-transition: transform .5s linear;

}



/* .single-work .slider-content{

  bottom: 15%;

} */



.director-page .slider-content {

    height: 60%;

  margin-top: 10%;

  overflow: hidden;



}



.director-page .slider-content p{

  font-size: 11pt;

  font-weight: 400;

  height: 65%;

  overflow-y: auto;

}



.director-page span.title {

  font-family: 'Lora';

  font-size: 40px;

  font-weight: 800;

  line-height: 55px;

  letter-spacing: 4px;

}



.slider-content p {

  text-align: center;

  color: #FFF;

  font-weight: 600;

}



span.client,

span.title,

span.director,

span.agency {

  transition: color 0.2s linear;

  text-transform: uppercase;

  color: #FFF;

  text-align: center;

  display: block;

}



span.client {

  font-family: 'Palanquin';

  /*font-size: 20px;*/

  font-size: 14px;

  /*margin-bottom: 5px;*/

  margin-bottom: 0;

}



span.director {

  /*font-size: 30px;*/

  font-size: 16px;

  text-transform: none;

}



span.agency {

  font-size: 15px;

  text-transform: uppercase;

}



span.title {

  font-size: 60px;

  font-family: 'Palanquin', sans-serif;

  font-weight: 600;

  letter-spacing: 1.5px;

}



span.work-buttons {

  text-transform: uppercase;

  color: #FFF;

  text-align: center;

  display: block;

}



.entry-content .title {

  font-size: 60px;

  font-weight: 700;

  line-height: 50px;

}



hr.work-divider {

  width: 20%;

  margin: 30px auto;

  color: #FFFFFF;

  box-shadow: none;

  border: none;

  border-bottom: 1px solid #FFF;

  transition: border-color 0.2s linear;

}



.inner-work hr.work-divider {

  /*margin: 20px auto;*/

  margin: 10px auto;

  display: block;

}



span.director {

  /*font-size: 20px;*/

  font-size: 14px;

  font-family: 'Lora';

  font-weight: 400;

}



.text-think-inner {

  padding-top: 20px;

  padding-bottom: 40px;

  display: table-cell;

  vertical-align: middle;

}



.text-think-inner img {

  width: 310px;

  margin: 30px auto;

  display: block;

}



.news-page div.inner-work span.title {  

  font-size: 15px;

  line-height: 18px!important;

  width: 70%;

  margin: 0 auto;

}





.news-page div.inner-work span.director {  

  font-size: 16px;

}



#section-news div.inner-work span.title {

  width: 65%;

  margin: 0 auto;

}



#section-news .work {

  width: 33.33%;

  height: 33.33%;

}



.news-page .work {

  height: 33.33%;

  width: 33.33%;

}



.news-page .year-indicator {

  height: 0;

  position: relative;

  margin: 0;

  width: 100%;

  clear: both;

  display: block;

}



.news-page .year-title {

  font-size: 48px;

  text-align: center;

  color: #FFF;

  font-family: 'Lora';

  font-weight: 800;

  width: 100%;

  display: block;

  clear: both;

  margin: 20px 0;



  position: fixed;

  top: 0;



  z-index: 1;

}





.news-page .inner-work {

  overflow: hidden;

}



.news-page .inner-work .work-text-container {

  position: absolute;



  top: 50%;



  left: 0;

  right: 0;



  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.news-page .inner-work .normal-text {

  transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);



  height: 100%;

  width: 100%;



  transition: transform .4s linear;



  position: absolute;

  display: block;

  left: 0;

}



.news-page .inner-work .rollover-text {

  transform: translateY(-200%);

  -moz-transform: translateY(-200%);

  -ms-transform: translateY(-200%);

  -webkit-transform: translateY(-200%);



  height: 100%;

  width: 100%;



  position: absolute;

  display: block;

  left: 0;



  transition: transform .4s linear;

}



.news-page .inner-work:hover .normal-text {

  transform: translateY(200%);

  -moz-transform: translateY(200%);

  -ms-transform: translateY(200%);

  -webkit-transform: translateY(200%);

}



.news-page .inner-work:hover .rollover-text {

  transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

}



.news-page .inner-work .normal-text span.title {

  color: #BBB;

  width: 65%;

  margin: 0 auto;

  font-size: 13px;

  line-height: 16px !important;

}



.news-page .inner-work .normal-text span.director {

  color: #BBB;

  font-size: 13px;

}



.news-page .inner-work .normal-text .work-divider {

  margin: 10px auto;

  border-color: #BBB;

}



.news-page .inner-work:hover .title-work {

  background-color: rgba(0, 0, 0, 0.7);

}



.news-page .inner-work .title-work .button-cta {

  width: 80px;

  height: 20px;

  line-height: 13px;

  font-size: 11px;

  padding: 3px 10px;

  margin: 20px auto 0;

}



.news-page .inner-work .title-work .button-cta span {

  font-size: 13px;

  line-height: 18px;

}



.news-page .inner-work .rollover-text p {

  font-size: 14px;

  line-height: 18px;

  width: 75%;

  margin: 0 auto;

  font-weight: 300;

  text-align: justify;

}



#section-news div.more-works {

  bottom: -33.33%;

}



#section-page .post {

  width: 100%;

  height: 100%;

}



#section-page .entry-content {

  width: 100%;

  height: 100%;

}



#section-page .bottom-bar {

  /*height: 40px;*/

  height: 50px;

  background-color: #000;

  font-weight: bold;

  vertical-align: middle;

  font-size: 11px;

  text-transform: uppercase;

  width: 100%;

  z-index: 1;

  /*position: absolute;*/
  position: relative;

  /*bottom: 10%;*/
  /*bottom: -175px;*/
  /*margin-top: 150px;*/

  /*bottom: -75px;*/
  float: left;

  /*bottom: 0;*/

  /*position: absolute;*/
}



#section-page .bottom-bar.no-other-works,

#section-page .other-works-slider.no-other-works {

  visibility: hidden; 

  pointer-events: none; 

  height: 0;

}



#section-page .bottom-bar p {

  text-align: center;

  color: #FFF;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 20px;

  margin: auto;

}

.more-work-container {
  position: relative;
  float: left;

  min-height: 220px;
  width: 33.33%;
  height: 100%;
}

.more-work-img-wrapper {
  color: transparent;
  overflow: hidden;
  float: left;

  height: 100%;
  width: 100%;
}

.more-work-img-wrapper .more-work-img {
  -webkit-transition: -webkit-filter .2s linear;
  -moz-transition: filter .2s linear;
  -ms-transition: filter .2s linear;
  transition: filter .2s linear;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  height: 100%;
  width: 100%;
  float: left;
}

.more-work-img-wrapper .more-work-img:hover {
  -webkit-filter: brightness(40%) grayscale(100%);
  -moz-filter: brightness(40%) grayscale(100%);
  -ms-filter: brightness(40%) grayscale(100%);
  filter: brightness(40%) grayscale(100%);
  opacity: 0.8;
}

.more-work-img-wrapper:hover {
  color: white;
}


#work-index-0{

  /*position: absolute;*/

  width: 33.33%;

  left: 0;

  right: 0;

  margin: auto;

}



#work-index-1{

  /*position: absolute;*/

  width: 33.33%;

  left: 0;

  margin: auto;

}



#work-index-2{

  /*position: absolute;*/

  width: 33.33%;

  right: 0;

  margin: auto;

}


#work-index-3{

  /*position: absolute;*/

  width: 33.33%;

  left: 0;

  right: 0;

  margin: auto;

}



#work-index-4{

  /*position: absolute;*/

  width: 33.33%;

  left: 0;

  margin: auto;

}



#work-index-5{

  /*position: absolute;*/

  width: 33.33%;

  right: 0;

  margin: auto;

}



.more-work-text {

  pointer-events: none;

  width: 100%;

  text-align: center;



  height:20px;

  top: 0;

  bottom: 0;

  margin: auto;

  

  font-family: 'Palanquin', serif;

  

  text-align: center;

  font-weight: 600;



  vertical-align: center;

  text-transform: uppercase;

  position: absolute;

}



#section-page .other-works-slider {

  z-index: 2;

  width: 100%;

  /*height: 20%;*/
  height: 340px;

  /*display: block;*/
  display: inline-block;

  /*position: absolute;*/
  position: relative;

  /*bottom: -10%;*/
  bottom: 0;
  top: 0;

  background-color: #000;
  margin-bottom: -7px;

}

/* #section-page .other-works-slider.half-width .more-work-container {
  position: relative;
  width: 50%;
}

#section-page .other-works-slider.half-width #work-index-0 {
  float: right;
}

#section-page .other-works-slider.full-width #work-index-0 {
  float: left;
  width: 100%;
} */

.slide-down {

  transition: transform .5s linear;

  -webkit-transition: transform .5s linear;

  -moz-transition: transform .5s linear;

  -ms-transition: transform .5s linear;



  transform: translateY(0);

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

}



.slide-down.hide {

  transition: transform .5s linear;

  -webkit-transition: transform .5s linear;

  -moz-transition: transform .5s linear;

  -ms-transition: transform .5s linear;

}



#section-page .other-works-slider p {

  display: inline-block;

  width: 33%;

  height: 100%;

  margin: 0px;

  background-color: black;

}



#section-page .other-works-slider p iframe {

  width: 100%;

  height: auto;

}



#section-page .bottom-bar.hidden {

  bottom: -27%;

}



#section-page .other-works-slider.hidden {

  bottom: -15%;

}

  

#section-page .video {

  padding: 0;

  height: 100%;

}



.player .video-wrapper .video {

  background-size: cover;

}



div#contacts {

  margin-top: 91px;

}



div#contacts iframe { 

  width:100%; 

  height:130vh; 

  float:left;

}



.single .controls-wrapper {

  display: none !important;

}



body.single {

  background:black;

}



.single .info div,.single .info div a {color:#FFFFFF;}

.single .info div,.single .info div a {text-decoration:none;}

.single .info div a:hover {border-bottom:1px solid #FFFFFF;}

.single article {

  display: table;

  width: 100%;

  height: 83vh;

  margin-top: 17vh;

}



.single .entry-content {

  display: table-cell;

  vertical-align: middle;

}



.page-id-2 .entry-content iframe {

  width: 130% !important;

  height: 140%  !important;

  position: fixed;

  top: -20%  !important;

  left: -15%  !important;

}



.single .info div, .single .info div a {

  text-decoration: none;

  font-weight: lighter;

  line-height: 22px;

}

.video {

  text-align: left;

  width: 100%;

  margin: 0 auto;

  position: relative;

  padding-bottom: 35.25%;

  padding-top: 25px;

  overflow:hidden;

  height: 0;

}



.video iframe {

  position: absolute;

  left: 0;

  width: 100% !important;

  height: 100% !important;

}

.close-video-button {
  pointer-events: all;
  position: absolute;
  cursor: pointer;

  z-index: 10;

  right: 50px;
  top: 85px;

  height: 25px;
  width: 25px;
}

.close-video-button .close-button-line {
  background-color: #FFF;
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  top: 50%;

  height: 2px;
  width: 100%;
}

.close-video-button .close-button-line.left {
  transform: rotate(45deg);
}

.close-video-button .close-button-line.right {
  transform: rotate(-45deg);
}





.info {

  width: 65%;

  margin: 20px auto;

}

.inner-inner-works {

  width: 50%;

  float: left;

  margin-top: 20px;

}



#menu ul li ul li {

  margin:0; 

  display:block; 

  margin-bottom:8px;

}



ul li ul li a {

  text-transform:none;

}



div#social-share.aperto {

  width: 220px;

}



div#open,div#close {

  color: #FFFFFF;

  width: 50px;

  height: 50px;

  font-size: 30px;

  text-align: center;

  line-height: 53px;

  cursor: pointer;



	float:left;

}



div#close {display:none;}

.aperto div#close {display:block;}

.aperto div#open {display:none;}

div#close,#facebook,#googleplus,#youtube,#reservedarea {

	height:50px;

	width:50px;

	float:left;

}



div#reel,div#works-content,div#web,div#advertising,div#music,div#events {overflow-x:hidden;}

#sound {width:50px; height:50px;}



header#masthead {

  padding-left: 40px;

  padding-right: 40px;

  margin: 0 auto;

}

#menu ul li#menu-item-18 {

margin-right: 0;

}

img.checkvideo {

position: absolute;

top: 50%;

left: 50%;

width: 75px;

height: 75px;

margin-left: -37.5px;

margin-top: -83.5px;

opacity: 0;

-webkit-transition: opacity 0.5s; 

 -moz-transition: opacity 0.5s; 

  -o-transition: opacity 0.5s; 

   -ms-transition: opacity 0.5s; 

   transition: opacity 0.5s;

}

.inner-inner-text-think {

background: rgba(255,255,255,0.8);

padding: 40px 0;

}

.inner-inner-text-think strong {display:block; margin-bottom:20px;}

.sl-content blockquote a:hover img.checkvideo {opacity:1;}

.sl-content blockquote a:hover p {opacity:0;}



div#inner-text-director {

    display: block;

    vertical-align: top;

}



div#inner-inner-test-director {

background: black;

padding: 20px 20px;

}

.page-id-2684 .inner-inner-text-think, .page-id-12 .inner-inner-text-think {

background: black;

padding: 7px 0 40px 0;

}



.video.fullscreenvideo {

position: fixed;

width: 100%;

z-index: 100000;

top: 0;

left: 0;

height: 100%;

display: block;

padding: 0;

}

.video.fullscreenvideo .play,.video.fullscreenvideo .stop {

height: 100%;

padding-top: 0;

display: table;

}

.page-id-2 #sound-could, .page-id-2 #social-share {display:none;}



.share-social-single {

    float: right;

	text-align:right;

    width: 250px;

    overflow: hidden;

    height: 50px;

	margin-top:-20px;

}

.numeri-left {

color: rgb(231,153,37);

position: absolute;

opacity: 0;

top: 46%;

left: 50px;

}

.single article {position:relative;}

.numeri-right {

color: rgb(231,153,37);

position: absolute;

opacity: 0;

top: 46%;

right: 38px;

}

.open-share {

    color: #FFFFFF; width: 50px; height: 50px; font-size: 30px; text-align: right; 

    line-height: 53px !important; cursor: pointer; 

    display: inline-block;

}

.facebook-share,.googleplus-share, .separator {display:none;}

.aperto .facebook-share, .aperto .separator {

    display: inline-block;

}



.aperto .googleplus-share {

    display: inline-block;

}



#menu ul li ul li#menu-item-65,#menu ul li ul li#menu-item-66, #menu ul li ul li#menu-item-67 {margin-bottom:0; padding-bottom:8px;}





ul#mqtranslate-chooser li {

  display: inline-block;

  line-height: 20px;



  text-transform: uppercase;

}



ul#mqtranslate-chooser li:after {

  content: '|';

  padding-left: 10px;

  padding-right: 10px;

  color: #FFF;

}



ul#mqtranslate-chooser li:last-child:after {

  content: '';

  padding-right: 0;

}



ul#mqtranslate-chooser li a span {

  color: #FFFFFF;

  font-weight: 600;

  letter-spacing: 1.5px;

  font-size: 12px;

}



ul#mqtranslate-chooser li.active a span {

  color: #DB871D;

}



.map-box {

  position: relative;

  width: 50%;

  height: 100%;

  float: left;

}



.map-content {

  position: relative;

  width: 100%;

  height: 100%;

  float: left;

}



.map-text{

  background-color: transparent;

  position: absolute;

  width: 100%;

  height: 230px;



  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  margin: auto;



  text-align: center;

  color: white;

  font-family: 'Lora', serif;

  line-height: 25pt;

  font-size: 11pt;

}



.map-city {

  font-family: 'Lora', serif;

  font-size: 15pt;

  margin-bottom: 5%;

}



.map-address {

  line-height: 22px;

}

#contact-content {
  position: relative;
}

.notice-container {
  position: absolute;
  text-align: center;
  line-height: 18px;
  /*bottom: -150px;*/
  bottom: 25px;
  width: 49.5%;
}

.notice-container span {
  font-family: Palanquin, sans-serif;
  text-align: center;
  font-size: 11pt;
  color: white;

  display: block;
  margin: 0 auto;
  width: 50%;
}

.notice-container span.privacy-notice {

  margin-top: 15px;

}

.notice-container span a {

  color: #DB871D;

}

.gmnoprint a, .gmnoprint span, .gm-style-cc {

  display:none;

}

.gmnoprint div {

  background:none !important;

}



.home span.title {

  line-height: 60px;

}



#description {

  /*overflow: hidden;*/

  /*width: 45%;*/

  /*max-height: 120px;*/

  /*margin: 0 auto;*/

  /*min-height: 300px;*/

  /*float: left;*/
  float: none;
  width: 40%;

  /*margin-top: 90px;*/
  margin-top: 150px;
  margin-left: 125px;

  /*margin-bottom: 100px;*/
  /*margin-bottom: 150px;*/
}

#description .about-title {
  text-transform: uppercase;
  /*margin-bottom: 50px;*/
  margin-bottom: 30px;
  display: block;
  color: #DB871D;
}

#description p {
  display: inline;
}

#credits{

  font-size: 16px;

  font-family: 'Lora';

  font-weight: 400;

  text-align: center;

  margin-bottom: 24px;

  margin-top: 14px;

}





#agency{

  /*text-align: center;*/

  text-transform: uppercase;

  display: inline-block;
  float: left;
  /*float: none;*/

  font-size: 11pt;

  width: 20%;

  /*margin-left: 30%;*/

  padding: 0px;

  font-family: 'Palanquin', sans-serif;

  /*font-size: 10pt;*/

  /*font-weight: 400;*/

  margin-left: 125px;
  text-align: left;

  font-weight: 600;
  font-size: 14px;
}



#director {

  display: inline-block;
  float: left;
  /*float: none;*/

  text-transform: uppercase;

  font-family: 'Palanquin', sans-serif;

  /*font-size: 10pt;*/

  /*font-weight: 400;*/

  width: 20%;

  /*margin-right: 30%;*/

  padding: 0px;

  /*text-align: center;*/

  /*margin-left: 125px;*/
  text-align: left;
  margin-left: 0;

  font-weight: 600;
  font-size: 14px;
}
#director:first-child{margin-left:125px;}

#website {
  display: inline-block;
  float: left;

  text-transform: uppercase;

  font-family: 'Palanquin', sans-serif;

  width: 20%;

  padding: 0px;

  text-align: left;
  margin-left: 0;

  font-weight: 600;
  font-size: 14px;
}


#website .website {
  text-transform: lowercase;
  position: relative;
  top: 20px;
}



#close-info-btn-box {

  cursor: pointer;

  width: 50%;

  height: 23px;

  top: 0px;

  background-color: transparent;

  text-align: center;

  margin: 14px auto;

}

#agency span.director,
#director span.director {
  text-align: left;
}

#close-info-btn{

  width: 20px;

  height: 20px;

  border: 1px solid white;

  position: relative;

  float: right;

  line-height: 20px;

  color: #FFF;

  font-size: 10px;

}



/*#layer-on-video,*/
.layer-on-video {

  z-index: 1;

  background-color: rgba(0,0,0,0.5);

  position: relative;

  width: 100%;

  height:100%;

  float: left;



  filter: brightness(40%);

  -webkit-filter: brightness(40%);

  -moz-filter: brightness(40%);

  -ms-filter: brightness(40%);

}



#info-btn{

  float: left;

  margin-left: 28%;

  margin-top: 25px;

}

/* #play-btn */
.play-btn {
  /* float: right;
  margin-right: 28%;
  margin-top: 25px; */

  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  float: none;
}

.project-info {

  z-index: 2;

  bottom: 0;

  background-color: #000;

  /*position: absolute;*/
  position: relative;

  width: 100%;

  /*height: 40%;*/
  height: auto;

  float: left;

  padding-top: 5px;

  overflow:hidden;

  /*padding: 250px 0 0;*/

  /*padding: 250px 0;*/

  padding: 100px 0 150px;

  /*transform: translateY(0);

  -moz-transform: translateY(0);

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);



  transition: transform .5s linear;

  -webkit-transition: transform .5s linear;

  -moz-transition: transform .5s linear;

  -ms-transition: transform .5s linear;*/

}



.project-info.no-description {

  /*height: 30%;*/

  height: 8%;

}



.project-info span.director {

  margin-top: 20px;

  font-size: 18px;

}



/* .project-info.hide {

  transform: translateY(100%);

  -moz-transform: translateY(100%);

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);



  transition: transform .5s linear;

  -webkit-transition: transform .5s linear;

  -moz-transition: transform .5s linear;

  -ms-transition: transform .5s linear;

} */



.project-info p {

  color: #FFF;

  font-family: 'Palanquin', sans-serif;

  font-size: 10pt;

  text-align: center;

  width: 100%;

  margin: 0 auto;

}

.second-video-container {
  position: absolute;
  /*margin-top: 90px;*/
  width: 45%;

  top: 250px;
  right: 0;
}

.second-video-container.no-description {
  /*margin: 0 auto 20px;*/
  margin: 0 auto 80px;
  position: relative;
  /*top: 50px;*/
  top: 100px;
}

.second-video-container p iframe {
  height: 25.3vw;
  width: 45vw;
}


#gallery-container {
  /*position: relative;*/
  /*margin-top: 90px;*/
  /*float: right;*/

  position: absolute;

  height: 500px;
  width: 50%;

  top: 250px;
  right: 0;
}

#gallery-container.no-description {
  margin: 0 auto 80px;
  position: relative;
  /*top: 50px;*/
  top: 125px;
}

#gallery-container .image-container {
  /*position: relative;*/
  position: absolute;
  overflow: hidden;
  margin: 0 auto;

  height: 100%;
  width: auto;

  right: 0;
  left: 0;
}



#gallery-container .image-container .image-preview {
  transition: opacity 0.5s ease-in;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  position: absolute;
  opacity: 0;

  height: 100%;
  width: 100%;
}

#gallery-container .image-container .image-preview.active {
  opacity: 1;
}

.gallery-arrows-container {
  position: absolute;
  margin: auto 0;

  /*height: 100px;*/
  /*height: 50px;*/
  height: 80px;
  width: 100%;

  bottom: 0;
  top: 0;
}

.gallery-arrows-container .gallery-arrow {
  display: inline-block;
  position: absolute;
  cursor: pointer;

  font-size: 50px;
  margin: 0 20px;
  color: #FFF;

  /*width: 100px;*/
  height: 100%;
  width: 32px;
}

/*.gallery-arrows-container .gallery-arrow svg {
  stroke: #FFF;
  fill: #FFF;

  height: 100%;
  width: 100%;
}*/

.gallery-arrows-container .gallery-arrow.left {
  transform: rotate(90deg);
}

.gallery-arrows-container .gallery-arrow.right {
  transform: rotate(-90deg);
  text-align: right;
  right: 0;
}

div#works-content {
  background-color: #000;
}

#inner-works-scroller.works-section {
  position: absolute;
  margin: auto;
/*
  height: 80%;
  width: 85%;
*/
  height: 100%;
  width: 100%;

  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#inner-works-scroller.works-page {
  padding-top: 175px;
}

#inner-works-scroller.works-page .work {
  height: 33.33%;
  width: 33.33%;
}

.entry-content {
  overflow-x: hidden;
}

.multiple-videos-container {
  -webkit-transition: transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in;
  -ms-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;

  position: relative;
  display: block;
  height: 100%;
}

.multiple-videos-container.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

.video.multiple {
  display: inline-block;
  position: relative;

  width: 99.65vw;
  height: 100%;

  padding: 0;
  margin: 0;
}

.video-carousel-index-container {
  text-align: center;
  position: fixed;

  height: 80px;
  width: 100vw;

  bottom: 90px;
  z-index: 1;
  left: 0;
}

.video-carousel-index-container .discover-videos-copy {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
}

.video-carousel-index-container .videos-dots-container {
  position: absolute;
  padding-top: 10px;
  margin: 0 auto;

  height: 50px;
  width: 200px;

  right: 0;
  left: 0;
}

.video-carousel-index-container .videos-dots-container .dot-container {
  display: inline-block;
  position: relative;
  cursor: pointer;

  margin: 0 5px;
  height: 10px;
  width: 10px;
}

.video-carousel-index-container .videos-dots-container .dot-container.active {
  pointer-events: none;  
}

.video-carousel-index-container .videos-dots-container .dot-container .video-dot {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;

  background-color: #FFF;
  border-radius: 50%;
  position: relative;

  height: 100%;
  width: 100%;
}

.video-carousel-index-container .videos-dots-container .dot-container.active .video-dot {
  background-color: #DB871D;
}

.directors-arrow {
  position: fixed;
  display: none;
  width: 50px;

  right: 0;
  left: 0;
}

.directors-arrow.top {
  transform: rotate(180deg);
  margin: -35px auto 0;
}

.directors-arrow.bottom {
  margin: 25px auto 0;
}

.zoom-button-container {
  position: absolute;
  cursor: pointer;

  margin-bottom: 15px;
  margin-right: 15px;

  height: 25px;
  width: 25px;

  bottom: 0;
  right: 0;
}

.zoom-button-container svg {
  stroke: #FFF;
  fill: #FFF;
}

#zoommed-gallery-image {
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s linear;
  pointer-events: none;

  position: fixed;
  display: block;
  margin: auto;

  z-index: 1002;
  opacity: 0;

  height: 100%;
  width: 100%;

  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#zoommed-gallery-image.visible {
  pointer-events: all;
  opacity: 1;
}

.directors-arrow {
  position: fixed;
  display: none;
  width: 50px;

  right: 0;
  left: 0;
}

#zoommed-gallery-image .image-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  position: absolute;
  margin: auto;

  height: 45vw;
  width: 80vw;

  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#close-image-button {
  position: fixed;
  cursor: pointer;

  z-index: 10;

  right: 100px;
  top: 100px;

  height: 25px;
  width: 25px;
}

#close-image-button .close-button-line {
  background-color: #FFF;
  position: absolute;
  top: 50%;

  height: 2px;
  width: 100%;
}

#close-image-button .close-button-line.left {
  transform: rotate(45deg);
}

#close-image-button .close-button-line.right {
  transform: rotate(-45deg);
}

.gallery-index-container {
  position: absolute;
  padding-top: 10px;
  margin: 0 auto;

  width: 100%;
  height: 0;

  right: auto;
  bottom: 0;
  left: 0;
}

.gallery-index-container .dot-container {
  display: inline-block;
  position: relative;

  margin: 0 5px;
  height: 10px;
  width: 10px;
}

.gallery-index-container .dot-container:first-child {
  margin-left: 0;
}

.gallery-index-container .dot-container.active {
  pointer-events: none;
}

.gallery-index-container .dot-container .image-dot {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;

  background-color: #FFF;
  border-radius: 50%;
  position: relative;

  height: 100%;
  width: 100%;
}

.gallery-index-container .dot-container.active .image-dot {
  background-color: #DB871D;
}

.video-screen-container {
  position: absolute;

  height: 100vh;
  width: 100%;

  left: 0;
  top: 0;
}



/*** aicod ***/
div#about_zone {
  width: 50%;
  margin-left: 50%;
  margin-top: 100px;
}

.menu-filter.about_zone-menu {
  position: absolute;
}

#about_zone-content .menu-filter.works-menu .mobile-filter,
#about_zone-content .menu-filter.works-menu .arrow-container,
#about_zone-content .menu-filter.about_zone-menu .mobile-filter,
#about_zone-content .menu-filter.about_zone-menu .arrow-container {
  display: none;
}
/*
.menu-filter.about_zone-menu ul li:nth-child(2)::before {
  content: '';
}*/


#section-about_zone .menu-filter {
  position: absolute;
}

.about_zone-overlay {  
  width: 100%;
  height: 100%;
  position: absolute;
 background-color: rgba(0,0,0,0.5);
}

#about_zone-bg {
  width: 100%;
  height: 100%;
  
  background-size: cover;
  position: absolute;
  
  background-size:cover;
  background-position:center center;
  
}
.about_zone-bg_ombra {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}
.menu-filter ul li.about-zone-click {
    display: inline-block;
    list-style-type: none;
    padding-left: 15px!important;
    line-height: 15px;
    padding-right: 15px!important;
    cursor: pointer;
    margin-left: 0;
   
}


#about_zone-content {
  color: #FFF;
  width: 100%;
  height: 100%;
  position: relative;
}
#about_zone-content a {
  color: #FFF;
  font-family: 'Lora';
}


#about_zone-content #about_zone-page::-webkit-scrollbar {
  display: none;
}



#about_zone-content #about_zone-page {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  overflow: hidden;
}



#about_zone-content #about_zone-page #about_zone-inner-page {  
  width: 100%;
  
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: auto 0;
  top: 50%;
}

.about_zone-arrow {
  position: fixed;
  display: none;
  width: 50px;

  right: 0;
  left: 0;
}

.about_zone-arrow.top {
  transform: rotate(180deg);
  margin: -35px auto 0;
}

.about_zone-arrow.bottom {
  margin: 25px auto 0;
}

.about-zone-details{display:none;}

.primo_about{display:block;}
.about-zone-details-title  {font-weight: 600;
    letter-spacing: 2.5px;
        font-family: 'Lora';
        font-size: 1.25vw;
    color: #DB871D;}
hr.about-zone-divider {
    width: 20%;
    margin: 30px auto;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #FFF;
    transition: border-color 0.2s linear;
}    

.about-zone-detalis-text{
  font-size: 11pt;
  font-weight: 400;
  width: 535px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.company-text-floating h3 {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.company-text-floating {
    padding-top: 100px;
    margin-left: 100px;
    color: white;
}
.company-text-floating{
  background: rgba(0,0,0,0.5);
    margin: 0;
    position: absolute;
    z-index: 2;
    right:40px;
    top: 100px;
    padding: 20px 40px;
}
.company-highlight-link{
  text-decoration: underline;
}

@media screen and (max-width:677px){
  .company-text-floating{position:static;}
  .map-box{height: calc(50% - 90px)!important;}
  .map-address { line-height: 14px;}
  .map-text{    height: 150px!important;  bottom: 0!important;}
  #about_zone-content .menu-filter.about_zone-menu .mobile-filter {
    display: block;
  }
  #about_zone-content .menu-filter.about_zone-menu .arrow-container{
    display: inline-block;
    position: relative;
    margin-left: 5px;
    color: #FFF;
    top: 2px;
    height: 20px;
    width: 20px;

  }
  /*.menu-filter ul li.about-zone-click{display:none;}*/
}

.menu_desktop{display:inline-block; width: calc(100% - 400px); pointer-events: all;}
.desktop_menu_ul{list-style-type: none;  display: flex;  justify-content: space-around;}
.menu_desktop a{
  text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 12px;
    color: #fff;
    font-family: 'Palanquin', sans-serif;
    vertical-align:bottom;
    line-height: 29px;
    }
.menu_desktop a:hover{color: #DB871D;}
#logo img {
    width: 240px;
    margin-bottom: -2px;
}
.menu-filter{top: 120px;}
.about-zone-click.active .menu-filter-label{color: #DB871D;}

.video_in_slider{position:absolute; top:0;left:0; bottom:0; right:0; object-fit: cover;
  width: 100vw;
  height: 100vh;}
 
.link_discover{
  
}
/*
#projects-index-container {
    position: absolute;
    color: #FFF;
    left: 50%;
    transform: translate(-50%,150px);
    top: 50%;
    bottom: auto;
}

.project-index{background: #fff; overflow:hidden;
    width: 60px;
    height: 3px;
    opacity: 0.5;}
.project-index.active{opacity:1;}

.project-index:hover{opacity:1;}
*/
@media screen and (max-width: 767px){
  #projects-index-container{width:100%;left: 50%!important;}
  .project-index{width:30px;}
  
  .link_discover {
    
    
  }
}
.about_zone-menu.menu-filter ul li:nth-child(2)::before {
    content: '';
}
@media screen and (min-width: 480px){
  .menu-filter ul li.about-selector-mobile{display:none;}
  
}
@media screen and (max-width:480px){
   .menu-filter ul li.about-zone-click-element{display:none;}
   .menu-filter ul li.about-selector-mobile span{color: #DB871D;}
}

.contatti_container_21{
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 500px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin: 0;
    top: 50%;
    
}
.contatti_wrap{
     width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top:15vh;
}
.contatti_page{
  width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
   
}

#company-content{position:relative;}

.contatto_nome{
  font-size: 1.25vw;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    font-family: 'Lora';
    letter-spacing: 2.5px;
}
.contatto_ruolo{
    color: #FFF;
    font-weight: 400;
    font-family: 'Lora';
    font-size: 1vw;
    line-height: 2vw;
}
.contatto_email{
  font-size: 0.75vw;
    font-weight: 400;
    color: #FFF;
    font-family: 'Lora';
}
.singolo_contatto{
  padding: 10px 0 15px 0;
  position:relative;
}
.singolo_contatto:after{
  background:#fff;
  width:25%;
      margin-top: 25px;
  margin-left:auto;
  margin-right:auto;
  height:1px;
  content:"";
  display:block;
}
.contatti_wrap {overflow-y:hidden;align-items: flex-start; }
.contatti_sinistra, .contatti_destra, .contatti_centro{width:33%;}
.contatti-arrow{display:block; color:#fff; opacity:0;}

.about_custom_link{
    min-width: 108px;
    display:inline-block;
    height: 25px;
    margin: 3rem auto 0 auto;
    text-align: center;
    /* color: #FFF; */
    color: #DB871D;
    /* border: 1px solid; */
    padding: 2px 10px;
    border: 1px solid #DB871D;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -ms-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;}
.about_custom_link:hover{background-color: #DB871D;}    
.about_custom_link p{color: #DB871D;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 12px;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    transition: color .2s ease-in;}
.about_custom_link:hover p{color:#fff;}
@media screen and (max-width:480px){
  .menu-filter {
    
    background-color: transparent!important;
}
.menu-filter.about_zone-menu ul{background:#000;}
    .contatti-arrow{display: block; color:#fff;}
   .contatti_sinistra, .contatti_destra, .contatti_centro{width:100%;}
   .contatti_wrap {
        display: block;
        height: 50vh;
        overflow-y: hidden;
        margin-top:1vh;
    }
    .contatto_nome{ font-size:19px;}
    .contatto_ruolo{letter-spacing: 1.5px;
    font-size: 15px;line-height:2;}
    .contatto_email{font-size:13px;}
    .contatti_container_21{overflow-y:hidden;}
    .contatti-arrow.top{opacity:0;}
.about-zone-details-title{font-size:4vw; line-height:1.2;}
#projects-index-container {
    width: 100%;
    left: 0!important;
}
}






/*eventi*/
.ar_event_description{color:#fff; padding-left: 125px; padding-right:125px; width:auto; display:flex; margin-top:100px; margin-bottom:75px;}
.event_description{max-width:65%}
.ar_event_description_element{width:20%}
.ar_event_description_element p{text-transform: uppercase; font-family: 'Palanquin', sans-serif;font-weight: 600; font-size: 14px; text-align:left;}
.ar_event_description_element p span{text-align:left; font-family: 'Lora'; font-weight: 400;text-transform: none;}

@media screen and (max-width:992px){
  .event_description{max-width:100%; width:100%}
  .ar_event_description_element{width:100%; margin-bottom:45px;}
  .ar_event_description  {flex-wrap: wrap;padding-left: 50px; padding-right:50px;}
}
@media screen and (max-width:500px){
  .ar_event_description  {padding-left: 25px; padding-right:25px;}
}