/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a {
    outline: 0;
}

/* CUSTOM CSS */

html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat', serif;
    background-color: #ffffff;
    font-size: 12px;
    color: #808080;
}

input[type="text"], input[type="password"], button {
    font-family: 'Montserrat', serif;
}

button {
    outline: 0;
    cursor: pointer;
}

#wrapper {
    width: 100%;
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -92px;
}

.page-wrap:after {
    content: '';
    display: block;
    height: 92px;
}

.header {
    width: 100%;
    height: 100px;
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/sfondo_mle.jpg");*/
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transition: background linear 0.3s;
    -moz-transition: background linear 0.3s;
    -ms-transition: background linear 0.3s;
    -o-transition: background linear 0.3s;
    transition: background linear 0.3s;
    box-sizing: border-box;
    padding: 0 15px;
    /*box-shadow: 0 3px 6px -5px #222222;*/
}

.header .logo img {
    height: 90px;
    left: 50%;
    margin-left: -41px;
    top: 5px;
    position: absolute;
}

.header .menu img {
    margin-top: 40px;
}

.header.home {
    background-color: transparent;
    box-shadow: none;
    /*background-image: none;*/
}

.header.home.bk-white {
    background-color: #000000;
    box-shadow: 0 0 8px -2px #222222;
    /*background-image: url("../img/sfondo_mle.jpg");*/
}

#footer {
    width: 100%;
    /*background: transparent url("../img/sfondo_mle.jpg") center no-repeat;
    background-size: cover;*/
    background-color: #000000;
    color: #cfb26e;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 91px;
    height: 92px;
    text-align: center;
}

#footer a {
    color: #cfb26e;
    font-size: 0.9em;
    margin-left: 20px;
}

#footer img.centrato {
    height: 80px;
    padding: 0;
    margin-top: 6px;
}

#slider {
    overflow-x: hidden;
    position: relative;
}

#slider .container {
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    font-size: 1.5em;
    position: absolute;
    padding: 20px;
    right: 80px;
    top: 70%;
}

#slider .container .btn {
    display: block;
    border: 1px solid #FFFFFF;
    font-size: 0.9em;
    padding: 2px 10px;
    float: left;
    margin-top: 10px;
    color: #FFFFFF;
}

#slider .sd {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 5px;
    z-index: 5000;
}

.sx {
    float: left;
}

.dx {
    float: right;
}

.col20 {
    width: 20%;
}

.col30 {
    width: 30%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.bk-white {
    background-color: #FFFFFF;
}

.brown {
    color: #695949;
}

.clearer {
    clear: both;
}
.container_conformita{
    display: flex;
    justify-content: flex-end;
}
/*.conformita_group{
    width: 26%;
}*/

#picasso {
    width: 100%;
}

#picasso div {
    box-sizing: border-box;
}

#picasso .wo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#picasso .wo .overlay:hover {
    background-color: rgba(125,111,98,0.6);
}

.wo .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 2.5em;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    background-color: transparent;
    transition: all linear 0.3s;
}

.wo .overlay p {
    box-sizing: border-box;
    position: absolute;
    padding: 0 10px;
    top: 50%;
    left: 0;
    margin: -16px 0 0 0;
    width: 100%;
    text-align: center;
}

.wo.box_news .overlay p {
    margin-top: 0;
    overflow: hidden;
}

.box_news.wo .overlay {
    font-size: 2.2em;
    text-align: center;
}

.wo .btn {
    background-color: #695949;
    color: #FFFFFF;
    font-size: 0.6em;
    display: block;
    width: 150px;
    margin: 30px auto 0 auto;
    padding: 5px 0;
}

.box_1, .box_2, .box_3, .box_4, .box_video, .box_news {
    width: 100%;
}

.box_1 {
    /*height: 650px;*/
    padding-bottom: 167%;
}

.box_2 {
    /*height: 220px;*/
    padding-bottom: 41%;
}

.box_3 {
    /*height: 440px;*/
    padding-bottom: 82%;
}

.box_4 {
    /*height: 400px;*/
    padding-bottom: 107%;
}

