    /*Reset Bootstrap*/
* {
    //color: #8e8883;
}
html {
	position: relative;
}

div, p, li {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Oxygen', sans-serif;
}
h1, h2, h3, h4, p, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, .carousel-caption a {
    font-family: "trajan-pro-3",serif;
}
h2 {
    font-size: 38px;
    letter-spacing: 1pt;
}
a, a:hover, a:focus {
    /*text-decoration: none;*/
    color: inherit;
    text-shadow: none;
    cursor: pointer;
}
.text-white {
	color: white;
}
.text-black {
	color: black!important;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.navbar-default {
    background-color: white;
    border-color: white;
    margin-bottom: 0;
    border: 0;
    min-height: 80px;
    border-radius: 0;
}
.btn-nero, .btn-bianco {
    display: inline-block;
    text-transform: uppercase;
    height: 50px;
    text-align: center;
    line-height: 14px;
    padding: 18px 40px;
    border: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.btn-bianco, .btn-bianco:hover, .btn-bianco:focus {
    border-color: white;
    color: white;
}

.divisore-bianco {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.divisore-grigio {
    display: inherit;
    width: 40px;
    height: 2px;
    background-color: #ddd;
}

.d-table {
	display: table;
}
.d-cell {
	display: table-cell;
}



::-webkit-input-placeholder {
   font-weight: 300;
   font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
   font-weight: 300;
   font-size: 16px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-weight: 300;
   font-size: 16px;
}

:-ms-input-placeholder {
   font-weight: 300;
   font-size: 16px;
}

/*Aggiungo la col-xxs*/
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 384px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}
.hidden-xxs {
    display: block !important;
}

tr.hidden-xxs {
    display: table-row !important;
}

th.hidden-xxs,
td.hidden-xxs {
    display: table-cell !important;
}

@media (max-width: 384px) {

    .hidden-xxs {
        display: none !important;
    }

    tr.hidden-xxs {
        display: none !important;
    }

    th.hidden-xxs,
    td.hidden-xxs {
        display: none !important;
    }

}

@media (min-width: 385px) and (max-width: 767px) {

    .hidden-xxs.hidden-xs {
        display: none !important;
    }

    tr.hidden-xxs.hidden-xs {
        display: none !important;
    }

    th.hidden-xxs.hidden-xs,
    td.hidden-xxs.hidden-xs {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .hidden-xxs.hidden-sm {
        display: none !important;
    }

    tr.hidden-xxs.hidden-sm {
        display: none !important;
    }

    th.hidden-xxs.hidden-sm,
    td.hidden-xxs.hidden-sm {
        display: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .hidden-xxs.hidden-md {
        display: none !important;
    }

    tr.hidden-xxs.hidden-md {
        display: none !important;
    }

    th.hidden-xxs.hidden-md,
    td.hidden-xxs.hidden-md {
        display: none !important;
    }

}

@media (min-width: 1200px) {

    .hidden-xxs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xxs.hidden-lg {
        display: none !important;
    }

    th.hidden-xxs.hidden-lg,
    td.hidden-xxs.hidden-lg {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-xs.hidden-xxs {
        display: none !important;
    }

    tr.hidden-xs.hidden-xxs {
        display: none !important;
    }

    th.hidden-xs.hidden-xxs,
    td.hidden-xs.hidden-xxs {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-sm.hidden-xxs {
        display: none !important;
    }

    tr.hidden-sm.hidden-xxs {
        display: none !important;
    }

    th.hidden-sm.hidden-xxs,
    td.hidden-sm.hidden-xxs {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-md.hidden-xxs {
        display: none !important;
    }

    tr.hidden-md.hidden-xxs {
        display: none !important;
    }

    th.hidden-md.hidden-xxs,
    td.hidden-md.hidden-xxs {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-lg.hidden-xxs {
        display: none !important;
    }

    tr.hidden-lg.hidden-xxs {
        display: none !important;
    }

    th.hidden-lg.hidden-xxs,
    td.hidden-lg.hidden-xxs {
        display: none !important;
    }
}

/*Header*/
.f-nav {
	-webkit-box-shadow: 0px 0px 8px 2px #666;
	   -moz-box-shadow: 0px 0px 8px 2px #666;
			box-shadow: 0px 0px 8px 2px #666;
}
.template-dna #header {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}
#top-header {
    /*min-height: 30px;*/
    background-color: #e2dedd;
    padding:10px 2% !important;
    /*altab */
    min-height:66px;
    border-radius: 0;
}
#top-header .header-container > div > a, #top-header .header-container > div > span, #social-header, #linguaHeader a {
    display: inline-block;
    /*color: #ababab;*/
    color: #777;
    /*font-size: 14px;*/
    /*line-height: 30px;*/
    text-transform: uppercase;
    margin-left: 25px;
    vertical-align: top;
    /* altab */
    font-size: /*18px;*/ 16px;
    line-height:50px;
}
#top-header div > a:first-child {
    margin-left: 0;
}
#top-header .icon-social {
    /*font-size: 16px; */
    /*font-size: 12px;*/
    margin-left: 10px;
    /*altab*/
    font-size: 24px;
}
#top-header i {
    color: #777;
    /*color: #a49c99;*/
}
#top-header div.dropdown {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
#linguaHeader {
    border-radius: 5px;
    text-align: center;
    /*padding: 5px 0;*/
    /*altab*/
    position: relative;
    top: 13px;
}
#linguaHeader a {
    line-height: 20px;
    padding: 1px auto;

}
#dropdownLinguaHeader {
    width: 75px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #ababab;
}
#linguaHeader .dropdown-menu {
    padding: 0;
    right: 0;
    left: inherit;
}
#linguaHeader .dropdown-menu li {
    border-top: 1px solid #eaeaea;
}
#linguaHeader .dropdown-menu li:first-child {
    border-top: 0;
}
#linguaHeader .dropdown-menu li a {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
#linguaHeader .dropdown-menu li a:hover {
    background-color: #eaeaea;
}
#main-header {
    position: relative;
}
.navbar {
    position: static;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    /* altab */
    font-size: 17px; /*18px;*/
    line-height:45px;
}
.menu-caret {
    background-image: url('../images/chevron-down-black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 15%;
    margin: 0 auto;
    height: 18px;
    margin-top: -18px;
}
.navbar-toggle {
    /*margin-top: 25px;*/
    width: 44px;
    height: 44px;
    border: 0;
    color: #888;
}
.dropdown-menu {
    border: 0;
    /*padding: 30px 45px;*/
    padding: 0 45px;
    background-color: #e2dedd;
    border-radius: 0;
}
.dropdown-menu .dropdown-toggle {
    text-align: center;
}
.dropdown-menu .dropdown-yamm-fw {
    position: static;
}
#main-menu .dropdown-menu li {
    margin-top: 30px;
}

#main-menu > ul > li > a > .arrow-icon {
    margin-bottom: 3px;
    width: 16px;
    height: 17px;
}
.dropdown-menu>li>a p {
    line-height: 28px;
    font-size: 16px;
    font-family: "trajan-pro-3",serif;
}
#search-menu {
    margin-right: 0;
}
#header-search {
    line-height: 50px;
}
#header-search > div {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    /*padding-bottom: 0px;*/
}
#header-search .seach-tip {
    padding: 0px;
}
#header-search > div > * {
    margin: 0 5px;
}
#header-search > div > i {
    font-size: 24px;
    color: #a5a09c;
    line-height: 40px;
    vertical-align: sub;
}
#header-search-input {
    line-height: 24px;
    padding: 0 25px 0 5px;
    width: 50%;
    height: 40px;
}
#header-search button {
    background-color: transparent;
    padding: 10px 30px;
    height: 40px;
    min-width: initial;
}
#header-search button i {
    display: none;
}
#header-search button:focus {
    outline-color: transparent;
}

