﻿body {
    color: #404041;
    font-family: 'Roboto';
    font-size: 13px;
}

.c-verde {
    color: #53b95a;
}

.div-contatti-2 {
    padding: 0px 20px;
    border-left: 1px solid #53b95a;
}

.bs-docs-header {
    background-color: #53b95a;
    height: 35px;
}

.img-logo-head {
    max-width: 300px;
}
.img-logo-foot {
    height: 40px;
    margin-right: 15px;
}
    #map {
    border: 2px solid #53b95a;
    margin: 30px 0px;
    float: left;
}

a {
    color: #404041 !important;
}
a:hover{
    text-decoration:underline;
}

#bs-example-navbar-collapse-1 {
    margin: 10px 0px 0px 0px !important;
}

.container-fluid {
    padding: 0px;
}

.img-testata {
    width: 100%;
}

.icona-log-in {
    /*height: 15px;
  vertical-align: top;*/
    background-image: url("../images/icona-log-in.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 37px;
    padding: 10px;
    background-position: center;
    background-size: 16px;
}

    .icona-log-in:hover,
    .icona-log-in:focus {
        background-image: url("../images/icona-log-in-hover.png");
    }

.btn-default-border, .btn-default-border:hover {
    border: 1px solid #ccc;
    color: #ccc !important;
}

.btn-default-border, .btn-active-border, .btn-dark-border {
    border-radius: 0px;
    padding: 10px !important;
    height: 37px;
    margin-right: 5px;
}

    .btn-active-border, .btn-active-border:hover {
        border: 2px solid #53b95a !important;
        color: #53b95a !important;
    }

.btn-dark-border {
    border: 1px solid #404041 !important;
    color: #404041 !important;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-10px {
    margin-top: 10px;
}

.height-50px {
    height: 50px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-top-50px {
    margin-top: 50px;
}

.navbar-nav > li > a {
    font-size: 13px;
}

.no-padding {
    padding: 0px;
}

.bs-callout {
    padding: 0px 20px;
    margin: 20px 0;
    border-left: 5px solid;
    border-radius: 0px;
}

.bs-callout-green {
    border-left-color: #53b95a !important;
}

.bs-callout-2 {
    padding: 0px 20px;
    margin: 0;
    border-left: 5px solid;
    border-radius: 0px;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.c-green {
    color: #53b95a !important;
}

.c-grey {
    color: #bbb !important;
}

.font-70 {
    font-size: 70px;
}

.font-15 {
    font-size: 15px;
}

.trattino {
    font-size: 60px;
    line-height: 0.1;
    font-weight: bold;
}

.a-scopri > span {
    background-color: #404041 !important;
    color: #fff !important;
    padding: 8px 10px;
}

.a-scopri {
    background-color: transparent !important;
    color: #404041 !important;
    padding: 5px;
}

    .a-scopri:hover,
    .a-scopri:focus {
        color: #53b95a !important;
        text-decoration: none;
        background-color: transparent !important;
    }

        .a-scopri:hover > span,
        .a-scopri:focus > span {
            text-decoration: none;
            color: #fff !important;
            background-color: #53b95a !important;
        }

/*Flexisel*/
#flexisel1 {
    display: none;
}

.clearout {
    height: 20px;
    clear: both;
}

/*.nbs-flexisel-container {
    position: relative;
    width: 100%;
    float: left;
}*/

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px 30px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    padding: 0 6px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: url(../images/icona-flex-left.png);
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: url(../images/icona-flex-right.png);
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

/*flexisel*/

.border-bottom-1 {
    border-bottom: 1px solid #404041;
}

.border-top-1 {
    border-top: 1px solid #404041;
}

.img-flex {
    border: 2px solid #53b95a;
    width: 100%;
    margin: 0 0 10px 0;
    display:block;
}

.img-flex-news {
    border: 2px solid #53b95a;
    width: 95%;
    margin: 0%;
    height: 300px;
}

#flexisel-news > .nbs-flexisel-nav-left {
    left: 0px !important;
}

#flexisel-news > .nbs-flexisel-nav-right {
    right: 0px !important;
}

