@import url(../css/fonts/fideuram-icon/style.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@charset "utf-8";
/* CSS Document */
/*******************************************
  VARS
*******************************************/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #f8f8f8;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f8f8f8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #cccccc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/*******************************************
 CUSTOM PLUGGINS
*******************************************/
/* Slider */
.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: #ffffff 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 2px;
  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 #ffffff 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: #ffffff 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%;
}

body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #4b4b4b;
  font-size: 16px;
}
/*******************************************
  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-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;
  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: 0.7em;
}

.doc_link {
  padding-right: 25px;
}

.doc_link.pdf {
  background: url(../img/icons/pdf.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.table li { padding: 0;}
.detail-page .text ul.table li:before { display: none;}
.detail-page .text ul.table li strong { min-width: 50%;}
.detail-page .text ul.table li span { min-width: 50%; text-align: right; }

.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.81em;
  padding: 15px 15px;
  font-weight: bold;
  position: relative;
  min-width: 180px;
  max-width: 100%;
  background: #fff;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}

.white.cta-default a,
.white.cta-default .link {
  color: #fff;
  border-color: #ffffff;
}

.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 {
  color: #fff;
  background-color: #323232;
  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.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;
  position: relative;
  z-index: -1;
}

.section.intro_hp {
  background: #f8f8f8;
  padding: 8px 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;
}

@media (max-width: 1023px) {
  #header .container {
    padding: 0 14px;
  }
}

#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: #4b4b4b;
  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: #4b4b4b;
  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;
}

@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;
    position: relative;
  }

  #header .logo_common img {
    height: 20px;
  }

  #header .toggler {
    display: block;
  }

  #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(280px, 0);
    -ms-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 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 #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: right;
}

.top_menu .links ul {
  display: block;
  list-style-type: none;
  margin: 0 -12px;
  padding: 0;
}

.top_menu .links ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.top_menu .links a {
  display: block;
  line-height: 28px;
  padding: 0 12px;
  cursor: pointer;
  color: #4d4d4d;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .top_menu {
    display: none;
    position: relative;
    height: auto;
    padding: 0;
  }

  .top_menu .links ul li {
    display: block;
    text-align: left;
  }

  .top_menu .links ul li:before {
    display: none;
  }
}
/*******************************************
 MAIN NAV
*******************************************/
.main_nav {
  display: block;
  position: relative;
  height: 68px;
}

.main_nav .dropdown-backdrop {
  display: none;
}

.main_nav .logo {
  display: block;
  position: relative;
  float: left;
  padding: 15px 0;
  max-width: 216px;
  width: 22%;
  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 -20px 20px 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: auto;
  float: right;
}

.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.active a.link {
  color: #4b4b4b;
  font-weight: 900;
}

.main_nav .main_menu ul.menus li.menu-link a.link {
  padding: 0 20px;
  color: #4b4b4b;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  z-index: 1;
  line-height: 42px;
  height: 44px;
  font-size: 0.81em;
  font-weight: 600;
  text-transform: uppercase;
}

.main_nav .main_menu ul.menus li.menu-link a.link:hover {  
    font-weight: 600;
    text-decoration: underline;
}

.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 .sub-menu {
  display: none !important;
}

.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 .dropdown {
  display: none;
  background: #fff;
  width: 160px;
  right: 0;
  left: auto;
  position: absolute;
  top: 100%;
  padding: 14px 10px 20px 10px;
  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: -18px;
  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 a {
  font-size: 12px;
  min-width: 50px;
  padding: 20px 10px;
}

.main_nav .link-online .dropdown .cta-read {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.1em;
  padding-left: 8px;
}

.main_nav .link-online.open .dropdown {
  display: block;
}

@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;
    float: none;
    margin: 0;
  }

  .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;
    white-space: nowrap;
  }

  .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;
    position: absolute;
    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 .sub-menu,
  .main_nav .main_menu ul.menus li.menu-link.active .sub-menu {
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link ul {
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
  }

  .main_nav .main_menu ul.menus li.menu-link ul li {
    display: block;
  }

  .main_nav .main_menu ul.menus li.menu-link ul li a {
    display: block;
    padding: 5px;
    color: #4d4d4d;
  }
}

