*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #d8ccc6
}

.clear:before, .clear:after {
    content: ' ';
    display: table
}

.clear:after {
    clear: both
}

.clear {
    *zoom: 1
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #444;
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

a:hover {
    color: #444
}

a:focus {
    outline: 0
}

a:hover, a:active {
    outline: 0
}

input:focus {
    outline: 0;
    border: 1px solid #04a4cc
}

.bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%
}

#slide-1, #slide-2, #slide-3, #slide-4, #slide-5, #slide-6 {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d8ccc6 url(../img/loading.gif) center center no-repeat;
    z-index: 99999999
}

#header {
    width: 100%;
    height: 80px;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: url(../img/background-nav.png) 0 0 repeat-x;
    z-index: 99999
}

.header-inner {
    width: 984px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0 0 0
}

.header-inner ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header-inner li {
    list-style: none;
    float: left;
    display: inline;
    margin: 0;
    padding: 0
}

#logo, #menu {
    float: left;
    margin: 0;
    padding: 0
}

#social-search {
    float: right
}

#menu li {
    float: left;
    margin: 10px 0 0 0;
    padding: 0
}

#menu li:first-child a {
    padding-left: 0;
    border-left: 0
}

#menu li a {
    float: left;
    height: 13px;
    display: block;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    border-left: 1px solid #fff;
    margin: 0;
    padding: 0 9px
}

#menu li a:hover, #menu ul li.select a {
    color: #4a4340 !important
}

#social-search {
    min-width: 325px
}

#social-search .social-network li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    float: left
}

#social-search .social-network li a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0;
    padding: 0
}

.social-network .language {
    background: url(../img/globe_ico_off.png) 0 0 no-repeat
}

.social-network .language:hover {
    background: url(../img/globe_ico_on.png) 0 0 no-repeat
}

.facebook {
    background: url(../img/asset.png) 0 0 no-repeat
}

.facebook:hover {
    background: url(../img/asset.png) 0 -30px no-repeat
}

.twitter {
    background: url(../img/asset.png) -30px 0 no-repeat
}

.twitter:hover {
    background: url(../img/asset.png) -30px -30px no-repeat
}

.youtube {
    background: url(../img/asset.png) -60px 0 no-repeat
}

.youtube:hover {
    background: url(../img/asset.png) -60px -30px no-repeat
}

.pinterest {
    background: url(../img/asset.png) -90px 0 no-repeat
}

.pinterest:hover {
    background: url(../img/asset.png) -90px -30px no-repeat
}

.googleplus {
    background: url(../img/asset.png) -120px 0 no-repeat
}

.googleplus:hover {
    background: url(../img/asset.png) -120px -30px no-repeat
}

.issuu {
    background: url(../img/asset.png) -150px 0 no-repeat
}

.issuu:hover {
    background: url(../img/asset.png) -150px -30px no-repeat
}

.blogger {
    background: url(../img/asset.png) -180px 0 no-repeat
}

.blogger:hover {
    background: url(../img/asset.png) -180px -30px no-repeat
}

.fb {
    background: url(../img/asset.png) 4px -60px no-repeat
}

.tw {
    background: url(../img/asset.png) -26px -59px no-repeat
}

.pin {
    background: url(../img/asset.png) -57px -60px no-repeat
}

.em {
    background: url(../img/asset.png) -87px -60px no-repeat
}

.search-top {
    float: right;
    height: 30px;
    width: 35px;
    border-left: 1px solid #6b6461;
    margin: 0 0 0 8px;
    padding: 0;
    background: url(../img/asset.png) -210px 0 no-repeat;
    display: none
}

#slideNav {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -80px;
    z-index: 99999
}

#slideNav ul {
    list-style: none;
    color: #fff;
    font-size: 14px;
    text-align: center
}

#slideNav li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-shadow: 0 0 2px rgba(150, 150, 150, 1)
}

.no-rgba #slideNav li {
    background-color: #fff
}

#slideNav a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-family: 'Microsoft YaHei';
}

#slideNav a.disabled {
    cursor: default
}

.slideNavPrev {
    line-height: 40px !important;
    font-size: 30px !important
}

.slideNavNext {
    line-height: 40px !important;
    font-size: 30px !important
}

.my-listone {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 200px;
    right: 0;
    margin: 0;
    padding: 0;
    background: #a79c00;
    z-index: 9999;
    box-shadow: 0 2px 2px #4f4c4b
}

.my-listone {
    display: none
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: 0;
    text-indent: 100%;
    background: url(../img/gototop.png) no-repeat left top;
    z-index: 9999
}

#toTopHover {
    background: url(../img/gototop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}

#toTop:active, #toTop:focus {
    outline: 0
}

#next-bottom-cont {
    width: 72px;
    height: 54px;
    margin: 0 -36px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%
}

#footer {
    width: 100%;
    height: 16px;
    position: fixed;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 99999
}

.footer-inner {
    width: 984px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-family: 'Microsoft YaHei';
}

.footer-inner a {
    color: #fff
}

.footer-inner a:hover {
    opacity: .7
}

.fullSize {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.siteSize {
    width: 1100px;
    padding: 0;
    margin: 0 auto
}
.out-title{ color: #fff; font-family: "Microsoft YaHei"; font-size: 14px;}
.fl {
    float: left
}

.fr {
    float: right
}

.txr {
    text-align: right
}

.txl {
    text-align: left
}

.txc {
    text-align: center
}

#homepage, #argomento-evidenza, #vetrina-prodotto, #anteprima-news {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0
}

#homepage {
    background: url(../img/background-01.html) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important
}

#homepage .overlay-nav {
    width: 940px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -240px -470px;
    padding: 0
}

#homepage .guide {
    height: 270px;
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: url(../img/gufo.png) right bottom no-repeat
}

#homepage .parquet {
    height: 230px;
    width: 280px;
    position: absolute;
    top: 0;
    left: 160px;
    margin: 0;
    padding: 0;
    background: url(../img/foglia.png) 70px 40px no-repeat
}

#homepage .shop {
    height: 230px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 440px;
    margin: 0;
    padding: 0;
    background: url(../img/balena.png) right bottom no-repeat
}

#homepage .fesnat {
    height: 290px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 740px;
    margin: 0;
    padding: 0;
    background: url(../img/fesnat.png) 45px 20px no-repeat
}

#vetrina-prodotto .prodotto-singolo {
    position: relative;
    width: 884px;
    height: 462px;
    top: 50%;
    left: 50%;
    margin: -231px -442px;
    padding: 0;
    background: url(../img/background-foglia.png) center center no-repeat
}

#vetrina-prodotto .prodotto-singolo .description {
    position: absolute;
    width: 384px;
    height: 190px;
    top: 50%;
    right: 100px;
    margin: -95px 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Microsoft YaHei';
}

#vetrina-prodotto .prodotto-singolo .description h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
}

#vetrina-prodotto .prodotto-singolo .description a {
    clear: left;
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

#vetrina-prodotto .prodotto-singolo .description a:hover {
    opacity: .7
}

#vetrina-prodotto .prodotto-singolo-istituzionale {
    position: relative;
    width: 884px;
    height: 462px;
    top: 50%;
    left: 50%;
    margin: -231px -442px;
    padding: 0
}

#vetrina-prodotto .prodotto-singolo-istituzionale .description {
    position: absolute;
    width: 384px;
    height: 190px;
    top: 50%;
    right: 100px;
    margin: -95px 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Microsoft YaHei';
}

#vetrina-prodotto .prodotto-singolo-istituzionale .description h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
}

#vetrina-prodotto .prodotto-singolo-istituzionale .description a {
    clear: left;
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

