@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'fideuram-icon';
    src:    url('fonts/fideuram-icon/fonts/fideuram-icon.eot?mkgmgy');
    src:    url('fonts/fideuram-icon/fonts/fideuram-icon.eot?mkgmgy#iefix') format('embedded-opentype'),
        url('fonts/fideuram-icon/fonts/fideuram-icon.ttf?mkgmgy') format('truetype'),
        url('fonts/fideuram-icon/fonts/fideuram-icon.woff?mkgmgy') format('woff'),
        url('fonts/fideuram-icon/fonts/fideuram-icon.svg?mkgmgy#fideuram-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fideuram-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
    content: "\e90a";
}
.icon-settings:before {
    content: "\e90b";
}
.icon-arrow-round-up:before {
    content: "\e908";
}
.icon-arrow-round-down:before {
    content: "\e909";
}
.icon-check:before {
    content: "\e907";
}
.icon-square:before {
    content: "\e905";
}
.icon-arrow-back:before {
    content: "\e906";
}
.icon-arrow-go:before {
    content: "\e904";
}
.icon-arrow-down:before {
    content: "\e900";
}
.icon-arrow-up:before {
    content: "\e901";
}
.icon-arrow-sx:before {
    content: "\e902";
}
.icon-arrow-dx:before {
    content: "\e903";
}


