﻿@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;
}
body,html { height:100%; font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}

.centered-container {
    position: fixed; /* Fisso al centro sopra ogni altro elemento */
    color:#fff;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra in verticale e orizzontale */
    width: 90%; /* Larghezza del contenitore per adattarsi anche su mobile */
    max-width: 500px; /* Larghezza massima */
    background-color: #C7B299; /* Colore di sfondo */
    padding: 20px; /* Padding interno per distanziare i contenuti dal bordo */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Aggiungi un'ombra per risalto */
    z-index: 1000; /* Mostra sopra gli altri elementi */
    box-sizing: border-box; /* Per gestire correttamente padding e larghezza */
}
    .centered-container.hidden {
        opacity: 0; /* Imposta l'opacità a zero per il fade-out */
        pointer-events: none; /* Evita interazioni quando nascosto */
    }
    .centered-container h1 {
        color: #fff;
        font-weight: 400;
        font-size: 60px;
        font-family: 'Dancing Script', cursive;
        text-align: center;
        padding-bottom: 24px;
    }
    .centered-container p {
        color: #fff;
        text-align: center;
        font-family: 'Lato', sans-serif;
        line-height: 24px;
    }
.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #C7B299;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    padding: 0;
    z-index:10;
}

    .close-btn:hover {
        background-color: #fff;
        color: #C7B299;
    }


#store-acquachiara a {
    text-decoration: none;
    color: rgb(128, 128, 128);
}


    .awwwards {
        display: block;
        background: url(../App_Images/award-nominee-cssda-80-r.png) no-repeat;
        height: 96px;
        width: 80px;
        position: fixed;
        top: 40px;
        right: 0;
        z-index: 100;
    }

.maxWidth {
    max-width:980px;
    margin: 0 auto;
}

#indexCollezione{
        background:#fff;
    }
#master {
    display:block;
    width:100%;
    height:100%;
    position:relative;

    background-attachment: fixed;
    background-image: url(../App_Images/slideHome/acquachiara-home-00.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;

}

#top_header {
    display:block; 
    width:100%;
    background:#C7B299;
    position:fixed;
    top:0;
    left:0;
    z-index:130;
}

.rosa {
    color:#C7B299 !important;
}

strong {
    font-weight:bold;
}


h1, h3 {
    font-size: 48px;
    line-height: 72px;
    color:#C7B299;
    text-align: left;
    font-family: abel,sans-serif;
    font-weight: 400;
}
.titleCollezioni {
    font-family: abel,sans-serif;
    font-size: 40px;
}

#grid {
    padding-top:20px;
    opacity:0.3;
}
#gridCollection {
    padding-top:0px;
}

#grid h3, #gridCollection h3 {
    font-size: 24px;
    line-height:30px;
    text-align:center;
}

.thumbnail-caption > div > div {
    padding:0;
}
.boxLinkAbiti {
    display: table-cell;
    height: 360px;
    width: 240px;
    vertical-align: middle;
    padding: 10px;
}

#real-wedding-acquachiara #grid h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    line-height:30px;
    text-align:center;
}

.titleSection {
    width:100%;
    display:block;
    padding:20px 0 0 10px;
    text-align: left;
    font-size: 55px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

.logo {
    width: 209px;
    height: 61px;
    background:#C7B299 url(../App_Images/acquachiara-logo.png) no-repeat center center;
    position:absolute; left:0;
    top:0;
    z-index:3;
}

.miniMenu {
    position: absolute;
    height: 27px;
    width: 27px;
    z-index: 10;
    top: 3px;
    right: 5px;
    display:none;
    cursor:pointer;
    overflow:hidden;
    background:url(../App_Images/mini_menu.png) no-repeat top center;
}
.miniMenu:hover {
    opacity:0.5;
}
    .miniMenu.active {
        background-position:bottom;
    }
#menu {
    position:relative;
    margin: 0 auto;
    text-align:right;
    height:35px;
}
.menuList {
    display:block;
    list-style:none;
}
    .menuList li {
        display:inline-block;
        position:relative;
        vertical-align:top;
    }
    .menuList li a{
        display: inherit;
        text-decoration:none;
        color:#fff;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        text-align: center;
        font-family: abel, sans-serif;
        font-weight: 400;
        padding:8px 8px;
    }
        .menuList li:last-child a {
            /*padding-right:0;*/
        }

        .menuList li a:hover {
            color:rgb(128, 128, 128);
        }

        .menuList li.hover > .subMenu {
            top: 35px;
             opacity:1;
        }
