body{
    font-family: cardo;;
    margin:0;
  overflow-x: hidden;
  font-size: 15px;
}

.panna {
  background-color:#fcfbf5
}

.sucre {
  background-color:#D8CFAF;
}

.rouge {
  background-color:#d14b40
}
#banana {
    width: 100%;
    height: 600px;
}
.brown {
  background-color: #a59e89;
}

.borda {
    border: 1px solid #a59e89;
    padding:5px;
}

.title a {
    color: black;
}

.img-responsive {
  width: 100%;
  height: auto;
}
.desco {
    font-size: 1.4em;
    padding:25px 0px;
}

.bordano {
    width: 100%;
    height: auto;
    border: 1px solid #a59e89;
}

[class*=' imghvr-'], [class^=imghvr-] {
background-color: white!important;
}

.docente {
    text-align: right;
}

img.face {
    border-radius: 50%;
    width: 110px;
    margin-toP: 20px;
    border: 2px solid #a59e89;
}

.button {
    margin-top: 30px;
    background-color:#a59e89;
    display: inline-block;
    padding: 8px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    width: initial;
}

.plettro {
    float: left;
    width: 110px;
    padding: 0px 20px 100px;
}

.menoo ul {
    padding-top: 30px;
    margin-left: -10px;
}

h1, .tipologia {
  font-family: cardo;!important;
}

.menoo h1 {
    font-size: 2em;
    color: #a59e89;
}

a:hover {
  text-decoration: none;
}

@font-face {
    font-family: 'messina_sanssemibold';
    src: url('../assets/fonts/messinasans-semibold-webfont.eot');
    src: url('../assets/fonts/messinasans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/messinasans-semibold-webfont.woff2') format('woff2'),
         url('../assets/fonts/messinasans-semibold-webfont.woff') format('woff'),
         url('../assets/fonts/messinasans-semibold-webfont.ttf') format('truetype'),
         url('../assets/fonts/messinasans-semibold-webfont.svg#messina_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.menooSubTitle {
    font-size: 2.25em;
    font-family: cardo;
    text-transform: lowercase;
     color:#a59e89;
}
.menooTitle {
    margin-left: 15px;
    font-family: cardo;
    color:#D8CFAF;

    text-transform: lowercase;
    padding: 13px 20px 70px 0px;
    font-size: 3.375em;
    margin-right: 31px;
}

.text-box h1 {
    color: #d14b40;
}


.menooTitle img {
    width: 660px;
    height: auto;
    margin-right: 0px;
    margin-top: -10px;
    margin-left: -10px;
}


.logo {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%)!important;
}

.logo img {
    width: 270px;
    margin-top: -20px;
}

.sottotitle {
    text-align: right;
    font-size: 0.707em;
    font-family: cardo;
    font-weight: bold;
}

.title {
    text-align: right;
    font-weight: bold;
    font-size: 1.414em;
    text-transform: lowercase;
    margin-top: -4px;
}


.text-box h1 {

}

.niuz h3 {
  color:white;
}

.callToAction a {
    color: white;
}

.callToAction a:hover {
    text-decoration: none;
    color:White;
}

.spacer {margin:25px 0px;}