/*Modale newsletter*/
/* Perspectve Body Styles  */
.content { min-height: 100% }
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-perspective body {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
/* Gneral Modal */
.modal-wrap {
    position: fixed;
    width:340px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -170px;
}
#md-3, #md-6, #md-9, #md-12, #md-15 {margin-top: -210px;}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
}
.md-content {
    opacity: 0;
    color: #fff;
    position: relative;
    margin: 0 auto;
    outline: none !important;
    padding: 20px 0;
}
.md-active {
    visibility: visible;
    opacity: 1;
}
.md-active ~ .md-overlay  {
    visibility: visible;
    opacity: 1;
}
/* Modal Effect-4 Styles */
.md-effect-4 ~ .content {
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-effect-4 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-effect-4 .md-content {
    background: rgba(255, 255, 255, 0.1);
    outline: 1px solid rgba(0,0,0,0.3);
    padding: 20px 0;
}
.md-effect-4 .md-content { background: #d8d4d3; }
.md-overlay { background: rgba(44,62,80,0.3) }
/* Modal Effect-1 Active Styles */
.md-active.md-effect-4 ~ .content { opacity: 1 }
.md-active.md-effect-4 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Common Form Styles */
#form-msg-successo {
    background-color: #DFF0D8;
    color: #3C763D;
    padding: 15px;
    text-align: center;
    border: 1px solid #3C763D;
}
#form-msg-errore {
    background-color: #F2DEDE;
    color: indianred;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid indianred;
}
#md-11 textarea {resize: none;}
#md-11 .form-wrap {
    margin: 0 auto;
    width: 300px;
    padding-top: 30px;
}
#md-11 .logo {
    display: block;
    width: 80px;
    height: 80px;
	background-size: 80px !important;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
}
#md-11 .form-wrap h3 {
    margin: 15px 0;
    color: #625d59;
}
#md-11 .btn-nero {
    background: rgba(0,0,0,0.2);
    border: 0;
}
#md-11 .modal-wrap h1 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
    letter-spacing: -0.05em;
    text-align: center;
}
#md-11 textarea, #md-11 input, #md-11 .forgot {
    font-family: "Oxygen", Helvetica, Arial, sans-serif;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
}
#md-11 .forgot {
    margin: 10px 0;
    cursor: pointer;
}
#md-11 .no-member {
    text-align: center;
    padding-top: 10px;
}
#md-11 .no-member p {
    font-size: 13px;
    display: inline-block;
    margin: 0 auto;
}
#md-11 .no-member a {
    font-size: 13px;
    cursor: pointer;
    margin: 0 auto;
}
#md-11 label {
    font-size: 13px;
    display: inline-block;
    margin: 10px 0;
    float: left;
}
#md-11 .md-close {
    font-size: 12px;
    padding: 0;
    margin: 0;
    outline: none;
    height: 19px;
    width: 19px;
    padding-left: 4px;
    display: inline-block;
    line-height: 19px;
    border-radius: 60%;
    font-family: Arial;
    position: absolute;
    left: -9px;
    top: -9px;
}
#md-11 .md-close:hover {cursor: pointer;}
#md-11 .dropdown {
    display: inline-block;
    width: 130px;
    height: 23px;
    overflow: hidden;
    margin: 6px 0 16px 30px;
    outline: none;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    position: relative;
}
#md-11  .dropdown select {
    width: 130px;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    padding-left: 10px;
    line-height: 21px;
    border-radius: 0;
    -webkit-appearance: none;
	-moz-appearance: window;
	appearance: none;
    cursor: pointer;
}
#md-11 select:focus {outline: none; border: none;}
#md-11 .dropdown:after {
    content: "";
    background: url(../images/triangle.png) no-repeat;
    width: 7px;
    height: 5px;
    background-size: 7px 5px;
    position: absolute;
    top: 10px;
    right: 6px;
}
#md-11 .dropdown.big {margin: 6px 0 16px 49px;width: 200px;}
#md-11 .dropdown.big select { width: 200px }

#md-11 input::-webkit-input-placeholder {color: #a9a9a9;}
#md-11 textarea::-webkit-input-placeholder {color: #a9a9a9;}

#md-11 input:-moz-placeholder {color: #a9a9a9;}
#md-11 textarea:-moz-placeholder {color:#a9a9a9;}

#md-11 input::-moz-placeholder { color: #a9a9a9;}
#md-11 textarea::-moz-placeholder { color: #a9a9a9;}

#md-11 input:-ms-input-placeholder {color: #a9a9a9;}
#md-11 textarea:-ms-input-placeholder {color: #a9a9a9;}

#md-11 input:focus::-webkit-input-placeholder {color:#c4c4c4;}
#md-11 textarea:focus::-webkit-input-placeholder {color:#c4c4c4;}

#md-11 input:focus:-moz-placeholder {color:#c4c4c4;}
#md-11 textarea:focus:-moz-placeholder {color:#c4c4c4;}

#md-11 input:focus::-moz-placeholder {color:#c4c4c4;}
#md-11 textarea:focus::-moz-placeholder {color:#c4c4c4;}
/* Demo 4 Styles */
.md-effect-4 .logo {
    background: #d8d4d3 url(../images/logo-modal.png) -1px -1px;
}
.md-effect-4 textarea,
.md-effect-4 input,
.md-effect-4 .forgot {
    color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.4);
}
.md-effect-4 .md-close {
    color: #fff;
    border: 1px solid rgba(0,0,0,1);
    background: rgba(0,0,0,1);
}
.md-effect-4 input:focus,
.md-effect-4 textarea:focus {
    background: rgba(0,0,0,0.4);
}
.md-effect-4 .forgot {
    background: rgba(255,255,255,0);
    color: #f0f0f0;
    border: 1px solid rgba(0,0,0,0.2);
}
.md-effect-4 .no-member p {color:#f0f0f0;}
.md-effect-4 .no-member a {color: #FFF;}
.md-effect-4 .no-member a:hover { color: #fff }
.md-effect-4 label {color:  #f0f0f0;}
.md-effect-4 .dropdown {
    background: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
}
.md-effect-4 .dropdown select {
    background: transparent;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#md-11 #news-wrap-privacy .controls {
  position: relative;
}
#md-11 #news-privacy {
    float: left;
    width: 14px;
    opacity: 0;
    margin: 0 10px 20px 0;
}
#md-11 #news-wrap-privacy .pw-no-select {
  font-size: 13px;
  font-weight: 300;
  color: #666;
  margin-top: -3px;
  display: block;
}
#md-11 #news-wrap-privacy .copertura-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
}
#news-wrap-privacy .copertura-checkbox .chevron-down {
  background-image: url('../images/chevron-down-black.png');
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover;
}
#news-privacy:checked +  .copertura-checkbox .chevron-down {
  visibility: visible;
}

/* Keyframes */
@-webkit-keyframes scaleBG {
	20%  {  opacity:1;}
	50%  { -webkit-transform: translateZ(50px); -webkit-animation-timing-function:ease-out;}
	100% { -webkit-transform: translateZ(-1000px) scale(0.01); opacity:0;}
}
@-moz-keyframes scaleBG {
	20%  {  opacity:1;}
	50%  { -moz-transform: translateZ(50px); -moz-animation-timing-function:ease-out;}
	100% { -moz-transform: translateZ(-1000px) scale(0.01); opacity:0;}
}
@keyframes scaleBG {
    20%  { opacity:1;}
    50%  { transform: translateZ(50px); animation-timing-function:ease-out;}
    100% { transform: translateZ(-1000px) scale(0.01); opacity:0;}
}

@-webkit-keyframes bounceInRight {
  0%  {opacity: 0;   -webkit-transform: translateX(100%);}
  55% {opacity: 0.5; -webkit-transform: translateX(-60px) ;}
 100% {opacity: 1;   -webkit-transform: translateX(0); -webkit-animation-timing-function: ease-in-out;}
}
@-moz-keyframes bounceInRight {
  0%  {opacity: 0;   -moz-transform: translateX(100%);}
  55% {opacity: 0.5; -moz-transform: translateX(-60px);}
 100% {opacity: 1;   -moz-transform: translateX(0); -moz-animation-timing-function: ease-in-out;}
}
@keyframes bounceInRight {
  0%  {opacity: 0;   transform: translateX(100%);}
  55% {opacity: 0.5; transform: translateX(-60px);}
 100% {opacity: 1;   transform: translateX(0); animation-timing-function: ease-in-out;}
}

#form-newsletter .alert-success, #form-newsletter .alert-danger {
    margin: 20px 0 0 0;
}




/*Form*/
#contact-form {
    color: #000;
}
#contact-form .control-label {
    display: none;
    border-radius: 0;
}
#contact-form #wrap_object .control-label {
    display: block;
}
#contact-form input, #contact-form textarea, #contact-form button {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    height: 100%;
}
#contact-form button#submit_captcha  {
    text-align: center;
    width: 180px;
    height: 50px;
    border: 1px solid #000;
    line-height: 48px;
    text-transform: uppercase;
    background: transparent;
    font-weight: bold;
    letter-spacing: .8pt;
}
#contact-form .Inputfield {
    padding: 0 15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#contact-form input {
    padding: 0 10px;
    margin: 0;
    background-color: transparent;
    width: 100%;
}
#contact-form #object {
    display: none;
}
#contact-form #wrap_name, #contact-form #wrap_email {
    width: 50%;
}
#contact-form #wrap_country,
#contact-form #wrap_usertype,
#contact-form #wrap_city,
#contact-form .usertype {
  width: 50%;
}
#showroom-form #contact-form #wrap_usertype {
  width: 100%;
}
#contact-form #wrap_usertype .controls {
  border: 1px solid #000;
  height: 50px;
  line-height: 48px;
}
#contact-form .usertype {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  height: 100%;
  padding: 0 10px;
  margin: 0;
  background-color: transparent;
  width: 100%;
}

