/********************

	generico
	
********************/

html,body{
	overflow: hidden;
	overflow-y: auto;
}

.overflow_y_hidden{
    overflow-y: hidden;
}

.overflow_hidden{
    overflow: hidden !important;
}

p{
	margin-bottom: 20px;
}

.no_fill_mode{
  animation-fill-mode: none !important;
}

.container_full{
	max-width: 100% !important;
}

.clear_both:after{
	content: "";
	display: block;
	clear: both;
}

@font-face {
  font-family: 'helvetica';
  src:  url('../fonts/helvetica/HelveticaNeue-Regular.eot');
  src:  url('../fonts/helvetica/HelveticaNeue-Regular.eot#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/HelveticaNeue-Regular.ttf') format('truetype'),
    url('../fonts/helvetica/HelveticaNeue-Regular.woff') format('woff'),
    url('../fonts/helvetica/HelveticaNeue-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
    font-family: 'helvetica-medium';
    src:  url('../fonts/helvetica/HelveticaNeue-Medium.eot');
    src:  url('../fonts/helvetica/HelveticaNeue-Medium.eot#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/HelveticaNeue-Medium.ttf') format('truetype'),
    url('../fonts/helvetica/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/helvetica/HelveticaNeue-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'helvetica';
    src:  url('../fonts/helvetica/HelveticaNeue-Bold.eot');
    src:  url('../fonts/helvetica/HelveticaNeue-Bold.eot#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/HelveticaNeue-Bold.ttf') format('truetype'),
    url('../fonts/helvetica/HelveticaNeue-Bold.woff') format('woff'),
    url('../fonts/helvetica/HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

.no_user_select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


/********************

	progetto
	
********************/

.cont_sotto,
.cont_fuori{
	transition: all 0.3s;	
}

.nascosto{
	opacity: 0 !important;
	right: -100px !important;
}

.visibile{
	opacity: 1 !important;
	right: auto !important;
}

.transition-delay-zero{
	transition: all 0.1s !important;
}

.container_medium{
    max-width: 1400px !important;
}

.container_small{
    max-width: 1000px !important;
}

.container_large{
    max-width: 1752px !important;
}

@media all and (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

.testo{
    font-size: 20px;
    line-height: 1.1;
    font-family: "helvetica";
}

.white{
    color: #fff !important;
}

#header #top_main_area #right_top_area > a{
    width: 100%;
    max-width: 200px;
}


/********************

	sezione 1
	
********************/

section .testo{
    max-width: 600px !important;
    text-align: left !important;
}

#header #sponsor_area {
    text-transform: uppercase;
}

#sezione_1{
    background-image: url("../img/bg1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 200px;
    height: 1301px;
}

.titolo_1{
    font-size: 90px;
    line-height: 90px;
    border: 3px solid #fff;
    font-family: "helvetica";
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #fff;
    padding: 10px 50px;
    width: auto;
    float:left;
}

.titolo_2{
    font-size: 90px;
    line-height: 90px;
    font-family: "helvetica";
    color: #e10528;
    background: #fff;
    padding: 10px 30px;
    width: auto;
    float:left;
    clear: both;
    font-weight: bold;
    margin-left: 300px;
}

.titolo_3{
    clear: both;
    font-size: 36px;
    line-height: 42px;
    font-style: italic;
    font-family: "helvetica";
    color: #fff;
    text-transform: uppercase;
    width: 380px;
    margin-left: 330px;
    padding-top: 20px;
}

.titolo_4{
    clear: both;
    font-size: 28px;
    line-height: 36px;
    font-style: italic;
    font-family: "helvetica";
    color: #fff;
    width: 400px;
    margin-left: 330px;
    padding-top: 40px;
    position: relative;
}

.titolo_4:before{
    content: "";
    display: block;
    width: 232px;
    height: 658px;
    background-image: url("../img/pallini.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -275px;
    top: 40px;
}

/********************

	sezione 2

********************/

#sezione_2{
    margin-top: -100px;
    margin-bottom: 50px;
}

#sezione_2 .container{
    padding: 0 60px;
}

.titolo_5{
    font-size: 98px;
    line-height: 110px;
    font-family: "helvetica";
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #000;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    width: 400px;
    text-transform: uppercase;
}

.titolo_6{
    font-size: 55px;
    line-height: 70px;
    font-family: "helvetica-medium";
    background: #fff;
    width: auto;
    text-transform: uppercase;
}

#sezione_2 .testo{
    max-width: 695px;
    margin: 0 auto;
    text-align: justify;
    margin-top: -40px;
    position: relative;
    padding-bottom: 280px;
}

#sezione_2 .testo:after{
    content: "";
    display: block;
    width: 273px;
    height: 273px;
    background-image: url("../img/img1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 80px;
    right: -250px;
    transform: rotate(-90deg);
    transition: all 2s;
}

#sezione_2 .testo:before{
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    background: #000;
    width: 100vw;
    bottom: 0;
    right: -100px;
}

#sezione_2 .testo.appeared:after{transform: rotate(0deg);}


/********************

	sezione 3

********************/

#sezione_3{
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
}

