@import url("stile-catalogo.css");
@import url("animazione-home.css");
@import url("style-prodotti.css");
@import url("stile-video.css");
@import url("stile-mobile-custom.css");
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
@import url('nuovo-font.css');
@import url('slick.css');
@import url('slick-theme.css');

/*
Template Name: SigmaL2 - Personal Template
Author: Comemedia
Author URI:  http://www.comemedia.com
*/


/* TEST */


/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
1) General
2) Page Loader
3) Helper
4) Header
5) Typography
6) Hero
7) Sections
 7.a) portfolio
 7.b) service
 7.c) experience
 7.d) testimonial
 7.e) blog
 7.f) about
 7.g) contact
 7.h) footer
8) Components
 8.a) skills


-------------------------------------------------------------

------------------------------------------------------------*/


/*-----------------------------------------1) General--------------------------------------------------*/


/* .img_attivo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px;
} */

.img_attivo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 4px;
    max-width: 99%;
}


/*@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter?#iefix') format('embedded-opentype'), url('../fonts/Glyphter.woff') format('woff'), url('../fonts/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    left: 0;
    top: 0;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
    /*font-family: 'Roboto', sans-serif;
    /* font-family: 'Tee Franklin Thin';*/
    font-family: 'Abel', sans-serif;
    height: 100%;
    width: 100%;
}

body {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.7;
    background-color: #fff;
}

a {
    color: #2f2f2f;
    text-decoration: none;
    transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -o-transition: ease .6s;
    -ms-transition: ease .6s;
}

a:hover {
    text-decoration: none;
    color: #818181;
}

a:focus {
    outline: none;
    color: #999999;
    text-decoration: none;
}

iframe {
    border: none;
    width: 100%;
}

img {
    max-width: 125%;
}

*:focus {
    outline: none;
}


/*----------------------------------------- 2) Preloader --------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin: -40px 0 0 -100px;
}

#status img {
    text-align: center;
    margin-top: -80px;
}


/*----------------------------------------- 3) Helper --------------------------------------------------*/


/*aggiunta 01-03-2019*/

.invisible-logo {
    display: none !important;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-bottom: 4px solid #000;
    padding-bottom: 20px;
    color: black;
    /*border-bottom: 1px solid #EfEFEF;
    /*padding-bottom: 20px;
 */
}

.navbar-nav>li {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 90%;
}

.navbar {
    border-bottom: #efefef solid 1px;
    border-radius: 0px;
    /*margin-top:40px
    */
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: underline;
    background-color: #fff;
}

.logo-area {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.menu-area {
    padding: 15px;
    margin-bottom: 20px;
}

.menu-area li {
    padding: 15px;
    margin-bottom: 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #FFF;
}

.navbar-default .navbar-nav>li>a.active-link {
    color: #FFD854;
    background-color: #FFF;
}

.nome-area-icon i {
    margin-right: 5px;
}

.nome-area-icon {
    margin-right: 10px;
}


/*for sticky*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


/*.nav-logo {
    visibility: visible;
}
*/


/*fine aggiunta*/

.no-pad {
    padding: 0 !important;
    margin: 0 !important;
}

.pad-80 {
    padding-top: 80px;
}

.mar-t-50 {
    margin-top: 50px !important;
}

.mar-tm-10 {
    margin-top: -10px;
}

.white-col {
    background: #ffffff;
    padding: none;
}


/*---- span -----*/

.title-small span {
    position: relative;
}

.title-small span:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 3px;
    /*background: #DEDEDE;*/
    width: 28px;
    left: 0;
}

.title-small-center span {
    position: relative;
}

.title-small-center span:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    height: 3px;
    background: #DEDEDE;
    width: 28px;
    left: 0;
}


/*----- background ------*/

.grey-bg {
    background: #f6f6f6;
    padding: 120px 0;
    display: block;
}

.white-bg {
    background: #ffffff;
    padding: 120px 0;
    display: block;
}


/*-------- content --------*/

.content-detail {
    font-weight: 400;
    margin-top: 70px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.content-details {
    font-weight: 400;
    margin-top: 40px;
    line-height: 30px;
    font-size: 14px;
}

.pad-bottom {
    padding-bottom: 80px;
}

.text-detail {
    margin-top: 30px;
    color: #5f5f5f;
}

.listing-item {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}


/*----------------------------------------- 4) Header --------------------------------------------------*/

.navbar {}

.navbar li {}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    z-index: 10000;
}

.header-fixed {
    position: fixed;
}

.header {
    width: 100%;
    z-index: 9999;
}

.cont-accedi {
    position: relative;
    right: 8%;
    top: 10px;
    width: auto;
    z-index: 20;
    float: right;
}

.cont-accedi>a {
    width: 140px;
    height: 40px;
    float: left;
    padding: 2px;
}


/*.cont-accedi a:hover {
    background-color: #e9e7e7;
}*/

.cont-accedi p {
    text-transform: uppercase;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 40px;
    text-align: center;
}

.cont-accedi img {
    width: 24px;
    height: auto;
    margin-top: -5px;
}