#contact-form #wrap_name .controls,
#contact-form #wrap_email .controls,
#contact-form #wrap_country .controls,
#contact-form #wrap_city .controls {
    border: 1px solid #000;
    height: 50px;
    line-height: 48px;
}
#contact-form #wrap_object {
    margin-bottom: 0;
}
#contact-form #wrap_object .control-label {
    border: 1px solid #000;
    border-bottom: 1px solid #d6d4d5;
    text-align: center;
    padding: 10px;
    margin: 0;
}
#contact-form textarea {
    border: 1px solid #000;
    border-top: 0;
    padding: 10px;
    width: 100%;
    background-color: transparent;
}
#contact-form #wrap_Inputfield_submit, #contact-form #wrap_submit_captcha {
    text-align: center;
}
#contact-form #wrap_Inputfield_submit button {
    text-align: center;
    width: 180px;
    height: 50px;
    border: 1px solid #000;
    line-height: 48px;
    text-transform: uppercase;
    background: transparent;
    font-weight: bold;
    letter-spacing: .8pt;
}
#contact-form #wrap_privacy .controls {
    position: relative;
}
#contact-form #wrap_privacy .copertura-checkbox {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}
#contact-form .copertura-checkbox .chevron-down {
  background-image: url('../images/chevron-down-black.png');
  display: block;
  width: 18px;
  height: 18px;
  background-size: cover;
}
#contact-form #privacy {
    width: 10px;
    visibility: hidden;
	float: left;
}
#contact-form #wrap_privacy .pw-no-select {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    padding-left: 30px;
	float: left;
}
#contact-form #wrap_privacy .pw-no-select a {
    font-weight: bold;
    text-decoration: underline;
    color: #666;
}
#privacy:checked + .copertura-checkbox .chevron-down {
  visibility: visible;
}
#contact-form .Inputfield .controls > p {
    position: relative;
}
.ui-state-error .controls {
	border: 0 !important;
}
.ui-state-error input,
.ui-state-error textarea,
.ui-state-error .copertura-checkbox {
	border: 1px solid indianred !important;
}
span.ui-state-error {
    /*position: absolute;
    top: -32px;
    font-size: 10px;
    color: red;*/
	display: none;
}


/*Banner*/
#banner {
	display: table;
	width: 100%;
    min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#banner img {
	width: 100%;
}
#banner h2 {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
	color: #fff;
	font-family: "kepler-std",serif;
	font-style: italic;
}
#banner h2:before {
    content: open-quote;
    font-size: 48px;
    vertical-align: 8px;
    line-height: 0;
}
#banner h2:after {
    content: close-quote;
    font-size: 50px;
    vertical-align: -30px;
    line-height: 0;
}

/*Breadcrumbs*/
#wrapper-alto {
    background-color: #eaeaea;
}
#sezione-breadcrumbs {
    padding: 12px 0;
    float: left;
}
#breadcrumbs a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#breadcrumbs i {
    font-size: 8px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: bottom;
}
#sezione-breadcrumbs .divisore-bianco {
    margin-left: 15px;
    margin-bottom: 5px;
}
#sezione-breadcrumbs h1, #sezione-breadcrumbs h2 {
    padding-left: 15px;
    line-height: 1;
    font-size: 30px;
    letter-spacing: 1pt;
}
/*Filtro prodotti*/
#apertura-filtro {
    cursor: pointer;
    width: 260px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 48px;
    height: 50px;
    margin-top: 17px;
    border: 1px solid #000;
    text-align: center;
    float: right;
}
#apertura-filtro.open .chevron-down {
    background-image: url('../images/chevron-up-black.png');
}
#filtro-testuale {
    margin-top: 25px;
}
#filtro-testuale p {
    margin: 10px 0;
}
#filtro-testuale input {
    height: 50px;
    width: 30%;
    min-width: 280px;
    padding-left: 15px;
    border: 1px solid black;
}
#filtro-testuale button {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-left: 0;
    font-size: 15px;
    line-height: 43px;
}
#sezione-filtro {
    max-height: 0;
    overflow: visible;
    opacity: 0;
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sezione-filtro.open {
    max-height: 600px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
}
#sezione-filtro .search-tips {
  margin-top: 25px;
}
#download-tecnici h3 {
    display: none;
}
#download-tecnici h3.titolo-generico {
    margin-top: 0;
}
h3#titolo-filtro-prodotto {
    display: none;
}
#sezione-filtro .filtro-selezionato {
    font-weight: bold;
}
#sezione-filtro .wrapper-dropdown-2 .dropdown {
    background-color: #fff;
}
#sezione-filtro .wrapper-dropdown-2 .dropdown li a {
    padding: 5px 15px;
}
#sezione-filtro .wrapper-dropdown-2 .dropdown li a:hover {
    background-color: #f5f5f5;
}
#sezione-filtro .container > div.wrapper-dropdown-2, #sezione-filtro .container > form {
    margin: 0 15px;
    margin-bottom: 35px;
}
#sezione-filtro .container > form {
    display: none;
}
#sezione-filtro .wrapper-dropdown-2 {
    display: none;
    width: 260px;
    line-height: 25px;
    font-size: 12px;
    text-align: left;
}
#sezione-filtro .wrapper-dropdown-2 .filtro-txt {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    line-height: 48px;
}
#sezione-filtro .chevron-down, #home-download .chevron-down, #apertura-filtro .chevron-down, #filtro-intro .chevron-down, .wrapper-anno .chevron-down, #wrapper-contatti .wrapper-sottoblocchi .blocco-titolo span.chevron-down  {
    background-image: url('../images/chevron-down-black.png');
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 14px;
    margin-right: 14px;
    float: right;
    background-size: contain;
}
#sezione-filtro .dropdown li a {
    width: 100%;
}
#sezione-filtro .container > form button {
    background-color: transparent;
    border: 1px solid #000;
    height: 48px;
    width: 128px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
}
#sezione-filtro form button span.chevron-right {
    background-image: url('../images/chevron-right-black.png');
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 14px;
    margin-right: 14px;
    float: right;
    background-size: contain;
}

/*Slider Homepage*/
.carousel-control {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40%;
    background-color: transparent;
    border: 1px solid white;
    background-image: none !important;
    padding: 10px;
}
.carousel-control > span {
    width: 20px;
    height: 20px;
    display: block;
}
.carousel-control.left {
    left: 20px;
    padding-left: 8px;
}
.carousel-control.right {
    right: 20px;
    padding-right: 8px;
}

.carousel-control.left > span:first-child {
    background-image: url('../images/chevron-left-white.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-control.right > span:first-child {
    background-image: url('../images/chevron-right-white.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.carousel-caption {
    width: 96%;
    left: 2%;
    right: 2%;
    bottom: 10px;
    padding: 0;
    background-color: #fff;
}
.carousel-caption a {
    color: #000;
}
.carousel-caption > a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px 60px;
    line-height: 28px;
    font-size: 32px;
}
.carousel-caption > a p {
    font-family: "trajan-pro-3",serif;
}
.carousel-caption > a span {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 2em;
}
.carousel-caption > a span.control-up {
    background-image: url('../images/chevron-up-black.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-caption > a span.control-x {
    background-image: url('../images/x-black.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-caption > a span {
    display: none;
}
.carousel-caption > a span.visible {
    display: block;
}
.carousel-caption .caption-fallback {
    display: none;
}
.carousel-caption .caption-slideUp {
    max-height: 0;
    transition: all .5s ease .1s;
}
.caption-slideUp.visible {
    max-height: 1000px;
    transition: all 1s ease .2s;
    padding-bottom: 4px;
}
.caption-slideUp .slideUp-box {
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .3s;
}
.caption-slideUp.visible .slideUp-box {
    visibility: visible;
    opacity: 1;
    transition: all 1s ease .2s;
}
.caption-slideUp.visible .slideUp-box .table {
    width: 100%;
}
.caption-slideUp .slideUp-box img {
    padding: 0;
    width: 100%;
    float: none;
    border: 1px solid #ddd;
}
.caption-slideUp .slideUp-box-testi {
    padding: 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    float: none;
}
.caption-slideUp .slideUp-box-testi h5 {
    margin: 0;
    font-family: "trajan-pro-3",serif;
    font-size: 18px;
}
.caption-slideUp .slideUp-box-testi p {
    font-size: 16px;
}

/*Puzzle Homepage*/
.puzzle-block {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0;
}
.puzzle-block:first-child {
    border-right: 1px solid #ddd;
}
.puzzle-block > div {
    float: left;
    padding-top: 10px;
    width: 100%;
}
.puzzle-block > div:first-child {
    padding-top: 0;
}
.puzzle-block .puzzle-testo p:before {
	display: inline-block;
	color: #000;
	content: open-quote;
	font-size: 35px;
	line-height: 0;
}
.puzzle-block .puzzle-testo {
    font-size: 28px;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
}
.puzzle-block .puzzle-testo p {
	font-size: 24px;
    line-height: 35px;
    font-family: "kepler-std",serif;
}
.puzzle-block .puzzle-testo strong {
    font-size: 35px;
	font-weight: normal;
}
.puzzle-block .puzzle-testo p:after {
	display: inline-block;
	color: #000;
	content: close-quote;
	font-size: 35px;
	line-height: 0;
	vertical-align: bottom;
}
.puzzle-block .puzzle-3-immagini img {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.puzzle-block .puzzle-2-immagini img, .puzzle-block .puzzle-3-immagini img {
    border-left: 1px solid #ddd;
}
.puzzle-block .puzzle-2-immagini img:first-child, .puzzle-block .puzzle-3-immagini img:first-child {
    border-left: 0;
}

/*Cerca Homepage*/
#home-search {
    padding-top: 40px;
    padding-bottom: 10px;
}
#home-search h2 {
    color: #2a2927;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 34px;
}
#home-search #sezione-filtro.open {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#home-search p {
    margin: 16px 0;
}

/*Mappa Homepage*/
#home-map {
    padding: 45px 0;
    background-color: #ebebeb;
}
#home-map h3 {
    margin-bottom: 45px;
    color: #746f69;
    font-size: 38px;
}
#home-map img {
    max-width: 100%;
    margin-bottom: 30px;
}