h1{
	font-family: 'Times New Roman', 'serif';
    text-align: center;
    font-size: 35px;
    color: #333333;
    letter-spacing: 4px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
h1{
	font-family: 'Times New Roman', 'serif';
    text-align: center;
    font-size: 25px;
    color: #333333;
    letter-spacing: 4px;
    text-transform: uppercase;
}
}
/*******************************************
  VARS
*******************************************/
/*******************************************
 CUSTOM PLUGGINS
*******************************************/
/* Slider */
@import url(https://www.fideuram.it/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');
.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 {
 
}
.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 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}
.slick-dots li button {
     border: 0;
    background: #fff;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0;
    font-size: 0;
	
    padding: 5px;
    cursor: pointer;
    border-radius: 24px;
}
.slick-dots li.slick-active button {
     border: 0;
    background: #000;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 24px;
}
.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%;
}
body {
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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;
}
.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-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;
  border: 1px solid #cccccc;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.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: 36px;
  font-size: 14px;
}
.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 + label {
  background: #4d4d4d;
}
.custom_radio label {
  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 label.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;
}
.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: .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 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
}
.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: #747474;
  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 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.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;
}
.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: 20px;
  }
  #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 {
    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 {
    -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;
  /*&:before{
          content: "\2022";
          position: absolute;
          left: 0;
          top:0;
          line-height: 28px;
        }
        &.last{
          a{
            padding-right: 0;
          }
        }
        &.first{
          &:before{
            display: none;
          }
        }*/
}
.lt-ie9 .top_menu .links ul li {
  display: block;
  float: left;
}
.top_menu .links a {
  display: block;
  line-height: 28px;
  padding: 0 8px 0 12px;
  cursor: pointer;
  color: #4d4d4d;
  text-transform: uppercase;
}
@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;
  }
}
/*******************************************
 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;
  padding: 15px 0;
  max-width: 180px;
  width: 18.5%;
  bottom: 0;
}
.main_nav .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main_nav .main_menu {
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.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.81em;
  font-weight: 600;
  text-transform: uppercase;
}
.main_nav .main_menu ul.menus li.menu-link a.link:hover,
.main_nav .main_menu ul.menus li.menu-link a.link:focus {
  outline: none;
}
.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 {
  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: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: 200px;
  right: -20px;
  left: auto;
  position: absolute;
  top: 100%;
  padding: 14px 20px 20px 20px;
  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);
}
.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;
}
.main_nav .link-online .dropdown .cta-default {
  margin-bottom: 5px;
}
.main_nav .link-online .dropdown .cta-default a {
  font-size: 12px;
  min-width: 50px;
  text-align: left;
  font-family: Arial, "Open Sans", Helvetica, sans-serif;
  padding: 10px 10px 10px 35px;
  position: relative;
}
.main_nav .link-online .dropdown .cta-default a em {
  position: absolute;
  width: 30px;
  left: 2px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 1.6em;
}
.main_nav .link-online .dropdown .links {
  display: block;
  padding-top: 1px;
  margin-bottom: 10px;
}
.main_nav .link-online .dropdown .cta-read {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.1em;
  letter-spacing: 0;
  font-weight: normal;
  font-family: Arial, "Open Sans", Helvetica, sans-serif;
}
.main_nav .link-online .dropdown .servizio_clienti {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #4f4f4f;
}
    .main_nav .link-online .dropdown .normal-text {
        display: block;
        font-size: 14px;
        color: #4f4f4f;
    }
.main_nav .link-online .dropdown .servizio_clienti a {
  color: #4f4f4f;
  display: block;
}
    .main_nav .link-online .dropdown .new-title {
        display: block;
        font-size: 17px;
        font-weight: bold;
        color: #2b8804;
    }
.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 {
  padding: 0;
}
.main_slider .slick-track,
.main_slider .slick-list {
  height: 100%;
}
.main_slider .slick-list {
  overflow: hidden;
}
.main_slider .slider {
  margin-bottom: 0;
 
}
.main_slider .slide {
  position: relative;
  height: 100%;
}
.main_slider .slide.slick-active .caption {
  display: block;
}
.main_slider .slide-image {
  position: relative;
  width: 100%;
}
.main_slider .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.main_slider .caption {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 30px;
  color: #FFF;
  max-width: 420px;
  text-align: center;
}
.main_slider .title {
  display: block;
  font-size: 3.63em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: .8em;
  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;
  min-width: 280px;
  display: inline-block;
  font-size: 1.13em;
}
.main_slider .cta-default a:hover {
  color: #4d4d4d;
  background: #FFF;
  border-color: #FFF;
}
.main_slider .slick-dots {
  bottom: 10px;
  z-index: 99;
}
.main_slider .slick-dots li {
  background: #FFF;
  opacity: 1;
  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;
  }
}
@media (max-width: 767px) {
  .main_slider .slider {
    height: 270px;
  }
  .main_slider .title {
    font-size: 1.88em;
  }
  .main_slider .text {
    display: none;
  }
  .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 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50&0.3+0,0+50 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.with_bg.full-launch .container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 100%;
  z-index: 99;
  content: " ";
  top: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: block;
}
.full-launch .launch-image {
  display: block;
  float: left;
  width: 50%;
  padding: 0 20px;
}
.dx.full-launch .launch-image {
  float: right;
}
.full-launch .launch-image img {
  max-width: 100%;
  display: block;
}
.full-launch .launch-info {
  display: block;
  width: 50%;
  float: left;
  color: #FFF;
}
.full-launch .launch-info.text-white {
  color: #FFF;
}
.full-launch .launch-info.text-black {
  color: #4d4d4d;
  /*.cta-default{
        a{
          color: @mainColor;
          border-color: @mainColor;
        }
      }*/
}
.dx.full-launch .launch-info {
  float: right;
}
.white.full-launch .launch-info {
  color: #4d4d4d;
}
.full-launch .launch-info .title {
  font-size: 2.13em;
  line-height: 1.12em;
  margin-bottom: 40px;
}
.white.full-launch .launch-info .title {
  font-size: 1.63em;
  max-width: 100%;
  line-height: 1.34em;
}
.full-launch .launch-info .text {
  max-width: 360px;
  margin-bottom: 40px;
  line-height: 1.63em;
  font-family: Arial, "Open Sans", Helvetica, sans-serif;
}
.white.full-launch .launch-info .text {
  max-width: 100%;
}
.full-launch .launch-info .cta-default a {
  display: inline-block;
  font-size: 18px;
}
@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;
  }
  .white.full-launch .launch-info .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 .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 .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;
}
.footer .intro {
  font-size: 14px;
}
.footer .intro .logo {
  display: block;
  width: 170px;
  margin-bottom: 30px;
}
.footer .intro .logo img {
  display: block;
  width: 100%;
}
.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;
}
.footer .legals a {
  color: #4d4d4d;
}
@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: 11px;
  color: #8b8c8b;
}
.breadcrumb a {
  color: #8b8c8b;
}
@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 .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: #4d4d4d;
}
.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 .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: 100px;
  margin: 0 auto;
}
.detail-page h2,
.detail-page h3,
.detail-page h4,
.detail-page h5,
.detail-page .detail_title {
  margin: 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: .5em;
  margin-bottom: .5em;
}
.detail-page h2 sup,
.detail-page h3 sup,
.detail-page h4 sup,
.detail-page h5 sup,
.detail-page .detail_title sup {
  font-size: .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: .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 .5em .5em .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:last-child {
  border-bottom: none;
}
.related .item .tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.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%;
  /*&.items-1{
      width: 33.333%;
    }
    */
}
.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;
  /*border-bottom:1px solid #dadada;

      &:first-child{
        border-left:1px solid #dadada;
      }
      &:last-child{
        border-right:1px solid #dadada;
      }*/
}
.related_bot .related .item .tit {
  font-size: 1.25em;
  min-height: 2.2em;
  font-weight: 400;
  left: 1.1em;
}
.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 .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;
}
.intro_banners .banner .banner_content:hover {
  text-decoration: none;
}
.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;
}
.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.40%;
  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;
}
