/********************

	generico
	
********************/

html,body{
	overflow: hidden;
	overflow-y: auto;
}

.no-overflow{
    height: 100vh;
    overflow: hidden !important;
}


body{
    overflow: hidden;
}

p{
	margin-bottom: 20px;
}

.no_fill_mode{
  animation-fill-mode: none !important;
}

.container_full{
	max-width: 100%;
}

.container{
    padding: 0 70px !important;
}

.clear_both:after{
	content: "";
	display: block;
	clear: both;
}

@font-face {
  font-family: 'AvenirNext';
  src:  url('../fonts/AvenirNext/AvenirNext.eot');
  src:  url('../fonts/AvenirNext/AvenirNext.eot#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext/AvenirNext.ttf') format('truetype'),
    url('../fonts/AvenirNext/AvenirNext.woff') format('woff'),
    url('../fonts/AvenirNext/AvenirNext.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
    font-family: 'AvenirNext';
    src:  url('../fonts/AvenirNext-Bold/AvenirNext-Bold.eot');
    src:  url('../fonts/AvenirNext-Bold/AvenirNext-Bold.eot#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-Bold/AvenirNext-Bold.ttf') format('truetype'),
    url('../fonts/AvenirNext-Bold/AvenirNext-Bold.woff') format('woff'),
    url('../fonts/AvenirNext-Bold/AvenirNext-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: 'HelveticaLT';
  src:  url('../fonts/HelveticaLTStd-UltraComp/HelveticaLTStd-UltraComp.eot');
  src:  url('../fonts/HelveticaLTStd-UltraComp/HelveticaLTStd-UltraComp.eot#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaLTStd-UltraComp/HelveticaLTStd-UltraComp.ttf') format('truetype'),
    url('../fonts/HelveticaLTStd-UltraComp/HelveticaLTStd-UltraComp.woff') format('woff'),
    url('../fonts/HelveticaLTStd-UltraComp/HelveticaLTStd-UltraComp.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@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;
}


/********************

	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;
}

body{
    background-image: url("../img/sfondo.jpg");
    background-position: center 300px;
    background-repeat: no-repeat;
}

.pre_loader{
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
}

.pre_loader img{
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 35px;
}

/********************

	sezione navigazione

********************/

#sezione_navigazione{
    position: fixed;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
}

.nav_map{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/********************

	sezione 1
	
********************/

#sezione_1{
    background-image: url("../img/img_sezione_1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 240px;
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
}

.intro{
    text-align: center;
}

#img_intro{
    position: relative;
    display: inline-block;
    width: 750px;
    margin-bottom: 48px;
}

.intro .testo{
    font-family: "AvenirNext";
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 170px;
    max-width: 750px;
}

.titolo_sezione{
    font-family: "HelveticaLT";
    color: #3F2D23;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}

.sottotitolo_sezione{
    font-family: "HelveticaLT";
    color: #3F2D23;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}

.titolo{
    font-family: "HelveticaLT";
    color: #3F2D23;
    font-size: 110px;
    line-height: 100px;
    margin-bottom: 40px;
}

.titolo_piccolo{
    font-family: "HelveticaLT";
    color: #3F2D23;
    font-size: 85px;
    line-height: 100px;
    margin-bottom: 25px;
}

.testo{
    font-family: "AvenirNext";
    color: #010103;
    font-size: 30px;
    line-height: 31px;
    max-width: 1200px;
    margin: 0 auto;
}

.testo_grosso{
    font-family: "AvenirNext";
    color: #010103;
    font-size: 34px;
    line-height: 34px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/********************

	sezione 2

********************/

#sezione_2{
    height: 195px;
    background-image: url("../img/strappo_sezione_1.png");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

/********************

	sezione 3

********************/

#sezione_3{
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

#sezione_3 .testo{
    max-width: 1100px;
    margin: 0 auto;
}

/********************

	sezione 4

********************/

#sezione_4{
    margin-bottom: 250px;
}

#sezione_4 .box_titolo,
#sezione_4 .box_img,
#sezione_4 .box_testo{
    width: 50%;
    float: left;
}

#sezione_4 .box_titolo{
    padding-top: 70px;
}

#sezione_4 .box_img{
    float: right;
    padding-top: 120px;
    padding-left: 20px;
    position: relative;
}