/*News Homepage*/
#home-news {
    background-color: #d8d4d3;
    padding: 45px 0;
}
#home-news .container > ul {
    margin-bottom: 45px;
}
#home-news h2 {
    color: #fff;
    margin-bottom: 34px;
}
#home-news ul li {
    margin-bottom: 45px;
}
.home-news-img {
    width: 100%;
}
.home-news-img a {
    display: block;
    height: 100%;
}
.home-news-img img {
	width: 100%;
}
.home-news-content {
    position: relative;
    width: 95%;
    margin: 0 2.5%;
    margin-top: -30px;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 45px;
    float: left;
}
.home-news-content h2 {
    letter-spacing: .8pt;
    /*padding-right: 80px;*/
    padding-right: 10px;
    font-size: 26px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.home-news-content .divisore {
    display: block;
    background-color: #d8d4d3;
    height: 2px;
    width: 10%;
    margin: 15px;
    float: left;
}
.home-news-content > div {
    padding-left: 15px;
}
.home-news-content .news-summary {
    margin-bottom: 45px;
    color: #666;
    line-height: 1.5;
    letter-spacing: .1pt;
    float: left;
    width: 100%;
}
.home-news-content .news-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home-news-content .news-meta > div {
    padding-right: 20px;
}
.home-news-content .news-meta span.pull-left {
    font-family: "kepler-std",serif;
    font-style: italic;
    color: #a49c98;
    margin-top: 5px;
}
.home-news-content .news-meta span.news-meta-tipo {
    margin-right: 5px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
li.icon-socialitem {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    border-left: 0;
    color: #a49c98;
	margin-bottom: 0 !important;
}
li.icon-socialitem:first-child {
    border-left: 1px solid #eee;
}
li.icon-socialitem a {
	display: inline-block;
	width: 100%;
	height: 100%;
}


/*Video Homepage*/
#home-video {
    position: relative;
    font-size: 0;
    background-color: black;
    padding: 80px 0px;
}
#home-video .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#home-video .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#home-video .over-image {
    position: absolute;
    width: 100%;
}
#home-video h2.over-image {
    top: 5%;
    font-size: 45px;
    color: #d4d5d7;
}
#home-video div.over-image {
    bottom: 5%;
}

/*Download Homepage*/
#home-download {
    background-color: #c2b9b0;
    padding: 40px 0;
}
#home-download h2 {
    line-height: 50px;
}
#home-download .dropdown li {
    line-height: 30px;
}
#home-download .chevron-down {
    margin-right: 0;
}
.wrapper-dropdown-2, .wrapper-qty, .wrapper-anno {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #000;
  cursor: pointer;
  outline: none;
}
.wrapper-dropdown-2 .dropdown, .wrapper-qty .dropdown, .wrapper-anno .dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  border-top: 0;
  background-color: #c2b9b0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.wrapper-dropdown-2.active .dropdown, .wrapper-qty.active .dropdown, .wrapper-anno.active .dropdown {
  visibility: visible;
  opacity: 1;
}
.wrapper-dropdown-2 .dropdown li, .wrapper-qty .dropdown li, .wrapper-anno .dropdown li {
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
}
.wrapper-dropdown-2 .dropdown li a, .wrapper-qty .dropdown li a, .wrapper-anno .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper-dropdown-2 .dropdown li i, .wrapper-qty .dropdown li i, .wrapper-anno .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}

/*Homepage Newsletter*/
#home-newsletter {
    display: none;
    background-color: #d8d4d3;
    padding: 20px 0;
}
#home-newsletter h2 {
  line-height: 50px;
  margin-top: 8px;
}

#home-form input[type=email] {
    background-color: transparent;
    border: 1px solid #000;
    height: 50px;
}
#home-form input[type=submit] {
    background-color: transparent;
    border: 1px solid #000;
    border-left: 0;
    height: 50px;
}
#home-newsletter .row-privacy {
    margin-top: 10px;
}
#home-newsletter-privacy {
    float: left;
    margin-left: 5px;

}
#home-form .copertura-checkbox {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #d8d4d3;
}
#home-form .copertura-checkbox .chevron-down {
    background-image: url('../images/chevron-down-black.png');
    display: block;
    width: 18px;
    height: 18px;
    background-size: cover;
    visibility: hidden;
}
#home-newsletter-privacy:checked + label .chevron-down {
    visibility: visible;
}
#home-form .testo-checkbox {
    float: left;
    margin-left: 10px;
    font-weight: normal;
}

/*Istituzionali*/
#corpo-istituzionale {
    padding: 40px 0;
}
#corpo-istituzionale h1 {
    margin-bottom: 30px;
    text-align: center;
}
#corpo-istituzionale h2,
#corpo-istituzionale h3 {
    margin-bottom: 20px;
}
#corpo-istituzionale p {
    margin-bottom: 10px;
}
#corpo-istituzionale ul li {
    list-style-type: disc;
    margin-left: 18px;
}
#corpo-istituzionale ol li {
    list-style-type: decimal;
    padding: 0 18px;
}
#corpo-istituzionale {

}
#corpo-istituzionale {

}


/*Our DNA*/
.our-dna #header {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: white;
}
#dna-total .dna-sezione {
	position: relative;
	float: left;
	width: 100%;
	background-size: cover;
	background-position: center;
	/*padding-top: 110px;*/
    /* altab */
    margin-top:35px;
}
#dna-total .fp-tableCell {
    padding-left: 45px;
    padding-right: 45px;
}
#dna-total .pull-centro {
	margin: 0 auto;
	width: 50%;
}
#dna-total h2 {
    font-size: 48px;
    margin-bottom: 5px;
}
#dna-total .slide hr {
    width: 40px;
    border-top: 2px solid #fff;
}
#dna-total .slide .text-black hr {
    width: 40px;
    border-top: 2px solid #000;
}
#dna-total p {
    font-size: 16px;
    color: #ddd;
    line-height: 28px;
}
#dna-total p strong {
    color: #fff;
}
#dna-total .text-black p {
    color: #ddd;
}
#dna-total .text-black p,
#dna-total .text-black p strong {
    color: #222;
}
#dna-total iframe {
    margin-top: 45px;
}
#dna-total .clearfix {
	height: 0;
}
#dna-total .dna-down-button {
	display: block;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
#dna-total .dna-down-button p {
	padding: 14px;
	width: 50px;
	margin: 0 auto;
	cursor: pointer;
}
#dna-total .dna-down-button.text-white p {
	border: 1px solid white;
}
#dna-total .dna-down-button.text-black p {
	border: 1px solid black;
}
#dna-total .dna-down-button p span {
	background-size: contain;
	display: block;
	width: 20px;
	height: 20px;
}
#dna-total .dna-down-button.text-white p span {
	background-image: url('../images/arrow-down-white.png');
}
#dna-total .dna-down-button.text-black p span {
	background-image: url('../images/arrow-down-black.png');
}
#dna-total #wrapper-referenze {
    height: 318px;
    overflow: hidden;
    position: relative;
    color: #2b2826;
}
#dna-total #references h3,
#dna-total #wrapper-referenze.text-black,
#dna-total #wrapper-referenze.text-black p{
    color: #2b2826;
}
#dna-total #wrapper-referenze.text-white,
#dna-total #wrapper-referenze.text-white p{
    color: #fff;
}
#dna-total #references h3{
    margin-top: 45px;
    font-size: 30px;
    margin-bottom: 30px;
}
#dna-total #wrapper-referenze h5 {
    font-weight: bold;
    margin: 0;
}
#dna-total #wrapper-referenze,
#dna-total #wrapper-referenze p{
    font-size: 14px;
}
#dna-total .singola-referenza {
    margin-bottom: 10px;
}
#dna-total iframe {
    max-width: 100%;
}
#dna-form {
    background-color: #d8d4d3;
}
#dna-form h2 {
    font-size: 46px;
    margin-bottom: 65px;
    text-align: center;
    color: #a39b98;
}
#dna-form input ,
#dna-form textarea,
#dna-form .usertype {
    background-color: #fff;
}
#dna-form #wrap_name,
#dna-form #wrap_email.
#dna-form #wrap_country,
#dna-form #wrap_city
 {
    margin-bottom: 30px;
}
#dna-form #wrap_object {
    display: none;
}
#dna-form #wrap_message .controls {
    border-top: 1px solid #000;
}
#dna-form .fp-tableCell {
    padding-left: 0;
    padding-right: 0;
}
.ps-container>.ps-scrollbar-y-rail,
.ps-container:hover>.ps-scrollbar-y-rail:hover,
.ps-container:hover>.ps-scrollbar-y-rail:focus,
.ps-container:hover>.ps-scrollbar-y-rail:active {
    background-color: #a49c99;
    opacity: 1;
    border-radius: 0;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container:hover>.ps-scrollbar-y-rail:focus>.ps-scrollbar-y,
.ps-container:hover>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    background-color: #8f8178;
    border-radius: 0;
    opacity: 1;
}