.subMenu {
    display:block;
    opacity:0;
    position: absolute;
    top: -335px;
    
    text-align: center;
    background:url(../App_Images/white_90.png);
    -webkit-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    -moz-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    -ms-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    -o-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    min-width:200px;
    padding:15px;
}
.subMenu li {
    display: block;
}

#menuCollection .subMenu {
    left: -82%;
}

#menuAtelier .subMenu {
    left: -134%;
}

#menuOutlet .subMenu {
    left: -138%;
}

    .subMenu a {
        color: #C7B299 !important;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 23px;
        padding:3px !important;
    }
    .subMenu a:hover {
        color:rgb(128, 128, 128) !important;
    }
.letterQ {
    display:block;
    height:313px;
    width:240px;
    background:url(../App_Images/q.png) no-repeat;
    position: relative;
    margin-bottom: -13px;
}



#footer {
    background:#C7B299;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:8px 0;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    z-index:130;
}

    #footer a, #footer a:visited, #footer a:hover {
        color:#fff !important;
    }

.blockPage , .blockIntroCollezione, .blockIntroPress, .blockIntroVideo {
    background-attachment: fixed;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    display: block;
    position:relative;
    z-index:5;
}
.blockIntroVideo {
    background:#000;
}

.blockIntroCollezione {
    min-height:80%;
}
.blockIntroPress {
    min-height:30%;
    position:relative;
    overflow:hidden;
}

.boxPress {
    display: inline-block;
    position: relative;
    width: 200px !important;
    height:300px !important;
}
.boxPress a {
    display: table-cell !important;
    height: 250px;
    width: 170px;
    vertical-align: middle;
}

.white-separetor {
    transform: rotate(-4deg) scaleY(1.4) translate3d(-5%,0,0);
    -webkit-transform: rotate(-4deg) scaleY(1.4) translate3d(-5%,0,0);
    -o-transform: rotate(-4deg) scaleY(1.4) translate3d(-5%,0,0);
    -moz-transform: rotate(-4deg) scaleY(1.4) translate3d(-5%,0,0);
    -ms-transform: rotate(-4deg) scaleY(1.4) translate3d(-5%,0,0);
    display: block;
    width: 110%;
    height: 100px;
    background: #fff;
    position: absolute;
    bottom: -45px;
    left:0;
}

#slideHomePage {
    display:block;
    position:fixed !important;
    top:0;
    left:0;
    overflow:hidden;
    z-index:1  !important;
    background:#fff;
}
    #slideHomePage > div {
        display:block;
        height:100%;
        width:100%;
        position:absolute;
        top:0;
        left:0;
        overflow:hidden;
    }
    #slideHomePage > div > img{
        position:absolute;
        top:0;
        

    
    }

.blockPage {
    
}
.scaleAnimation {
    transform: scale(1, 1);
    -ms-transform:scale(1, 1);
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    -o-transform:scale(1, 1);

    -webkit-transition: all 8s linear;
    -moz-transition: all 8s linear;
    -ms-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;

}
.scaleTo {
    transform: scale(1.3, 1.3) !important;
    -ms-transform:scale(1.3, 1.3)!important;
    -moz-transform:scale(1.3, 1.3)!important;
    -webkit-transform:scale(1.3, 1.3)!important;
    -o-transform:scale(1.3, 1.3)!important;
}


.textIntro {
    position: absolute;
    width: 100%;
    height: 300px;
    display: block;
    top: 50%;
    left: 50%;
    z-index:4;
}

.introText {
    position:relative;
    width: 100%;
    top:-50%;
    left:-50%;
    display: block;
    background: #000;
    text-align:center;
    color:#fff;
}
#about-intro {
    
}
.intro {
    background:#DECDBE;
    width:100%;
    display:block;
    
    color:#fff;
    padding: 60px 0;
}

    .intro h1 {
        color:#fff;
        font-weight:100;
        font-size: 76px;
        font-family: 'Lato', sans-serif;
        text-align:center;
        padding: 30px 0;
        line-height:72px;
    }
    .intro h2 {
        color:#fff;
        font-weight:400;
        font-size: 50px;
        font-family: 'Dancing Script', cursive;
        text-align:center;
        padding: 0 0 50px 0;
    }

