/*
 * Limoncetta
 * Author: www.tunnel-milano.com
 * Copyright: Lucano Group
 * Main css
 * Made in 2016
 */

/* MAIN COLORS
 * Main yellow: #f6e57b
 * Main blue: #285ece
 * Bg green: #84b94b
 *
 */

/* ==================== */
/* +++++ GENERAL +++++  */

html, body {
}


body {
    line-height: 2;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 13px;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always;
    text-rendering: optimizelegibility;
}

@media (max-width: 991px) {
    body.menu-opened {
        overflow: hidden !important;
    }
}

*:before, *:after {
    box-sizing: border-box;
}

.admin-cont {
    min-height: 200px;
}

.btn {
    padding: 14px 60px;
    border-radius: 0;
    line-height: 1;
}

a, .btn {
    transition: all 0.4s ease-in-out;
}

.overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: -400%;
    bottom:  -400%;
    left: 0;
    right: 0;
    background-color: rgba(243, 219, 69, 0.5);
    z-index: 1031;
}
#section-lemons .overlay {
    background-color: rgba(40, 94, 206, 0.5);
}

[data-toggle="modal"]:hover {
    cursor: pointer;
}


.navbar-default .navbar-nav > li > a {padding: 12px 4px; margin:0 2px;}

/* LANG */
.lang {
    background-color: #285ECE; color: #fff; margin: auto; padding: 0 10px;
    position: absolute;
    right: 0; width: auto;
    top: -60px;
}
.lang ul {
    display:block;
    text-align:center;
    margin:auto;
    list-style-type: none;
    padding:0;
}
.lang li, .lang li a {
    color: #fff !important; display:inline-block; font-size: 10px; padding: 4px !important; margin:0 2px; background-color: transparent;
}
.lang li.navbar-divider {
    padding:5px 0;
    margin: 0; margin-top: 4px; color: #fff;
}

#age-check-page .lang {top:0px;}


/* POPUP */
#light{width:100%;height:100%;position:fixed;z-index:400;left:0px;top:0px;background-color: rgba(20, 53, 122, 0.9); z-index: 999999 }

#popUp_mobile {position: absolute; width: 300px; height: 500px; left: 50%; margin-left: -150px; top: 15%; z-index: 999999}
#popUp {position: absolute; width: 760px; height: 520px; left: 50%; margin-left: -380px; top: 10%; z-index: 999999}
#popUp img {width: 100% !important; border: 6px solid white;}
#popUp_mobile .close{font-size:15px; margin-left:275px; margin-top: -20px; color:#fff; position:absolute; opacity: 0.9}
#popUp_mobile img {width: 100% !important; border: 2px solid white;}

#popUp .close{font-size:15px; margin-left:800px; margin-top: 20px; color:#fff; position:absolute; margin-top: 0 !important; opacity: 0.9}
#popUp .close a, #popUp_mobile .close a { font-size: 14px; color: #fff; padding: 15px;}
#popUp .close a:hover {text-decoration: none;}

#popUp a.btn {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    position: absolute;
    top: 385px;
    left: 50%;
    margin-left: -65px;
    font-family: sans-serif;
}
#popUp a:hover.btn {background-color: #fff; color: #175B80}




.modal iframe {
    z-index: 3;
}


.modal .container {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;

    width: 50%;
    height: 70%;
}

@media (max-width: 991px) {
    .modal .container {
        width: 70%;
        /*height:70%;*/
    }
}

@media (max-width: 600px) {
    .modal .container {
        width: 90%;
        /*height:70%;*/
    }
}

.modal .bordered {
    padding: 10px;
    border: 5px solid #ffffff;
    position: relative;
}

.modal .close-btn {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    color: #285ece;
    padding: 8px 30px;
    margin-right: -5px;
}

@media(max-width: 400px) {
    .modal .centrize {
        display: block;
    }

    .modal .centrize > div {
        display: block;
    }
}

.MODAL-lemon-top {
    top: 0;
    margin-top: -175px;
}

.MODAL-lemon-top img {
    width: 400px;
    margin: auto;
}

.white-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.5+7,1+15,1+50,1+85,0.5+93,0+100 */
    /*background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 7%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(255,255,255,0.5) 93%, rgba(255,255,255,0) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 7%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(255,255,255,0.5) 93%,rgba(255,255,255,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 7%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(255,255,255,0.5) 93%,rgba(255,255,255,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); !* IE6-9 *!*/

    background-color: white;
}


/* ==================== */
/* +++++ HELPERS +++++ */

.spacer {
    border: 0;
    height: 25px;
    margin: 5px 0;
    padding: 0;
    display: block;
}

.padding-top-100 {
    padding-top: 100px;
}

.spacer-small {
    border: 0;
    height: 10px;
    margin: 5px 0;
    padding: 0;
    display: block;
}

.centrize {
    display:table;
    vertical-align: middle;
    height:100%;
    width:100%;
}

.centrize > div {
    display:table-cell;
    vertical-align: middle;
    height:100%;
    width:100%;
}

