body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-align: center;
    overflow-x: hidden;
}

header {
    position: relative;
    width: 100%;
    height: 140px;
    color: #ffffff;
    background-color: #000000;
}

nav {
    display: none;
}

main {
    position: relative;
    width: 100%;
}

.main {
    position: relative;
    width: 100%;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 100%;
    background-color: #101010;
    color: #ffffff;
}

footer li {
    font-size: .9em;
    margin: 10px 0;
}
footer li > a:hover {
    color: #00a3d4 !important;
} 
a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #a52156;
    text-decoration: none;
}
.color_green {
    color: #009846;
}
.color_blue {
    color: #00a3d4;
}
.color_grey {
    color: #b0b0b0;
}
.color_black {
    color: #000000;
}
.color_mar {
    color: #af936b !important;
}
.sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.d_none {
    display: none;
}
.hidden{
    opacity: 0;
}
.visible{
    opacity: 1;
    display: block !important;
}
.chiudi {
    clear: both;
}
.f_rigth {
    float: right !important; 
}
.f_left {
    float: left !important; 
}
.m_bottom_10 {
    margin-bottom: 10px !important;
}
.m_bottom_20 {
    margin-bottom: 20px !important;
}
.m_bottom_50 {
    margin-bottom: 50px !important;
}
.m_bottom_100 {
    margin-bottom: 100px !important;
}
.m_top_20 {
    margin-top: 20px !important;
}
.m_top_10 {
    margin-top: 10px !important;
}
.m_top_50 {
    margin-top: 50px !important;
}
.m_right_0 {
    margin-right: 0 !important;
}
.m_right_10 {
    margin-right: 10px !important;
}
.m_right_20 {
    margin-right: 20px !important;
}
.m_left_20 {
    margin-left: 20px !important;
}
.m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.border-silver {
    border: 1px solid silver !important;
}
.padding_10 {
    padding: 10px !important;
}
.padding_20 {
    padding: 20px !important;
}
.w_100 {
    width: 100px !important;
}
.w_200 {
    width: 200px !important;
}
.w_60_perc {
    width: 60% !important;
}
.f_size_1 {
    font-size: 1em !important;
}
.f_size_1_2 {
    font-size: 1.2em !important;
}
.f_size_1_3 {
    font-size: 1.3em !important;
}
.f_size_1_5 {
    font-size: 1.5em !important;
}
.f_size_08 {
    font-size: .8em !important;
}
.f_size_06 {
    font-size: .6em !important;
}
.f_size_04 {
    font-size: .4em !important;
}
.border_0 {
    border: 0 !important;
}
.height_320 {
    height: 320px !important;
}
.bg_color_red {
    background-color: #8e0f38;
}
.bg_color_dark {
    background-color: #202020 !important;
}
.bg_color_green {
    background-color: #014f25;
}
.h_500 {
    height: 500px !important;
}
.line-height-150 {
    line-height: 150%;
}
.line-height-170 {
    line-height: 170%;
}
.line-height-200 {
    line-height: 200%;
}
.align_justify {
    text-align: justify;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right;
}
.flex-row-around {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-row-center {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-row-left {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    -webkit-justify-content: left;
}
/* menu comparsa */

.menu_comparsa {
    width: 100%;
    padding: 0 10px 10px 10px;
    height: auto;
    min-height: 100%;
    right: 100%;
    position: absolute;
    z-index: 99;
    background-color: #ffffff;
    top: 0;
    text-align: left;
}

.menu_comparsa li {
    width: 100%;
    display: block;
    padding: 15px 0px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}

.menu_comparsa a {
    color: #000000;
    line-height: 0px;
    width: 100%;
    height: 100%;
    font-size: 1.5em;
}

.menu_comparsa a:hover {
    color: #000000;
}
.menu-prodotti-mob {
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: .9em;
}
.topbar {
    display: none;
    position: relative;
    width: 100%;
    background-color: #F2F2F5;
    color: #848485;
    font-size: 1.4em;
}
.cnt-topbar {
    height: 50px;
}
.top {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.3em;
}
.cnt-logo {
    position: relative;
    width: 100%;
    height: auto;
}
.cnt-logo > nav {
    height: 100%;
    float: right;
    margin: 0;
}
.cnt-logo > nav > ul {
    position: relative;
    height: 40px;
    margin: 50px 0 0 30px;
}
.cnt-logo > nav > ul > li {
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.cnt-logo > nav > ul > li > a {
    position: relative;
    display: block;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #ffffff;
}
.cnt-logo > nav > ul > li:last-of-type > a {
    /*padding-right: 0;*/

}
.cnt-logo > nav > ul > li:last-of-type > a:hover {
    color: #a52156 !important;
}
.cnt-logo > nav > ul > li:first-child > a, .cnt-logo > nav > ul > li:first-child > a:hover {
    padding-left: 0;
}
.cnt-logo > nav > ul > li > a:hover {
    position: relative;
    box-sizing: border-box;
    color: #e51577;
    text-decoration: none;
}
.cnt-logo > nav > ul > li > a.active {
    color: #e51577;
}
.logo {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin: 35px 0 0 0;
}
.logo-txt {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin: 32px 0 0 10px;
    color: #00a3d4;
    font-size: 2.5em;
}
.contatti {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    line-height: 150%;
    padding: 5px;
}
.box-cliccatore {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 58px 0 0 0;
    color: #B0B0B0;
    font-size: 1em;
    line-height: 150%;
}
.menu-top {
    display: none;
    font-size: 1em;
    font-weight: bold;
    height: 100%;
}
.cnt-nav {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #323946;
}
.nav-fixed {
    position: fixed;
    z-index: 99999;
    top: 0;
}
section.cnt-nav > nav {
    position: relative;
    height: 100%;
    font-size: 1.3em;
}
section.cnt-nav > nav > ul {
    position: relative;
    height: auto;
}
section.cnt-nav > nav > ul > li {
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
}
section.cnt-nav > nav > ul > li > a {
    position: relative;
    display: block;
    padding: 0px 40px;
    box-sizing: border-box;
    color: #ffffff;
}
section.cnt-nav > nav > ul > li:first-child > a, section.cnt-nav > nav > ul > li:first-child > a:hover {
    padding-left: 0;
}
section.cnt-nav > nav > ul > li > a:hover {
    position: relative;
    box-sizing: border-box;
    color: #00a3d4;
    text-decoration: none;
}
section.cnt-nav > nav > ul > li > a.active {
    color: #259CCF;
}
.cnt-footer {
    position: relative;
    width: 100%;
    padding: 5px 5px 0 5px;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 120%;
}
.cnt-footer a {
    color: #ffffff;
}
.footer1, .footer2, .footer3 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 5px;
    text-align: left;
}
h4.tit-footer {
    color:#ffffff;
    font-size: 1.5em;
    font-weight: 900;
    border-bottom: 1px solid #616873;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
.txt-footer1 {
    position: relative;
    padding: 0;
    line-height: 150%;
    font-weight: 300;
}
.ico-footer1 {
    position: relative;
    width: 100%;    
}
.ico-footer1 li {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 0 20px 0;
}
.underline {
    border-bottom: 2px solid #697d72;
}
.footer2 li {
    display: block;
}
.content {
    padding: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.cont_slide {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.cont_slide_page {
    position: relative;
    width: 100%;
    height: 170px;
}
.slide_top {
    position:relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.slide_top h1 {
    color: #6d6b66;
    text-align: left;
    font-size: 2.5em;
    font-weight: 200;
}
.slide_top p {
    color: #6d6b66;
    text-align: left;
    line-height: 150%;
    font-size: 1.5em;
}
.slide_top_page {
    position:relative;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cnt-caption-page {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 170px;
    background: rgba(0,0,0,.6);
    z-index: 9;
}
.cnt-caption-page > h1.tit-utenti {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 3.6em;
    margin: 54px 0 0 0;
    font-weight: 800;
}
.cnt-caption {
    /*display: none;*/
    position: relative;
    margin: 200px auto;
    font-size: 4em;
    color: #000000;
    line-height: 150%;
}
.cnt-caption p {
    text-align: left;
    background: rgba(255,255,255,.5);
    width: 40%;
    padding: 20px 30px 20px 10px;
}
a.link-caption {
    border: 1px solid #00a3d4;
    border-radius: 5px;
    padding: 13px 30px;
    color: #ffffff;
    font-size: .4em;
    background-color: #00a3d4;
    margin: 10px 0 0 0;
}
a.link-caption:hover {
    color: #00a3d4;
    background-color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}
.nav-prev-slide {
    position: absolute;
    top: 45%;
    left: 20%;
    width: 26px;
    height: 84px;
    z-index: 9999;
}
.nav-next-slide {
    position: absolute;
    top: 45%;
    right: 20%;
    width: 26px;
    height: 84px;
    z-index: 9999;
}
.banner-2-home {
    position: relative;
    width: 100%;
}
.banner2-mob, .banner3-mob, .banner5-mob {
    max-width: 100%;
    margin: 0 0 10px 0;
}
.banner-2-home div {
    position: relative;
    color: #222222;
    font-size: 2em;
    line-height: 150%;
}
.banner-2-home a {
    color: #004da9;
    text-decoration: none;
    font-size: .8em;
}
.banner-3-home {
    position: relative;
    width: 100%;
    background-position: center center;
}
.banner-3-home div {
    position: relative;
    color: #222222;
    font-size: 2em;
    line-height: 150%;
}
.banner-3-home a {
    color: #004da9;
    text-decoration: none;
    font-size: .8em;
}
.banner-4-home {
    position: relative;
    width: 100%;
    background-position: center center;
    border-top: 1px solid #101010;
}
.banner-4-home div {
    position: relative;
    color: #222222;
    font-size: 2em;
    line-height: 150%;
}
.banner-4-home a {
    color: #98130e;
    text-decoration: none;
    font-size: .8em;
}
.banner-5-home {
    position: relative;
    width: 100%;
    background-position: center center;
    border-top: 1px solid #101010;
}
.banner-5-home div {
    position: relative;
    color: #222222;
    font-size: 2em;
    line-height: 150%;
}
.banner-5-home a {
    color: #004da9;
    text-decoration: none;
    font-size: .8em;
}
.banner-ico-home {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #101010;
}
.box-ico {
    width: 100%;
    margin: 20px 0 0 0;
    color: #ffffff;
}
.box-ico img {
    float: left;
    margin: 0 10px 0 0;
}
.box-ico h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
}
.box-ico p {
    margin: 10px 0 0 0;
}
.tit-home {
    position: relative;
    width: 100%;
    font-size: 3em !important;
    color: #224e00;
    text-align: center !important;
    line-height: 150%;
    padding: 0 !important;
}
.box-home {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0;
    text-align: center;
    line-height: 150%;
}
.box-home > h3 {
    font-size: 1.3em;
    padding: 20px 0 10px 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.box-home > p {
    font-size: 1.4em;
    padding: 5px 0;
    box-sizing: border-box;
    color: #767676;
    line-height: 150%;
    text-align: center;
}
.center-home-lt, .center-home-rg {
    position: relative;
    width: 100%;
    padding: 5px;
    height: 420px;
    color: #ffffff;
    font-size: 1.6em;
    line-height: 150%;
    text-align: left;
}
.center-home-rg {
    padding: 0;
}
.center-home-lt > h2 {
    font-size: 1.4em;
    margin: 0 0 30px 0;
}
a.link-home {
    display: block;
    width: 110px;
    height: 25px;
    line-height: 25px;
    color: #182013;
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
    font-size: 1em;
    font-weight: bold;
    padding-left: 15px;
    margin-left: 20px;
    margin: 0 auto;
}
.link-home:hover {
    color: #A72056;
    text-decoration: none;
}
a.link-home-box {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #182013;
    background-color: #d4edab;
    font-size: 1.2em;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 20px 0 0 5px;
}

.footer-bottom {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    line-height: 150%;
    font-size: 1.3em;
    text-align: center;
}
.footer-bottom a {
    color: #ffffff;
}
.icon-circle {
    width: 27px;
    height: 27px;
    border-radius: 13px;
    background-color: #DFDFDF;
    padding-top: 6px;
    font-size: .9em;
}
.icon-circle:hover {
    background-color: #ffffff;
}
.navbar {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
}
ul.breadcrumbs {
    position: relative;
    height: 100%;
}
ul.breadcrumbs > li {
    position: relative;
    float: left;
    color: #999;
    font-size: 1em;
    font-weight: 300;
    padding-left: 10px;
}
ul.breadcrumbs > li + li::before {
    color: #24a3d8;
    content: ">";
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}
.cnt-pages {
    position: relative;
    width: 100%;
    color: #666;
    padding: 30px 0 30px 0;
    text-align: left;
    font-size: 1.3em;
    font-weight: 300;
}
.cnt-pages h1 {
    font-size: 2em;
    color: #000000;
    font-weight: 600;
}
.cnt-pages h3 {
    font-size: 1.5em;
    color: #000000;
    font-weight: 400;
}
.cnt-pages ul {
    list-style: disc;
}
ul.menu-pages {
    position: relative;
    margin: 30px 0 0 0;
}
ul.menu-pages > li {
    margin: 10px 0 0 0;
}
ul.menu-pages > li > a {
    color: #000000;
}
ul.menu-pages > li > a:hover {
    color: #01A3D4;
    text-decoration: none;
}
ul.menu-pages > li > a.active {
    color: #696969;
}
.txt-pages {
    position: relative;
    margin: 50px 0 0 0;
    line-height: 150%;
}
.txt-pages ol{
    list-style: decimal;
    padding: 10px 0 10px 20px;
    margin: 0 0 0 20px;
}
.txt-pages ol li {
    list-style: decimal;
}
.txt-pages ul{
    list-style: disc;
    padding: 10px 0 10px 20px;
    margin: 0 0 0 20px;
}
.txt-pages ul li {
    list-style: disc;
}
.result-ok {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    color: #009846;
    font-size: 1.5em;
    border: 2px solid #009846; 
    padding: 20px 10px;
}
.result-ko {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    color: #ff0000;
    font-size: 1.5em;
    border: 2px solid #ff0000;
    padding: 20px 10px;
}
.sending {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    color: #000000;
    font-size: 1em;
    border: 0;
    padding: 20px 10px;
}
label.invalid {
    display: none !important;
}
input.form-contatti, textarea.form-contatti {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #3c3c3c;
    margin-bottom: 10px;
    border: 0 none;
    background-color: #ffffff;
    font-size: 1.1em;
    padding-left: 10px;
}
.check-privacy {
    position: relative;
    width: 20px;
    height: 20px;
    border: 0 none;
    background-color: #ffffff;
}
input.invalid {
    border: 1px solid #ff0000;
}
.txt-condizioni {
    font-weight: 300;
}
.txt-test {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 150%;
    color: #000000;
    font-family: Arial;
}
ul.submenu {
    position: relative;
    display: none;
    z-index: 99999;
    background-color: #3d3d3d;
}
ul.submenu-mob {
    position: relative;
    display: none;
    z-index: 99999;
    background-color: #01A3D4;
    margin: 10px 0 0 0;
}
ul.submenu > li {
    text-align: left;
    font-size: .9em;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    border-bottom: 1px solid #a0a0a0;
}
ul.submenu > li > a {
    color: #ffffff;
}
ul.submenu > li > a:hover {
    color: #a52156;
    text-decoration: none;
}
ul.submenu-mob > li {
    text-align: left;
    font-size: 1em;
    box-sizing: border-box;
    padding: 10px 0 10px 10px;
    height: auto;
    line-height: 120%;
}
ul.submenu-mob > li > a {
    color: #ffffff;
}
ul.submenu-mob > li > a:hover {
    color: #323946;
    text-decoration: none;
}
.ico-pdf {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 220px
}
.cnt-mappa {
    position: relative;
    width: 100%;
    height: 490px;
    margin: 100px 0 0 0;
}
.cnt-contatti {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 160px;
}
.msg-invio {
    position: relative;
    margin: 5px 0;
    font-size: 1em;
    color: #000000;
    display: none;
}
.mid-line {
    width: 1px;
    height: 10px;
    border-right: 1px solid #ffffff;
    margin-right: 3px;
}
.aboutus {
    position: relative;
    width: 100%;
}
.tit-pages {
    position: relative;
    width: 100%;
    font-size: 2.5em;
    color: #232323;
}
.txt-pages {
    position: relative;
    width: 100%;
    font-size: 1.5em;
    color: #707173;
    line-height: 150%;
}
.bkg_catalogo {
    background-color: #d5cfcf;
}
a.link-catalogo {
    color:#0349e5;
    text-decoration: underline;
}
.cnt-sezione img {
    max-width: 100%;
}
.cnt-pers {
    position: relative;
    width: 100%;
}
.box-pers {
    position: relative;
    width: 100%;
}
.box-pers img {
    width: 200px;
}
.box-pers h2 {
    position: relative;
    width: 100%;
    font-size: 1.2em;
    margin: 10px 0 0 0;
}
/* mobile */
.padding-mobile {padding: 5px;}
.catalogo-mob {}
.catalogo-mob img {width: 100%;}