.megaheader {
  height: 500px;
  width: 100%;
  background-image: url(../assets/images/image4.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
}

.logo a:hover {
  text-decoration: none;
}

.megaheader2 {
  height: 500px;
  width: 100%;
  background-image: url(../assets/images/image5.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
}

.spacer-top {
  padding-top:25px;
}

.megaheader3 {
  height: 500px;
  width: 100%;
  background-image: url(../assets/images/scarabottolobanner.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
}

.hamburger-menu {
    position: absolute;
    top: 26px;
    left: 30px;
    width: 50px;
    height: 60px;
    cursor: pointer;

    z-index:  10000;
}
.menoo li a {
    text-decoration: none;
    color: #a59b89;
}
.menoo li a:hover {
    color: white;
}

.reveal,
.reveal:after, .reveal-right,
.reveal-right:after {
  animation-delay:3500ms;
  animation-iteration-count: 1;
  animation-duration: 1800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);

}
.revealbgOne:after {
  background-color: red;
}
.revealbgTwo:after {
  background-color: red;
}
.speedOne, .speedOne:after {
    animation-delay: 1300ms!important;
    animation-duration: 500ms;
}
.speedTwo, .speedTwo:after {
    animation-delay: 1500ms!important;
    animation-duration: 700ms;
}

.speedThree, .speedThree:after {
    animation-delay: 1700ms!important;
    animation-duration: 900ms;
}

.reveal {
  position: relative;
  display: block;
  user-select: none;
  animation-name: reveal-text;
  cursor: default;


}
.reveal:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer-text;
      background-color: #ffffff;
  }
.reveal-right {
  position: relative;
  display: block;
  user-select: none;
  animation-name: reveal-text-right;
  cursor: default; }
.reveal-right:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer-text;
}
@keyframes reveal-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-text-right {
  from {
    clip-path: inset(0% 0 0 100%);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealer-text {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  50% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.bar,
.bar:after,
.bar:before {
  width: 50px;
  height: 7px;
}

.footerTitle {
    font-size: 1.5em;
    text-transform: lowercase;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.bar {
  position: relative;
  transform: translateY(25px);
  background: rgba(179,173,145,1);
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(179,143,175,0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  background: rgba(179,173,145,1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: rgba(179,173,145,1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


.menoo li {
    width: 100%;
    list-style-type: none;
    font-size:1em;
    color:#a59e89;
    margin-left:-30px;

}

.menoo ul {
  padding-top:30px;
}
a-scene {
  height: 300px;
  width: 600px;
}

.text {
    font-size: 2em;
    margin: 100px 0px;
    z-index: 3;
}

.logo h1 {
    color: black;
    text-decoration: none;
    font-size: 3.4em;
    margin-top: -10px;
  color: #c14b40;

  }

.logo h2 {
    text-align: center;
    margin-top: -10px;
    font-family: cormoran sc;
    text-transform: uppercase;
    letter-spacing: 0.8px;
      color: rgba(179,173,145,1);
}


#container img{
    width:100%;
}

#container {
width: 100%;
    text-align: center;
    overflow: hidden;
}

.text-box {
    text-align: left;
    padding: 20px 49px;
}

.text-box h1, .text-box h1 a, .text-box h1 a:hover, .text-box h1:hover {
  color:#d14b40;
  text-decoration: none;
}


.callToAction {
    border: 1px solid #D8CFAF;
    display: inline-block;
    width: 136px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
    color:black;
    font-weight: bold
}

.data {
    position: absolute;
    bottom: 10px;
    text-align: right;
    width: 303px;
    float: right;
    font-weight: bold;
}

h2{
    font-family: sans-serif;
    color: #644;
    font-size: 13px;
    text-align: left;
    line-height: 1.3;

    font-family: messina_sanssemibold
}

#slida {
    height: 670px;
    overflow: hidden!important;
}

#slider-0 {
    border:1px solid #a59e89;
    position: absolute;
    top: 160px;
    z-index: 2;
    width: 450px;
    right: 4%;
    height: 490px;
    background: rgba(255,255,255,0.95);
    padding: 30px;
}

#slider-1 {
    width: 79%;
    position: absolute;
    top: 114px;
    right: -62%;
    opacity: 1;
    max-height: 630px;
    overflow: hidden;
    border-top: 1px solid #a58e59;
    border-left: 1px solid #a58e59;
}

#slider-2 {
    position: absolute;
    width: 82%;
    z-index: -1;
    max-height: 650px;
    overflow: hidden;
    border-top: 1px solid #a58e59;
    border-right: 1px solid #a58e59;
}

.gallery-cell {
    width: 100%;
    height: 650px;
    background-position: 50% 50%!important;
    background-size: cover!important;
}

.flickity-viewport {
    height: 650px!important;
}

#slider-0 .gallery-cell{
    height:100%;
}

.slides {
  list-style: none;
  margin: 0;
  padding: 0;

  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
  height: 100%;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.gallery-cell {
    position: absolute;
}

.btn-next {
    margin-top:30px;
    font-size: 30px;
    display: block;
    float: right;
    cursor: pointer;
    padding: 20px;
    background: #a59e89;
    color: #fff;
    margin-right: -30px;
}

.btn-next:focus, .btn-next:hover, .btn-next:visited{
    border:none;
}
/*END FLICKITY*/

/*animate.css PARTIAL */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform:translateX(20px);
  }

  to {
    opacity: 1;
    transform:translateX(0px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform:translateX(20px);
  }

  to {
    opacity: 1;
    transform:translateX(0px);
  }
}

.callToAction {
    border: 0px solid black;
    display: inline-block;
    width: 136px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #a59e89;
    color: white;
}

.tipologia {
    font-weight: 1000;
    color: #a59e89;
    text-transform: lowercase!important;
}

h1 {
  color:#2676A7;
  font-family: playfair display;
}

h1.fadeIn, h2.fadeIn, .tipologia.fadeIn, .callToAction.fadeIn, .data.fadeIn .{
    display: none;
}

.is-selected .tipologia.fadeIn {
   display: block;
    -webkit-animation-delay: 0.2s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  text-align: right;
  text-transform: uppercase;
}

.is-selected h1.fadeIn {
   display: block;
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.is-selected h2.fadeIn {
   display: block;
    -webkit-animation-delay: 0.4s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.is-selected .callToAction.fadeIn {
   display: block;
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.is-selected .data.fadeIn {
   display: block;
    -webkit-animation-delay: 0.6s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#slider-2 .is-selected img {
  -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: slowpan 50s linear 0s infinite alternate;
    -o-animation: slowpan 50s linear 0s infinite alternate;
    animation: slowpan 50s linear 0s infinite alternate;
}


@keyframes slowpan {
     0%{-webkit-transform:scale(1);transform:scale(1)}
  100%{-webkit-transform:scale(1.3);transform:scale(1.3)}
}




.burger{
    float: left;
    margin: 41px 30px 37px;
}

div#header {
    background-color: white;
    height: 115px;
}

.lente, .mondo, .profilo {
    /* float: right; */
    /* margin: 40px 10px; */
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 50px;
    color:#D8CFAF;
    z-index: 11111;
}

.lente, .mondo, .profilo, .burger, .logo, .nav{
    cursor:pointer;
}

.profilo{
    margin: 40px 30px 40px 10px;
}

.sotto{
    clear: both;
    border-top: 2px ridge #ccc;
    margin: 33px;
}

.nav{
    margin: 30px 30px 30px 0;
}

.popuplike{
    display:none;
}

.show{
    display:inline !important;
}

.language {
    float: left;
    position: absolute;
    top: 75px;
    right: 120px;
    z-index: 50;
}

.search {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 11000;

    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.search-close {
    font-size: 30px;
    padding: 20px 30px;
    font-family: sans-serif;
    /* float: left; */
    position: absolute;
    cursor: pointer;
}

.menoo {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    /* background-image: url(../assets/images/cerca.png); */
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.burger-close {
    font-size: 30px;
    padding: 20px 30px;
    font-family: sans-serif;
    /* float: left; */
    position: absolute;
    cursor: pointer;
}

#slida {
  background-image: url("../assets/images/staircase.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.contengoh {

    top: 50%;

    width: 100%;
     /* left: 50%;
     position: absolute;s
    transform: translate(-50%,-50%); */
}

#slida h1 {
    font-family: pathway gothic one;
    text-align: center;
    color: white;
    font-size: 7em;
    text-transform: uppercase;
}

#slida:after {
    width: 1px;
    height: 150px;
    background-color: white;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -5px;
}

#slida:before {
    width: 1px;
    height: 150px;
    background-color: white;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -5px;
}


.sopratitolo {
    text-align: center;
    color: white;
    font-family: cormorant SC;
    font-size: 1.1em;
    margin-bottom: -30px;
    margin-top: 30px;
    font-weight: 100;
    text-transform: lowercase;
    letter-spacing: 6px;
}

#slida h2 {
    font-family: cormorant sc;
    text-align: center;
    color: white;
    font-size: 1.4em;
    margin-top: -20px;
    letter-spacing: 3px;
    padding-top: 10px;
}

.search-tit {
    font-size: 2em;
    line-height: 42px;
    margin-top: 190px;
    font-family: cormorant sc;
    /* padding-left: 160px; */
    text-align: center;
    color: #B3AD91;
    letter-spacing: 3px;
}

.search-input {
    /* margin-left: 160px; */
    /* margin-top: 40px; */
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.search-input input{
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 80px;
    height: auto;
    line-height: 80px;
    width: 100%;
    background: transparent;
    font-family: cardo;
    margin-top: 36px;
    margin-bottom: 36px;
    outline:none;
    color: #B3AD91;
}

.search-sotto{
    font-size: 28px;
    line-height: 38px;
    margin-left:160px;
}

.nooz {
    margin: 10px 0px 0px;
    padding: 0px 20px;
}

.h3, h3 {
    font-size: inherit;
    font-size: 2em;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 14px;
    font-family: cormoran sc;
    color: #a59e89;
    text-transform: lowercase;
}

h3 , h3:hover {text-decoration: none;}

.quote {
    font-family: cardo;
    padding: 50px 0px;
    color: #a59e89;
    font-size: 1.5em;
}

.credits {
  font-size:0.667em;
  font-family: cardo;
  padding:25px 0px;
  text-align: center;
}

.quoteBelow {
    font-family: cardo;
    padding: 50px 0px 0px;
    color: #d14b40;
    font-size: 3.375em;
    text-align: center;
    width: 100%;
}

.quoteBelowTwo {
    font-family: cardo;
    padding: 0px 0px 50px;
    color: #a59e89;
    font-size: 1.5em;
    text-align: center;

     width: 100%;
}

.visible {
  opacity: 0;
}

.moltobellissimosignorpacheco:hover .quoteBelowTwo {
  color:white;
}

.footer {
    background-color: #a59e89;
    padding: 75px 0px;
    text-align: center;
    height: 300px;
    color:white;
    font-family: cardo;
    text-transform: lowercase;
}

.footer li {list-style-type:none; margin-left:-50px; font-family: source sans pro;}

[class^=imghvr-] figcaption {
    background-color: #a59e89!important;
    font-family: cardo;
}




.search-tags {
    font-size: 16px;
    line-height: 26px;
    /* margin-left: 160px; */
    text-align: center;
    position: absolute;
    top: 400px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes open {
    from {top: -100%;}
    to {top:0;}
}



/* The element to apply the animation to */
.open {
    animation-name: open;
    animation-duration: 1s;
    top:0;
}