.for-sticky {
    /*    position: fixed;
    */
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 80px;
    /*opacity: 0.8;*/
    z-index: 10;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding: 0px 15px 5px 15px;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logo-nav {
    padding: 6px 0 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 45px;
    display: block;
}

.opacity-nav {
    /*opacity: 0.8;*/
    z-index: 11;
}


/* pulsanti alti area riservata */

.cambialingua {
    background-color: #FFF;
    /*display: inline-block;*/
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    /*margin: 0 50px 10px 0;*/
    vertical-align: top;
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    z-index: 1000000000;
}

.cambiautente {
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 20px;
    overflow: hidden;
    transition: all .3s ease;
    /*margin: 0 50px 10px 0;*/
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px;
}

.cambiautente a,
.cambialingua a {
    color: #000;
    text-decoration: none;
    clear: both;
}

.cambiautente li,
.cambialingua li {
    display: block;
    padding: 0px 20px;
    line-height: 40px;
    border-top: 1px solid #EEE;
    text-align: center;
}

.cambiautente li:hover,
.cambialingua li:hover {
    background-color: #EEE;
}

.cambiautente a:first-child li,
.cambialingua a:first-child li {
    border: none;
    background: #FFF !important;
}

.cambiautente li img,
.cambialingua li img {
    margin-right: 5px;
}

.menugrande:hover,
.menulingua:hover {
    height: auto;
}


/* fine pulsanti alti area riservata */


/*----------- panel ----------*/

.content-wrap {
    /* -webkit-overflow-scrolling: touch;*/
    height: 100%;
    width: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}


/* Menu Button */

.menu-button {
    width: 34px;
    height: 45px;
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 22px;
    margin-right: 35px;
    z-index: 400;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
}

.menu-button span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #2f2f2f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
}

.menu-button span:nth-child(1) {
    top: 0px;
}

.menu-button span:nth-child(2) {
    top: 9px;
}

.menu-button span:nth-child(3) {
    top: 18px;
}

.menu-button:hover {
    opacity: 0.6;
}


/* Close Button */

.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Menu */

.menu-wrap {
    position: fixed;
    z-index: 1001;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    float: right;
    background: #000000;
    padding: 2.5em 1.5em 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.menu-list {
    height: 100%;
    overflow-x: auto;
}

.menu-list {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.menu-list a {
    display: block;
    padding: 1.5em 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    color: #eceff1;
    position: relative;
}

.menu-list a:hover,
.menu-list a:active span {
    color: #ffffff;
}

.menu-list,
.menu-list a {
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu a:nth-child(2) {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
}

.menu-list a:nth-child(3) {
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
}

.menu-list a:nth-child(4) {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}

.menu-list a:nth-child(5) {
    -webkit-transform: translate3d(0, 2500px, 0);
    transform: translate3d(0, 2500px, 0);
}

.menu-list a:nth-child(6) {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}

.menu-list a span:nth-last-child(1) {
    margin-bottom: 100px;
}

.menu-list a span {
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
    margin-bottom: 20px;
    padding: 1px;
}

.menu-list a span:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    /*background: #ffffff;*/
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.menu-list a.active span {
    color: #ffffff !important;
    border-bottom: solid 1px #FFF;
}

.menu-list a.active span:before {
    width: 100%;
}


/* Shown menu */

.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list,
.show-menu .menu-list a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list a {
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*----------------------------------------- 5) Typography --------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: 0.8px;
    /*font-family: 'Roboto Slab', serif;*/
    font-weight: 300;
}

p {
    letter-spacing: 0.5px;
    font-size: 17px;
    line-height: 34px;
    font-weight: 300;
}

#home h1 {
    line-height: 40px;
    letter-spacing: 0.6px;
}

#home .typed {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    margin: 0 auto;
    opacity: 0.6;
}

.year {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    /*font-family: 'Roboto', sans-serif;*/
    height: auto;
    text-transform: uppercase;
}

.job {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #cccccc;
    height: auto;
}

.company {
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #ececec;
    color: #cccccc;
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


/*----------------------------------------- 6) Hero --------------------------------------------------*/

#home {
    /*background: url('../images/animazione-home.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: block;
    /* background-color:red;*/
}

.wrap-hero-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    text-align: center;
    min-width: 300px;
    left: 50%;
    top: 50%;
    padding: 65px;
    background: rgba(255, 255, 255, 0.8);
    outline: 4px double #FFFFFF;
    outline-offset: 8px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


/*mouse*/

.mouse-icon {
    position: absolute;
    border: 2px solid #2f2f2f;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 13px;
    height: 40px;
    width: 30px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 100;
}

.mouse-icon .scroll {
    -webkit-animation-name: scrolling;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: scrolling;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .scroll {
    position: relative;
    border-radius: 10px;
    background: #2f2f2f;
    width: 4px;
    height: 8px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes scrolling {
    0% {
        top: 2px;
        opacity: 0;
    }

    30% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 16px;
        opacity: 0;
    }
}

@keyframes scrolling {
    0% {
        top: 2px;
        opacity: 0;
    }

    30% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 16px;
        opacity: 0;
    }
}