#img_2{
    width: 100%;
    max-width: 294px;
    float: left;
    margin-left: -50px;
}

#img_3{
    width: 100%;
    max-width: 70px;
    float: right;
    padding-top: 100px
}

.titolo_7{
    float: right;
    font-size: 55px;
    line-height: 70px;
    font-family: "helvetica-medium";
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
    width: 208px;
    text-align: right;
    margin-left: 100px;
    margin-right: 100px;
}

#sezione_3 .testo{
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 70px;
}

#sezione_3 .titolo_5{
    width: 100%;
    max-width: 320px;
    margin-bottom: 40px;
}

#box_3_1{
    position: relative;
}

#box_3_1 img{
    position: absolute;
    bottom: 30px;
}

#box_3_1 img.appeared{
    animation: caduta 4s;
    animation-timing-function: linear;
}

@keyframes caduta {
    0% {
        transform: rotate(0deg) translatey(-350px);
        opacity: 0;
    }
    25% {
        transform: rotate(20deg) translatey(-300px);
        opacity: 0.3;
    }
    50% {
        transform: rotate(0deg) translatey(-200px);
        opacity: 0.6;
    }
    75% {
        transform: rotate(-20deg) translatey(-100px);
        opacity: 0.9;
    }
    100% {
        transform: rotate(0deg) translatey(0px);
        opacity: 1;
    }
}

#img_8,
#img_6{
    max-width: 200px;
}

#img_6.appeared{
    transform: translate(100%,50px) ;
}

#box_3_5{
    text-align: right;
}

#img_7{
    transform: rotate(-90deg);
}

#sezione_3 #img_7.appeared{
    transform: rotate(0deg);
}

#img_8.appeared{
    transform: translate(-50%,80%);
}

/********************

	sezione 4
	
********************/

#sezione_4{
    background-image: url("../img/bg2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}

#sezione_4 .testo{
    padding-top: 300px;
    text-align: justify;
}

.titolo_8{
    font-size: 78px;
    line-height: 92px;
    font-family: "helvetica";
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #fff;
    width: 435px;
    text-transform: uppercase;
    padding-top: 100px;
}

.titolo_9{
    font-size: 78px;
    line-height: 92px;
    font-family: "helvetica";
    color: #fff;
    max-width: 390px;
    width: 100%;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
}

#img_10.appeared{
    width: 473px;
    margin-top: 50px;
    transform: translate(-65%,-0);
}

#img_9{
    animation: animazione-forchetta infinite 2s;
    animation-timing-function: linear;
    position: absolute;
    bottom: 50px;
    right: -50px;
    transform-origin: top right;
    max-width: 400px;
}

@keyframes animazione-forchetta {
    0% {
        transform: rotate(-7deg);
    }
    25% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(7deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-7deg);
    }
}


/********************

	sezione 5

********************/

#sezione_5{
    background-image: url("../img/bg3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 2400px;
    position: relative;
}

.cont_bottoni{
    padding-top: 530px;
    text-align: center;
}

.bottone{
    font-size: 26px;
    line-height: 34px;
    font-family: "helvetica";
    color: #fff;
    background: #000;
    border-radius: 50px;
    border: 1px solid #e10528;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    display: inline-block;
}

.bottone.attivo,
.bottone:hover{
    background: #e10528;
    border: 1px solid #000;
}

.cont_box_contenuti{
    padding-top: 175px;
}

.box_contenuti{
    background: #fff;
    padding: 100px 80px;
    border-radius: 50px;
    border: 2px solid #000;
}

#img_11{
    margin-top: 100px;
    margin-bottom: 40px;
    max-width: 200px;
}

#img_12{
    margin-left: -20px;
    max-width: 200px;
}

.cont_img_13{
    text-align: right;
}

#img_13{
    margin-top: 30px;
    max-width: 200px;
}

#img_14{
    margin-top: 100px;
}

#img_15{
    margin-top: 100px;
    margin-bottom: 20px;
}

#img_16{
    margin-left: 50%;
}

#img_17{
    width: 200px;
    float: right;
    margin-top: 45px;
    margin-right: -20px;
}

.titolo_10{
    font-size: 55px;
    line-height: 70px;
    font-family: "helvetica-medium";
    background: #fff;
    width: auto;
    text-transform: uppercase;
}

#sezione_5_cont_2{
    padding-top: 50px;
    margin-bottom: 40px;
}

.con_testo_1{
    padding-top: 30px;
}


/********************

	sezione 6

********************/

#sezione_6{
    background-image: url("../img/bg4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 415px;
    position: relative;
    z-index: 1;
    margin-bottom: -340px;
}

.titolo_11 {
    font-size: 98px;
    line-height: 110px;
    font-family: "helvetica";
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#img_18{
    margin-left: -200px;
}

#sezione_6 .testo{
    margin-left: -50px;
    letter-spacing: -1px;
    padding-top: 10px;
}

#sezione_6 .cont_testo{
    padding: 0;
}


/********************

	sezione 7

********************/

#sezione_7{
    position: relative;
    z-index: 2;
}

.cont-flipbox{
    padding: 0 25px;
    margin-bottom: 150px;
}

.flip-box{
    perspective: 1000px;
}

