﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: none !important;
}

::selection {
    background-color: #bebb00 !important;
    color: #fff !important;
}

a {
    line-height: inherit;
    color: #f70759;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color:#999;
}
.relativeBox {
    position:relative;
}
em {
    font-style:italic;
    color:#666;
}

.onlyDesktop {
}

.onlyMobile {
    display: none !important;
}


body {
    background:#F5F5F5;
}

/*---------------------------------------------------------------------------------*/

h1 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}


div.intro h1 {
    text-transform:uppercase;
    display:block;
    width:100%;
    padding-top:20px;
    padding-left:20px;
}

h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 300;
    line-height: 42px;
    font-family: 'Gelasio', serif !important;
    padding: 20px 0 10px 0;
    z-index: 3;
    color: #333;
}
    h2.intro {
        font-size: 35px;
        line-height: 45px;
        font-family: 'Gelasio', serif !important;
        font-weight: 700;
        padding-bottom: 20px;
    }



h3 {
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    font-family: 'Gelasio', serif !important;
    padding: 5px 0;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Gelasio', serif !important;
    padding: 5px 0;
    text-transform: uppercase;
}

h5 {
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    font-family: 'Gelasio', serif !important;
    padding: 15px 0;
    text-transform: uppercase;
}
h6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    font-family: 'Gelasio', serif !important;
    text-transform: uppercase;
}

p, ul, table {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
.bigParag {
    font-size: 18px;
    line-height: 24px;
}



strong {
    font-weight: bold;
    font-weight: 600;
}

hr  {
    display:block;
    margin:30px auto 40px auto;
    height:30px;
    width:54px;
    border:none;
}
hr.white {
    background-image: url(../App_Images/divisorio-white.png);

}
hr.oro {
    background-image: url(../App_Images/divisorio-oro.png);
}
/*---------------------------------------------------------------------------------*/
div.intro {
    
    position: absolute;
    left: 110px;
    top: 220px;
    color: #fff;
    z-index:2;
}

    div.intro span.first {
        font-size: 26px;
        margin-left: 50px;
        display: block;
        font-family: 'Gelasio', serif !important;
    }
    div.intro span.second {
        font-size: 60px;
        line-height: 45px;
        display: block;
        font-family: 'Gelasio', serif !important;
        font-weight: 400;
    }
    div.intro span.last {
        font-size: 40px;
        margin-left: 20px;
        display: block;
        font-family: 'Gelasio', serif !important;
    }


.colorWhite {
    color:#fff;
}
.colorBlack {
    color: #333;
}
.colorOro {
    color: #ad8f62;
}

.bgWhite {
    background-color:#fff;
}
.bgRed {
    background-color: #b20000;
}
.bgBlack {
    background-color: #000000;
}
.bgOro {
    background-color: #ad8f62;
}

#page-liquori {
    padding-top:100px;
}

.paddingPage {
    padding: 40px 0;
}


.paddingPageBottom {
    padding:100px 0 180px 0;
}


.minHeight {
    display:block;
    min-height:560px;
}



.clear {
    clear:both;
}
.shadow {
  -moz-text-shadow: 0px 2px 4px #000 !important;
  -webkit-text-shadow: 0px 2px 4px #000 !important;
  text-shadow: 0px 2px 4px #000 !important;
}
.shadowLogo {
  -moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
}
.spacerTop {
    display:block;
    height:95px;
    width:100%;
    position:relative;
}
.maxWidth {
    max-width:1280px;
    margin: 0 auto;
    padding:0 10px;
    position:relative;
    z-index:6;
}
.maxWidthBox {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 6;
}

#master {
    display: block;
    position: relative;
    width: 100%;
}

.addTranform {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*----------------------------------------------------------------------------------------*/
.masterScrolled #top_header {
    background-color: #000;
}

.masterScrolled .logo {
    height: 95px;
    background-size: 140px;
}


#top_header {
    display: block;
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 100px;
    width: 290px;
    z-index: 10;
    background-image: url(../App_Images/logo-liquori-elba.svg);
    background-size: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}



.miniBtnMenu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 50px;
    overflow: hidden;
    background-image: url(../App_Images/btnMiniMenu-white.svg);
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: 45px;
    z-index: 10;
    cursor: pointer;
}