/*Categorie*/
#griglia-figli {
    padding: 50px 0;
    background-color: #d8d4d3;
}
#griglia-figli .griglia-elemento {
    margin-bottom: 60px;
}
#griglia-figli .griglia-elemento a {
    position: relative;
    display: block;
}
#griglia-figli img {
    width: 100%;
}
#griglia-figli h3 {
    display: inline-block;
    position: absolute;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    bottom: -30px;
    left: 15px;
    right: 15px;
    background-color: white;
    text-align: center;
}

/*Prodotto*/
.template-prodotto .wrapper-anno .dropdown li {
    text-align: left;
}
#prodotto-wrapper {
    padding-top: 45px;
}
#prodotto-wrapper img {
    width: 100%;
}
#prodotto-immagini {
    margin-bottom: 45px;
}
#prodotto-immagini #immagine-grande {
    float: left;
    width: 79%;
    margin-right: 1%;
    border: 1px solid #ccc;
}
#prodotto-immagini #prodotto-thumbnails {
    float: left;
    width: 20%;
}
#prodotto-immagini #prodotto-thumbnails img {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
#prodotto-immagini #prodotto-thumbnails img.selected {
    opacity: .6;
}
#prodotto-dati {
    position: static;
}
#prodotto-dati #prodotto-descrizione, #prodotto-dati .prodotto-variazione {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 24px;
    margin-bottom: 20px;
}
#prodotto-dati .prodotto-variazione.prodotto-variazione-immagini {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#prodotto-dati #prodotto-descrizione {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#prodotto-dati #prodotto-descrizione p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    color: #666;
    margin-bottom: 26px;
}
#prodotto-dati #prodotto-dimensioni {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
#prodotto-dati #prodotto-dimensioni h3 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#prodotto-dati #prodotto-dimensioni p {
    margin-bottom: 0;
}
#prodotto-dati .prodotto-variazione h3, #prodotto-dati .prodotto-variazione h4 {
    font-weight: normal;
    text-transform: uppercase;
}
#prodotto-dati .prodotto-variazione h3 {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 10px;
}
#prodotto-dati .prodotto-variazione h4 {
    font-size: 17px;
    color: #666;
    margin-bottom: 10px;
}
#prodotto-dati .prodotto-variazione ul {
    padding-left: 21px;
}
#prodotto-dati .prodotto-variazione li,
#prodotto-dati .prodotto-variazione td,
#prodotto-dati .prodotto-variazione p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    color: #666;
}
#prodotto-dati .prodotto-variazione a:hover {
    text-decoration: underline;
}
#prodotto-dati .prodotto-variazione table,
#prodotto-dati .prodotto-variazione td {
    border: 0;
}
#prodotto-dati .prodotto-variazione li:before {
    content: "";
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    border-style: solid;
    border-color: #bbb;
    background-color: #bbb;
    display: block;
    left: -18px;
    top: 17px;
    width: 8px;
    height: 8px;
    position: relative;
}
#prodotto-dati .prodotto-variazione .gruppo-immagini {
    margin-top: 19px;
}
#prodotto-dati .prodotto-variazione .wrapper-immagini {
    text-align: justify;
}
#prodotto-dati .prodotto-variazione .gruppo-immagine {
    display: inline-block;
    margin: 0 9px 25px 0;
    border: 1px solid #ebebeb;
}
#prodotto-dati .prodotto-variazione .gruppo-immagine .tooltip {
    border-width: 1px;
}
#prodotto-dati .prodotto-variazione .gruppo-immagine .tooltip-inner {
    background-color: transparent !important;
    color: #666;
    max-width: 100%;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .3pt;
}
.tooltip.bottom .tooltip-arrow {
    display: none;
}
.tooltip.bottom {
	//position: relative;
	background: #fff;
	border: 1px solid #ccc;
        border-right: 0;
        border-left: 0;
        word-wrap: normal;
}
.tooltip.bottom:after, .tooltip.bottom:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip.bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.tooltip.bottom:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 13px;
	margin-left: -13px;
}
#prodotto-dati .prodotto-variazione .gruppo-immagine span {
    position: absolute;
}
#prodotto-dati h2 {
    font-size: 26px;
}
#prodotto-dati .divisore-grigio {
    margin: 20px 0;
}
#prodotto-bottoni {
    margin-bottom: 45px;
}
#prodotto-bottoni a {
    display: block;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
}
#prodotto-download h2, #prodotto-correlati h2, #prodotto-ask h2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #fff;
}
#prodotto-download h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
#prodotto-download {
    background-color: #c2b9b0;
    padding-bottom: 15px;
    text-align: center;
}
#prodotto-download a {
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 16px;
}
#prodotto-download a:hover {
    text-decoration: underline;
}
#prodotto-correlati {
    background-color: #d8d4d3;
    padding-bottom: 60px;
    position: relative;
}
#prodotto-correlati .item {
    position: relative;
    padding-bottom: 36px;
}
#prodotto-correlati .item .correlato-titolo {
    display: inline-block;
    position: absolute;
    height: 66px;
    font-size: 14px;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: white;
    color: #aaa;
    text-align: center;
    padding: 15px 5px;
}
#prodotto-correlati .item .correlato-titolo h4 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
#prodotto-correlati .carousel-control {
    top: 50%;
}
#prodotto-ask {
    background-color: #ebebeb;
}
#prodotto-ask h2 {
    color: #666;
}
#prodotto-ask #contact-form #wrap_object .control-label {
    border-bottom: 1px solid #000;
}

/*Lista News*/
.news-events #filtro-news .btn-nero.selected {
    border-color: #fff;
    background-color: #fff;
}
.news-events #filtro-news {
    margin-top: 17px;
}
#news-list-wrapper {
    padding: 45px 0;
    background-color: #d8d4d3;
}
#news-list-wrapper li {
    margin-bottom: 30px;
}
#news-list-wrapper li.caricata {
    opacity: 1;
    transition: opacity 1s;
}
#news-list-wrapper li.non-caricata {
    opacity: 0;
}

/*News singola*/
#news-indietro {
  margin-top: 17px;
}
#singola-news-wrapper {
    padding-bottom: 20px;
}
#singola-news-immagini {
    margin-bottom: 26px;
    position: relative;
}
#singola-news-immagini .news-social {
    position: absolute;
    background-color: #fff;
    right: 15px;
    bottom: 0;
}
#singola-news-immagini .news-social li.icon-socialitem {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eee;
    border-left: 0;
    color: #a49c98;
    font-size: 20px;
}
#singola-news-meta p {
    color: #a49c98;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}
#singola-news-meta .news-meta-tipo {
    font-family: "trajan-pro-3",serif;
    margin-bottom: 0;
}
#singola-news-meta .news-meta-luogo,
#singola-news-meta .news-meta-data {
    margin-bottom: 15px;
}
#singola-news-meta p span {
    font-family: "kepler-std",serif;
    font-style: italic;
    font-weight: normal;
}
#singola-news-meta h1 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 1pt;
    margin-bottom: 35px;
}
#singola-news-meta .divisore-grigio {
    margin: 0 auto;
    margin-bottom: 30px;
}
#singola-news-blocchi .news-blocco {
    margin-bottom: 45px;
}
#singola-news-blocchi .news-blocco h2,
#singola-news-blocchi .news-blocco h3,
#singola-news-blocchi .news-blocco h4 {
    margin-bottom: 15px
}
#singola-news-blocchi .news-blocco p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    letter-spacing: .1pt;
    padding: 0px 17%;
}
#singola-news-blocchi .left-quote,
#singola-news-blocchi .center-quote,
#singola-news-blocchi .right-quote {
    font-family: "kepler-std",serif;
    text-transform: none;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 30px;
    text-align: center;
}
#singola-news-blocchi .left-quote:before,
#singola-news-blocchi .center-quote:before,
#singola-news-blocchi .right-quote:before {
    content: open-quote;
    font-size: 48px;
    vertical-align: 8px;
    line-height: 0;
}
#singola-news-blocchi .left-quote:after,
#singola-news-blocchi .center-quote:after,
#singola-news-blocchi .right-quote:after {
    content: close-quote;
    font-size: 50px;
    vertical-align: -30px;
    line-height: 0;
}
#singola-news-blocchi .left-quote {
    float: left;
    padding-left: 0;
    max-width: 45%;
}
#singola-news-blocchi .right-quote {
    float: right;
    padding-right: 0;
    max-width: 45%;
}
#singola-news-blocchi .news-blocco .galleria {
    text-align: center;
}
#singola-news-blocchi .news-blocco .galleria .item {
    display: inline-block;
    width: 25%;
    padding: 15px;
    margin-bottom: 15px;
}
#singola-news-blocchi .news-blocco .galleria2 .item {
    width: 50%;
}
#singola-news-blocchi .news-blocco .galleria .item img {
    max-width: 100%;
}
#singola-news-blocchi .news-blocco .slider2 {
    padding: 0 17%;
}
#singola-news-blocchi .carousel-control {
    position: absolute;
    border: 1px solid #333;
    z-index: 999;
    background-color: rgba(255,255,255,1);
    top: 45%;
}
#singola-news-blocchi .left.carousel-control {
    left: 0;
}
#singola-news-blocchi .right.carousel-control {
    right: 0;
}
#singola-news-blocchi .left.carousel-control span:first-child {
    background-image: url('../images/chevron-left-black.png');
}
#singola-news-blocchi .right.carousel-control span:first-child {
    background-image: url('../images/chevron-right-black.png');
}
#singola-news-condividi {
    color: #a49c98;
    margin-bottom: 45px;
}
#singola-news-condividi p {
    font-family: "trajan-pro-3",serif;
    font-size: 30px;
    margin-bottom: 5px;
}
#singola-news-condividi li.icon-socialitem {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
	border: 0;
}
#singola-news-condividi li.icon-socialitem .fa-facebook {
    font-size: 28px;
}

