@charset "utf-8";
/* CSS Document */
/*******************************************
  VARS
*******************************************/
/*******************************************
 CUSTOM PLUGGINS
*******************************************/
/* Slider */
@import url(../css/fonts/fideuram-icon/style.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900');

.visually-hidden {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden; 
  clip: rect(0, 0, 0, 0); 
  white-space: nowrap; 
  border: 0;
}

a:focus,
li:focus,
button:focus,
select:focus,
input:focus{
    outline: none !important;   
    border-radius: 10px !important; 
    box-shadow: 0 0 0 3px #ffdf23, 0 0 0 6px #fff, 0 0 0 8px #000 !important;    
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-slider.slick-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.slick-list {
  position: relative;
  /*overflow: hidden;*/
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url('../img/loading.gif') center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track {
  -webkit-backface-visibility: hidden;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
/*@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    margin-bottom: 15px;
  }

  .slick-dots {
    position: relative;
    bottom: 0;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ':';
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type='text'] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(1%, #eeeeee),
    color-stop(15%, #ffffff)
  );
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -moz-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -o-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -moz-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: -o-linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eeeeee 100%
  );
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type='text'],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type='text'],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*******************************************
 FONTS
*******************************************/
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .menu-opened body {
    overflow: hidden;
  }
}
/*******************************************
  TBL
*******************************************/
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
}

.tbl .tbl-cell.top {
  vertical-align: top;
}

.tbl .tbl-cell.right {
  text-align: right;
}

.tbl .tbl-cell.bottom {
  vertical-align: bottom;
}

.section-button {
  display: block;
  margin-bottom: 1em;
}

.section-button.align-center {
  text-align: center;
}

.section-button.align-right {
  text-align: right;
}

.section-button .site-btn {
  display: inline-block;
  color: #fff;
}
/*******************************************
  COVER BG
*******************************************/
.scroll_section_bg {
  position: absolute;
  width: 100%;
  clip: rect(auto, auto, auto, auto);
  overflow: hidden;
}

.cover_bg_wrap {
  position: absolute;
  clip: rect(auto, auto, auto, auto);
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cover_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.cover_bg img {
  display: block;
}

.cover_bg.center-center {
  background-position: center center;
}

.cover_bg.center-top {
  background-position: center center;
}

.cover_bg.fixed {
  position: fixed;
  perspective: 1000;
}

.no-touch .cover_bg.fixed {
  -webkit-transform: translateZ(0);
}

.touch .cover_bg.fixed {
  position: absolute;
}

.cover_bg.loading {
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-size: auto;
}
/*******************************************
  COOKIE
*******************************************/
#cookie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 9999;
  font-size: 14px;
  background: #2b8804;
}

#cookie .text-cookie {
  padding: 15px 40px 15px 15px;
  display: block;
}

#cookie a {
  color: #fff;
  text-decoration: underline;
}

#cookie .cta {
  font-size: 20px;
  color: #fff;
}

#cookie .btnc {
  margin-top: 10px;
  display: block;
  text-align: center;
}

#cookie .btnc button {
  background: #fff;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
}

#cookie .close {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 0;
  border: none;
  right: 0;
  background: none;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 767px) {
  #cookie {
    font-size: 12px;
    padding-bottom: 25px;
  }

  #cookie .cta {
    font-size: 16px;
  }
}
/*******************************************
  FORM ITEMS
*******************************************/
.custom_select {
  display: block;
  height: 40px;
  position: relative;
  /* overflow: hidden; */
  border: 0;
}


.custom_select:after {
  position: absolute;
  z-index: 1;
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  right: 0;
  width: 30px;
  height: 38px;
  top: 0;
  color: #cccccc;
  text-align: center;
  line-height: 38px;
}

.custom_select select {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  padding: 0 40px 0 6px;
  border: none;
  color: #6f6f6f;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #cccccc;  
}
.custom_select select:hover {
    border-color: #000;
    color: #000 !important;
}
.custom_select:hover:after {
    color: #000 !important;
}

.lt-ie9 .custom_select select {
  width: 120%;
  line-height: 20px;
  padding: 5px 0 5px 6px;
}

.custom_select select::-ms-expand {
  display: none;
}