.box_news {
    /*height: 220px;*/
    padding-bottom: 79.2%;
    overflow: hidden;
}

.box_video {
    /*height: 610px;*/
    padding-bottom: 56.25%;
    position: relative;
}

.box_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#riquadri {
    text-align: center;
}

#riquadri .riquadro {
    width: 33.33%;
    height: 300px;
    display: block;
    float: left;
    margin: 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#riquadri .riquadro a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#riquadri .riquadro p {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-size: 2.5em;
}

.centrato {
    padding-top: 110px;
}

.non-full {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.prodotto {
    width: 240px;
    height: 300px;
    overflow: hidden;
    text-align: center;
    margin: 15px auto 0 auto;
}


.flex-left .prodotto {
    margin: 15px 12px 0 0;
}

.prodotto:empty {
    height: 0;
}

.prodotto div {
    height: 250px;
}

.prodotto img {
    max-width: 240px;
    max-height: 240px;
    margin-bottom: 5px;
}

.prodotto p.small {
    font-style: italic;
    color: #222222;
    margin-top: 4px;
}

.prodotto p.nome {
    font-weight: 700;
    font-size: 1.1em;
}

.no-prod {
    font-size: 1.3em;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.imgs-cont {
    text-align: center;
    margin-bottom: 40px;
}

/*.imgs-cont .photos, .imgs-cont .img-pri {
    display: inline-block;
}*/

.photos {
    display: inline-block;
    max-height: 200px;
    vertical-align: top;
    margin-right: 20px;
}

.imgs-cont .photos:last-of-type {
    margin-right: 0;
}

.photos img {
    max-width: 200px;
    max-height: 190px;
    margin-top: 10px;
}

.photos a {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.photos a:last-of-type {
    margin-right: 0;
}

.photos a.video {
    position: relative;
    display: inline-block;
}

.photos .video img.anteprima {
    width: 150px;
}

.photos .video img.play {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -21px;
}

.img-pri {
    max-height: 600px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.img-pri img {
    max-width: 720px;
    max-height: 600px;
}

h1 {
    font-size: 2.3em;
    text-align: center;
    font-weight: normal;
    padding: 20px 0 0 0;
}

.dettagli {
    width: 85%;
    margin: 10px auto 20px auto;
}

.dettagli .col33 {
    text-align: left;
}

.dettagli h3 {
    font-size: 1.5em;
    color: #695949;
}

.col33 {
    width: 26%;
    margin-right: 11%;
}

.dettagli .text {
    color: #222222;
    margin-top: 15px;
    font-size: 1.1em;
}

.dettagli .conf .text strong {
    font-weight: bold;
    font-size: 1.1em;
}

.dettagli .conf .text {
    padding-top: 15px;
    border-top: 1px solid #CCCCCC;
}

.dettagli .conf a.video {
    position: relative;
    display: block;
    width: 270px;
    margin-top: 15px;
}

.dettagli .conf a.video img {
    width: 100%;
}

.dettagli .conf a.video .play {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -21px;
}

.sample {
    width: 100%;
    height: 70px;
    position: relative;
    margin: 10px 0;
}

.sample .immagine {
    width: 100%;
    height: 70px;
}

.sample .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.sample .overlay img {
    margin-top: 15px;
}

.hidden {
    display: none;
}

.dialog .sample {
    width: 100px;
    height: 120px;
    float: left;
    margin: 10px;
    overflow: hidden;
    text-align: center;
}

.dialog .sample p {
    margin: 0;
    color: #695949;
    font-size: 0.9em;
}

.dialog .sample img {
    max-width: 80px;
    margin-bottom: 5px;
}

#paralume .sample {
    width: 280px;
    height: 315px;
    float: left;
    margin: 10px;
}

#tessuto .sample .imgContainer {
    height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
}

#paralume .sample .imgContainer {
    width: 280px;
    height: 280px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
}

#paralume .sample .immagine {
    max-width: 280px;
    max-height: 280px;
    height: auto !important;
}