/*----- typed effect ---*/

.typed-cursor {
    opacity: 0;
}


/*----------------------------------------- 7) Sections --------------------------------------------------*/


/*---------- a. portfolio -----------*/

ul.portfolio-image {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.portfolio-image li {
    float: left;
    display: block;
    list-style: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*padding-top: 33%;*/
    background-color: #FFF;
    ;
}

ul.portfolio-image li:nth-child(1) {
    padding-top: 64.7%;
    margin-top: 1%;
    overflow: visible;
}

ul.portfolio-image li:nth-child(1) img {
    width: 100%;
}

ul.portfolio-image li:nth-child(2) {
    padding-top: 25%;
    margin-top: 1%;
    margin-left: 1%;
    overflow: visible;
}

ul.portfolio-image li:nth-child(2) img {
    width: 120%;
}

ul.portfolio-image li:nth-child(3) {
    padding-top: 25%;
    margin-top: 1%;
    margin-left: 1%;
    overflow: visible;
}

ul.portfolio-image li:nth-child(3) img {
    width: 120%;
}

ul.portfolio-image li:nth-child(4) {
    padding-top: 34%;
    margin-top: 12%;
    overflow: visible;
}

ul.portfolio-image li:nth-child(4) img {
    width: 109%;
}


/*ul.portfolio-image li:hover {
  cursor: pointer;
}*/

ul.portfolio-image li:hover img {
    /* -webkit-filter: grayscale(20%);*/
    /*transform: scale(1.01);*/
}


/*ul.portfolio-image li:hover .image-bg {opacity: 1;}*/


/*ul.portfolio-image li:hover .description-wrap {
  background: rgba(186, 186, 186, 0.6);
}*/

ul.portfolio-image li img {
    position: absolute;
    width: 125%;
    height: auto;
    left: 0;
    top: 0;
    transition: filter, transform, 0.5s;
}

ul.portfolio-image li .decription-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(242, 242, 242, 0.4);*/
    padding: 20px;
    transition: background, 0.5s;
    z-index: 101;
}

ul.portfolio-image li .image-bg {
    color: #2f2f2f;
    /*background: #000000;
  background: rgba(0, 0, 0, 0.8);*/
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: inline-block;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    top: 25%;
    left: 50%;
    /*padding: 10px 0;*/
    position: relative;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: opacity, 0.5s;
    letter-spacing: 1.5px;
    font-weight: 300;
    color: transparent;
}

ul.portfolio-image li .desc a {
    color: #000;
}

ul.portfolio-image li .desc {
    position: absolute;
    z-index: 8;
    top: 35%;
    left: 0;
    display: table-cell;
    right: 0;
    text-align: center;
    color: #6F6F6F;
    font-size: 14px;
    background-color: #fff;
    width: 50%;
    text-transform: uppercase;
    font-size: 18px;
    height: 30px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

ul.portfolio-image li:hover .desc a {
    color: #FFF;
}

ul.portfolio-image li:hover .desc {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
}


/*---------- b. service -----------*/

.icon-use {
    font-family: 'Glyphter';
    font-size: 30px;
    line-height: 20px;
    color: #818181;
    margin: 0;
}

.head-sm {
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.text-grey {
    color: #434343;
    line-height: 26px;
    margin-bottom: 60px;
}


/*---------- c. experience -----------*/

.wrap-card {
    position: relative;
    box-shadow: 0px 0px 0px #818181;
    transition: all 0.2s ease 0s;
    /* -webkit-transform: translateY(-10px) translateX(0px);*/
    top: 0;
}

.wrap-card:before,
.wrap-card:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background: #818181;
    -webkit-transform: scaleX(0);
    transition: all 0.2s ease;
}

.wrap-card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
}

.wrap-card:after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
}

.wrap-card:hover {
    -webkit-box-shadow: 0px 2px 30px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 30px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 30px 16px rgba(0, 0, 0, 0.2);
    /*  -webkit-transform: translateY(0) translateX(0);*/
    transition: all 0.1s ease 0.2s;
    top: -10px;
}


/*
.wrap-card:hover:after,
.wrap-card:hover:before {
  -webkit-transform: scaleX(1)
}*/

.card {
    background: #ffffff;
    padding: 30px 35px 45px 35px;
    margin-bottom: 30px;
    border: 1px solid rgba(129, 129, 129, 0.1);
}

.card:before,
.card:after {
    display: inline-block;
    position: absolute;
    content: " ";
    /* width: 1px;*/
    height: 100%;
    background: #818181;
    -webkit-transform: scaleY(0);
    transition: all 0.2s ease 0.2s;
}

.card:before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 100%;
}

.card:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
}

.card:hover:after,
.card:hover:before {
    -webkit-transform: scaleY(1);
}


/*---------- d. testimonial -----------*/

#testimonial {
    /*background-image: url(../images/bg-disegni.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;*/
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 550px;
}