.custom_check {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c7c5c4;
  position: relative;
  padding: 0px;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.custom_check input:checked + label {
  display: block;
}

.custom_check label {
  display: none;
  width: 18px;
  min-height: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 18px;
  background: transparent;
  border-radius: 100%;
}

.custom_check label:before {
  content: '\e907';
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom_check label.active {
  display: block;
}

.custom_radio {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cdcdcd;
  position: relative;
  padding: 4px;
  border-radius: 20px;
}

.custom_radio input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.custom_radio input:checked + span {
  background: #4d4d4d;
}

.custom_radio span {
  display: block;
  width: 10px;
  margin: 0;
  padding: 0;
  height: 10px;
  max-width: 10px;
  min-height: 10px;
  position: relative;
  background: transparent;
  border-radius: 100%;
}

.custom_radio span.active {
  background: #4d4d4d;
}

.styled_select {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  height: 46px;
  border-radius: 30px;
}

.styled_select .chosen-container {
  display: block;
}

.styled_select .chosen-container .chosen-single {
  display: block;
  padding: 0 30px;
  line-height: 44px;
  min-width: 160px;
  text-align: center;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 700;
}

.styled_select .chosen-container .chosen-single span {
  margin-right: 0;
}

.styled_select .chosen-container .chosen-single div {
  position: absolute;
  bottom: 0;
  line-height: 0px;
  left: 50%;
  margin-left: -5px;
}

.styled_select .chosen-container .chosen-single div b {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #6f6f6f;
}

.styled_select .chosen-container .chosen-results li {
  font-size: 12px;
  text-align: center;
}

.styled_select select {
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .styled_select select {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
  }
}

.link-list ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.link-list ul li {
  display: block;
  padding-left: 40px;
  position: relative;
}

.link-list ul li:nth-child(odd),
.link-list ul li.odd {
  background: #f5f5f5;
}

.link-list ul li:before {
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 12px;
  content: '\e903';
}

.link-list ul li a {
  display: block;
  padding: 5px 0;
}
/*#########################################
  GUIDELINES
#########################################*/
/*******************************************
  DOCUMENTS
*******************************************/
.documents {
  display: block;
  margin-bottom: 25px;
}

.documents ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.documents ul li {
  display: block;
  padding: 10px;
  background: #f8f9fb;
  font-size: 0.94em;
  margin-bottom: 2px;
}

.documents ul li a {
  padding-right: 40px;
  display: block;
  color: #4d4d4d;
}
.documents ul li a:hover {
    color: #2b8804;
}

.documents ul li .note {
  font-size: 12px;
  color: #4d4d4d;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 5px;
}

.ext_link_doc {
  display: block;
  margin-bottom: 25px;
  font-size: 0.88em;
}

.ext_link_doc a {
  display: inline-block;
}

.ext_link_web {
  display: block;
  font-size: 0.75em;
  margin-bottom: 25px;
}

.ext_link_web a {
  display: block;
  font-size: 1.67em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  margin-bottom: 8px;
}

.ext_link_web a span {
  font-size: 0.7em;
}

.doc_link {
  padding-right: 25px;
}

.doc_link.pdf {
  background: url(../img/icons/pdf.png) no-repeat right center;
}

.doc_link.xls {
  background: url(../img/icons/xls.png) no-repeat right center;
}

.list-check {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 0.88em;
}

.list-check li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.list-check li:before {
  content: '\e907';
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

.data-table {
  display: block;
  margin-bottom: 25px;
}

.data-table.seperated {
  margin: 0 -1px;
}

.data-table .table {
  font-size: 12px;
}

.data-table .table thead > tr > th {
  vertical-align: middle;
  font-size: 14px;
  border: none;
  padding: 3px 8px;
  text-transform: uppercase;
}

.data-table .table thead > tr > th.subtit,
.data-table .table thead > tr > th .subtit {
  border: none;
  padding: 3px 8px;
  white-space: nowrap;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  vertical-align: initial;
}

.data-table .table thead > tr > th .subtit {
  display: block;
}
.data-table .table thead > tr > th:first-child {
  text-align: left;
}

.data-table .table thead > tr td {
  border: none;
  padding: 3px 8px;
  white-space: nowrap;
}

.data-table .table > tbody {
  border-top: 1px solid #ccc;
}

.noborder.data-table .table > tbody {
  border: none;
}

.data-table .table > tbody > tr:nth-of-type(2n) td {
  background-color: #f5f5f5;
}

.invert.data-table .table > tbody > tr:nth-of-type(2n) td {
  background-color: transparent;
}

.invert.data-table .table > tbody > tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.data-table .table > tbody > tr > td {
  color: #000;
  border: none;
}

.seperated.data-table .table > tbody > tr > td {
  border-width: 0 1px;
  border-style: solid;
  border-color: #fff;
}

.data-table .table > tbody > tr > td:first-child {
  text-align: left;
  font-size: 13px;
  color: #161616;
  width: 40%;
}

.data-table td,
.data-table th {
  text-align: center;
  vertical-align: middle;
}

.alleft.data-table td,
.alleft.data-table th {
  text-align: left;
}

.data-table ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
}

.data-table.two_col td:first-child {
  width: 35%;
}

.faq {
  display: block;
  margin-bottom: 25px;
}

.faq .question {
  display: block;
  margin-bottom: 20px;
}

.faq .question .toggler {
  font-size: 1.25em;
  font-family: 'Open Sans', Helvetica, sans-serif;
  line-height: 1.1em;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

.faq .question .toggler:before {
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  margin-top: -13px;
  content: '\e909';
}

.faq .answer {
  padding-top: 15px;
}

.site-form {
  display: block;
}

.site-form.center {
  text-align: center;
}

.site-form .field {
  display: block;
  margin-bottom: 20px;
}

.site-form .field.last {
  margin-bottom: 0;
}

.site-form .field.align-right {
  text-align: right;
}

.site-form .field.align-center {
  text-align: center;
}

.site-form .field.float-right {
  float: right;
}

.site-form .field.full {
  clear: both;
  display: block;
}

.site-form .field .note {
  font-size: 12px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.site-form .field select,
.site-form .field button,
.site-form .field input,
.site-form .field label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.site-form .field select[disabled],
.site-form .field button[disabled],
.site-form .field input[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.site-form .field label {
  display: block;
}

.site-form .field label.error {
  color: red;
  font-size: 10px;
  text-transform: none;
}

.site-form .field .field-validation-error {
  color: red;
  font-size: 10px;
  text-transform: none;
}

.site-form .field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
}

.site-form .field.inline .custom_select,
.site-form .field.inline .input {
  width: auto;
}

.site-form .field .custom_select,
.site-form .field .input {
  width: 100%;
}

.site-form .field .custom_select {
  height: 46px;
}

.site-form .field .custom_select:after {
  line-height: 46px;
}

.site-form .field select {
  line-height: 46px;
  height: 46px;
}

.site-form .field button {
  /*padding: 0 30px;*/
}

.site-form .field .input {
  height: 46px;
  border: 1px solid #cccccc;
  padding: 10px 15px;
}
.site-form .field .input:hover {
    border-color: #000;
}

.site-form .field .input.error,
.site-form .field .input.input-validation-error {
  border-color: red;
}

.site-form .field textarea.input {
  height: 150px;
}

.site-form .field .site-btn {
  height: 46px;
  line-height: 46px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
}

.site-form .field .site-btn.square {
  border-radius: 0;
}

.site-form .field .site-btn:hover {
  text-decoration: none;
}

.site-form .field .site-btn.disabled {
  cursor: default;
}

.site-form .field .privacy_box {
  display: block;
  font-size: 14px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  height: 125px;
  overflow: auto;
  border: 1px solid #cccccc;
  padding: 10px 15px;
}

.site-form .inline-btn {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  height: 30px;
  border-radius: 30px;
  cursor: default;
}

.site-form .radio_field,
.site-form .check_field {
  margin: 0;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  line-height: 20px;
  margin-right: 15px;
}

.site-form .radio_field .custom_radio,
.site-form .check_field .custom_radio,
.site-form .radio_field .custom_check,
.site-form .check_field .custom_check {
  position: absolute;
  top: 0;
  left: 0;
}

.site-form .radio_field label,
.site-form .check_field label {
  margin-bottom: 0;
  line-height: 20px;
}

@media (max-width: 767px) {
  .site-form .field {
    margin-bottom: 10px;
  }

  .site-form .field.float-right {
    float: none;
  }
}

.site-form.bg {
  background: #f5f5f5;
  padding: 25px;
}

.site-form.bg label {
  color: #6f6f6f;
}

.site-form.bg .custom_select {
  background: #fff;
}

.site-video {
  display: block;
  margin-bottom: 20px;
}

.site-video .video {
  display: block;
  max-width: 750px;
  width: 100%;
}

.detail-page .text ul {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
}

.detail-page .text ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.detail-page .text ul li:before {
  content: '\e907';
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}

.detail-page .text ul li ul {
  margin-left: 15px;
}

.detail-page .text .border-top {
  border-top: 1px solid #e5e5e5;
}

.detail-page .text .border-bot {
  border-bottom: 1px solid #e5e5e5;
}

.detail-page .text table {
  font-size: 12px;
  width: 100%;
}

.detail-page .text table.font-xl {
  font-size: 1em;
}

.detail-page .text table thead > tr > th {
  vertical-align: middle;
  border: none;
  padding: 3px 8px;
  text-transform: uppercase;
}

.detail-page .text table thead > tr td {
  border: none;
  padding: 3px 8px;
}

.detail-page .text table > tbody > tr > td {
  color: #747474;
  padding: 8px;
}

.detail-page .text td,
.detail-page .text th {
  vertical-align: middle;
}

.block-charts .chart-title {
  background: #f5f5f5;
  padding: 8px 35px;
  margin-bottom: 1px;
}

.block-charts .charts {
  background: #f5f5f5;
  padding: 35px;
}

@media (max-width: 767px) {
  .block-charts .charts {
    overflow: auto;
  }
}

.block-charts .charts-c {
  background: #fff;
  padding: 15px;
}

.block-charts .charts-c canvas {
  width: 100%;
}

.block-charts .legend {
  display: block;
}

.block-charts .legend .line-legend {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.block-charts .legend .line-legend li {
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 12px;
  position: relative;
  line-height: 1em;
  margin-right: 25px;
  text-transform: uppercase;
}

.block-charts .legend .line-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
/*******************************************
  cta-default
*******************************************/
.cta-default {
  display: block;
}

.cta-default.center {
  text-align: center;
}

.cta-default a,
.cta-default .link {
  display: block;
  text-align: center;
  line-height: 1.1em;
  font-size: 0.88em;
  border: 1px solid #efefef;
  padding: 20px;
  font-weight: 600;
  background: transparent;
  position: relative;
  min-width: 210px;
  max-width: 100%;
  cursor: pointer;
}

.white.cta-default a,
.white.cta-default .link {
  color: #fff;
  border-color: #ffffff;
}

.cta-default a:before,
.cta-default .link:before {
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  z-index: 0;
  background: #f8f8f8;
  left: 0;
  top: 0;
}

.white.cta-default a:before,
.white.cta-default .link:before {
  opacity: 0.25;
  filter: alpha(opacity=25);
  background: #dadada;
}

.center.cta-default a,
.center.cta-default .link {
  display: inline-block;
}

.cta-default a span,
.cta-default .link span {
  display: block;
  z-index: 10;
  position: relative;
}

.cta-default a:hover,
.cta-default .link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cta-default a,
  .cta-default .link {
    padding: 15px;
  }
}

.cta-read {
  display: block;
  font-size: 0.88em;
  font-weight: 600;
}

.cta-read span {
  margin-left: 5px;
}

.cta-read.dx {
  text-align: right;
}

.cta-read:hover {
  text-decoration: none;
}

.site-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.site-btn span.icn {
  font-size: 1.2em;
  margin-left: 5px;
  vertical-align: middle;
}

.site-btn.rounded {
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  border-radius: 30px;
}

.section {
  padding: 20px 0 0 0;
}

.section.full {
  padding: 0;
}

.section.detail-slider {
  padding-top: 0;
}

.section.intro_hp {
  background: #f8f8f8;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1024px;
  padding: 0 20px;
}
/*******************************************
 HEADER
*******************************************/
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  /*.container{
    //padding: 0;
    @media(@desktop){
      padding: 0 @grid-gutter-width;
    }
  }*/
}

#header .site_navs {
  position: relative;
  padding-top: 30px;
}

#header .toggler {
  display: none;
  width: 50px;
  height: 50px;
  border: none;
  padding: 15px 12px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -10px;
  margin-top: 0;
  background: transparent;
  color: #fff;
  font-size: 10px;
}

#header .toggler .icon-bar {
  display: none;
  height: 2px;
  background: #4d4d4d;
  width: 26px;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  top: 26px;
  left: 12px;
  position: absolute;
}

#header .toggler .icon-bar:first-child {
  display: block;
}

#header .toggler .icon-bar:before,
#header .toggler .icon-bar:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4d4d4d;
  content: '';
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

#header .toggler .icon-bar:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

#header .toggler .icon-bar:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.menu-opened #header .toggler .icon-bar {
  background: none;
}

.menu-opened #header .toggler .icon-bar:before,
.menu-opened #header .toggler .icon-bar:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.menu-opened #header .toggler .icon-bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-opened #header .toggler .icon-bar:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .toggler .lbl {
  display: block;
  left: 100%;
  margin-left: -3px;
  position: absolute;
  top: 15px;
}

#header .logo_common {
  display: none;
  max-width: 180px;
  bottom: 0;
  padding: 15px 0;
}

#header .logo_common img {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
}

