body {
  margin: 0 auto;
  overflow-x: hidden;
}

body.admin-menu {
  margin-top: 0!important;
  padding-top: 29px!important;
}

body.block-overflow {
  position:fixed;
  overflow:hidden;
}

html {
  background-color: #fff;
}

body {
  position: relative;
  font-family: 'PT Serif', 'Georgia', 'Times New Roman', serif;
}

a {
  text-decoration: none;
}

a.cover-link {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.centrato {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.centrato2 {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.centrato-maxi {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.field-collection-container,
.field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.field-collection-container .field-items .field-item {
  position: relative;
}

.ajax-progress-throbber {
  display: none;
}

.btn {
  display: block;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 0;
  border-radius: 6px;
}

.btn.btn-white {
  background-color: #fff;
  color: #575757;
}

.btn.btn-red {
  color: #fff;
  background-color: #bf0418;
  text-decoration: none;
  padding: 5px 10px;
}

.btn.btn-gray {
  color: #3a3d3f;
  background-color: #dddad8;
  margin: 0px 10px;
}

sup {
  vertical-align: top;
  font-size: 70%;
  margin-top: -50%;
}

sub {
  vertical-align: bottom;
  font-size: 70%;
  line-height: 100%;
}

/*------------------------------------------------------------------------------
  ADMIN
------------------------------------------------------------------------------*/

.field-collection-container {
  position: relative;
}

.field-collection-container ul.field-collection-view-links,
.field-collection-container ul.action-links-field-collection-add {
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding: 10px;
  margin: 0;
  background-color: rgba(0,0,0,0.4);
}

ul.action-links-field-collection-add {
  right: 0;
}

ul.tabs.primary li a,
ul.field-collection-view-links li a,
ul.action-links-field-collection-add li a {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

ul.field-collection-view-links li a {
  margin-left: 10px;
}

ul.field-collection-view-links li:last-child a {
  margin-left: 0;
}

ul.tabs.primary li a:hover,
ul.tabs.primary li.active a,
ul.field-collection-view-links li a:hover,
ul.action-links-field-collection-add li a:hover {
  color: #bf0418;
}

ul.tabs.primary {
  border-bottom: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1676px;
  padding: 0;
}

ul.tabs.primary li a {
  display: inline-block;
  border: 0;
  padding: 10px;
  margin: 0 -2px;
  background-color: rgba(0,0,0,0.4);
}

ul.tabs.primary li a:hover,
ul.tabs.primary li.active a {
  padding-bottom: 8px;
  border-bottom: 2px solid #bf0418;
}

/*------------------------------------------------------------------------------
  REGIONS
------------------------------------------------------------------------------*/

#header {
  position: relative;
  height: 100px;
  background-color: #fff;
}

#header .logo {
  position: relative;
  float: left;
  height: 58px;
  margin-top: 21px;
  z-index: 1;
}

#header .hamburger {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 30px;
  height: 50px;
  background-image: url(../img/hamburger.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#header #main-menu {
  width: 100%;
  height: 100px;
  padding-left: 200px;
}

#header #main-menu ul.menu {
  float: right;
}

#header #main-menu ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 24px;
}

#header #main-menu ul.menu li a,
#header #main-menu ul.menu li span {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 100px;
  color: #333;
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

#header #main-menu ul.menu li a:hover,
#header #main-menu ul.menu li.active-trail a {
  color: #bf0418;
}

#header #main-menu ul.menu li.expanded {
  position: relative;
}

#header #main-menu ul.menu li.expanded ul.menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 100;
  min-width: 200px;
}

#header #main-menu ul.menu li.expanded ul.menu li {
  width: 100%;
  padding: 12px 24px;
  border-bottom: 1px solid #aaa;
}

#header #main-menu ul.menu li.expanded ul.menu li:last-child {
  border-bottom: 0;
}

#header #main-menu ul.menu li.expanded ul.menu li a,
#header #main-menu ul.menu li.expanded ul.menu li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #888686;
  text-transform: none;
}

#header #main-menu ul.menu li.expanded ul.menu li a:hover,
#header #main-menu ul.menu li.expanded ul.menu li.active-trail a {
  color: #bf0418;
}

#header #main-menu .change-language ul.menu .active-lang {
  padding-right: 20px;
  background-image: url(../img/open-lang-menu.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#header #main-menu .change-language ul.menu li.expanded ul.menu {
  min-width: 0;
  text-align: right;
}

#header #main-menu #views-exposed-form-search-page {
  float: right;
  padding: 40px 0 37px;
}