.introHome {
    max-width: 650px;
    min-height: 200px;
    background-color: rgba(31, 59, 87, 0.85);
    position: relative;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
}

/*------------- MENU -------------------------*/

.menuDx {
    display:block;
    position:absolute;
    right:0;
    top:26px;
    z-index:20;
}

    .menuDx li {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid rgba(250, 250, 250, 0.30);
    }
        .menuDx li:first-child {
            border-left:none;
        }


        .menuDx li a.linkMenu {
            display: inline-block;
            padding: 10px 25px;
            vertical-align: top;
            line-height: 20px;
            font-size: 12px;
            text-transform: uppercase;
            color: #fff;
        }
            .menuDx li a.linkMenu:hover {
                color: #cbcf00;
            }

.menuSx {
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 20;
}

    .menuSx li {
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid rgba(250, 250, 250, 0.30);
    }

        .menuSx li:last-child {
            border-right: none;
        }


        .menuSx li a.linkMenu {
            display: inline-block;
            padding: 10px 25px;
            vertical-align: top;
            line-height: 20px;
            font-size: 12px;
            text-transform: uppercase;
            color: #fff;
        }

            .menuSx li a.linkMenu:hover {
                color: #cbcf00;
            }




            /*--------- COUNT DOWN--------------------*/
            #clockdiv {
                position: absolute;
                bottom: 20px;
                left: 0;
                right: 0;
                margin: 0 auto;
                display: block;
                z-index: 80;
                text-align: center;
            }
    #clockdiv > div {
        padding: 5px;
        border-radius: 3px;
        display: inline-block;
    }

    #clockdiv div > span {
        font-size: 40px;
        font-weight: bold;
        padding: 25px 10px;
        border-radius: 3px;
        background: #fff;
        color: #808080;
        display: inline-block;
        min-width: 70px;
    }

.smalltext {
    padding-bottom: 5px;
    font-size: 11px;
    color:#d4d4d4;
    text-transform:uppercase;
}


/*-------------------------------------------*/

#successSendData, #errorSendData {
    display: none;
}

/* --------------------- WHAIT AJAX -------------------------*/

#waitAjax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:1;
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

}

.waitInsideLightBox , .waitInsideModifyPost{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    .waitInsideLightBox.load, .waitInsideModifyPost.load {
        opacity:1 !important;
    }

/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:3;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/



#waitAjax.load {
    opacity:1!important;
}

#content_html_lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color:rgba(0, 0, 0, 0.50);
    
}
#content_html_lightbox h1 {
    line-height:45px;
    margin-bottom:15px;
}

#content_html_lightbox.preload {
    background-image:url(../App_Images/preloader-grey.gif);
    background-position:center center;
    background-repeat:no-repeat;
}


#boxContent {
    display: block;
    position: relative;
    max-width: 500px;
    margin: auto;
    
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    #boxContent h3 {
          color: #000;
          font-size: 20px;
          line-height: 22px;
          display: block;
          margin-bottom: 10px;
    }
    #boxContent input {
        margin-bottom:10px;
    }
.closeLightbox {
    text-transform:uppercase;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: #ed1e24;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    z-index:3;
}
.closeLightbox:hover {
        background:#000;
        color:#fff;
    }
#insertContent {

    display: block;
    max-width: 500px;
    padding: 20px;
    position: relative;
    z-index:1;
    margin: auto;
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    color: #666;

}


/*-------------------------------------------------------------------*/


.note {
    
    color: #999 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    min-height: 24px;
}




.uppercase {
    text-transform: uppercase;
}


.center {
    text-align:center !important;
}



.halfColumn {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-height:270px;
}



.treeColumn {
  display:inline-block;
  vertical-align: top;
  width: 33.333%;
}

.fourColumn {
  display:inline-block;
  vertical-align: top;
  width: 25%;
}

.fiveColumn {
  display:inline-block;
  vertical-align: top;
  width: 20%;
}


/****-------------------------------------------------------------------------------------*/
.slideIntroPage {
  display: block;
  position: relative;
  left: 0;
  z-index: 1 !important;
  background: #fff;
  height:600px;
}
#slideHomePageFixed {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1 !important;
  background: #000;
}
.slideSingleHome {
    padding:0;
    position:relative;
    display:block;

}
.blockPage, .blockPageFullPage {
  background-attachment: scroll;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  display: block;
  position: relative;
  z-index: 6;
  float:left;
}



