﻿@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: 'Raleway', sans-serif !important;
    text-shadow: none !important;

    
}

body, html {
    display:block;
    position:relative;
    width:100%;
    height:100%;
}
.onlyMobile {
    display: none !important;
}

.onlyDesktop {
    display: block !important;
}
h1 {
    font-weight: 100;
    font-size: 36px;
    line-height: 36px;
}

    h1.titleSection {
        margin-bottom:15px;
    }

h2 {
    font-size:26px;
    font-weight:400;
    letter-spacing:2px;
    margin:10px 0;
}
h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight:bold;
}
h4 {
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px;
}
h5 {
    font-size:13px;
    font-weight:600;
    margin-bottom:5px;
}
h6 {
    font-size: 13px;
    font-weight: 600;
}


p,ul {

    font-size:16px;
    line-height: 26.6px;

    margin-bottom:10px;
    color:#666666;
}

.maxWidth {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}


.contentElem ul {
    list-style:circle;
     list-style-position: inside;
}

strong {
    font-weight:600 !important;
    color:#333;
}


    p.note, ul.note {
        font-size:12px;
        line-height:16px;
    }


.posRelative {
    position:relative !important;
}


.hiddenElem {
    display: none !important;
}


.circle-rounded {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


a {
    color:#333;
}

    a:hover {
        color: #bb9c7a;
    }


.linkVariantMenu {
    display: block;
    background-color: #eaeaea;
}

.center {
    text-align:center !important;
}
.uppercase {
    text-transform:uppercase !important;
}
.rightFloat {
    float:right;
}
.leftFloat {
    float:left;
}

.right_align, .rightAlign {
    text-align: right !important;
}

.left_align {
    text-align: left !important;
}

.color_white {
    color:#fff !important;
}
.color_grey {
    color: #666 !important;
}
.color_black {
    color: #000 !important;
}

.cursive {
    font-family: 'Allura', cursive !important;
    text-decoration: none;
    font-size: 30px;
    color: #000;
    letter-spacing:-1px;
}


.masterScrolled #gotoTop {
    visibility: visible;
    opacity: 1;
}

#gotoTop {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
    height: 40px;
    width: 40px;
    border: 2px solid #999;
    background-image: url(../App_Images/btn_top.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    -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;
}

#master {
    display:block;
    position:relative;
    width:100%;
    height:100%;
    z-index:0;
}


.spacerTop {
    display:block;
    height:100px;
    width:100%;
}
.blockPage {
    width: 100%;
    display: block;
    position: relative;
    z-index: 6;
}

#logo {
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 100px;
    background-image: url(../App_Images/logo_goccedellelba.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 240px;
}

/*-------- LAYOUT  ---------*/
.contentFullPage {
    position: relative;
    width: 100%;
    min-height: 410px;
    display: block;
    vertical-align: top;
    padding: 0 20px;
}



.dobleCol {
    display: inline-block;
    width: calc(50%);
    min-height: 240px;
    padding: 10px;
    vertical-align: top;
    position: relative;
}


.threeCol {
    display: inline-block;
    width: calc(33.33%);
    min-height: 240px;
    padding: 10px;
    vertical-align: top;
}

.fourCol {
    display: inline-block;
    width: calc(25%);
    min-height: 240px;
    padding: 10px;
    vertical-align: top;
}


.colDX {
    position: relative;
    display: inline-block;
    width: 290px;
    z-index: 99;
    vertical-align: top;
}






/*-------- LAYOUT CATEGORIE PRODOTTI ---------*/
.colCategorie {
    position: relative;
    display: inline-block;
    width: 240px;
    z-index: 99;
    vertical-align: top;
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 13px;
}

.contentPage {
    position: relative;
    width: calc( 100% - 240px );
    min-height: 410px;
    display: inline-block;
    vertical-align: top;
}


.paddingBig {
    padding:80px 20px;
}

.fixBlockLeft {
    position:absolute;
    width:50%;
    height:100%;
    left:0;
    top:0;
    bottom:0;
}
.fixBlockRight {
    position:absolute;
    width:50%;
    height:100%;
    right:0;
    top:0;
    bottom:0;
}




/*---- HOME PAGE--------------------------------------------------------*/



.slideHomePage {
    display: block;
    width: 100%;
    position: relative;
    background-color: #eaeaea;
    height: 600px;
}

.home_box_center {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 400px;
    height:100%;
    z-index:10;
}


.square_home {
    position: absolute;
    width: 480px;
    height: 450px;
    display: block;
    border: 2px solid #fff;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 75px;
}

.img_home {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    height: 530px !important;
    width: auto !important;
    bottom: 45px;
}
.home_txt_box {
    position:absolute;
    bottom:55px;
    left:0;
    width:100%;
}
.home_txt_light {
    font-weight: 100;
    font-size: 36px;
    line-height: 36px;
    color:#fff;
}
.home_txt_superbold {
    font-weight: 800;
    font-size: 100px;
    line-height: 90px;
    color: #fff;
    margin: 20px 0;
}
.home_txt_lightlarge {
    font-weight: 100;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 7px;
    color: #fff;
}

.home_link_botton {
    position: absolute;
    bottom: 80px;
    z-index: 10;
    margin: auto !important;
    left: 0;
    right: 0;
    width: 150px;
}

.box_newsletter {
    max-width:400px;
    padding:10px;
    margin:20px auto 0px auto;
    display:block;
    background-color:#fff;
    border-bottom:1px solid #000;
    min-height:80px;
}

    .box_newsletter .placeholder {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 50px;
        color: #d6d6d6;
        z-index: 2;
        top: 20px;
        display: block;
    }

    .box_newsletter .input_newsletter {
        font-size: 30px;
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        width: 100%;
        z-index: 1;
        height: 69px;
        line-height: 60px;
        border:none;
        background-color:transparent;
        letter-spacing:2px;
    }