#sezione_4 .box_img{
    position: relative;
}

#sezione_4 .bg_box_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    z-index: 1;
}

#sezione_4 .img_box_img{
    position: relative;
    z-index: 2;
}

#sezione_4 .box_testo{
    padding-right: 100px;
}

/********************

	sezione 5

********************/

#sezione_5{
    margin-bottom: -260px;
}

.box_foglietto{
    padding: 160px 120px 90px 110px;
    background-image: url("../img/foglietto.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#graffetta {
    position: absolute;
    right: -65px;
    top: 6px;
    z-index: 2;
    width: 150px;
}

@media all and (min-width: 992px) and (max-width: 1024px){
    .box_foglietto{
        padding: 160px 250px 90px 110px;
    }
}

.box_2{
    padding: 170px 20px 0 90px;
}

/********************

	sezione 6

********************/

#sezione_6{
    padding: 700px 20px 20px 20px;
    background-image: url("../img/bg_luppolo_territorio.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 2046px;
}

/********************

	sezione 7

********************/

#sezione_7{
    margin-bottom: 100px;
}

#sezione_7 .box_titolo,
#sezione_7 .box_img,
#sezione_7 .box_testo{
    width: 50%;
    float: right;
}

#sezione_7 .box_img{
    float: left;
    padding-top: 30px;
    position: relative;
}

#sezione_7 .box_img{
    position: relative;
}

#sezione_7 .bg_box_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    z-index: 1;
}

#sezione_7 .img_box_img{
    position: relative;
    z-index: 2;
    width: 400px;
}

#sezione_7 .box_testo{
    padding: 30px 0 0 20px;
}

/********************

	sezione 8

********************/

#sezione_8{
    margin-bottom: 120px;
}

.img3{
    margin-bottom: -450px;
}

.img3 img{
    width: 100%;
}

.foglietto2{
    padding: 210px 20px 40px 60px;
    background-image: url("../img/foglietto2.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 670px;
    height: 710px;
}

/********************

	sezione 9

********************/

#sezione_9{
    margin-bottom: -300px;
    position: relative;
    z-index: 1;
}

/********************

	sezione 10

********************/

#sezione_10{
    position: relative;
    height: 1421px;
    z-index: 2;
    padding: 635px 0 0 0;
    background-image: url("../img/bg_degustazione.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: -50px;
}

/********************

	sezione 11

********************/

#sezione_11{
    margin-bottom: 100px;
}

.img4 img{
    width: 100%;
}

/********************

	sezione 12

********************/

#sezione_12{
    margin-bottom: 50px;
}

/********************

	sezione 13

********************/

#sezione_13{
    padding: 300px 0 0 0;
    background-image: url("../img/bg_widget.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
}

.contenitore_ricevitore{
    background-image: url(../img/bg_bolli.png);
    background-position: center top;
    background-size: 1025px;
    background-repeat: no-repeat;
    height: 620px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.cont_bolli{
    display: flex;
    justify-content: center;
}

.container_bolli .titolo{
    font-family: "AvenirNext";
    font-size: 14px;
    line-height: 20px;
    color: #312A1C;
    text-align: center;
}

.cont_bollo{
    width: 150px;
    position: relative;
    z-index: 2;
}

.cont_bollo .img_bollo{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.cont_bollo .img_bollo img{
    max-width: 100%;
}

.cont_bollo .bollo_back{
    position: absolute;
    top: 0;
}

.contenitore_ricevitore img{
    width: 100%;
}

.ricevitore{
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

.ricevitore:after{
    content: "";
    display: block;
    border: 3px dashed #161F1E;
    z-index: 2;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
}

#ricevitore1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-429px,-250px);
}

#ricevitore2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-206px,-280px);
}
#ricevitore3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(79px,-111px);
}
#ricevitore4{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(330px,-325px);
}
#ricevitore5{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(395px,-5px);
}
#ricevitore6{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(112px,227px);
}
#ricevitore7{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-100px,12px);
}
#ricevitore8{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-496px,32px);
}

.cont_risposta{
    background: #E9E0B8;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    max-width: 635px;
    text-align: center;
    box-shadow: 15px 20px rgba(0,0,0,0.5);
    display: inline-block;
    margin-bottom: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}

.cont_risposta .titolo{
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
}

.cont_risposta .titolo{
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0px;
}