.virgolette {
    display:block;
    width:99px;
    height:83px;
    background:url(../App_Images/virgolette.png) no-repeat;
    margin:0 auto;
}
.virgolette-inverso {
    display:block;
    width:99px;
    height:83px;
    background:url(../App_Images/virgolette-inverso.png) no-repeat;
    margin:0 auto;
}

#about-bn {
    background-image:url(../App_Images/About/daniela-bn.jpg);
    background-position: left center !important;
}
    #about-bn p {
        color: #fff;
        width: 60%;
        margin-left: 40%;
        font-size: 48px;
        font-family: 'Lato', sans-serif;
        display: block;
        font-weight: 100;
        line-height:44px;
        padding: 300px 0 80px 0;

    }

#about-color {
    background-image:url(../App_Images/About/daniela-color.jpg);
    background-position: left center !important;
}
    #about-color h1 {
        color:#fff;
        font-weight:400;
        font-size: 60px;
        font-family: 'Dancing Script', cursive;
        padding:  300px 0 80px 0;
        width: 60%;
        margin-left: 40%;
        display:block;
    }

.bg { position: absolute; top: 0px; left: 0px;}
.bgwidth { width: 100%; position: absolute; }
.bgheight { height: 100%; position: absolute; }


#collection-intro {
    /**/
    background-image:url(../App_Images/Collections/intro-collections.jpg);
    
}

video#bgvid {
    position: absolute; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url(../Video/Intro-Collections/intro-collections.jpg) no-repeat;
    background-size: cover;
}


.listIntroCollection{
    list-style:none;
    margin-left:15px;
}

.listIntroCollection a:link, .listIntroCollection a:visited, .listIntroCollection a {
    color: #C7B299;
    font-style: normal;
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    font-family: abel, sans-serif;
}
.listIntroCollection a:hover {
    color: #7F7F7F;
}

#atelier-acquachiara, #real-wedding-acquachiara {
    background:#DECDBE;
}


    #real-wedding-acquachiara .box {
        cursor:default !important;
    }
#store-acquachiara {
    background:#F1ECD9;
}
.contentBlock {
    padding-top:75px;
}

#video-acquachiara {
    background-image:url(../Video/Intro-Collections/intro-collections.jpg);
}

.contentFooter {
    padding:0 15px;
}

#diary-acquachiara {
    background:#fff;
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}

article {
    border-top: 1px solid #dedede;
    padding: 7em 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    
}

article h1 {
    color: #C7B299;
    font-size: 2.5em;
    line-height: 1.1em;
    padding: 0 0.5em;
    text-transform: uppercase;
    text-align: center;
    max-width: 540px;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    min-height: 140px;
}
article:hover {
    background: #C7B299;
    transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    -webkit-transition: background 100ms linear;
    -o-transition: background 100ms linear;
}

article .abstract > * {
    opacity: 0;
    top: 30px;
}
article:hover .abstract > * {
    opacity: 1;
    top: 0px;
}

    article.selectedArticle {
        background: #C7B299 !important;
        transition: background 100ms linear;
        -moz-transition: background 100ms linear;
        -webkit-transition: background 100ms linear;
        -o-transition: background 100ms linear;
    }
    article.selectedArticle .abstract > * {
        opacity: 1;
        top: 0px;
    }
    article.selectedArticle:hover .abstract > * {
        opacity: 1;
        top: 0px;
    }

        article.selectedArticle .btn_openRequestEvent {
            opacity:0.3;
            cursor:default;
        }
        article.selectedArticle:hover .btn_openRequestEvent {
            opacity:0.3;
            background:none;
            color:#fff;
        }

.abstract {
    left: 50%;
    margin-left: -270px;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 540px;
}

.abstract p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -webkit-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
    /*text-shadow: 0 1px 0 rgba(0,0,0,.3);*/
}

.abstract .lnkspan {
    transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -webkit-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
    width: 100%;
    margin: 0;
    padding: 0;
}
.abstract .goleft span {
    margin: 0!important;
}
.abstract .goleft {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 1.5em;
    padding: .5em 1em;
    text-align: center;
}
.goleft {
    color: #000;
    font-size: .9em;
    font-family: 'Gotham-Black';
    text-transform: uppercase;
}