#sel_paralume .sample {
    height: auto;
}

#sel_paralume .sample .overlay img {
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
}

#sel_paralume .sample .immagine {
    width: 150px;
    height: auto;
}

p.tit {
    position: relative;
}

a.zoom, a.zoomBig {
    color: #695949;
    font-style: italic;
    position: absolute;
    right: 10px;
    top: 0;
}

.catalogo .dettagli .cert {
    margin: 5px 0 0 0;
}

.catalogo .dettagli .cert img {
    height: 35px;
}

.catalogo .dettagli .disegno  img {
    width: 150px;
    margin-top: 10px;
}

#menu:not( .mm-menu ) {
    display: none;
}

.mm-menu {
    background: #FFFFFF;
    margin-top: 100px;
}

/*
.mm-menu .mm-panels {
    margin-top: 150px;
}
*/

.mm-listview>li>a, .mm-listview>li>span {
    font-size: 1.3em;
    color: #695949;
    padding-bottom: 15px;
}

.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: inherit;
}

.mm-menu ul.submenu li a {
    font-size: 1.1em;
}

.mm-menu .cont-menu {
    padding: 20px;
}

.cont-menu.search {
    height: 30px;
}

.cont-menu.search form {
    height: 30px;
    display: block;
}

.cont-menu input {
    box-sizing: border-box;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
    padding-left: 10px;
}

.cont-menu.search input {
    border: 1px solid #cccccc;
    width: 80%;
    margin: 0 10px 0 0;
}

.cont-menu.search a, a.freccia-custom {
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border: 1px solid #cccccc;
    position: relative;
}

.cont-menu.search a span, a.freccia-custom span {
    border-top: 2px solid rgba(0,0,0,.3);
    border-left: 2px solid rgba(0,0,0,.3);
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 9px;
    left: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(1355deg);
    transform: rotate(135deg);
}

.cont-menu.login {
    background-color: #eae5df;
    padding: 30px 20px;
}

.cont-menu.login h1 {
    font-size: 1.3em;
    padding: 0;
}

.cont-menu.login .fp {
    font-size: 0.9em;
    color: #c2c2c2;;
}

.cont-menu.login input {
    border: none;
    width: 100%;
    margin-top: 10px;
}

.btn-gen {
    height: 28px;
    line-height: 26px;
    display: inline-block;
    background-color: #635441;
    color: #FFFFFF;
    border: 1px solid #635441;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.1em;
}

.btn-gen.bk-white {
    background-color: #FFFFFF;
    color: #635441;
    border-color: #635441;
}

.cont-menu.login .btn-gen {
    margin-top: 10px;
    width: 48%;
}

.cont-menu .lang {
    display: inline-block;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 40px;
    font-size: 1.3em;
    color: #695949;
    text-align: center;
}

.cont-menu .lang.sel {
    border: 1px solid #695949;
}

.loading {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9) url(../img/loading.gif) no-repeat center;
}

.alert .message {
    text-align: center;
}

.alert .message .success {
    color: #00aa00;
}

.alert .message .error {
    color: #cc0000;
}

.alert .ui-widget-header {
    background: rgba(105,89,73,0.9);
    color: #FFFFFF;
}

.alert .ui-dialog-titlebar {
    padding: 0.5em 1em;
}

.alert .ui-dialog-title {
    font-size: 1.2em;
}

#dialog-generic .message {
    font-size: 1.1em;
    padding-top: 10px;
}

.ui-widget {
    font-family: 'Montserrat', serif;
}

.centrato h1 {
    color: #695949;
}

.box-news {
    float: left;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
}

.box-news .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 2em;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(125,111,98,0.6);
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
    overflow: hidden;
}

.box-news .overlay:hover {
    opacity: 1;
}

.box-news .overlay .data {
    font-size: 1.1em;
    padding-top: 55px;
}