#vetrina-prodotto .prodotto-singolo-istituzionale .description a:hover {
    opacity: .7
}

#anteprima-news {
    background: #706c6b
}

#anteprima-news .news {
    width: 920px;
    height: 500px;
    margin: -250px -475px;
    padding: 0;
    position: relative;
    top: 50%;
    left: 50%;
    border: 1px solid #706c6b
}

#anteprima-news .news h2 {
    width: 580px;
    font-size: 44px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    float: left
}

#anteprima-news .news .news-list {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    float: left
}

#anteprima-news .news .news-list a {
    color: #fff
}

#anteprima-news .news .news-list-into {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase
}

#anteprima-news .news-box {
    width: 930px;
    height: 430px;
    margin: 0 -465px;
    padding: 0;
    position: relative;
    top: 0;
    left: 50%;
    overflow: hidden
}

#anteprima-news .news-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 950px;
    float: left
}

#anteprima-news .news-box li {
    width: 950px;
    height: 482px;
    padding: 0;
    margin: 0;
    display: block;
    float: left
}

#anteprima-news .news-box li h3 {
    width: 200px;
    height: 60px;
    padding: 30px 0 0 10px;
    margin: 0;
    font-family: 'Microsoft YaHei';
    color: #fff;
    font-size: 20px;
    background: #2282b9;
    float: left;
    font-weight: normal
}

#anteprima-news .carousel-nav {
    position: relative;
    top: 10px;
    width: 90px;
    margin: 0 auto;
    height: 30px
}

#anteprima-news .pager-news {
    width: 120px;
    height: 30px;
    margin: 0 0 0 10px;
    float: left
}

#anteprima-news .pager-news a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: url(../img/asset.png) -270px 0 no-repeat;
    text-indent: -9999em;
    float: left
}

#anteprima-news .pager-news a.selected {
    text-decoration: none;
    background: url(../img/asset.png) -270px -30px no-repeat;
    text-indent: -9999em
}

#anteprima-news .news .news-media {
    width: 565px;
    height: 365px;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    background: #777;
    box-shadow: 0 10px 10px #575757
}

#anteprima-news .news .news-txt {
    width: 335px;
    height: 410px;
    margin: 0;
    padding: 0;
    float: left
}

#anteprima-news .news .news-txt .news-date {
    width: 335px%;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0
}

#anteprima-news .news .news-txt h1 {
    width: 335px;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0
}

#anteprima-news .news .news-txt .news-excp {
    width: 335px;
    height: 219px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Microsoft YaHei';
    color: #fff;
    margin: 0;
    padding: 0
}

#anteprima-news .news .news-txt .social-sharing {
    width: 335px;
    border-top: 1px solid #fff;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0
}

#anteprima-news .news .news-txt .social-sharing li {
    width: 36px;
    height: 36px;
    display: inline;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    background-color: #d9523a;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

#anteprima-news .news .news-txt .social-sharing li:hover {
    background-color: #b24633
}

#anteprima-news .news .news-txt .social-sharing li a {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0;
    padding: 0
}

.special-menu-collezioni {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 80px;
    left: 0;
    margin: 0;
    padding: 0
}

.special-menu-collezioni ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.special-menu-collezioni li {
    width: 33.3%;
    float: left;
    display: inline
}

.special-menu-collezioni li a {
    width: 100%;
    height: 100px;
    display: block
}

.special-menu-collezioni .linea-classica {
    background: #9e9382 url(../img/collezioni-item-menu.png) 0 0 no-repeat
}

.special-menu-collezioni .linea-atelier {
    background: #403835 url(../img/collezioni-item-menu.png) 0 -100px no-repeat
}

.special-menu-collezioni .linea-natural-genius {
    background: #140b01 url(../img/collezioni-item-menu.png) 0 -200px no-repeat
}

.special-menu-collezioni .selected {
    background: none !important
}

.coll-intro {
    width: 900px;
    height: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -170px -450px;
    padding: 175px 100px 0 200px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Microsoft YaHei';
}

.coll-intro.linea-classica {
    background: url(../img/intro-coll-classica.png) top left no-repeat
}

.coll-intro.linea-atelier {
    background: url(../img/intro-coll-atelier.png) top left no-repeat
}

.coll-intro.linea-natural-genius {
    background: url(../img/intro-coll-nat-genius.png) top left no-repeat
}

.coll-intro.linea-decking {
    background: url(../img/intro-coll-decking.png) top left no-repeat
}

.coll-intro.linea-marine {
    background: url(../img/intro-coll-marine.png) top left no-repeat
}

.collection-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 200
}

.collection-nav .nav > div {
    width: 100%;
    margin: 0
}

.collection-nav .nav .atelier {
    background: #403835 url(../img/title-atelier.png) center 10px no-repeat !important
}

.collection-nav .nav .classica {
    background: #9e9382 url(../img/title-classica.png) center 10px no-repeat !important
}

.collection-nav .nav .natural-genius {
    background: #140b01 url(../img/title-natural-genius.png) center 10px no-repeat !important
}

.collection-nav .nav .decking {
    background: #5c8791 url(../img/title-decking.png) center 10px no-repeat !important
}

.collection-nav .nav .marine {
    background: #5c8791 url(../img/title-marine.png) center 10px no-repeat !important
}

.collection-nav .accordionButton, .collection-nav .accordionContent {
    float: left;
    text-align: center;
    width: 100%
}

.collection-nav .accordionButton {
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.collection-nav .accordionButton a {
    display: block;
    width: 40px;
    padding: 0;
    margin: 0;
    height: 35px
}

.collection-nav .on a:before {
    content: "-" !important
}

.collection-nav .accordionContent {
    background: url(../img/black-50.png)
}

.collection-nav .accordionContent span {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter
}

.collection-nav .accordionButtonLight {
    float: left;
    text-align: center;
    width: 100%
}

.collection-nav .accordionButtonLight {
    width: 100%;
    margin: 0;
    padding: 0
}

.collection-nav .accordionButtonLight a {
    display: block;
    width: 40px;
    padding: 0;
    margin: 0;
    height: 35px
}

.prodotti-horizontal {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0
}

.prodotti-horizontal ul {
    width: 1000px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.prodotti-horizontal ul li {
    width: 250px;
    height: 150px;
    margin: 0;
    padding: 0;
    display: inline;
    float: left
}

.prodotti-horizontal ul li img {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 150px;
    margin: 0;
    padding: 0
}

.prodotti-horizontal ul li .name {
    position: relative;
    top: -40px;
    left: 0;
    width: 250px;
    text-align: center;
    background: url(../img/bg-name.png);
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    z-index: 2
}

.prodotti-horizontal .prod-nav-hor {
    width: 960px;
    position: relative;
    top: 55px;
    left: 50%;
    margin: 0 -480px;
    z-index: 10
}

.prodotti-horizontal .prod-nav-hor .prev-prod {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -330px 0 no-repeat
}

.prodotti-horizontal .prod-nav-hor .next-prod {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -362px 0 no-repeat
}

.prodotti-horizontal-outdoor {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0
}

.prodotti-horizontal-outdoor ul {
    width: 750px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.prodotti-horizontal-outdoor ul li {
    width: 250px;
    height: 150px;
    margin: 0;
    padding: 0;
    display: inline;
    float: left
}

.prodotti-horizontal-outdoor ul li img {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 150px;
    margin: 0;
    padding: 0
}

.prodotti-horizontal-outdoor ul li .name {
    position: relative;
    top: -40px;
    left: 0;
    width: 250px;
    text-align: center;
    background: url(../img/bg-name.png);
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    z-index: 2
}

.prodotti-horizontal-outdoor .prod-nav-hor {
    width: 960px;
    position: relative;
    top: 55px;
    left: 50%;
    margin: 0 -480px;
    z-index: 10
}

.prodotti-horizontal-outdoor .prod-nav-hor .prev-prod {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -330px 0 no-repeat
}

.prodotti-horizontal-outdoor .prod-nav-hor .next-prod {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -362px 0 no-repeat
}

.collection-nav .accordionContent .switch-line {
    width: 1000px;
    margin: 0 auto;
    height: 35px
}

.collection-nav .accordionContent .switch-line a {
    width: 100%;
    height: 35px;
    margin: 0;
    display: block
}

.posa-classica {
    float: left;
    width: 800px;
    height: 350px
}

.posa-classica .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important
}

.posa-classica .container-nav {
    position: relative;
    width: 700px;
    height: 50px;
    top: 15px;
    left: 50%;
    margin: 0 -350px 15px -340px;
    padding: 0;
    z-index: 10 !important
}

.posa-classica .container-nav a {
    display: block;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    font-family: 'Microsoft YaHei';
    background: url(../img/bullet-menu-prodotto.png) bottom center no-repeat !important
}

> div {
    height: 300px !important
}

.posa-main .container .testo-posa {
    width: 700px;
    height: 350px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 24px
}

.posa-main .container .testo-posa img {
    margin: 10px auto
}

.certificazione-class {
    float: left;
    width: 800px;
    height: 350px
}

.certificazione-class .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important
}

.certificazione-class .container-nav {
    position: relative;
    width: 700px;
    height: 50px;
    top: 15px;
    left: 50%;
    margin: 0 -350px 15px -340px;
    padding: 0;
    z-index: 10 !important
}

.certificazione-class .container-nav a {
    display: block;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    font-family: 'Microsoft YaHei';
    background: url(../img/bullet-menu-prodotto.png) bottom center no-repeat !important
}

.certificazione-class .container-nav .cert-selected {
    background: url(../img/bullet-menu-prodotto-sel.png) bottom center no-repeat !important
}

#certificazione-slide {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden;
    margin: 0
}