@media (max-width: 767px) {
  #header {
    height: 50px;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.4);
  }

  #header .logo_common {
    display: block;
    height: 50px;
    bottom: auto;
    position: relative;
  }

  #header .logo_common img {
    height: 24px;
  }

  #header .logo_common.sanpaolo-invest {
    padding-top: 11px;
    height: 20px;
  }

  #header .logo.sanpaolo-invest {
    padding-top: 11px;
    height: 20px;
  }

  #header .logo.sanpaolo-invest img {
    height: 28px;
  }

  #header .logo_common.sanpaolo-invest img {
    height: 28px;
  }

  #header .toggler {
    display: block;
  }

  #header .toggler .lbl {
    display: none;
  }

  #header .nav-common {
    height: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }

  .menu-opened #header .nav-common {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }

  #header .site_navs {
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    right: 0;
    padding-top: 0;
    top: 0;
    overflow: auto;
    bottom: 0;
    width: 260px;
    -webkit-box-shadow: inset 2px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(260px, 0);
    -ms-transform: translate(260px, 0);
    -o-transform: translate(260px, 0);
    transform: translate(260px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  .menu-opened #header .site_navs {
      visibility: visible;
      pointer-events: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*******************************************
 top_menu
*******************************************/
.top_menu {
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.63em;
  z-index: 9991;
  font-weight: 600;
  padding: 0;
  background: #f0f0f0;
}

.top_menu:after,
.top_menu:before {
  position: absolute;
  top: 0;
  content: '';
  height: 100%;
  width: 9999em;
  background: #f0f0f0;
}

.top_menu:before {
  left: 100%;
}

.top_menu:after {
  right: 100%;
}

.top_menu .links {
  text-align: left;
}

.top_menu .links ul {
  display: block;
  list-style-type: none;
  margin: 0 -12px;
  padding: 0;
}

.top_menu .links ul:before,
.top_menu .links ul:after {
  content: ' ';
  display: table;
}

.top_menu .links ul:after {
  clear: both;
}

.top_menu .links ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.lt-ie9 .top_menu .links ul li {
  display: block;
  float: left;
}

.top_menu .links ul li a,
.top_menu .links ul li span {
  display: block;
  line-height: 28px;
  padding: 0 8px 0 12px;
  cursor: pointer;
  color: #4d4d4d;
  text-transform: uppercase;
}
.top_menu .links ul li a .icon,
.top_menu .links ul li span .icon {
  font-size: 7px;
  margin-left: 3px;
  display: inline-block;
  position: relative;
}

.top_menu .links ul li {
  position: relative;
}
.top_menu .links ul li .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  background-color: #f0f0f0;
  width: 200px;
  display: none;
}

.top_menu .links ul li .submenu a,
.top_menu .links ul li .submenu span {
  line-height: 14px;
  padding: 5px 8px 5px 12px;
}

.top_menu .links ul li .submenu a:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.top_menu .links ul li:hover span {
  text-decoration: underline;
}
.top_menu .links ul li:hover a .icon,
.top_menu .links ul li:hover span .icon {
  transform: rotate(-180deg);
  top: -2px;
}
.top_menu .links ul li.open .submenu{
  display: block;
}

.skip-link {
  position: absolute;
  top: -2000px;     
  left: 0;
  background: #fff;
  border: 1px solid #2b8804;
  color: #000;
  padding: 8px 16px;
  z-index: 999999999;   
  text-decoration: none;
  font-weight: 600;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .top_menu {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    background: none;
  }

  .top_menu:before,
  .top_menu:after {
    display: none;
  }

  .top_menu .links ul {
    margin: 0;
  }

  .top_menu .links ul li {
    display: block;
    text-align: left;
  }

  .top_menu .links ul li:before {
    display: none;
  }

  .top_menu .links ul li a {
    padding: 8px 20px;
    font-size: 14px;
  }
  .top_menu .links ul li .submenu {
    position: relative;
    width: auto;
  }
  .top_menu .links ul li .submenu a,
  .top_menu .links ul li .submenu span {
    line-height: 28px;
    padding: 0 8px 0 12px;
  }
}
/*******************************************
 MAIN NAV
*******************************************/
.main_nav {
  display: block;
  position: relative;
  height: 60px;
}

.main_nav .dropdown-backdrop {
  display: none;
}