.container-centrize, .row-centrize,
.row-centrize [class*='col-']  {
    height:100%;
    min-height:100%;
}

.relative-container {
    position: relative;
}

.absolute-container {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.absolute-container figure {
    position: relative;
    z-index: 1;
}

.container-relative {
    position: relative;
    height: 100%;
}

.bg {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-attachment: scroll !important;
}

[data-mouseover='child'] {
    display: none;
    opacity: 0;
}

/* ==================== */
/* +++++ MAIN SECTIONS OVERVIEW +++++ */

#section-home {
    background: url('../img/home/sorrento-background.jpg');
}

#section-limoncetta {
     background-color: #f6e57b

}

#section-lemons {
    background: url('../img/lemons/lemons-background.jpg');
}

#section-recipes {
    background-color: #f6e57b;
}

.receipts-more{position: absolute; bottom: 20px;width: 250px;text-align: center;left:50%;margin-left: -125px;background-color: #fff;z-index: 9999;padding: 5px 0px; text-transform: uppercase}
.center {text-align: center}

#section-contacts {
    background-color: #285ece

}

/* ==================== */
/* +++++ FULLPAGE.JS CORRECTIONS +++++ */

#fullpage .fp-slide {
    position: relative;
}


/* ==================== */
/* +++++ NAVBAR +++++ */

body.has-over .navbar-custom {
    opacity: 0.3;
}

.navbar-custom {
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    top: 0;
    z-index:1050;

    background-color: transparent;
}


.navbar-bg {
    opacity: 0;
}

.navbar-custom .navbar-divider {
    display: inline-block;
}