/*Downloads*/
#download-catalogo, #download-novita, #download-prodotto {
    padding: 35px 0;
}
.cataloghi-draft h2,
.downloads h2,
#download-catalogo h2 {
    margin-bottom: 25px;;
}
.cataloghi-draft #header h2,
.downloads #header h2,
#download-catalogo #header h2 {
	margin-bottom: 0;
}
.cataloghi-draft .file-block,
.downloads .file-block,
#download-catalogo .file-block {
    margin-bottom: 30px;
}
.cataloghi-draft .file-block-wrapper,
.downloads .file-block-wrapper,
#download-catalogo .file-block-wrapper {
    position: relative;
    margin-bottom: 95px;
}
.cataloghi-draft .file-block img,
.downloads .file-block img,
#download-catalogo .file-block img {
    width: 100%;
}
.cataloghi-draft .file-block-testi,
.downloads .file-block-testi,
#download-catalogo .file-block-testi {
    position: absolute;
    width: 94%;
    left: 3%;
    right: 3%;
    background-color: #fff;
    text-align: center;
    padding: 14px 5px;
    bottom: -95px;
    min-height: 108px;
}
.cataloghi-draft .file-block-testi h3,
.downloads .file-block-testi h3,
#download-catalogo .file-block-testi h3 {
    margin-bottom: 9px;
    line-height: 21px;
}
.cataloghi-draft .file-block-testi h3 p,
.downloads .file-block-testi h3 p,
#download-catalogo .file-block-testi h3 p {
    font-family: "trajan-pro-3",serif;
    font-size: 16px;
    word-break: break-all;
    -webkit-hyphenate-character: "\2112";
    -moz-hyphenate-character: "\2112";
    -ms-hyphenate-character: "\2112";
    hyphenate-character: "\2112";
}
.cataloghi-draft .file-block .divisore-grigio,
.downloads .file-block .divisore-grigio,
#download-catalogo .file-block .divisore-grigio {
    margin: 0 auto;
    margin-bottom: 12px;
}
.cataloghi-draft .file-block .file-metadati,
.downloads .file-block .file-metadati,
#download-catalogo .file-block .file-metadati {
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    font-size: 12px;
}
#download-catalogo {
    background-color: #d8d4d3;
}
#download-catalogo h2 {
    color: #fff;
}
#download-catalogo .file-block-wrapper {
    margin-bottom: 144px;
}
#download-catalogo .file-block-testi {
    padding: 18px 15px 32px 15px;
    bottom: -131px;
    min-height: 123px;
}
#download-catalogo .file-block-testi h3 {
    margin-bottom: 16px;
    line-height: 30px;
}
#download-catalogo .file-block-testi h3 p {
    font-size: 26px;
}
#download-catalogo .file-block .divisore-grigio {
    margin-bottom: 25px;
}
#download-catalogo .file-block .file-metadati {
    font-size: 14px;
}
#download-novita {
    background-color: #ebebeb;
}
#download-novita h2 {
    color: #777165;
}
#download-prodotto {
    background-color: #d8d4d3;
}
#download-prodotto h2 {
    color: #fff;
}
#download-tecnici {
    padding-top: 40px;
    padding-bottom: 30px;
}
#download-tecnici h2 {
    color: #746f69;
}
#download-tecnici p {
    font-size: 16px;
    line-height: 28px;
}
#download-tecnici h3 {
    font-family: "trajan-pro-3",serif;
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
#download-tecnici #dd1 ul li ul {
    padding-left: 10px;
    font-weight: normal;
}
#download-tecnici #sezione-filtro .wrapper-dropdown-2 {
    width: 33%;
    margin: 0 9%;
    margin-bottom: 20px;
}
#download-tecnici #sezione-filtro .wrapper-dropdown-2 .dropdown {
    max-height: 386px;
    overflow: hidden;
}
#download-tecnici #sezione-filtro .wrapper-dropdown-2 .dropdown li {
    position: relative;
}
#form-filtro-prodotti {
    display: none;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    float: left;
}
#download-check-wrapper {
    margin-bottom: 45px;
    text-align: left;
}
#form-filtro-prodotti .copertura-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
}
#form-filtro-prodotti .copertura-checkbox .chevron-down {
    background-image: url('../images/chevron-down-black.png');
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    background-size: cover;
    visibility: hidden;
}
.download-form-check {
    display: inline-block;
    position: relative;
    width: 33%;
    font-family: "trajan-pro-3",serif;
}
.download-form-check input {
	position: absolute;
	visibility: hidden;
}
#form-filtro-prodotti .download-form-check input:checked + label .chevron-down {
    visibility: visible;
}
#form-filtro-prodotti .testo-checkbox {
    float: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
	display: inline-block;
	padding-left: 10px;
  position: absolute;
}
#form-filtro-prodotti button {
  background-color: transparent;
}
#download-form {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #d8d4d3;
}
#download-form h2 {
    color: #a39b98;
    margin-bottom: 45px;
    /*font-size: 50px;*/
}
#download-form h3 {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: left;
}
#download-form #contact-form #wrap_name,
#download-form #contact-form #wrap_email,
#download-form #contact-form button,
#download-form #contact-form #wrap_usertype,
#dna-form #contact-form #wrap_usertype,
#prodotto-ask #contact-form #wrap_usertype,
#contatti-form #contact-form #wrap_usertype,
#download-form #download-contact-showroom a {
  width: 100%;
}
#download-form #contact-form #wrap_country,
#download-form #contact-form #wrap_city {
  width: 50%;
}
#download-form #contact-form #wrap_object .control-label {
  border-bottom: 1px solid #000;
}
#download-form #download-contact-showroom a {
    height: 49px;
}

/*Showroom*/
#showroom-locator {
    background-color: #d8d4d3;
    padding: 40px 0 60px 0;
    position: relative;
}
#showroom-locator-header a {
    text-align: center;
    font-family: "trajan-pro-3",serif;
    font-size: 30px;
    margin-bottom: 20px;
}
#showroom-locator-header a span {
    padding: 0 10px;
    color: #fff;
}
#showroom-locator-header a.selected span {
    border-bottom: 2px solid;
    color: #000;
}
#tab-wrapper {
    /*height: 533px;*/
}
#mappa {
    height: 482px;
}
#tab-wrapper > div {
    display: none;
}
#tab-wrapper #tab-mappa {
    display: block;
    position: relative;
}
#tab-elenco {
    height: 100%;
    position: relative;
    background-color: #fff;
}
#tab-elenco .tab-lista {
    width: 100%;
    /*height: 100%;*/
    height: 435px;
    padding: 22px 30px 5px 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -ms-column-count: 2;
    -ms-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;

}
#tab-elenco .tab-lista  a {
    display: block;
    font-family: "trajan-pro-3",serif;
    font-size: 30px;
    line-height: 49px;
    border-bottom: 1px solid #d8d4d3;
    cursor: pointer;
}
.details-dati {
    background-color: #fff;
    padding: 10px 10px 30px 40px;
}
#chiudi-scheda {
    display: block;
    width: 100%;
    text-align: right;
}
#chiudi-scheda span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../images/btn-close-black.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.details-dati-header {
    margin-bottom: 15px;
    color: #777;
}
.details-dati-header h4 {
    font-size: 30px;
    color: #000;

}
.details-dati .divisore-grigio {
    margin-left: 10px;
    margin-bottom: 15px;
}
.details-dati-corpo {
    padding-left: 10px;
    margin-bottom: 45px;
}
.details-dati-corpo h4 {
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}
.details-dati-corpo p {
    color: #777;
    margin-bottom: 15px;
}
.labels {
     color: white;
     background-color: red;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 10px;
     white-space: nowrap;
   }
#mappa-legenda {
    height: 51px;
    border-top: 2px solid #d8d4d3;
    line-height: 49px;
    text-align: right;
    background-color: #fff;
    padding: 0 20px;
}
#mappa-legenda p {
    display: inline-block;
    font-family: "trajan-pro-3",serif;
    font-size: 18px;
    padding: 0 20px;
}
#mappa-legenda p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
#mappa-legenda p .legenda-cerchio {
    background-color: #d6d2d0;
    /*border-radius: 10px;*/
    background-image: url(/site/templates/scripts/images/dot.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}