.list-testimonial {
    display: block;
    width: 100%;
}

.list-testimonial .content-testimonial {
    text-align: center;
    color: #ffffff;
}

.list-testimonial .content-testimonial .testi {
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 2px;
}

.list-testimonial .content-testimonial .people {
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 2px;
    color: #B7B7B7;
    font-weight: 700;
    text-transform: uppercase;
}

.mask-testimonial {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wrap-testimonial {
    z-index: 1;
    position: relative;
}


/*-------------- e. blog -------------*/

.grid {
    margin-top: 60px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    /*width: 33.333%;*/
    float: left;
    top: 0px;
    left: 0px;
    overflow: hidden;
    min-height: 1px;
    /*padding-right: 15px;*/
    padding-left: 15px;
    margin-bottom: 30px;
}

.grid-item-cataloghi {
    float: left;
    top: 0px;
    left: 0px;
    overflow: hidden;
    min-height: 1px;
    /*padding-right: 15px;*/
    padding-left: 15px;
    margin-bottom: 30px;
}

.grid-item .wrap-article {
    background: #ffffff;
    padding: 30px 20px;
}

.grid-item .wrap-article img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.grid-item .wrap-article .img-circle {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.grid-item .wrap-article .fancy {
    line-height: 0.5;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    color: #818181;
}

.grid-item .wrap-article .fancy span {
    display: inline-block;
    position: relative;
}

.grid-item .wrap-article .fancy span:before,
.grid-item .wrap-article .fancy span:after {
    content: "";
    margin-top: 1px;
    position: absolute;
    height: 5px;
    top: 0;
    width: 60%;
}

.grid-item .wrap-article .fancy span:before {
    right: 100%;
    margin-right: 5px;
}

.grid-item .wrap-article .fancy span:after {
    left: 100%;
    margin-left: 5px;
}

.grid-item .wrap-article .title {
    font-size: 16px;
    padding: 0 10px 0 10px;
    text-align: center;
    letter-spacing: 0.1;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.grid-item .wrap-article .title:after {
    content: "";
    display: block;
    margin: 0 auto;
    bottom: -20px;
    height: 1px;
    width: 48px;
    left: 0;
    margin-top: 30px;
}

.grid-item .wrap-article .content-blog {
    margin-top: 30px;
    padding: 0 10px 0 10px;
    text-align: justify;
    color: #5f5f5f;
}


/*---------- f. quote -----------*/

#about {
    min-height: 650px;
    display: inline-block;
    width: 100%;
}

.bg-about {
    background: url('../images/about-home.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 660px;
    width: 100%;
    height: 100%;
    float: left;
}

.wrap-about {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    min-height: 480px;
}

.wrap-about .w-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
}

.wrap-about .w-content td {
    font-size: 13px;
    font-weight: 300;
}

.wrap-about .w-content td.title {
    padding-right: 10px;
    font-weight: 500;
}

.wrap-about .w-content td.break {
    padding-right: 15px;
}

.wrap-about .w-content tr {
    height: 35px;
}

.wrap-about .head-about {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: justify;
}

.wrap-about .name {
    margin: 40px 40px 20px 0;
    font-size: 14px;
    float: right;
    width: 100%;
    text-align: right;
}


/*---------- g. contact -----------*/

#contact {
    padding: 120px 0 200px 0;
}

#contact form {
    margin-top: 25px;
}

#contact .slider-masks {
    background-color: rgba(129, 129, 129, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#contact .group {
    position: relative;
    margin-bottom: 65px;
}

#contact input,
#contact textarea {
    font-size: 13px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #2b2b2b;
    background: transparent;
    color: #969696;
    font-size: 13px;
}

#contact input:focus,
#contact textarea:focus {
    outline: none;
    border-bottom: none;
}

#contact label {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#contact input:focus~label,
#contact input:valid~label,
#contact textarea:focus~label,
#contact textarea:valid~label {
    top: -25px;
    font-size: 12px;
    color: #818181;
}

#contact .bar {
    position: relative;
    display: block;
    width: 100%;
}

#contact .bar:before,
#contact .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #818181;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#contact .bar:before {
    left: 50%;
}

#contact .bar:after {
    right: 50%;
}

#contact input:focus~.bar:before,
#contact input:focus~.bar:after,
#contact textarea:focus~.bar:after,
#contact textarea:focus~.bar:before {
    width: 50%;
}

#contact .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

#contact input:focus~.highlight,
#contact textarea:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

#contact input[type=submit] {
    border: 1px solid #2b2b2b !important;
    color: #2b2b2b;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#contact input[type=submit]:hover {
    background: #2b2b2b;
    color: #ffffff;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #818181;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #818181;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/*-------------- h. footer ------------------*/

.footer-top {
    width: 100%;
    text-align: center;
    color: #cccccc;
    display: table;
}

.socials {
    width: 100%;
    margin: 0;
    padding: 0;
}

.socials * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.socials li {
    display: inline-block;
    list-style: outside none none;
    float: left;
    overflow: hidden;
    width: 33.33333%;
    font-size: 13px;
}