#certificazione-slide > div {
    height: 300px !important
}

.certificazione-main .container .testo-certificazione {
    width: 700px;
    height: 350px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 24px
}

.certificazione-main .container .testo-certificazione img {
    margin: 10px auto
}

.natural-genius-designer {
    float: left;
    width: 800px;
    height: 300px
}

.natural-genius-designer .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important
}

.natural-genius-designer .container-nav {
    position: relative;
    width: 700px;
    height: 50px;
    top: 15px;
    left: 50%;
    margin: 0 -350px 15px -340px;
    padding: 0;
    z-index: 10 !important
}

.natural-genius-designer .container-nav a {
    display: block;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    font-family: 'Microsoft YaHei';
    background: url(../img/bullet-menu-prodotto.png) bottom center no-repeat !important
}

.natural-genius-designer .container-nav .des-selected {
    background: url(../img/bullet-menu-prodotto-sel.png) bottom center no-repeat !important
}

#designer-slide {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden;
    margin: 0
}

#designer-slide > div {
    height: 300px !important
}

.designer-main .container .testo-designer {
    width: 700px;
    height: 350px;
    margin: 30px auto 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 24px
}

.designer-main .container .testo-designer a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    clear: left
}

.designer-main .container .testo-designer a:hover {
    text-decoration: underline
}

.natural-genius-geometrie {
    float: left;
    width: 800px;
    height: 380px
}

.natural-genius-geometrie .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important
}

.natural-genius-geometrie .container-nav {
    position: relative;
    width: 700px;
    height: 50px;
    top: 15px;
    left: 50%;
    margin: 0 -350px 15px -340px;
    padding: 0;
    z-index: 10 !important
}

.natural-genius-geometrie .container-nav a {
    display: block;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    font-family: 'Microsoft YaHei';
    background: url(../img/bullet-menu-prodotto.png) bottom center no-repeat !important
}

.natural-genius-geometrie .container-nav .geom-selected {
    background: url(../img/bullet-menu-prodotto-sel.png) bottom center no-repeat !important
}

#geometrie-slide {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden;
    margin: 0
}

#geometrie-slide > div {
    height: 300px !important
}

.geometrie-main .container .testo-geometrie {
    width: 700px;
    height: 350px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 24px
}

.geometrie-main .container .testo-geometrie a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    clear: left
}

.geometrie-main .container .testo-geometrie a:hover {
    text-decoration: underline
}

.geometrie-main .container .testo-geometrie img {
    margin: 10px auto
}

.sinottico-gamma .ricerca-avanzata {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #9e9382
}

.sinottico-gamma .ricerca-avanzata ul {
    width: 186px;
    float: left;
    margin: 0;
    padding: 0
}

.sinottico-gamma .ricerca-avanzata li {
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none
}

.sinottico-gamma .ricerca-avanzata li a {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.sinottico-gamma .ricerca-avanzata .top-bar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 7px 0 0 0
}

.sinottico-gamma .ricerca-avanzata #filter {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
    background: #746860;
    display: none
}

.sinottico-gamma .ricerca-avanzata #filter ul {
    min-height: 140px
}

.sinottico-gamma .ricerca-avanzata #filter h3 {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff
}

.sinottico-gamma .ricerca-avanzata #filter .search {
    width: 120px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #fff;
    margin: 20px auto 0 auto;
    padding: 0;
    background: 0
}

.sinottico-gamma .ricerca-avanzata .risultati {
    width: 100%;
    margin: 0;
    padding: 25px 0 40px 0;
    background: #4a4340;
    float: left
}

.sinottico-gamma .ricerca-avanzata .risultati .title {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    color: #fff;
    font-weight: 300 !important;
    margin: 0 0 20px 0;
    padding: 0
}

.sinottico-gamma .ricerca-avanzata .risultati h3 {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff
}

.sinottico-gamma .ricerca-avanzata .risultati li {
    background: url(../img/sinottico-gamma/delete-icon.png) 0 6px no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.sinottico-gamma .ricerca-avanzata .risultati li:hover {
    background: url(../img/sinottico-gamma/delete-icon.png) 0 -12px no-repeat
}

.sinottico-gamma .ricerca-avanzata .risultati .prodotti-trovati {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-top: 20px
}

.sinottico-gamma .ricerca-avanzata .one-col {
    width: 186px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left
}

.sinottico-gamma .ricerca-avanzata .two-col {
    width: 382px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left
}

.flip-down span {
    float: right;
    width: 160px;
    height: 14px;
    margin: 3px 0 0 0;
    padding: 0 20px 0 0;
    text-align: left;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: url(../img/sinottico-gamma/freccie-ricerca.png) bottom right no-repeat
}

.flip-down span:hover {
    cursor: pointer
}

.active {
    background: url(../img/sinottico-gamma/freccie-ricerca.png) top right no-repeat !important
}

.elenco-prodotti {
    float: left;
    margin-bottom: 16px
}

.elenco-prodotti .item {
    width: 33.3%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.elenco-prodotti .item img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.elenco-prodotti .item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    background: url(../img/sinottico-gamma/bg-name.png);
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    line-height: 40px
}

.control-menu {
    position: relative;
    top: 10px;
    left: 0;
    width: 980px;
    height: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 9999
}

.control-menu .flip-up span {
    float: left;
    width: 42px;
    height: 16px;
    margin: 0 0 -16px 0;
    padding: 0 0 -16px 0;
    background: url(../img/control-menu.png) top left no-repeat
}

.control-menu .flip-up span:hover {
    cursor: pointer
}

.control-menu .active {
    background: url('../img/control-menu.png') bottom left no-repeat !important
}

.submenu-prodotto {
    position: fixed;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    background: url('../img/black-30.png');
    z-index: 200
}

.submenu-prodotto ul {
    width: auto;
    margin: 0 auto;
    padding: 0
}

.submenu-prodotto ul li {
    list-style: none;
    display: inline;
    float: left;
    margin: 27px 0 0 0;
    padding: 0;
    text-align: center
}

.submenu-prodotto ul li a {
    display: block;
    margin: 0;
    padding: 20px 15px 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Microsoft YaHei';
    background: url(../img/bullet-menu-prodotto.png) top center no-repeat !important
}

.submenu-prodotto .attuale {
    float: left;
    margin: 0;
    padding: 47px 0 0 0;
    width: 160px;
    height: 70px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Microsoft YaHei';
}

.submenu-prodotto li.active a:hover {
    color: #000
}

.submenu-prodotto li a, .submenu-prodotto li.active a {
    padding: 9px 18px;
    display: block
}

.submenu-prodotto li.active a {
    color: #fff
}

.submenu-prodotto a.nav-active {
    background: url('../img/bullet-menu-prodotto-sel.png') top center no-repeat !important
}

.dida-bar {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 980px;
    height: 50px;
    margin: 0 -490px;
    padding: 0;
    z-index: 2
}

.dida-bar .social {
    width: 90px;
    background: url(../img/black-30.png);
    position: absolute;
    right: 0;
    bottom: 53px;
    margin: 0;
    padding: 10px 0;
    z-index: 100;
    display: none
}

.dida-bar .social a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto;
    background: #fff;
    padding: 0;
    border-radius: 15px
}