#header #main-menu #views-exposed-form-search-page .views-exposed-widget.views-submit-button {
  display: inline-block;
  /*display: none;*/
}

#header #main-menu #views-exposed-form-search-page .form-item-search-api-views-fulltext {
  position: relative;
  vertical-align: top;
}

#header #main-menu #views-exposed-form-search-page input[type="text"] {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3b;
  border: 0;
  border-bottom: 1px solid #3c3c3b;
  outline: none;
  width: 0;
  margin: 0;
  padding: 0;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

#header #main-menu #views-exposed-form-search-page.open input[type="text"]{
  width: 220px;
  z-index: 5;
}

#header #main-menu #views-exposed-form-search-page input[type="text"].error {
  border-color: #bf0418;
}

#header #main-menu #views-exposed-form-search-page input[type="submit"] {
  display: block;
  float: right;
  border: 0;
  overflow: hidden;
  height: 20px;
  width: 30px;
  margin-top: 0;
  background: transparent;
  background-image: url(../img/maginfier.png);
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}

#header #main-menu #views-exposed-form-search-page .views-exposed-widgets {
  margin: 0;
}

#header #main-menu #views-exposed-form-search-page .views-exposed-widget {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

#header #main-menu #views-exposed-form-search-page label {
  display: none;
}

/* MENU FIXED */

@media screen and (min-width: 769px) {

  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
  }

  body.admin-menu #header {
    top: 29px;
  }

  #header + #content::before {
    content: "";
    display: block;
    height: 100px;
  }

}

/* CONTENT */

#breadcrumbs {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  /*margin-top: 3px;*/
  position: relative;
  z-index: 98;
  overflow: hidden;
  height: 33px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#breadcrumbs.hide {
  height: 0;
  margin-bottom: 0;
}

#breadcrumbs .centrato-maxi {
  /*max-width: 1680px;*/
  margin: 0 auto;
  background-color: rgba(0,0,0,0.2);
}

#breadcrumbs .easy-breadcrumb {
  height: 33px;
  padding: 0 14px;
}

#breadcrumbs a {
  color: #fff;
}

/* FOOTER */

#footer {
  width: 100%;
  padding: 50px 0;
  background-color: #333;
}

#footer .centrato {
  position: relative;
  vertical-align: top;
}

#footer .block {
  vertical-align: top;
  overflow: hidden;
}

#footer h2,
#footer h3 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #ccc;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#footer ul li.leaf {
  padding: 0;
  margin: 0;
}

#footer ul li.leaf a,
#footer ul li.leaf span {
 font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #ccc;
}

#footer #menu-prodotti {
  display: inline-block;
  width: 60%;
  margin: 0 -2px;
  border-right: 1px solid #525252;
  box-sizing: border-box;
}

#footer #menu-prodotti .menu {
  display: inline-block;
  border-left: 1px solid #525252;
  width: 30%;
  margin-left: 4%;
  padding: 0 20px;
  vertical-align: top;
  box-sizing: border-box;
}

#footer #menu-prodotti .menu:first-child {
  margin-left: 0;
  padding: 0;
  border: 0;
}

#footer #menu-sito {
  display: inline-block;
  width: 20%;
  margin: 0 -2px;
  padding: 0 20px;
  box-sizing: border-box;
}

#footer #menu-sito + .block {
  display: inline-block;
  width: 20%;
  font-size: 12px;
  line-height: 16px;
  padding: 0 20px;
  margin: 0 -2px;
  border-left: 1px solid #525252;
  color: #ccc;
  overflow: hidden;
}

#footer #menu-sito + .block a {
  color: #ccc;
}

#footer .block p {
  padding-bottom: 20px;
}

#footer .block p:last-child {
  padding-bottom: 0;
}

/* BOTTOM */

#bottom {
  width: 100%;
  padding: 27px 0;
  background-color: #bf0418;
}

#bottom .block:first-child {
  float: left;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

#bottom a {
  color: #fff;
}

/* OTHER */

.info {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url(../img/info.png);
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}

.fumetto {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  padding: 36px;
  padding-right: 48px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.75);
  text-align: left;
  max-width: 580px;
  cursor: default;
}

