* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mainContent {

}
.specialeCorriere {
  opacity: 0;
  /*overflow: hidden;*/
}

.subHeader {
  position: relative;
  width: 100%;
  background-color: #9a141b;
  text-align: center;
  padding: 30px 0;
}
.subHeader * {
  margin: 0;
  padding: 0;
}
.subHeader h3 {
  position: relative;
  font-family: "main-condensed_bold";
  font-size: 30px;
  letter-spacing: 5px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
}
.subHeader h3:before,
.subHeader h3:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 62px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.subHeader h3:before {
  background-image: url(../../img/ico1.png);
  left: -90px;
}
.subHeader h3:after {
  background-image: url(../../img/ico2.png);
  right: -90px;
}
.subHeader p {
  font-family: "title-regular";
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .subHeader {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .subHeader {
    padding: 30px;
  }
  .subHeader h3 {
    font-size: 18px;
  }
  .subHeader h3:before,
  .subHeader h3:after {
    top: 0;
  }
  .subHeader h3:before {
    left: -75px;
  }
  .subHeader h3:after {
    right: -75px;
  }
  .subHeader p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
  }
}

.apertura {
  position:relative;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;  
}
.apertura img {
  display: none;
  width: 100%;  
}

.apertura .txt {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 980px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);  
  bottom: 20px;
}
.apertura h1 {
  font-family: "main-condensed_black";
  font-size: 54px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 !important;

    background: rgba(0, 0, 0, 0.3);
    padding: 0 15px !important;
    text-align: center;
    text-shadow: 1px 1px 0 #000;

}
.apertura h2 {
  font-family: "main-condensed_heavy";
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
      display: none;
}
.apertura h5 {
  font-family: "main-condensed_black";
  color: #fff;
  font-size: 28px;
  padding-bottom: 0 !important;
    margin: 10px 0;  
        display: none;
}
/*.apertura .overlay {
  position: absolute;
  z-index: 2;  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}*/
.apertura video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
/*  .titolazioneMobile {
    display: none;
  }*/
  .titolazioneMobile {
      display: block !important;
      max-width: 860px;
  }
  .titolazioneMobile h2 {
      font-family: "main-condensed_heavy";
      font-size: 100px;
      line-height: 100px;
      color: #fff;
      font-size: 34px;
      line-height: 34px;
      /* background: rgba(0,0,0,.75); */
      /* padding: 0 15px !important; */
      color: #222;
      /* padding-top: 20px; */
  }

  .titolazioneMobile h5 {
      font-family: "title-regular";
      font-weight: normal;
      color: #fff;
      font-size: 20px;
      padding-bottom: 0 !important;
      margin: 10px 0;
      /* background: rgba(0,0,0,.75); */
      /* padding: 0 15px !important; */
      color: #222;
  }

@supports (object-fit: cover) {
  .apertura > video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .apertura {
    background-attachment: scroll;
  }
    .apertura .txt {
    padding-left: 30px;
  }
  .apertura h1 {
  font-size: 42px;
    line-height: 52px;
  }
  .apertura h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .apertura h5 {
    font-size: 24px;
    line-height: 24px;
  }
/*  .apertura video {
    width: 200%;
    height: 100%;
  }*/
}

@media screen and (min-width: 481px) and (max-width: 900px) {
  .titolazioneMobile {
      /*padding: 30px !important;*/
      padding: 0 30px 0 30px;      
  }
}

@media screen and (max-width: 480px) {
  .apertura {
    max-height: 350px;
    background-attachment: scroll;
    margin-bottom: 10px;
  }
    .apertura .txt {
    padding-left: 0px !important;
    bottom: 10px;
  }
  
/*  .apertura video {
    width: 200%;
    height: 100%;
  }*/

  .apertura h1 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 0;
  }
  .apertura h2 {
    font-size: 22px;
    line-height: 24px;
    display: none;
  }
  .apertura h5 {
    font-size: 22px;
    line-height: 24px;
    display: none;
  }
.titolazioneMobile {
    padding: 30px !important;
}
.titolazioneMobile h5 {
    font-family: title-regular;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0 0 0;
}
  .titolazioneMobile h2 {
      font-family: "main-condensed_heavy";
    font-size: 22px;
    line-height: 24px;
  }
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "main-light";
  text-transform: uppercase;
  z-index: 999999999;
  font-size: 12px;
  border-radius: 5px;
  display: none;
  cursor:pointer;
}
#backToTop:hover {
  text-decoration: underline;
}