.float-left {
    float: left;
}

#flexisel1 > li > div {
    float: left;
}

.bg-green {
    background-color: #53b95a;
    border: 1px solid #53b95a;
}

.bt-hover-grey:hover {
    background-color: #FFFFFF !important;
    color: #404041 !important;
}

.bg-nero {
    background-color: #404041;
}

.hover-bg-verde:hover {
    background-color: #53b95a;
}

.img-servizi-dx {
    border: 3px solid #53b95a;
}

.img-servizi-2 {
    border: 3px solid #53b95a;
}

.hover-green:hover {
    color: #53b95a !important;
}

.border-3 {
    /*border: 1px solid;
  border-color: -webkit-repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 80%);
  border-color: -o-repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 80%);
  border-color: -moz-repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 80%);
  border-color: repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 80%);
  text-align: center;*/
    padding-bottom: 10px;
    /* border-bottom: 1px solid #FF0000; */
    background-image: linear-gradient(left top, #FFF, #000,#fff);
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
    /*-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(50%, rgba(0,0,0,1)), color-stop(53%, rgba(48,48,48,1)), color-stop(66%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));*/
}

.font-21 {
    font-size: 21px;
}

h3.font-21 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
}

.width-100 {
    width: 100%;
}

.hr-grey {
    border-color: #404041;
    width: 100%;
}

.hr-grey2 {
    border-color: #B3B3B3;
    width: 100%;
}

.hr-green {
    border-color: #53b95a;
}

.hr-white {
    border-color: #FFF;
    width: 100%;
}

.hr-black {
    border-color: #404041;
}

.sottolineatura1, .sottolineatura2, .sottolineatura3, .sottolineatura4, .sottolineatura5, .sottolineatura6, .sottolineatura9, .sottolineatura7, .sottolineatura8, .sottolineatura-news {
    float: left;
    text-align: center;
    margin: 5px 0px;
}