.photogallery-prodotto .dida-bar .pager-photo {
    width: 880px !important;
    height: 30px;
    position: absolute !important;
    top: none !important;
    bottom: 0 !important;
    left: 50% !important;
    margin: 10px -490px;
    padding: 0 0 0 10px
}

.photogallery-prodotto .dida-bar .pager-photo a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: url(../img/asset.png) -270px 0 no-repeat;
    text-indent: -9999em;
    float: left;
    z-index: 1000 !important
}

.photogallery-prodotto .dida-bar .pager-photo a.selected {
    text-decoration: none;
    background: url(../img/asset.png) -270px -30px no-repeat;
    text-indent: -9999em
}

.dida {
    float: left;
    width: 887px;
    height: 50px;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    background: url(../img/black-30.png)
}

.dida-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dida-prodotto {
    width: 740px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin: 0 -370px;
    padding: 0;
    text-align: right;
    color: #fff;
    z-index: 9999;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase
}

.dida-share {
    float: right;
    width: 90px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    background: url(../img/black-30.png);
    z-index: 9999;
    cursor: pointer
}

.photogallery-prodotto ul, .photogallery-prodotto .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}

.photogallery-prodotto .slide-wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1 !important
}

.photogallery-prodotto .slide-wrapper .slide-nav {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

.photogallery-prodotto .slide-wrapper .slide-nav .prev-photo {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -330px 0 no-repeat
}

.photogallery-prodotto .slide-wrapper .slide-nav .next-photo {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -362px 0 no-repeat
}

.formati-finiture {
    background: #fff;
    height: 100%
}

.formati-finiture .tabber {
    position: relative;
    top: 50%;
    left: 50%;
    width: 980px;
    height: 470px;
    margin: -195px -490px -235px -490px;
    padding: 0
}

.formati-finiture .tabber .tabber-nav {
    width: 100%;
    height: 36px;
    float: left;
    margin: 0;
    padding: 0
}

.formati-finiture .tabber .tabber-nav a {
    display: inline-block;
    float: left;
    height: 36px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 36px;
    font-size: 16px;
    color: #b1b3b4;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
    border-bottom: 3px solid #c9d200;
    border-right: 3px solid #fff
}

.formati-finiture .tabber .tabber-nav a:hover {
    color: #fff;
    background: #c9d200
}

.formati-finiture .tabber .tabber-nav .selected {
    color: #fff;
    background: #c9d200
}

.formati-finiture .tabber #tabber-slide {
    width: 980px !important;
    height: 430px;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden
}

.formati-finiture .tabber .tabber-cont {
    width: 100%;
    height: 260px;
    margin: 10px 0;
    padding: 60px 0;
    float: left
}

.formati-finiture .tabber .tabber-cont .dettagli {
    margin: 0;
    padding: 0 10px;
    float: left
}

.formati-finiture .tabber .tabber-cont .dettagli li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    color: #000;
    font-size: 12px;
    line-height: 26px
}

.formati-finiture .tabber .tabber-cont .dettagli li span {
    text-transform: uppercase
}

.formati-finiture .tabber .tabber-zoom {
    width: 100%;
    height: 140px;
    margin: 0;
    padding: 0;
    float: left
}

.formati-finiture .tabber .tabber-zoom .title {
    width: 100%;
    height: 30px;
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    text-align: center;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
    background: url(../img/bg-title-zoom.png) center center repeat-x
}

.formati-finiture .tabber .tabber-zoom .title span {
    background: #fff;
    padding: 0 40px
}

.formati-finiture .tabber .tabber-zoom .item-zoom {
    margin: 0;
    padding: 0;
    float: left
}

.formati-finiture .tabber .tabber-zoom .item-zoom span {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    text-align: center;
    float: none
}

.formati-finiture .tabber .tabber-zoom .item-zoom a {
    display: block;
    float: none;
    width: 40px;
    height: 40px;
    background: #c9d200 url(../img/zoom-ico.png) center center no-repeat;
    padding: 0;
    margin: 0 auto;
    border-radius: 20px;
    border: 0
}

.formati-finiture .tabber .tabber-zoom .item-zoom a:hover {
    background: #000 url(../img/zoom-ico.png) center center no-repeat
}

.dida-bar {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 980px;
    height: 50px;
    margin: 0 -490px;
    padding: 0;
    z-index: 2
}

.sezione-legni .dida-bar .pager-photo {
    width: 980px !important;
    height: 30px;
    position: absolute !important;
    top: none !important;
    bottom: 0 !important;
    left: 50% !important;
    margin: 10px -490px;
    padding: 0 0 0 10px
}

.sezione-legni .dida-bar .pager-photo a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: url(../img/asset.png) -270px 0 no-repeat;
    text-indent: -9999em;
    float: left;
    z-index: 1000 !important
}

.sezione-legni .dida-bar .pager-photo a.selected {
    text-decoration: none;
    background: url(../img/asset.png) -270px -30px no-repeat;
    text-indent: -9999em
}

.dida {
    float: left;
    width: 887px;
    height: 50px;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    background: url(../img/black-30.png)
}

.dida-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dida-prodotto {
    width: 740px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin: 0 -370px;
    padding: 0;
    text-align: right;
    color: #fff;
    z-index: 9999;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase
}

.dida-share {
    float: right;
    width: 90px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    background: url(../img/black-30.png)
}

.dida-share .social a.fb {
    background: url(../img/asset.png) -0px -0px no-repeat
}

.dida-share .social a.fb:hover {
    background: url(../img/asset.png) -0px -30px no-repeat
}

.dida-share .social a.tw {
    background: url(../img/asset.png) -30px -0px no-repeat
}

.dida-share .social a.tw:hover {
    background: url(../img/asset.png) -30px -30px no-repeat
}

.dida-share .social a.pin {
    background: url(../img/asset.png) -90px -0px no-repeat
}

.dida-share .social a.pin:hover {
    background: url(../img/asset.png) -90px -30px no-repeat
}

