﻿@charset "utf-8";
/* ---------Base      --------------------------------------*/
.menu-wrap {
    right: 0 !important;
    -webkit-transform: translate3d(320px,0,0);
    transform: translate3d(320px,0,0);
    visibility: hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner,
.show-menu .morph-shape {
    -webkit-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}

.show-menu .menu-wrap {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sb-menu-button, .nav-button {
    width: 42px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -21px;
    margin-top: -15px;
}

p {
    text-align: justify;
}

strong {
    font-weight: 700;
}

.partcile-dec {
    opacity: 0.8;
}

@media only screen and (max-width: 450px) {
    .show-share-wrap {
        display: none;
    }
}

/* Logo */
.logo-holder img {
    height: 50px !important;
}

.logo-holder {
    padding-top: 10px;
}

/* FBOOK */
.footer-social li {
    margin: 0px;
}

    .footer-social li a i {
        font-size: 18px;
    }

/* Diretct Call*/
.header-info li a i {
    font-size: 16px;
    margin-bottom: 2px;
}

/* Lingua */
.lingua {
    margin-bottom: 30px;
    padding: 22px 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

    .lingua span {
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        padding-right: 20px;
        font-weight: 800;
        border-right: 1px solid #ccc;
    }

    .lingua span, .lingua ul, .lingua ul li {
        float: left;
    }

    .lingua ul {
        padding-left: 20px;
    }

        .lingua ul li {
            margin-right: 10px;
            padding-top: 3px;
        }

            .lingua ul li a {
                color: #999;
            }

                .lingua ul li a.current {
                    color: #000;
                }

                .lingua ul li a:hover {
                    color: #000;
                }
/* Sintesi */
.sb-menu-footer {
    color: #fff;
    margin-top: 30%;
    font-weight: 400;
    font-size: 10px;
    text-transform: none;
}

    .sb-menu-footer a {
        color: #999;
    }

        .sb-menu-footer a:hover {
            color: #fff;
        }

/* Footer */

.footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-box ul li a {
    line-height: 12px;
    font-size: 10px;
}

.footer-box ul.fiscali li span {
    text-align: right;
    line-height: 12px;
    float: none;
    padding-right: 0px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 10px;
}


@media only screen and (max-width: 767px) {
    .footer-box ul li {
        text-align: center;
    }

    .footer-box ul.fiscali li span {
        text-align: center;
        color: #999;
    }
}

/* ---------Home Page--------------------------------------*/
.home .bg {
    background-position: top;
    top: 0;
}


/*News*/
.blog-title-opt li {
    text-transform: uppercase;
}

.blog-text h3 {
    text-align: justify;
}

.float-right-btn {
    float: right;
}
/*Scorciatoie*/
.widget-title span {
    font-size: 24px;
    text-transform: none;
    display: block;
    float: none;
}

.widget-title {
    text-align: left;
}

    .widget-title img {
        width: 160px;
    }

    .widget-title:before {
        content: none;
    }

.blog-media {
    margin-bottom: 80px;
}

.blog-text h3 {
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
}


.blog-text a {
    text-decoration: underline;
}

    .blog-text a:hover {
        color: #999;
    }

/* Percorso */
.percorso {
    margin-bottom: 30px;
    padding: 22px 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
    float: left;
    width: 100%;
    position: relative;
}

    .percorso span, .percorso ul, .percorso ul li {
        float: left;
    }

    .percorso ul {
        padding-left: 20px;
    }

        .percorso ul li {
            margin-right: 5px;
            padding-top: 3px;
        }

            .percorso ul li a {
                color: #999;
                padding-right: 5px;
            }

                .percorso ul li a:hover {
                    color: #000;
                }

.arredamento .percorso {
    float: right;
    width: 65%;
}

@media only screen and (max-width: 768px) {
    .arredamento .percorso {
        float: left;
        width: 100%;
    }
}


/* ---------Note Legali--------------------------------------*/
.legal-wrap p {
    padding-bottom: 0px;
    font-size: 14px;
}

.legal-wrap ul li {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    padding-bottom: 2px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {

    .legal section {
        padding-top: 10px;
    }
}

/* ---------Contatti --------------------------------------*/
@media only screen and (max-width: 768px) {

    .contatti section {
        padding-top: 0px;
    }
}

.Alert {
    padding: 0px 0px 0px 20px;
    margin: 0px;
    color: #ff0000;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    display: block;
}

#WaitSubmit {
    padding: 10px 0px 0px 5px;
    display: none;
}

.popUp {
    padding: 10px;
}

    .popUp h2 {
        font-weight: 700;
    }


/* ---------Profilo --------------------------------------*/

@media only screen and (max-width: 768px) {

    .azienda section {
        padding-top: 0px;
    }
}

.profilo .about-wrap ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 10px;
}

.profilo .about-wrap li {
    padding-bottom: 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 8px;
    padding-left: 10px;
}

    .profilo .about-wrap li strong {
        font-weight: 600;
    }

.profilo .about-wrap h3.bold-title {
    line-height: 30px;
}

.profilo .about-wrap h3 span {
    font-size: 13px;
    display: block;
    font-weight: 500;
}

.bg.dec-bg {
    opacity: 0.1;
}

.servizi {
    margin: 10px 0 50px 0;
}


@media only screen and (min-width: 1024px) {
    .profilo .box-item {
        margin-top: 115px;
    }
}


@media only screen and (max-width: 1024px) {
    .servizi .pr-tags span {
        margin-bottom: 20px;
    }
}
/* ---------Notizie --------------------------------------*/

.notizie .bold-title {
    line-height: 20px;
}

.notizie .about-wrap a {
    text-decoration: underline;
}

    .notizie .about-wrap a:hover {
        color: #999;
    }
/* ---------Quadri --------------------------------------*/
.quadri h3 {
    color: #fff;
}

.quadri p {
    color: #fff;
}

.quadri .grid-item h3:before {
    content: none;
}

.quadri .grid-item h3:after {
    content: none;
}

.quadri .vis-por-info .grid-item:before {
    content: none;
}


.mostre .about-wrap ul {
    list-style-type: none;
    list-style-position: inside;
    padding-bottom: 8px;
}

.mostre .about-wrap li {
    padding-bottom: 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    padding-left: 20px;
    padding-bottom: 20px;
    display: block;
}

    .mostre .about-wrap li strong {
        padding-right: 5px;
    }

.quadri .fixed-filter-wrap .partcile-pan {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    color: #000;
    opacity: 0.2;
}

.quadri .grid-item-holder {
    padding: 20px 30px 30px 20px;
}


@media only screen and (max-width: 1224px) {
    .quadri .fixed-filter-wrap .partcile-pan {
        opacity: 0.8;
    }

    .quadri .fixed-filter-wrap h3 {
        color: #000;
    }

    .quadri p {
        color: #000;
    }

    .fixed-filter-wrap .gallery-filters {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {

    .fixed-filter-wrap .gallery-filters {
        width: 90%;
    }
}
/* ---------Arredamento --------------------------------------*/

.arredamento .single-slider .swiper-button-next {
    bottom: -50px;
    top: auto;
}

.arredamento .single-slider .swiper-button-prev {
    bottom: -50px;
    top: auto;
}

.single-slider .swiper-pagination {
    bottom: -36px;
}

.arredamento section.parallax-section .bg {
    height: 100%;
    top: 0;
}

.arredamento .ban {
    height: 600px;
    padding: 0px;
}

.arredamento .parallax-item img {
    opacity: 1;
}

.arredamento .parallax-text {
    background: rgba(245,130,20,1);
    padding: 10px;
}

    .arredamento .parallax-text h4 {
        font-size: 14px;
    }

.arredamento .parallax-header span:before {
    right: -120px;
    left: auto;
}

.arredamento .parallax-header span em {
    font-weight: 400;
}

.arredamento .parallax-header ul li {
    padding-left: 15px;
    font-size: 13px;
}


/* SPAZIO TITOLO TRIMMATO*/
.arredamento .separator.trsp-separator {
    margin-top: 10px;
    margin-bottom: 20px;
}

.arredamento .section-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

@media only screen and (max-width: 1064px) {

    .arredamento .section-title h2 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 770px) {

    .arredamento .section-title h2 {
        font-size: 28px !important;
    }
}



.arredamento .section-title h2 span {
    text-transform: capitalize;
    font-weight: 400;
}

.arredamento section.header-section p {
    margin-top: 20px;
    height: 174px;
}

@media only screen and (max-width: 1064px) {

    .arredamento section.header-section p {
        height: 103px;
    }
}


.arredamento .section-title h3 {
    font-weight: 500;
}

.arredamento .bg {
    background-position: left;
}

.arredamento .product-image {
    margin-bottom: 60px;
}

/* ---------Arredamento Progetto-----------------------------------*/
.progetto .sroll-nav-container ul li span {
    background: #292929;
    color: #fff;
    padding-right: 10px;
}


.pr-title span p {
    color: #000;
    text-align: justify;
    text-transform: none;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {

    .progetto section {
        padding-top: 0px;
    }

    .progetto .section-container {
        margin-top: 0px;
    }
}



.campioni {
    max-width: 100%;
    padding: 10px;
    border: 1px solid #000;
    background: #292929;
}

    .campioni p {
        padding-top: 10px;
        color: #fff;
        text-align: center;
        min-height: 50px;
        font-size: 13px;
        display: block;
        line-height: 15px;
        font-weight: 500;
    }

    .campioni img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

/* ---------Arredamento Riviste-----------------------------------*/
#riviste {
    background-color: #292929;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
}

    #riviste .box-item {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

        #riviste .box-item p {
            color: #fff;
            text-align: center;
            font-size: 14px;
            display: block;
            line-height: 15px;
            font-weight: 500;
            padding-top: 10px;
        }

        #riviste .box-item img {
            border: 1px solid #fff;
        }

        #riviste .box-item:hover img {
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }

        #riviste .box-item a.popup-image {
            top: 21px;
            right: 11px;
        }

            #riviste .box-item a.popup-image:hover i {
                -webkit-transform: none;
                -moz-transform: none;
                transform: none;
            }




/* ---------Architettura -----------------------------------*/
.archi {
    background-color: #212121;
}

    .archi .grid-item h3:after {
        content: none;
    }

    .archi .gallery-item {
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .archi .grid-item {
        border-right: 1px solid rgba(255,255,255,0.21);
        
    }

        .archi .grid-item h3 {
            min-height: 30px;
            font-weight: 400;
        }

    .archi .vis-por-info .grid-item:after {
        content: none;
    }

    .archi .vis-por-info .grid-item:before {
        content: none;
    }

          

    .archi .scheda .grid-item h3 {
        min-height: 30px;
        font-weight: 400;
        color: #fff;
    }


    .archi .hid-por-info .grid-item:after {
        content: none;
    }

    .archi .hid-por-info .grid-item:before {
        content: none;
    }


  