/*-- LAZY LOAD------------------------------------------------------------------*/
.preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../App_Images/preloader.gif) no-repeat center center;
}

.endLoadLazy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imageElem:hover .endLoadLazy {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
}

.imageElem .endLoadLazy {
    z-index: 0;
}



.lazyload-image {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
/*-- LAZY LOAD------------------------------------------------------------------*/


/*-- MAPPA ------------------------------------------------------------------*/
#map_canvas {
    height: 400px;
    background: #fff;
}


/*-----------------------------------------------------------------------------------------*/
#footer {
    position: relative;
    display: block;
    width: 100%;
    background: #000;
    color:#fff;
    padding: 10px 0 20px 0;
    z-index: 6;
    float: left;
}
.contentFooter {
    font-size:13px;
    padding:20px;
    color:#F5F5F5;
    line-height:20px;
}


.bottiglia_home {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    right: 50%;
    transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: calc(100% - 195px);
}

.fascia_nera {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:100px;
    background-color:#000000;
    z-index:2;
}



.paragBigIntro {
    position: absolute;
    right: 0;
    top: -180px;
    width: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Raleway', sans-serif !important;
}
    .paragBigIntro strong {
        font-weight:700;
    }




.listParag {
    display:block;
    margin-top:50px;
    width:100%;
}

    .listParag li {
        display:block;
        width:100%;
        margin-bottom:40px;
    }


.cornice {
    display: block;
    height: calc( 100% - 220px);
    width: calc( 100% - 100px);
    position: absolute;
    bottom: 90px;
    
    z-index: 1;
    right: 50%;
    transform: translate(50%, 0) rotateZ(-3deg);
    -o-transform: translate(50%, 0) rotateZ(-3deg);
    -ms-transform: translate(50%, 0) rotateZ(-3deg);
    -moz-transform: translate(50%, 0) rotateZ(-3deg);
    -webkit-transform: translate(50%, 0) rotateZ(-3deg);

}

    .cornice.limoncino {
        border: 15px solid #acd373;
    }
    .cornice.amaro {
        border: 15px solid #f8c658;
    }
    .cornice.mirto {
        border: 15px solid #6f3c84;
    }
    .cornice.mirto_bianco {
        border: 15px solid #dbd5a2;
    }
    .cornice.tiramisu {
        border: 15px solid #d15000;
    }
    .cornice.melagrana {
        border: 15px solid #e61771;
    }
    .cornice.trittico {
        border: 15px solid #ffcd10;
    }
    .cornice.grappa_soft {
        border: 15px solid #b03b4a;
    }
    .cornice.grappa_golden {
        border: 15px solid #ffcd10;
    }
    .cornice.grappa_dry {
        border: 15px solid #485463;
    }




    .boxProduct {
        display: block;
        position: relative;
        width: 80%;
        margin: auto;
        text-align: center;
    }
.singleProduct {
    display:inline-block;
    vertical-align:bottom;
    width:25%;
    min-width:200px;
    position:relative;
}

.headerProduct {
    display:block;
    width:100%;
    padding:10px 0 0 0 ;
    text-align:left;

}
.headerProduct h2 {
    text-transform: none;
    font-size:24px;
    letter-spacing:1px;
    padding-left:20px;
}
    .headerProduct p.under_title {
        text-transform: uppercase;
        font-size: 11px;
        text-indent: 0px;
        color: #2a2a2a;
        margin-top: -20px;
        text-align: center;
        padding-bottom: 40px;
    }

.bigCap {
    font-family: 'Gelasio', serif !important;
    font-size: 50px;
    margin-bottom: -8px;
    display: inline-block;
    transform: translateY(10px);
    position: relative;
    padding-right: 3px;
}

.footerProduct {
    display: block;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
}

    .footerProduct a {
        display: inline-block;
        margin: auto;
        border: 1px solid #ad8f62;
        background-color:transparent;
        color: #ad8f62;
        padding:10px 14px;
        text-transform:uppercase;
    }
        .footerProduct a:hover {
            border: 1px solid #000;
            background-color: #000;
            color: #fff;
        }


.elemProdLink:hover {
    opacity:0.8;
}