@media (max-width: 991px) {

    .navbar-custom .container {
        padding: 0;
    }

    .navbar-custom {
        border-bottom: 0;
    }

    .navbar-toggle {
        display: block;
        border: 0;
        z-index: 10;
        background-color: transparent !important;
        border-radius: 0;
        overflow: hidden;
        margin-right: 30px !important;
    }

    .icon-bar {
        position: relative !important;
        transition: all 0.5s ease-in-out;
        transform: rotate(0deg);
    }

    .menu-opened .icon-bar {
        background-color: white !important;
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        top: 0;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        left: 0;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        bottom: 0;
    }

    .menu-opened .icon-bar:nth-child(2) {
        left: 200%;
    }

    .menu-opened .icon-bar:nth-child(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .menu-opened .icon-bar:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 6px;
    }

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #285ece;
    }

    .navbar-custom .container {
        width: auto;
    }

    .navbar-custom .navbar-header {
        float: none;
    }

    .navbar-custom .navbar-collapse {
        /*background-color: #285ece;*/
        background-color: rgba(40, 94, 206, 0.9);
        z-index: 1;
    }

    .navbar-custom .navbar-collapse > div {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        margin: auto;
    }

    .navbar-custom .navbar-collapse.collapse {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 150%;
        right: -50%;
        transition: all 0.5s ease-in-out;
        padding-top: 50px;
        padding-bottom: 50px;

        display: table !important;
        width: 100%;
        height: 100% !important;
        margin: 0;
    }

    .navbar-custom .navbar-collapse.collapse.in {
        left: 0;
        right: 0;
    }

    .navbar-custom .collapse, .navbar-custom.collapse.in, .navbar-custom .collapsing {
        height: auto;
        max-height: none;
    }

    .navbar-custom .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-custom .navbar-nav > li {
        float: none;
    }

    .navbar-custom .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-custom .nav > li a,
    .navbar-custom .nav > li.active a,
    .navbar-custom .nav > li a:hover,
    .navbar-custom .nav > li a {
        background-color: transparent !important;
        color: white !important;
        text-align: center;
    }

    .navbar-custom .navbar-collapse .social,
    .navbar-custom .navbar-collapse .lang {
        text-align: center;
        margin: auto;
    }

    .navbar-custom .navbar-collapse .social li,
    .navbar-custom .navbar-collapse .lang li {
        display: inline-block;
        margin: auto;
    }

    .navbar-divider {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .navbar-custom {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        top: 0;
        height: auto !important;
        margin-top: 60px
    }

    .navbar-bg {
        z-index: 0;
        top: -6px;
        bottom: -1px;
        opacity: 0.6;
        right: 0;
        left: 0;

        transition: opacity 0.3s ease-in-out;
    }

    .fp-viewing-limoncetta-0 .navbar-custom,
    .fp-viewing-limoncetta-limoncetta-crema .navbar-custom,
    .fp-viewing-lemons .navbar-custom,
    .fp-viewing-recipes .navbar-custom,
    .fp-viewing-contacts .navbar-custom {
        top: 0;
    }

    .fp-viewing-home .navbar-bg {
        opacity: 0;
    }

    .navbar-custom .container {
        position: relative;
    }

   /* .navbar-divider {
        display: inline-block;
    }
*/
    .navbar-custom li a, .navbar-divider {
        background-color: transparent;
        opacity: 1;
        text-align: center;
    }

    .navbar-custom li a, .navbar-divider,

    .navbar-divider {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-custom .navigation li a {
        color: white;
    }

    /* navigation */
    .navbar-custom .navigation li a {
        color: #285ece;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
    }

    .navbar-divider {
        color: #285ece;
    }

    .navbar-custom .navbar-nav.navigation > li > a:focus,
    .navbar-custom .navbar-nav.navigation > li > a:hover,
    .navbar-custom .navbar-nav.navigation > .active > a,
    .navbar-custom .navbar-nav.navigation > .active > a:focus,
    .navbar-custom .navbar-nav.navigation > .active > a:hover {
        border-top: 1px solid #285ece;
        border-bottom: 1px solid #285ece;
        color: #285ece;

    }




    .navbar-custom .navigation li:after {
        color: #285ece;
    }

    .navbar-custom .navigation li:last-child:after {
        content: none;
    }

    /* navigation */
    .navbar-custom .navbar-nav.navigation > li > a:focus,
    .navbar-custom .navbar-nav.navigation > li > a:hover,
    .navbar-custom .navbar-nav.navigation > .active > a,
    .navbar-custom .navbar-nav.navigation > .active > a:focus,
    .navbar-custom .navbar-nav.navigation > .active > a:hover {
        background-color: transparent;

    }

    .navbar-custom .navigation,
    .navbar-custom .social {
        margin-top: 0;
    }

    .navbar-custom .navigation li,
    .navbar-custom .social li {
        margin: auto 8px;
    }

    .navbar-custom .navigation li:first-child {
        margin-left: 0;
    }

    .navbar-custom .navbar-right.navigation li {
        margin: auto 20px;
    }

    .navbar-custom .social li:last-child {
        margin: 0;
    }

/*    .navbar-custom .social li a {
        padding: 11px 2px;
    }*/

    .navbar-custom .social img {
        height: 20px;
    }

    .navbar-custom .social {
        margin-right: 0;
    }

    .navbar-custom li a, .navbar-custom .navbar-divider, .navbar-custom .fa {
        transition: all 0.4s ease-in-out;
    }

    /* social */
    .navbar-custom .fa {
        color: #285ece; font-size: 20px
    }

    .navbar-custom a:hover .fa,
    .navbar-custom a.active .fa,
    .navbar-custom a:focus .fa,
    .navbar-custom a.active:hover .fa {
        color: #285ece;
    }

    .navbar-custom .social a {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .navbar-custom .social a:hover,
    .navbar-custom .social a.active,
    .navbar-custom .social a:focus,
    .navbar-custom .social a.active:hover {
        border-top: 1px solid #258ece;
        border-bottom: 1px solid #258ece;
    }

    .navbar-custom .social a.active,
    .navbar-custom .social a:focus,
    .navbar-custom .social a.active:hover {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

}

@media (max-width: 991px) {
    .navbar-custom .navbar-divider {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-custom .navigation li,
    .navbar-custom .social li {
        margin: auto 4px;
    }
    .navigation li.navbar-divider {
        padding:4px;
    }



    .navbar-custom li a {
        padding: 14px 10px;
    }
}

@media (min-width: 1500px) {
    .navbar-custom li a {
        padding: 14px 16px;
    }
}

/* ==================== */
/* +++++ SECTIONS ONE BY ONE +++++ */

/* SHARED */
.SHARED-teardrop-group, .SHARED-teardrop-big, .SHARED-teardrop, .SHARED-teardrop-line-group, .SHARED-footer-line {
    display: none;
}

@media (min-width: 992px) {

    .SHARED-footer-line {
        display: block;
        top: auto;
        bottom: 15px;
        width: 700px;
        margin: auto;
    }

    .SHARED-teardrop-group {
        display: block;
        bottom: auto;
        top: 0;
    }

    .SHARED-teardrop-big,
    .SHARED-teardrop-line-group,
    .SHARED-teardrop {
        display: block;
        opacity: 1;
        bottom: auto;
        width: 130px;
        margin: auto;
        top: 15px;
    }

    .SHARED-teardrop-line-group {
        width: 700px;
        height: 3px;
        top: 25px;
    }

    .SHARED-teardrop-line-group .line-left,
    .SHARED-teardrop-line-group .line-right {
        display: block;
        margin: auto;
        width: 332px;
    }

    .SHARED-teardrop-line-group .line-left {
        right: auto;
    }

    .SHARED-teardrop-line-group .line-right {
        left: auto;
    }

}

@media (min-width: 1200px) {
    .SHARED-teardrop-big,
    .SHARED-teardrop {
        width: 140px;
    }
}

@media (min-width: 1700px) {
    .SHARED-teardrop-big,
    .SHARED-teardrop {
        width: 200px;
    }
}

/* HOME */
#section-home {
    overflow: hidden;

}

.HOME-lemon-left {
    display: none;
}

.HOME-lemon-left img {position: absolute; top: -200px; z-index: 10}
.HOME-lemons {
    display: none;
}

.HOME-bottle {
    display: block;
    opacity: 1;
    top: auto;
    margin: auto;
}

.HOME-logo {
    bottom: auto;
    width: 200px;
    margin: auto;
    z-index: 10
}

@media (min-width: 300px) {
    .HOME-bottle {
        width: 94%;
    }
}
@media (min-width: 480px) {
    .HOME-bottle {
        width: 300px;
    }
}
@media (min-width: 560px) {
    .HOME-bottle {
        width: 100%; max-width: 320px;
    }
}
@media (min-width: 768px) {
    .HOME-bottle {
        width: 60%; max-width: 400px;
    }
    .HOME-lemons {
        display: block;
    }
}
@media (min-width: 992px) {
    .HOME-bottle {
        width: 40%; max-width: 500px;
    }

    .HOME-lemons {
        display: block;
        right: auto;
        bottom: auto;
        width: 50%;
    }

    .HOME-lemon-left {
        display: block;
        width:400px;
        top:auto;
        top:-150px;
        z-index: 10;
        right:auto;
    }

}

@media (min-width: 1200px) {

    .HOME-lemons {
        width: 50%;
    }
    .HOME-bottle {
        max-width: 570px;
        height: 70%
    }

}
@media (min-width: 1600px) {
    .HOME-bottle {
        max-width: 570px;
    }
}

@media (min-width: 1600px) and (min-height: 900px) {

   /* .HOME-bottle {
        width: 650px;
    }*/

/*    .HOME-lemons {
        width: 800px;
    }*/

    .HOME-logo {
        bottom: auto;
        width: 300px;
        margin: auto;
    }

}





/* LIMONCETTA */
#section-limoncetta {
    min-height: 750px !important
}

#section-limoncetta .slide:first-child p {
    color: #285ece;
}

#section-limoncetta .slide:last-child p {
    color: #f6e57b;
}