#mappa-legenda p .legenda-stella {
    /*background-color: #000;*/
    /*border-radius: 10px;*/
    background-image: url(/site/templates/scripts/images/star.png);
}
#mappa-legenda p .legenda-quadrato {
    background-color: #d6d2d0;
}
.gmnoprint img {
    max-width: none;
}
.tab-dati {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#tab-wrapper > div.selected .tab-dati {
    padding: 0;
    display: none;
	float: left;
    background-color: #fff;
}
#tab-wrapper > div.selected .tab-dati .details-immagine {
    padding: 0;
}
.details-galleria .owl-controls {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}
.carousel-indicators li {
    border: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 3px !important;
    background-color: #fff;
}
.carousel-indicators li.active {
    background-color: #999;
}
#showroom-form {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #ebebeb;
}
#showroom-form h2 {
    color: #a39b98;
    margin-bottom: 45px;
    font-size: 50px;
}
#showroom-form h3 {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}
#showroom-form #contact-form #wrap_name,
#showroom-form #contact-form #wrap_email,
#showroom-form #contact-form button,
#showroom-form #download-contact-showroom a {
  width: 100%;
}
#showroom-form #contact-form #wrap_object .control-label {
  border-bottom: 1px solid #000;
}
.template-showroom-singolo #tab-wrapper > div.selected .tab-dati {
    display: block;
    position: static;
}

/*Contatti*/
body.template-contatti,
#wrapper-contatti {
    background-color: #ebebeb;
}
#wrapper-contatti > div {
    /*padding: 30px 0;*/
}
#wrapper-contatti .blocco-principale,
#wrapper-contatti .blocco-reseller {
    padding: 25px 15px 15px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#wrapper-principali .blocco-principale {
    background-color: #fff;
}
#wrapper-principali .blocco-principale h2 {
    margin-bottom: 30px;
}
#wrapper-contatti h2 {
    font-size: 39px;
}
#wrapper-contatti h3 {
    font-size: 28px;
}
#wrapper-contatti .blocco-testo {
    font-size: 19px;
    display: inline-block;
    width: 33%;
}
#wrapper-contatti .blocco-testo p {
    margin-bottom: 15px;
}
#wrapper-contatti .blocco-testo a {
    font-weight: bold;
}
#wrapper-principali .blocco-testo {
    margin: 0;
}
#wrapper-reseller {
    color: #777;
}
#wrapper-reseller h2 {
    font-size: 30px;
    color: #625d59;
}
#wrapper-reseller .blocco-titolo span {
    display: none;
}
#wrapper-reseller h3 {
    font-size: 18px;
}
#wrapper-reseller h4 {
    font-size: 20px;
}
#wrapper-reseller p {
    font-size: 16px;
}
#accordion0 > .blocco-reseller {
    /*border-top: 2px solid #c7c3c2;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #c7c3c2;*/
    background-color: #d8d4d3;
}
#accordion0 > .blocco-reseller > div > div > .blocco-titolo {
    margin-bottom: 30px;
}
#accordion0 > .blocco-reseller > div > .collapse > .blocco-testo {
    margin: 0;
}
.wrapper-sottoblocchi {
    border-top: 1px solid #b5b1b0;
}
#wrapper-contatti .blocco-reseller.sottoblocco {
    margin: 0;
    padding: 0;
    text-align: left;
}
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo h2 {
    padding-right: 10px
}
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo span {
    display: inline-block;
}
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo h3 {
    padding-left: 10px
}
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo h2,
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo h3 {
    display: inline-block;
    color: #20201e;
}
#wrapper-contatti .blocco-reseller.sottoblocco .blocco-titolo a {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d8d4d3;
}
#wrapper-contatti .blocco-reseller.sottoblocco .blocco-titolo a.collapsed {
    border-bottom: 1px solid #b5b1b0;
}
#wrapper-contatti #wrapper-reseller .sottoblocco .sottoblocco {
    padding-left: 30px;
}
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo a span.chevron-down {
    background-image: url('../images/chevron-up-black.png');
    width: 15px;
    height: 15px;
    margin-top: 9px;
}
#wrapper-contatti .wrapper-sottoblocchi .blocco-titolo a.collapsed span.chevron-down {
    background-image: url('../images/chevron-down-black.png');
}
#wrapper-reseller .collapse .blocco-testo.blocco-repeater {
    padding: 5px 0;
}
#wrapper-reseller .collapse .blocco-testo.blocco-repeater h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #20201e;
}
#wrapper-reseller .collapse .blocco-testo.blocco-repeater p {
    font-size: 15px;
}
#wrapper-reseller .collapse .blocco-testo.blocco-repeater p a {
    color: #000;
}
#contatti-form {
    background-color: #ebebeb;
    padding: 45px 0;
}
#contatti-form h2 {
    text-align: center;
    color: #746f6b;
    margin-bottom: 30px;
}

/*Gallery*/
#wrapper-blocchi .row {
    position: relative;
}
#wrapper-blocchi.mason {
  margin: 0px 80px;
}
#wrapper-blocchi.mason .grid-item {
    padding: 0;
}
#wrapper-blocchi.mason .grid-item a {
  width: 100%;
  height: 100%;
  display: block;
}
#wrapper-blocchi.mason .grid-item div.layer {
  bottom: 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0.7;
  display: none;
}
#wrapper-blocchi.mason .grid-item p {
  width: 100%;
  text-align: center;
  padding: 30px 10px;
  color: #777;
  text-transform: uppercase;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
}
#wrapper-blocchi.mason .grid-item img {
  margin: 0;
}
#wrapper-blocchi.mason img {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    display: inline-block;
}
#wrapper-blocchi img.margin-left {
    margin-left: 50px;
}
#wrapper-blocchi img.margin-right {
    margin-right: 50px;
}
#wrapper-blocchi .fullwidth {
    width: 100%;
    float: left;
}
#wrapper-blocchi .img-fullwidth {
    width: 100%;
}
#wrapper-blocchi .img-3 {
    width: 31%;
}
#wrapper-blocchi .img-5 {
    width: 48%;
}
#wrapper-blocchi .img-6 {
    width: 58%;
}

/*Pagina Search*/
#search-banner {
    background-color: #d8d4d3;
    height: 105px;
    padding-top: 19px;
}
#search-banner .seach-tip {
  margin: 10px 0px;
}
#banner-search-input{
    height: 50px;
    width: 576px;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 24px;
    padding: 0 25px 0 5px;
}
#search-banner .btn-nero {
    background-color: transparent;
    vertical-align: middle
}
#filtro-intro {
    margin-bottom: 20px;
}
#filtro-intro > .container > div {
    padding: 0;
    border-bottom: 1px solid #d6d4d5;
}
#filtro-intro h3 {
    padding: 22px 5px 23px 5px;
    display: inline-block;
}
#filtro-intro .blocco-filtro-qty {
    margin-top: 10px;
}
#filtro-intro .blocco-filtro-qty span {
    display: inline-block;
    margin-right: 10px;
}
#filtro-intro .wrapper-qty {
    display: inline-block;
    width: 100px;
    height: 50px;
    padding: 0 0 0 20px;
    text-align: left;
}
#filtro-intro .chevron-down {
    margin-top: 16px;
    margin-right: 10px;
}
#filtro-intro .dropdown {
    background-color: #fff;
}
#filtro-intro .dropdown li a {
    padding: 0 0 0 20px;
}
#filtro-intro .dropdown li a:hover {
    background-color: #fafafa;
}
#search-risultati .dati-immagine {
    width: 100px;
    height: 100px;
    padding: 0;
    text-align: center;
    background-color: #cbc7c4;
}
#search-risultati .dati-immagine .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#search-risultati img {
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
}
#lista-risultati {
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d4d5;
    float: left;
    width: 100%;
}
#lista-risultati h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
#lista-risultati li {
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
#lista-risultati li:nth-child(odd) {
    background-color: #fafafa;
    margin-bottom: 20px;
}
#search-risultati .tipo-risultato {
    text-transform: uppercase;
    color: #9d9996;
    font-size: 11px;
    font-weight: bold;
}
#search-risultati .titolo-risultato {
    font-family: "trajan-pro-3",serif;
    font-size: 24px;
}
#search-risultati .titolo-risultato .file-provenienza {
    font-size: 18px;
    color: #777;
}
#search-risultati .estensione-risultato {
    font-weight: bold;
}
#search-risultati .estensione-risultato,
#search-risultati .testo-risultato,
#search-risultati .testo-risultato-lungo {
    font-size: 14px;
    line-height: 21px;
}