.fumetto .freccetta {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 19px;
  top: -19px;
  left: 50%;
  margin-left: -19px;
  background-image: url(../img/freccia-fumetto.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.fumetto h5 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #3c3d41;
  padding-bottom: 16px;
}

.fumetto p {
  font-size: 14px;
  line-height: 22px;
}

.fumetto p strong {
  font-weight: 700;
}

.fumetto .close-info {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  background-image: url(../img/close-info.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*fix for logged users */
body.admin-menu ul.tabs.primary {
  margin-top: 100px;
}

.ui-autocomplete-loading {
  background:url('/sites/all/themes/nordica/img/ajax-loader.gif') no-repeat right center;
}

/* BLOCCO PREFOOTER */

#blocchi-prefooter {
  background-color: #ddd9d9;
}

#blocchi-prefooter > div {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border-style:solid;
  margin-top: 1px;
}

#blocchi-prefooter .colonna {
  position: relative;
  display: table;
  float: left;
  width: 33.3%;
  width: calc(100% / 3);
  height: 150px;
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-top: 0;
  padding-left: 110px;
  padding-right: 15px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3c3d41;
}

#blocchi-prefooter .colonna-1,
#blocchi-prefooter .colonna-2,
#blocchi-prefooter .colonna-4,
#blocchi-prefooter .colonna-5 {
  border-right: 0;
}

#blocchi-prefooter .colonna-4,
#blocchi-prefooter .colonna-5,
#blocchi-prefooter .colonna-6 {
  border-bottom: 0;
}

#blocchi-prefooter .colonna span {
  display: table-cell;
  vertical-align: middle;
  word-wrap:break-word;
  word-break: break-word;
}

@media screen and (max-width: 1180px) {
  #blocchi-prefooter .colonna-1, #blocchi-prefooter .colonna-4 {
    border-left: 0;
  }
  #blocchi-prefooter .colonna-3, #blocchi-prefooter .colonna-6 {
    border-right: 0;
  }

  #header #main-menu ul.menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 5px;
  }

  #header #main-menu ul.menu li a, #header #main-menu ul.menu li span {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  #header .centrato {
      /*min-width: 1024px;*/
      max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  #blocchi-prefooter .colonna {
    font-size: 20px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 980px) {
  #header #main-menu ul.menu li a, #header #main-menu ul.menu li span {
    font-size: 11px;
  }
  #header #main-menu ul.menu li {
    padding-left: 1px;
  }
}

@media screen and (max-width: 880px) {
  #blocchi-prefooter .colonna {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #blocchi-prefooter .colonna {
    width: 50%;
    font-size: 24px;
  }

  /*#blocchi-prefooter .colonna-3 {
    border-right: 1px solid #fff;
  }*/

  #blocchi-prefooter .colonna-4 {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

}

@media screen and (max-width: 639px) {

  #blocchi-prefooter .colonna {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
  }

  #blocchi-prefooter .colonna-6 {
    border-bottom: 0;
  }

}

/* BLOCCO HOME PRODOTTI */

#blocchi-home-prodotti .intestazione {
  background-color: #e8e4e4;
  border-bottom: 1px solid #cacac9;
}

#blocchi-home-prodotti a.open-blocco {
  display: block;
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  height: 100px;
  line-height: 100px;
  border-left: 1px solid #cacac9;
  border-right: 1px solid #cacac9;
}

#blocchi-home-prodotti .intestazione a.active {
  background-color: #bf0418;
  border-color: #bf0418;
  color: #ccc;
}

#blocchi-home-prodotti .intestazione a img {
  margin: 21.5px 24px;
}

#blocchi-home-prodotti .intestazione a img.normal,
#blocchi-home-prodotti .intestazione a img.hover,
#blocchi-home-prodotti .intestazione a span {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  vertical-align: middle;
}

@media screen and (min-width: 769px) and (max-width: 984px){
  #blocchi-home-prodotti .intestazione a span {
    font-size: 16px;
  }
  #blocchi-home-prodotti .intestazione a img {
    margin: 24px 15px;
  }
}
#blocchi-home-prodotti .intestazione a img.hover,
#blocchi-home-prodotti .intestazione a.active img.normal {
  display: none;
}

#blocchi-home-prodotti .intestazione a.active img.hover {
  display: inline-block;
}

#blocchi-home-prodotti .blocco {
  display: none;
}

#blocchi-home-prodotti .blocco.active {
  display: block;
}

#blocchi-home-prodotti .riquadro {
  position: relative;
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  padding: 20px 0 16px;
  border: 1px solid #cacac9;
  border-top: 0;
}

/*#blocchi-home-prodotti .riquadro:nth-child(3n + 2),
#blocchi-home-prodotti .riquadro:nth-child(3n + 3) {
  border-left: 0;
}*/

#blocchi-home-prodotti .riquadro .prodotto {
  width: 100%;
}

#blocchi-home-prodotti .riquadro .prodotto .immagine {
  background-position: center center;
  background-size: initial;
  background-repeat: no-repeat;
  padding: 24px 0;
  /*margin: 24px 0;*/
}

