@font-face {
  font-family: 'normal';
  src: url(../../fonts/cerabasic-regular-webfont.woff); }
@font-face {
  font-family: 'bold';
  src: url(../../fonts/cerabasic-black-webfont.woff); }
h1, h2, h3, h4, h5, p.bold, li.bold, a.bold, span.bold {
  font-family: 'bold' !important; }

p, li, a, h1.normal, h2.normal, h3.normal, h4.normal, h5.normal {
  font-family: 'normal' !important; }

ul {
  margin-left: 22px; }

.page-content {
  margin-top: 50px; }

.brown-bg {
  background: #403d27; }

.yellow-bg {
  background: #f6f705; }

.white-bg {
  background: white; }

.button {
  border-radius: 40px;
  transition: all 0.17s ease;
  margin: 25px 0; }

.is-relative {
  position: relative; }

.section {
  position: relative; }

.vertical-center {
  position: relative;
  margin-top: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.vertical-center-content {
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

ul li {
  list-style: circle;
  padding-bottom: 5px; }

.content ul {
  margin-left: 1.3em; }

nav {
  min-width: 370px; }

nav.active a {
  color: white; }

nav.active a.active {
  color: #f6f705; }

#hamburger, #x {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  top: 15px; }

#hamburger div,
#x div {
  height: 4px;
  border-radius: 5px;
  width: 30px;
  position: absolute;
  left: 5px; }

#hamburger div:first-child {
  top: 5px; }

#hamburger div:last-child {
  bottom: 10px; }

#menu-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

#menu-layer.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#bubble {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: #403d27;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 1s ease-in;
  border-radius: 60%; }

#bubble.active {
  -webkit-transform: scale(180);
  -moz-transform: scale(180);
  -ms-transform: scale(180);
  -o-transform: scale(180);
  transform: scale(180); }

nav.active {
  position: fixed;
  top: 75px;
  left: 25px;
  right: 25px;
  bottom: 75px;
  text-align: left;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

nav.active a.title.is-5 {
  text-align: right;
  padding: 10px 10px;
  font-size: 1.6em;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s ease-out; }

nav.active a.title.is-5.show {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

nav.active a.title.is-5.show:nth-child(1) {
  transition-delay: 0.5s; }

nav.active a.title.is-5.show:nth-child(2) {
  transition-delay: 0.7s; }

nav.active a.title.is-5.show:nth-child(3) {
  transition-delay: 0.9s; }

nav.active a.title.is-5.show:nth-child(4) {
  transition-delay: 1.1s; }

nav.active a.title.is-5.show:nth-child(5) {
  transition-delay: 1.3s; }

nav.active a.title.is-5.show:nth-child(6) {
  transition-delay: 1.5s; }

#x {
  z-index: 9999;
  left: 50%;
  margin-left: -15px;
  top: 50px; }

#x div {
  opacity: 0;
  -webkit-transition: transform 0.4s ease 0.7s, opacity 0.1s ease 0.4s;
  -o-transition: transform 0.4s ease 0.7s, opacity 0.1s ease 0.4s;
  transition: transform 0.4s ease 0.7s, opacity 0.1s ease 0.4s; }

#menu-layer.active #x div:first-child {
  opacity: 1;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

#menu-layer.active #x div:last-child {
  opacity: 1;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

header {
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 10; }

nav {
  top: 30px;
  position: absolute;
  right: 0; }

nav a {
  display: block;
  margin-bottom: 0.8rem !important;
  opacity: 0.5;
  transition: all 0.17s ease; }

nav a:hover {
  opacity: 1; }

nav a.active {
  text-decoration: line-through;
  opacity: 1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@media screen and (max-width: 1000px) {
  .page-how .vertical-center,
  .page-location .vertical-center {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 0; }

  #what-bg {
    background-repeat: no-repeat;
    background-size: 170% !important; }

  .page-what ul li {
    list-style: none !important; }

  .owl-carousel {
    margin-top: 0 !important; }

  .mynav-item {
    text-align: center; }

  nav {
    min-width: 200px; }

  nav.active a.title.is-5 {
    text-align: center; } }
html.page-home nav a {
  color: white; }

html.page-home nav a.active {
  color: #f6f705; }

#home-cta figcaption {
  background: white;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  position: absolute;
  padding: 10px;
  top: 0;
  right: -130px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  transition: all 0.17s ease; }

#home-cta figure:hover figcaption {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#home-cta h1.animated {
  color: #f6f705; }

#home-cta .title {
  color: white; }

#play {
  cursor: pointer;
  margin-bottom: 25px; }

html.page-home, html.page-home body {
  height: 100%; }

#play {
  opacity: 0.75;
  transition: all 0.17s ease; }

#play:hover {
  opacity: 1; }

.layer {
  border-bottom: 10px solid #f6f705;
  background: rgba(64, 61, 39, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#video {
  z-index: 0;
  position: absolute;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%); }

video {
  width: 120% !important;  }

.poster > img {
  max-width: 4000px !important;
  width: auto !important; }

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative; }

.no-video .video-container video,
.touch .video-container video {
  display: none; }

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important; }

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute; }

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0; }