.socials a {
    padding: 0.3em 0.8em;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
    padding: 25px 0;
    width: 100%;
}

.socials a:before,
.socials a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.socials a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
}

.socials a:after {
    padding: 0.3em 0.8em;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: white;
    white-space: nowrap;
    width: 100%;
    padding: 25px 0;
}

.socials li:hover a,
.socials .current a {
    transform: translateY(100%);
}

.facebook {
    background: #969696;
    /*padding: 20px 0;*/
}

.facebook a:after {
    background-color: #527bbb;
}

.twitter {
    background: #ABABAB;
}

.twitter a:after {
    background-color: #77ccf1;
}

.gplus {
    background: #d8d8d8;
}

.gplus a:after {
    background: #dd4b39;
}

.footer-bottom {
    width: 100%;
    /* background: rgba(150, 150, 150, 0.1);
    text-transform: uppercase;
     margin-top: 50px;
    */
    float: left;
    padding: 0;
    margin-top: 120px;
    color: #323232;
    /*border-top: solid 1px rgba(0, 0, 0, 0.1); */
    font-size: 13px;
}

.footer-bottom .container {
    margin-top: 15px;
    border-top: 4px solid #000;
    padding-top: 2%;
}


/*----------------------------------------- 8) Component --------------------------------------------------*/


/*---------------- a. Skills ----------------*/

.skillst {
    margin-top: 30px;
}

.skillst .skillbar {
    width: 100%;
    height: 10px;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 60px;
    padding: 2px;
    box-sizing: border-box;
}

.skillst .count-bar {
    width: 100%;
    height: 5px;
    width: 0px;
    position: relative;
}

.skillst .count-bar {
    background-color: #818181;
}

.skillst .count-bar span {
    font-size: 12px;
}

.skillst .title {
    position: absolute;
    line-height: 25px;
    top: -35px;
    left: 0;
    padding-left: 10px;
    font-size: 12px !important;
}

.skillst .count-bar .count {
    position: absolute;
    line-height: 18px;
    top: -28px;
    right: -20px;
    width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    background-color: #2f2f2f;
}

.skillst .count-bar .count span {
    position: relative;
    display: block;
}

.skillst .count-bar .count span:after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 18px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.skillst .count-bar .count {
    background-color: #818181;
}

.skillst .count-bar .count span:after {
    border-top: 4px solid #818181;
}


/*  NUOVE REGOLE  */

.immagine-news-dettaglio {
    width: 60%;
    height: auto;
    padding: 20px;
}

.immagine-alta-verticale {
    float: left;
    width: 50%;
    height: auto;
    padding: 0 10px 0 0;
}

.immagine-alta-orizzontale {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 10px 0 0;
}

.galleria-articolo {
    width: 100%;
    float: left;
}

.galleria-articolo img {
    width: 80%;
    height: auto;
}

.galleria-articolo li {
    list-style: none;
    float: left;
}

.giustifica {
    text-align: justify;
}

.pulsante-indietro {
    width: 50px;
    height: 50px;
    float: right;
    line-height: 50px;
    cursor: pointer;
}

.logo {
    padding: 10px;
}