.box-news .overlay .titolo {
    font-size: 1.5em;
    max-height: 3em;
    line-height: 1em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-news .overlay .btn {
    margin-top: 30px;
    display: inline-block;
    padding: 5px 20px;
    color: #695949;
    font-size: 0.9em;
}

.tpl-riga-dispari .box-news:nth-child(1), .tpl-riga-dispari .box-news:nth-child(3) {
    width: 30%;
}

.tpl-riga-dispari .box-news:nth-child(2), .tpl-riga-dispari .box-news:nth-child(4) {
    width: 20%;
}

.tpl-riga-pari .box-news:nth-child(1), .tpl-riga-pari .box-news:nth-child(3) {
    width: 20%;
}

.tpl-riga-pari .box-news:nth-child(2), .tpl-riga-pari .box-news:nth-child(4) {
    width: 30%;
}

.news {
    margin-top: 20px;
}

.slides-pagination a {
    color: transparent;
}

.news-details {
    text-align: center;
    margin-bottom: 40px;
}

.news-details iframe {
    margin-top: 25px;
}

.news-details .img {
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
    margin-top: 30px;
}

.news-details img.pri {
    max-width: 100%;
    max-height: 540px;
    margin-top: 30px;
}

.news-details .data {
    text-align: center;
    margin-top: 40px;
    color: #695949;
    font-size: 1.4em;
}

.news-details .titolo {
    text-align: center;
    margin-top: 20px;
    color: #695949;
    font-size: 3.3em;
    font-weight: bold;
}

.news-details .testo {
    text-align: center;
    font-size: 1.2em;
    margin-top: 20px;
    line-height: 1.2em;
}

.portfolio {
    position: relative;
}

.portfolio .ricerca {
    width: 760px;
    padding: 10px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -390px;
    z-index: 500;
    background-color: #FFFFFF;
}

.portfolio .ricerca.aperto {
    box-shadow: 0 0 4px -1px #222222;
}

.portfolio .ricerca label {
    color: #695949;
    font-size: 1.3em;
    margin-right: 10px;
    line-height: 26px;
}

.portfolio .ricerca input {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 24px;
    width: 220px;
    box-sizing: border-box;
}

.portfolio .ricerca.su_misura input {

}

.portfolio .ricerca a.freccia-custom {
    height: 24px;
    width: 24px;
    margin-left: 20px;
}

.portfolio .ricerca a.freccia-custom span {
    width: 7px;
    height: 7px;
    top: 6px;
    left: 5px;
}

.lista-content {
    margin-top: 10px;
}

.lista-content a {
    color: #222222;
    text-align: left;
    margin-top: 10px;
    display: block;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.lista-content a p {
    overflow: hidden;
    max-width: 220px;
    max-height: 16px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.lista-content a.activeFilter {
    background: url(../img/icon_x.png) no-repeat right;
}

#lista_risultati {
    padding-top: 70px;
}

#lista_risultati .box-news p {
    color: #FFFFFF;
    font-size: 1em;
    margin-top: 5px;
}

#lista_risultati .box-news p.first {
    margin-top: 30px;
}

h1.fix-head {
    padding-top: 120px;
    padding-bottom: 10px;
    color: #695949;
}

a.btn-pdf {
    display: block;
    text-align: left;
    padding: 7px;
    line-height: 30px;
    width: 80%;
    box-sizing: border-box;
    background: #FFFFFF url("../img/pdf.png") 97% center no-repeat;
    background-size: auto 30px;
    border: 2px solid #d25541;
    margin-top: 20px;
    color: #d25541;
    font-size: 1.25em;
}