.hr-shadow {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.div-sottolineatura1, .div-sottolineatura2, .div-sottolineatura3, .div-sottolineatura4, .div-sottolineatura5, .div-sottolineatura6, .div-sottolineatura9, .div-sottolineatura8 {
    margin: 0 auto;
}

.hr-2px {
    border-top-width: 2px;
}

.div-news {
    border-left: 1px solid #404041;
    padding-left: 40px;
}

.div-fiere {
    padding-right: 40px;
}

.data {
    color: #53b95a;
    font-size: 13px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

.titolo-fiere {
    font-size: 17px;
    width: 100%;
    
}
.titolo-fiere:hover{
    text-decoration:underline;
}
.titolo-fiere h3{
    font-size: 17px;
    font-weight:bold;
}
.p-article {
    margin-bottom: 15px;
}

.bg-black {
    background-color: #404041;
}

.font-30 {
    font-size: 30px;
}
h3.font-30{
    margin-top:0px;
    margin-bottom:5px;
    font-weight:bold;
}

.bt-scrivici {
    padding: 10px;
}

a.bt-scrivici.bg-green:hover {
    background-color: #404041;
    text-decoration:none;
}

a.bt-scrivici.bg-green.bt-3:hover {
    background-color: #ECECEC !important;
    color: #404041 !important;
}

a.bt-scrivici.bg-black:hover {
    background-color: #ECECEC;
    color: #53b95a !important;
}

.bt-scopri {
    background-color: #404041;
    color: #fff !important;
    padding: 10px;
}

    .bt-scopri:hover {
        background-color: #53b95a;
        text-decoration:none;
    }

.panel-black {
    background-color: #404041;
}

.c-white {
    color: white !important;
}

.padding-40 {
    padding: 40px;
}

.font-17 {
    font-size: 17px;
}

.footer {
    height: auto;
    background-color: #404041;
    padding-top: 0px;
    text-align:center;
}

.nav-footer {
    padding: 50px 0px 10px 0px;
    background-color: #404041;
    color: #b7b7B7;
    margin-top: 50px;
}

.text-indent-10 { /*text-indent:10px;*/
    margin-left: 10px;
}

.foot1 {
    border-right: 1px solid #B7B7B7;
    padding-right: 25px;
}

.foot2 {
    padding-left: 25px;
    border-right: 1px solid #B7B7B7;
}

.foot3 {
    padding-left: 25px;
}

.tb-cerca {
    border-color: #b7b7b7;
    border-radius: 0px;
    background-color: #404041;
    color: #FFF;
    padding: 15px;
    height: auto;
}

.div-colorati {
    padding: 40px;
}

.div-colorati-prodotti,.div-colorati-servizi {
    height: 270px;
    float: left;
}

    .div-colorati-prodotti > div,.div-colorati-servizi > div {
        padding: 0px 0px;
    }

.div-testata {
    border-bottom: 2px solid #53b95a;
    min-height: 227px;
}

    .div-testata img {
        width: 100%;
        height: auto;
        min-width: 960px;
    }

.div-url {
    padding: 20px 0px;
}

.active-url {
    color: #53b95a !important;
}

.active-menu {
    color: #53b95a !important;
}

.active-menu-dropdown {
    background-color: #53b95a !important;
}

.url-fisso {
    color: #404041;
}

.titolo-pagina {
    font-size: 26px;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 0px;
    /*float:left;*/
    text-transform: uppercase;
}

.sottotitolo-pagina {
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
    /*float:left;*/
}

.div-titoli {
    border-left: 6px solid #53b95a;
    padding-left: 15px;
    color: #404041;
    /*float: left;
    margin-left: 30px;*/
}

.div-titoli-mission {
    border-left: 6px solid #53b95a;
    padding-left: 15px;
    color: #404041;
    float: left;
    padding-left: 30px;
    margin-top: 10px;
}

.padding-top-20px {
    padding-top: 20px;
}

.padding-bottom-20px {
    padding-bottom: 20px;
}

.padding-10px {
    padding: 10px;
}

.div-titoli-mission > .titolo-pagina {
    float: left;
}

.div-titoli-mission > .sottotitolo-pagina {
    float: left;
}

.div-footer {
    padding: 0px 50px;
}

.div-corpo {
    margin-top: 30px;
}

.testo {
    /*max-width: 80%;*/
    padding-bottom: 30px;
}

.img-valori {
    border: 1px solid #53b95a;
    width: 100%;
}

.img-mission {
    border: 2px solid #53b95a;
    width: 100%;
    height: 150px;
}

font-28.div-valori {
    margin: 10px 0px;
    height: 150px;
    position: relative;
}

    .div-valori > div {
        top: 50%;
        transform: translateY(-50%);
    }

.icona-mission {
    float: left;
}

.front {
    position: absolute !important;
    padding: 90px 20px;
    width: 100%; min-height: 270px;
}

.back {
    padding: 0px;
    position: absolute !important;
    min-height: 270px;
    background-position: center center; width: 100%;
}

.font-28 {
    font-size: 28px;
}
h3.font-28 {
    margin-top:0px;
    margin-bottom:5px;
    font-weight:bold;
}


.div-quote {
    border: 2px solid #53b95a;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.titolo-quote {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding: 15px 20px;
}

.label-quote {
    font-size: 15px;
    padding-top: 5px;
    float: right;
}

.float-right {
    float: right;
}

.dl-form-quote {
    padding: 5px;
    width: 80%;
    background-color: #404041;
    text-align: center;
    color: #fff;
    text-align-last: center;
}

.bt-invio-quote {
    background-color: #53b95a;
    color: #404041;
    padding: 5px;
    width: 80%;
    float: left;
    text-align: center;
}

.bt-invio-download {
    background-color: #53b95a;
    color: #404041;
    width: 100%;
    text-align: center;
}

.testo-trattamento-dati {
    font-size: 15px;
}
/*dropdown menu hover*/
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}
/**/
.box-news,.box-fiere{
    padding: 20px 10px;
    text-align: center;
    width:100%;
}
.box-news a:hover,.box-fiere a:hover{
    text-decoration:underline;
}
.box-news {
    background-color: #B7B7B7;
    color: #404041;
    /*width: 49%;
    margin-right: 1%;
    float: left;*/
}

.box-fiere {
    background-color: #53b95a;
    color: #404041;
    /*width: 49%;
    margin-left: 1%;
    float: left;*/
}

.div-news-fiera {
    border-top: 1px solid #404041;
    padding: 20px 0px;
}

.img-anteprima-news {
    width: 100%;
    border: 2px solid #53b95a;
}

.titolo-news-anteprima {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.navbar-right {
    margin-right: -15px;
}

.margin-left-30px {
    margin-left: 30px;
}

.navbar-right .dropdown-menu {
    right: -70%;
}


/* search*/
#btCerca {
    outline: none;
}

#btCerca {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

    #btCerca::-webkit-search-decoration,
    #btCerca::-webkit-search-cancel-button {
        display: none;
    }


    #btCerca[type=search] {
        background: url(../images/icona-search.png) no-repeat 9px center;
        border: solid 1px #404041;
        padding: 9px 2px 8px 35px;
        width: 0px;
        margin-right: 8px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

        #btCerca[type=search]:focus {
            width: 130px;
            background-color: #fff;
            border-color: #53b95a;
            -webkit-box-shadow: 0 0 5px #53b95a;
            -moz-box-shadow: 0 0 5px #53b95a;
            box-shadow: 0 0 5px #53b95a;
        }


    #btCerca:-moz-placeholder {
        color: #999;
    }

    #btCerca::-webkit-input-placeholder {
        color: #999;
    }