.img-content-news {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.img-firma {
    float: right;
}

.frase-desktop {
    width: 100%;
}

.collegamento-prodotto {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro-prodotto {
    width: 100%;
    height: auto;
    float: left;
    /*padding: 10px;*/
    font-size: 13px;
    /*margin-top: 35px;*/
    color: #6F6F6F;
}

.intro-prodotto p {
    line-height: 20px;
    text-align: justify;
    margin-top: 15px;
}

.intro-prodotto h4 {
    font-size: 13px;
    text-transform: uppercase;
}

.vedi-tutto {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    width: 150px;
    height: 30px;
    background-color: #6F6F6F;
    padding: 6px;
    float: right;
    text-align: center;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.vedi-tutto:hover {
    background-color: #bebebe;
}

.vedi-tutto a {
    color: #FFF !important;
    text-transform: uppercase;
}

.vedi-tutti-prodotti {
    width: 100%;
    height: 50px;
    text-align: center;
}

.vedi-tutti-prodotti h2 {
    border: solid 1px #6F6F6F;
    width: 250px;
    margin: 0 auto;
    padding: 10px;
}

.wrap-testimonial h1 {
    color: #FFF;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.copertina-catalogo-home {
    width: 200px;
    height: auto;
}

.mostracatalogo {
    position: absolute;
    z-index: 500;
    width: 500px;
    height: 600px;
}

.form-contatti label {
    /*font-size: 12px;*/
}


/* stile footer */

.footer-bottom #newsletter {
    font-weight: 300;
}

.accesso-form {
    width: 95%;
    min-height: 600px;
}

.accesso-form,
.form-contatti {
    /*  font-family: 'Tee Franklin Book';*/
    font-size: 16px;
}

.accesso-form select,
.form-contatti select {
    font-size: 16px;
}

.sposta-dall-alto {
    margin-top: 50px;
    float: left;
}

.sposta-white-col {
    /*
      margin-top: 110px;
    */
    margin-bottom: 50px;
}


/*#newsletter {
    outline: 0;
    border: solid 1px rgba(0, 0, 0, 0.15);
    background: #FFF;
    color:#000;
    width: 100%;
    height: 50px;
    float: left;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 9;
} 

.footer-bottom button {
    overflow: visible;
    position: relative;
    z-index: 9;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 50px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-left: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    font-size: 18px;
    margin-top: 5px;
}
*/

#newsletter {
    outline: 0;
    border-bottom: solid 1px rgb(0, 0, 0);
    border-top: none;
    border-left: none;
    border-right: none;
    background: #FFF;
    color: black;
    width: 100%;
    height: 50px;
    float: left;
    font-size: 13px;
    text-align: left;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

.footer-bottom button {
    overflow: visible;
    position: relative;
    z-index: 9;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 50%;
    color: #000;
    text-transform: uppercase;
    border: solid 1px rgb(0, 0, 0);
    background-color: white;
    font-size: 18px;
    margin-top: 5px;
}

.footer-bottom .col-md-4 a {
    color: #ccc;
}

.footer-bottom .col-md-3:nth-child(1n+1) {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.footer-bottom .col-md-3:nth-child(4) {
    border-right: none;
}

.footer-bottom .col-md-3 {
    margin-bottom: 20px;
    min-height: 200px;
}

.footer-bottom p {
    font-size: 11px;
    float: left;
    padding: 15px 8px 8px 0;
}

.footer-bottom h5 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom ul li {
    font-size: 13px;
    font-weight: 300;
}

.socialfooter {
    /*width: 50px;*/
    width: 35px;
    height: auto;
}

.footer-credit {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.footer-credit img {
    width: 120px;
    height: auto;
    padding: 5px;
}

.gal {
    width: 100%;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 768px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}

.gal figcaption {
    text-transform: uppercase;
}

.famiglia-categoria {
    /*overflow: hidden;*/
}

.famiglia-categoria:hover .sfondo-famiglia {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.sfondo-famiglia {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    top: -100%;
}

.colori-anteprime img {
    /* -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    /*min-height: 40%;*/
}

.colori-anteprime p {
    text-align: center;
    text-transform: uppercase;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.famiglia-categoria:hover p {
    bottom: 50%;
    color: #FFF;
}


/* colori campionario */

.contenitore-filtri {
    float: left;
    width: 100%;
    text-align: center;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.filter-button {
    border: 1px solid #6d6d6d;
    text-align: center;
    color: #6d6d6d;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
}

.filter-button:hover {
    border: 1px solid #4d4d4d;
    text-align: center;
    color: #ffffff;
    background-color: #4d4d4d;
}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    text-align: center;
    line-height: 50px;
}

.gallery_product span {
    text-transform: uppercase;
}

.send-request {
    background: #FFF;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}


/* fine colori campionario */


/* regole slide custom */

.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-indicators li img {
    height: 76px;
    width: 60px;
}


/* fine regole slide custom*/


/* REGOLE FISSE */

.immagini-100 {
    width: 100%;
    height: auto;
}

.no-padding {
    padding: 0;
}

.no-float {
    float: none;
}


/*inizio margini*/

.m-top-10 {
    margin-top: 10px
}

.m-top-20 {
    margin-top: 20px
}

.m-top-30 {
    margin-top: 30px
}

.m-top-40 {
    margin-top: 40px
}

.m-top-50 {
    margin-top: 50px
}

.m-top-60 {
    margin-top: 60px
}

.m-top-70 {
    margin-top: 70px
}

.m-top-80 {
    margin-top: 80px
}

.m-top-90 {
    margin-top: 90px
}

.m-top-100 {
    margin-top: 100px
}

.m-top-120 {
    margin-top: 120px
}

.m-top-150 {
    margin-top: 150px
}

.m-top-200 {
    margin-top: 200px
}

.m-top-250 {
    margin-top: 250px
}

.m-top-300 {
    margin-top: 300px
}

.m-bot-10 {
    margin-bottom: 10px
}

.m-bot-20 {
    margin-bottom: 20px
}

.m-bot-30 {
    margin-bottom: 30px
}

.m-bot-40 {
    margin-bottom: 40px
}

.m-bot-50 {
    margin-bottom: 50px
}

.m-bot-60 {
    margin-bottom: 60px
}

.m-bot-70 {
    margin-bottom: 70px
}

.m-bot-80 {
    margin-bottom: 80px
}

.m-bot-90 {
    margin-bottom: 90px
}

.m-bot-100 {
    margin-bottom: 100px
}

.m-bot-120 {
    margin-bottom: 120px
}

.m-bot-150 {
    margin-bottom: 150px
}

.m-bot-200 {
    margin-bottom: 200px
}

.m-bot-250 {
    margin-bottom: 250px
}

.m-bot-300 {
    margin-bottom: 300px
}


/*fine margini*/


/* colori e materiali */


/*Neon*/

.neon-colore {
    text-align: center;
    font-size: 6em;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 380px;
    padding: 8%;
    margin: 0 0 0 0;
}

.neon-colore-grigio {
    background-color: #9c9c9c;
}

.neon-colore-nero {
    background-color: #000;
}

.neon-colore-giallo {
    background-color: #F2E118;
}

.neon-colore-arancione {
    background-color: #F2AD39;
}

.neon-colore-rosso {
    background-color: #F22F21;
}

.neon-colore-marrone {
    background-color: #7E462F;
}

.neon-colore-crack {
    background-color: #9c9a92;
}

.neon-colore-oro {
    background-color: #F2B51B;
}

.neon-colore-silver {
    background-color: #BCBECC;
}

.neon-colore-copper {
    background-color: #CC8160;
}

.neon-colore-blue {
    background-color: #150C7F;
}

.neon-colore-pastel {
    background-color: #90CCC6;
}

.neon-colore-dot {
    background-color: #CCC;
}

.neon-colore-stone {
    background-color: #7F714A;
}

.neon-colore-green {
    background-color: #427F46;
}

.neon-colore-sophisticated {
    background-color: #7D4A7F;
}

.contenitore-ancore-colori {
    width: 30px;
    height: auto;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 5000;
}

.btn-link-ancora {
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin: 2px;
}

.aup {
    background-color: #FFF;
    border: solid 1px #000;
    outline-offset: -1px;
}

.agray {
    background-color: #9c9c9c;
}

.ablack {
    background-color: #000;
}

.ayellow {
    background-color: #F2E118;
}

.aorange {
    background-color: #F2AD39;
}

.ared {
    background-color: #F22F21;
}

.abrown {
    background-color: #7E462F;
}

.acrack {
    background-color: #9c9a92;
}

.agold {
    background-color: #F2B51B;
}

.asilver {
    background-color: #BCBECC;
}

.acopper {
    background-color: #CC8160;
}

.ablue {
    background-color: #150C7F;
}

.apastel {
    background-color: #90CCC6;
}

.adot {
    background-color: #CCC;
}

.astone {
    background-color: #7F714A;
}

.agreen {
    background-color: #427F46;
}

.asophisticated {
    background-color: #7D4A7F;
}

.contenitore-ancore-colori [title] {
    position: relative;
}

.contenitore-ancore-colori [title]:after {
    content: attr(title);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: #000;
    background: rgba(51, 51, 51, 0.75);
    padding: 5px;
    width: 100px;
    height: 20px;
    position: absolute;
    right: -500px;
    opacity: 0;
    -webkit-transition: 0.25s linear opacity;
    line-height: 12px;
}

.contenitore-ancore-colori [title]:hover:after {
    right: 21px;
    opacity: 1;
}

#back-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: auto;
}

#back-top img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.col-md-4 form span {
    position: relative;
    z-index: 10;
}

.unavailable {
    opacity: 0.3
}


/*nuova home revisione gennaio 2021*/

.pl-0,
.pr-0,
.px-0 {
    padding-left: 0;
    padding-right: 0
}


/*SLIDE gennaio 2021 */

.no-slider,
.slider-top {
    position: relative;
    text-align: center;
}

.no-slider img,
.slider-top img {
    max-width: 100%;
}

.no-slider h3 {
    position: absolute;
    bottom: 30%;
    font-size: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    color: #AA1342;
}

.slider-top h3.slide-title {
    position: absolute;
    bottom: 180px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.slide-title {
    font-size: 320%;
}

.about-home {
    font-family: 'Hepta Slab', serif;
    padding: 2% 20%;
    text-align: justify;
    font-size: 110%;
}

.content_img {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-start;
    /* new */
}

a.main-cont {
    display: flex;
}

.content_img div {
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.content_img div:hover {
    background: black;
    visibility: visible;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.content_img:hover div.maintext {
    visibility: visible;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.home-banner-text-container {
    align-items: bottom;
    justify-content: center;
    text-align: center;
    width: 60%;
}

.about-banner-text-container {
    align-items: bottom;
    justify-content: center;
    text-align: center;
    width: 60%;
}

.home-banner {
    background-image: url("../images/home/sigmaslide.jpg");
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 38vw;
    padding-bottom: 50px;
}

.home-banner-text {
    color: #FFD854;
    text-align: justify;
    line-height: 130%;
    letter-spacing: -1.1px;
    font-weight: bold;
    font-family: 'Hepta Slab', serif;
    font-size: 2vw;
}

.about-banner {
    background-image: url("../images/about/sigma-about-granchi.jpg");
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100vw;
    height: 38vw;
    padding-bottom: 50px;
}

.about-banner-text {
    color: #ffffff;
    text-align: justify;
    line-height: 130%;
    letter-spacing: -1.1px;
    font-weight: bold;
    font-family: 'Hepta Slab', serif;
    font-size: 2vw;
}

.company-big-text {
    color: #514954;
    font-size: 50px;
    line-height: 60px;
    text-align: justify;
}

.catalogs-home {
    padding-right: 3%;
    padding-left: 3%;
    height: auto;
}

.catalogs-home-last {
    padding-right: 0px;
    padding-left: 0px;
}

.about-banner-text {
    color: #ffffff;
    text-align: justify;
    line-height: 130%;
    letter-spacing: -1.1px;
    font-weight: bold;
}

.closeSubMenu {
    display: none;
}

.row.nopadding {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'), url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'butlerbold';
    src: url('../fonts/butler_bold-webfont.woff2') format('woff2'), url('../fonts/butler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('../fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
}

/* @font-face {
    font-family: 'Abril Fatface';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Display Medium'), url('../fonts/AbrilFatface-Regular.ttf') format('tff');
} */

.contemporaneo-p {
    font-family: 'mulibold', sans-serif;
    font-size: 3em;
    text-align: center
}

.classico-p {
    font-family: 'butlerbold', sans-serif;
    font-size: 3em;
}

.maniglie-p {
    font-family: 'SF UI Display Medium', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.limited-p {
    font-family: 'SF UI Display Medium', sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px
}

.happy-garden-main-cat {
    font-family: 'Baumans', cursive;
    font-size: 50px;
}

.maniglie-p {
    font-family: 'Balthazar', serif;
    font-size: 50px;
}

.wondermood-p {
    font-family: 'Baumans', cursive;
    font-size: 55px;
}

.archive-p {
    font-family: 'Abril Fatface', cursive;
    font-size: 55px;
}

.list-group-item .contemporaneo {
    font-family: 'mulibold', sans-serif;
    font-size: 1.5em;
}

.list-group-item .classico {
    font-family: 'butlerbold', serif;
    font-size: 1.5em;
}

.list-group-item .maniglie {
    font-family: 'Balthazar', serif;
    font-size: 1.5em;
}

.list-group-item .archivio {
    font-family: 'Abril Fatface', cursive;
    font-size: 1.5em;
}

.list-group-item .ltd {
    font-family: 'SF UI Display Medium', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}

.list-group-item .wondermood {
    font-family: 'Baumans', cursive;
    font-size: 1.5em;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: auto !important
}

#pbCategorie {
    column-count: 2;
    column-gap: 20px;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    padding: 0;
    padding-left: 60px;
    min-height: 265px;
}

.main-product-category {
    display: none;
}

#pbCategorie li {
    letter-spacing: 0.5px;
    font-size: 1Opx;
    line-height: 10px !important;
    font-weight: 300;
    margin-bottom: 10PX;
    text-transform: uppercase;
}

#aprifiltri ul {
    padding-left: 0;
}

#name-categorie {
    font-size: 22px
}

#pbCategorie li p {
    letter-spacing: 0.5px;
    font-size: 17px;
    line-height: 20px;
}

#pbCategorie li a {
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 10px !important;
    font-weight: 300;
    margin-bottom: 10px;
}

.stile-ricerca .name-categorie {
    font-size: 14px;
    font-weight: 300;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px 10px 0px;
    margin-bottom: -1px;
}


/*pagine emozionali*/

#maniglie-emozionale .no-padding {
    padding: 0
}

#classico-emozionale a.main-cont,
#maniglie-emozionale a.main-cont,
#ltd-emozionale a.main-cont {
    display: grid;
}

#maniglie-emozionale .pleft {
    padding-left: 15px !important
}

#maniglie-emozionale .pright {
    padding-right: 15px !important
}

#contemporaneo-emozionale .remove-margin {
    margin-right: 0px !important
}

