@import url('https://fonts.googleapis.com/css?family=Gentium+Basic&display=swap');
@-webkit-keyframes slideLogo {
  0% {
    top: 0%;
    opacity: 0;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@keyframes slideLogo {
  0% {
    top: 0%;
    opacity: 0;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}

@-webkit-keyframes slideContact {
  0% {
    bottom: 0%;
    opacity: 0;
  }
  100% {
    bottom: 20%;
    opacity: 1;
  }
}

@keyframes slideContact {
  0% {
    bottom: 0%;
    opacity: 0;
  }
  100% {
    bottom: 20%;
    opacity: 1;
  }
}

@-webkit-keyframes Coming {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Coming {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a { color:#fff; text-decoration: none; }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  }
html, body {
    height: 100%;
}

body{ text-rendering: unset;}

#wrapper {
    background-image: url('../images/sfondo-aggroupitaly-new.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    /* font-family: 'dolce_vitaregular'; */
    font-family: 'Gotham', serif;
}
.hover_wrapper{width: 100%; height:100%;background-color: rgba(0, 0, 0, 0.3);}
/* .hover_wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
} */

#wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: calc(100% - 53px);
}

.fascia{ width: 100%; height: 50px; position: absolute; color: #000; background:#fff; border:1px solid#aaa;z-index:2;}
.fascia.top{ top:0;}
.fascia.bottom{ bottom:0; padding:0 50px; height: auto; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; position:relative;}
.fascia.bottom span {
    padding: 16px;
    display: block;
    line-height: 19px;
    text-align: left;
    font-size: 14px;
}
.fascia.bottom .press{padding:16px;}
.fascia.bottom .press a{
  margin-right:50px; color: #000; text-transform: uppercase; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;
  /* font-family: 'dolce_vitaregular', serif; */
  font-family: 'Gotham', serif;
}

.logo1 {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index:2;
}

.coming1 {
  position: absolute;
top: 50%;
font-size: 50px;
line-height: 70px;
width: 100%;
text-align: center;
text-transform: uppercase;
/* font-family: 'dolce_vitaregular'; */
font-family: 'Gotham', serif;
opacity: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
z-index:2;

}

.coming_animation {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;

}



.coming1.after{opacity: 1; -webkit-animation: 2s ease-out 0s 1 slideLogo; animation: 2s ease-out 0s 1 slideLogo;}

.coming1 a{cursor: pointer; color: #fff;}
.coming1 label,.coming1 div{ cursor: pointer;}
.coming1 div{ line-height: 45px; font-weight: 300;}
.coming1 li{margin-bottom:15px;}
.coming1 span{ cursor: pointer; display: block; font-size: 17px; line-height:20px; text-transform: uppercase; text-transform: capitalize; font-style:italic;}

.coming1 .n_w,.n_w{color: #fff; font-size: 30px; margin-top:30px; display:block; }

.coming1 span{
  font-family: 'Gotham', serif;
  position: relative;
  /* font-family: 'dolce_vita_heavybold'; */
}

.coming1 .ag:hover{ color:#0c808b; }
.coming1 .bj:hover{ color:#019c22; }
.coming1 .hc:hover{ color:#aa1958; }
.coming1 .fo:hover{ color:#c30d23; }
.coming1 .do:hover{ color:#bb771d; }


.coming2 {
  position: absolute;
top: calc(50% - 35px);
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: space-evenly;
-webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
font-size: 60px;
line-height: 70px;
width: 100%;
text-align: center;
opacity: 0;
left: 0;
}

.coming2.coming_animation2{
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.coming2 img{ height: 100px;}

.coming2 .hover{ position: absolute; opacity: 0; top:0;}

.n_w.due{
  /* font-family: 'Gentium Basic', serif; */
  font-family: 'Gotham', serif;
  position: absolute;
  display: none;
  bottom: 10%;
  left: 50%;
  line-height: 35px;
  font-size: 21px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}



.logo {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    -webkit-animation: 1s ease-out 0s 1 slideLogo;
            animation: 1s ease-out 0s 1 slideLogo;
}
.logo img{

    max-width: 200px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 3px;
}
.coming {
    position: absolute;
    top: 50%;
    font-size: 40px;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: 2s ease-out 0s 1 Coming;
            animation: 2s ease-out 0s 1 Coming;
    /* font-family: 'dolce_vitaregular'; */
    font-family: 'Gotham', serif;

}
.contacts {
    position: absolute;
    bottom: 20%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    -webkit-animation: 1s ease-out 0s 1 slideContact;
            animation: 1s ease-out 0s 1 slideContact;
    /* font-family: 'dolce_vitaregular'; */
    font-family: 'Gotham', serif;
}
.contacts li {
    padding-bottom: 15px;
    /* font-family: 'dolce_vitaregular'; */
    font-family: 'Gotham', serif;
}
.contacts li:last-child {
     padding-bottom: 0px;
}

.prenota {
    padding: 7px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 3px;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    margin: 15px auto;
    width: 165px;
}
.prenota a{ color: #707070;}

footer{ position: absolute; bottom: 2%; width: 100%; z-index: 3; display: -webkit-box!important; display: -webkit-flex!important; display: -ms-flexbox!important; display: flex!important; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
footer ul{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center;}
footer ul li img{cursor: pointer; padding:0 5px;}

.coming1 label{display: block;}

.l_hc img {
    -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
            transform: scale(1.09);
}

@media (max-width: 1300px) {
.coming2 img{ height:80px;}
.coming1{
  font-size: 40px;
  line-height: 60px;
}
.coming1 span{ font-size:16px;}
.n_w.due{ bottom:10px;}
.fascia.bottom .press a{margin-right:20px;}
.fascia.bottom .press a:last-child{ margin-right:0px;}
}
@media only screen and (max-height: 700px){
  .n_w.due{ bottom:10px; width: 60%; }
}
@media only screen and (max-height: 600px){
  .n_w.due{ bottom:0px; }
}

@media (max-width: 1100px) {
.fascia.bottom{ padding-left:0px;}
.fascia.bottom span{text-align: center;}
.n_w.due{ font-size:19px; line-height: 30px;}
}

@media (max-height: 900px) {
  .logo1 { height:400px;}
}

@media (max-width: 1060px) {
  .fascia.bottom span{width: 60%;}
  .fascia.bottom .press a{margin-right:3px 0px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  }

@media (max-width: 950px) {
.coming2 img{ height: 65px;}
  .fascia.bottom {
    padding:0px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .fascia.bottom .press,.fascia.bottom span{ width: 100%; text-align: center;}
  .n_w.due{width: 80%;}
}
/*
@media (max-width: 900px) {
.fascia.bottom{flex-wrap: wrap; justify-content: center; flex-direction: column;}
.fascia.bottom .press, .fascia.bottom span{padding:5px;}
} */

@media (max-width: 769px) {
  .logo1 {
    left: 50%!important;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
     height:350px;
    top: 60px !important;
  }
  .coming2 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  .coming2 div{ padding:15px;}
  .coming2 .hover{ opacity: 0!important;}

  .coming1{
    font-size: 25px;
    line-height: 25px;
  }

  .coming1 div{line-height: 30px; font-size: 35px;}

  .coming1 span{ font-size:15px;top: 0;}
    .coming1 label{padding:5px 0;}
  .coming1 .n_w, .n_w{ font-size: 20px;}

    .logo img{
        padding: 0 10px;
    }
    .contacts {
        font-size: 14px;
    }
    .contacts li {
        padding-bottom: 10px
    }
    .coming2 div{ padding: 10px 2px;}

    .n_w.due{width: 90%;}
    .fascia{height:35px; }
    .language{ margin:10px auto;}
    .coming1{ top:55%;}
}

@media (max-width: 700px) {
.coming1 li{ margin-bottom: 15px;}
.coming1 div{font-size: 30px;}
}


section.pagine{
  width: 100%;
  padding: 50px;
  background: #fff;
  position: relative;
  display: block;
  color: #000;
}

.pagine h1{ font-size:45px;margin:20px 0; font-family: 'Gotham', serif; text-transform: uppercase;}

.pagine strong {
  font-weight: bold;
}
.pagine p{
margin: 10px 0;
display: block;
font-size: 18px;
line-height: 20px;
}

.language{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px auto;
}

.language li a{ color: #000; margin: 5px 10px; text-transform: uppercase; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;}

@media (max-height: 650px) {
.fascia{height:35px; }
.language{ margin:10px auto;}
}

@media (max-width: 569px) {
  .logo1 { height:250px;}
  .coming2{
    top:33%;
  }
  .coming2 img{ height:45px;}
  .coming2 div{ padding: 6px 2px;}
  .fascia.bottom span{ padding:10px 8px;}
  .fascia{height: 35px;}
  .language{margin: 10px auto;}
  .coming1{
    font-size: 20px;
  }
  .coming1 li{ margin-bottom: 10px;}
  .coming1 div{font-size: 26px; bottom: -5px;}
  .coming1 span{ font-size:12px;}
  .coming1 .n_w, .n_w{ font-size: 15px;}
  .logo1.after{ top: 45px!important; -webkit-transition: all 1s; transition: all 1s;height: 85px !important;}
  .n_w.due { width: 90%; font-size: 15px;line-height: 20px;}
  .fascia.bottom .press{width: 100%;}
  .pagine h1{ font-size:35px;}
}




.box_staff { padding: 20px 0 60px 0; }
.box_staff h2 { font-family: 'Gotham', serif; font-size: 60px; margin-bottom: 80px; color: #000; }

@media screen and (max-width: 1024px) {
    .box_staff h2 { font-size: 50px; }
}
@media screen and (max-width: 767px) {
    .box_staff h2 { font-size: 40px; }
}

.box_staff ul { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1250px; margin: 0 auto; }

.box_staff li { padding: 0 20px; text-align: center; margin-bottom: 30px; width: 25%; display: flex; }
@media screen and (max-width: 1024px) {
    .box_staff li { width: 50%; }
}

.box_staff li .box_staff_inner{ width: 100%; display: flex; flex-direction: column; justify-content: space-between;}

.box_staff li h3 { font-family: 'Gotham', serif; font-size: 30px; color: #000; margin-bottom: 0; }
@media screen and (max-width: 1024px) {
    .box_staff li h3 { font-size: 25px; }
}
@media screen and (max-width: 767px) {
    .box_staff li h3 { font-size: 20px; }
}

.box_staff li h4 { font-family: 'Gotham', serif; font-size: 20px; margin-bottom: 20px; color: #000;font-style: italic; }
@media screen and (max-width: 1024px) {
    .box_staff li h4 { font-size: 18px; }
}
@media screen and (max-width: 767px) {
    .box_staff li h4 { font-size: 15px; }
}

.box_staff li .bg_staff_container { width: 80%; margin: 0 auto; }
.box_staff li .bg_staff { width: 100%; border-radius: 50%; background-size: cover; background-position: center center; margin: 0 auto; padding-bottom: 100%; }