#section-limoncetta .slide:nth-child(2) {
    background-color: #84b94b;
}

.LIMONCETTA-slide-right, .LIMONCETTA-slide-left {
    display: block;
    opacity: 1;
}

.LIMONCETTA-bottle-group {
    display: block;
    opacity: 1;
}

.LIMONCETTA-dec-left, .LIMONCETTA-dec-right {
    display: none;
}

.LIMONCETTA-dec-left.yellow {
    background: url('../img/limoncetta/decoration-yellow-left.png');
    background-repeat: no-repeat;
    background-size: contain; background-position: top left;
}
.LIMONCETTA-dec-right.yellow {
    background: url('../img/limoncetta/decoration-yellow-right.png');
    background-repeat: no-repeat;
    background-size: contain; background-position: bottom right;
}
.LIMONCETTA-dec-left.green {
    background: url('../img/limoncetta/decoration-green-left.png');
    background-repeat: no-repeat;
    background-size: contain; background-position: top left;
}
.LIMONCETTA-dec-right.green {
    background: url('../img/limoncetta/decoration-green-right.png');
    background-repeat: no-repeat;
    background-size: contain; background-position: bottom right;
}

@media (min-width: 992px) {
    .LIMONCETTA-dec-left, .LIMONCETTA-dec-right {
        display: block;
    }
}
@media (max-width: 991px) {
    #section-limoncetta {
        height: auto !important;
    }

    #section-limoncetta .fp-slide {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .LIMONCETTA-text-mobile {
        margin-top: 50px;
        text-align: center;
    }

    .LIMONCETTA-cert-mobile {
        text-align: center;
    }

    .LIMONCETTA-cert-mobile figure {
        display: inline-block;
        width: 120px;
    }

    .LIMONCETTA-cert-mobile img {
        margin: auto;
    }
}

/* SLIDES */
.LIMONCETTA-slide-right,
.LIMONCETTA-slide-left {
    width: 80px;
    height: 104.3px;
    margin: auto;
    top: 150px;
    bottom: auto;
    z-index: 2;

    transition: all 300ms cubic-bezier(.87, -.41, .19, 1.44);
}

.LIMONCETTA-slide-right {
    left: auto;
    right: 5px;
}

.LIMONCETTA-slide-left {
    right: auto;
    left: 5px;
}

.LIMONCETTA-slide-right:hover,
.LIMONCETTA-slide-left:hover {
    width: 120px;
    height: 156.5px;
    cursor: pointer;
}

/* BOTTLE */
.LIMONCETTA-bottle-group {
    position: relative;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: auto;
    margin: auto;
}

.LIMONCETTA-sorrento, .LIMONCETTA-crema {
    display: none;
}

/* TITLE and TEXT */
.LIMONCETTA-sorrento-title,
.LIMONCETTA-crema-title {
    top: 30px;
    bottom: auto;
    width: 250px;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto; text-align: center; max-width: 450px; width: 90%

}


.LIMONCETTA-sorrento-cert1,
.LIMONCETTA-sorrento-cert2 {
    width: 100px;
    top: auto;
    bottom: 5%;
    margin-right: 0;
    margin-left: auto;
}

.LIMONCETTA-sorrento-cert1 {
    right: auto;
    left: 15%;
}