.MarkupPagerNav {
        clear: both;
        text-align: center;
        margin-bottom: 20px;
}.MarkupPagerNav li {
	display: inline-block;
	list-style: none;
        width: 35px;
        height: 35px;
        text-align: center;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	color: #000;
	font-size: 16px;
        line-height: 35px;
        font-family: "trajan-pro-3",serif;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #cbc7c4;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #cbc7c4;
	padding-left: 0px;
	padding-right: 0px;
}
.MarkupPagerNav span.chevron-right {
    background-image: url('../images/chevron-right-black.png');
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.MarkupPagerNav span.chevron-left {
    background-image: url('../images/chevron-left-black.png');
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.MarkupPagerNav .MarkupPagerNavNext:hover span.chevron-right {
    background-image: url('../images/chevron-right-white.png');
}
.MarkupPagerNav .MarkupPagerNavPrevious:hover span.chevron-left {
    background-image: url('../images/chevron-left-white.png');
}

/*Press Area*/
#press-area {
    padding-top: 30px;
    background-color: #d8d4d3;
}
#rassegna-completa {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    text-align: right;
}
#press-area .file-block-wrapper {
    position: relative;
    margin-bottom: 90px;
}
#press-area .file-block-testi {
    position: absolute;
    bottom: -60px;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    height: 110px;
    display: table;
}
#press-area .file-block-testi > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#press-area .file-block-wrapper h2 {
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}
#press-area .file-block-wrapper img {
    width: 100%;
}
#press-area .divisore-grigio {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
#press-area .file-block-testi .file-metadati {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    font-size: 12px;
}
#press-bottoni {
    float: right;
    margin-top: 17px;
}
#press-bottoni .btn-nero {
    padding: 18px 20px;
    min-width: 150px;
}
.wrapper-anno {
    display: inline-block;
    width: 120px;
    height: 50px;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 15px;
    margin-left: 15px;
}
.wrapper-anno .chevron-down {
    margin-top: 16px;
    margin-right: 10px;
}
.wrapper-anno .dropdown {
    background-color: #fff;
}
.wrapper-anno .dropdown li {
    font-size: 15px;
}
.wrapper-anno .dropdown li a {
    padding: 0 0 0 20px;
}
.wrapper-anno .dropdown li a:hover {
    background-color: #fafafa;
}


/*Footer*/
footer {
    background-color: #2c2827;
    padding-top: 30px;
	float: left;
	width: 100%;
	position: relative;
}

#arrow-back-top-wrapper,
#arrow-back-top-wrapper-dna {
	display: block;
	position: absolute;
	right: 1%;
	bottom: 2%;
	cursor: pointer;
	width: 95px;
	height: 50px;
	border: 1px solid black;
	text-align: center;
	padding: 0 15px;
  background: rgb(255,255,255); /* The Fallback */
  background-color: rgba(255,255,255,0.5);
}
#arrow-back-top-wrapper {
  display: none;
  position: fixed;
}
#arrow-back-top-wrapper span,
#arrow-back-top-wrapper-dna span {
	float: left;
	display: inline-block;
	line-height: 48px;
	font-weight: bold;
}
#arrow-back-top-wrapper #arrow-back-top,
#arrow-back-top-wrapper-dna #arrow-back-top {
	background-image: url('../images/arrow-up-black.png');
	background-size: contain;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 14px;
}
.footer-alto > div {
    width: 100%;
    padding-left: 15px;
    float: left;
    margin-bottom: 15px;

}
.footer-alto a, .footer-alto span {
    color: #8e8883 ;
    display: block;
    text-transform: uppercase;
}
.footer-alto > div > ul > li {
    margin-bottom: 8px;
    font-size: 15px;
}
.footer-alto > div > ul > li > a, .footer-alto > div > ul > li > span {
    font-weight: bold;
}
.footer-alto > div > ul > li > ul {
    margin-left: 10px;
}
.footer-alto > div > ul > li > ul > li {
    padding: 3px 0;
    font-size: 14px;
}
.footer-alto img {
    max-width: 100%;
}
.footer-alto .icon-social {
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
}
.footer-basso {
    min-height: 85px;
    line-height: 21px;
    padding: 32px 0;
}
.footer-basso a, .footer-basso span {
    color: #a59b99;
    text-transform: uppercase;
}
.footer-basso span {
    margin: 0 25px;
    display: none;
}
.footer-azienda {
    color: #5e5e5e;
    margin-bottom: 15px;
}
#linguaFooter {
    display: none;
}
#dropdownLinguaFooter {
    cursor: pointer;
}
#linguaFooter .dropdown-menu {
    top: -275px;
    padding: 10px 0;
    background-color: #e2dedd;
}
#linguaFooter .dropdown-menu li a {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #ababab;
}


.lavora-con-noi #wrap_fileToUpload .langTabsContainer, .lavora-con-noi #wrap_fileToUpload .InputfieldFileSort {
    display: none !important;
}

/*francesco*/
#dna-total #footer-dna {
	background-color: #2c2827;
}

#dna-total #footer-dna .fp-tableCell {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #2c2827;
}

#dna-total #footer-dna .fp-tableCell footer {
  padding-top: 350px;
}
@media (max-width: 380px) {
  #dna-total #footer-dna .fp-tableCell footer {
    padding-top: 80px;
  }
	#dna-total #footer-dna .fp-tableCell .footer-alto > div {
		margin-bottom: 1px;
	}

	#dna-total #footer-dna .fp-tableCell .footer-alto > div > ul > li {
		margin-bottom: 1px;
		font-size: 8px;
	}

	#dna-total #footer-dna .fp-tableCell .footer-alto > div > ul > li > ul > li {
		font-size: 8px;
    padding: 1px 0;
	}

	#dna-total #footer-dna .fp-tableCell .footer-basso {
		padding: 1px 0;
    min-height: 30px;
    line-height: 10px;
	}

	#dna-total #footer-dna .fp-tableCell .footer-basso .footer-azienda {
		font-size: 8px;
	}

	.footer-alto img {
    max-width: 60%;
    margin-bottom: 10px;
	}
  .footer-alto .icon-social {
    font-size: 15px;
  }
  .footer-azienda {
    margin-bottom: 2px;
  }
}
div.userType {
  font-size: 13px;
  font-weight: 300;
  color: #666;
}
div.userType input {
  display: inline;
  width: 20px!important;
}
body.template-prodotto #apertura-filtro {
  width: auto;
}
body.template-prodotto #apertura-filtro .chevron-down {
  margin-left: 14px;
}
#catalog_download_box a.catalog_download_button {
    display: block;
    background-color: #302D2A;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    width: 218px;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    margin-top: 20px;
}
/*francesco*/


/* Altab */
#top-header, #main-header .navbar-header {padding:0 4px 0 2%;}
#top-header .header-container > .newsletter-header-container {border:1px solid #ababab; border-radius:5px; position:relative; top:13px;}
#top-header .header-container > div > a.newsletter-header {color:#777; padding:1px 12px; line-height:20px; /*background-color:#c2b9b0; padding:1px 10px; color:#333; font-weight:bold;*/ font-size:16px; /*18px;*/}
#top-header .header-container > div > a.newsletter-header i {color:#333;}
.c-black {color:#333 !important;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #555;
    border-bottom: 5px solid #e2dedd;
    background-color: transparent;
    padding-bottom: 15px;
}

/* Social icons and color */
#social-header {padding:2px 0; line-height:20px; top:8px; position: relative;}
#social-header .social-container {padding:3px 3px 3px 8px; /*background-color:#c2b9b0; border-radius:5px;*/}
#social-header .social-container, #social-header .social-container .icon-social i {/*color:#333 !important;*/}

    .category_description {
    background:#fff;
    padding:20px;
    font-size: 20px;
    text-align: justify;
    font-style:italic;
    margin-bottom:20px;
    font-family: "kepler-std",serif;
    color:#777;
}

.download_pdf {text-decoration:underline;}
.disclaimer_border{border:1px dashed #d8d4d3; padding:20px;}

/*Remove breadcrumbs from form */
#contact-form #wrap_object .control-label {display:none;}
#contact-form textarea {border:1px solid #000;}

/* newsletter subscription in form */
#md-11 #news-wrap-newsletter .controls {position: relative;}
#md-11 #news-newsletter {float: left; width: 14px; opacity: 0; margin: 0 10px 20px 0;}
#md-11 #news-wrap-newsletter .pw-no-select {font-size: 13px; font-weight: 300; color: #666; margin-top: -3px; display: block;}
#md-11 #news-wrap-newsletter .copertura-checkbox {position: absolute; left: 0; top: 0; width: 14px; height: 14px; border: 1px solid #000;}
#news-wrap-newsletter .copertura-checkbox .chevron-down {background-image: url('../images/chevron-down-black.png'); display: block; width: 14px; height: 14px; background-size: cover;}
#news-newsletter:checked +  .copertura-checkbox .chevron-down {visibility: visible;}
#contact-form #wrap_newsletter .controls {position: relative;}
#contact-form #wrap_newsletter .copertura-checkbox {position: absolute; left: 0; width: 20px; height: 20px; border: 1px solid #000;}
#contact-form #newsletter {width: 10px; visibility: hidden; float: left;}
#contact-form #wrap_newsletter .pw-no-select {font-size: 13px; font-weight: 300; color: #666; padding-left: 30px; float: left;}
#contact-form #wrap_newsletter .pw-no-select a {font-weight: bold; text-decoration: underline; color: #666;}
#newsletter:checked + .copertura-checkbox .chevron-down {visibility: visible;}
#home-newsletter .row-newsletter {margin-top: 10px;}
#home-newsletter-newsletter {float: left; margin-left: 5px;}
#home-newsletter-newsletter:checked + label .chevron-down {visibility: visible;}

/* custom jquery validation css */
.errorFrmValidation {border:3px solid indianred !important;}
label.errorFrmValidation {display:none !important;}
.copertura-checkbox-error {border:3px solid indianred !important;}


/* link style for download product brochure */
#prodotto-dimensioni a {text-decoration:underline;}


/* press area */
.wrapper-anno {min-width:160px;}