.abstract .lnkspan em {
    margin-left: 10px;
}
.goleft em {
    display: inline-block;
    top: 2px;
}

.abstract time {
    -webkit-transform: translate3d(0,0,0);
    color:#333333;
    display: inline-block;
    font-family: abel, sans-serif;
    font-size: 1.1em;
    margin-bottom: .5em;
    transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -webkit-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    /*text-shadow: 0 1px 0 rgba(0,0,0,.3);*/
}

.abstract .imgAbstract {
    display:block;
    background:#000;
    max-width:400px;
    height:140px;
    margin:5px auto;
    opacity:0;
    transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -webkit-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cointeiner {
    position:relative;
    z-index:3;
}
.labelShareFriend {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 10px;
    color:#C7B299 !important;
    margin-right: 14px;
}

.icoShare {
    display:inline-block;
    height:24px;
    width:30px;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    margin-top:14px;
    cursor:pointer;
    opacity:1;
    margin-right:5px;
}
.icoShare:hover {
    opacity:0.8;
}
#shareProduct {
    margin-top: 10px;
    margin-left: 5px;
}
#shareProduct .facebook {
    background:url(../App_Images/Share/facebook-icon-dark.png)
}
#shareProduct .twitter {
    background:url(../App_Images/Share/twitter_logo_dark.png)
}
#shareProduct .gplus {
    background:url(../App_Images/Share/gplus-icon-dark.png)
}
#shareProduct .btn_action {
    margin: 10px 7px;
    border: 1px solid #C7B299;
    background: #fff;
    color: #C7B299;
}
#shareProduct .btn_action:hover {
    border: 1px solid #fff;
    background:#C7B299;
    color:#fff;
}
.btn_actionPdf, .btn_actionPdf:visited {
    margin-top: 20px !important;
    border: 1px solid #C7B299;
    background:#fff;
    color:#C7B299 !important;
    text-decoration:none !important;

    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: inline-block;
    line-height: 24px;
    padding: 5px 15px;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    margin: 0 auto;
}
.btn_actionPdf:hover {
    border: 1px solid #fff;
    background:#C7B299;
    color:#fff !important;
    text-decoration:none !important;
}



.facebook {
    background:url(../App_Images/Share/facebook-icon.png)
}
.twitter {
    background:url(../App_Images/Share/twitter_logo.png)
}
.gplus {
    background:url(../App_Images/Share/gplus-icon.png)
}

.btn_action {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    cursor:pointer;
    margin:0 auto;

}
    .btn_action:hover {
        background:#fff;
        color:#C7B299;
    }

.btn_openRequestEvent {
    margin: 5px 0 0 20px;
}


.loadBox {
    margin:0 auto;
    display:none;
    max-width:500px;
    position:relative;
    z-index:1;
    text-align:center;
}
.spacerForm {
    display:block;
    height:130px;
}


.error {
    background: #444 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

#boxRequestInfo {
    display:none;
}

#boxRequestInfo h5 {
    padding-top:100px !important;
}

#boxRequestInfo .maxWidth {
    max-width:620px;
}
.loadBox h5 , #boxRequestInfo h5{
    color: #fff;
    font-size: 1.8em;
    line-height: 1.1em;
    padding: 0 0.5em;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.loadBox input , #boxRequestInfo input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width:49%;
    padding:3px 6px;
    margin:5px auto;
    display:inline-block;
    height:auto;
    font-size:12px;
    line-height:30px;
}


.loadBox textarea , #boxRequestInfo textarea{
    width: 99%;
    resize: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:3px 6px;
    margin:5px auto 15px auto;
    display:inline-block;
    height:auto;
    font-size:12px;
    line-height:20px;
    height: 90px;
}

/*------------------------- FOTO NAV ORIZZONTALE----------------------------*/