.main_nav .logo {
  display: block;
  position: relative;
  float: left;
  margin: 15px 0;
  max-width: 224px;
  width: 29.5%;
  bottom: 0;
  height: 28px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.main_nav .logoSPI {
  display: block;
  position: relative;
  float: left;
  margin: 15px 0;
  max-width: 180px;
  width: 18.5%;
  bottom: 0;
  height: 28px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.main_nav .logo img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: center left;
  opacity: 0;
}

.main_nav .main_menu {
  display: block;
  overflow: hidden;
  padding: 0 10px;
}

.main_nav .main_menu ul.menus {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.main_nav .main_menu ul.menus li.menu-link {
  display: table-cell;
  text-align: center;
  padding: 12px 0;
}

.main_nav .main_menu ul.menus li.menu-link a.link {
  padding: 0 10px;
  color: #4d4d4d;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  z-index: 1;
  line-height: 34px;
  height: 36px;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
.main_nav .main_menu ul.menus li.menu-link a.link:hover {
    color: #2b8804;
}
.main_nav .main_menu ul.menus li.menu-link.link-online a.link:hover,
.main_nav .main_menu ul.menus li.menu-link.link-online a.link:focus{
    color: #fff;
    background-color: #323232;
}

.main_nav .main_menu ul.menus li.menu-link a.link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

.main_nav .main_menu ul.menus li.menu-link a.link:after {
  width: 0;
  content: '';
  height: 0;
  display: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 5px solid #f0f0f0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 43px;
}

.main_nav .main_menu ul.menus li.menu-link:hover .megamenu,
.main_nav .main_menu ul.menus li.menu-link:focus .megamenu,
.main_nav .main_menu ul.menus li.menu-link:focus-within .megamenu {
  display: block;
}

.main_nav .main_menu ul.menus li.menu-link:hover a.link:after {
  display: block;
}

.touch .main_nav .main_menu ul.menus li.menu-link:hover .megamenu {
  display: none;
}

.touch .main_nav .main_menu ul.menus li.menu-link:hover a.link:after {
  display: none;
}

.touch .main_nav .main_menu ul.menus li.menu-link.opened .megamenu {
  display: block;
}

.touch .main_nav .main_menu ul.menus li.menu-link.opened a.link:after {
  display: block;
}

.main_nav .main_menu ul.menus li.menu-link.link-online {
  /*white-space: nowrap;*/
  text-align: right;
}

.main_nav .main_menu ul.menus li.menu-link.link-online a.link {
  width: 160px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  padding: 0 15px 0 10px;
  height: 40px;
}
.main_nav .main_menu ul.menus li.menu-link.link-online a.link:hover,
.main_nav .main_menu ul.menus li.menu-link.link-online a.link[aria-expanded="true"]{
    background-color: #323232;
    color: #fff;
}

.main_nav .main_menu ul.menus li.menu-link.link-online a.link:after {
  display: none;
}

.main_nav .close {
  color: #d0d4d9;
  position: absolute;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  right: 10px;
  z-index: 10;
  top: 0;
  font-size: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  cursor: pointer;
}

.main_nav .close:hover {
  color: #fff;
}

.main_nav .link-online a {
  padding-right: 15px;
  position: relative;
}

.main_nav .link-online a em {
  display: block;
  font-size: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 10px;
  line-height: 10px;
  margin-top: -6px;
}

.main_nav .link-online .dropdown {
  display: none;
  background: #fff;
  width: 290px;
  right: -70px;
  left: auto;
  position: absolute;
  top: 100%;
  padding: 15px 15px 0;
  text-align: left;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  white-space: initial;
}
@media (max-width: 1100px) {
  .main_nav .link-online .dropdown {
    right: 0;
  }
}

.main_nav .link-online .dropdown:before {
  position: absolute;
  top: -13px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 12px 6px 12px;
  content: ' ';
  margin-left: -12px;
  width: 0;
  height: 0;
  left: 50%;
  display: block;
}

.main_nav .link-online .dropdown a {
  white-space: normal;
  color: #094150;
}

.main_nav .link-online .dropdown .cta-default {
  margin: 15px 0;
}

.main_nav .link-online .dropdown .cta-default a {
  font-size: 14px;
  min-width: 50px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  padding: 15px 30px 15px 50px;
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;  
}
.main_nav .link-online .dropdown .cta-default a:before {
  background: #0f404e;
  border: 1px solid transparent;
}
.main_nav .link-online .dropdown .cta-default a:hover {
    color: #0f404e;
}
.main_nav .link-online .dropdown .cta-default a:hover:before {
    background-color: #fff;
    border-color: #0f404e;    
}
.main_nav .link-online .dropdown .bottom-box .cta-default a:hover:before {
    background-color: #323232;
}

.main_nav .link-online .dropdown .cta-default a em {
  position: absolute;
  width: 30px;
  left: 12px;
  top: 50%;
  margin-top: -17px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 1.6em;
}

.main_nav .link-online .dropdown .bold-text {
  font-weight: 700;
  color: #09414f;
  font-size: 14px;
}

.main_nav .link-online .dropdown hr {
  border-top: 2px solid #cccccc;
  margin-bottom: 10px;
  margin-top: 12px;
}

.main_nav .link-online .dropdown .links {
  display: block;
  padding-top: 1px;
  margin-bottom: 10px;
}

.main_nav .link-online .dropdown .cta-read {
  margin-top: 4px;
  font-size: 14px;
  color: inherit;
  line-height: 1.1em;
  letter-spacing: 0;
  font-weight: normal;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}
.main_nav .link-online .dropdown .cta-read:hover {
    text-decoration: underline;
}

.main_nav .link-online .dropdown .bottom-box {
  background-color: #f0f1f1;
  padding: 15px 15px 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 20px;
}

.main_nav .link-online .dropdown .bottom-box .new-title {
  color: #2b8804;
  font-size: 20px;
  font-weight: 700;
}
.main_nav .link-online .dropdown .bottom-box .cta-default a:hover {
    color: #fff;
}
.main_nav .link-online .dropdown .bottom-box .cta-default a:before {
  background: #2b8804;
}

.main_nav .link-online .dropdown .servizio_clienti {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #006a30;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 20px 0;
  margin-top: 20px;
}

.main_nav .link-online .dropdown .normal-text {
  display: block;
  font-size: 16px;
  color: #4f4f4f;
}

.main_nav .link-online .dropdown .servizio_clienti a {
  color: #fff;
  display: inline-block;
}

.main_nav .link-online .dropdown .new-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #09414f;
  margin: 0 0 5px;
}

.main_nav .link-online.open .dropdown {
  display: block;
}

.main_nav .link-online.open a.link em {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -2px;
}

@media (max-width: 991px) {
  .main_nav .main_menu ul.menus {
    font-size: 14px;
    table-layout: auto;
  }
}

@media (max-width: 767px) {
  .main_nav {
    height: auto;
  }

  .main_nav .logo {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .main_nav .main_menu {
    padding-left: 0;
  }

  .main_nav .main_menu ul.menus {
    padding: 0;
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link {
    display: block;
    border-bottom: 1px solid #f8f8f8;
    text-align: left;
    padding: 0;
    position: relative;
  }

  .main_nav .main_menu ul.menus li.menu-link a.link {
    padding: 10px 20px;
    height: auto;
    font-weight: bold;
    font-size: 14px;
  }

  .main_nav .main_menu ul.menus li.menu-link a.link span {
    line-height: 1.5em;
  }

  .main_nav .main_menu ul.menus li.menu-link a.link:after {
    width: 24px;
    display: block;
    height: 24px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    border: none;
    left: auto;
    font-family: 'fideuram-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    right: 10px;
    content: '\e900';
  }

  .touch .main_nav .main_menu ul.menus li.menu-link a.link:after {
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link:hover .megamenu {
    display: none;
  }

  .main_nav .main_menu ul.menus li.menu-link:hover a.link:after {
    display: block;
  }

  .touch .main_nav .main_menu ul.menus li.menu-link:hover a.link:after {
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link.opened .megamenu,
  .main_nav .main_menu ul.menus li.menu-link.active .megamenu {
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link.link-online {
    width: auto;
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link.link-online a.link {
    display: block;
    width: auto;
    padding: 5px 15px;
    height: auto;
    text-align: left;
    font-size: 14px;
  }

  .main_nav .main_menu ul.menus li.menu-link.link-online a.link:after {
    display: none;
  }

  .touch .main_nav .main_menu ul.menus li.menu-link.link-online a.link:after {
    display: none;
  }

  .main_nav .link-online a em {
    width: 24px;
    display: block;
    height: 24px;
    text-align: center;
    top: 50%;
    font-size: 12px;
    margin-top: -12px;
    border: none;
    left: auto;
    line-height: 24px;
    right: 10px;
  }

  .main_nav .link-online .dropdown {
    position: relative;
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: auto;
    top: auto;
  }

  .main_nav .link-online .dropdown:before {
    top: -6px;
  }
}
/*******************************************
  MEGAMENU
*******************************************/
.megamenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  overflow: hidden;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.megamenu .dropdown-backdrop {
  display: none;
}

.megamenu .row {
  margin: 0;
  padding-left: 4px;
  text-align: center;
  font-size: 0;
}

.megamenu .row .col {
  padding: 0;
  width: 20%;
  float: none;
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0;
}

.megamenu .row .col:before {
  content: '';
  width: 1px;
  background: #fafafa;
  height: 2000px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.megamenu .row .col:after {
  content: '';
  width: 1px;
  background: #f5f5f5;
  height: 2000px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.megamenu .row .col.first:before {
  display: none;
}

.megamenu .row .col.last:after {
  display: none;
}

.megamenu .sub-menu {
  padding: 25px 15px;
  display: block;
  font-size: 14px;
  text-align: left;
}

.megamenu .sub-menu a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px 0;
  min-height: 2.2em;
  color: #4d4d4d;
  line-height: 1.1em;
  box-sizing: content-box;
  text-transform: uppercase;
}

.megamenu .sub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #cccccc;
}

.megamenu .sub-menu ul li {
  margin-bottom: 6px;
}

.megamenu .sub-menu ul li a {
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  padding: 0;
  min-height: 1em;
  text-transform: none;
  border-bottom: none;
  line-height: 1.1em;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.megamenu .sub-menu ul li a .caret {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.megamenu .sub-menu ul li ul {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  padding-top: 0;
  margin-left: 10px;
}

.megamenu .sub-menu ul li ul a {
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.megamenu .sub-menu ul li.open ul {
  display: block;
}

@media (max-width: 991px) {
  .megamenu .sub-menu a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .megamenu {
    position: relative;
    top: auto;
    background: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }

  .megamenu .sub-menu {
    padding: 0;
  }

  .megamenu .sub-menu.has_sub > a {
    position: relative;
    display: block;
  }

  .megamenu .sub-menu.has_sub > a:after {
    width: 24px;
    display: block;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    line-height: 25px;
    border: none;
    left: auto;
    font-family: 'fideuram-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    content: '\e900';
  }

  .megamenu .sub-menu a {
    padding: 15px;
    min-height: 0;
    font-size: 12px;
    margin-bottom: 0;
  }

  .megamenu .sub-menu ul {
    display: none;
    border: none;
    margin: 0 20px;
    padding: 0;
  }

  .megamenu .sub-menu ul li a {
    padding: 10px;
  }

  .megamenu .sub-menu.opened > ul {
    display: block;
  }

  .megamenu .row .col {
    display: block;
    width: auto;
    float: none;
  }
}

#main {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*******************************************
  WRAPPER
*******************************************/
#wrapper {
  display: block;
  padding-top: 90px;
}

#wrapper .container.with-side-menu {
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 991px) {
  #wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  #wrapper {
    padding-top: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    background: #fff;
  }

  .menu-opened #wrapper {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
}
/*******************************************
  MAIN SLIDER
*******************************************/
.main_slider {
  display: block;
  margin-bottom: 0;
}

.detail-slider .main_slider {
  max-width: 1024px;
  margin: 0 auto;
}

#wrapper .main_slider .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
}

.main_slider .slick-track,
.main_slider .slick-list {
  height: 100%;
}

.main_slider .slick-list {
  overflow: hidden;
}

.main_slider .slider,
.main_slider .headbox{
  margin-bottom: 0;
}

.main_slider .slider .cover_bg,
.main_slider .headbox .cover_bg{
  position: relative;
  background-size: cover;
  height: 0;
  padding-bottom: 485px;
}

.main_slider .slide,
.main_slider .headbox-content {
  position: relative;
  height: 100%;
}

.main_slider .slide.slick-active .caption {
  display: block;
}

.main_slider .slide-image {
  position: relative;
  width: 100%;
  display: none;
}

.main_slider .container {
  position: relative;
  height: 100%;
  z-index: 2;
}

.main_slider .caption {
  display: block;
  height: 100%;
  color: #fff;
  max-width: 550px;
  text-align: left;
}

.main_slider .title {
  display: block;
  font-size: 3.63em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 0.8em;
  margin-top: 0px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.main_slider .text {
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  font-size: 1.13em;
  line-height: 1.33em;
}

.main_slider .cta-default {
  margin-top: 40px;
}

.main_slider .cta-default a {
  color: #fff;
  border-color: currentColor;
  min-width: 280px;
  display: inline-block;
  font-size: 1.13em;
  padding: 5px;
}
.main_slider .cta-default a:hover {
    color: #4d4d4d;
    background: #fff;
    border-color: #fff;
}
.main_slider .cta-default a.hasColor:hover {
   color: var(--bg) !important;
  background-color: var(--fg) !important;
}

.main_slider .slick-dots {
  bottom: 10px;
  z-index: 99;
}

.main_slider .slick-dots li {
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.main_slider .slick-dots li.slick-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_slider .slider-arrows {
  z-index: 99;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent;
}

.main_slider .slider-arrows:before {
  position: absolute;
  top: -30px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  color: #4d4d4d;
}

.main_slider .slider-arrows.slick-prev {
  left: 0;
  border-width: 30px 0 30px 30px;
}

.main_slider .slider-arrows.slick-prev:before {
  left: -30px;
}

.main_slider .slider-arrows.slick-next {
  border-width: 30px 30px 30px 0;
  right: 0;
}

.main_slider .slider-arrows.slick-next:before {
  right: -30px;
}

@media (max-width: 991px) {
  .main_slider .caption {
    font-size: 13px;
  }

  .main_slider .slider .cover_bg,
  .main_slider .headbox .cover_bg{
    padding-bottom: 56.25%;
  }
}

@media (max-width: 767px) {
  .main_slider .slider .cover_bg,
  .main_slider .headbox .cover_bg{
    padding-bottom: 75%;
  }

  .main_slider .title {
    font-size: 1.5em;
  }


  .main_slider .text {
    font-size: 1.1em;
  }

  .main_slider .cta-default a {
    min-width: 50px;
  }

  .main_slider .slick-dots {
    position: absolute;
    bottom: 0;
  }

  .main_slider .slick-dots li {
    margin: 0 10px;
  }

  .main_slider .caption {
    max-width: 100%;
    width: 100%;
    left: 0;
    padding: 0 40px;
  }

  .main_slider .caption .cta-default {
    margin-top: 15px;
  }
}
/*******************************************
  LATEST
*******************************************/
.latest {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
}

.latest:before {
  width: 1px;
  height: 60%;
  top: 20%;
  left: 50%;
  background: #cccccc;
  content: '';
  position: absolute;
  display: block;
}

.latest .latest-content {
  padding: 15px 40px 20px 30px;
  display: block;
  width: 50%;
  float: left;
  background: #fff;
  vertical-align: top;
}

.latest .latest-content.dx {
  padding-left: 40px;
}

.latest .head {
  display: block;
  margin: 0 0 10px 0;
  font-size: 1.13em;
}

.latest .item {
  display: block;
  color: #4d4d4d;
  margin-bottom: 30px;
  padding-right: 20px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  position: relative;
}

.latest .item .arrow {
  position: absolute;
  right: 0;
  width: 16px;
  top: 50%;
  margin-top: -0.5em;
}

.latest .item:last-child {
  margin-bottom: 0;
}

.latest .item.last {
  margin-bottom: 0;
}

.latest .item:hover,
.latest .item:focus {
  text-decoration: none;
  outline: none;
}

.latest .item .title {
  display: block;
  font-size: 0.88em;
  font-weight: 700;
}

.latest .item .text {
  display: block;
  font-size: 0.88em;
  line-height: 18px;
}

.latest .item .text .doc_link {
  line-height: 22px;
  display: inline-block;
}

.latest .item .cta-read {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .latest {
    background: none;
    display: block;
  }

  .latest:before {
    display: none;
  }

  .latest .latest-content {
    padding: 20px;
    display: block;
    width: 100%;
    float: none;
    position: relative;
  }

  .latest .latest-content.sx:before {
    content: '';
    width: 60%;
    height: 1px;
    background: #ccc;
    left: 20%;
    z-index: 10;
    bottom: 0px;
    position: absolute;
  }

  .latest .latest-content.dx {
    padding: 20px;
  }
}

.welcome {
  text-align: center;
  display: block;
  padding: 25px 30px;
}

.welcome .title {
  font-size: 2.38em;
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.welcome .title:after,
.welcome .title:before {
  font-family: 'fideuram-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 100%;
  left: 50%;
  content: '\e905';
  font-size: 12px;
}

.welcome .title:before {
  margin-left: -12px;
}

.welcome .title:after {
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.welcome .txt {
  display: block;
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 30px;
}

.full-launch {
  display: block;
  position: relative;
  overflow: hidden;
}

.full-launch .container {
  position: relative;
  z-index: 10;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 430px;
  overflow: visible;
}

.with_bg.full-launch .container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 100%;
  z-index: 99;
  content: ' ';
  top: 0;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
}

.with_bg.right-shadow.full-launch .container:before {
  right: auto;
  left: 100%;
}

.with_bg.full-launch .container {
  background: -moz-linear-gradient(
    left,
    rgba(53, 32, 32, 0.9) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}

.with_bg.right-shadow.full-launch .container {
  background: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  background: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}

@media (max-width: 991px) {
  .with_bg.full-launch .container {
    background: -moz-linear-gradient(
      left,
      rgba(53, 32, 32, 0.9) 30%,
      rgba(0, 0, 0, 0) 150%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0) 150%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0) 150%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  }

  .with_bg.right-shadow.full-launch .container {
    background: -moz-linear-gradient(
      right,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0) 150%
    );
    background: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0) 150%
    );
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0) 150%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  }
}

.full-launch .launch-image {
  display: block;
  float: left;
  width: 60%;
  padding: 0 20px;
  text-align: left;
}

.dx.full-launch .launch-image {
  float: right;
  text-align: right;
}

.full-launch .launch-image img {
  max-width: 100%;
  display: inline-block;
}

.full-launch .launch-info {
  display: block;
  width: 40%;
  float: left;
  color: #fff;
}

.full-launch .launch-info.text-white {
  color: #fff;
}

.full-launch .launch-info.text-black {
  color: #000;
  text-align: right;
  /*.cta-default{
        a{
          color: @mainColor;
          border-color: @mainColor;
        }
      }*/
}

.dx.full-launch .launch-info {
  float: right;
  text-align: right;
}

.white.full-launch .launch-info {
  color: #000;
  text-align: right;
  margin-top: 30px;
}

.white.dx.full-launch .launch-info {
  text-align: left;
}

.full-launch .launch-info .title {
  font-size: 2.13em;
  line-height: 1.12em;
  margin-bottom: 40px;
}

.full-launch .launch-info h1.title {
  font-size: 2.13em;
  line-height: 1.12em;
  margin-bottom: 40px;
  margin-top: 0px;
}

.white.full-launch .launch-info .title {
  font-size: 1.63em;
  max-width: 100%;
  line-height: 1.34em;
}

.white.full-launch .launch-info h1.title {
  font-size: 2.13em;
  line-height: 1.12em;
  margin-bottom: 40px;
  margin-top: 0px;
}

.full-launch .launch-info .text {
  max-width: 360px;
  margin-bottom: 40px;
  line-height: 1.63em;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  display: inline-block;
}

.white.full-launch .launch-info .text {
  max-width: 100%;
}

.full-launch .launch-info .cta-default a {
  display: inline-block;
  font-size: 18px;
}
.full-launch .launch-info .cta-default a:hover {   
   color: #fff;
}
.full-launch .launch-info .cta-default a:hover:before {
    background-color: #2b8804;
}
.full-launch .launch-info .cta-default.white a:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
  .full-launch .container {
    min-height: 50px;
  }

  .full-launch .launch-image {
    width: auto;
    float: none;
  }

  .full-launch .launch-image img {
    margin: 0 auto;
  }

  .full-launch .launch-info {
    width: auto;
    float: none;
  }

  .full-launch .launch-info .title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .full-launch .launch-info h1.title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .white.full-launch .launch-info .title {
    font-size: 1.25em;
    line-height: 1.12em;
  }

  .white.full-launch .launch-info h1.title {
    font-size: 1.25em;
    line-height: 1.12em;
  }

  .full-launch .launch-info .text {
    font-size: 13px;
    line-height: 1.2em;
  }
}

.cerca_filiale {
  display: block;
  background: #f8f8f8;
  padding: 25px 0;
}

.cerca_filiale .title {
  padding: 0;
  margin: 0;
  font-size: 2.63em;
  text-align: center;
  margin-bottom: 10px;
}

.cerca_filiale .text {
  text-align: center;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.cerca_filiale h2.text {
  text-align: center;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
}

.cerca_filiale .search {
  margin-top: 25px;
  display: block;
  position: relative;
  padding-right: 180px;
}

.cerca_filiale .search .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.cerca_filiale .search .submit .site-btn {
  width: 160px;
}

@media (max-width: 767px) {
  .cerca_filiale .title {
    font-size: 24px;
  }

  .cerca_filiale .text {
    font-size: 13px;
  }

  .cerca_filiale h2.text {
    font-size: 13px;
  }

  .cerca_filiale .search {
    padding-right: 0;
  }

  .cerca_filiale .search .custom_select {
    margin-bottom: 10px;
  }

  .cerca_filiale .search .submit {
    text-align: center;
    position: relative;
  }

  .cerca_filiale .search .submit button {
    margin: 0 auto;
  }
}

.features {
  display: block;
  padding: 35px 0;
}

.features .row {
  margin: 0 -13px;
}

.features .row .col {
  padding: 0 13px;
}

.features .box-feature {
  display: block;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  color: #fff;
}

.features .box-feature.black {
  color: #4d4d4d;
}

.features .box-feature .image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

.features .box-feature .image img {
  display: block;
  width: 100%;
}

.features .box-feature .cta {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 99;
  display: none;
}

.features .box-feature .info {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 28px;
  font-size: 1.13em;
}

.features .box-feature .info strong {
  display: block;
  font-weight: normal;
  font-size: 1.44em;
  line-height: 1.1em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .features .box-feature .info {
    padding: 15px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .features .row {
    margin: 0 -5px;
  }

  .features .row .col {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }

  .features .box-feature .info {
    padding: 15px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .features .row .col {
    width: 100%;
    float: none;
    max-width: 320px;
    margin: 0 auto 15px auto;
  }

  .features .box-feature .info {
    padding: 25px;
    font-size: 18px;
  }
}

.footer {
  display: block;
  padding-top: 40px;
  background: #f0f0f0;
  padding-bottom: 63px;
}

.footer .intro {
  font-size: 14px;
}

.footer .intro .logo {
  display: block;
  width: 170px;
  margin-bottom: 30px;
}

.footer .intro .logo img {
  display: block;
  width: auto;
  height: 28px;
}

.footer .top_links {
  text-align: left;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
}

.footer .top_links ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 4px;
}

.footer .top_links ul li {
  display: inline-block;
  margin-left: -4px;
  position: relative;
}

.footer .top_links ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  line-height: 12px;
}

.footer .top_links ul li.first a {
  padding-left: 0;
}

.footer .top_links ul li.first:before {
  display: none;
}

.footer .top_links a {
  display: block;
  line-height: 1.1em;
  padding: 0 8px 0 12px;
  cursor: pointer;
  color: #4d4d4d;
  text-transform: uppercase;
}

.footer .main-links {
  display: block;
  padding: 0;
  margin-bottom: 15px;
}

.footer .main-links .menu-link {
  display: block;
  float: left;
  width: 16%;
}

.footer .main-links .menu-link a {
  color: #4d4d4d;
}

.footer .main-links .menu-link .title {
  display: block;
  text-transform: none;
  font-size: 13px;
  padding-right: 30px;
  min-height: 34px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 18px;
}

.footer .main-links ul {
  display: block;
  margin: 0 20px 15px 0;
  padding: 0 15px 0 0;
  list-style-type: none;
}

.footer .main-links ul li {
  display: block;
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.footer .main-links ul li a {
  color: #808080;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  text-transform: uppercase;
}

.footer .main-links .tel {
  display: block;
  margin-bottom: 15px;
}

.footer .main-links .tel span {
  display: block;
}

.footer .main-links .tel a {
  display: block;
  font-size: 1.5em;
  color: #d0d4d9;
}

.footer .contacts {
  display: block;
  float: right;
  width: 20%;
}

.footer .contacts .number {
  display: block;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.06em;
  margin-bottom: 1em;
}

.footer .contacts .number a {
  color: #4d4d4d;
}

.footer .contacts .links {
  text-align: right;
}

.footer .contacts .links a {
  margin-bottom: 5px;
  display: inline-block;
  min-width: 160px;
}

.footer .legals {
  background: #d9d9d9;
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 15px 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 30;
}

.footer .legals a {
  color: #4d4d4d;
}

.footer .footer-disclaimer {
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .footer .footer-disclaimer {
    padding-bottom: 0px;
  }
  .main_nav .main_menu ul.menus li.menu-link a.link {
      font-size: 0.81em;
  }
    .main_slider .cta-default a {
        padding: 20px;
    }
}

@media (max-width: 991px) {
  .footer .top_links {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .main-links .menu-link {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .footer .contacts {
    clear: both;
    float: none;
    width: auto;
    text-align: center;
  }

  .footer .contacts .number {
    text-align: center;
  }

  .footer .contacts .links {
    display: block;
    text-align: center;
  }
}

.footer .top_links li {
  margin-bottom: 6px;
  margin-left: 0;
}

.footer .top_links li a {
  padding: 5px 8px 5px 12px;
}

@media (max-width: 479px) {
  .footer .main-links .menu-link {
    width: auto;
    float: none;
  }
}

.breadcrumb {
  margin-top: 30px;
  font-size: 13px;
  color: #000;
}

.breadcrumb a {
  color: #000;
}
.breadcrumb .active {
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.modal {
  z-index: 99999;
}

.modal .modal-content {
  z-index: 9999;
}

.modal .tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.modal .tbl .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

.modal .modal-content {
  max-width: 945px;
  border: 10px solid #dbcebb;
  padding: 70px;
  margin: 40px auto;
  border-radius: 0;
}

@media (max-width: 767px) {
  .modal .modal-content {
    padding: 20px;
  }
}

.modal .close-btn {
  display: none;
}

.modal .title {
  font-size: 1.75em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.modal .text {
  font-size: 1.25em;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .modal .text {
    font-size: 0.88em;
  }
}

.modal .close-inline {
  display: block;
  margin-top: 30px;
  font-size: 1.25em;
  text-align: center;
}

.modal .close-inline a {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

.detail-page {
  display: block;
  padding-bottom: 30px;
}

.detail-page .text {
  display: block;
  line-height: 1.5em;
}

.detail-page .text a {
  text-decoration: underline;
}
.detail-page .text a {
    color: #2b8804;
}
.detail-page .text a:hover {
    color: #323232;
}

.detail-page .text .custom_font {
  font-family: 'Open Sans', Helvetica, sans-serif;
}

.detail-page .title {
  font-size: 1.88em;
  margin: 0 0 20px 0;
  padding: 0 190px 0 0;
}

.detail-page .sub-title {
  display: block;
  font-size: 1.38em;
  line-height: 1.55em;
  padding: 0 190px 0 0;
  margin: 0 0 20px 0;
}

.detail-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.detail-page a {
  color: #2b8804;
}
.detail-page a:hover {
    color: #323232;
}
.detail-page a.site-btn:hover {
    color: #fff;
    background-color: #323232;
    text-decoration: none;
}

.detail-page .detail-row {
  display: table;
  width: 100%;
}

.detail-page .detail-row .col-sx,
.detail-page .detail-row .col.dx {
  display: table-cell;
}

.detail-page .detail-row .col-sx {
  font-size: 16px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  width: 100%;
}

.detail-page .detail-row .col.dx {
  width: 230px;
  padding-left: 40px;
}

.detail-page .detail-row .aside {
  width: 190px;
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
}

.detail-page .detail-row .aside .head {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 0.94em;
  padding: 0;
  margin-bottom: 20px;
}

.detail-page .detail-row .aside .widget {
  background: #f8f8f8;
  margin-left: -15px;
  padding: 15px;
  margin-bottom: 20px;
}

.detail-page .detail-row .aside .widget .tit {
  margin-bottom: 15px;
}

.detail-page .detail-row .aside .widget h1.tit {
  margin-bottom: 15px;
  font-size: 16px;
}

.detail-page .detail-row .aside .widget .site-form {
  display: block;
  position: relative;
}

.detail-page .detail-row .aside .widget .site-form .custom_select select {
  font-size: 12px;
}

.detail-page .detail-row .aside .widget .site-form .submit {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.detail-page .detail-row .aside .widget .site-form .submit button {
  width: 120px;
  margin: 0 auto;
}

.detail-page h2,
.detail-page h3,
.detail-page h4,
.detail-page h5,
.detail-page .detail_title {
  margin: 0 0 0.8em 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

.detail-page h2.border,
.detail-page h3.border,
.detail-page h4.border,
.detail-page h5.border,
.detail-page .detail_title.border {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.detail-page h2 sup,
.detail-page h3 sup,
.detail-page h4 sup,
.detail-page h5 sup,
.detail-page .detail_title sup {
  font-size: 0.5em;
  top: -1em;
  margin-left: 5px;
}

.detail-page h2 small,
.detail-page h3 small,
.detail-page h4 small,
.detail-page h5 small,
.detail-page .detail_title small {
  font-size: 0.7em;
}

.detail-page h2,
.detail-page .detail_title {
  font-size: 1.25em;
}

.detail-page h3 {
  font-size: 1.2em;
}

.detail-page .spacer {
  margin-top: 40px;
}

.detail-page .spacer-2 {
  margin-top: 60px;
}

.detail-page .note {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}

.detail-page .note.light {
  color: #6f6f6f;
}

.detail-page .with-side-menu .row-with-side-menu {
  margin: 0 -15px;
}

.detail-page .with-side-menu .row-with-side-menu .title,
.detail-page .with-side-menu .row-with-side-menu .sub-title {
  padding-right: 0;
}

.detail-page .with-side-menu .row-with-side-menu .side-sx,
.detail-page .with-side-menu .row-with-side-menu .side-dx {
  padding: 0 15px;
}

.detail-page .side-sx .client-service {
  display: none;
}

@media (max-width: 991px) {
  .detail-page .with-side-menu .row-with-side-menu .side-sx {
    width: 30%;
  }

  .detail-page .with-side-menu .row-with-side-menu .side-dx {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .detail-page .with-side-menu .row-with-side-menu .side-sx {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .detail-page .with-side-menu .row-with-side-menu .side-dx {
    width: 100%;
    display: block;
  }

  .detail-page .title {
    font-size: 1.5em;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .detail-page .sub-title {
    font-size: 1.13em;
    padding-right: 0;
  }

  .detail-page .detail-row {
    display: block;
  }

  .detail-page .detail-row .col-sx,
  .detail-page .detail-row .col.dx {
    display: block;
  }

  .detail-page .detail-row .col.dx {
    padding-left: 0;
    width: auto;
    margin-top: 30px;
  }

  .detail-page .detail-row .aside {
    border-left: none;
    width: auto;
    padding-left: 0;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }

  .detail-page .detail-row .aside .widget {
    margin-left: 0;
  }
}

.nav_left_right {
  display: block;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 25px;
}

.nav_left_right:before,
.nav_left_right:after {
  content: ' ';
  display: table;
}

.nav_left_right:after {
  clear: both;
}

.nav_left_right.floated .site-btn {
  float: left;
  margin-left: 0;
}

.nav_left_right.floated .site-btn.dx {
  float: right;
  margin-right: 0;
}

.nav_left_right .site-btn {
  display: inline-block;
  color: #fff;
  min-width: 160px;
  margin: 0 20px;
}

.nav_left_right .site-btn.up {
  min-width: 100px;
  background: #f5f5f5;
  color: #4d4d4d;
}

.nav_left_right .site-btn.up span {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent #4d4d4d transparent;
}

@media (max-width: 767px) {
  .nav_left_right .site-btn {
    min-width: 100px;
  }
}

.related {
  display: block;
}

.related .item {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  color: #4d4d4d;
  text-decoration: none;
}
.related .item a:hover {
    text-decoration: underline;
}

.related .item:last-child {
  border-bottom: none;
}

.related .item .tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}

.related .item h1.tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0px;
  line-height: 1.42857143;
}

.related .item .txt {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.related_bot {
  display: block;
  padding-top: 0;
  padding-bottom: 0px;
}

.related_bot .related_columns {
  margin: 0 -13px;
}

.related_bot .title {
  display: block;
  font-size: 0.94em;
  font-weight: 700;
  padding: 10px 20px;
}

.related_bot .head {
  display: block;
  font-size: 0.94em;
  font-weight: 700;
  padding: 10px 20px;
}

.related_bot .row {
  margin: 0 -13px;
}

.related_bot .row .related_columns {
  display: table;
  width: 100%;
}

.related_bot .row .related_columns .col {
  display: table-cell;
  border-width: 0 13px;
  border-style: solid;
  border-color: #fff;
  float: none;
  padding: 0;
  height: 0;
  vertical-align: middle;
}

.related_bot .tit {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.related_bot .tbl-cell {
  vertical-align: middle;
}

.related_bot .sx .tbl-cell {
  border: 1px solid #dadada;
}

.related_bot .dx .tbl-cell {
  background: #f8f8f8;
  border: 1px solid #eee;
}

.related_bot .widget {
  float: left;
  width: 33.33%;
  padding: 0 13px;
}

.related_bot .widget .widget-container {
  padding: 20px;
  border: 1px solid #eee;
  background: #f8f8f8;
  min-height: 176px;
}

.related_bot .widget .tit {
  margin-bottom: 25px;
}

.related_bot .widget .site-form {
  display: block;
  position: relative;
  padding-right: 105px;
}

.related_bot .widget .site-form .custom_select select {
  font-size: 12px;
}

.related_bot .widget .site-form .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.related_bot .widget .site-form .submit button {
  width: 100px;
}

.related_bot .related {
  float: left;
  padding: 0 13px;
  margin-bottom: 20px;
  width: 66.666%;
}

.related_bot .related.items-2 .item {
  width: 50%;
}

.related_bot .related.items-3 {
  width: 100%;
}

.related_bot .related.items-3 .item {
  width: 33.33%;
}

.related_bot .related .items {
  border: 1px solid #dadada;
}

.related_bot .related .item {
  display: block;
  width: 100%;
  padding: 20px;
  float: left;
  margin-bottom: 0;
  min-height: 175px;
  background: #fff;
  position: relative;
  border-bottom: none;
}




.related_bot .related .item .tit {
  font-size: 1.25em;
  min-height: 2.2em;
  font-weight: 400;
  left: 1.1em;
}

.related_bot .related .item h1.tit {
  font-size: 1.25em;
  min-height: 2.2em;
  font-weight: 400;
  left: 1.1em;
  margin-top: 0px;
}

.related_bot .related .item .txt {
  font-size: 14px;
  min-height: 2.2em;
  line-height: 1.1em;
}

@media (max-width: 991px) {
  .related_bot .tit {
    font-size: 1.25em;
  }

  .related_bot .related .item .tit {
    font-size: 1.25em;
  }

  .related_bot .related .item h1.tit {
    font-size: 1.25em;
  }

  .related_bot .widget .site-form {
    padding-right: 0;
  }

  .related_bot .widget .site-form .submit {
    margin-top: 10px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .related_bot .row {
    display: block;
  }

  .related_bot .row .related_columns {
    display: block;
    margin: 0;
  }

  .related_bot .row .related_columns .col {
    display: block;
    height: auto;
  }

  .related_bot .row .related_columns .col.sx {
    margin-bottom: 20px;
  }

  .related_bot .related {
    padding: 20px 0;
  }

  .related_bot .related .items {
    border: none;
  }

  .related_bot .related.items-2 .item {
    width: 100%;
  }

  .related_bot .related.items-3 {
    width: 100%;
  }

  .related_bot .related.items-3 .item {
    width: 100%;
  }

  .related_bot .related .item {
    width: 100%;
    padding: 20px 20px 0 20px;
    float: none;
    min-height: 50px;
    margin-bottom: 20px;
    border-top: 1px solid #dadada;
  }  
}

.detail_map {
  display: block;
  padding-bottom: 80%;
  position: relative;
}

.detail_map #map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*******************************************
  header-lp
*******************************************/
.header-lp {
  display: block;
  background: #f0f0f0;
  height: 57px;
  padding: 15px 0;
}

.header-lp .logo {
  display: block;
}

.header-lp .logo img {
  display: block;
  height: 27px;
  width: auto;
}

.lp_content {
  display: block;
  padding: 30px 0;
}

.lp_content .visual {
  display: block;
  margin-bottom: 25px;
}

.lp_content .visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_content .cta {
  display: block;
  text-align: center;
}

.lp_content .cta .head {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lp_content .title_sup {
  display: block;
  text-align: center;
  font-size: 1.63em;
  margin: 0 0 5px 0;
  padding: 0;
}

.lp_content .title {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
  font-size: 2.25em;
  font-weight: 300;
}

.lp_content .text {
  font-size: 14px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  margin-bottom: 20px;
}

.client-service {
  display: block;
  padding: 0 20px;
  font-size: 1.06em;
  font-weight: bold;
}

.client-service a {
  display: block;
}

@media (max-width: 767px) {
  .side-sx .client-service {
    display: none;
  }
}

.side-menu {
  display: block;
  padding: 25px 20px;
  margin-bottom: 20px;
  background: #f7f7f7;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.side-menu .dropdown-backdrop {
  display: none !important;
}

.side-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.side-menu ul li {
  margin-bottom: 10px;
}

.side-menu ul li a {
  display: block;
  font-size: 18px;
  color: #0d2901;
}

.side-menu ul li.active ul {
  display: block;
}

.side-menu ul li ul {
  display: none;
  margin-top: 10px;
}

.side-menu ul li ul li {
  padding-left: 0px;
}

.side-menu ul li ul li a {
  font-size: 0.88em;
  display: block;
  color: #6f6f6f;
  line-height: 1.1em;
}

.side-menu ul li ul li ul {
  margin-left: 15px;
}

.side-menu .toggle {
  display: none;
}

@media (max-width: 767px) {
  .side-menu.mobile_menu {
    padding: 0;
    position: relative;
  }

  .side-menu.mobile_menu .toggle {
    padding: 10px 20px;
    background: none;
    border: none;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
  }

  .side-menu.mobile_menu .toggle .caret {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
  }

  .side-menu.mobile_menu > ul {
    display: none;
    padding: 0 20px 20px 20px;
  }

  .open.side-menu.mobile_menu > ul {
    display: block;
  }
}

.locator {
  display: block;
  margin-top: 25px;
}

.locator .search {
  margin-top: 25px;
  display: block;
  position: relative;
  padding-right: 180px;
}

.locator .search .custom_select {
  height: 40px;
}

.locator .search .custom_select:after {
  line-height: 38px;
}

.locator .search .custom_select select {
  line-height: 36px;
  text-transform: none;
  color: #6f6f6f;  
  height: 36px;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
.locator .search .submit {
  position: absolute;
  right: 0;
  top: 0;
}

.locator .search .submit .site-btn {
  width: 160px;
}

@media (max-width: 767px) {
  .locator .search {
    padding-right: 0;
  }

  .locator .search .custom_select {
    margin-bottom: 10px;
  }

  .locator .search .submit {
    text-align: center;
    position: relative;
  }

  .locator .search .submit button {
    margin: 0 auto;
  }
}

.locator .detail_map {
  padding-bottom: 50%;
}

.locator .row {
  margin-bottom: 20px;
}

.locator .results {
  display: none;
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 20px;
}

.locator .results .items {
  display: block;
  padding: 20px;
  margin-top: 10px;
  background: #fff;
  font-size: 12px;
  max-height: 180px;
  overflow: auto;
}

.locator .results .items .item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.locator .results .items .item .address {
  display: table-cell;
  text-align: left;
  padding: 5px;
}

.locator .results .items .item .contacts {
  display: table-cell;
  text-align: right;
  padding: 5px;
}

.locator .results .items .item .contacts a {
  cursor: pointer;
}

@media (max-width: 479px) {
  .locator .results .items .item {
    display: block;
  }

  .locator .results .items .item .address,
  .locator .results .items .item .contacts {
    display: block;
  }
}

.locator .direction-search {
  display: none;
  margin-top: 15px;
}

.locator .adp-directions {
  width: 100%;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

@media (max-width: 767px) {
  .locator .detail_map {
    height: 320px;
    padding-bottom: 0;
  }
}

.infolayer {
  display: block;
  padding: 15px;
  width: 300px;
}

.infolayer .address {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.infolayer .tele {
  display: block;
  margin-bottom: 10px;
}

.infolayer .site-btn {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}

.intro_banners {
  display: table;
  width: 100%;
}

.intro_banners .banner {
  display: table-cell;
  width: 33.333%;
  vertical-align: top;
  border-right: 1px solid #cecece;
  height: 315px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.intro_banners .banner:last-child {
  border-right: none;
}

.intro_banners .banner .banner_content {
  display: block;
  position: relative;
  padding: 30px;
  max-width: 280px;
  color: #252525;
  text-decoration: none;
  color: #fff;
}

.intro_banners .banner .banner_content:hover {
  text-decoration: underline;  
}

.intro_banners .banner .banner_content .title {
  color: #fff;
  font-size: 1.63em;
  line-height: 1.15em;
  margin-bottom: 20px;
}

.intro_banners .banner .banner_content .text {
  line-height: 1.38em;
  display: block;
  font-size: 1em;
  color: white;
}

.intro_banners .banner .banner_content .icon {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .intro_banners .banner {
    height: 200px;
  }

  .intro_banners .banner .banner_content {
    padding: 20px;
  }

  .intro_banners .banner .banner_content .title {
    font-size: 1.25em;
  }

  .intro_banners .banner .banner_content .text {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .intro_banners {
    display: block;
  }

  .intro_banners .banner {
    height: auto;
    width: 100%;
    display: block;
  }
}

.side_info {
  display: block;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
}

.serie_storiche .site-form {
  margin-bottom: 30px;
}

.banner_xmas {
  display: none;
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 9999;
  height: auto;
  padding-bottom: 14.4%;
  text-align: center;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  .has_xmas_banner & {
    display: block;
  }
 */
}

.banner_xmas .close {
  display: block;
  position: absolute;
  right: 20px;
  width: 28px;
  border: 3px solid #fff;
  background: #2b8804;
  height: 28px;
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  z-index: 999;
  top: 10px;
  padding: 0;
}

.banner_xmas .container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  max-width: none;
}

.banner_xmas .title {
  color: #166936;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 3.75em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.banner_xmas .title span.e {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999em;
  width: 1em;
  background: url('../img/banner_xmas_e.png') no-repeat center;
}

@media (max-width: 1200px) {
  .banner_xmas .title {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  .banner_xmas .title {
    font-size: 2em;
  }

  .banner_xmas .title span.e {
    background-size: auto 22px;
  }
}

@media (max-width: 991px) {
  .banner_xmas {
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  .banner_xmas {
    height: 60px;
    padding-bottom: 0;
    top: 0;
  }

  .banner_xmas .title {
    font-size: 1.25em;
  }

  .banner_xmas .title span.e {
    background-size: auto 16px;
  }
}
/*
.has_xmas_banner{
  #wrapper{
  }
  #header{
    top:0;
    margin-top: 14.40%;

    .top_menu{
      top:0;
      position: fixed;
      .links{
        max-width: 1024px;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto;
      }
    }

    @media(@tablet){

    }
    @media(@mobile){
      top: 60px;
      margin-top: 0;

      .top_menu{
        top: auto;
      }
    }
  }
}
*/
.serie_storiche .site-form .field.year {
  min-width: 200px;
}

.link-list ul li:before,
.link-list ul li a {
  color: #2b8804;
}
/* stili fancybox per non far andare il video pop-up sotto l'header*/
.fancybox-overlay {
  z-index: 99998 !important;
}

.fancybox-opened {
  z-index: 99999 !important;
}

.text a {
  color: #2b8804;
  text-decoration: underline;
}
/*modal*/
#modale .modal-dialog {
  margin: 30px auto;
  z-index: 9999;
}

#modale.modal .modal-content {
  border: 5px solid #2b8804;
  background: #f0f0f0;
  font-size: 16px;
  padding: 20px 20px;
}

#modale.modal .modal-content p {
  font-weight: 600;
}

#modale .modal-footer .site-btn {
  max-width: 200px;
  margin: 0 auto;
}

#modale .modal-footer .site-btn:visited,
#modale .modal-footer .site-btn:hover,
#modale .modal-footer .site-btn:focus {
  color: #ffffff;
}

#modale .modal-header {
  border-bottom: 0px;
}

#modale .modal-footer {
  border-top: 0px;
}

#modale .justify-content-md-center {
  text-align: center;
}

#modale .text-green {
  color: #2b8804;
}

#modale.modal .modal-content p.font-30 {
  font-weight: 100;
  font-size: 22px;
}

#modale .modal-body {
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  #modale .modal-dialog {
    width: 540px;
    margin: 30px auto;
  }
}

#modale .modal-title {
  font-size: 42px;
  color: #2b8804;
  font-weight: 100;
  text-align: left;
  display: inline-block;
  line-height: 46px;
  background: url(../img/img-shield.png) no-repeat left center;
  padding: 40px 40px 40px 150px;
  background-size: contain;
}

#modale .img-modal {
  width: 22%;
  display: inline;
}

#modale .btn-secondary {
  position: absolute;
  right: 9px;
  /* line-height: 46px; */
  background: url(../img/x.png) no-repeat left center;
  /* padding: 19px; */
  top: 9px;
  width: 40px;
  height: 40px;
}

/* === CONVERSION MARGIN PAGE === */
.conversion-page {
  padding: 0;
}

.conversion-page h2 {
  color: #2b8804;
  text-align: center;
  font-size: 22px;
  max-width: 70%;
  margin: 0 auto 20px;
  line-height: 26px;
}

.conversion-page p.desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.conversion-page .top-band {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.conversion-page .conversion {
  padding: 30px 0;
}

.conversion-page .conversion .conversion-table {
  overflow-y: auto;
  margin: 50px auto;
}

.conversion-page .conversion .conversion-table .table-caption {
  display: flex;
}

.conversion-page .conversion .conversion-table .table-caption > div {
  display: none;
}

.conversion-page .conversion .conversion-table .table-caption > div.text-col {
  background-color: #f8f8f8;
  border: 2px solid #dcdcdc;
  border-bottom: 0;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  display: block;
}

.conversion-page .conversion .conversion-table table {
  background-color: #f8f8f8;
  border: 2px solid #dcdcdc;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 2px solid #dcdcdc;
}

.conversion-page .conversion .conversion-table table tr {
  font-size: 14px;
}

.conversion-page .conversion .conversion-table table tr label {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.conversion-page .conversion .conversion-table table tr .value-col label {
  justify-content: flex-start;
}

.conversion-page .conversion .conversion-table table tr th.value-col label {
  padding: 0 40px;
}

.conversion-page .conversion .conversion-table table tr th {
  font-weight: 400;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}

.conversion-page .conversion .conversion-table table tr th.value-col {
  text-align: left;
}

.conversion-page .conversion .conversion-table table tr td {
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  padding: 10px 8px;
}

.conversion-page .conversion .conversion-table table tr td.value-col {
  text-align: left;
}

.conversion-page .conversion .conversion-table table tr td .img {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
}

.conversion-page .disclaimer {
  background-color: #f8f8f8;
  padding: 20px 0;
}

.conversion-page .disclaimer p {
  font-size: 13px;
  line-height: 15px;
}

@media (min-width: 394px) {
  .footer {
    width: 100%;
    padding-bottom: 47px;
  }
}

@media (min-width: 992px) {
  .conversion-page .conversion .conversion-table .table-caption > div {
    min-width: 133px;
    width: 133px;
    display: block;
  }

  .conversion-page .conversion .conversion-table .table-caption > div.text-col {
    width: calc(100% - 133px);
    min-width: calc(100% - 133px);
  }
}

/* === END / CONVERSION MARGIN PAGE === */

/* === 3 BOX FEATURES CARD === */
.features .feature-card {
  border: 1px solid #000;
  margin-bottom: 30px;
}
.features .feature-card .image {
  border-bottom: 1px solid #000;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.features .feature-card .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.features .feature-card .text {
  padding: 15px;
}
.features .feature-card .text .title {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  height: 74px;
  overflow: hidden;
  margin-bottom: 10px;
}
.features .feature-card .text .desc {
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  height: 70px;
}
.features .feature-card .cta {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.features .feature-card .cta a {
  text-decoration: none;
}
.features .feature-card .cta a:hover {
  text-decoration: underline;
}
.features .feature-card .cta i {
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}

/* ======== mobile first ======*/
/* Home News Slider */
.module-slider .module-content{
    position: relative;
    padding: 0 30px 20px;
}
.module-slider .module-title {
    font-weight: 600;
    color: #2b8804;    
    font-size: 18px;
    margin: 0 0 20px;
}
.module-slider .news-slider {
    margin: 20px 0 0 -20px;    
}
.module-slider .news-slider .slick-slide {
    padding: 0 20px;
}
.module-slider .news-slider .slick-list {
    overflow: hidden;
}
.module-slider .news-slider .slick-arrow {
    left: -25px;
    position: absolute;
    z-index: 99999;
    font-size: 0;
    color: #2b8804;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -75px;
    font-family: 'fideuram-icon';
}
.module-slider .news-slider .slick-arrow:before {
    font-size: 20px;
    color: #2b8804;  
    opacity: 1;
    content: "\e902";
    position: relative;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
}
.module-slider .news-slider .slick-arrow.slick-next:before {
    content: "\e903";
}
.module-slider .news-slider .slick-arrow span {
    font-size: 20px;
}
.module-slider .news-slider .slick-arrow.slick-next {
    left: auto;
    right: -45px;
}
.module-slider .news-slider .slick-dots {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin: 10px 0 0;
}
.module-slider .news-slider .slick-dots li {
    padding: 4px;
    height: auto;
    width: auto;
}
.module-slider .news-slider .slick-dots li button {
    background-color: #4d4d4d;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    padding: 0;
}
.module-slider .news-slider .slick-dots li.slick-active button {
    background-color: #2b8804;
    width: 12px;
    height: 12px;
}
.module-slider .news-slider .slide .category { 
    font-weight: 600;
    color: #000;    
    font-size: 14px;
    margin: 0;
}
.module-slider .news-slider .slide .text {
    font-size: 14px;    
    margin-top: 20px;
}
@media (max-width: 767px) {
    .module-slider .news-slider .slide .text {
        height: auto !important;
    }
}
.module-slider .news-slider .slide .cta-container {
    display: flex;
    justify-content: flex-end;
}
.module-slider .news-slider .slide .cta {
    display: inline-flex;
    align-items: center;
    color: #2b8804;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.module-slider .news-slider .slide .cta .arrow {
     position: relative;
     top: -1px;
}

#faq_list { padding-left: 0; }
#faq_list a:hover { color: #323232; }

@media (min-width: 768px) {
  /* Home News Slider */
  .module-slider .module-content {
      padding: 0 60px 20px;
  }
  .module-slider .news-slider {
      margin: 20px 0 40px;
      padding-bottom: 40px;
  }  
    .module-slider .news-slider .slick-slide {
        padding: 0;
    }
  .module-slider .news-slider .slick-arrow {
    left: -65px;
    margin-top: -40px;
  }
  .module-slider .news-slider .slick-arrow.slick-next {
    right: -65px;    
  }
  .module-slider .news-slider .slick-dots {
      bottom: -40px;
      margin: 0;
  }
  .module-slider .news-slider .slide .slide-content{
       padding-right: 30px;
   }
  .module-slider .news-slider .slide .category {
      font-size: 13px;
  }
  .module-slider .news-slider .slide .text {
      margin-top: 5px;
      font-size: 13px;
  }
  .module-slider .news-slider .slide .cta {
      margin-top: 10px;
      font-size: 13px;
  }
}

body.acsb-keynav select,
body.acsb-keynav #main select{
    -webkit-appearance: none !important;
}

body.acsb-keynav .custom_radio input {
		opacity: 0 !important;
		filter: alpha(opacity=0) !important;
	}