#tbCercaFoot {
    outline: none;
}

#tbCercaFoot {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

    #tbCercaFoot::-webkit-search-decoration,
    #tbCercaFoot::-webkit-search-cancel-button {
        display: none;
    }


    #tbCercaFoot[type=search] {
        background: url(../images/icona-search-foot.png) no-repeat right 13px;
        border: 1px solid #fff;
        background-color: #404041;
        width: 85%;
        color: #404041;
        padding: 15px;
        height: auto;
    }

        #tbCercaFoot[type=search]:focus {
            background-color: #fff;
            border-color: #fff;
        }


    #tbCercaFoot:-moz-placeholder {
        color: #999;
    }

    #tbCercaFoot::-webkit-input-placeholder {
        color: #999;
    }

.menuP a {
    text-transform: uppercase;
}

.maiuscolo {
    text-transform: uppercase;
}

.privacyBox {
    border: 1px solid #ccc;
    height: 200px;
    overflow: auto;
    padding: 10px;
    font-size: 11px;
}
.box-piede-home{
    min-height:280px;
}

.hidden-mobile {
    display: block;
}
/*QUERY CSS*/

/*XS*/
@media (max-width: 767px) {
    .no-padding-mobile {
        padding: 0px;
    }

    .div-colorati {
        padding: 40px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-brand {
        float: left;
        max-height: 70px;
        height: 100%;
        padding: 7px;
    }

    .img-logo-head {
        max-width: 200px;
        float: left;
    }

    .navbar-toggle {
        border-color: #53b95a;
        margin-right: 5px;
    }

    .navbar-nav {
        margin: 0px 0px 0px 10px;
    }

    .bt-invio-quote {
        width: 100%;
    }

    #ul-btn-small > li > a {
        float: left;
    }

    .icon-bar {
        background-color: #53b95a;
    }

    .navbar-header {
        margin: 0px !important;
    }

    .carousel-indicators li {
        width: 25% !important;
    }

    .carousel-indicators {
        width: 93%;
        bottom: 0;
        margin-bottom: 0px;
    }

    .icona-home-tonda {
        max-width: 40px;
    }

    .font-70 {
        font-size: 40px;
    }

    .nbs-flexisel-ul {
        padding: 0px;
    }

    .nbs-flexisel-item > .bs-callout-2 {
        font-size: 14px;
        padding: 0px 10px;
    }

    .nbs-flexisel-nav-left {
        left: -15px;
    }

    .nbs-flexisel-nav-right {
        right: 0px;
    }

    .a-scopri > span {
        padding: 3px;
    }

    .a-scopri {
        width: 100%;
    }

    .footer {
        padding-top: 10px;
        height: auto;
    }

    .div-valori {
        padding: 0px;
    }

    .testo {
        max-width: 100%;
        padding-bottom: 15px;
    }

    .div-titoli-mission {
        padding-left: 10px;
        margin-top: 0px;
    }

    .box-news {
       padding:10px;
       margin:0 0 10px 0;
    }

    .div-sottolineatura-news{
        display:none;
    }

    .box-fiere {
        padding: 10px;
         margin:0 0 10px 0;
    }

    .sottotitolo-pagina {
        text-align: left;
    }

    hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .tb-cerca {
        padding: 10px !important;
    }

    .v-mobile {
        display: none;
    }

    .foot1 {
        border-right: 0px;
        border-bottom: 1px solid #B7B7B7;
        height:auto;
    }

    .foot2 {
        border-right: 0px;
        border-bottom: 1px solid #B7B7B7;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .foot3 {
        padding-top: 20px;
    }

    .div-news {
        border-left: 0px;
        border-top: 1px solid #404041;
        padding: 15px;
    }

    .div-corpo {
        padding: 0px;
    }

    .div-titoli {
        margin-left: 15px;
    }

    .div-url {
        padding-left: 15px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0px;
    }
    .hidden-mobile{
        display:none;
    }
    .div-colorati-prodotti, .div-colorati-servizi{
        border:1px solid #ccc;
    }
}