.overHidden {
    position:relative;
    top:0;
    left:0;
    height:100%;
    width:100%;
    overflow:hidden;
    background:#000;
    display: block;
}
.background-brown {
    background: #ddc1bd;
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#C7B299),color-stop(100%,#a9957d));
    background: -webkit-radial-gradient(center,ellipse cover,#C7B299 0,#a9957d 100%);
    background: -webkit-radial-gradient(center, ellipse, #C7B299 0, #a9957d 100%);
    background: radial-gradient(ellipse at center,#C7B299 0,#a9957d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7B299', endColorstr='#a9957d', GradientType=1);
}



.white-details-background-white {
    z-index: 150;
    background: #fff;
}
.white-details-background-white {
    z-index: 101;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.white-details-background-white.left-skew {
    transform: rotate(-5deg) scaleY(1.4) translate3d(-53%,0,0);
    -webkit-transform: rotate(-5deg) scaleY(1.4) translate3d(-53%,0,0);
    -o-transform: rotate(-5deg) scaleY(1.4) translate3d(-53%,0,0);
    -moz-transform: rotate(-5deg) scaleY(1.4) translate3d(-53%,0,0);
    -ms-transform: rotate(-5deg) scaleY(1.4) translate3d(-53%,0,0);
}
.white-details-background-white.left-out{transform:skewY(0deg) translate3d(-100%,0,0);-webkit-transform:skewY(0deg) translate3d(-100%,0,0);-o-transform:skewY(0deg) translate3d(-100%,0,0);-moz-transform:skewY(0deg) translate3d(-100%,0,0);-ms-transform:skewY(0deg) translate3d(-100%,0,0)}

.white-details-background-white.right-skew {
    transform: rotate(5deg) scaleY(1.4) translate3d(53%,0,0);
    -webkit-transform: rotate(5deg) scaleY(1.4) translate3d(53%,0,0);
    -o-transform: rotate(5deg) scaleY(1.4) translate3d(53%,0,0);
    -moz-transform: rotate(5deg) scaleY(1.4) translate3d(53%,0,0);
    -ms-transform: rotate(5deg) scaleY(1.4) translate3d(53%,0,0);
}
.white-details-background-white.right-out{transform:rotate(0deg) scaleY(1.4) translate3d(100%,0,0);-webkit-transform:rotate(0deg) scaleY(1.4) translate3d(100%,0,0);-o-transform:rotate(0deg) scaleY(1.4) translate3d(100%,0,0);-moz-transform:rotate(0deg) scaleY(1.4) translate3d(100%,0,0);-ms-transform:rotate(0deg) scaleY(1.4) translate3d(100%,0,0)}

.white-details-background-white.animated {
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
}

.allDetail {

}

/*----------------------------------------------------------*/


.photo-details-photo-person {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 420ms 700ms cubic-bezier(.455,.03,.515,.955);
    transition: all 420ms 700ms cubic-bezier(.455,.03,.515,.955);
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;

}
.photo-details-photo-person {
    position: relative;
    z-index: 60;
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    visibility:hidden;
}

    .photo-details-photo-person.right {
        left:0;
        right:auto;
    }
    .photo-details-photo-person.left {
        left:auto;
        right:0;
    }

    .photo-details-photo-person.right .photo-details-photo-hover{
        padding-right:13%;
        padding-left:0%;
    }
    
    .photo-details-photo-person.left .photo-details-photo-hover{
        padding-right:0%;
        padding-left:0%;
    }
.photo-details-details-column.left {
    right: auto;
    left:0;
}
.photo-details-details-column.right {
    right: 0;
    left:auto;
}

.breadcrumbAcquachiara {
    font-size: 12px;
    color: #C7B299 !important;
    position: absolute;
    top: -14px;
    left: 14px;
    z-index: 20;
}
.photo-details-details-column.left .breadcrumbAcquachiara {
    left: 14px;
    text-align:left;
}
.photo-details-details-column.right .breadcrumbAcquachiara {
    right: 14px;
    text-align:right;
}
    .photo-details-details-column.left .titleSection {
        text-align:left !important;
        padding: 10px 0 0 10px;
    }
    .photo-details-details-column.right .titleSection {
        text-align:right !important;
        padding: 20px 10px 0 0;
    }

    .photo-details-details-column.left p {
        margin-left: 13px;
    }
    .photo-details-details-column.right p {
        margin-left: 0px;
        padding-right: 13px;
        padding-left: 10%;
        width: 100%;
        text-align:right  !important;
    }
    .photo-details-details-column.right #shareProduct {
        float: right;
        margin-right: 10px;
        text-align:right;
    }
    .photo-details-details-column.left #shareProduct {
        float: left;
        text-align:left;
    }

.photo-details-details-column.right .btn_actionPdf {
    float:right;
    margin-right:14px;
}
.photo-details-details-column.left .btn_actionPdf {
    float:left;
    margin-left:14px;
}

.photo-details-photo-person.trigger-intro {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transition: all 560ms 0ms cubic-bezier(.455,.03,.515,.955);
    transition: all 560ms 0ms cubic-bezier(.455,.03,.515,.955);
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
}


.photo-details-photo-person.hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.photo-details-photo-hover {
    -webkit-transition: all 420ms 280ms cubic-bezier(.215,.61,.355,1);
    transition: all 420ms 280ms cubic-bezier(.215,.61,.355,1);
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    background: rgba(32,27,25,0);
    display: table;
    width: 100%;
    height: 100%;
}
.photo-hover-inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translate(5%,0);
    -ms-transform: translate(5%,0);
    transform: translate(5%,0);
}

.photo-hover-copy {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    width: 50%;
    margin: 0 auto;
    margin-top: 5px;
    color: #fff;
    /*color:#C7B299 !important;*/

    font-weight: 400;
    font-size: 45px;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    -webkit-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    transform: translate(0,-30px);
    -webkit-transition: all 175ms 280ms cubic-bezier(.455,.03,.515,.955);
    transition: all 175ms 280ms cubic-bezier(.455,.03,.515,.955);
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
}
.photo-details-photo-person.hover .photo-hover-copy {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity:1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.photo-details-photo-person.hover .photo-details-photo-hover {
    -webkit-transition: all 280ms 0ms cubic-bezier(.55,.055,.675,.19);
    transition: all 280ms 0ms cubic-bezier(.55,.055,.675,.19);
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    background: rgba(220,205,190,.5);
    /*background: rgba(255,255,255,.5);*/
}


.activeVisibility {
    visibility:visible !important;
    opacity:1 !important;
}
.disableVisibility {
    visibility:hidden!important;
    opacity:0 !important;
}
/*----------------------------------*/
.global-model-navigation {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    z-index: 180;
    visibility:hidden;
}
    .global-model-navigation.right {
        right:50%;
        left:0;
    }
    .global-model-navigation.left {
        left:50%;
        right:0;
    }

    .global-model-navigation.right .prev-model{
        margin-left: 40px;
    }
    .global-model-navigation.left .next-model{
        margin-right: 40px;
        
    }

    
.prev-model {
    float: left;
    background:url(../App_Images/prev_nav.png) no-repeat;
    display:block;
    height:45px;
    width:25px;
    cursor:pointer;
}
.next-model {
    float: right;
    
    background:url(../App_Images/next_nav.png) no-repeat;
    display:block;
    height:45px;
    width:25px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*----------------------------------------*/

.photo-details-details-column {
    z-index: 170;
    width: 45%;
    height: 100%;
    left: 0;

    overflow: visible;
    opacity:0;
    position: absolute;
    top: 100px;
        -webkit-transition: all 0.5s cubic-bezier(.48,1,.63,.97);
    -moz-transition: all 0.5s cubic-bezier(.48,1,.63,.97);
    -ms-transition: all 0.5s cubic-bezier(.48,1,.63,.97);
    -o-transition: all 0.5s cubic-bezier(.48,1,.63,.97);
    transition: all 0.5s cubic-bezier(.48,1,.63,.97);
}
   #productDetail .photo-details-details-column h1 {
        font-size:70px;
        line-height:55px;
    }
.photo-details-details-column p {
    width: 75%;
    margin-left: 13px;
    font-size: 12px;
    line-height: 20px;
    color:#7F7F7F;
    padding-top:0px;
}


#product-acquachiara .overHidden {
    position: fixed;
    z-index: 90;
    background:none !important;
}
#product-acquachiara .photo-details-photo-hover {
    /*background:none;*/
}
#product-acquachiara .contentImage {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}