.object {
  padding: 0;
  margin-bottom: 40px;
}
.center {
  position: relative;
  width: 100%;
  /* max-width: 860px; */
  margin: 0 auto;
  background: #fff;
  padding-bottom: 60px;
  /* max-width: 860px; */
}
/*@media screen and (max-width: 860px) {
  .center {
    padding: 0 30px;
  }
}*/
.center h3 {
  font-family: "title-bold";
  font-size: 30px;
  /*  color: #29abef;*/
  color: #222;
  margin-top: 40px;
  margin: 0px auto 30px auto;
  max-width: 860px;
}
.center p {
  font-family: "title-regular";
  font-size: 19px;
  line-height: 32px;
  color: #333;
  padding: 0 60px 0 60px;
  margin-bottom: 0;
  max-width: 860px;
  margin: 0 auto;
}
.center p strong {
  font-weight: 700;
}
.center p a {
  color: #333;
  text-decoration: underline;
}

p.citazione {
    position: relative;
    font-style: italic;
    color: #fff !important;
    border-bottom: 4px solid black;
    padding: 60px;
    background-color: #8a2a2a;

}
p.citazione strong{
    display: block;
}


div.rdc {
  width: 100%;
  height: 200px;
  padding: 20px 0 10px 0;  
  background-image: url('(none)/speciale/cucina/2017/food-reportage/img/sfondo-racconti-di-cucina.jpg');
  background-repeat: repeat;
  background-size: 100% 100%;
  text-align: center;
}
div.rdc img {
  width: 100%;
  max-width: 807px;
}
@media screen and (max-width: 900px) {
  .center h3 {
    margin: 0 0 30px 30px;
  }
} 
@media screen and (max-width: 480px) {
  div.rdc {
    height: 130px !important;
  }
  .center h3 {
    margin: 0 0 30px 30px;
  }
}  

iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  iframe {
    display: block;
    margin: 0 auto;
    max-width: 95%;
  }
}
.center figure  {
/*  max-width: 100%;*/
  display: table;
  margin: 0 auto;
}
figure img {
/*  max-width: 100%;*/
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
figure img.fotoH {
/*  max-width: 100%;*/
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
figure img.fotoV {
/*  max-width: 100%;*/
  width: 430px;
  display: inline-block;
  margin: 0 auto;
}
figure img.half {
/*  max-width: 100%;*/
  width: 50%;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  figure img {
    max-width: 100%;
  }
  figure img.half {
    max-width: 50%;
  }
}
figure figcaption {
  background-color: #fff;
  text-align: center;
  font-family: 'main-condensed_semibold';
  font-size: 16px;
  padding: 10px 0;
}


figure.infoV {
  position:relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 60px auto;
  display:block;
  background:#fff;
}
figure.infoV figcaption {
  background: #fff;
  padding: .5em;
}
.vdm {
  display: block;
    width: 100%;
    height: 484px;
    max-width: 860px;
    margin: 0 auto;
    border: 0;
}

@media screen and (max-width: 480px) {
.center  {
    padding: 0 0 60px 0;
}
.center p {
    font-family: "title-regular";
    font-size: 18px;
    line-height: 26px;
    padding: 0 30px;
}
.firma {
    padding: 0 30px !important;
}
figure figcaption {
  font-size: 14px;
}
  .vdm {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
  } 

}

.firme {
  margin: 40px auto;
}
.firme h4 {
  font-family: "main-condensed_semibold";
  font-size: 24px;
  color: #29abef;
  padding-bottom: 5px;
}
.firme img {
  float: left;
  display: block;
  margin-right: 15px;
  margin-top: 5px;
}
.firme p {
  font-family: "main-condensed_semibold_italic";
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  margin: 0;
  padding: 0;
  display: table;
}
@media screen and (max-width: 480px) {
  .firme p {
    font-size: 15px;
    line-height: 18px;
  }
}
.firme p strong,
.firme p a {
  font-family: "main-condensed_semibold_italic";
}
.slider {
  position: relative;
  width: 100%;
  padding: 0;
}
.slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../../img/ombra.jpg);
  background-repeat: repeat-x;
}
.slider:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../../img/ombra2.jpg);
  background-repeat: repeat-x;
}
.slider .center {
  max-width: 940px;
  margin-bottom: 0;
}
.slider li {
  position: relative;
  height: 290px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 15px solid #fff;
}
.slider li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.slider .txt {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.slider .txt h3 {
  font-family: "main-condensed_heavy";
  font-size: 36px;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.slider .txt p {
  font-family: "title-regular";
  font-size: 30px;
  line-height: 32px;
  min-height: 64px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .slider .txt {
    bottom: 20px;
  }
  .slider .txt h3 {
    font-size: 26px;
  }
  .slider .txt p {
    font-size: 22px;
  }
}
.slider .lSPager li {
  height: auto;
}
.slider .lSPager li.active a {
  background-color: #9a141b!important;
}
.slider .lSPager li:before {
  display: none;
}
.slider .lSAction > a {
  width: 34px;
  height: 57px;
  background-image: url(../../img/controls2.png);
  opacity: 1;
}
.slider .lSAction > .lSPrev {
  left: -40px;
}
.slider .lSAction > .lSNext {
  right: -40px;
}
@media screen and (max-width: 800px) {
  .slider .lSAction > .lSPrev {
    left: 5px;
  }
  .slider .lSAction > .lSNext {
    right: 5px;
  }
}
.slider .lSSlideWrapper {
  overflow: visible;
  position: inherit;
}
.slider.rosso {
  background-color: #9a141b;
}
.slider.rosso:before,
.slider.rosso:after {
  display: none;
}
.slider.rosso li {
  border: 15px solid #9a141b;
}
.slider.rosso .lSPager li {
  height: auto;
}
.slider.rosso .lSPager li.active a {
  background-color: #fff!important;
}
.slider.rosso .lSAction > a {
  background-image: url(../../img/controls2-w.png);
}

.photoGallery {
      margin: 0 auto 0 auto;
      padding: 0 0 60px 0;
      background: #fff;
}

.photoGallery img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;  
}
.photoGallery img.orizzontale {

}
.photoGallery img.verticale {
  max-height: 750px;
}
.photoGallery .lSAction > a {
  width: 56px;
  height: 113px;
  opacity: 1;
  background-position: 0, 0;
}
@media screen and (max-width: 480px) {
  .photoGallery .lSAction > a {
    width: 28px;
    height: 56px;
    background-size: 100%;
  }
}
.photoGallery .lSAction > .lSPrev {
  background-image: url(../../img/arrowSx.png);
  left: 0;
}
.photoGallery .lSAction > .lSNext {
  background-image: url(../../img/arrowDx.png);
  right: 0;
}
.photoGallery .lslide {
  position: relative;
}
.photoGallery .lslide p {
  font-family: "main-condensed_semibold";
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 480px) {
    .photoGallery .lslide p {
      position: relative !important;
      font-size: 14px;      
   }   
 } 


/* loader iniziale */

.loading {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
}
.loading img {
  position: absolute;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
}


/* firma finale */

.center.firma {
  clear: both;
  font-family: "title-regular";
  color:#666;  
  max-width: 860px;
  margin: 0 auto 60px auto;
}
.center.firma:after {
    content: '***';
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 60px;
}
.center.firma h1 {
  font-family: "title-bold";
  font-size: 52px !important;
  color:#29abef;  
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .center.firma {
      padding-left: 30px;
  }
} 


@media screen and (max-width: 480px) {
.center.firma h1 {
  font-size: 38px !important;
  }
}  
.center.firma h6 {
  font-family: main-condensed_regular;
  font-weight: normal;
  font-size: 14px;
  color:#222;
  font-style: italic;

}
@media screen and (max-width: 480px) {
.center.firma h6 {
  font-size: 15px !important;
  }
}  

.center.firma h3 {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
.center.firma h3 {
  font-size: 26px !important;
  }
}  
.center.firma h5 {
  font-family: main-condensed_bold;
  width: 100%;
  line-height: 22px;
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.center.firma h5 span {
  
}


/* archivio */

.center.archivio {
  display:table;
}
.center.archivio h3 {
    font-family: 'main-condensed_semibold';
    margin: 0 0 10px 0;
}
.center.archivio p {
  width: 25%;
  float: left;
  overflow: hidden;
  border-right: 10px solid white;
  margin-bottom: 10px;
}
.center.archivio p a {
    display: block;
  font-family: "main-condensed_semibold";

  color:#333;
  text-decoration: none;
}
.center.archivio p a img {
  display:block;
  width: 100%;
}
.center.archivio p a span {
  display:block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 480px) {
    .center.archivio p {
      width: 50%;
      overflow: hidden;
    }
 } 
@media screen and (max-width: 400px) {
    .center.archivio p {
      width: 100%;
      overflow: hidden;
    }
 } 

 /* crediti */

.center.crediti {
  display:table;
}
.center.crediti h3 {
    font-family: 'main-condensed_semibold';
}

.center.crediti p {
    font-family: 'main-condensed_regular';
    font-size: 16px;
    margin-bottom: 0px;
}
.center.crediti p a {
  font-family: "main-condensed_semibold";
  color:#222;
}
.center.crediti p a img {
  display:block;
  width: 100%;
}
.center.crediti p a span {
  display:block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 480px) {
    .center.crediti p {

    }
  
 } 