#contemporaneo-emozionale .margin-200 {
    margin-bottom: 10em
}

#classico-emozionale .pleft {
    padding-left: 15px !important
}

#classico-emozionale .pright {
    padding-right: 15px !important
}

#classico-emozionale .no-padding {
    padding: 0
}

#classico-emozionale .padding-10 {
    padding-right: 10%
}

#classico-emozionale .padding-5 {
    padding-left: 5%
}

#ltd-emozionale .remove-margin {
    margin-right: 0px !important
}

#ltd-emozionale .go-right {
    text-align: right;
    display: block;
}

#ltd-emozionale .move-right {
    margin-bottom: 60px
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 230px;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 60px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*pagine yes we can */

.yes-text,
.custom-text {
    font-family: 'Hepta Slab', serif;
    text-align: justify;
    font-size: 110%;
}

.yes-title,
.custom-title {
    font-family: 'Hepta Slab', serif;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px
}

.yes-text-left {
    font-family: 'Hepta Slab', serif;
    text-align: justify;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px
}

.vertical-align {
    display: flex;
    align-items: center;
}

.custum-centred {
    display: flex;
    align-items: center;
    width: 80% !important;
    text-align: right;
    border: grey solid 1px
}


/* .highlight{
    color:rgb(194, 194, 194);
} */

.riga-altre-immagini .col-md-2 {
    margin-bottom: 20px
}

.immagini-gallery {
    /*  soluzione per prodotti conpiù di sei immagini 
    width: 13.666667%;*/
    margin-bottom: 20px
}

.gal {
    height: 1430px;
}