.box-download {
    height: 250px;
    width: 33.33%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.box-download .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box-download .overlay span {
    font-size: 2.4em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    color: #FFFFFF;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.box-download .btn-gen {
    padding: 0 40px;
    font-size: 1.5em;
}

.non-full.download {
    margin-top: 20px;
}

.progetto-details {
    position: relative;
}

.back {
    display: block;
    font-size: 1.1em;
    position: absolute;
}

.progetto-details .back {
    top: -37px;
    right: 26.5%;
    color: #808080;
}

.progetto-details .slider-galleria {
    width: 720px;
    margin: 10px auto;
}

.progetto-details .slider-galleria ul li img {
    max-width: 719px;
    max-height: 600px;
    margin: auto;
}

.progetto-details .intestazione {
    width: 720px;
    margin: 10px auto;
}

.progetto-details .intestazione .col-half {
    width: 45%;
}

.progetto-details .intestazione .col-half p.tit {
    padding-bottom: 5px;
    font-size: 1.8em;
    border-bottom: 1px solid #cccccc;
    color: #695949;
}

.progetto-details .intestazione .col-half p.nome {
    font-size: 1.4em;
    margin: 10px 0;
}

.progetto-details .testo {
    font-size: 1.2em;
    width: 720px;
    margin: 20px auto;
    line-height: 20px;
}

.pagina {

}

.pagina.non-full {
    width: 70%;
    margin: 20px auto;
    min-width: 980px;
}

.pagina {
    font-size: 1.2em;
}

.pagina .interno {
    line-height: 1.3em;
}

.pagina h2 {
    font-size: 1.5em;
}

.pagina h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.pagina img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pagina a {
    color: #695949;
}

.pagina .mbot {
    margin-bottom: 20px;
}

.pagina .verniciature .img_campioni {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pagina .verniciature .img_campioni .sample {
    width: 30%;
    height: 300px;
    margin: 20px 0 0 0;
}

.pagina .verniciature .img_campioni .sample img {
    width: 100%;
    max-height: 87%;
    margin: 0 0 10px 0;
}

.pagina .servizio_campioni {
    padding: 0 68px;
}

.pagina .servizio_campioni form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pagina .servizio_campioni form div {
    margin-top: 20px;
    white-space: nowrap;
    margin-right: 20px;
}

.pagina .servizio_campioni form div.cont-btn {
    position: relative;
}

.pagina .servizio_campioni form div.textarea {
    width: 100%;
    margin-top: 12px;
}

.pagina .servizio_campioni form div.textarea label {
    display: block;
    margin-bottom: 5px;
}

.pagina .servizio_campioni form textarea {
    width: 875px;
    height: 200px;
}

.pagina .servizio_campioni form div .miniloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 100;
}

.pagina .servizio_campioni form div:last-of-type {
    margin-right: 0;
}

.pagina .servizio_campioni form input {
    padding: 0 3px;
    height: 26px;
    line-height: 24px;
}

.pagina .servizio_campioni form input.long {
    width: 250px;
}
.pagina .servizio_campioni p.info {
    font-size: 0.9em;
}

.pagina .servizio_campioni p.info.error {
    color: #CC0000;
    font-weight: bold;
}

.pagina .servizio_campioni p.esito {
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.pagina .servizio_campioni p.esito.success {
    color: forestgreen;
    border-color: forestgreen;
}

.pagina .servizio_campioni p.esito.error {
    color: #CC0000;
    border-color: #CC0000;
}

.pagina .servizio_campioni form label {
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
}

.pagina .servizio_campioni a {
    color: #ffffff;
    padding: 0 20px;
}


.pagina table.sx {
    margin-right: 20px;
}

#signup {
    text-align: center;
}

#signup .field {
    margin: 15px 0;
}

#signup .field span {
    width: 200px;
    display: inline-block;
    font-size: 1.2em;
    line-height: 24px;
}

#signup .field input[type="text"], #signup .field input[type="password"] {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 24px;
    box-sizing: border-box;
    width: 220px;
}

#signup .field span.asterisco {
    width: auto;
}

#signup .half {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#signup .btn-gen {
    padding: 0 50px;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}

.ambientazioni {
    margin: 20px 0;
}

.ambientazioni h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 10px;
}

.ambientazioni .bkg-img {
    display: block;
    float: left;
    width: 24%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 240px;
    margin-right: 1.33%;
    margin-top: 10px;
}

.ambientazioni .bkg-img:nth-of-type(4n) {
    margin-right: 0;
}

.nome-fam {
    font-size: 2.1em;
    text-align: left;
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
}

.mm-menu.mm-offcanvas {
    max-width: 300px;
}

.bx-clone {
    display: none;
}