/*-- 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;
    } 
/*-- LAZY LOAD------------------------------------------------------------------*/

.entry-footer, .entry-footer-detail {
    padding: 20px 0;
    border-top: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
}
.entry-box-share {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.entry-share {
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
    color: #999;
}
.entry-meta {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 4px;
    color: #999;
}
.post-date {
    display: inline-block;
    color: #333;
    margin-right: 20px;
}

.imgCopertinaPost {
    margin:10px auto;
    display:block;
}
.imageBig.loaded {
    width:100%;
    height:auto;
}
.filters-container {
    margin-top:10px;
}
.filters-container input {
    width:100%;
}



.mini-media-box .media-box-content {
    padding:10px 0 !important;
}

.mini-media-box .media-box-title {
    font-size: 16px;
}
.mini-media-box .media-box-text {
    font-size: 12px;
    line-height: 20px;
}

.linkPostTitle {
    text-decoration:none;
    display: inline-block;
}
    .linkPostTitle:hover {
        opacity:0.6 !important;
    }
/*---- SLIDE-----------------------------------------------*/




/*----------------------------------------------------------------*/
.swiper-slide {
    text-align: center;
    overflow: hidden;
}

    .swiper-slide img {
        height: 100%;
        width: auto;
        margin: 0 auto;
        display: block;
    }
.swiper-pagination {
    bottom:0 !important;
    padding:5px;
    background-color:#fff;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #999;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border: 2px solid #bb9c7a;
}

.swiper-lazy {
    opacity:0;
    -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;
}

.swiper-lazy-loaded {
    opacity:1;
}





/*---------------------------------------------------------*/
#footer {
    position: relative;
    display: block;
    font-size: 12px;
    padding: 40px 10px;
    background-color: #000;
    color: #fff;
}


.box_undercostruction {
    display:inline-block;
    margin:0 auto;
    max-width:900px;
}
    .box_undercostruction * {
        color:#fff;
    }
.topFooter {
    padding-top:10px;
    border-top:1px dotted #dedede;
}


#footer a.link_footer {
    text-transform:uppercase;
    font-size:11px;
    color:#999;
    text-decoration:none;
}

    #footer a.link_footer:hover {
        color: #fff;
        text-decoration: none;
    }


/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:2;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/




/*---- COOKIES------------------------------------*/
.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 .linkCookie {
    display: inline-table;
    background: #C7B299;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    margin: 5px;
}
/*-----------------------------------------*/






/*-------------- ZOOM PRODOTTO -------------------*/
#loadZoomAjax {
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#loadZoomAjax.init {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -moz-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -ms-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -o-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    transition: all 0.4s cubic-bezier(.48,1,.63,.97);
}
.Imagewidth { width: 100%; height:initial; }
.Imageheight { height: 100%; width:initial;}

.closeZoom {
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: #1d0e46;
    background-image: url(../App_Images/btn_close.svg);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
    .closeZoom:hover {
        background-color:#000000;
    }
.insertZoom {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.contImageZoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding:40px;
}
    .contImageZoom img {
        -webkit-transition: opacity 0.4s cubic-bezier(.48,1,.63,.97);
        -moz-transition: opacity 0.4s cubic-bezier(.48,1,.63,.97);
        -ms-transition: opacity 0.4s cubic-bezier(.48,1,.63,.97);
        -o-transition: opacity 0.4s cubic-bezier(.48,1,.63,.97);
        transition: opacity 0.4s cubic-bezier(.48,1,.63,.97);
        width: initial;
        display:block;
        margin:0 auto;
    }

        .contImageZoom img.loaded {
            opacity: 1 !important;
            max-width: 100%;
            max-height: 100%;
            width: auto !important;
            height: auto !important;
        }




/* --- BREADCRUMB ----------------------- */
.subMenuPage {
    width: 100%;
    background: #f8f8f8;
    z-index: 4;
    padding: 6px 5px;
    font-size: 11px;
    color: #666;
    vertical-align: top;
    margin-bottom: 15px;
    min-height: 38px;
}
.breadcrumb {
    position:relative;
    padding: 0px;
    color: #666;
    font-size:13px;
    margin-bottom:0;
}

    .breadcrumb li {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #dedede;
        padding: 0px 10px;
    }
        .breadcrumb li:first-child {
            border-left: none;
            padding-left: 5px;
        }
    .breadcrumb a {
        text-decoration: none;
        padding:0;
        display: inline-block;
        vertical-align: top;
        
    }
        .breadcrumb a:hover {
            color: #bb9c7a;
        }

        

/*----------------------------*/





/*-------------- BLOG -----------------------------------*/
#grid {
    margin:20px 0;

}


.media-boxes-search:focus {
      border-color: #fab2dd !important;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

a.media-box-read-more-link {
    background: #b8860b !important;
    color: #fff;
    padding:4px 6px !important;
    text-transform:none !important;
    text-decoration:none  !important;
    font-size:11px !important;
}
a.media-box-read-more-link:hover {
    background: #000000 !important;
}
.media-boxes-no-more-entries {
    display:none !important;
}

.thumbnail-overlay {
    background-color: rgba(236, 0, 140, 0.60) !important;
}

/*-------------- BLOG -----------------------------------*/







/*-------------- MAPPA  -----------------------------------*/
#map_canvas {
    height: 400px;
    background: #fff;
}