/* Compiled Less CSS File */
/* Generated from "grk.custom.layout.css" */

/************************************************************/
/* 															*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under GRKFORGE license									*/
/* 															*/
/************************************************************/

/* ---------------------------------------------------------------------------------------------------- */
/*
    GESTIONE COLORI UTILIZZATI
    BIANCO: #FFFFFF
	ROSSO: #B62D27
	NERO: #000000																					    */
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HTML ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.grecaptcha-badge {
    display: none;
}
html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* @font-face ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Gotham-Black';
    src: url('/library/fonts/Gotham-Black.eot');
    src: url('/library/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
    url('/library/fonts/Gotham-Black.woff2') format('woff2'),
    url('/library/fonts/Gotham-Black.woff') format('woff'),
    url('/library/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-style: normal;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

body {
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    background-color: #FFFFFF;
    color: #000000;
}
/*

body.disable-scroll {
  overflow: hidden;
}
*/

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a {
    color: #B62D27;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    font-weight: 400;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TYPO ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    margin: 0;
    line-height: normal;
}
h1 {
    margin-bottom: 10px;
    line-height: 42px;
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h2.banner-subtitle {
    font-family: "europa", Arial, Helvetica, Clean, sans-serif !important;
    font-size: 18px;
    color: #FFF !important;
    line-height: 38px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h3.small {
    font-size: 16px;
}
h4 {
    font-size: 20px;
    margin: 20px 0;
}
h5 {
    font-size: 15px;
}
strong, b {
    font-weight: 700;
}
p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}

.x-large {
    font-size: 60px;
    font-weight: 900;
}
.large {
    font-size: 40px;
    font-weight: 900;
}
.medium {
    font-size: 18px;
    font-weight: 700;
}
small, .small {
    font-size: 11px;
}
blockquote, q {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #000000;
    color: #ffffff;
    line-height: 27px;
    margin: 0;
    padding: 10px 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-style: italic;
    font-size: 20px;
}
code, pre {
    padding: 2px 6px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    background-color: #f1f1f1;
    line-height: 18px;
    color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
sub, sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

hr {
    border: 0;
    background: none;
    outline: 0;
    height: 1px;
    background-color: #E2E6EB;
    margin: 30px 0;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COMMON BUTTONS ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.btn, .btn:visited {
    -webkit-transition: all 0.5s ease 8s;
    -moz-transition: all 0.5s ease 8s;
    -o-transition: all 0.5s ease 8s;
    transition: all 0.5s ease 8s;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #B62D27;
    /*border: 2px solid #B62D27;*/
    color: #FFFFFF;
}
.btn:hover {
    background-color: #000000;
    /*border: 2px solid #000000;*/
    color: #FFFFFF;
}
.btnColor,
.btnColor:visited {
    background-color: #BCB09C;
    /*border: 2px solid #BCB09C;*/
    color: #FFFFFF;
}
.btnColor:hover {
    background-color: #000000;
    /*border: 2px solid #000000;*/
    color: #D9D2BF;
}
.btnWhite,
.btnWhite:visited {
    background-color: #FFFFFF;
    /*border: 2px solid #FFFFFF;*/
    color: #000000;
}
.btnWhite:hover {
    background-color: #B62D27;
    border: 2px solid #B62D27;
    color: #000000;
}
.btnOutline,
.btnOutline:visited {
    background: none;
    /*border: 2px solid #B62D27;*/
    color: #B62D27;
}
.btnOutline:hover {
    background-color: #B62D27;
    /*border: 2px solid #B62D27;*/
    color: #FFFFFF;
}
.btnOutlineWhite,
.btnOutlineWhite:visited {
    background: none;
    /*border: 2px solid #FFFFFF;*/
    color: #FFFFFF;
}
.btnOutlineWhite:hover {
    background-color: #B62D27;
    /*border: 2px solid #B62D27;*/
    color: #FFFFFF;
}
.btn.btn-small {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
}

.btnGrey {
    background: #636b73;
}
.openEtichetta {
    width: 60px;
    display: block;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VERTICAL ALIGN ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.displayTable {
    display: table;
}
.centratoVert {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.h100 {
    height: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RELATIVE ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.relative {
    position: relative;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

ul {
    margin: 0;
    padding: 0;
    list-style: disc outside;
}

ol {
    list-style: decimal;
    margin: 4px 0 4px 15px;
    padding: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LOADER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#loader {
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
#loader img {
    margin-top: 45px;
}
#loader img.loading-products {
    margin-top: calc(50vh - 203px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HEADER / NAVIGATION -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#main-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 101;
    font-weight: 400;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    background: none;
    transition: background 350ms linear, padding 350ms linear;
    -o-transition: background 350ms linear, padding 350ms linear;
    -moz-transition: background 350ms linear, padding 350ms linear;
    -webkit-transition: background 350ms linear, padding 350ms linear;
}

#main-menu.scroll {
    padding-top: 0px;
    background: #fff;
}

.scroll .main-menu-container {
    height: 35px;
}
/* TOP MENU -------------------------------------------------------------------------------- */

.top-menu-container-parent {
    transition: background 350ms linear, padding 350ms linear;
    -o-transition: background 350ms linear, padding 350ms linear;
    -moz-transition: background 350ms linear, padding 350ms linear;
    -webkit-transition: background 350ms linear, padding 350ms linear;
}

.scroll .top-menu-container-parent {
    background: #D9D2BF;
}
.top-menu-container {

    /*border-bottom: 1px solid #E2E6EB;*/
    line-height: 40px;
    height: 30px;
    padding: 0 20px;
}
.top-menu-container ul {
    float: right;
    list-style-type: none;
    display: block;
    width: 100%;
    background: #D9D2BF;
    margin: 0;
    padding: 0;
}
.top-menu-container ul li {
    float: right;
    border-left: 1px solid #E2E6EB;
}
.top-menu-container ul li:last-child {
    border-left: 0;
}
.top-menu-container ul li a {
    color: #000;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 8s;
    -moz-transition: all 0.3s ease 8s;
    -o-transition: all 0.3s ease 8s;
    transition: all 0.3s ease 8s;
    white-space: nowrap;
}
.top-menu-container ul li a img {
    float: left;
    width: auto;
    margin-right: 8px;
    height: 28px;
}
.top-menu-container ul li a.current,
.top-menu-container ul li a:hover {
    color: #B62D27;
}
.top-menu-container .dropdown {
    float: left;
    position: relative;
    padding: 0 10px 5px 20px;
    min-width: 70px;
    border-left: 0;
}
.top-menu-container ul li.dropdown::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 14px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.top-menu-container .dropdown-content {
    color: #fff;
    transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    z-index: 10;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    opacity: 0;
    pointer-events: none;
}
.top-menu-container .dropdown-content a {
    border-top: 1px solid #E2E6EB;
    color: #000;
    background: #D9D2BF;
    margin: 0;
    text-align: center;
    padding: 3px 0;
}
.top-menu-container .dropdown-content a:hover {
    background: #D9D2BF;
    color: #fff;
}
.top-menu-container .dropdown:hover .dropdown-content {
    opacity: 1;
    pointer-events: auto;
}
/* FINE TOP MENU -------------------------------------------------------------------------------- */

/* MAIN MENU -------------------------------------------------------------------------------- */
header {
    background-color: #FFFFFF;
    padding: 15px;
    margin-right: 20px;
    margin-left: 20px !important;

}
header a {
    display: inline-flex;
    float: left;
    height: 100%;
    display: table;
    margin: 0 20px;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-weight: 300;
}
header a span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
header a.logo img {
    height: 35px;
    transition: height 350ms linear;
    -o-transition: height 350ms linear;
    -moz-transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
}

.scroll {
    border-bottom: 1px solid #D9D2BF;
}
.scroll header a.logo img {
    height: 30px;
}
.main-menu-container {
    height: 40px;
    padding: 0;
    transition: height 350ms linear;
    -o-transition: height 350ms linear;
    -moz-transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
}
ul.main-menu {
    float: right;
    list-style-type: none;
    display: block;
    height: 40px;
    transition: height 350ms linear;
    -o-transition: height 350ms linear;
    -moz-transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
}
nav {
    height: 100%;
}
.scroll ul.main-menu {
    height: 35px;
}
ul.main-menu li {
    float: left;
    height: 100%;
}
ul.main-menu li a {
    color: #000;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}
ul.main-menu li a.current,
ul.main-menu li:hover a {
    color: #B62D27;
}
ul.main-menu li:last-child a {
    border-right: none;
}
.nav-toggle {
    display: none;
}


/* RICERCA -------------------------------------------------------------------------------- */
.search-container {
    background: #F0EDE2;
    bottom: 20px;
    height: calc(100vh - 100px);
    left: 20px;
    margin: auto;
    opacity: 0;
    overflow: scroll;
    pointer-events: none;
    position: fixed;
    right: 20px;
    top: 220px;
    width: 0%;
    z-index: 990;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.scroll .search-container {
    top: 140px;
    left: 0;
    right: 0;
}
.search-container.visible {
    opacity: 1;
    pointer-events: auto;
    width: calc(100% - 40px);
}
.scroll .search-container.visible {
    width: 100%;
}
.search-container a, .search-container-mobile a {
    background: #B62D27;
    display: inline;
    float: left;
    height: 26px;
    margin: 2px 0;
    padding: 15px;
    width: 20px;
}
.search-container a.close {
    background: #BCB09C;
}
input#find {
    margin: 2px auto;
    padding: 20px 10px;
    width: calc(100% - 120px);
    border: 0;
    background-color: #ffffff;
    font-size: 16px;
}

.search-container ul.results-list, .search-container-mobile ul.results-list {
    list-style: none;
    padding: 0;
}
.search-container ul.results-list li, .search-container-mobile ul.results-list li {
    float: left;
    list-style: none;
    margin: 10px 0;
    width: 100%;
}

.search-container ul.results-list li a, .search-container-mobile ul.results-list li a {
    background-color: #fff;
    height: 100%;
    padding: 0;
    width: 100%;
}
.search-container ul.results-list li a span.link, search-container-mobile ul.results-list li a span.link {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    display: table-cell;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 8s;
    width: 100%;
    z-index: 10;
    vertical-align: middle;
}
.search-container ul.results-list li a span.link p, .search-container-mobile ul.results-list li a span.link p {
    border: 2px solid #B62D27;
    color: #B62D27;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin: 45px auto;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.search-container ul.results-list li a .centratoVert:first-child, .search-container-mobile ul.results-list li a .centratoVert:first-child {
    background-position: 50% 50%;
    background-size: cover;
    height: 150px;
    width: 150px;
}

.search-container ul.results-list li a h3, .search-container-mobile ul.results-list li a h3 {
    color: #B62D27;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.search-container ul.results-list li a h5, .search-container-mobile ul.results-list li a h5 {
    font-size: 13px;
}

.search-container ul.results-list li a h5, .search-container-mobile ul.results-list li a h5 {
    color: #000;
}

.search-container ul.results-list li a p, .search-containermobile ul.results-list li a p {
    color: #000;
    font-weight: 300;
}

/* FINE MAIN MENU -------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGES DESIGN --------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

/* HOMEPAGE ------------------------------------------------------------------------------------------- */


video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.video-home h2 {
    color: #fff;
    font-size: 70px;
}

.video-heigth {
   height: 100vh;
}

.video-heigth .h100 {
    height: calc(100% - 40px);
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* pointer-events: none;*/
    overflow: hidden;
}

/*.vimeo-wrapper iframe { // NON VIENE PIù USATO
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/* tratteggio per cammuffare video*/

.video-home .displayTable {
    position: relative;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 2s ease 4s;
    -moz-transition: all 2s ease 4s;
    -ms-transition: all 2s ease 4s;
    -o-transition: all 2s ease 4s;
    transition: all 2s ease 4s;

}
.video-home .p {
    width: 100vw;
    /*height: calc(100vh - 40px);*/
    height: 100vh;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}


.video-home .p--3 {
    pointer-events: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQIW2NkYGD4z8DAwMgAI0AMDA4AI3EBBCKrOnQAAAAASUVORK5CYII=");
}

@media all and (max-width: 568px) {
    .video-heigth, .video-home .p {
        height: calc(85vh - 61px);
    }
    .video-home .displayTable .w100 {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}





.velo {
    background: rgba(0, 0, 0, .20);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
a.scrollDown {
    bottom: 30px;
    display: block;
    left: calc(50% - 20px);
    position: absolute;
    width: auto;
    z-index: 100;
    line-height: 0;
}
a.scrollDown img {
    width: auto;
}
#avviso {
    color: #fff;
    background: #636b73;
    padding: 20px;
    border-radius: 7px;
    text-align: left;
    font-size: 14px;
}
#avviso p {
    color: #E2E6EB;
}

#avviso a, #avviso a:visited, #avviso a:active {
    color: #fff;
    display: inline-block;
}
.homepage-categories-star {
    text-align: center;
}
.homepage-categories-star h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    margin: 50px 0 40px 0;
}
.homepage-categories-star a {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.homepage-categories-star a span {
    color: #000000;
    width: 100%;
    display: block;
    margin-top: 30px;
    height: 50px;
    -webkit-transition: all 0.5s ease 8s;
    -moz-transition: all 0.5s ease 8s;
    -o-transition: all 0.5s ease 8s;
    transition: all 0.5s ease 8s;
}
.homepage-categories-star a:hover span {
    color: #B62D27;
}
.homepage-categories-star .btn {
    margin-top: 50px;
    display: inline-block;
}

/* PAGINE UTILITY --------------------------------------------------------------------------------------------------- */
.images-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/library/pagination/images/bg-pages.jpg");
}

.pagine-intro .images-container {
    height: 350px;
    display: table;
    width: 100vw;
}
.pagine-intro .images-container .container-full {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.pagine-intro .images-container h1, .images-container span {
    margin-top: 130px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    margin-left: calc(50% - 650px);
}
.pagine-intro .images-container p {
    margin-left: calc(50% - 650px);
}
.pagine-intro .images-container span {
    float: left;
    margin-bottom: 10px;
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    font-weight: 600;
}
.pagine-intro p {
    color: #FFFFFF;
}
.pagine-intro-details {
    padding: 50px 0;
}
.pagine-intro-details h1,
.pagine-intro-details h2,
.pagine-intro-details h3,
.pagine-intro-details h4,
.pagine-intro-details h5 {
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
}

.pagine-intro-details h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
}
.pagine-intro-details h2 {
    color: #B34749;
    font-size: 23px;
    margin: 10px 0 20px 0;
}
.pagine-intro-details h3 {
    color: #B34749;
    font-size: 20px;
    margin: 15px 0;
}

.pagine-intro-details h4 {
    color: #636B73;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

/* AZIENDA ---------------------------------------------------------------------------------------------------------- */
.about-us .six {
    padding: 0;
    margin: 0;
    width: 50%;
}
.about-us h1 {
    padding: 35px 0 10px 0;
    margin: 0;
}
.about-us h4 {
    padding: 15px 0;
    margin: 0;
}
.about-us p {
    text-align: justify;
    margin: 0;
    padding: 15px 0;
}
.about-us .img-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us .img-container span {
    color: #fff;
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    line-height: 110px;
    font-size: 100px;
    margin: 50px;
}
.detail ul li, .about-us ul li {
    margin-left: 21px;
    list-style: none;
    position: relative;
}
.detail ul li::before, .about-us ul li::before {
    color: #B62D27;
    font-family: 'icomoon';
    content: '\f00c';
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: -25px;
    font-size: 12px;
    top: 0px;
}
.gallery-about .three {
    margin: .2%;
    padding: 0;
    width: 24.6%;
}
.img-mask {
    overflow: hidden;
}
.gallery-about a.img-mask img {
    -webkit-transition: transform 5000ms ease-out 8s;
    -moz-transition: transform 5000ms ease-out 8s;
    -ms-transition: transform 5000ms ease-out 8s;
    -o-transition: transform 5000ms ease-out 8s;
    transition: transform 5000ms ease-out 8s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-about a.img-mask:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.padding-percent {
    padding: 5%;
}
.about-us hr {
    background-color: #B34749;
}

/* CONTATTI --------------------------------------------------------------------------------------------------------- */
#map-canvas {
    width: 100%;
    height: 400px;
}
.general-contacts-container {
    padding: 30px 0;
}
.general-contacts-container h2 {
    margin-bottom: 20px;
}
.warning {
    font-style: italic;
    margin: 20px 0;
}
.diventa-rivenditore {
    text-align: center;
    background-color: #F0EDE2;
    width: calc(100% - 40px);
    padding: 20px;
    margin-top: 50px;
}
.diventa-rivenditore .btn {
    margin-top: 20px;
}

#map {
    width: 100%;
    height: 65vh;
    margin: 30px 0;
}

.posizione img, .elenco img {
    margin-bottom: 15px;
    width: 100px;
}

.posizione, .elenco {
    border-bottom: 4px solid #f4f4f4;
    display: block;
    padding: 40px 0;
    -webkit-transition: border-bottom 0.5s ease 8s;
    -moz-transition: border-bottom 0.5s ease 8s;
    -o-transition: border-bottom 0.5s ease 8s;
    transition: border-bottom 0.5s ease 8s;
}
.posizione:hover, .elenco:hover {
    border-bottom: 4px solid #B62D27;
}
.posizione h5, .elenco h5 {
    color: #000;
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    text-transform: uppercase;

    -webkit-transition: all 0.5s ease 8s;
    -moz-transition: all 0.5s ease 8s;
    -o-transition: all 0.5s ease 8s;
    transition: all 0.5s ease 8s;
}
.posizione h5:hover, .elenco h5:hover {
    color: #B62D27;
}
#punti-vendita .column {
    padding: 0;
}
#punti-vendita input[type="text"] {
    background: none;
    border: solid 1px #E2E6EB;
    width: 100%;
    height: 50px;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px 0;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#punti-vendita hr {
    height: 1px;
    background-color: #D9D2BF;
    margin: 10px 0;
}
#punti-vendita p {
    margin: 0;
}
#punti-vendita label.radio {
    margin-top: 23px;
    float: left;
}
#punti-vendita a.btn {
    margin-top: 43px;
}
.infopoint {
    font-family: "europa", Arial, Helvetica, Clean, sans-serif !important;
    font-weight: 300;
}
.infopoint a {
    font-weight: 700;
}
.infopoint h2 {
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif !important;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #B62D27;
}

/* BREADCRUMB ------------------------------------------------------------------------------------------------------- */
.breadcrumb {
    background-color: #F0EDE2;
    color: #BCB09C;
    font-size: 14px;
    height: 65px;
}
.breadcrumb a {
    color: #BCB09C;
    font-weight: 700;
}
.breadcrumb ul {
    list-style: none;
}
.breadcrumb ul li {
    float: left;
    line-height: 65px;
    height: 65px;
}
.breadcrumb ul li img {
    height: 65px;
    width: auto;
}
.breadcrumb ul li a {
    padding: 0 5px;
    float: left;
    height: 65px;
}

.breadcrumb ul li:first-child a {
    /*padding-left: 0;*/
}

.breadcrumb ul li.right {
    float: right;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PRODOTTI ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.products-categories {
    padding: 35px 0;
}
.products-categories h2 {
    text-align: center;
    margin: 10px 0 35px 0;
}
.products-categories a {
    color: #000000;
    font-size: 14px;
}
.products-categories h2.category-title {
    padding: 0;
    margin: 15px 0 5px 0;
    text-align: left;
}
.products-categories h2.category-title a {
    color: #000000;
    font-size: 20px;
    -webkit-transition: color 0.5s ease 8s;
    -moz-transition: color 0.5s ease 8s;
    -o-transition: color 0.5s ease 8s;
    transition: color 0.5s ease 8s;
}
.products-categories h2.category-title a:hover {
    color: #B62D27;
}
.products-categories .column.nine {
    padding-bottom: 20px;
    border-bottom: 3px solid #B62D27;
    min-height: 135px;
}
.catsList .nine {
    height: 160px;
}
.prod-images-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/library/pagination/images/bg-pages.jpg");
}
.catalogue-products .prod-images-container {
    height: 600px;
}
.intro-catalogue-detail .prod-images-container {
    height: 330px;
}

.catalogue-products .categories-title,
.intro-catalogue-detail .categories-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.catalogue-products .categories-title h1,
.intro-catalogue-detail .prod-images-container h1 {
    margin-top: 360px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    margin-left: calc(50% - 650px);
}
.intro-catalogue-detail .prod-images-container span {
    margin-top: 225px;
    color: #FFFFFF;
    float: left;
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    margin-left: calc(50% - 650px);
}
.intro-catalogue-detail .prod-images-container h1 {
    margin-top: 205px;
}

p.main-description {
    font-size: 13px;
}
.products-categories-list {
    width: 100%;
    float: left;
    border-bottom: 3px solid #B62D27;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.products-categories .products-categories-list h2.category-title {
    margin: 0 0 5px 0;
}
.intro-categoria {
    padding: 35px 0 20px 0;
    text-align: left;
}
.intro-categoria p {
    text-align: justify;
}
.products-list .column.three {
    /*box-sizing: content-box;

    margin-right: 10px;*/
    margin-bottom: 10px;
    padding: 0 !important;
}

.products-list .products-list-padding {
    width: calc(100% - 20px);
    float: left;
    border-bottom: 3px solid #B62D27;
    margin: 10px;
}
.products-list .column.three:first-child .products-list-padding {
    margin-left: 0;
}
.products-list .column.three:last-child .products-list-padding {
    margin-right: 0;
}
.products-list p a {
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    height: 45px;
    display: inline-block;
}
.products-list a strong.code {
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    color: #000000;
    font-size: 18px;
}

.products-list .intro-subcat {
    display: none;
    width: 30%;
}



.img-prod-lista {
    display: inline-block;
    -webkit-transition: background-color 0.5s ease 8s;
    -moz-transition: background-color 0.5s ease 8s;
    -o-transition: background-color 0.5s ease 8s;
    transition: background-color 0.5s ease 8s;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.img-prod-lista img {
    -webkit-transition: transform 5000ms ease-out 8s;
    -moz-transition: transform 5000ms ease-out 8s;
    -ms-transition: transform 5000ms ease-out 8s;
    -o-transition: transform 5000ms ease-out 8s;
    transition: transform 5000ms ease-out 8s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-prod-lista:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product-image {
    width: 41.0833333333%;
}
.product-detail {
    width: 57.9166666667%;
}

.features {
    position: absolute;
    top: 50px;
    right: 10px;
    text-align: center;
    width: auto;
}
.products-list-padding .features img {
    width: 30px;
    height: 30px;
}
.features.relative {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.features .classeEnergy, .iconAbsolute .classeEnergy {
    width: 35px;
    float: right;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.iconAbsolute .dimer {
    float: right;
}
.features.relative .classeEnergy {
    float: left;
    margin-left: 0;
}
.features .dimer {
    float: left;
    text-align: center;
    margin-left: 10px;
}
.features .dimer img {
    width: auto;
}
.ip {
    background: #000;
    color: #fff;
    float: left;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-size: 14px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 15px;
}
.voltaggio {
    background: #B62D27;
    color: #fff;
    float: left;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-size: 18px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 15px;
}
.cri {
    float: left;
    margin-left: 10px;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    width: 75px;
    text-align: center;
    margin-top: -8px;
}

.cri94 {
    width: 85px;
}

.cri span {
    font-size: 12px;
}

.cri.no-image {
    line-height: 30px;
    margin-top: 0;
    width: auto;
}
.cri img {
    float: left;
}

.macadam {
    float: left;
    margin-left: 10px;
}
.macadam img {
    width: 50px;
    height: 50px;
    margin-top: -10px;
}



#elenco_prodotti {
    padding-bottom: 20px;
    min-height: 150px;
}

.pagination {
    display: none;
}

.gallery .features {
    width: 55px;
    position: absolute;
    top: 50px;
    left: 10px;
    right: auto;
    text-align: center;
    z-index: 500;
}


/* lista */

.products-list.list .column.three {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.products-list.list .column.three .products-list-padding {
    margin-left: 0;
}
.products-list.list .intro-subcat {
    column-count: 1;
    column-gap: 40px;
    display: inline-block;
    width: 75%;
}
.products-list.list .img-prod-lista {
    float: left;
    width: 20%;
    margin: 0 5% 20px 0;
}
.products-list.list a {
    color: #000;
}
.products-list.list .products-list-padding:hover .intro-subcat a {
    color: #B62D27;
}
.products-list.list a:last-child {
    color: #000;
    margin-bottom: 20px;
    float: left;
    font-size: 14px;
    line-height: 20px;
}

/* CONFIGURATORE --------------------------------------------------------------------------------------------- */

.barra-configuratore {
    background-color: #B62D27;
    margin: 20px 0;
    color: #FFFFFF;
    line-height: 40px;
}
.barra-configuratore img {
    color: #FFFFFF;
    height: 40px;
    width: 40px;
    float: left;
    background-color: #B34749;
    margin-left: 1px;
    height: 40px;
    -webkit-transition: all 0.3s ease 8s;
    -moz-transition: all 0.3s ease 8s;
    -o-transition: all 0.3s ease 8s;
    transition: all 0.3s ease 8s;
}
.barra-configuratore img:hover {
    background-color: #000;
}
.barra-configuratore .active img {
    /*background: #BCB09C;*/
    opacity: .5;
}
#configuratore_container {
    background-color: #F0EDE2;
    z-index:5;
    width: 350px;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(-365px, 0, 0);
    -moz-transform:translate3d(-365px, 0, 0);
    -ms-transform: translate3d(-365px, 0, 0);
    -o-transform: translate3d(-365px, 0, 0);
    transform: translate3d(-365px, 0, 0);
    /*overflow:hidden;
    overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.aperto #configuratore_container {
    -webkit-transform: translate3d(-0px, 0, 0);
    -moz-transform: translate3d(-0px, 0, 0);
    -ms-transform: translate3d(-0px, 0, 0);
    -o-transform: translate3d(-0px, 0, 0);
    transform: translate3d(-0px, 0, 0);

}
#lista_categorie {


}

#prodotti-loading, #articoli-loading {
    width: 100%;
    min-height: 150px;
    display: block;
    float: left;
    position: relative;
    background: url("/library/pagination/icons/loading.svg") no-repeat scroll 50% 0% transparent;
}

.ajax-prodotti, .ajax-articoli {
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .47s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

.ajax-prodotti.visible, .ajax-articoli.visible {
    opacity: 1;
}
#elenco_prodotti {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.aperto #elenco_prodotti {
    -webkit-transform: translate3d(365px, 0, 0);
    -moz-transform: translate3d(365px, 0, 0);
    -ms-transform: translate3d(365px, 0, 0);
    -o-transform: translate3d(365px, 0, 0);
    transform: translate3d(365px, 0, 0);
}

#configuratore-list {
    color: #5D4E34;
}
#configuratore-list .nice-select {
    margin: 0 10px 15px 10px;
    width: calc(100% - 50px);
}
.padding30 {
    padding: 30px;
}
.elenco-opzioni {
    margin: 0 0 40px 0;
    padding: 0 30px;
}
.filtri {
    float: left;
    margin: 10px 0;
    width: 100%;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DETTAGLIO PRODOTTO --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

a.gallery {
    width: 100%;
    float: left;
    position: relative;
    line-height: 0;
}
.zoom {
    background: rgba(255,255,255,.65);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 8s;
    -moz-transition: all 0.5s ease 8s;
    -o-transition: all 0.5s ease 8s;
    transition: all 0.5s ease 8s;
}
.zoom img {
    width: auto;
    margin-top: calc(50% - 17px);
}
a.gallery:hover .zoom {
    opacity: 1;
}
.product-detail h3 {
    color: #636B73;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 15px 0 10px 0;
}
.product-detail h3 strong {
    color: #000;
    font-weight: 700;
}

.download.btn {
    padding: 0px 20px;
    line-height: 40px;
    font-size: 13px;
}
.download.btn img {
    float: left;
    margin-right: 12px;
    width: 24px;
}



#product-menu-cont {
    height: 78px;
}
.product-menu {
    background: #B34749;
}
.product-menu a {
    background: #B34749;
    /* border-bottom: 3px solid transparent; */
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: background 0.3s ease 8s;
    -moz-transition: background 0.3s ease 8s;
    -ms-transition: background 0.3s ease 8s;
    -o-transition: background 0.3s ease 8s;
    transition: background 0.3s ease 8s;
}
.product-menu a:hover {
    background: #B62D27;
}

.product-menu.fixed {
    position: fixed;
    top: 95px;
    z-index: 444;
    width: 100%;
    border-bottom: #fff;
}
/*.product-menu.fixed a {
    border-bottom: 4px solid transparent;
}*/

/*.product-menu a.active {
    border-bottom: 4px solid #E2E6EB;
}

.product-menu.fixed a.active {
    border-bottom: 4px solid #FFFFFF;
}*/



.tag, .tag:visited {
    background: #B62D27;
    -webkit-transition: all 0.3s ease 8s;
    -moz-transition: all 0.3s ease 8s;
    -ms-transition: all 0.3s ease 8s;
    -o-transition: all 0.3s ease 8s;
    transition: all 0.3s ease 8s;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0;
}
.tag:hover {
    background: #000;
}

.intestazioni-tag-video {
    margin-top: 50px;
    margin-bottom: 35px;
}
.intestazioni-tag-video .right {
    padding-left: 50px;
}
.intestazioni-tag-video .left {
    padding-right: 50px;
}

.specifiche-mobile {
    display: none;
    column-count: 3;
    column-gap: 40px;
}
.description {
    border-bottom: 1px solid #E2E6EB;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.showVideo {
    font-size: 10px;
    padding: 6px 15px;
    width: calc(100% - 30px);
    border: 0;
}
.showVideo:hover {
    border: 0;
}

.hideVideo {
    color: #000;
    display: none;
    float: right;
    margin-top: 40px;
}
.videoAccordion {
    height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: height 0.3s ease 8s;
    -moz-transition: height 0.3s ease 8s;
    -o-transition: height 0.3s ease 8s;
    transition: height 0.3s ease 8s;
}
.videoAccordion.visible {
    height: 800px;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-container.video-intro {
    padding-bottom:45%;
}

.about-us .video-about-us h3 {
    text-align: center;
    margin: 0 0 50px 0;

}
.prodotti-simili,
.prodotti-correlati {
    padding: 25px 0;
}

.related {
    background-color: #fff;
    float: left;
    width: calc(14.2857% - 4px);
    display: block;
    margin: 2px;
    border-bottom: 3px solid #B62D27;
    overflow: hidden;
    padding: 0;
}
.related a {
    display: block;
    padding: 10px;
    position: relative;
}
.related p {
    background: #B62D27;
    color: #fff;
    bottom: -10px;
    left: 0;
    /* top: 0; */
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translate(0 , 150px);

    -webkit-transition: transform 0.3s ease 8s;
    -moz-transition: transform 0.3s ease 8s;
    -o-transition: transform 0.3s ease 8s;
    transition: transform 0.3s ease 8s;
}
.related a h5 {
    color: #000;
    margin-bottom: 10px;
}
.related:hover p {
    transform: translate(0 , 0);
}

/* UTILITY -------------------------------------------------------------------------------------------- */

.utility {
    border-top: 1px solid #E2E6EB;
    border-bottom: 1px solid #E2E6EB;
    float: left;
    list-style: none;
    display: block;
    width: 100%;
    margin: 10px 0;
}
.utility li {
    list-style: none;
    float: left;
}
.utility li.right {
    float:  right;
}
.utility  li a, .utility  li span {
    color:#000;
    display: block;
    /*font-size: 12px;*/
    font-weight: 400;
    height: 30px;
    line-height: 28px;
    margin: 5px 2px;
    padding: 0 6px;
    -webkit-transition: color 0.3s ease 8s;
    -moz-transition: color 0.3s ease 8s;
    -o-transition: color 0.3s ease 8s;
    transition: color 0.3s ease 8s;
}
.utility  li:first-child a {
    margin-left: 0;
    padding-left: 0;
}
.utility  li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
.utility  li a:hover {
    color: #B62D27;
}
/*.utility  li:last-child a.btn, .utility  li:last-child a.btn:visited, .utility  li:last-child a.btn span {
    padding-right: 6px;
    padding-left: 6px;
    color: #fff;
}
.utility li a.btn img {
    height: 30px;
    margin-top: 0;
    display: none;
}*/
.utility li a img, .utility  li span img {
    float: left;
    height: 22px;
    width: auto;
    margin: 3px 9px;
}
.utility li:first-child a img {
}
.tags.utility {
    /*background: #F0EDE2;*/
    border: none;
    margin-top: 10px;
}
.utility.tags  li span {
    height: auto;
}
.etichetta {
    font-size: 12px;
    padding: 0 20px 0 10px;
    line-height: 42px;
}
.etichetta img {
    float: left;
    margin: 10px 10px 10px 0;
    width: 25px;
}
.shareDetails {
    -webkit-transition: opacity 0.3s ease 8s;
    -moz-transition: opacity 0.3s ease 8s;
    -o-transition: opacity 0.3s ease 8s;
    transition: opacity 0.3s ease 8s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    display: block;
    z-index: 10;
    text-align: center;
}
.shareDetails.visible {
    opacity: 1;
    pointer-events: auto;
}
.shareDetails div {
    height: 100%;
    width: 100%;
}
.shareDetails .btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 70px;
    line-height: 80px;
    padding: 0;
    width: 70px;
    margin: 0 10px;
}
.shareDetails .btn i {
    font-size: 32px;
    line-height: 72px;
}
.shareDetails .btn img {
    margin-top: 5px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VIDEO --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.video-list a  {
    /*border-bottom: 3px solid #B62D27;*/
    height: 345px;
}

.video-list a h3 {
    /* color: #000; */
    margin-top: 15px;
    font-size: 16px;
}
.video-list a p {
    color: #000;
    font-size: 14px;
    margin: 3px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DISTRIBUTORI --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.distributor {
    background: #fff;
    border: 1px solid #F0EDE2;
    margin-top: 10px;
    overflow: hidden;
    display: none;
    padding: 20px 30px;
}

.distributor .padding {
    padding: 20px 15px;
}
.distributor h4 {
    font-size: 18px;
}
.distributor h5 {
    font-size: 13px;
    margin-bottom: 10px;
}
.map g {
    fill: #F0EDE2;
    stroke: #F0EDE2;
    stroke-width: 2;
}
/*BCB09C*/


.map g.aaa:hover {
    fill: #B34749 !important;
    cursor: pointer;
}
/*.distributors-map, .distributors-map .six, .distributors-map .displayTable, .distributors-map .centratoVert {
    height: 630px;
}*/
.distributors-map h2 {
    margin-top: 15%;
}
.distributors-map .distributor {

}
/*
.distributors-map .distributor { width: 120px; height: 80px; background: red; position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.distributors-map .distributor:before { content: ""; position: absolute; right: 100%; top: 26px; width: 0; height: 0; border-top: 13px solid transparent; border-right: 26px solid red; border-bottom: 13px solid transparent; }
*/




/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PUNTI VENDITA --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.punti-vendita h2, .punti-vendita h1 {
    margin-left: 12px;
}
.stores {
    background: #fff;
    border: 1px solid #F0EDE2;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 20px;
    height: 290px;
    font-size: 15px;
    line-height: 23px;
    width: calc(25% - 22px);
    float: left;
    margin: 10px;
    padding: 0;
}

.stores .padding {
    padding: 10px 10px;
}
.stores h4 {
    font-size: 14px;
    font-family: "Gotham-Bold", Arial, Helvetica, Clean, sans-serif;
}
.stores h5 {
    font-size: 13px;
    margin-bottom: 10px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BLOG --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


a.underline {
    color: #FFFFFF;
    width: auto;
    padding: 15px 0;
    margin: 0;
    border-bottom: 5px solid #D9D2BF;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 8s;
    -moz-transition: all 0.3s ease 8s;
    -o-transition: all 0.3s ease 8s;
    transition: all 0.3s ease 8s;
    text-transform: uppercase;
    display: inline-block;
}
a.underline:hover {
    color: #D9D2BF;
    border-bottom: 5px solid #D9D2BF;
}

.articleStar {
    background-position: 50% 50%;
    background-size: cover;
    height: 55vh;
    text-align: center;
}
.articleStar h1 {
    color: #fff;
    font-size: 65px;
    line-height: 77px;
    position: relative;
    z-index: 2;
}
.articleStar h3 {
    color: #fff;
    z-index: 2;
    margin: 20px 0;
}
.articleStar p {
    color: #fff;
    font-size: 14px;
}

.blog-article-list {
    background-color: #fff;
    margin-bottom: 40px;
}
.blog-article-list a.img-mask {
    height: 50%;
    overflow: hidden;
    float: left;
    width: 100%;
}

.blog-article-list a.img-mask img {
    -webkit-transition: transform 5000ms ease-out 8s;
    -moz-transition: transform 5000ms ease-out 8s;
    -ms-transition: transform 5000ms ease-out 8s;
    -o-transition: transform 5000ms ease-out 8s;
    transition: transform 5000ms ease-out 8s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-article-list:hover a.img-mask img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.utilityBlogStar, .utilityBlogStar a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}


.blog-article-list a h2 {
    color: #000;
    font-size: 24px;
    margin: 15px 0 7px 0;
    float: left;
}

.blog-article {
    background-color: #fff;
    padding: 0;
}
.blog-article .padding {
    padding: 10px 30px 20px 30px;
}
.blog-article h1 {
    color: #B62D27;
    margin-top: 10px;
}
.blog-article h2 {
    font-size: 21px;
}


.breadcrumb ul li a.next, .breadcrumb ul li a.prev {
    background-color: #B62D27;
    color: #fff;
    margin: 0 1px;
    text-align: center;
    width: 57px;
    -webkit-transition: all 0.5s ease 8s;
    -moz-transition: all 0.5s ease 8s;
    -o-transition: all 0.5s ease 8s;
    transition: all 0.5s ease 8s;
}
.breadcrumb ul li a.next:hover, .breadcrumb ul li a.prev:hover {
    background-color: #000;
}
.breadcrumb ul li a.next.inactive, .breadcrumb ul li a.prev.inactive {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}

.next i, .prev i {
    font-size: 16px;
}
/*.breadcrumb ul li.right {
    width: 84px;
}*/


.utility li .tag, .utility li .tag:visited, .products-categories a.subcatLink, .products-categories a.subcatLink:visited {
    background: #F0EDE2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease 8s;
    -moz-transition: all 0.3s ease 8s;
    -ms-transition: all 0.3s ease 8s;
    -o-transition: all 0.3s ease 8s;
    transition: all 0.3s ease 8s;
    color: #000;
    display: inline-block;
    font-family: "OpenSans-Regular",Arial,Helvetica,Clean,sans-serif;
    font-size: 10px;
    padding: 0 10px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0px 0 0 8px;
}
.utility li .tag:hover {
    background-color: #D9D2BF;
}

.products-categories a.subcatLink, .products-categories a.subcatLink:visited {
    margin: 0px 0 0 8px;
    float: left;
    margin: 2px;
    text-transform: none;
    font-size: 12px;
}


/* SUBMENU */

ul.submenu, ul.submenu li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    padding: 0;
}
ul.submenu li.titolo_submenu, .titolo_submenu {
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    font-family: "Gotham-Black", Arial, Helvetica, Clean, sans-serif;
    margin: 20px 0 10px 0;
    float: left;
}
.submenu li a {
    -webkit-transition: all 0.5s ease 8s;
    -moz-transition: all 0.5s ease 8s;
    -o-transition: all 0.5s ease 8s;
    transition: all 0.5s ease 8s;
    width: calc(100% - 14px);
    padding: 10px;
    float: left;
    color: #000;
    font-size: 15px;
    background: #fff;
    margin-top: 1px;
    text-align: left;
}
.submenu li a:hover {
    background-color: #F0EDE2;
}
.submenu li a img {
    width: 40px;
    float: left;
}
.submenu li a.submenuArticle {
    display: table;
}
.submenu li a.submenuArticle img {
    display: table-cell;
}
.submenu li a p {
    margin-left: 12px;
    float: left;
    width: calc(100% - 60px);
}
.submenu li.recents a  {
    /*padding: 0;*/
}
.submenu li.recents a img {
    width: 70px;
}
.submenu li.recents a p {
    margin-left: 12px;
    float: left;
    width: calc(100% - 10px);
}


/* REDAZIONALI */

.redazionale {
    background-color: #B34749;
}
.redazionale .padding {
    float: left;
    padding: 0 20px 25px 20px;
    width: calc(100% - 40px);
}
.redazionale ul.submenu li.titolo_submenu {
    color: #fff;
}
.redazionale li a img {
    width: 140px;
}
.redazionale .underline {
    margin-top: 15px;
}
.redazionale .underline:hover {
    color: #D9D2BF;
    border-color: #D9D2BF;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DOWNLOAD --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


.download-list a h5 {
    color: #B62D27;
    font-size: 11px;
    padding: 15px 0;
    text-align: center;
}
.download-list a .relative {
    line-height: 0;
}
.download-list a .velo {
    -webkit-transition: opacity 0.5s ease 8s;
    -moz-transition: opacity 0.5s ease 8s;
    -o-transition: opacity 0.5s ease 8s;
    transition: opacity 0.5s ease 8s;
}
.download-list a:hover .velo {
    opacity: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FOOTER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
footer {
    background-color: #B62D27;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
}
footer p {
    font-size: 13px;
    line-height: 13px;
    margin: 20px 0;
}
footer a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease 8s;
    -moz-transition: all 0.3s ease 8s;
    -o-transition: all 0.3s ease 8s;
    transition: all 0.3s ease 8s;
}
footer a:hover {
    color: #000000;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0;
    padding: 4px 0;
}
footer ul li a {
    color: #FFFFFF;
    display: block;
}
.links-footer-container {
    padding: 25px 0;
}
.links-footer-container .four {
    padding: 0 25px;
}
.links-footer-container {
    background-color: #B34749;
}
.links-footer-container h4 {
    color: #D9D2BF;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.info-footer-container h4 {
    color: #D9D2BF;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
}
.info-footer-container .four {
    padding: 25px;
    border-left: 1px solid #B34749;
    min-height: 265px;
}
.info-footer-container .four:last-child {
    border-right: 1px solid #B34749;
}
.info-footer-container p {
    width: 100%;
    float: left;
}
.company-info-footer-container {
    border-top: 1px solid #B34749;
    text-align: center;
}
ul.social-network-list {
    float: left;
    width: 100%;

}
ul.social-network-list li {
    float: left;
    width: auto;
    padding-right: 10px;
}
ul.social-network-list li a {
    background-color: #B34749;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
}
ul.social-network-list li a:hover {
    background-color: #000000;
}
ul.social-network-list li img {
    width: auto;
}


@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COOKIE --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#cookie {
    position: fixed;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    bottom: 0;
    color: #FFFFFF;
}
#cookie p {
    margin: 15px;
    margin-right:80px;
    font-size: 13px;
}
#cookie a {
    font-weight: 700;
    color: #FFFFFF;
}

#cookie h1 {
    font-size: 15px;
    color: #FFFFFF;
    margin: 0 15px;
}
#cookie .cookieclose {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    z-index: 1000;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RESERVED AREA ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.borderRight {
    border-right: 1px solid #E2E6EB;
    padding-right: 50px;
}
.supportRequest {
    text-align: center;
    background-color: #F0EDE2;
    width: calc(100% - 40px);
    padding: 20px;
    margin: 50px 0;
}
.supportRequest img {
    width: 80px;
    float: left;
}
.supportRequest h4 {
    text-align: left;
    padding-left: 10px;
    line-height: 35px;
    float: left;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MODAL BOX ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */



.modalOverlay {
    background-color: rgba(255, 255, 255, 0.65);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.modal {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 350px;
    margin: 0 auto;
    margin-top: calc(50vh - 175px);
}

#modalEtichetta {
    align-items: center;
    justify-content: center;
}

#modalEtichetta .modal {
    margin-top: 0;
    width: calc(100% - 40px);
    max-width: 800px;
    height: calc(100% - 80px);
    overflow-y: auto;
}
#modalEtichetta header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E2E6EB;
}
#modalEtichetta .tabs a  {
    background: #fff;
    color: #B62D27;
    border-bottom: 4px solid #fff;
    -webkit-transition: border-bottom .25s ease-in-out;
    -moz-transition: border-bottom .25s ease-in-out;
    -o-transition: border-bottom .25s ease-in-out;
    transition: border-bottom .25s ease-in-out;
}
#modalEtichetta .tabs a.active  {
    border-bottom: 4px solid #B62D27;
}
#modalEtichetta .modal #etichetta, #modalEtichetta .modal #scheda  {
    display: none;
    text-align: center;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}