.sezione-legni ul, .sezione-legni .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}

.sezione-legni .slide-wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1 !important
}

.sezione-legni .slide-wrapper .slide-nav {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

.sezione-legni .slide-wrapper .slide-nav .prev-photo {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -330px 0 no-repeat
}

.sezione-legni .slide-wrapper .slide-nav .next-photo {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -362px 0 no-repeat
}

.selezione-legni-tab {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.selezione-legni-tab .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important
}

.selezione-legni-tab .container-nav {
    position: absolute;
    width: 880px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -220px -440px -50px -440px;
    padding: 0;
    z-index: 10 !important
}

.selezione-legni-tab .container-nav a {
    display: block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-left: 1px;
    border-bottom: 4px solid #fff;
    font-family: 'Microsoft YaHei';
}

.selezione-legni-tab .container-nav .selected {
    background: #fff;
    color: #000;
    font-weight: bold
}

#legni-slide {
    width: 100% !important;
    height: 100% !important
}

#legni-slide > div {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important
}

.selezione-legni-main {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
}

.selezione-legni-main .container {
    position: absolute;
    width: 880px;
    height: 490px;
    top: 50%;
    left: 50%;
    margin: -240px -440px -270px -440px;
    padding: 30px
}

.selezione-legni-main .container .testo-legni {
    position: absolute;
    top: 100px;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 24px
}

.selezione-legni-main .container .testo-legni h2 {
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase
}

.half-layout .wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    background: url(../img/black-30.png);
    z-index: 999 !important
}

.half-layout .wrapper .content {
    position: relative;
    width: 70%;
    min-height: 400px;
    top: 50%;
    left: 50%;
    margin: -200px -35%;
    padding: 0;
    text-align: center;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 20px
}

.half-layout .wrapper .content .title {
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px 0
}

.half-layout .slide-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1 !important
}

.half-layout .slide-wrapper li {
    width: 100% !important;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important
}

.half-layout .slide-wrapper .slide-half {
    width: 50%;
    height: 40px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -20px 0;
    z-index: 1000 !important
}

.half-layout .slide-wrapper .slide-half .prev-half {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -20px 0;
    padding: 0;
    z-index: 1100 !important;
    background: url(../img/asset.png) -330px 0 no-repeat
}

.half-layout .slide-wrapper .slide-half .next-half {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -20px 0;
    padding: 0;
    z-index: 1100 !important;
    background: url(../img/asset.png) -362px 0 no-repeat
}

.manutenzione .container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff
}

.manutenzione .container .care {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: -50%;
    margin: 0;
    padding: 0;
    background: #cdc500
}

.manutenzione .container .care .inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 120px;
    margin: 0;
    padding: 0;
    background: url(../img/care.png) top center no-repeat
}

.manutenzione .container .description-rif {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: -50%;
    margin: 0;
    padding: 0;
    background: #faf7f6
}

.manutenzione .container .description {
    position: absolute;
    width: 980px;
    height: 550px;
    margin: -250px -480px;
    top: 50%;
    left: 50%;
    padding: 0;
    z-index: 10;
    overflow: hidden
}

.manutenzione .container .description ul {
    width: 980px !important;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important
}

.manutenzione .container .description ul li {
    width: 980px !important;
    height: 500px !important;
    list-style: none;
    float: left;
    display: inline;
    margin: 0 !important;
    padding: 0 !important
}

.manutenzione .container .description ul li .text {
    float: left;
    width: 400px !important;
    margin: 230px 0 0 30px !important;
    padding: 0 !important;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.manutenzione .container .description ul li .text h2 {
    float: left;
    width: 100%;
    height: 70px;
    margin: 30px 0 16px 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
    font-weight: normal
}

.manutenzione .container .description ul li .image {
    float: right;
    width: 500px !important;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important
}

.certificazione-classica .container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: #f7f6f5
}

.certificazione-classica .container .care .inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 120px;
    margin: 0;
    padding: 0;
    background: url(../img/care.png) top center no-repeat
}

.certificazione-classica .container .description {
    position: absolute;
    width: 900px;
    height: 500px;
    margin: -200px -450px -250px -450px;
    top: 50%;
    left: 50%;
    padding: 0;
    z-index: 10;
    overflow: hidden
}

.certificazione-classica .container .description ul {
    width: 900px !important;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important
}

.certificazione-classica .container .description ul li {
    width: 900px !important;
    height: 500px !important;
    list-style: none;
    float: left;
    display: inline;
    margin: 0 !important;
    padding: 0 !important
}

.certificazione-classica .container .description ul li .text {
    float: right;
    width: 400px !important;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 20px
}

.certificazione-classica .container .description ul li .text h2 {
    float: right;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
    color: #000;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Microsoft YaHei';
    font-weight: normal
}

.certificazione-classica .container .description ul li .image {
    float: left;
    width: 500px !important;
    height: 500px !important;
    margin: 0 !important;
    padding: 0 !important
}

.certificazione-classica .container .prev-cert {
    position: absolute;
    display: block;
    width: 25px;
    height: 40px;
    top: 50%;
    left: 20px;
    margin: 0;
    padding: 0;
    z-index: 1000 !important;
    margin: -20px 0;
    padding: 0;
    background: url(../img/asset.png) -399px 0 no-repeat
}

.certificazione-classica .container .next-cert {
    position: absolute;
    display: block;
    width: 25px;
    height: 40px;
    top: 50%;
    right: 20px;
    margin: 0;
    padding: 0;
    z-index: 1000 !important;
    margin: -20px 0;
    padding: 0;
    background: url(../img/asset.png) -438px 0 no-repeat
}

.download {
    background: url(../img/bg-download.png)
}

.download .container {
    width: 960px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px -480px;
    padding: 0;
    overflow: hidden
}