.LIMONCETTA-sorrento-cert2 {
    left: auto;
    right: 15%;
    transition: all 300ms cubic-bezier(.87, -.41, .19, 1.44);

}


@media (max-width: 991px) {

    .balloon {
        display: none !important;
    }
}

@media (min-width: 768px) {

    /* SLIDES */
    .LIMONCETTA-slide-right,
    .LIMONCETTA-slide-left {
        width: 120px;
        height: 156.5px;
        top: 100px;
        bottom: auto;

    }

    .LIMONCETTA-slide-right {
        right: 30px;
    }

    .LIMONCETTA-slide-left {
        left: 30px;
    }

    .LIMONCETTA-slide-right:hover,
    .LIMONCETTA-slide-left:hover {
        width: 145px;
        height: 190px;
    }

}

@media (min-width: 992px) {


    /* SLIDES */
    .LIMONCETTA-slide-right,
    .LIMONCETTA-slide-left {
        width: 145px;
        height: 190px;
    }

    .LIMONCETTA-slide-right:hover,
    .LIMONCETTA-slide-left:hover {
        width: 160px;
        height: 210px;
    }


    .LIMONCETTA-slide-right,
    .LIMONCETTA-slide-left {
        top: 0;
        bottom: 0;
    }

    .LIMONCETTA-slide-right {
        right: 30px;
    }

    .LIMONCETTA-slide-left {
        left: 30px;
    }

    /* BOTTLE */
    .LIMONCETTA-bottle-group {
        bottom: 100px;
    }

    .LIMONCETTA-sorrento, .LIMONCETTA-crema {
        display: block;
        width: 450px;
        top: auto;
        bottom: auto;
        margin: 200px;
    }

    .LIMONCETTA-sorrento {
        left: 40px;
        margin-left: 0;
        right:auto;
    }

    .LIMONCETTA-crema {
        right: 40px;
        margin-right: 0;
        left: auto;
    }

    /* TITLE and TEXT */
    .LIMONCETTA-sorrento-title,
    .LIMONCETTA-crema-title {
        top: 300px;
        bottom: auto;
        width: 300px;
    }

    .LIMONCETTA-sorrento-text,
    .LIMONCETTA-crema-text {
        top: 480px;
        bottom: auto;
        width: 375px;
    }

    .LIMONCETTA-sorrento-title {
        left: 0;
        right:0;
        margin:auto;
    }

    .LIMONCETTA-sorrento-text {
        left: 180px;
        margin: auto;
    }

    .LIMONCETTA-crema-title {
        right: 0;
        left:0;
        margin:auto;
    }

    .LIMONCETTA-crema-text {
        right: 180px;
        margin: auto;
        left: 0;
        text-align: right;
        top:440px;
    }

    .LIMONCETTA-sorrento-cert1,
    .LIMONCETTA-sorrento-cert2 {
        width: 150px;
        bottom: auto;
        top:700px;
        margin:auto;
        right:0;
        left:0;
    }

    .LIMONCETTA-sorrento-cert1 {
        left:150px;
    }

    .LIMONCETTA-sorrento-cert2 {
        left:375px;
    }



    .LIMONCETTA-sorrento-cert2:hover {
        width:150px;
        top:690px;
    }




    .balloon {
        background: transparent url('../img/shared/balloon.png') center center;
        background-size: contain !important;
        background-repeat: no-repeat  !important;

        width: 300px;
        height: 300px;
        top: auto;
        bottom: 65%;
        left: 65%;
        padding-left: 50px;
        padding-right: 50px;
        display: block;
        font-size: 12px; text-align: center
    }

}



@media (min-width: 1200px) {

    .LIMONCETTA-sorrento {
        left: 140px;
    }

    .LIMONCETTA-crema {
        right: 140px;
        left:auto;
    }
}

@media(min-width: 1200px) and (min-height: 800px) {
    .LIMONCETTA-sorrento,
    .LIMONCETTA-crema {
        width:500px;
    }

    .LIMONCETTA-sorrento {
        left: 100px;
    }

    .LIMONCETTA-crema {
        right: 100px;
        left:auto;
    }
}