#intro-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.3s ease;
  background: black;
  z-index: 998; }

#intro-layer.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.4; }

#intro-container {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 700px;
  height: 420px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.45s ease; }

#intro-container.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: none; }

#intro-bubble {
  position: absolute;
  background: #f6f705;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-in-out; }

#intro-container.active #intro-bubble {
  -webkit-transform: translate(-50%, -50%) scale(11);
  -ms-transform: translate(-50%, -50%) scale(11);
  -o-transform: translate(-50%, -50%) scale(11);
  transform: translate(-50%, -50%) scale(11); }

#intro {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease 0.6s; }

#intro-container.active #intro {
  opacity: 1; }

iframe {
  position: relative;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1000px) {
  #intro-container {
    height: 220px;
    width: 80%; } }
#what-bg {
  position: fixed;
  top: 0%;
  left: -10%;
  opacity: 0.67;
  width: 120%;
  height: 100%;
  background-image: url("../../img/long-stripe.png");
  background-size: 90%;
  background-position: center;
  transition: all 0.45s ease; }

.page-branding #what-bg {
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  -o-transform: translateX(5%);
  transform: translateX(5%); }

.page-promotion #what-bg {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  transform: translateX(-5%); }

.page-what, .page-what body {
  height: 100%; }

.page-what h2 {
  margin-top: 25px; }

.mytab {
  position: relative;
  padding: 20px; }

.mytab img {
  position: absolute;
  width: 90px;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  transition: all 0.17s ease; }

.mytab.active img {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1); }

.mytab p {
  padding: 5px;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  transition: all 0.17s ease;
  cursor: pointer;
  -webkit-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px); }

.mytab.active p {
  -webkit-transform: scale(1.2) translateY(3px);
  -ms-transform: scale(1.2) translateY(3px);
  -o-transform: scale(1.2) translateY(3px);
  transform: scale(1.2) translateY(3px); }

.mytab p::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f6f705;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.17s ease; }

.mytab p:hover::before {
  opacity: 0.9;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.mytab.active p:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.owl-carousel {
  width: 100%;
  margin-top: 100px; }

.owl-nav, .owl-dots {
  display: none; }

.slide ul li {
  font-weight: bold; }

.slide .button {
  position: relative;
  top: 50%;
  margin-top: -15px; }

.page-what .is-hidden-desktop img {
  margin-top: 25px;
  width: 140px; }
.page-what .is-hidden-desktop .subtitle {
  margin-bottom: 15px; }
.page-what .is-hidden-desktop ul {
  padding-left: 17px;
  padding-right: 17px; }
.page-what .is-hidden-desktop a {
  margin-top: 25px;
  margin-left: 15px; }

html.page-how, html.page-how body {
  height: 100%; }

#how-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../img/vertical-stripe.png");
  background-size: auto 180%;
  background-position: center;
  background-repeat: no-repeat; }

#target-content {
  margin-top: 50px; }

html.page-locations, html.page-locations body {
   }

#locations-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../img/locations.png");
  background-size: auto 105%;
  background-position: center;
  background-repeat: no-repeat; }

html.page-partners, html.page-partners body {
  height: 100%; }

#partners-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../../img/partners.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

html.page-contacts, html.page-contacts body {
  height: 100%; }

.contacts a {
  color: white !important; }

#contacts-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #403d27;
  border-bottom: 7px solid #f6f705; }

.white {
  color: white; }

html.page-contacts nav a {
  color: white; }

html.page-contacts nav a.active {
  color: #f6f705; }

address {
  font-family: 'normal';
  font-style: normal;
  line-height: 1.7em; }

address span {
  color: #f6f705; }

address a {
  transition: all 0.17s ease; }

address a.white:hover {
  color: #f6f705; }

address a.white:hover span {
  color: white; }


/*portfolio page*/

/*NAV----------*/
.portfolio-body nav a
{
  color: white;
   opacity: 0.5;
}
.portfolio-body nav a:hover
{
   opacity: 1; 
}

/*------------------*/

.portfolio-esterno-big
{    
  height: 500px;
  background-size: cover;
}

.portfolio-image-middle
{
  height: 240px;
  background-size: cover;
}

.portfolio-image-middle.top
{
 margin-bottom: 20px;
}

.portfolio-body
{
  background-image: url("../../img/portfolio-bg.png");
  background-size: cover;
 background-color:#403d27;
}

.portfolio-body .page-content
{
  margin-top: 150px;
  /*padding-bottom: 70px;*/
}

.portfolio
{
  text-align: center;
}

.chocolat-image .imglow
{
  display: inline-block;
  height: 250px;
  width: 250px;
  margin-top: 50px;
}

.lowgrid{
  display: inline-block;
  text-align: center;
  padding: 30px
}
.portfolio-body .redirect-btn .button
{
  border-color: white;
  color: white;
  opacity: 0.6;
}
.portfolio-body .redirect-btn .button:hover
{
  opacity: 1;
  border-color: white !important;
}

@media (max-width: 768px){
  
.portfolio-body .page-content
{
  margin-top: 10px;
}
.portfolio-body .redirect-btn .button
{
  margin: auto;
  }
}