#blocchi-home-prodotti .riquadro .prodotto .immagine::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51%;
}

#blocchi-home-prodotti .riquadro .prodotto h2 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #3c3c3b;
  text-align: center;
  text-transform: uppercase;
  height: 36px;
}

#blocchi-home-prodotti .riquadro.riquadro-novita,
#blocchi-home-prodotti .riquadro.riquadro-empty {
  padding-top: 0;
  padding-bottom: 184px;
  text-align: center;
}

#blocchi-home-prodotti .riquadro.riquadro-novita::before,
#blocchi-home-prodotti .riquadro.riquadro-empty::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51%;
}

#blocchi-home-prodotti .riquadro .novita-wrapper {
  position: absolute;
  top: 32px; left: 32px; bottom: 32px; right: 32px;
  background-color: #bf0418;
  border-radius: 6px;
}

#blocchi-home-prodotti .riquadro .novita {
  display: table;
  height: 100%;
  width: 90%;
  max-width: 240px;
  margin: 0 auto;
}

#blocchi-home-prodotti .riquadro .novita div {
  display: table-cell;
  vertical-align: middle;
}

#blocchi-home-prodotti .riquadro .novita h2 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 24px;
}

#blocchi-home-prodotti .riquadro .novita p {
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  color: rgba(255,255,255,.5);
}

#blocchi-home-prodotti .riquadro .novita .btn {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 50px;
  letter-spacing: 1.5px;
  color: #fff;
  border: 2px solid #fff;
  border-color: rgba(255,255,255,0.2);
  border-radius: 20px;
  margin-top: 32px;
  max-width: 100%;
}

#blocchi-home-prodotti .riquadro-empty.n4,
#blocchi-home-prodotti .riquadro-empty.n4 + .riquadro,
#blocchi-home-prodotti .riquadro-empty.n4 + .riquadro + .riquadro {
  display: none;
}

@media screen and (max-width: 980px) {

  #blocchi-home-prodotti .riquadro .novita h2 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 16px;
  }

  #blocchi-home-prodotti .riquadro .novita p {
    font-size: 14px;
    line-height: 18px;
  }

  #blocchi-home-prodotti .riquadro .novita .btn {
    padding: 8px 30px;
    margin-top: 20px;
  }

}

@media screen and (max-width: 768px) {

  #blocchi-home-prodotti .blocchi .intestazione a {
    width: 100%;
    background-color: #bf0418;
    color: #ccc;
    border: 0;
    border-top: 2px solid #ccc;
    margin-left: 0;
    float: none;
  }

  #blocchi-home-prodotti .blocchi .blocco {
    clear: both;
  }

  #blocchi-home-prodotti .blocchi .blocco.active {
    display: none;
  }

  #blocchi-home-prodotti .blocchi .blocco.active-mobile {
    display: block;
  }

  #blocchi-home-prodotti .intestazione a img.hover {
    display: inline-block;
    float: left;
  }

  #blocchi-home-prodotti .intestazione a img.normal {
    display: none;
  }

  #blocchi-home-prodotti .riquadro {
    width: 50%;
  }

  /*#blocchi-home-prodotti .riquadro {
    border-left: 0;
  }

  #blocchi-home-prodotti .riquadro:nth-child(2n) {
    border-right: 0;
  }*/

  #blocchi-home-prodotti .riquadro-empty.n4 {
    display: block;
  }

  #blocchi-home-prodotti .riquadro-empty.n3,
  #blocchi-home-prodotti .riquadro-empty.n3 + .riquadro {
    display: none;
  }

}

.content a img {
  vertical-align: middle;
  margin-top: -5px;
}

#prodotto ul.lista-colori img {
  margin: 0;
}
.form-item.form-type-item {
  display: none;
}

ul.lista-documenti {
  list-style-type: none;
}

#sliding-popup.sliding-popup-bottom {
  background-color: #bf0418;
  color: #fff;
}

.sliding-popup-bottom .popup-content {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
#sliding-popup .popup-content #popup-buttons {
  padding-top: 10px;
}
#sliding-popup .popup-content #popup-buttons button {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  color: #3a3d3f;
  background-color: #dddad8;
  margin: 10px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
}
#sliding-popup .popup-content #popup-text {
  margin: 10px 0;
}
#sliding-popup .popup-content #popup-text h2 {
  font-size: 14px;
  padding: 0px;
}
#sliding-popup .popup-content #popup-text p {
    font-size: 10px;
}
/*forced by fra*/
#social-links a.social-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 32px;
    background-size: contain;
}