#modalEtichetta .modal #etichetta.in, #modalEtichetta .modal #scheda.in  {
    display: flex;
}
#modalEtichetta .modal #etichetta img {
    height: 340px;
    width: 170px;
    display: inline-block;
}
#modalEtichetta .modal #scheda img {
    display: inline-block;
}
#modalEtichetta .modal #etichetta .btn, #modalEtichetta .modal #scheda .btn {
    margin-top: 20px;
}
.modal header {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.modal .column {
    margin-bottom: 0;
}
.modal .head {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.modal .head h1 {
    font-size: 22px;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align: center;
}
.modal .modal_content {
    padding: 15px 0;
    text-align: center;
}
.modal .footer {
    padding-top: 10px;
    border-top: 1px solid #000000;
}
.modal .btn {
    padding: 8px 15px;
    font-size: 14px;
}
.modal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal ul li {
    float: none;
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #D9D2BF;
}
.modal ul li a {
    line-height: 40px;
}
.modal ul li a img {
    width: auto;
    float: left;
    margin-right: 15px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RESPONSIVE TABLES ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

table.responsive_tables {
    width: 100%;
    border-collapse: collapse;
}
table.responsive_tables th {
}
table.responsive_tables td, table.responsive_tables th {
}
table.responsive_tables td {
}

.claim-mobile {
    display: none;
}
table tbody tr td.ragione-sociale {
    white-space: normal!important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/*FORM DESIGN ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

input#BASentryCode {
    float: left;
}
#captcha {
    width: 110px;
    height: 28px;
    display: block;
    float:left;
    margin-top: 34px
}
#reload {
    height: 38px;
    line-height: 54px;
    border-left: 2px solid #000000;
    padding-left:15px;
    margin-left: 10px;
    margin-top: 28px;
    display: block;
    float:left;
}
#messaggio_success,
#messaggio_failed {
    display: none;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}
#messaggio_success strong,
#messaggio_failed strong {
    font-size: 20px;
    color: #B62D27;
    display:block;
    margin-bottom: 10px;
}


select.selectCustom {
    display: block;
    padding: 10px 70px 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% center;
    background-repeat: no-repeat;
    float: left;
    margin: 20px 20px 20px 0;
}
/* body select.select_box option */
select.selectCustom option {
    padding: 0 4px;
}
/* for IE and Edge */
select.selectCustom::-ms-expand {
    display: none;
}
select.selectCustom:disabled::-ms-expand {
    background: #f60;
}

/* GESTIONE ERRORI FORM ---------------------------------------------------------------------------------- */
.error-message {
    display: none;
    color: red;
    margin-bottom: 10px;
    font-size: 12px;
}
.error input, input.error,
.error textarea, textarea.error {
    color: #c60f13!important;
    -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    box-shadow: 0px 0px 2px 0px #c60f13 !important;
    font-weight: bold!important;
    opacity: 1!important;
}


.error label, label.error {
    color: #c60f13 !important;
}
.error small, small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.error textarea:focus, textarea.error:focus {
    background: #fafafa;
    border-color: #b3b3b3;
}
.field-error {
    color: #c60f13!important;
    -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    box-shadow: 0px 0px 2px 0px #c60f13 !important;
    color: #c60f13 !important;
    font-weight: bold!important;
    opacity: 1!important;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* NEW FORM DESIGN ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

/* job */
/* ------------------------------------------------------------------------------
*
*  # Plupload multiple file uploader
*
*  Multi runtime single and multiple file uploader
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.plupload_wrapper {
    width: 100%;
    border: 2px dashed #ddd;
    border-radius: 3px;
}
.panel > div > .plupload_wrapper {
    border: 0;
}
.panel.panel-flat > div > .plupload_wrapper {
    border-top: 1px solid #ddd;
}
.plupload_header:after,
.plupload_filelist:empty:before,
.plupload_filelist li.plupload_droptext:before,
.plupload_file_action:after,
.plupload_delete a:after,
.plupload_failed a:after,
.plupload_done a:after {
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plupload_header {
    display: none;
    position: relative;
    background-color: #0097A7;
    margin: -1px -1px 0 -1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.plupload_header:after {
    content: '\ec78';
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -16px;
}
.plupload_header_content {
    padding: 15px 20px;
    padding-left: 72px;
    color: #fff;
}
.plupload_header_title {
    font-size: 15px;
    font-weight: 500;
}
.plupload_header_text {
    font-size: 11px;
    line-height: 1.82;
}
.plupload_clear,
.plupload_clearer {
    clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}
.plupload_button {
    display: inline-block;
    color: #fff;
    background-color: #2196F3;
    border: 1px solid transparent;
    padding: 6px 11px;
    border-radius: 2px;
    margin-right: 5px;
}
.plupload_button:hover,
.plupload_button:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.plupload_button:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
a.plupload_disabled,
a.plupload_disabled:hover,
a.plupload_disabled:focus {
    color: #999999;
    border-color: #ddd;
    background: #fcfcfc;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.plupload_start {
    background-color: #26A69A;
}
.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.plupload_scroll .plupload_filelist {
    height: 150px;
    background: #fff;
    overflow-y: auto;
}

#fatturetab .plupload_scroll .plupload_filelist {
    height: 150px;
}
@media (max-width: 768px) {
    .plupload_scroll .plupload_filelist {
        height: 200px;
    }
}
.plupload_filelist li {
    padding: 12px 20px;
    background-color: #fff;
}
.plupload_filelist li:hover {
    background-color: #f5f5f5;
}
.plupload_filelist li.plupload_droptext:hover {
    background-color: transparent;
}
.plupload_filelist:empty,
.plupload_filelist li.plupload_droptext {
    position: relative;
    height: 250px;
    text-align: center;
    background-color: transparent;
    text-indent: -99999px;
}
.plupload_filelist:empty:before,
.plupload_filelist li.plupload_droptext:before {
    content: '\ea0e';
    font-size: 80px;
    padding-top: 0px;
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    z-index: 2;
    color: #ddd;
    text-indent: 0;
    font-weight: normal;
}
.plupload_filelist:empty:after,
.plupload_filelist li.plupload_droptext:after {
    content: 'Drag files to upload';
    font-size: 19px;
    position: absolute;
    top: 50%;
    padding-top: 60px;
    left: 50%;
    margin: -100px 0 0 -150px;
    width: 300px;
    height: 200px;
    color: #bbb;
    text-indent: 0;
}
@media (max-width: 768px) {
    .plupload_filelist:empty,
    .plupload_filelist li.plupload_droptext {
        height: 200px;
    }
    .plupload_filelist:empty:before,
    .plupload_filelist li.plupload_droptext:before,
    .plupload_filelist:empty:after,
    .plupload_filelist li.plupload_droptext:after {
        width: 100%;
        height: 200px;
        left: 0;
        margin: 0;
        top: 0;
    }
    .plupload_filelist:empty:before,
    .plupload_filelist li.plupload_droptext:before {
        font-size: 64px;
        padding-top: 40px;
    }
    .plupload_filelist:empty:after,
    .plupload_filelist li.plupload_droptext:after {
        font-size: 17px;
        border-width: 3px 0;
        padding-top: 120px;
    }
}
.plupload_filelist:empty:after {
    content: 'Add files to upload';
}
.plupload_filelist_header {
    padding: 15px 20px;
}
.plupload_filelist_header .plupload_file_name,
.plupload_filelist_header .plupload_file_size,
.plupload_filelist_header .plupload_file_status,
.plupload_filelist_header .plupload_file_action {
    font-weight: 500;
}
.plupload_filelist_footer {
    padding: 15px 20px;
}
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_upload_status {
    padding: 7px 0;
    font-weight: 500;
}
@media (max-width: 768px) {
    .plupload_filelist_footer .plupload_file_action,
    .plupload_filelist_footer .plupload_file_status,
    .plupload_filelist_footer .plupload_file_size,
    .plupload_filelist_footer .plupload_progress {
        display: none;
    }
}
.plupload_file_action {
    position: relative;
    float: right;
    margin-left: 30px;
    margin-top: 2px;
    color: #999999;
    width: 16px;
    height: 16px;
}
.plupload_file_action * {
    display: none;
}
.plupload_file_action:after {
    content: '\ec67';
    position: absolute;
    left: 0;
    top: 0;
}
.plupload_filelist_footer .plupload_file_action {
    margin-top: 9px;
}
.plupload_filelist .plupload_file_action:after {
    content: none;
}
.plupload_delete .plupload_file_action > a {
    color: #333333;
    line-height: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.plupload_delete .plupload_file_action > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.plupload_uploading {
    background-color: #E8F5E9;
}
.plupload_delete a:after {
    content: '\ed6b';
}
.plupload_failed a {
    color: #F44336;
    cursor: default;
}
.plupload_failed a:after {
    content: '\e9cf';
}
.plupload_done {
    color: #999999;
}
.plupload_done a {
    color: #4DB6AC;
    cursor: default;
}
.plupload_done a:after {
    content: '\e9db';
}
.plupload_progress,
.plupload_upload_status {
    display: none;
}
.plupload_progress_container {
    margin-top: 14px;
    background-color: #eeeeee;
}
.plupload_progress_bar {
    width: 0px;
    height: 4px;
    background: #4DB6AC;
    border-radius: 5px;
}
@media (min-width: 769px) {
    .plupload_file_name {
        float: left;
        overflow: hidden;
    }
    .plupload_filelist .plupload_file_name {
        width: 205px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .plupload_file_size,
    .plupload_file_status,
    .plupload_progress {
        float: right;
        width: 80px;
    }
    .plupload_file_size,
    .plupload_file_status,
    .plupload_file_action {
        text-align: right;
    }
}
/* fine job */
.contact-wrap {
    padding: 0;
}
.login .contact-wrap {
    padding: 0;
}

.contact-form {
}
.contact-form .input-block {
    background: #fff;
    border: solid 1px #E2E6EB;
    width: 100%;
    height: 60px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact-form .input-block input {
    text-indent: 0;
    padding-top: 15px;
    outline: none;
    -webkit-appearance: none !important;
    font-family: "europa", Arial, Helvetica, Clean, sans-serif;
    font-weight: 400;
    width: 100%;
}
.contact-form .input-block textarea {
    text-indent: 0;
    padding-top: 11px;
    width: 100%;
    -webkit-appearance: none!important;
    outline: none;
}
.contact-form .input-block.focus {
    background-color: #FFFFFF;
    border: solid 1px #DADEE3;
}
.contact-form .textarea {
    height: auto;
}
.contact-form .form-control {
    height: auto;
    resize: none;
}
.contact-form label, .contact-form label {

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #000000;
    font-size: 16px;
    line-height: 10px;
    top: 25px;
    font-size: 16px;
}
.contact-form .condizioni-privacy {
    line-height: 20px;
}
.contact-form .condizioni-privacy label {
    top: 0;
    left: 0;
}
.contact-form .form-control {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #000000;
}
.contact-form .form-control:focus label {
    top: 0;
}
.contact-form .submit_form {
    margin-top: 15px;
}
.contact-form .error input, .contact-form  input.error,
.contact-form .error textarea, .contact-form  textarea.error {
    border: 0!important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #c60f13 !important;
    font-family: "UniSansBold", Arial, Helvetica, Clean, sans-serif !important;
    opacity: 1!important;
}
.contact-form label.error {
    font-family: "UniSansBold", Arial, Helvetica, Clean, sans-serif !important;
}
/* CUSTOMIZATION ----------------------------------------------------------------------------------------- */
#richiesta .column,
#form_riv .column {
    padding: 0;
}
#richiesta.contact-form .input-block,
#form_riv.contact-form .input-block,
.input-block {
    background-color: #fff;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
}
#richiesta.contact-form .input-block.text-area, .input-block.text-area {
    height: auto;
}
#richiesta.contact-form .textarea,
#form_riv.contact-form .textarea {
    height: auto;
    margin-bottom: 0;
}

#richiesta h4, #richiesta a h4 {
    font-size: 20px;
    color: #B34749;
}

#form_riv h3 {
    font-size: 22px;
    color: #B34749;
    margin: 20px 0 15px 0;
}
.contact-form .note-legali label, .contact-form .iscrizione-newsletter label {
    left: 40px;
    top: 10px;
}
.contact-form .note-legali input,
.contact-form .iscrizione-newsletter input {
    padding: 0;
    margin: 0;
    border: solid 1px #E2E6EB;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}







/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* ANIMAZIONI ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.fade {
    transform: scale(1,1);
}
.fade.scale {
    opacity: 1;
    transform: scale(1.2,1.2);
    transition: transform 15000ms ease-out 8s;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* EXPLORER ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body, h1, h2, h3, h4, h5, h6, p, li, td, span, strong, b {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }
}

.onlyIE,
.chromeframe {
    display: none;
}
.ie-9 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    text-align:center;
    align-items: center;
    padding-top: 25%;
}
.ie-9 img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
.ie-9 h1 {
    display:block;
    margin: 0 auto;
}