.flip-box img{
    width: 100%;
}

.flip-box-inner {
    position: relative;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.discover_more{
    font-size: .8rem;
    line-height: 1;
    text-decoration: underline;
    font-family: "helvetica";
    font-weight: bold;
    color: #fff;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px;
    cursor: pointer;
}

.discover_more.attivo,
.discover_more:hover{
    color: #E10528;
}

.flip_titles .flip_pre_title{
    font-size: 26px;
    line-height: 26px;
    font-family: "helvetica";
    color: #fff;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.flip_titles .flip_title{
    font-size: 50px;
    line-height: 50px;
    font-family: "helvetica";
    color: #fff;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 7px;
}

.flip-box-back{
    width: 100%;
    height: 100%;
    background: #E10528;
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}

.flip-box-back .flip_titles{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0px;
}

.testo_pre_widget{
    font-size: 53px;
    line-height: 63px;
    font-family: "helvetica-medium";
    color: #000;
    text-transform: uppercase;
    border: 3px solid #000;
    text-align: center;
    max-width: 1150px;
    padding: 50px 20px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.popup_ricetta{
    z-index: -1;
    opacity: 0;
    transform:scale(0.3);
    transition: all 0.3s;
    position: fixed;
    width: 100vw;
    height: 100vh;
    transform-origin: center;
    top: 0px;
    left: 0px;
    background-image: url("../img/bg_ricette.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
}

.popup_ricetta.attiva{
    z-index: 999999999999;
    opacity: 1;
    transform:scale(1);
}

.popup_ricetta img{
    max-width: 550px;
}

.titolo_ricetta{
    font-size: 90px;
    line-height: 1;
    font-family: "helvetica";
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #000;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.close_ricetta{
    font-size: 60px;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    width: 41px;
    height: 39px;
    line-height: 24px;
    z-index: 3;
}

.dati_ricetta{
    font-size: 22px;
    line-height: 1.2;
    font-family: "helvetica";
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

.cont_img_cibo{
    height: 90px;
}

.cont_img_cibo img{
    width: auto;
    height: 70px;
    z-index: 4;
}

.ingredienti_ricetta:after{
    content: "";
    clear: both;
    display: block;
}

.ingredienti_ricetta .col1,
.ingredienti_ricetta .col2{
    width: 50%;
    float: left;
}

.ingredienti_ricetta{
    padding-bottom: 40px;
    border-bottom: 3px solid #000;
    margin-bottom: 40px;
}

.ingredienti_ricetta ul{
    padding: 0;
}

.ingredienti_ricetta ul li,
.procedimento_ricetta ol li{
    font-size: 30px;
    line-height: 35px;
    font-family: "helvetica";
}

.ingredienti_ricetta ul li{
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.ingredienti_ricetta ul li:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.titolo_ingredienti,
.titolo_procedimento{
    font-size: 17px;
    line-height: 1;
    font-family: "helvetica";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/********************

	sezione quiz

********************/

#sezione_8 .container{
    overflow: hidden;
}

.elemento_cibo{
    width: 9.6%;
    float: left;
    text-align: center;
    margin: 0 0.2%;
}

.elemento_cibo img{
    margin-bottom: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.elemento_cibo .etichetta_cibo{
    background: #e10528;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: "helvetica";
    border: 2px solid #000;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 20px 0;
    width: 100%;
    max-width: 250px;
    display: inline-block;
    margin-bottom: 40px;
}

.cont_widget{
    padding-top: 30px;
    margin-bottom: 150px;
}

.box_cestino{
    text-align: center;
}

.cont_cestino{
    position: relative;
    overflow: hidden;
    max-width: 240px;
    display: inline-block;
}

.cont_cestino img{
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: -1px;
}

.cont_cestino .sfondo_cestino{
    display: block;
    background: #e10528;
    position: absolute;
    bottom: -100%;
    z-index: 1;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transition: all 0.3s;
}

img.ui-draggable-disabled{
    width: 84%;
}

.box_cerchi{
    text-align: center;
    display: flex;
    justify-content: center;
}

.ricevitore{
    background: #fff;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    display: inline-block;
    border: 2px dashed #000;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    margin: 0 10px;
}

.messaggio_widget{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    width: 90%;
    background: #000;
    z-index: 9;
    border-radius: 30px;
}

.cont_messaggio{
    position: relative;
    padding: 100px 50px;
}

.cont_messaggio .title{
    font-size: 70px;
    line-height: 70px;
    font-family: "helvetica";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}

.close_messaggio{
    font-size: 60px;
    line-height: 24px;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 41px;
    height: 39px;
    cursor: pointer;
    color: #fff;
}

.titolo_widget{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: "helvetica-medium";
}



/********************

	VIDEO
	
********************/

.pre_video{
	background: #e10528;
	padding: 45px 0;
    text-align: center;
}

.pre_video a{
    display: inline-block;
    border: 1px solid #000;
    font-size: 56px;
    line-height: 56px;
    font-family: "helvetica-medium";
    color: #000;
    background: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}

.pre_video a:hover{
    color: #fff;
    background: #000;
}

#leftsocial{
	height: 158px;
}