@media (min-width: 1650px), (min-height: 950px) {

    /* SLIDES */
    .LIMONCETTA-slide-right,
    .LIMONCETTA-slide-left {
        width: 180px;
        height: 230px;
    }

    .LIMONCETTA-slide-right:hover,
    .LIMONCETTA-slide-left:hover {
        width: 200px;
        height: 260px;
    }

    /* BOTTLE */
    .LIMONCETTA-bottle-group {
        bottom: 70px;
    }

    .LIMONCETTA-sorrento,
    .LIMONCETTA-crema {
        width:550px;
    }
    .LIMONCETTA-sorrento {
        left: 0;
    }

    .LIMONCETTA-crema {
        right: 20px;
    }

    /* TITLE and TEXT */
    .LIMONCETTA-sorrento-title,
    .LIMONCETTA-crema-title {
        top: 300px;
        bottom: auto;
        width: 450px;
    }

    .LIMONCETTA-sorrento-text,
    .LIMONCETTA-crema-text {
        top: 560px;
        bottom: auto;
        width: 400px;

    }

    .LIMONCETTA-sorrento-title {
        left: 0;
        right:0;
        margin:auto;
    }

    .LIMONCETTA-sorrento-text {
        left: 120px;
        margin: auto;
    }

    .LIMONCETTA-crema-title {
        right: 0;
        left:0;
        margin:auto;
    }

    .LIMONCETTA-crema-text {
        right: 120px;
        margin: auto;
        left: 0;
        text-align: right;
        top:520px;
    }


    .LIMONCETTA-sorrento-cert1,
    .LIMONCETTA-sorrento-cert2 {
        width: 150px;
        top:750px;
    }

    .LIMONCETTA-sorrento-cert1 {
        left:150px;
    }

    .LIMONCETTA-sorrento-cert2 {
        left:400px;
    }

    .LIMONCETTA-sorrento-cert2:hover {
        width:170px;
        top:740px;
    }



}

.fp-slides {
    z-index: 1;
    height: 100vh !important;
}

/* LEMONS */

#section-lemons {
min-height: 110vh !important
}

.LEMONS-lemon-right {
    display: none; position: absolute; right: 0; top:-20%; z-index: 2; text-align: right
}

#section-lemons p {
    color: white; padding: 3% 5% 0; text-align: center
}

.LEMONS-title {display: block; width: 90%;  margin: auto; margin-top: 17%;}
.LEMONS-title ul {margin: auto; text-align: center; width: 150px; padding: 0 }
.LEMONS-title li {list-style: none; float: left}
.LEMONS-title li img{width: 150px}
.LEMONS-title figure img {text-align: center; margin:auto;}

@media (min-width: 768px) {
    #section-lemons {
    min-height: 800px  !important
    }
}
@media (min-width: 992px) {
    .LEMONS-title {width: 60%;}
    .LEMONS-lemon-right {display: block;}
    .LEMONS-lemon-right img {width: 80%}
    #section-lemons {
         min-height: 900px  !important
    }

}
@media (min-width: 1300px) {
    .LEMONS-lemon-right img {width: 100%}
     #section-lemons {
        min-height: auto
    }
}

#section-lemons .balloon {
    background: transparent url('../img/shared/balloon-blue.png') center center;
    display: none;
    opacity: 0;
    font-size: 12px
}

#section-lemons  ul li:last-child {
    position: relative;
}


/* RECIPES */

#section-recipes {
}

.RECIPE-lemon-top {
    display: none;
}

@media (min-width: 768px) {

    #section-recipes {
    }

    #age-check-page .btn {
        margin:45px 20px;
    }
}

#age-check-page .btn {
    margin:25px 5px;
}



/* CONTACTS */

#section-contacs {}

.CONTACTS-bg {
    bottom: auto;
    height: 250px;
    background: url('../img/contacts/sorrento-panorama.jpg');
}

#section-contacts .title,
#section-contacts h1,
#section-contacts h2,
#section-contacts h3,
#section-contacts h4 {
    color: white;
    font-weight: 700;
}

#section-contacts p {
    color: white;
    margin-top: 20px;
    text-align: center;

}

#section-contacts {
    text-align: center;
}

#section-contacts a {
    color: white;
    margin: auto 3px;
}
a .fa{
    font-size: 20px;
}
#section-contacts .btn {
    display: inline-block;
    margin: 20px auto auto auto;
    padding: 6px 60px;
    background-color: transparent;
    border: 1px solid #ffffff;

    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

#section-contacts .btn:hover {
    background-color: #ffffff;
    color: #285ece;
    border-color: #ffffff;
}

@media(max-width: 991px) {
    .CONTACTS-flag-contacts figure, .CONTACTS-flag-limoncetta figure, .CONTACTS-flag-lucano figure {
        display: none;
    }

    #section-contacts .padding-top-100 {
        padding-top:25px;
    }

    .CONTACTS-bottom-text {
        position: relative;
    }

    #section-contacts .footer-line {
        background:url('../img/shared/footer-line.png');
        height: 3px;
        width: 90%;
        margin: auto;
        background-size: contain !important;
    }
}