#main {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*******************************************
  WRAPPER
*******************************************/
#wrapper {
  display: block;
  padding-top: 98px;
}

#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;
}

#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,
.main_slider .headbox{
  margin-bottom: 0;
  height: 485px;
}

.detail-slider .main_slider .slider,
.detail-slider .main_slider .headbox{
  height: 360px;
}

.main_slider .slide {
  position: relative;
  height: 100%;
}

.main_slider .slide.slick-active .caption {
  display: block;
}

.main_slider .cover_bg {
  background-position: center top;
}

.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;
  position: absolute;
  height: 100%;
  left: 50px;
  top: 0;
  padding-left: 50px;
  color: #fff;
  max-width: 400px;
  text-align: center;
}

.main_slider .title {
  display: block;
  font-size: 2.63em;
  line-height: 1.1em;
  margin-bottom: 0.8em;
}

.main_slider .cta-default {
  margin-top: 40px;
}

.main_slider .cta-default a {
  color: #fff;
  display: inline-block;
}

.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: 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;
  }
}

@media (max-width: 767px) {
  .main_slider .slider,
  .main_slider .slider {
    height: 270px;
  }

  .detail-slider .main_slider .slider,
  .detail-slider .main_slider .headbox{
    height: 200px;
  }

  .main_slider .title {
    font-size: 1.25em;
  }

  .main_slider .text {
    display: none;
  }

  .main_slider .slick-dots {
    position: absolute;
    bottom: 0;
  }

  .main_slider .caption {
    max-width: 100%;
    width: 100%;
    left: 0;
    padding: 0 40px;
  }

  .main_slider .caption .cta-default {
    margin-top: 15px;
  }
}

.footer {
  display: block;
  padding-top: 40px;
  background: #f8f8f8;
}

.footer .intro {
  font-size: 14px;
  max-width: 212px;
  width: 22%;
  float: left;
  margin-right: 30px;
}

.footer .intro .logo {
  display: block;
  width: 100%;
  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: 80%;
}

.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: 15px 0 0 0;
  margin-bottom: 15px;
  overflow: hidden;
}

.footer .main-links .menu-link {
  display: block;
  float: left;
  width: 25%;
}

.footer .main-links .menu-link a {
  color: #4d4d4d;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.footer .main-links .menu-link .title {
  display: block;
  font-size: 14px;
  padding-right: 5px;
  min-height: 34px;
  line-height: 17px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}

.footer .main-links .menu-link.single-links .title {
  border-bottom: none;
  min-height: 17px;
  margin: 25px 0;
}

.footer .main-links ul {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 25px 0 0;
  list-style-type: none;
}

.footer .main-links ul li {
  display: block;
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 7px;
}

.footer .main-links ul li a {
  color: #808080;
}

.footer .main-links ul li ul {
  padding-top: 10px;
  margin-right: 0;
  margin-left: 15px;
}

.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 {
  font-size: 14px;
  margin-bottom: 10px;
  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 {
    padding: 15px;
  }

  .footer .intro {
    float: none;
    width: auto;
    margin: 0 auto;
  }

  .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;
  }
}

@media (max-width: 479px) {
  .footer .main-links .menu-link {
    width: auto;
    float: none;
  }
}

.breadcrumb {
  margin-top: 30px;
  font-size: 13px;
}

.breadcrumb a {
  color: #8b8c8b;
}

#wrapper .breadcrumb .container {
  padding: 0 15px;
}

@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;
  margin-top: -85px;
  padding-bottom: 30px;
  position: relative;
  padding-top: 0;
}

.detail-page .container {
  padding-top: 30px;
  position: relative;
}

.detail-page .container:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,1+99 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 99%,
    #ffffff 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 99%,
    #ffffff 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 99%,
    #ffffff 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 85px;
}

.detail-page .title {
  font-size: 2.5em;
  margin: 0 0 15px 0;
  padding: 0;
}

.detail-page .sub-title {
  display: block;
  font-size: 1.38em;
  line-height: 1.55em;
  padding: 0;
  margin: 0 0 20px 0;
}

.detail-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.detail-page a {
  color: #4b4b4b;
}