.download .container ul {
    height: 400px !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.download .container ul li {
    width: 220px !important;
    height: 400px !important;
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0
}

.download .container ul li a {
    display: block;
    width: 240px;
    margin: 0;
    padding: 10px 10px 0 50px;
    color: #000;
    font-family: 'Microsoft YaHei';
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.download .container ul li a:hover {
    color: #403835
}

.download .prev-down {
    position: absolute;
    display: block;
    width: 25px;
    height: 40px;
    top: 50%;
    left: 10px;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    margin: 0;
    padding: 0;
    background: url(../img/asset.png) -399px 0 no-repeat
}

.download .next-down {
    position: absolute;
    display: block;
    width: 25px;
    height: 40px;
    top: 50%;
    right: 10px;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    margin: 0;
    padding: 0;
    background: url(../img/asset.png) -438px 0 no-repeat
}

.download .container ul.classica li {
    background: url(../img/bg-download-classica.png) center right no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.download .container ul.classica li:hover {
    background: url(../img/bg-download-classica.png) top right no-repeat
}

.download .container ul.atelier li {
    background: url(../img/bg-download-atelier.png) center right no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.download .container ul.atelier li:hover {
    background: url(../img/bg-download-atelier.png) top right no-repeat
}

.download .container ul.natural-genius li {
    background: url(../img/bg-download-natural.png) center right no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.download .container ul.natural-genius li:hover {
    background: url(../img/bg-download-natural.png) top right no-repeat
}

.download .container ul.decking li {
    background: url(../img/bg-download-decking.png) center right no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.download .container ul.decking li:hover {
    background: url(../img/bg-download-decking.png) top right no-repeat
}

.download .container ul.marine li {
    background: url(../img/bg-download-marine.png) center right no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.download .container ul.marine li:hover {
    background: url(../img/bg-download-marine.png) top right no-repeat
}

.designer-quote {
    font-size: 22px;
    color: #070707;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
    margin: 20px 0 0 0
}

.sinottico-news .ricerca-avanzata {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #706c6b
}

.sinottico-news .ricerca-avanzata ul {
    width: 186px;
    float: left;
    margin: 0;
    padding: 0
}

.sinottico-news .ricerca-avanzata li {
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none
}

.sinottico-news .ricerca-avanzata li a {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.sinottico-news .ricerca-avanzata .top-bar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 7px 0 0 0
}

.sinottico-news .ricerca-avanzata #filter-news {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
    background: #746860;
    display: none
}

.sinottico-news .ricerca-avanzata #filter-news ul {
    min-height: 140px
}

.sinottico-news .ricerca-avanzata #filter-news h3 {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff
}

.sinottico-news .ricerca-avanzata #filter-news .search {
    width: 120px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #fff;
    margin: 20px auto 0 auto;
    padding: 0;
    background: 0
}

.sinottico-news .ricerca-avanzata .risultati {
    width: 100%;
    margin: 0;
    padding: 25px 0 40px 0;
    background: #4a4340;
    float: left
}

.sinottico-news .ricerca-avanzata .risultati .title {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 28px;
    color: #fff;
    font-weight: 300 !important;
    margin: 0 0 20px 0;
    padding: 0
}

.sinottico-news .ricerca-avanzata .risultati h3 {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff
}

.sinottico-news .ricerca-avanzata .risultati li {
    background: url(../img/sinottico-gamma/delete-icon.png) 0 6px no-repeat;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.sinottico-news .ricerca-avanzata .risultati li:hover {
    background: url(../img/sinottico-gamma/delete-icon.png) 0 -12px no-repeat
}

.sinottico-news .ricerca-avanzata .risultati .prodotti-trovati {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin-top: 20px
}

.sinottico-news .ricerca-avanzata .one-col {
    width: 186px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left
}

.sinottico-news .ricerca-avanzata .two-col {
    width: 382px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left
}

.sinottico-news .ricerca-avanzata .three-col {
    width: 568px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left
}

.elenco-news {
    float: left;
    margin-bottom: 16px
}

.elenco-news .item {
    width: 33.3%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.elenco-news .item img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.elenco-news .item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    margin: 0
}

.elenco-news .item .name .data-news {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #b1b3b4;
    font-weight: bold
}

.titolo-elenco-news {
    width: 100%;
    padding: 15px 25px;
    margin: 0;
    background: #706c6b;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    font-size: 26px;
    color: #fff
}

.body-news {
    width: 100%;
    background: #fff;
    padding: 0 0 50px 0;
    margin: 0;
    float: left
}

.wrapper-news {
    width: 880px;
    height: 250px;
    background: #fff;
    padding: 30px 0 0 50px;
    margin: -250px auto 0 auto
}

.featured-image {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    postion: relative;
    top: 0;
    left: 0;
    float: left;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.wrapper-news .news-date {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #938e8c;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.wrapper-news .news-title {
    width: 90%;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 42px;
    color: #000;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase
}

.wrapper-news .news-subtitle {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 24px;
    color: #b5ada9;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
    font-style: italic
}

.wrapper-news .news-text {
    width: 670px;
    float: left;
    padding: 0;
    margin: 0 30px 0 0;
    font-size: 14px;
    color: #000;
    font-family: 'Microsoft YaHei';
    font-weight: lighter
}

.wrapper-news .news-sidebar {
    width: 130px;
    padding: 0;
    margin: 0;
    float: right
}

.wrapper-news .news-sidebar img {
    margin: 10px 0
}

.wrapper-news .news-sidebar .box {
    width: 100%;
    border-bottom: 2px solid #000;
    margin: 20px 0;
    padding-bottom: 20px;
    flaot: left
}

.wrapper-news .news-sidebar .box .title {
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0
}

.wrapper-news .news-sidebar .box .subtitle {
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
    font-style: italic;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px
}

.wrapper-news .news-sidebar .box .green-button, .wrapper-news .news-sidebar .gray-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2px 0;
    line-height: 30px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase
}

.wrapper-news .news-sidebar .box .green-button {
    background: #c9d200
}

.wrapper-news .news-sidebar .box .gray-button {
    background: #c6c7c8
}

.news-photogallery-inner {
    position: relative;
    width: 100%;
    height: 300px;
    background: #fff;
    float: left
}

.news-photogallery-inner .caroufredsel_wrapper {
    margin: 0 auto !important;
    overflow: hidden !important;
    z-index: 11 !important
}

.news-photogallery {
    position: relative;
    width: 100% !important;
    height: 190px !important;
    margin: 0 0 50px 0;
    padding: 0;
    background: #fff;
    overflow: hidden !important;
    left: 0 !important
}

.news-photogallery li {
    margin: 0;
    padding: 0;
    display: inline !important;
    float: left !important
}

.news-photogallery li img {
    width: 290px;
    height: 190px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.news-photogallery li img:hover {
    opacity: .7
}

.news-nav-hor {
    width: 960px;
    height: 40px;
    position: relative;
    top: 115px;
    left: 50%;
    margin: 0 -480px;
    z-index: 10
}

.news-nav-hor .prev-pics {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -400px 0 no-repeat
}

.news-nav-hor .next-pics {
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -20px 0;
    padding: 0;
    z-index: 1000 !important;
    background: url(../img/asset.png) -436px 0 no-repeat
}

.slide-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: -10
}

.slide-wrapper .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #d8ccc6
}

.slide-wrapper .fullSize-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slide-wrapper ul {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none
}

.slide-wrapper li {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.slide-wrapper .slide-nav {
    position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
    z-index: 1;
    top: 84%;
    left: 50%
}

.slide-wrapper .pager-slide {
    height: 30px;
    margin: 0;
    position: absolute
}

.slide-wrapper .pager-slide a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: url(../img/asset.png) -270px 0 no-repeat;
    text-indent: -9999em;
    float: left
}

.slide-wrapper .pager-slide a.selected {
    text-decoration: none;
    background: url(../img/asset.png) -270px -30px no-repeat;
    text-indent: -9999em
}

.approfondimento {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: -10
}

.approfondimento .caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important
}

.approfondimento .approfondimento-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.approfondimento ul {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none
}

.approfondimento li {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.approfondimento .slide-nav {
    position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
    z-index: 1;
    top: 84%;
    left: 50%
}

.approfondimento .pager-appr {
    height: 30px;
    margin: 0;
    position: absolute
}

.approfondimento .pager-appr a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: url(../img/asset.png) -270px 0 no-repeat;
    text-indent: -9999em;
    float: left
}

.approfondimento .pager-appr a.selected {
    text-decoration: none;
    background: url(../img/asset.png) -270px -30px no-repeat;
    text-indent: -9999em
}

.more-button {
    width: 240px;
    position: relative;
    top: 90%;
    left: 50%;
    padding: 0;
    margin: 0 -120px;
    z-index: 110
}

.more-button a {
    display: block;
    width: 240px;
    height: 50px;
    border: 5px solid #fff;
    background: url(../img/black-50.png);
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin: 0;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.more-button a:hover {
    opacity: .5
}

.expand-box {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 15
}

.expand-box .box {
    display: table-cell;
    vertical-align: middle
}

.expand-box .box-istituzionale {
    display: table-cell;
    vertical-align: middle
}

.expand-box .box-negozi {
    display: table-cell;
    margin-top: 100px;
    width: 900px;
    horizontal-align: middle
}

.expand-box .box > div {
    width: 880px;
    margin: 0 auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: url(../img/black-50.png);
    padding: 30px
}

.expand-box .box-istituzionale > div {
    width: 880px;
    margin: 0 auto;
    padding: 30px
}

.expand-box .title {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.expand-box .title-istituzionale {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.expand-box .accordionButton, .expand-box .accordionContent {
    float: left;
    text-align: center;
    width: 100%
}

.expand-box .accordionButton {
    position: relative;
    top: -124px;
    cursor: pointer;
    margin: 0 0 -30px 0
}

.expand-box .accordionButton a {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 40px;
    display: block;
    border: 3px solid #fff;
    background: #000;
    padding: 0;
    margin: 0 -20px;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.expand-box .accordionButton a:before {
    content: "+"
}

.expand-box .on a:before {
    content: "-" !important
}

.expand-box .accordionContent span {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter
}

.expand-box .accordionContent-istituzionale span {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter
}

.multilayer.expand-box {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 15
}

.multilayer.expand-box .box {
    display: table-cell;
    vertical-align: middle
}

.multilayer.expand-box .box-istituzionale {
    display: table-cell;
    vertical-align: middle
}

.multilayer.expand-box .box-negozi {
    display: table-cell;
    margin-top: 100px;
    width: 900px;
    horizontal-align: middle
}

.multilayer.expand-box .title {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.multilayer.expand-box .box > div {
    width: 880px;
    margin: 0 auto;
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
    background: url();
    padding: 30px
}

.multilayer.expand-box .box-istituzionale > div {
    width: 880px;
    margin: 0 auto;
    padding: 30px
}

.multilayer.expand-box .title-istituzionale {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.multilayer.expand-box .accordionButton, .expand-box .accordionContent {
    float: left;
    text-align: center;
    width: 100%
}

.multilayer.expand-box .accordionButton {
    position: relative;
    top: -124px;
    cursor: pointer;
    margin: 0 0 -30px 0
}

.multilayer.expand-box .accordionButton a {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 40px;
    display: block;
    border: 3px solid #fff;
    background: #000;
    padding: 0;
    margin: 0 -20px;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.multilayer.expand-box .accordionButton a:before {
    content: "+"
}

.multilayer.expand-box .on a:before {
    content: "-" !important
}

.multilayer.expand-box .accordionContent span {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter
}

.multilayer.expand-box .accordionContent-istituzionale span {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter
}

.expand-box2 {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-mask-image: url(../img/balena-inv.html);
    overflow: hidden
}

.expand-box2 .box2 {
    display: table-cell;
    vertical-align: middle
}

.expand-box2 .box2 > div {
    width: 880px;
    margin: 0 auto;
    min-height: 60px
}

.expand-box2 .accordionButton2, .expand-box2 .accordionContent2 {
    float: left;
    text-align: center;
    width: 100%
}

.expand-box2 .accordionButton2 {
    position: relative;
    top: -117px;
    cursor: pointer;
    margin: 0 0 -40px 0
}

.expand-box2 .accordionButton2 a {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 40px;
    display: block;
    border: 3px solid #fff;
    background: #000;
    padding: 0;
    margin: 0 -20px;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.expand-box2 .accordionButton2 a:before {
    content: "+"
}

.expand-box2 .on a:before {
    content: "-" !important
}

.expand-box2 .on {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px
}

img[usemap] {
    border: 0;
    height: auto;
    max-width: 100%;
    width: auto
}

.media-imagemap {
    position: relative;
    clear: both
}

.media-imagemap, .imagemap-edit {
    float: left
}

.imagemap-edit-x, .imagemap-edit-y {
    display: none
}

.imagemap-edit {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    margin-left: 20px;
    padding: 5px
}

.imagemap-edit-description {
    display: block;
    margin-bottom: 20px
}

.media-imagemap a.bullet {
    background: transparent url(../img/bullet-home-page-not-hover.png) 50% 50% no-repeat;
    display: block;
    width: 47px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    outline: 0
}

.media-imagemap a.bullet:hover {
    background: transparent url(../img/bullet-home-page-hover.png) 50% 50% no-repeat;
    display: block;
    width: 47px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    outline: 0
}

.marker-product {
    background-color: #fff;
    bottom: 50px;
    color: #000;
    display: none;
    height: 200px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    width: 800px;
    z-index: 9999
}

.marker-product .product-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.marker-product .product-thumb {
    float: left;
    width: 33%;
    background-color: #FFF
}

.marker-product .product-thumb img {
    height: 100%;
    text-align: center;
    width: auto
}

.marker-product .text {
    float: left;
    margin: 0 2%;
    width: 63%
}

.marker-product a.lightbox-close {
    position: absolute;
    right: 10px;
    top: 10px
}

.media-imagemap a.bullet.active, .media-imagemap a.bullet.current {
    background: transparent url(../sites/all/modules/custom/imagemarker/images/bullet-hover.html) 50% 50% no-repeat
}

.media-imagemap a.bullet.current {
    cursor: default
}

.imagemap-button {
    background-color: #dedede;
    border: 1px solid #ababab;
    padding: 3px 5px;
    margin-right: 10px
}

a.imagemap-hover-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    padding: 6px 10px;
    width: 160px;
    color: #fff;
    background: transparent url(../sites/all/modules/custom/imagemarker/images/tooltip-bg.html) 0 0 repeat
}

a.bullet span span {
    display: block;
    height: 9px;
    width: 9px;
    background: transparent url(../sites/all/modules/custom/imagemarker/images/tooltip-arrow.html) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

a.bullet .top-left span {
    background-position: 0 100%
}

a.bullet .top-right span {
    background-position: 100% 100%
}

a.bullet .bottom-left span {
    background-position: 0 0
}

a.bullet .bottom-right span {
    background-position: 100% 0
}

a.bullet:hover, a.bullet:active, a.bullet:focus {
    text-decoration: none !important
}

.elephant {
    width: 680px;
    height: 530px;
    background: url(../img/elephant.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px -340px;
    padding: 0;
    z-index: 3
}

.wood-accordion {
    width: 680px;
    height: 580px;
    margin: -250px -340px -290px -340px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: #f0efee;
    overflow: hidden
}

.select-wood {
    width: 680px;
    height: 530px;
    margin: -240px -340px -290px -340px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4
}

.select-wood .wood-title {
    width: 480px;
    height: 30px;
    padding: 0;
    margin: 0 -240px;
    position: absolute;
    top: 0;
    left: 50%;
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    font-size: 32px;
    color: #000;
    text-align: center;
    background: url(../img/elephant-bg-title.png) center center repeat-x
}

.select-wood .wood-title span {
    background: #f0efee;
    padding: 0 10px
}

.select-wood .wood-list {
    width: 680px;
    height: 40px;
    padding: 0;
    margin: 0 -340px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 5;
    background: #000
}

.select-wood .wood-list a {
    dispaly: block;
    float: left;
    height: 40px;
    margin: 0;
    border-left: 1px solid #f0efee
}

.select-wood .wood-list a:hover, .select-wood .wood-list .select-wood-active {
    opacity: .5 !important
}

.select-wood .wood-reset {
    dispaly: block;
    height: 51px !important;
    width: 51px !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.select-wood .reset-list-none {
    display: none
}

.haccordion {
    width: 680px;
    height: 680px;
    padding: 0;
    overflow: hidden
}

.haccordion ul {
    width: 680px;
    height: 680px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.haccordion li {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 680px;
    overflow: hidden;
    float: left
}

.haccordion li .hpanel {
    font-family: 'Microsoft YaHei';
    text-transform: uppercase;
    text-align: center;
    padding-top: 0;
    width: 100%;
    height: 680px
}

.haccordion li .hpanel span {
    display: block;
    position: relative;
    top: 530px;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #000;
    font-size: 22px;
    background: #f0efee;
    line-height: 20px;
    text-shadow: none;
    overflow: hidden
}

.haccordion li .hpanel span a {
    font-size: 16px !important;
    font-style: italic !important;
    text-shadow: none
}

body:after {
    content: url(../img/close.png) url(../img/loading.gif);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: alpha(opacity=80);
    opacity: .8;
    display: none;
    overflow-y: hidden
}

.lightbox {
    position: fixed;
    top: 50% !important;
    left: 0;
    margin: -35% 0 !important;
    width: 100%;
    z-index: 10000
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit
}

.lightbox a img {
    border: 0
}

.lb-outerContainer {
    position: relative;
    background: url(../img/lightbox-bg.png);
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 20px;
    margin-top: 20%
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/lightbox-prev.png) left 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/lightbox-next.png) right 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    *zoom: 1;
    width: 100%
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0;
    color: #fff
}

.lb-data .lb-details {
    background: url(../img/lightbox-bg.png);
    width: 100%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    padding: 0 20px;
    font-family: 'Microsoft YaHei';
}

.lb-data .lb-caption {
    font-size: 14px;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 14px;
    color: #fff
}

.lb-data .lb-close {
    display: block;
    float: right;
    margin: -50px 20px 0 0;
    width: 34px;
    height: 34px;
    background: url(../img/lightbox-close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: absolute;
    width: 984px;
    height: 510px;
    top: 50%;
    left: 50%;
    margin: -255px -492px
}

.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-body {
    position: relative;
    width: 984px;
    height: 510px;
    top: 0;
    left: 0;
    margin: 0
}

.modal-body .text {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Microsoft YaHei';
    font-size: 14px !important;
    line-height: 24px !important;
    color: #fff;
    font-weight: normal !important;
    top: 60px;
    left: 90px;
    width: 340px;
    min-height: 100px;
    margin: 0;
    padding: 0
}

.modal-body .text h4 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';;
    border-bottom: 3px solid #fff;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0
}

.modal-body .text span {
    width: 100%;
    float: left;
    font-family: 'Microsoft YaHei';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px
}

.modal-body .text .description {
    float: left;
    margin-top: 30px
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-body .close {
    width: 37px;
    height: 37px;
    background: url(../img/close.png) center center no-repeat;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 40px;
    border: 0;
    z-index: 999
}

.globe {
    width: 100%;
    height: auto;
    z-index: 999;
    position: absolute
}

.language {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    z-index: 9999
}

.language p {
    margin-top: 30%;
    font-size: 50px;
    font-family: 'Roboto Mono';
    display: block;
    text-transform: uppercase
}

.language a {
    color: #505050
}

.language a:hover {
    color: #8c9422
}

.gm-style img {
    max-width: none
}

.gm-style label {
    width: auto;
    display: inline
}

#map-canvas {
    height: 400px;
    width: auto
}

.row .shop-info {
    margin-top: 10px
}

.map .hidden {
    display: hidden
}

.map .show {
    display: show
}

.map #contact a {
    color: white
}

.map #contact a:hover {
    color: yellow
}

@media screen and (max-width: 1050px) {
    #slide-2 {
        position: absolute;
        top: 688px;
        left: 0
    }

    #slide-3 {
        position: absolute;
        top: 1376px;
        left: 0
    }

    #slide-4 {
        position: absolute;
        top: 2064px;
        left: 0
    }

    #slide-5 {
        position: absolute;
        top: 2752px;
        left: 0
    }

    #slide-6 {
        position: absolute;
        top: 3440px;
        left: 0
    }

    #slide-7 {
        position: absolute;
        top: 4128px;
        left: 0
    }

    #slide-8 {
        position: absolute;
        top: 4816px;
        left: 0
    }

    #slide-9 {
        position: absolute;
        top: 5504px;
        left: 0
    }

    #slide-10 {
        position: absolute;
        top: 6192px;
        left: 0
    }

    .lb-container {
        margin-top: 50px
    }

    .dida-bar {
        top: 600px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8ccc6;
    z-index: 999999
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.download.button {
    display: block;
    width: 118px;
    height: 25px;
    background: #4e9caf;
    padding: 3px;
    text-align: center;
    border-radius: 1px;
    color: white;
    font-weight: bold
}

.posa-classica .container-nav .multilayer-selected {
    background: url(../img/bullet-menu-prodotto-sel.png) bottom center no-repeat !important
}

button.link-modal-video {
    background-color: #aeb0b3;
    border: 0;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px
}

html, body {
    position: relative !important;
    height: 100%;
    min-height: 100%
}

.swiper-container-parquet {
    position: absolute;
    width: 100% !important;
    height: calc(100% - 80px) !important;
    min-height: calc(100% - 80px) !important;
    margin-top: 80px;
    overflow: hidden
}

.swiper-container-parquet .swiper-slide {
    width: 100%;
    height: 100vw;
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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
}

.swiper-container-parquet .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1
}

.swiper-container-parquet .wrapper-parquet {
    width: 100%;
    max-width: 960px;
    text-align: center;
    z-index: 2;
    font-family: 'Microsoft YaHei';
    color: #fff;
    font-size: 16px
}

.swiper-container-parquet .wrapper-parquet h1 {
    font-family: 'Microsoft YaHei';;
    font-size: 40px;
    margin: 0 0 50px 0;
    padding: 0
}

.swiper-container-parquet .wrapper-parquet h2 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0
}