@media (min-width: 992px) {

    #section-contacts {
        /*min-height:100%;*/
    }

    #section-contacts .SHARED-teardrop-group {
        z-index: 2;
    }

    .CONTACTS-bg {
        bottom: auto;
        height: 400px;
        background: url('../img/contacts/sorrento-panorama.jpg');
    }

    .CONTACTS-flag-contacts {
        bottom: -30px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 350px;
    }

    .CONTACTS-text-group {
        width: 800px;
        bottom: auto;
        top: 400px;
        height: 600px;
        margin: auto;
        color: white;
    }

    .CONTACTS-flag-limoncetta, .CONTACTS-flag-lucano {
        width: 300px;
    }

    .CONTACTS-flag-limoncetta {
        right: auto;
    }

    .CONTACTS-flag-lucano {
        left: auto;
    }

    #section-contacts p {
        color: white;
        margin-top: 20px;
        text-align: center;

    }
    #section-contacts p.title {
        font-size: 18px;
    }
    #section-contacts p.description {
        font-size: 12px;
    }

    #section-contacts {
        text-align: center;
    }

    #section-contacts a {
        color: white;

        margin: auto 3px;
    }

    #section-contacts .btn {
        display: inline-block;
        margin: 20px auto auto auto;
        padding: 6px 60px;
        background-color: transparent;
        border: 1px solid #ffffff;

        transition: all 0.3s ease-in-out;
        color: #ffffff;
    }

    #section-contacts .btn:hover {
        background-color: #ffffff;
        color: #285ece;
        border-color: #ffffff;
    }

    .CONTACTS-drink-responsibly {
        left: -100px;
        right: -100px;
        padding: 20px 40px 20px;
        top: 300px;
        bottom: auto;
        background-color: #4d7bdb;
        margin-bottom: 200px;
    }

    .CONTACTS-drink-responsibly p {
        font-size: 12px;
    }

    .CONTACTS-drink-responsibly p.title {
        font-weight: bolder;
        margin-top: 10px;
    }

    #section-contacts .SHARED-footer-line {
        bottom: 50px;
    }

    .CONTACTS-bottom-text {
        bottom: 5px;
        top: auto;
        margin: auto;
    }

}

@media(min-height: 850px) and (min-width: 1200px) {
    .RECIPE-lemon-top {
        display: block;
        width:175px;
        left:0;
        right:0;
        margin:auto;
        bottom:auto;
        top:-100px;
        z-index: 10;
    }
}

@media(min-height: 900px) and (min-width: 1600px) {
    .RECIPE-lemon-top {
        display: block;
        width:350px;
        left:0;
        right:0;
        margin:auto;
        bottom:auto;
        top:-250px;
        z-index: 10;
    }
}

/* ==================== */
/* +++++ TRANSITIONS +++++ */

html.js body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

html body.has-rendered {
    opacity: 1;
}

.autoOverflow {
    overflow: auto !important;
}

.js-to-animate,
.js-animated {
    transition: all 600ms cubic-bezier(.87, -.41, .19, 1.44);
}

.js-to-animate {
    opacity:0 !important;
}

.js-animated {
    opacity:1;
}






/* ==================== */
/* +++++ AGE PAGE CHECK +++++ */

#age-check-page {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    top: 0;
    left: 0;
    overflow: hidden;
}


#age-check-bg {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    background-color:rgba(28, 68, 150, 0.9);
}




#age-check-page h1,
#age-check-page p {
    color:white;
}

.blur {
    -webkit-filter: blur(10px); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: blur(10px); /* FF 35+ */
}




#age-check-page p {

}

#age-check-page .centrize > div > div {
    border-top:1px solid white;
    border-bottom:1px solid white;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}



/*#age-check-page .lang li:hover a,*/
/*#age-check-page .lang li a:hover,*/
/*#age-check-page .lang li.lang-active a,*/
/*#age-check-page .lang li.lang-active:hover a,*/
/*#age-check-page .lang li.lang-active a:hover {*/
    /*color:#c51026 !important;*/
/*}*/


/*.btn {*/
/*padding:14px 60px;*/
/*border-radius:0;*/
/*line-height:1;*/
/*}*/

.btn.btn-age {
    border-color:white;
    background-color:transparent;
    color:white;
    padding:14px 60px;
    border-radius:0;
    line-height:1;
    transition: all 0.2s linear;
}



.btn.btn-age.active,
.btn.btn-age:hover,
.btn.btn-age:focus {
    border-color:white;
    background-color:white;
    color:#285ece;
}


.age-lemons {
    width:300px;
    height:150px;
   margin-bottom: -30px; position: relative; z-index: 3
}

@media(max-width: 768px) {
    .age-lemons {margin-top: 60px}
    #age-check-page .lang {left: 0}
}

html body.no-overflow {
    overflow:hidden !important;
}

body.no-overflow .HOME-logo {
    z-index:2500;
}

@media(max-height: 800px) {
    body.no-overflow .HOME-logo {
        display: none;
    }
    body.no-overflow #age-lemons {
        display: none;
    }
}

#banner-cookie-law {
    position: fixed;
    z-index:2000;
    background-color:#285ece;
    top:auto;
    padding-top:25px;
    padding-bottom:25px;
    color: white;


    bottom:-150%;
    display: none;
}

#banner-cookie-law p a {
    color:white;
    text-decoration:underline;
    font-weight:bolder;
}

#banner-cookie-law a.close {
    text-decoration:none;
    font-size:20px;
}


body.modal-open {
    overflow:hidden !important;
}

.modal {
    z-index: 2050;
}

.modal .scrollable-container {
    max-height:300px;
    overflow-y: scroll;
    overflow-x:auto;
    background-color: white;
    padding:15px;
}
@media(min-height: 450px) {
    .modal .scrollable-container {
        max-height:400px;
    }
}