.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: 15px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.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 .text {
  margin-bottom: 25px;
}

.detail-page .text .custom_font {
  font-family: 'Open Sans', Helvetica, sans-serif;
}

.detail-page h2,
.detail-page h3,
.detail-page h4,
.detail-page h5 {
  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 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.detail-page h2 {
  font-size: 1.25em;
}

.detail-page h3 {
  font-size: 1.2em;
}

.detail-page blockquote {
  display: block;
  background: #526a7e;
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  border: none;
  font-size: 1em;
}

.detail-page .note {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}

.detail-page .with-side-menu .row-with-side-menu {
  margin: 0 -15px;
}

.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;
}

@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: 60%;
  }
}

@media (max-width: 767px) {
  .detail-page {
    margin-top: -20px;
  }

  .detail-page .with-side-menu .row-with-side-menu .side-sx {
    width: 100%;
    display: none;
  }

  .detail-page .with-side-menu .row-with-side-menu .side-dx {
    padding-top: 15px;
    width: 100%;
  }

  .detail-page .detail-row {
    display: block;
  }

  .detail-page .detail-row .col-sx,
  .detail-page .detail-row .col-dx {
    display: block;
  }

  .detail-page .detail-row .aside {
    border-left: none;
    width: auto;
    padding-left: 0;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }

  .detail-page .title {
    font-size: 1.5em;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .detail-page .sub-title {
    font-size: 1.13em;
    padding-right: 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 .site-btn {
  display: inline-block;
  color: #fff;
  min-width: 160px;
  margin: 0 20px;
}

.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 h1.tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0px;
}

.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: 30px;
}

.related_bot .title {
  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 {
  border: 1px solid #eee;
  background: #f8f8f8;
}

.related_bot .widget {
  padding: 20px;
}

.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 .item {
  display: block;
  width: 50%;
  padding: 20px;
  float: left;
  border-bottom: none;
}

.related_bot .related .item .tit {
  font-size: 1.5em;
}

.related_bot .related .item h1.tit {
  font-size: 1.5em;
}

.related_bot .related .item .txt {
  font-size: 14px;
}

@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;
  }

  .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 .item {
    width: 100%;
    padding: 0 20px;
    float: none;
  }
}

.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;
}

.side-menu {
  display: block;
  padding: 15px 20px 25px 20px;
  margin-bottom: 20px;
}

.side-menu .menu-title {
  display: block;
  border-bottom: 1px solid #c5cdd5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #4b4b4b;
}

.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;
  color: #4b4b4b;
}

.side-menu ul li.active > a {
  color: #4b4b4b;
  font-weight: bold;
}

.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: 10px;
}

.side-menu ul li ul li.active {
  font-weight: bold;
}

.side-menu ul li ul li.active a {
  color: #4b4b4b;
}