.contentImage.left .imageDetail{
    float: right !important;
    left: auto !important;
    right:0 !important;
}
.contentImage.right .imageDetail{
    float: left !important;
    left: 0 !important;
    right:auto !important;
}
#product-acquachiara .imageDetail {
    width: 60%;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    opacity:0;
    display:block;
    visibility:hidden;

    -webkit-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    -moz-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    -ms-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    -o-transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
    transition: opacity 0.5s cubic-bezier(.48,1,.63,.97);
}



/*------ STORES --------------------------------------------------*/

#store-acquachiara h2 {
    color: #C7B299;
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 0 0.5em;
    text-transform: uppercase;
    text-align: left;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-height: 50px;
}


.oneColumn {
    display: inline-block;
    width:24%;
    margin:0;
    padding:0;
    vertical-align:top;
    min-height:200px;
}
.dobleColumn {
    display: inline-block;
    width:49%;
    margin:0;
    padding:0;
    vertical-align:top;
    min-height:200px;
}

.singleStore {
    font-family: abel, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    vertical-align:top;
    display: inline-block;
    width:90%;
    margin-bottom:40px;
}
    .singleStore a {
        text-decoration:none;
        color:rgb(128, 128, 128);
    }

.dobleColumn .singleStore{
    width:45%;
}