@media(min-height: 600px) {
    .modal .scrollable-container {
        max-height:450px;
    }
}

@media(min-height: 700px) {
    .modal .scrollable-container {
        max-height:600px;
    }
}

@media(min-height: 800px) {
    .modal .scrollable-container {
        max-height:650px;
    }
}

@media(min-height: 900px) {
    .modal .scrollable-container {
        max-height:700px;
    }
}


.modal .embed-responsive {
    background-color: white;
}



/* ==================== */
/* +++++ MASONRY AND RECIPES +++++ */

#section-recipes .fp-slides,
#section-recipes .fp-slidesContainer,
#section-recipes .slide {
    height:auto !important;
}


.grid-sizer,
.grid-item,
.grid-item-2 {
    width:100%;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
}


@media(min-width: 768px) {

    .grid-sizer,
    .grid-item {
        width:25%;
    }
    .grid-item-2 {
        width:50%;
        padding-top:50%;
        left:25%;
    }
}
@media(min-width: 992px) {
    .grid-sizer,
    .grid-item {
        width:16.666666667%;
    }
    .grid-item-2 {
        width:33.333333334%;
        padding-top:33.333333334%;
        left:33.333333334%;
    }
}

.recipe-tile {
    border:10px solid #f6e57b;
}
.recipe-tile .centrize img {
    margin:auto;
}
.fp-slides {
    clear: both
}


@media(max-width: 991px) {
    .recipe-tile figure {
        padding:5%;
    }
}


.grid-item .hover {
    opacity:0;
    padding:10px;
    background-color: rgba(40, 94, 206, 1);
    color: white;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.grid-item p {
    font-size:14px; text-transform: uppercase;
}
.grid-item:hover .hover {
    opacity:0.7;
}

.grid-item .border {
    height:100%;
    border:3px solid white;
    padding:15px;
    transition: all 0.4s ease-in-out;
}

.recipe-tile {
    background: white;
}

.recipe-text p:last-child {display: none}
.recipe-tile .tear {
    width:30px;
    height:30px;
    position: absolute;
    display: none
}

.recipe-tile .tear:nth-child(1) {
    top:10px;
    left:10px;
}

.recipe-tile .tear:nth-child(2) {
    width:30px;
    height:30px;

    right:10px;
    top:10px;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.recipe-tile .tear:nth-child(3) {
    width:30px;
    height:30px;

    right:10px;
    bottom:10px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.recipe-tile .tear:nth-child(4) {
    width:30px;
    height:30px;

    left:10px;
    bottom:10px;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.recipe-modal {
    color:#285ece;
}

.recipe-modal .col-1 {
    text-align:right;
}
.recipe-modal .col-2 {
    text-align:left;
}

.recipe-modal h1,
.recipe-modal h2,
.recipe-modal h3,
.recipe-modal h4,
.recipe-modal .description {
    text-align: center;
}

.recipe-modal h2,
.recipe-modal .btn {
    margin-top:20px;
    margin-bottom:20px;
}

.recipe-modal .description {text-align: justify; padding: 20px 35px !important}

.recipe-modal img {
    margin:20px auto;
}

.recipe-modal .description {
    padding:15px 30px 15px 30px;
}

.recipe-modal .btn {
    padding:8px 24px;
    color:#285ece;
    border-color:#285ece;
    background-color: transparent; display: block
}

.recipe-modal .btn:hover,
.recipe-modal .btn:focus {
    padding:8px 24px;
    color:white;
    border-color:#285ece;
    background-color: #285ece;
}


@media(max-width: 991px) {
    .made {
        padding-top:15px;
        padding-bottom:15px;
    }
}
@media(max-width: 768px) {
    .scrollable-container figure {overflow: hidden;}
    .recipe-modal img {
        margin:20px auto; margin-left: -60%; width: 220%
    }

}

.made figure {
    float: right;
}

@media(min-width: 768px) {
    .recipe-tile .tear {display: block;}
}
@media(min-width: 992px) {
    .made {
        position: absolute;
        margin: auto;
        left: 0;
        right:0;
        top: 25px
    }

}
@media(min-width: 1250px) {
    .recipe-text p:last-child {display: block}
}

.recipe-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 100px;
    margin: auto;
    width: 90%;
    text-align: center;
    color:#666;
}

.recipe-text p:first-child {
    font-size:15px;
}
.recipe-text p:last-child {
    font-size:13px; padding: 0 5%; line-height: 20px
}

.recipe-text p:last-child {
    margin:0;

    color:#666;
}


@media(min-height: 600px) and (max-height: 875px){
    .recipe-tile .centrize > div {
        vertical-align: top;
    }

    .recipe-tile .centrize figure:last-child {
        margin-top:30px;
        width:70%;
        margin-left:15%;
    }
}

.LIMONCETTA-sorrento-cert3 {
    left:10px;
    bottom: 10px;
    position: fixed;
    top: auto;
    z-index: 99;
    
}