.swiper-container-parquet .wrapper-parquet p {
    width: 700px;
    margin: 0 auto
}

.swiper-container-parquet .wrapper-parquet h2:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%)
}

.swiper-container-parquet .wrapper-parquet .brdr_r {
    border-right: 1px solid white
}

.parquet_classica, .parquet_atelier, .parquet_natural-genius {
    padding: 0 0 20px 0 !important
}

.parquet-button:hover {
    background: #fff;
    color: #000
}

.swiper-pagination-parquet {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    right: 10px !important;
    left: auto !important;
    z-index: 99;
    color: #fff;
    transform: translateY(-50%)
}

.swiper-pagination-parquet .swiper-pagination-bullet {
    background: #fff !important;
    width: 14px;
    height: 14px;
    margin: 10px 0 !important
}

#parquet-top-bar {
    position: absolute;
    margin-top: 0;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.my-fade-in {
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-name: myfadein;
    -webkit-animation-name: myfadein;
    animation-name: myfadein
}

@-moz-keyframes myfadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes myfadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes myfadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#parquet-top-bar .three__col {
    width: calc(33.33% - 10px) !important;
    margin: 0 5px;
    border-bottom: 1px solid white
}

#parquet-top-bar .three__col img {
    opacity: 1
}

#parquet-top-bar .three__col .pbutton {
    display: block;
    width: 100% !important;
    transition: all .1s ease-in-out
}

.swiper-pagination-parquet-top {
    width: 100% !important;
    top: 60px !important;
    right: 0 !important;
    z-index: -1
}

.swiper-pagination-parquet-top .swiper-pagination-bullet-active {
    background: #fff !important;
    border-radius: 0 !important
}

.swiper-pagination-parquet-top .swiper-pagination-bullet:first-child {
    display: none
}

.full__width {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: left !important
}

.three__col {
    width: 33.33% !important;
    margin: 0;
    padding: 0;
    float: left !important
}

.__col {
    margin: 0;
    padding: 0;
    float: left !important
}

.mt50 {
    margin-top: 50px !important
}

.realizzazioni .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5 !important
}

.realizzazioni .overground.slide-nav {
    z-index: 1000 !important
}