/*----------------------------------------------------------------*/
.spacer {
    display:block;
    height:100px;
    width:100%;
    clear:both;
}


/*--------- COLLEZIONI -----------------------------------------------------------*/

#collezione-acquachiara {
    background-image: url(../Collections/001/la-grande-bellezza-2015-intro.jpg);
    overflow:hidden;
}

.descCollezione {
    font-family: abel, sans-serif;
    display:block;
    max-width: 600px;
    padding: 0 0.5em;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: auto;
    line-height: 25px;
    padding-top: 30px;
}

    .descCollezione strong {
        color:#C7B299 !important;
    }

.photoCollezione {
    display:block;
    width:100%;
    display:inline-table;
    vertical-align:top;
}
.thumbnail-caption {
    background: rgba(0,0,0,.5);
}
.thumbnail-caption a:focus, .thumbnail-caption a:link, .thumbnail-caption a:visited, .thumbnail-caption a:hover {
    text-decoration:none;
}
.thumbnail-caption h3{
    color: #C7B299 !important;
}
.thumbnail-caption h5{
    color: #fff !important;
    font-size:12px;
    line-height: 12px;
}

.centered {
    overflow:hidden !important;
}


.bigVideo {
    max-width:770px;
    margin:0 auto;
    display:block;
    position:relative;
}
    .bigVideo > div {
        position:relative;
        display:block;

    }
    .bigVideo iframe {
        display:block;
        width: 770px;
        height: 433px;
    }
#slideVideo h3 {
    font-size: 30px;
line-height: 48px;
display: block;
height: 48px;
}

.scrollMiniVideo , #slideThumbVideo{
    display:block;
    margin:0 auto;
    max-width:770px;
    position:relative;
    height:180px;
    vertical-align:top;
}
    #slideThumbVideo .singleVideo {
        cursor:pointer;
        display:block;
        vertical-align:top !important;
        margin-top:5px;
    }
.singleVideo:hover  > img {
    opacity:0.5;
}
.scrollMiniVideo img {
    width:200px;
    height:130px;
    display:block;
}
    .scrollMiniVideo h5 {
        display:block;
        height:20px;
        line-height:20px;
        font-size:12px;
        text-align:left;
        color: #fff;
    }

.miniVideoNav {
    display: block;
    height: 84px;
    width: 84px;
    position: absolute;
    top: 28px;
    border: 1px solid #C7B299;
    cursor: pointer;
}
    .miniVideoNav:hover {
        border: 1px solid #fff;
    }
#prevVideo {
    left:-84px;
    background:url(../App_Images/prev_nav.png) no-repeat center center;
}
#nextVideo {
    right:-84px;
    background:url(../App_Images/next_nav.png) no-repeat center center;
}


.socialFacebook {
    padding:0 !important;
    display:block;
    height: 32px;
    width: 30px;
    background:url(../App_Images/Share/facebook-icon-top.png) no-repeat center center;
}
    .socialFacebook:hover {
        opacity:0.5;
    }

.descAjax {
    padding-top:20px;
}

.onlyMobile {
    display:none !important;
}



.boxCookies {
    position: fixed;
    display: none;
    z-index: 900;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #333;
    color: #dedede;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.boxCookies h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
        padding: 5px 0;
    border-bottom: none;
    margin:0;
    line-height:20px;
}

.boxCookies a {
    display: inline-table;
    background: #C7B299;
    color: #333;
    padding: 5px;
    text-decoration: none;
    margin: 5px;
}

.secretcode {
    width: 80px !important;
    text-align: center !important;
    font-size: 17px !important;
    background-color: #c7b299 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}
.validecode {
    width: 80px !important;
    text-align: center !important;
    font-size: 17px !important;
}