.side-menu ul li ul li a {
  font-size: 0.88em;
  display: block;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.hp_launches {
  display: block;
}

.hp_launches .boxes {
  display: table;
  width: 100%;
}

.hp_launches .boxes .col {
  display: table-cell;
  position: relative;
  height: 610px;
  vertical-align: top;
}

.hp_launches .boxes .col.col-sx {
  width: 33.33%;
}

.hp_launches .boxes .col.col-sx .box-container {
  height: 100%;
  width: 100%;
}

.hp_launches .boxes .col.col-dx {
  width: 66.666%;
}

.hp_launches .boxes .box-container {
  display: table;
  width: 50%;
  float: left;
  height: 305px;
}

.hp_launches .boxes .box-container .box {
  display: table-cell;
  width: 100%;
  background-position: right center;
  background-size: cover;
  color: #fff;
  vertical-align: bottom;
  position: relative;
}

.hp_launches .boxes .box-container .box.dark-shadow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.hp_launches .boxes .box-container .box.light-shadow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.hp_launches .boxes .box-container .box .launch {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hp_launches .boxes .box-container .box.full {
  vertical-align: top;
}

.hp_launches .boxes .box-container .box.bilanci {
  vertical-align: top;
}

.hp_launches .launch {
  display: block;
  text-align: center;
  color: #4b4b4b;
  padding: 25px 45px;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.hp_launches .white {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 25px 45px;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hp_launches .launch:hover {
  text-decoration: none;
}

.hp_launches .white:hover {
  text-decoration: none;
}

.hp_launches .white .title {
  display: block;
  font-size: 1.75em;
  margin-bottom: 10px;
}

.hp_launches .launch .title {
  display: block;
  font-size: 1.75em;
  margin-bottom: 10px;
}

.hp_launches .launch h1.title {
  display: block;
  font-size: 1.75em;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hp_launches .white h1.title {
  display: block;
  font-size: 1.75em;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hp_launches .launch .txt {
  display: block;
  font-size: 14px;
  min-height: 36px;
  margin-bottom: 10px;
}

.hp_launches .white .txt {
  display: block;
  font-size: 14px;
  min-height: 36px;
  margin-bottom: 10px;
}

.hp_launches .launch .info {
  margin: 0 -45px;
  padding: 50px 45px 0 45px;
}

.hp_launches .white .info {
  margin: 0 -45px;
  padding: 50px 45px 0 45px;
}

.hp_launches .launch .info.no-gradient {
  background: none;
}

.hp_launches .white .info.no-gradient {
  background: none;
}

@media (max-width: 991px) {
  .hp_launches .boxes .col {
    height: 500px;
  }

  .hp_launches .launch {
    padding: 20px;
  }

  .hp_launches .white {
    padding: 20px;
  }

  .hp_launches .launch .title {
    line-height: 1.2em;
  }

  .hp_launches .white .title {
    line-height: 1.2em;
  }

  .hp_launches .launch h1.title {
    line-height: 1.2em;
  }

  .hp_launches .white h1.title {
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .hp_launches .boxes {
    display: block;
  }

  .hp_launches .boxes .col {
    display: block;
    height: auto;
  }

  .hp_launches .boxes .col.col-sx {
    width: auto;
  }

  .hp_launches .boxes .col.col-sx .box-container {
    height: auto;
  }

  .hp_launches .boxes .col.col-dx {
    width: auto;
  }

  .hp_launches .boxes .box-container {
    height: auto;
    float: none;
    width: auto;
    display: block;
  }

  .hp_launches .boxes .box-container .box {
    display: block;
  }
}

.list_comunicati {
  display: block;
  padding-left: 40px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-top: 30px;
}

.list_comunicati .sep {
  display: none;
  font-size: 12px;
  margin-bottom: 20px;
}

.list_comunicati .title {
  color: #fff;
  display: block;
  font-size: 1.38em;
  line-height: 1.05em;
  min-height: 2.1em;
  margin-right: -20px;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}

.list_comunicati h2.title {
  color: #fff;
  display: block;
  font-size: 1.75em;
  line-height: 1.07em;
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative;
}

.list_comunicati .title .png_icon {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}

.list_comunicati h2.title .png_icon {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}

.list_comunicati .items {
  padding-bottom: 15px;
}

.list_comunicati .items .item {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.list_comunicati .items .item .date {
  display: block;
  font-size: 10px;
}

.list_comunicati .items .item .txt {
  display: block;
}

.list_comunicati .items .item .txt .icon-arrow-go {
  margin-left: 6px;
  font-size: 0.8em;
}

.list_comunicati .cta-default a {
  display: inline-block;
}

@media (max-width: 991px) {
  .list_comunicati {
    padding-left: 20px;
  }

  .list_comunicati .items .item .txt {
    font-size: 12px;
    line-height: 14px;
  }

  .list_comunicati .title {
    font-size: 1.38em;
  }

  .list_comunicati h2.title {
    font-size: 1.38em;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .list_comunicati .title {
    line-height: 40px;
  }

  .list_comunicati h2.title {
    line-height: 40px;
  }

  .list_comunicati .items .item {
    margin-bottom: 20px;
  }
}

.list_bilanci {
  display: block;
  padding: 30px 20px 25px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.list_bilanci .title {
  color: #fff;
  display: block;
  font-size: 1.38em;
  line-height: 1.05em;
  min-height: 2.1em;
  margin-right: 0;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}

.list_bilanci h1.title {
  color: #fff;
  display: block;
  font-size: 1.75em;
  line-height: 1.07em;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}

.list_bilanci .title .png_icon {
  position: absolute;
  left: 0;
  top: 0;
}

.list_bilanci ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.list_bilanci ul li {
  display: block;
  padding: 0 0 0 25px;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
}

.list_bilanci ul li .png_icon {
  position: absolute;
  width: 20px;
  height: 30px;
  left: 0;
}

.list_bilanci ul li a {
  display: block;
  line-height: 30px;
  color: #fff;
}

.list_bilanci ul li a span {
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}

.list_bilanci .cta-default a {
  display: inline-block;
}

@media (max-width: 991px) {
  .list_bilanci {
    padding: 20px;
  }

  .list_bilanci .title {
    font-size: 1.38em;
    margin-bottom: 20px;
  }

  .list_bilanci h1.title {
    font-size: 1.38em;
    margin-bottom: 20px;
  }
}

.png_icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.png_icon.ic-pdf {
  background-image: url(../img/icons/ico-pdf-white.png);
}

.png_icon.ic-bilanci {
  background-image: url(../img/icons/ico-bilanci.png);
}

.png_icon.ic-comunicati {
  background-image: url(../img/icons/ico-comunicati.png);
}

.hp_updates {
  display: block;
  position: relative;
}

.hp_updates .main_updates {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.hp_updates .main_updates .update_wrapper {
  position: relative;
  padding: 30px;
}

.hp_updates .main_updates .update_wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #fff;
  content: '';
  z-index: 1;
}

.hp_updates .main_updates .info_row {
  position: relative;
  width: 100%;
  display: table;
  z-index: 5;
}

.hp_updates .main_updates .info_row .col {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}

.hp_updates .main_updates .info_row .col.stats {
  padding-left: 20px;
}

.hp_updates .main_updates .msg {
  display: block;
  text-align: center;
}

.hp_updates .main_updates .msg .title {
  display: block;
  font-size: 1.75em;
}

.hp_updates .main_updates .msg h1.title {
  display: block;
  font-size: 1.75em;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hp_updates .main_updates .msg .sep {
  font-size: 12px;
  margin: 10px 0;
}

.hp_updates .main_updates .msg .txt {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
}

.hp_updates .main_updates .stats {
  text-align: center;
}

.hp_updates .main_updates .stats .stat {
  width: 33%;
  margin-left: -4px;
  display: inline-block;
  vertical-align: top;
}

.hp_updates .main_updates .stats .stat .icon img {
  width: 80px;
}

.hp_updates .main_updates .stats .stat .number {
  display: block;
  font-size: 1.63em;
  line-height: 1.2em;
  font-weight: 600;
  color: #4b4b4b;
}

.hp_updates .main_updates .stats .stat .note {
  display: block;
  font-size: 13px;
}

.hp_updates .main_updates .stats .date {
  color: #3d3c3c;
  font-size: 9px;
  margin-top: 15px;
  display: block;
  margin-bottom: -20px;
  font-family: Arial, 'Open Sans', Helvetica, sans-serif;
  text-align: right;
}

@media (max-width: 991px) {
  .hp_updates .main_updates .msg .title {
    font-size: 22px;
  }

  .hp_updates .main_updates .msg h1.title {
    font-size: 22px;
  }

  .hp_updates .main_updates .msg .txt {
    font-size: 12px;
  }

  .hp_updates .main_updates .stats .stat .number {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hp_updates .main_updates {
    position: relative;
    margin-top: -80px;
  }

  .hp_updates .main_updates .update_wrapper {
    padding: 15px 0;
  }

  .hp_updates .main_updates .info_row {
    display: block;
  }

  .hp_updates .main_updates .info_row .col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .hp_updates .main_updates .stats {
    padding-left: 0;
  }

  .hp_updates .main_updates .stats .stat .icon img {
    width: 55px;
  }

  .hp_updates .main_updates .stats .stat .number {
    font-size: 16px;
  }

  .hp_updates .main_updates .stats .stat .note {
    font-size: 11px;
  }
}

.il_nostro_gruppo {
  display: block;
  margin: 0 -30px;
}

.il_nostro_gruppo .country {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.il_nostro_gruppo .country.irlanda {
  margin-bottom: 30px;
}

.il_nostro_gruppo .country.francia {
  clear: both;
}

.il_nostro_gruppo .country .map {
  position: absolute;
  display: block;
  right: 0px;
  top: 10px;
}

.il_nostro_gruppo .country .country_name {
  display: block;
  font-weight: 900;
  font-family: 'Open Sans', Helvetica, sans-serif;
  padding: 10px;
}

.il_nostro_gruppo .items {
  display: block;
  position: relative;
  z-index: 10;
}

.il_nostro_gruppo .items .item {
  display: table;
  width: 100%;
  background: #f4f4f4;
  margin-bottom: 2px;
}

.il_nostro_gruppo .items .item .logo,
.il_nostro_gruppo .items .item .number {
  display: table-cell;
  padding: 8px;
}

.il_nostro_gruppo .items .item .number {
  text-align: right;
}
/*******************************************
  COLORS
*******************************************/
.theme-color,
.ext_link_web a,
.list-check li:before,
.faq .toggler,
.side-menu li.active > a,
.custom_check label.active {
  color: #4b4b4b;
}

.custom_check input:checked + label {
  color: #4b4b4b;
}

.megamenu .sub-menu ul li.open .toogle {
  color: #4b4b4b;
}

.theme-bg,
.chosen-container .chosen-results li.highlighted,
.custom_radio label.active {
  background: #4b4b4b;
}

.custom_radio input:checked + label {
  background: #4b4b4b;
}

.site-btn {
  background: #4b4b4b;
  color: #fff;
}

.site-btn:hover {
  color: #fff;
}

.cta-default a,
.cta-default .link {
  color: #4b4b4b;
}

.cta-read {
  display: block;
  color: #4b4b4b;
  font-size: 0.88em;
  font-weight: 600;
}

.cta-read span {
  margin-left: 5px;
}

.icon_boxes {
  margin-bottom: 20px;
}

.icon_boxes .icon-box {
  display: block;
  width: 25%;
  float: left;
  background: #526a7e;
}

.icon_boxes .icon-box.even {
  background: #495d6e;
}

.icon_boxes .icon-box p {
  margin: 0;
}

.icon_boxes .icon-box .ic-box {
  display: block;
  padding: 25px 20px 20px 20px;
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-align: center;
}

.icon_boxes .icon-box .ic-box img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 82px;
}

.icon_boxes .icon-box .ic-box .number {
  display: block;
  font-size: 1.63em;
  font-weight: 600;
  margin-bottom: 10px;
}

.icon_boxes .icon-box .ic-box .txt {
  font-size: 13px;
  line-height: 1.2em;
  min-height: 2.4em;
}

@media (max-width: 767px) {
  .icon_boxes .icon-box {
    width: 33.33%;
  }

  .icon_boxes .icon-box.even {
    background: #526a7e;
  }

  .icon_boxes .icon-box:nth-child(even) {
    background: #495d6e;
  }
}

@media (max-width: 479px) {
  .icon_boxes .icon-box {
    width: 50%;
    margin-bottom: 10px;
  }

  .icon_boxes .icon-box.even {
    background: #526a7e;
  }

  .icon_boxes .icon-box:nth-child(even) {
    background: #495d6e;
  }
}

.detail-page .text .storia {
  display: block;
  padding-top: 20px;
}

.detail-page .text .storia ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.detail-page .text .storia ul li {
  display: block;
  position: relative;
  padding-left: 120px;
  padding-top: 11px;
  padding-bottom: 40px;
  margin: 0;
}

.detail-page .text .storia ul li:before {
  display: none;
}

.detail-page .text .storia ul li p {
  margin: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

.detail-page .text .storia ul li .year {
  display: block;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: -2px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #4395a1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 105px;
}

.detail-page .text .storia ul li .year span {
  display: block;
  position: absolute;
  border: 2px solid;
  right: 4px;
  height: 100%;
  top: 22px;
}

.detail-page .text .storia ul li .year:before {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 12px;
  border: 6px solid;
  content: '';
  right: 0;
  top: 18px;
}

.detail-page .text .storia ul li.last .year span {
  display: none;
}

.detail-page .text .caratteristiche {
  display: block;
  margin-bottom: 30px;
}

.detail-page .text .caratteristiche ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  list-style-type: none;
}

.detail-page .text .caratteristiche ul li {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  padding: 40px 20px 25px 20px;
}

.detail-page .text .caratteristiche ul li:before {
  display: none;
}

.detail-page .text .caratteristiche ul li h4 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: white;
}

@media (max-width: 991px) {
  .detail-page .text .caratteristiche ul li h4 {
    font-size: 28px;
  }
}

.detail-page .text .caratteristiche ul li p {
  font-size: 15px;
}

@media (max-width: 767px) {
  .detail-page .text .caratteristiche ul {
    display: block;
  }

  .detail-page .text .caratteristiche ul li {
    display: block;
    padding: 20px;
  }
}

.detail-page .text .valori {
  display: block;
  margin-bottom: 30px;
}

.detail-page .text .valori ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  list-style-type: none;
}

.detail-page .text .valori ul li:nth-child(1),
.detail-page .text .valori ul li:nth-child(2){
 border-top: none;
  padding-top: 10px;
}

.detail-page .text .valori ul:first-child li img {
  top: 5px;
}

.detail-page .text .valori ul li {
  display: table-cell;
  vertical-align: top;
  padding: 30px 20px 20px 65px;
  border-top: 1px solid #495d6e; 
  position: relative;
  min-width: 50%;
  width: 50%;
}
.detail-page .text .valori ul li.wide {
    min-width: 100%;
  width: 100%;
}

.detail-page .text .valori ul li:before {
  display: none;
}

.detail-page .text .valori ul li:first-child {
  border-left: none;
}

.detail-page .text .valori ul li img {
  display: block;
  position: absolute;
  left: 10px;
  max-width: 50px;
  top: 25px;
}

.detail-page .text .valori ul li.last {
  border-right: none;
}

.detail-page .text .valori ul li h4 {
  display: block;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #495d6e;
}

@media (max-width: 991px) {
  .detail-page .text .valori ul li h4 {
    font-size: 28px;
  }
}

.detail-page .text .valori ul li p {
  font-size: 15px;
}

@media (max-width: 767px) {
  .detail-page .text .valori ul {
    display: block;
  }

  .detail-page .text .valori ul li {
    padding: 20px 20px 20px 65px;
    display: block;
    border-top: 1px solid #495d6e;
    border-left: none;
  }

  .detail-page .text .valori ul li h4 {
    font-size: 20px;
  }
}

#cookie {
  background: #2b8804;
}

.banner_xmas {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 220px;
  text-align: center;
  background: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.has_xmas_banner .banner_xmas {
  display: block;
}

.banner_xmas .close {
  display: block;
  position: absolute;
  right: 0;
  width: 28px;
  border: 3px solid #fff;
  background: #4b4b4b;
  height: 28px;
  color: #fff;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  top: 10px;
}

.banner_xmas .container {
  position: relative;
  height: 100%;
}

.banner_xmas .title {
  color: #4b4b4b;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 3.38em;
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%);
}

@media (max-width: 991px) {
  .banner_xmas .title {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .banner_xmas {
    height: 100px;
  }

  .banner_xmas .title {
    font-size: 1.25em;
  }
}

.has_xmas_banner #header {
  top: 220px;
}

@media (max-width: 767px) {
  .has_xmas_banner #header {
    top: 100px;
  }
}

.contentTab {
  margin: 70px 0 0 0;
}

.tab-content {
  background-color: #f7f7f7;
  padding: 0 20px;
}

.nav-tabs {
  border: none;
}

.nav-tabs > li {
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
}

.nav-tabs > li.active > a {
  border: none;
}

.nav-tabs > li.active.fi > a {
  color: #9a7a43;
}

.nav-tabs > li.active.si > a {
  color: #4c9a6e;
}

.nav-tabs > li.active.pb > a {
  color: #dbb673;
}

.nav-tabs > li > a {
  border: none;
}

.nav-tabs > li > a:hover {
  border: none;
  background-color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}

.detail-page .text ul.nav-tabs {
  margin: 0;
}

.detail-page .text ul li {
  margin-bottom: 0;
}

.detail-page .text ul li.active {
  font-weight: 400;
}

.detail-page .text ul li.active a {
  background-color: #f7f7f7;
}

ul.nav-tabs {
  margin: 0;
}

ul.nav-tabs li:before {
  display: none;
}

.nav-tabs > li > a {
  border-radius: 0;
}

/* Language Dropdown */
.top_menu .links .language-switch {
  position: relative;
}

.top_menu .links .language-switch label {
  padding: 5px 12px;
  margin: 0;
  cursor: pointer;
}
.top_menu .links .language-switch label:hover {
    text-decoration: underline;
}

.top_menu .links .language-switch label i {
  font-size: 14px;
  color: #000;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.top_menu .links .language-switch ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f0f0f0;
  margin: 0;
}

.top_menu .links .language-switch ul li a {
  display: block;
}

.top_menu .links .language-switch.open label i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_nav .main_menu ul.menus li.menu-link.mobile-language-switch ul {
  padding: 0;
  list-style-type: none;
}

.main_nav .main_menu ul.menus li.menu-link.mobile-language-switch li {
  display: inline-block;
  padding: 0 5px;
}

.main_nav
  .main_menu
  ul.menus
  li.menu-link.mobile-language-switch
  li:first-child {
  padding-left: 0;
}

.main_nav .main_menu ul.menus li.menu-link.mobile-language-switch li span {
  color: #2b8804;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .main_nav .main_menu ul.menus li.menu-link.mobile-language-switch {
    display: none !important;
  }
}

/* OUR COMPANIES TPL*/
.division-sections {
  margin: 30px 0;
}

.division-sections .section {
  padding: 0;
  border: 1px solid #c4cdd5;
  border-bottom: 4px solid #495d6e;
  margin: 0 0 20px;
}

.division-sections .section .section-head {
  padding: 20px;
  border-bottom: 1px solid #c4cdd5;
}

.division-sections .section .section-head h2 {
  color: #495d6e;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.division-sections .section .section-content {
  padding: 30px 20px;
}

.division-sections .section .section-content .text {
  display: block;
  text-decoration: underline;
  margin: 0 0 10px;
  font-weight: 400;
}

.division-sections .section .section-content label.text {
  text-decoration: none;
}

@media (min-width: 992px) {
  .mobile-checker {
    display: none;
  }

  .desktop {
    display: block;
  }

  /* OUR COMPANIES TPL*/
  .division-sections {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .division-sections .section {
    width: 49%;
    margin: 0 0 30px;
  }

  .division-sections .section.wide {
    width: 100%;
  }

  .division-sections .section .section-head {
    padding: 25px 40px;
  }

  .division-sections .section .section-content {
    padding: 25px 40px;
  }

  .division-sections .section .section-content .text {
    margin: 0 0 15px;
  }

  .division-sections .section.wide .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }
  .division-sections .section.wide .section-content a:hover {
      color: #2b8804;
  }
  .division-sections .section.wide .section-content .text {
    width: 50%;
    padding-left: 40px;
  }

  .division-sections .section.wide .section-content .text:nth-child(even) {
    padding-left: 68px;
  }
}

@media (min-width: 768px) {
  .detail-page .container {
    padding-top: 0;
  }
  .detail-page .with-side-menu .row-with-side-menu.page-breadcrumb {
    margin-bottom: 20px;
  }
  .detail-page .page-breadcrumb {
    background-color: #fff;
    padding: 8px 0;
  }
  .detail-page .page-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .detail-page .page-breadcrumb .breadcrumb .container {
    padding: 0 !important;
  }
  .detail-page .page-breadcrumb .breadcrumb .container:before,
  .detail-page .page-breadcrumb .breadcrumb .container:after {
    display: none;
  }
  .detail-page .page-breadcrumb .breadcrumb .active {
    font-weight: 600;
  }
}


.detail-page .text iframe {
    width: 100%;
    border: 0;
}

a:focus-visible,
li:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible{
    outline-offset: 5px;
    outline: #000 solid 2px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px yellow;
    border-radius: 5px;
}

.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;
}