/*SM*/
@media (min-width: 768px) and (max-width: 991px) {
    .div-colorati {
        padding: 30px;
    }

    .font-70 {
        font-size: 50px;
    }

    .img-logo-head {
        max-width: 250px;
    }

    .navbar-nav > li > a {
        padding: 5px;
    }

    .container-corpo {
        width: 700px;
    }
}

/*MD*/
@media (min-width: 992px) and (max-width: 1199px) {
    .div-colorati {
        padding: 30px;
    }

    .container-corpo {
        width: 700px;
    }
}

/* LG*/
@media (min-width: 1200px) {
    .container-corpo {
        width: 900px;
    }
}

.numero{
    /*color:#b7b7B7 !important;*/
}
.numero a{
    color:#b7b7B7 !important;
}
blockquote {
    font-size: 13px;
    border-left: 5px solid #ccc;
}
h3.download-title{
    font-size:20px;
}
h4.download-doc-title{
    padding:10px 13px;
    background-color:#f2f2f2;
    font-weight:bold;
    font-size:17px;
}
h5.download-doc-title {
    font-size:15px;
}
.carousel-interno{
    max-width:600px;
    margin:0 auto;
}
.carousel-control.left,
.carousel-control.right {
    background:none;
}
.carousel-control {
    color: #53b95a !important;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.carousel-inner > .item > a > img {
    border:2px solid #53b95a;
}
.carousel-home{
    max-width:100%;
    margin:0 auto;
}
.carousel-home .carousel-inner,
.carousel-interno .carousel-inner{
    width:70%;
    margin:0 auto;
}
.h-nascosto{
    height:1px;line-height:1px;color:#53b95a;display:inline;margin:0;padding:0px;font-size:1px;
}
.blocco-login {
    padding: 8px 0px 0px 15px;
    color: #fff;
}
.blocco-login a{
    color:#fff !important;
}
    .blocco-login a:hover, .blocco-login a:visited {
        color: #fff !important;
        text-decoration:underline;
    }
.titolo-login-mobile{
    padding:10px 15px;
    background-color:#53b95a;
    color:#fff;
}
.social-icon {
    border-radius: 50%;
    width:38px;
    height:38px;
    line-height:48px;
    text-align:center;
    background-color: #dcdddf;
    margin:0 10px 0 0px;
    display:block;
    float:left;
}
    .social-icon:hover {
        background-color: #53b95a;
        color: #fff;
    }