.cont_risposta .testo{
    font-family: "HelveticaLT";
    color: #3F2D23;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
}

.cont_risposta .bottone{
    color: #E9E0B8;
    background: #3F2D23;
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
    font-family: "HelveticaLT";
    font-size: 32px;
    line-height: 32px;
    cursor: pointer;
}

/********************

	sezione 14

********************/

#sezione_14{
    position: relative;
    z-index: 9;
}

/********************

	banner

********************/

.banner_footer img{
    width: 100%;
    height: auto;
}

/********************

	VIDEO
	
********************/

.cont_videos{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    width: 826px;
    height: 506px;
    padding: 31px 35px;
    background-image: url("../img/video_desktop.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99999;
}

.close_cont{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
    cursor: pointer;
}

.close_cont:before{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    border-radius: 30px;
    background: #00346A;
    overflow: hidden;
}

.close_cont:after{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    content: "X";
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
}

.fb-video,
.fb-video span,
.fb-video span iframe{
    width: 800px !important;
    height: 448px !important;
    display: block;
}

.play_video{
    cursor: pointer;
}

#leftsocial{
	height: 158px;
}

video::-webkit-media-controls-panel,
video::-webkit-media-controls-panel-container,
video::-webkit-media-controls-start-playback-button {
    display:none !important;
    -webkit-appearance: none;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/********************

	RESIZE

********************/

@media all and (min-width: 1480px){
    #sezione_8 .img3{
        margin-left: 372px;
    }
}

@media all and (max-width: 1500px)  {
    #sezione_navigazione{
        width: 200px;
        height: 200px;
    }
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
    #sezione_7 .box_img{
        padding-left: 80px;
    }
    #sezione_7 .bg_box_img{
        width: 750px;
    }
    #sezione_7 .img_box_img{
        width: 100%;
    }
    #sezione_7 .box_testo{
        padding-left: 120px;
    }
    .titolo_sezione{
        font-size: 140px;
        line-height: 140px;
    }
    .sottotitolo_sezione{
        font-size: 82px;
        line-height: 82px;
    }
    #sezione_3,
    #sezione_7{
        margin-bottom: 300px;
    }
    .img3{
        margin-bottom: -550px;
    }
    .foglietto2{
        max-width: 770px;
        padding: 210px 40px 40px 120px;
    }
    .container_bolli .titolo{
        font-size: 18px;
    }
}

@media all and (min-width: 1200px) and (min-width: 1483px) {
    #ricevitore1{transform: translate(-438px,-230px);}
    #ricevitore2{transform: translate(-206px,-280px);}
    #ricevitore3{transform: translate(79px,-111px);}
    #ricevitore4{transform: translate(340px,-325px);}
    #ricevitore5{transform: translate(395px,-15px);}
    #ricevitore6{transform: translate(102px,237px);}
    #ricevitore7{transform: translate(-109px,-2px);}
    #ricevitore8{transform: translate(-502px,42px);}
}

@media all and (min-width: 1200px) and (max-width: 1485px) {
    #graffetta {
        top: 14px;
    }
}


@media all and (min-width: 1484px) {
    #ricevitore1{transform: translate(-558px,-250px);}
    #ricevitore2{transform: translate(-236px,-300px);}
    #ricevitore3{transform: translate(99px,-111px);}
    #ricevitore4{transform: translate(430px,-395px);}
    #ricevitore5{transform: translate(515px,5px);}
    #ricevitore6{transform: translate(142px,307px);}
    #ricevitore7{transform: translate(-109px,72px);}
    #ricevitore8{transform: translate(-656px,92px);}
}


@media all and (min-width: 1484px)  {
    .contenitore_ricevitore{
        height: 789px;
        background-size: auto;
    }
    .cont_videos{
        width: 1080px;
        height: 650px;
        padding: 40px 25px;
        background-image: url("../img/video_desktop_big.png");
        background-position: 0 0;
    }
    .fb-video,
    .fb-video span,
    .fb-video span iframe{
        width: 1000px !important;
        height: 560px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1410px)  {
    #sezione_4 .img_box_img{
        width: 450px;
    }
    .bg_box_img {
        width: 800px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1199px)  {
    .box_foglietto{
        padding: 150px 85px 40px 80px;
        font-size: 26px;
        line-height: 29px;
        max-width: 600px;
    }
}