﻿/*@import 'compass';*/
/*@import 'mixins';*/
/* Roboto Font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: "generali";
  src: url("/Themes/Generali/Fonts/generali.eot");
  src: url("/Themes/Generali/Fonts/generali.woff") format("woff"), url("/Themes/Generali/Fonts/generali.ttf") format("truetype"), url("/Themes/Generali/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }

/*----------------------------------------------------------------------------------------*/
/** {
    min-height: 0;
    min-width: 0;
}*/
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #404144;
  margin: 0;
  width: 100%;
  /*width: 100vw;*/
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap: break-word;
  /*position: relative;*/ }
  body *:active, body *:focus {
    outline: none; }

main {
  /*display: inline-block;*/ }
  main .gray-textbox > p, main .generali-red1-textbox > p, main .generali-red2-textbox > p, main .generali-red3-textbox > p, main .generali-red4-textbox > p, main .generali-red5-textbox > p, main .generali-red6-textbox > p,
  main .generali-red7-textbox > p {
    margin: 0; }

a {
  color: #C12017; }
  a:hover, a:focus, a:active {
    color: #C12017; }

button {
  border: none;
  padding: 0; }
  button:disabled, button:disabled:active, button:disabled:focus, button:disabled:hover {
    background-color: #d9d9d9; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0;
  text-transform: uppercase; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 18px; }

p:empty {
  display: none; }

input {
  font-family: "Roboto", Arial, sans-serif !important; }

.no-padding {
  margin: 0 !important;
  padding: 0 !important; }

.align-right {
  text-align: right; }

.button-bottom button {
  margin-left: 10px; }

button i {
  margin-left: 10px; }

/* General colouring classes */
.background-generali-red1, .generali-red1-textbox {
  background-color: #C12017; }

.background-generali-red2, .generali-red2-textbox {
  background-color: #F1644A; }

.background-generali-red3, .generali-red3-textbox {
  background-color: #851714; }

.background-generali-red4, .generali-red4-textbox {
  background-color: #A81B38; }

.background-generali-red5, .generali-red5-textbox {
  background-color: #D16944; }

.background-generali-red6, .generali-red6-textbox {
  background-color: #F09273; }

.background-generali-red7, .generali-red7-textbox {
  background-color: #B0B2B3; }

.background-generali-textcolor {
  background-color: #C12017; }

.background-generali-gray1 {
  background-color: #434343; }

.background-generali-gray2 {
  background-color: #6F7072; }

.background-generali-gray3 {
  background-color: #919191; }

.background-generali-gray4 {
  background-color: #C4C4C4; }

.background-generali-blue {
  background-color: #69C3C8; }

.background-generali-red1, .background-generali-red2, .background-generali-red3, .background-generali-red4, .background-generali-red5, .background-generali-red6,
.background-generali-red7, .background-generali-textcolor, .background-generali-blue, .generali-red1-textbox, .generali-red2-textbox, .generali-red3-textbox, .generali-red4-textbox,
.generali-red5-textbox, .generali-red6-textbox, .generali-red7-textbox {
  color: #ffffff;
  /**:not(.action-button), *:not(.action-button-inverz) {
        color: $white !important;
    }*/ }

.background-image {
  /*background-image: url('../images/storia.jpg');*/
  background-repeat: no-repeat;
  background-size: cover; }

.generali-textcolor {
  color: #C12017 !important; }

.height195 {
  height: 195px; }

.height300 {
  height: 300px; }

.height400 {
  height: 400px; }

.height460 {
  height: 460px; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.figure-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px; }

.figure-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px; }

.rte-module {
  font-size: 15px;
  line-height: 21px; }
  .rte-module h2 {
    color: #C12017; }
  .rte-module h3 {
    text-transform: none; }
  .rte-module h4 {
    font-size: 18px;
    text-transform: none; }
  .rte-module h5 {
    font-size: 16px; }
  .rte-module img {
    max-width: 100%; }
  .rte-module .figure-left ~ .default-list, .rte-module .figure-left ~ .tick-list {
    /*display: inline-block;*/ }
    .rte-module .figure-left ~ .default-list li:before, .rte-module .figure-left ~ .tick-list li:before {
      margin: 0 15px 0 0; }

.underline {
  display: inline-block;
  border-bottom: 1px solid #C12017; }

.uppercase {
  text-transform: uppercase; }

.action-button, .action-button-inverz, .action-button-highlighted, .action-button-inverz-highlighted {
  border-radius: 0;
  text-transform: uppercase;
  /*background-color: transparent;*/
  font-family: "Roboto";
  font-weight: 700;
  font-size: 11px;
  /*line-height: 18px;*/
  /*padding: 9px 8px 7px 8px;*/
  /*padding: 8px;*/
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .action-button a, .action-button-inverz a, .action-button-highlighted a, .action-button-inverz-highlighted a {
    display: block;
    padding: 8px 25px 8px 8px; }
  .action-button.button-bottom, .action-button-inverz.button-bottom, .action-button-highlighted.button-bottom, .action-button-inverz-highlighted.button-bottom {
    position: absolute;
    bottom: 15px; }
  .action-button.button-left, .action-button-inverz.button-left, .action-button-highlighted.button-left, .action-button-inverz-highlighted.button-left {
    float: left; }
    .action-button.button-left.button-bottom, .action-button-inverz.button-left.button-bottom, .action-button-highlighted.button-left.button-bottom, .action-button-inverz-highlighted.button-left.button-bottom {
      left: 15px; }
  .action-button.button-right, .action-button-inverz.button-right, .action-button-highlighted.button-right, .action-button-inverz-highlighted.button-right {
    float: right; }
    .action-button.button-right.button-bottom, .action-button-inverz.button-right.button-bottom, .action-button-highlighted.button-right.button-bottom, .action-button-inverz-highlighted.button-right.button-bottom {
      right: 15px; }
  .action-button.button-center, .action-button-inverz.button-center, .action-button-highlighted.button-center, .action-button-inverz-highlighted.button-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .action-button .arrow, .action-button-inverz .arrow, .action-button-highlighted .arrow, .action-button-inverz-highlighted .arrow {
    position: absolute;
    top: 13px;
    right: 9px;
    margin-left: 10px;
    display: inline-block;
    /*width: 9px;*/
    width: 6px;
    height: 9px;
    /*background: url('../images/iconVarie-s58696b9165.png') no-repeat;*/
    background: url("../images/iconVarie/see-all-icon.png") no-repeat; }
  .action-button:hover, .action-button:active, .action-button:focus, .action-button-inverz:hover, .action-button-inverz:active, .action-button-inverz:focus, .action-button-highlighted:hover, .action-button-highlighted:active, .action-button-highlighted:focus, .action-button-inverz-highlighted:hover, .action-button-inverz-highlighted:active, .action-button-inverz-highlighted:focus {
    text-decoration: none;
    border-color: #ffffff;
    background-color: #C12017; }
    .action-button:hover a, .action-button:active a, .action-button:focus a, .action-button-inverz:hover a, .action-button-inverz:active a, .action-button-inverz:focus a, .action-button-highlighted:hover a, .action-button-highlighted:active a, .action-button-highlighted:focus a, .action-button-inverz-highlighted:hover a, .action-button-inverz-highlighted:active a, .action-button-inverz-highlighted:focus a {
      text-decoration: none; }
    .action-button:hover .arrow, .action-button:active .arrow, .action-button:focus .arrow, .action-button-inverz:hover .arrow, .action-button-inverz:active .arrow, .action-button-inverz:focus .arrow, .action-button-highlighted:hover .arrow, .action-button-highlighted:active .arrow, .action-button-highlighted:focus .arrow, .action-button-inverz-highlighted:hover .arrow, .action-button-inverz-highlighted:active .arrow, .action-button-inverz-highlighted:focus .arrow {
      background: url("../images/iconVarie/see-all-icon-white.png") no-repeat; }
  .action-button.large-button, .action-button-inverz.large-button, .action-button-highlighted.large-button, .action-button-inverz-highlighted.large-button {
    font-size: 16px;
    /*line-height: 20px;*/ }

.action-button-container .banner-action-button {
  text-align: center;
  background-color: #C12017;
  border: 8px solid rgba(255, 255, 255, 0.6);
  font-size: 18px;
  padding: 1px 25px 1px 10px;
  background-clip: padding-box;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  position: relative;
  margin: 0; }
  .action-button-container .banner-action-button a {
    display: block;
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    font-family: "Roboto", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border: none !important; }
    .action-button-container .banner-action-button a:focus {
      color: #ffffff; }
    .action-button-container .banner-action-button a:hover {
      color: #C12017;
      background-color: #ffffff; }
    .action-button-container .banner-action-button a::after {
      font-family: FontAwesome;
      content: "\f105";
      position: absolute;
      right: 15px;
      font-size: 26px;
      top: -webkit-calc(50% - 12px);
      top: -moz-calc(50% - 12px);
      top: -ms-calc(50% - 12px);
      top: calc(50% - 12px); }
  .action-button-container .banner-action-button:focus {
    background-color: #C12017;
    border: 8px solid rgba(255, 255, 255, 0.6); }
  .action-button-container .banner-action-button:hover {
    background-color: #ffffff;
    border: 8px solid #ffffff;
    outline: 1px solid #C12017; }
    .action-button-container .banner-action-button:hover a {
      color: #C12017;
      text-decoration: none; }

.action-button, .action-button-inverz-highlighted {
  border: 1px solid #C12017; }
  .action-button a, .action-button-inverz-highlighted a {
    color: #C12017; }
  .action-button .arrow, .action-button-inverz-highlighted .arrow {
    /*background: url('../images/iconVarie/see-all-icon-white.png') no-repeat;*/ }

.action-button-inverz, .action-button-highlighted {
  border: 1px solid #ffffff; }
  .action-button-inverz a, .action-button-highlighted a {
    color: #ffffff; }
  .action-button-inverz .arrow, .action-button-highlighted .arrow {
    /*background-position: 0 -2791px;*/
    background: url("../images/iconVarie/see-all-icon-white.png") no-repeat; }

.action-button-highlighted {
  background-color: #C12017; }

.action-button-inverz-highlighted {
  background-color: #ffffff; }

.action-button:hover, .action-button:active, .action-button:focus, .action-button-highlighted:hover, .action-button-highlighted:active, .action-button-highlighted:focus {
  border-color: #ffffff;
  background-color: #C12017; }
  .action-button:hover a, .action-button:active a, .action-button:focus a, .action-button-highlighted:hover a, .action-button-highlighted:active a, .action-button-highlighted:focus a {
    color: #ffffff; }
  .action-button:hover .arrow, .action-button:active .arrow, .action-button:focus .arrow, .action-button-highlighted:hover .arrow, .action-button-highlighted:active .arrow, .action-button-highlighted:focus .arrow {
    /*background-position: 0 -2791px;*/
    background: url("../images/iconVarie/see-all-icon-white.png") no-repeat; }

.action-button-inverz:hover, .action-button-inverz:active, .action-button-inverz:focus, .action-button-inverz-highlighted:hover, .action-button-inverz-highlighted:active, .action-button-inverz-highlighted:focus {
  border-color: #C12017;
  background-color: #ffffff; }
  .action-button-inverz:hover a, .action-button-inverz:active a, .action-button-inverz:focus a, .action-button-inverz-highlighted:hover a, .action-button-inverz-highlighted:active a, .action-button-inverz-highlighted:focus a {
    color: #C12017 !important; }
  .action-button-inverz:hover .arrow, .action-button-inverz:active .arrow, .action-button-inverz:focus .arrow, .action-button-inverz-highlighted:hover .arrow, .action-button-inverz-highlighted:active .arrow, .action-button-inverz-highlighted:focus .arrow {
    /*background-position: 0 -2762px;*/
    background: url("../images/iconVarie/see-all-icon.png") no-repeat; }

.link-button, .link-button-highlighted, .link-button-inverz, .link-button-inverz-highlighted, .link-button-large, .link-button-highlighted-large, .link-button-inverz-large,
.link-button-inverz-highlighted-large, .link-button-no-arrow, .link-button-highlighted-no-arrow, .link-button-inverz-no-arrow, .link-button-inverz-highlighted-no-arrow,
.link-button-large-no-arrow, .link-button-highlighted-large-no-arrow, .link-button-inverz-large-no-arrow, .link-button-inverz-highlighted-large-no-arrow,
.link-button-back, .link-button-highlighted-back, .link-button-highlighted-large-back, .link-button-inverz-large-back,
.link-button-large-back, .link-button-inverz-back, .link-button-inverz-highlighted-back, .link-button-inverz-highlighted-large-back {
  text-transform: uppercase;
  background-color: transparent;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 11px;
  padding: 8px;
  /*line-height: 18px;*/
  line-height: 1.43;
  display: inline-block;
  vertical-align: middle; }
  .link-button:after, .link-button:before, .link-button-highlighted:after, .link-button-highlighted:before, .link-button-inverz:after, .link-button-inverz:before, .link-button-inverz-highlighted:after, .link-button-inverz-highlighted:before, .link-button-large:after, .link-button-large:before, .link-button-highlighted-large:after, .link-button-highlighted-large:before, .link-button-inverz-large:after, .link-button-inverz-large:before,
  .link-button-inverz-highlighted-large:after,
  .link-button-inverz-highlighted-large:before, .link-button-no-arrow:after, .link-button-no-arrow:before, .link-button-highlighted-no-arrow:after, .link-button-highlighted-no-arrow:before, .link-button-inverz-no-arrow:after, .link-button-inverz-no-arrow:before, .link-button-inverz-highlighted-no-arrow:after, .link-button-inverz-highlighted-no-arrow:before,
  .link-button-large-no-arrow:after,
  .link-button-large-no-arrow:before, .link-button-highlighted-large-no-arrow:after, .link-button-highlighted-large-no-arrow:before, .link-button-inverz-large-no-arrow:after, .link-button-inverz-large-no-arrow:before, .link-button-inverz-highlighted-large-no-arrow:after, .link-button-inverz-highlighted-large-no-arrow:before,
  .link-button-back:after,
  .link-button-back:before, .link-button-highlighted-back:after, .link-button-highlighted-back:before, .link-button-highlighted-large-back:after, .link-button-highlighted-large-back:before, .link-button-inverz-large-back:after, .link-button-inverz-large-back:before,
  .link-button-large-back:after,
  .link-button-large-back:before, .link-button-inverz-back:after, .link-button-inverz-back:before, .link-button-inverz-highlighted-back:after, .link-button-inverz-highlighted-back:before, .link-button-inverz-highlighted-large-back:after, .link-button-inverz-highlighted-large-back:before {
    width: 6px;
    height: 9px; }
  .link-button:after, .link-button-highlighted:after, .link-button-inverz:after, .link-button-inverz-highlighted:after, .link-button-large:after, .link-button-highlighted-large:after, .link-button-inverz-large:after,
  .link-button-inverz-highlighted-large:after, .link-button-no-arrow:after, .link-button-highlighted-no-arrow:after, .link-button-inverz-no-arrow:after, .link-button-inverz-highlighted-no-arrow:after,
  .link-button-large-no-arrow:after, .link-button-highlighted-large-no-arrow:after, .link-button-inverz-large-no-arrow:after, .link-button-inverz-highlighted-large-no-arrow:after,
  .link-button-back:after, .link-button-highlighted-back:after, .link-button-highlighted-large-back:after, .link-button-inverz-large-back:after,
  .link-button-large-back:after, .link-button-inverz-back:after, .link-button-inverz-highlighted-back:after, .link-button-inverz-highlighted-large-back:after {
    margin-left: 8px; }
  .link-button:before, .link-button-highlighted:before, .link-button-inverz:before, .link-button-inverz-highlighted:before, .link-button-large:before, .link-button-highlighted-large:before, .link-button-inverz-large:before,
  .link-button-inverz-highlighted-large:before, .link-button-no-arrow:before, .link-button-highlighted-no-arrow:before, .link-button-inverz-no-arrow:before, .link-button-inverz-highlighted-no-arrow:before,
  .link-button-large-no-arrow:before, .link-button-highlighted-large-no-arrow:before, .link-button-inverz-large-no-arrow:before, .link-button-inverz-highlighted-large-no-arrow:before,
  .link-button-back:before, .link-button-highlighted-back:before, .link-button-highlighted-large-back:before, .link-button-inverz-large-back:before,
  .link-button-large-back:before, .link-button-inverz-back:before, .link-button-inverz-highlighted-back:before, .link-button-inverz-highlighted-large-back:before {
    margin-right: 8px; }
  .link-button:hover, .link-button:active, .link-button:focus, .link-button-highlighted:hover, .link-button-highlighted:active, .link-button-highlighted:focus, .link-button-inverz:hover, .link-button-inverz:active, .link-button-inverz:focus, .link-button-inverz-highlighted:hover, .link-button-inverz-highlighted:active, .link-button-inverz-highlighted:focus, .link-button-large:hover, .link-button-large:active, .link-button-large:focus, .link-button-highlighted-large:hover, .link-button-highlighted-large:active, .link-button-highlighted-large:focus, .link-button-inverz-large:hover, .link-button-inverz-large:active, .link-button-inverz-large:focus,
  .link-button-inverz-highlighted-large:hover,
  .link-button-inverz-highlighted-large:active,
  .link-button-inverz-highlighted-large:focus, .link-button-no-arrow:hover, .link-button-no-arrow:active, .link-button-no-arrow:focus, .link-button-highlighted-no-arrow:hover, .link-button-highlighted-no-arrow:active, .link-button-highlighted-no-arrow:focus, .link-button-inverz-no-arrow:hover, .link-button-inverz-no-arrow:active, .link-button-inverz-no-arrow:focus, .link-button-inverz-highlighted-no-arrow:hover, .link-button-inverz-highlighted-no-arrow:active, .link-button-inverz-highlighted-no-arrow:focus,
  .link-button-large-no-arrow:hover,
  .link-button-large-no-arrow:active,
  .link-button-large-no-arrow:focus, .link-button-highlighted-large-no-arrow:hover, .link-button-highlighted-large-no-arrow:active, .link-button-highlighted-large-no-arrow:focus, .link-button-inverz-large-no-arrow:hover, .link-button-inverz-large-no-arrow:active, .link-button-inverz-large-no-arrow:focus, .link-button-inverz-highlighted-large-no-arrow:hover, .link-button-inverz-highlighted-large-no-arrow:active, .link-button-inverz-highlighted-large-no-arrow:focus,
  .link-button-back:hover,
  .link-button-back:active,
  .link-button-back:focus, .link-button-highlighted-back:hover, .link-button-highlighted-back:active, .link-button-highlighted-back:focus, .link-button-highlighted-large-back:hover, .link-button-highlighted-large-back:active, .link-button-highlighted-large-back:focus, .link-button-inverz-large-back:hover, .link-button-inverz-large-back:active, .link-button-inverz-large-back:focus,
  .link-button-large-back:hover,
  .link-button-large-back:active,
  .link-button-large-back:focus, .link-button-inverz-back:hover, .link-button-inverz-back:active, .link-button-inverz-back:focus, .link-button-inverz-highlighted-back:hover, .link-button-inverz-highlighted-back:active, .link-button-inverz-highlighted-back:focus, .link-button-inverz-highlighted-large-back:hover, .link-button-inverz-highlighted-large-back:active, .link-button-inverz-highlighted-large-back:focus {
    text-decoration: none; }

.link-button:after, .link-button:before, .link-button-highlighted:after, .link-button-highlighted:before, .link-button-inverz:after, .link-button-inverz:before, .link-button-inverz-highlighted:after, .link-button-inverz-highlighted:before, .link-button-large:after, .link-button-large:before, .link-button-highlighted-large:after, .link-button-highlighted-large:before, .link-button-inverz-large:after, .link-button-inverz-large:before, .link-button-inverz-highlighted-large:after, .link-button-inverz-highlighted-large:before,
.link-button-back:after,
.link-button-back:before, .link-button-highlighted-back:after, .link-button-highlighted-back:before, .link-button-inverz-back:after, .link-button-inverz-back:before, .link-button-inverz-highlighted-back:after, .link-button-inverz-highlighted-back:before,
.link-button-large-back:after,
.link-button-large-back:before, .link-button-highlighted-large-back:after, .link-button-highlighted-large-back:before, .link-button-inverz-large-back:after, .link-button-inverz-large-back:before, .link-button-inverz-highlighted-large-back:after, .link-button-inverz-highlighted-large-back:before {
  display: inline-block; }

.link-button-no-arrow:after, .link-button-no-arrow:before, .link-button-highlighted-no-arrow:after, .link-button-highlighted-no-arrow:before, .link-button-inverz-no-arrow:after, .link-button-inverz-no-arrow:before, .link-button-inverz-highlighted-no-arrow:after, .link-button-inverz-highlighted-no-arrow:before, .link-button-large-no-arrow:after, .link-button-large-no-arrow:before,
.link-button-highlighted-large-no-arrow:after,
.link-button-highlighted-large-no-arrow:before, .link-button-inverz-large-no-arrow:after, .link-button-inverz-large-no-arrow:before, .link-button-inverz-highlighted-large-no-arrow:after, .link-button-inverz-highlighted-large-no-arrow:before {
  display: none; }

.link-button-large, .link-button-highlighted-large, .link-button-large-no-arrow, .link-button-highlighted-large-no-arrow, .link-button-inverz-large,
.link-button-inverz-highlighted-large, .link-button-inverz-large-no-arrow, .link-button-inverz-highlighted-large-no-arrow,
.link-button-large, .link-button-highlighted-large, .link-button-inverz-large, .link-button-inverz-highlighted-large {
  font-size: 16px; }

.link-button, .link-button-large, .link-button-no-arrow, .link-button-large-no-arrow, .link-button-inverz-highlighted, .link-button-inverz-highlighted-large,
.link-button-inverz-highlighted-no-arrow, .link-button-inverz-highlighted-large-no-arrow,
.link-button-back, .link-button-large-back, .link-button-inverz-highlighted-back, .link-button-inverz-highlighted-large-back {
  border: 1px solid #C12017;
  color: #C12017; }

.link-button-inverz-highlighted, .link-button-inverz-highlighted-large,
.link-button-inverz-highlighted-back, .link-button-inverz-highlighted-large-back,
.link-button-inverz-highlighted-no-arrow, .link-button-inverz-highlighted-large-no-arrow {
  background-color: #ffffff; }
  .link-button-inverz-highlighted:hover, .link-button-inverz-highlighted:active, .link-button-inverz-highlighted:focus, .link-button-inverz-highlighted-large:hover, .link-button-inverz-highlighted-large:active, .link-button-inverz-highlighted-large:focus,
  .link-button-inverz-highlighted-back:hover,
  .link-button-inverz-highlighted-back:active,
  .link-button-inverz-highlighted-back:focus, .link-button-inverz-highlighted-large-back:hover, .link-button-inverz-highlighted-large-back:active, .link-button-inverz-highlighted-large-back:focus,
  .link-button-inverz-highlighted-no-arrow:hover,
  .link-button-inverz-highlighted-no-arrow:active,
  .link-button-inverz-highlighted-no-arrow:focus, .link-button-inverz-highlighted-large-no-arrow:hover, .link-button-inverz-highlighted-large-no-arrow:active, .link-button-inverz-highlighted-large-no-arrow:focus {
    border-color: #C12017;
    background-color: #ffffff;
    color: #C12017; }

.link-button, .link-button-large, .link-button-back, .link-button-large-back, .link-button-no-arrow, .link-button-large-no-arrow {
  border: 1px solid #C12017;
  color: #C12017; }
  .link-button:hover, .link-button:active, .link-button:focus, .link-button-large:hover, .link-button-large:active, .link-button-large:focus, .link-button-back:hover, .link-button-back:active, .link-button-back:focus, .link-button-large-back:hover, .link-button-large-back:active, .link-button-large-back:focus, .link-button-no-arrow:hover, .link-button-no-arrow:active, .link-button-no-arrow:focus, .link-button-large-no-arrow:hover, .link-button-large-no-arrow:active, .link-button-large-no-arrow:focus {
    border-color: #ffffff;
    background-color: #C12017;
    color: #ffffff !important; }

.link-button:after, .link-button-large:after, .link-button-inverz-highlighted:after, .link-button-inverz-highlighted-large:after {
  content: url(../images/iconVarie/see-all-icon.png); }

.link-button:hover:after, .link-button:active:after, .link-button:focus:after, .link-button-large:hover:after, .link-button-large:active:after, .link-button-large:focus:after, .link-button-inverz-highlighted:hover:after, .link-button-inverz-highlighted:active:after, .link-button-inverz-highlighted:focus:after, .link-button-inverz-highlighted-large:hover:after, .link-button-inverz-highlighted-large:active:after, .link-button-inverz-highlighted-large:focus:after {
  content: url(../images/iconVarie/see-all-icon-white.png); }

.link-button-inverz-highlighted:hover:after, .link-button-inverz-highlighted:active:after, .link-button-inverz-highlighted:focus:after, .link-button-inverz-highlighted-large:hover:after, .link-button-inverz-highlighted-large:active:after, .link-button-inverz-highlighted-large:focus:after {
  content: url(../images/iconVarie/see-all-icon.png); }

.link-button-back:before, .link-button-highlighted-back:before, .link-button-highlighted-large-back:before, .link-button-inverz-highlighted-back:before,
.link-button-inverz-highlighted-large-back:before, .link-button-large-back:before {
  content: url(../images/iconVarie/see-all-icon.png);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  top: -2px; }

.link-button-back:hover:before, .link-button-back:active:before, .link-button-back:focus:before, .link-button-highlighted-back:hover:before, .link-button-highlighted-back:active:before, .link-button-highlighted-back:focus:before, .link-button-highlighted-large-back:hover:before, .link-button-highlighted-large-back:active:before, .link-button-highlighted-large-back:focus:before, .link-button-inverz-highlighted-back:hover:before, .link-button-inverz-highlighted-back:active:before, .link-button-inverz-highlighted-back:focus:before,
.link-button-inverz-highlighted-large-back:hover:before,
.link-button-inverz-highlighted-large-back:active:before,
.link-button-inverz-highlighted-large-back:focus:before, .link-button-large-back:hover:before, .link-button-large-back:active:before, .link-button-large-back:focus:before {
  content: url(../images/iconVarie/see-all-icon-white.png); }

.link-button-inverz-highlighted-back:hover:before, .link-button-inverz-highlighted-back:active:before, .link-button-inverz-highlighted-back:focus:before, .link-button-inverz-highlighted-large-back:hover:before, .link-button-inverz-highlighted-large-back:active:before, .link-button-inverz-highlighted-large-back:focus:before {
  content: url(../images/iconVarie/see-all-icon.png); }

.link-button-inverz, .link-button-inverz-large, .link-button-inverz-back, .link-button-inverz-large-back,
.link-button-inverz-no-arrow, .link-button-inverz-large-no-arrow, .link-button-highlighted, .link-button-highlighted-large,
.link-button-highlighted-back, .link-button-highlighted-large-back,
.link-button-highlighted-no-arrow, .link-button-highlighted-large-no-arrow {
  border: 1px solid #ffffff;
  color: #ffffff; }

.link-button-highlighted, .link-button-highlighted-back, .link-button-highlighted-large, .link-button-highlighted-large-back,
.link-button-highlighted-no-arrow, .link-button-highlighted-large-no-arrow {
  background-color: #C12017; }
  .link-button-highlighted:hover, .link-button-highlighted:active, .link-button-highlighted:focus, .link-button-highlighted-back:hover, .link-button-highlighted-back:active, .link-button-highlighted-back:focus, .link-button-highlighted-large:hover, .link-button-highlighted-large:active, .link-button-highlighted-large:focus, .link-button-highlighted-large-back:hover, .link-button-highlighted-large-back:active, .link-button-highlighted-large-back:focus,
  .link-button-highlighted-no-arrow:hover,
  .link-button-highlighted-no-arrow:active,
  .link-button-highlighted-no-arrow:focus, .link-button-highlighted-large-no-arrow:hover, .link-button-highlighted-large-no-arrow:active, .link-button-highlighted-large-no-arrow:focus {
    border-color: #ffffff;
    background-color: #C12017;
    color: #ffffff; }

.link-button-inverz, .link-button-inverz-large, .link-button-inverz-back, .link-button-inverz-large-back, .link-button-inverz-no-arrow, .link-button-inverz-large-no-arrow {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .link-button-inverz:hover, .link-button-inverz:active, .link-button-inverz:focus, .link-button-inverz-large:hover, .link-button-inverz-large:active, .link-button-inverz-large:focus, .link-button-inverz-back:hover, .link-button-inverz-back:active, .link-button-inverz-back:focus, .link-button-inverz-large-back:hover, .link-button-inverz-large-back:active, .link-button-inverz-large-back:focus, .link-button-inverz-no-arrow:hover, .link-button-inverz-no-arrow:active, .link-button-inverz-no-arrow:focus, .link-button-inverz-large-no-arrow:hover, .link-button-inverz-large-no-arrow:active, .link-button-inverz-large-no-arrow:focus {
    border-color: #C12017;
    background-color: #ffffff;
    color: #C12017; }

.link-button-inverz:after, .link-button-inverz-large:after, .link-button-highlighted:after, .link-button-highlighted-large:after {
  content: url(../images/iconVarie/see-all-icon-white.png); }

.link-button-inverz:hover:after, .link-button-inverz:active:after, .link-button-inverz:focus:after, .link-button-inverz-large:hover:after, .link-button-inverz-large:active:after, .link-button-inverz-large:focus:after, .link-button-highlighted:hover:after, .link-button-highlighted:active:after, .link-button-highlighted:focus:after, .link-button-highlighted-large:hover:after, .link-button-highlighted-large:active:after, .link-button-highlighted-large:focus:after {
  content: url(../images/iconVarie/see-all-icon.png); }

.link-button-highlighted-back:before, .link-button-highlighted-large-back:before, .link-button-inverz-back:before, .link-button-inverz-large-back:before {
  content: url(../images/iconVarie/see-all-icon-white.png); }
  .link-button-highlighted-back:before:hover:before, .link-button-highlighted-back:before:active:before, .link-button-highlighted-back:before:focus:before, .link-button-highlighted-large-back:before:hover:before, .link-button-highlighted-large-back:before:active:before, .link-button-highlighted-large-back:before:focus:before, .link-button-inverz-back:before:hover:before, .link-button-inverz-back:before:active:before, .link-button-inverz-back:before:focus:before, .link-button-inverz-large-back:before:hover:before, .link-button-inverz-large-back:before:active:before, .link-button-inverz-large-back:before:focus:before {
    content: url(../images/iconVarie/see-all-icon.png); }

.link-button-highlighted:hover:after, .link-button-highlighted:active:after, .link-button-highlighted:focus:after, .link-button-highlighted-large:hover:after, .link-button-highlighted-large:active:after, .link-button-highlighted-large:focus:after {
  content: url(../images/iconVarie/see-all-icon-white.png); }

.link-button-highlighted-back:hover:before, .link-button-highlighted-back:active:before, .link-button-highlighted-back:focus:before, .link-button-highlighted-large-back:hover:before, .link-button-highlighted-large-back:active:before, .link-button-highlighted-large-back:focus:before {
  content: url(../images/iconVarie/see-all-icon-white.png); }

.text-center {
  text-align: center; }
  .text-center h3, .text-center img {
    padding: 0; }
  .text-center .action-button.button-bottom, .text-center .action-button-inverz.button-bottom {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.asset-trend:before {
  font-family: FontAwesome;
  /*font-size: 22px;*/
  display: inline-block; }

.trend-grow:before {
  content: "\f062"; }

.trend-fall:before {
  content: "\f063"; }

.trend-none:before {
  content: "\f068";
  /*font-size: 20px;
        position: relative;
        top: 2px;*/ }

.wrap-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

.gray-textbox, .generali-red1-textbox, .generali-red2-textbox, .generali-red3-textbox, .generali-red4-textbox, .generali-red5-textbox, .generali-red6-textbox,
.generali-red7-textbox {
  padding: 20px 20px 30px 20px !important;
  overflow: hidden; }
  .gray-textbox h4, .generali-red1-textbox h4, .generali-red2-textbox h4, .generali-red3-textbox h4, .generali-red4-textbox h4, .generali-red5-textbox h4, .generali-red6-textbox h4,
  .generali-red7-textbox h4 {
    margin-bottom: 20px;
    text-transform: uppercase !important; }
  .gray-textbox > .figure-left, .gray-textbox > .figure-right, .generali-red1-textbox > .figure-left, .generali-red1-textbox > .figure-right, .generali-red2-textbox > .figure-left, .generali-red2-textbox > .figure-right, .generali-red3-textbox > .figure-left, .generali-red3-textbox > .figure-right, .generali-red4-textbox > .figure-left, .generali-red4-textbox > .figure-right, .generali-red5-textbox > .figure-left, .generali-red5-textbox > .figure-right, .generali-red6-textbox > .figure-left, .generali-red6-textbox > .figure-right,
  .generali-red7-textbox > .figure-left,
  .generali-red7-textbox > .figure-right {
    padding: 0; }
  .gray-textbox > p, .generali-red1-textbox > p, .generali-red2-textbox > p, .generali-red3-textbox > p, .generali-red4-textbox > p, .generali-red5-textbox > p, .generali-red6-textbox > p,
  .generali-red7-textbox > p {
    margin: 0;
    font-size: 15px; }
  .gray-textbox .action-button-container, .generali-red1-textbox .action-button-container, .generali-red2-textbox .action-button-container, .generali-red3-textbox .action-button-container, .generali-red4-textbox .action-button-container, .generali-red5-textbox .action-button-container, .generali-red6-textbox .action-button-container,
  .generali-red7-textbox .action-button-container {
    margin-top: 10px; }

.gray-textbox, .gray-box, .media-box {
  background-color: #f0f0f0; }

/*.generali-red1-textbox, .generali-red2-textbox, .generali-red3-textbox, .generali-red4-textbox, .generali-red5-textbox, .generali-red6-textbox, .generali-red7-textbox {
    
    > p {
        margin: 5px 0;
        font-size: 15px;
    }

    .action-button-container {
        margin-top: 10px;
    }
}*/
/* FORM */
#Form h1, #Form h2, #Form h4, #Form h5 {
  margin: 50px 0 0 0;
  color: #c12017; }

#Form h3 {
  margin: 20px 0 0 0;
  color: #c12017; }

@media (max-width: 767px) {
  section {
    margin-bottom: 0px !important; }
  /*searchResultPage*/
  #searchResultPage h1, #searchResultPage h2, #searchResultPage h3, #searchResultPage h4, #searchResultPage h5 {
    margin: 0 !important; }
  #searchResultPage .form-group > .row, #searchResultPage .checkbox-group > .row {
    margin-bottom: -30px !important; }
  #searchResultPage .form-group {
    margin: 0 0 10px 0 !important; }
  #searchResultPage .button-bottom {
    margin: 0; }
    #searchResultPage .button-bottom button {
      margin: 10px 0; }
  #searchResultPage .panel-button {
    margin: 20px 0 0px 0; }
    #searchResultPage .panel-button .item {
      margin: -15px 0 5px 0 !important; }
      #searchResultPage .panel-button .item button {
        margin: 0; }
  #searchResultPage .credit-card {
    display: block;
    margin: 10px 0 !important; }
  /*indexPage*/
  #indexPage h1, #indexPage h2, #indexPage h3, #indexPage h4, #indexPage h5 {
    margin: 0 !important; }
  #indexPage .form-group {
    margin: 0; }
  #indexPage .button-bottom {
    margin: 30px 0 20px 0; } }

.color-box, .photo-box {
  position: relative;
  overflow: hidden; }

.color-box {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }
  .color-box * {
    color: #ffffff; }
  .color-box h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  .color-box .box-content {
    margin-bottom: 60px;
    padding: 0 10px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    line-height: 21px; }
    .color-box .box-content img {
      max-width: 100%; }
    .color-box .box-content p {
      margin: 0; }
  .color-box.height195 .box-content, .color-box.height300 .box-content, .color-box.height400 .box-content, .color-box.height460 .box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    width: 100%; }

.photo-box img {
  /*min-width: 100%;*/
  width: 100%;
  /*height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/ }

.photo-box.height195 img, .photo-box.height300 img, .photo-box.height400 img, .photo-box.height460 img {
  min-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.photo-box .box-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px 20px 15px;
  min-height: 45%;
  color: #000000; }
  .photo-box .box-overlay h4 {
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase; }
  .photo-box .box-overlay p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    /*line-height: 21px;*/ }

.photo-box.overlay20 .box-overlay {
  min-height: 1%;
  height: 20%; }

.photo-box.overlay30 .box-overlay {
  min-height: 1%;
  height: 30%; }

.top-function-box {
  /*margin-bottom: -15px;*/
  /*.box-hover {
			display: none;
			background-color: rgba(0,0,0,0.5);
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}*/ }
  .top-function-box:hover {
    filter: brightness(40%); }
  .top-function-box a {
    display: block;
    color: #ffffff;
    padding: 0 30px;
    height: 136px;
    position: relative; }
    .top-function-box a:hover {
      text-decoration: none;
      /*.box-hover {
				display: block;
			}*/ }
    .top-function-box a:hover, .top-function-box a:focus, .top-function-box a:active {
      color: #ffffff; }
    .top-function-box a figure, .top-function-box a h5 {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .top-function-box a img {
      vertical-align: inherit; }
    .top-function-box a figure {
      margin-right: 20px;
      max-width: 50px;
      float: left; }
    .top-function-box a h5 {
      font-size: 16px;
      /*max-width: 200px;*/ }

.image-box {
  background-color: #f2f2f2; }
  .image-box.background-generali-red1 *, .image-box.background-generali-red2 *, .image-box.background-generali-red3 *, .image-box.background-generali-red4 *, .image-box.background-generali-red5 *, .image-box.background-generali-red6 *, .image-box.background-generali-red7 *, .image-box.background-generali-textcolor *, .image-box.background-generali-blue *, .image-box.generali-red1-textbox *, .image-box.generali-red2-textbox *, .image-box.generali-red3-textbox *, .image-box.generali-red4-textbox *, .image-box.generali-red5-textbox *, .image-box.generali-red6-textbox *, .image-box.generali-red7-textbox * {
    color: #ffffff !important; }
  .image-box img {
    width: 100%; }
  .image-box .box-details {
    padding: 20px 20px 0 20px;
    color: #6d6e72;
    height: 215px;
    overflow: hidden;
    margin-bottom: 15px;
    display: inline-block; }
    .image-box .box-details h2, .image-box .box-details h4 {
      font-family: 'Roboto';
      font-weight: 300;
      margin-bottom: 5px; }
    .image-box .box-details h2 {
      font-size: 30px;
      line-height: 30px;
      color: #6d6e72; }
    .image-box .box-details h4 {
      color: #bd1d23;
      line-height: 22px; }
    .image-box .box-details p {
      font-size: 13px;
      margin: 0; }
  .image-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.photo-box iframe, .video-box iframe {
  width: 100%;
  height: 100%; }

.gray-box {
  padding: 40px 40px 15px 40px;
  margin: 25px 0 !important;
  display: inline-block;
  width: 100%; }
  .gray-box .row {
    margin: 0 0 40px 0; }
  .gray-box img {
    width: 100%;
    margin-bottom: 20px; }
  .gray-box .action-button a {
    color: #c12017; }
  .gray-box .action-button:hover a {
    color: #FFF; }
  .gray-box a {
    color: #707173; }
    .gray-box a:hover {
      color: #707173; }
  .gray-box .fa {
    color: #d92a2b;
    font-size: 25px;
    vertical-align: middle;
    margin-left: 10px; }
  .gray-box h3 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #333333;
    display: inline-block;
    text-transform: uppercase !important;
    margin-bottom: 12px; }
  .gray-box h4 {
    margin: 0 0 40px 0 !important; }
  .gray-box p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 12px 0;
    color: #333333; }
    .gray-box p.action-button {
      line-height: 1.43; }
  .gray-box ul {
    margin: 0; }

.media-box {
  padding: 30px 15px; }
  .media-box figure, .media-box .box-details {
    display: inline-block;
    vertical-align: top; }
  .media-box figure {
    max-width: 28%;
    position: relative;
    margin-right: 15px;
    float: left; }
  .media-box .box-details {
    max-width: 65%;
    width: 100%; }
  .media-box img {
    /*margin-right: 15px;*/
    max-width: 100%; }
  .media-box h4 {
    font-size: 14px;
    margin-bottom: 5px; }
    .media-box h4 + .file-info-container {
      margin-top: 27px; }
  .media-box .file-info-container a {
    color: #C12017;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    display: block; }
  .media-box .file-info-container p {
    font-size: 11px;
    margin: 0; }

.document-list-box {
  background-color: #f2f2f2;
  padding: 15px 20px; }
  .document-list-box h3 {
    margin-bottom: 20px; }
  .document-list-box .underline {
    padding-bottom: 5px; }
  .document-list-box p {
    margin: 0; }
  .document-list-box .documents > div:only-of-type {
    padding: 0;
    float: none; }
  .document-list-box .document-date, .document-list-box .document-list {
    display: inline-block; }
  .document-list-box .document-row {
    margin-bottom: 15px;
    position: relative;
    color: #333333; }
    .document-list-box .document-row div {
      display: inline-block;
      vertical-align: top; }
    .document-list-box .document-row .document-date {
      width: 45px;
      margin-right: -50px;
      font-size: 12px;
      text-transform: uppercase;
      font-style: italic;
      /*float: left;
            margin-right: -45px;
            padding-top: 2px;*/ }
    .document-list-box .document-row .file-name {
      font-size: 14px;
      font-family: Roboto;
      padding-right: 30px;
      padding-left: 60px; }
    .document-list-box .document-row .file-info-container {
      text-align: right;
      position: absolute;
      top: 0;
      right: 0; }
      .document-list-box .document-row .file-info-container .file-size, .document-list-box .document-row .file-info-container a {
        vertical-align: middle; }
      .document-list-box .document-row .file-info-container .file-size {
        font-size: 12px;
        font-style: italic; }
      .document-list-box .document-row .file-info-container a {
        float: none;
        margin-right: 0;
        margin-left: 10px; }

.gray-textbox, .generali-red1-textbox, .photo-box, .color-box, .gray-box, .generali-red2-textbox, .generali-red3-textbox, .generali-red4-textbox, .generali-red5-textbox,
.generali-red6-textbox, .generali-red7-textbox {
  min-height: 100px; }
  .gray-textbox .action-button, .gray-textbox .action-button-inverz, .gray-textbox .action-button-highlighted, .gray-textbox .action-button-inverz-highlighted, .generali-red1-textbox .action-button, .generali-red1-textbox .action-button-inverz, .generali-red1-textbox .action-button-highlighted, .generali-red1-textbox .action-button-inverz-highlighted, .photo-box .action-button, .photo-box .action-button-inverz, .photo-box .action-button-highlighted, .photo-box .action-button-inverz-highlighted, .color-box .action-button, .color-box .action-button-inverz, .color-box .action-button-highlighted, .color-box .action-button-inverz-highlighted, .gray-box .action-button, .gray-box .action-button-inverz, .gray-box .action-button-highlighted, .gray-box .action-button-inverz-highlighted, .generali-red2-textbox .action-button, .generali-red2-textbox .action-button-inverz, .generali-red2-textbox .action-button-highlighted, .generali-red2-textbox .action-button-inverz-highlighted, .generali-red3-textbox .action-button, .generali-red3-textbox .action-button-inverz, .generali-red3-textbox .action-button-highlighted, .generali-red3-textbox .action-button-inverz-highlighted, .generali-red4-textbox .action-button, .generali-red4-textbox .action-button-inverz, .generali-red4-textbox .action-button-highlighted, .generali-red4-textbox .action-button-inverz-highlighted, .generali-red5-textbox .action-button, .generali-red5-textbox .action-button-inverz, .generali-red5-textbox .action-button-highlighted, .generali-red5-textbox .action-button-inverz-highlighted,
  .generali-red6-textbox .action-button,
  .generali-red6-textbox .action-button-inverz,
  .generali-red6-textbox .action-button-highlighted,
  .generali-red6-textbox .action-button-inverz-highlighted, .generali-red7-textbox .action-button, .generali-red7-textbox .action-button-inverz, .generali-red7-textbox .action-button-highlighted, .generali-red7-textbox .action-button-inverz-highlighted {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    line-height: 1.43; }
    .gray-textbox .action-button.large-button, .gray-textbox .action-button-inverz.large-button, .gray-textbox .action-button-highlighted.large-button, .gray-textbox .action-button-inverz-highlighted.large-button, .generali-red1-textbox .action-button.large-button, .generali-red1-textbox .action-button-inverz.large-button, .generali-red1-textbox .action-button-highlighted.large-button, .generali-red1-textbox .action-button-inverz-highlighted.large-button, .photo-box .action-button.large-button, .photo-box .action-button-inverz.large-button, .photo-box .action-button-highlighted.large-button, .photo-box .action-button-inverz-highlighted.large-button, .color-box .action-button.large-button, .color-box .action-button-inverz.large-button, .color-box .action-button-highlighted.large-button, .color-box .action-button-inverz-highlighted.large-button, .gray-box .action-button.large-button, .gray-box .action-button-inverz.large-button, .gray-box .action-button-highlighted.large-button, .gray-box .action-button-inverz-highlighted.large-button, .generali-red2-textbox .action-button.large-button, .generali-red2-textbox .action-button-inverz.large-button, .generali-red2-textbox .action-button-highlighted.large-button, .generali-red2-textbox .action-button-inverz-highlighted.large-button, .generali-red3-textbox .action-button.large-button, .generali-red3-textbox .action-button-inverz.large-button, .generali-red3-textbox .action-button-highlighted.large-button, .generali-red3-textbox .action-button-inverz-highlighted.large-button, .generali-red4-textbox .action-button.large-button, .generali-red4-textbox .action-button-inverz.large-button, .generali-red4-textbox .action-button-highlighted.large-button, .generali-red4-textbox .action-button-inverz-highlighted.large-button, .generali-red5-textbox .action-button.large-button, .generali-red5-textbox .action-button-inverz.large-button, .generali-red5-textbox .action-button-highlighted.large-button, .generali-red5-textbox .action-button-inverz-highlighted.large-button,
    .generali-red6-textbox .action-button.large-button,
    .generali-red6-textbox .action-button-inverz.large-button,
    .generali-red6-textbox .action-button-highlighted.large-button,
    .generali-red6-textbox .action-button-inverz-highlighted.large-button, .generali-red7-textbox .action-button.large-button, .generali-red7-textbox .action-button-inverz.large-button, .generali-red7-textbox .action-button-highlighted.large-button, .generali-red7-textbox .action-button-inverz-highlighted.large-button {
      font-size: 16px;
      /*line-height: 20px;*/ }
  .gray-textbox .box-overlay .action-button, .gray-textbox .box-overlay .action-button-inverz, .gray-textbox .box-overlay .action-button-highlighted, .gray-textbox .box-overlay .action-button-inverz-highlighted, .gray-textbox .box-details .action-button, .gray-textbox .box-details .action-button-inverz, .gray-textbox .box-details .action-button-highlighted, .gray-textbox .box-details .action-button-inverz-highlighted, .generali-red1-textbox .box-overlay .action-button, .generali-red1-textbox .box-overlay .action-button-inverz, .generali-red1-textbox .box-overlay .action-button-highlighted, .generali-red1-textbox .box-overlay .action-button-inverz-highlighted, .generali-red1-textbox .box-details .action-button, .generali-red1-textbox .box-details .action-button-inverz, .generali-red1-textbox .box-details .action-button-highlighted, .generali-red1-textbox .box-details .action-button-inverz-highlighted, .photo-box .box-overlay .action-button, .photo-box .box-overlay .action-button-inverz, .photo-box .box-overlay .action-button-highlighted, .photo-box .box-overlay .action-button-inverz-highlighted, .photo-box .box-details .action-button, .photo-box .box-details .action-button-inverz, .photo-box .box-details .action-button-highlighted, .photo-box .box-details .action-button-inverz-highlighted, .color-box .box-overlay .action-button, .color-box .box-overlay .action-button-inverz, .color-box .box-overlay .action-button-highlighted, .color-box .box-overlay .action-button-inverz-highlighted, .color-box .box-details .action-button, .color-box .box-details .action-button-inverz, .color-box .box-details .action-button-highlighted, .color-box .box-details .action-button-inverz-highlighted, .gray-box .box-overlay .action-button, .gray-box .box-overlay .action-button-inverz, .gray-box .box-overlay .action-button-highlighted, .gray-box .box-overlay .action-button-inverz-highlighted, .gray-box .box-details .action-button, .gray-box .box-details .action-button-inverz, .gray-box .box-details .action-button-highlighted, .gray-box .box-details .action-button-inverz-highlighted, .generali-red2-textbox .box-overlay .action-button, .generali-red2-textbox .box-overlay .action-button-inverz, .generali-red2-textbox .box-overlay .action-button-highlighted, .generali-red2-textbox .box-overlay .action-button-inverz-highlighted, .generali-red2-textbox .box-details .action-button, .generali-red2-textbox .box-details .action-button-inverz, .generali-red2-textbox .box-details .action-button-highlighted, .generali-red2-textbox .box-details .action-button-inverz-highlighted, .generali-red3-textbox .box-overlay .action-button, .generali-red3-textbox .box-overlay .action-button-inverz, .generali-red3-textbox .box-overlay .action-button-highlighted, .generali-red3-textbox .box-overlay .action-button-inverz-highlighted, .generali-red3-textbox .box-details .action-button, .generali-red3-textbox .box-details .action-button-inverz, .generali-red3-textbox .box-details .action-button-highlighted, .generali-red3-textbox .box-details .action-button-inverz-highlighted, .generali-red4-textbox .box-overlay .action-button, .generali-red4-textbox .box-overlay .action-button-inverz, .generali-red4-textbox .box-overlay .action-button-highlighted, .generali-red4-textbox .box-overlay .action-button-inverz-highlighted, .generali-red4-textbox .box-details .action-button, .generali-red4-textbox .box-details .action-button-inverz, .generali-red4-textbox .box-details .action-button-highlighted, .generali-red4-textbox .box-details .action-button-inverz-highlighted, .generali-red5-textbox .box-overlay .action-button, .generali-red5-textbox .box-overlay .action-button-inverz, .generali-red5-textbox .box-overlay .action-button-highlighted, .generali-red5-textbox .box-overlay .action-button-inverz-highlighted, .generali-red5-textbox .box-details .action-button, .generali-red5-textbox .box-details .action-button-inverz, .generali-red5-textbox .box-details .action-button-highlighted, .generali-red5-textbox .box-details .action-button-inverz-highlighted,
  .generali-red6-textbox .box-overlay .action-button,
  .generali-red6-textbox .box-overlay .action-button-inverz,
  .generali-red6-textbox .box-overlay .action-button-highlighted,
  .generali-red6-textbox .box-overlay .action-button-inverz-highlighted,
  .generali-red6-textbox .box-details .action-button,
  .generali-red6-textbox .box-details .action-button-inverz,
  .generali-red6-textbox .box-details .action-button-highlighted,
  .generali-red6-textbox .box-details .action-button-inverz-highlighted, .generali-red7-textbox .box-overlay .action-button, .generali-red7-textbox .box-overlay .action-button-inverz, .generali-red7-textbox .box-overlay .action-button-highlighted, .generali-red7-textbox .box-overlay .action-button-inverz-highlighted, .generali-red7-textbox .box-details .action-button, .generali-red7-textbox .box-details .action-button-inverz, .generali-red7-textbox .box-details .action-button-highlighted, .generali-red7-textbox .box-details .action-button-inverz-highlighted {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    line-height: 1.43; }
    .gray-textbox .box-overlay .action-button.large-button, .gray-textbox .box-overlay .action-button-inverz.large-button, .gray-textbox .box-overlay .action-button-highlighted.large-button, .gray-textbox .box-overlay .action-button-inverz-highlighted.large-button, .gray-textbox .box-details .action-button.large-button, .gray-textbox .box-details .action-button-inverz.large-button, .gray-textbox .box-details .action-button-highlighted.large-button, .gray-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red1-textbox .box-overlay .action-button.large-button, .generali-red1-textbox .box-overlay .action-button-inverz.large-button, .generali-red1-textbox .box-overlay .action-button-highlighted.large-button, .generali-red1-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red1-textbox .box-details .action-button.large-button, .generali-red1-textbox .box-details .action-button-inverz.large-button, .generali-red1-textbox .box-details .action-button-highlighted.large-button, .generali-red1-textbox .box-details .action-button-inverz-highlighted.large-button, .photo-box .box-overlay .action-button.large-button, .photo-box .box-overlay .action-button-inverz.large-button, .photo-box .box-overlay .action-button-highlighted.large-button, .photo-box .box-overlay .action-button-inverz-highlighted.large-button, .photo-box .box-details .action-button.large-button, .photo-box .box-details .action-button-inverz.large-button, .photo-box .box-details .action-button-highlighted.large-button, .photo-box .box-details .action-button-inverz-highlighted.large-button, .color-box .box-overlay .action-button.large-button, .color-box .box-overlay .action-button-inverz.large-button, .color-box .box-overlay .action-button-highlighted.large-button, .color-box .box-overlay .action-button-inverz-highlighted.large-button, .color-box .box-details .action-button.large-button, .color-box .box-details .action-button-inverz.large-button, .color-box .box-details .action-button-highlighted.large-button, .color-box .box-details .action-button-inverz-highlighted.large-button, .gray-box .box-overlay .action-button.large-button, .gray-box .box-overlay .action-button-inverz.large-button, .gray-box .box-overlay .action-button-highlighted.large-button, .gray-box .box-overlay .action-button-inverz-highlighted.large-button, .gray-box .box-details .action-button.large-button, .gray-box .box-details .action-button-inverz.large-button, .gray-box .box-details .action-button-highlighted.large-button, .gray-box .box-details .action-button-inverz-highlighted.large-button, .generali-red2-textbox .box-overlay .action-button.large-button, .generali-red2-textbox .box-overlay .action-button-inverz.large-button, .generali-red2-textbox .box-overlay .action-button-highlighted.large-button, .generali-red2-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red2-textbox .box-details .action-button.large-button, .generali-red2-textbox .box-details .action-button-inverz.large-button, .generali-red2-textbox .box-details .action-button-highlighted.large-button, .generali-red2-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red3-textbox .box-overlay .action-button.large-button, .generali-red3-textbox .box-overlay .action-button-inverz.large-button, .generali-red3-textbox .box-overlay .action-button-highlighted.large-button, .generali-red3-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red3-textbox .box-details .action-button.large-button, .generali-red3-textbox .box-details .action-button-inverz.large-button, .generali-red3-textbox .box-details .action-button-highlighted.large-button, .generali-red3-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red4-textbox .box-overlay .action-button.large-button, .generali-red4-textbox .box-overlay .action-button-inverz.large-button, .generali-red4-textbox .box-overlay .action-button-highlighted.large-button, .generali-red4-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red4-textbox .box-details .action-button.large-button, .generali-red4-textbox .box-details .action-button-inverz.large-button, .generali-red4-textbox .box-details .action-button-highlighted.large-button, .generali-red4-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red5-textbox .box-overlay .action-button.large-button, .generali-red5-textbox .box-overlay .action-button-inverz.large-button, .generali-red5-textbox .box-overlay .action-button-highlighted.large-button, .generali-red5-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red5-textbox .box-details .action-button.large-button, .generali-red5-textbox .box-details .action-button-inverz.large-button, .generali-red5-textbox .box-details .action-button-highlighted.large-button, .generali-red5-textbox .box-details .action-button-inverz-highlighted.large-button,
    .generali-red6-textbox .box-overlay .action-button.large-button,
    .generali-red6-textbox .box-overlay .action-button-inverz.large-button,
    .generali-red6-textbox .box-overlay .action-button-highlighted.large-button,
    .generali-red6-textbox .box-overlay .action-button-inverz-highlighted.large-button,
    .generali-red6-textbox .box-details .action-button.large-button,
    .generali-red6-textbox .box-details .action-button-inverz.large-button,
    .generali-red6-textbox .box-details .action-button-highlighted.large-button,
    .generali-red6-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red7-textbox .box-overlay .action-button.large-button, .generali-red7-textbox .box-overlay .action-button-inverz.large-button, .generali-red7-textbox .box-overlay .action-button-highlighted.large-button, .generali-red7-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red7-textbox .box-details .action-button.large-button, .generali-red7-textbox .box-details .action-button-inverz.large-button, .generali-red7-textbox .box-details .action-button-highlighted.large-button, .generali-red7-textbox .box-details .action-button-inverz-highlighted.large-button {
      font-size: 16px;
      /*line-height: 20px;*/ }

.pdf-icon, .audio-icon, .excel-icon, .extpage-icon, .video-icon, .default-icon, .webcast-icon {
  width: 22px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  float: left; }
  .pdf-icon:before, .audio-icon:before, .excel-icon:before, .extpage-icon:before, .video-icon:before, .default-icon:before, .webcast-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #C12017;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block; }
  .pdf-icon:hover:before, .audio-icon:hover:before, .excel-icon:hover:before, .extpage-icon:hover:before, .video-icon:hover:before, .default-icon:hover:before, .webcast-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .pdf-icon:hover, .pdf-icon:focus, .pdf-icon:active, .audio-icon:hover, .audio-icon:focus, .audio-icon:active, .excel-icon:hover, .excel-icon:focus, .excel-icon:active, .extpage-icon:hover, .extpage-icon:focus, .extpage-icon:active, .video-icon:hover, .video-icon:focus, .video-icon:active, .default-icon:hover, .default-icon:focus, .default-icon:active, .webcast-icon:hover, .webcast-icon:focus, .webcast-icon:active {
    text-decoration: none; }

.pdf-icon:before {
  content: "f"; }

.audio-icon:before, .webcast-icon:before {
  content: "e"; }

.excel-icon:before {
  content: "h"; }

.extpage-icon:before {
  content: "d"; }

.video-icon:before {
  content: "g"; }

.default-icon:before {
  content: "c";
  font-size: 20px;
  margin-top: 7px; }

/* List ul and Tick list ul */
.default-list, .tick-list {
  list-style-type: none;
  padding-left: 0; }
  .default-list li, .tick-list li {
    margin: 0 0 20px 30px; }
    .default-list li:before, .tick-list li:before {
      font-family: FontAwesome;
      margin: 0 15px 0 -30px;
      color: #C12017; }

.default-list li:before {
  content: '\f111';
  font-size: 9px;
  position: relative;
  top: -2px; }

.tick-list li:before {
  content: '\f00c';
  font-size: 16px; }

/* Header */
header {
  position: relative;
  z-index: 10; }
  header .logo-wrapper {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    /*width: 15%;*/ }
    header .logo-wrapper a {
      display: inline-block;
      margin: 0 30px; }

.region-header {
  display: inline-block;
  width: 85%;
  float: right;
  padding-bottom: 10px; }

.header-top-right {
  float: right;
  padding: 2px 10px 5px 0; }
  .header-top-right .header-social-icons img {
    height: 21px;
    width: 21px; }
  .header-top-right .header-social-icons a:first-child {
    margin-right: 5px; }

.header-top-left {
  float: left;
  position: relative;
  top: 8px; }
  .header-top-left a {
    color: #828282;
    font-size: 0.813em;
    font-family: Roboto;
    text-transform: uppercase;
    margin-left: 12px; }

.accessible {
  display: inline-block; }
  .accessible a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase; }
    .accessible a:hover, .accessible a:visited {
      text-decoration: none; }
  .accessible #headerSearchFormInput {
    width: 0;
    height: 23px;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none;
    background-color: #f0f0f0;
    text-indent: 15px;
    font-style: italic;
    position: relative;
    top: 3px;
    font-size: 14px;
    font-family: Roboto;
    color: #333; }
  .accessible #headerSearchFormButton {
    cursor: pointer; }
    .accessible #headerSearchFormButton .fa-search {
      content: "\f002";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #000;
      font-size: 18px;
      position: relative;
      top: 3px; }

/* Main Menu - Header */
.main-menu-wrapper {
  float: left;
  clear: both;
  width: 100%; }
  .main-menu-wrapper .navbar-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .main-menu-wrapper .navbar-nav {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 5px solid #ebebeb;
    font-family: 'Roboto';
    font-weight: 300; }
    .main-menu-wrapper .navbar-nav > li {
      position: inherit;
      display: inline-block;
      float: left;
      margin-bottom: -5px; }
      .main-menu-wrapper .navbar-nav > li > a {
        /*padding: 8px 12px;*/
        padding: 9px 12px;
        margin-right: 2px;
        border-bottom: 5px solid #ebebeb;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        /*line-height: 20px;*/
        line-height: 18px;
        text-transform: uppercase; }
      .main-menu-wrapper .navbar-nav > li ul {
        display: none;
        list-style-type: none;
        padding: 0; }
      .main-menu-wrapper .navbar-nav > li > ul {
        padding: 55px 0;
        position: absolute;
        visibility: hidden;
        display: block;
        z-index: 3;
        width: 0; }
      .main-menu-wrapper .navbar-nav > li .menu-container-li {
        display: none; }
        .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu {
          width: 33%;
          display: inline-block;
          list-style-type: none;
          border-right: 1px solid #ffffff;
          padding-bottom: 20px;
          margin-top: 15px;
          position: relative; }
          .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li {
            text-transform: uppercase;
            background-color: transparent; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li a {
              padding: 8px 0;
              margin-right: 15px;
              margin-left: 15%;
              font-size: 13px;
              line-height: 18px;
              display: block;
              background-color: transparent; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li:hover {
              background-color: #ffffff; }
              .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li:hover > a {
                color: #C12017;
                text-decoration: none; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li ul {
              display: inline-block;
              visibility: hidden;
              position: absolute; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li.submenu > a {
              background: url("../images/iconVarie/see-all-icon-black.png") right center no-repeat; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li.submenu ul li:hover {
              background-color: #f0f0f0; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li.submenu:hover > a {
              background: url("../images/iconVarie/see-all-icon.png") right center no-repeat; }
            .main-menu-wrapper .navbar-nav > li .menu-container-li .second-level-menu li:hover ul {
              visibility: visible;
              /*display: inline-block;
                                position: absolute;*/
              left: 100%;
              top: 0;
              width: 100%;
              height: 100%;
              -webkit-transition: visibility 0s linear 0.4s;
              -moz-transition: visibility 0s linear 0.4s;
              -o-transition: visibility 0s linear 0.4s;
              transition: visibility 0s linear 0.4s; }
        .main-menu-wrapper .navbar-nav > li .menu-container-li .overview {
          width: 32%;
          float: right;
          /*.action-button {
							border: 1px solid $white;
							background-color: transparent;
							color: #000000;
							font-size: 13px;
							margin: 0;

							.arrow {
								background-position: 0 -2791px;
								background: url('../images/iconVarie/see-all-icon-white.png') no-repeat;
							}

							&:hover {
								text-decoration: underline;
							}
						}*/ }
          .main-menu-wrapper .navbar-nav > li .menu-container-li .overview .section-title {
            font-family: "Roboto";
            font-weight: 300;
            font-size: 12px;
            color: #ffffff;
            text-transform: uppercase;
            margin: 12px 0; }
      .main-menu-wrapper .navbar-nav > li:hover {
        background-color: #d7d7d7; }
        .main-menu-wrapper .navbar-nav > li:hover a {
          background-color: transparent;
          color: #000000;
          border-bottom-color: #d7d7d7; }
        .main-menu-wrapper .navbar-nav > li:hover > ul {
          /*display: block;*/
          visibility: visible;
          background-color: #d7d7d7;
          /*position: absolute;*/
          left: 0;
          width: 100%;
          -webkit-transition: visibility 0s linear 0.4s;
          -moz-transition: visibility 0s linear 0.4s;
          -o-transition: visibility 0s linear 0.4s;
          transition: visibility 0s linear 0.4s; }
          .main-menu-wrapper .navbar-nav > li:hover > ul .menu-container-li {
            max-width: 1170px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            display: block; }
      .main-menu-wrapper .navbar-nav > li.generali-red1 a {
        border-bottom-color: #C12017; }
      .main-menu-wrapper .navbar-nav > li.generali-red1:hover {
        background-color: #C12017; }
        .main-menu-wrapper .navbar-nav > li.generali-red1:hover > ul {
          background-color: #C12017; }
      .main-menu-wrapper .navbar-nav > li.generali-red2 a {
        border-bottom-color: #F1644A; }
      .main-menu-wrapper .navbar-nav > li.generali-red2:hover {
        background-color: #F1644A; }
        .main-menu-wrapper .navbar-nav > li.generali-red2:hover > ul {
          background-color: #F1644A; }
      .main-menu-wrapper .navbar-nav > li.generali-red3 a {
        border-bottom-color: #851714; }
      .main-menu-wrapper .navbar-nav > li.generali-red3:hover {
        background-color: #851714; }
        .main-menu-wrapper .navbar-nav > li.generali-red3:hover > ul {
          background-color: #851714; }
      .main-menu-wrapper .navbar-nav > li.generali-red4 a {
        border-bottom-color: #A81B38; }
      .main-menu-wrapper .navbar-nav > li.generali-red4:hover {
        background-color: #A81B38; }
        .main-menu-wrapper .navbar-nav > li.generali-red4:hover > ul {
          background-color: #A81B38; }
      .main-menu-wrapper .navbar-nav > li.generali-red5 a {
        border-bottom-color: #D16944; }
      .main-menu-wrapper .navbar-nav > li.generali-red5:hover {
        background-color: #D16944; }
        .main-menu-wrapper .navbar-nav > li.generali-red5:hover > ul {
          background-color: #D16944; }
      .main-menu-wrapper .navbar-nav > li.generali-red6 a {
        border-bottom-color: #F09273; }
      .main-menu-wrapper .navbar-nav > li.generali-red6:hover {
        background-color: #F09273; }
        .main-menu-wrapper .navbar-nav > li.generali-red6:hover > ul {
          background-color: #F09273; }
      .main-menu-wrapper .navbar-nav > li.generali-red7 a {
        border-bottom-color: #B0B2B3; }
      .main-menu-wrapper .navbar-nav > li.generali-red7:hover {
        background-color: #B0B2B3; }
        .main-menu-wrapper .navbar-nav > li.generali-red7:hover > ul {
          background-color: #B0B2B3; }
      .main-menu-wrapper .navbar-nav > li.generali-textcolor a {
        border-bottom-color: #C12017; }
      .main-menu-wrapper .navbar-nav > li.generali-textcolor:hover {
        background-color: #C12017; }
        .main-menu-wrapper .navbar-nav > li.generali-textcolor:hover > ul {
          background-color: #C12017; }
      .main-menu-wrapper .navbar-nav > li.generali-red1:hover a, .main-menu-wrapper .navbar-nav > li.generali-red2:hover a, .main-menu-wrapper .navbar-nav > li.generali-red3:hover a, .main-menu-wrapper .navbar-nav > li.generali-red4:hover a, .main-menu-wrapper .navbar-nav > li.generali-red5:hover a, .main-menu-wrapper .navbar-nav > li.generali-red6:hover a, .main-menu-wrapper .navbar-nav > li.generali-red7:hover a, .main-menu-wrapper .navbar-nav > li .generali-textcolor:hover a {
        color: #ffffff; }
      .main-menu-wrapper .navbar-nav > li.generali-red1 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li.generali-red2 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li.generali-red3 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li.generali-red4 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li.generali-red5 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li.generali-red6 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li.generali-red7 .menu-container-li .second-level-menu li.submenu > a, .main-menu-wrapper .navbar-nav > li .generali-textcolor .menu-container-li .second-level-menu li.submenu > a {
        background: url("../images/iconVarie/see-all-icon-white.png") right center no-repeat; }
      .main-menu-wrapper .navbar-nav > li.generali-red1 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li.generali-red2 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li.generali-red3 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li.generali-red4 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li.generali-red5 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li.generali-red6 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li.generali-red7 .menu-container-li .second-level-menu li.submenu:hover > a, .main-menu-wrapper .navbar-nav > li .generali-textcolor .menu-container-li .second-level-menu li.submenu:hover > a {
        background: url("../images/iconVarie/see-all-icon.png") right center no-repeat; }
      .main-menu-wrapper .navbar-nav > li.generali-red1 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li.generali-red2 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li.generali-red3 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li.generali-red4 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li.generali-red5 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li.generali-red6 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li.generali-red7 .menu-container-li .overview .action-button, .main-menu-wrapper .navbar-nav > li .generali-textcolor .menu-container-li .overview .action-button {
        color: #ffffff; }
  .main-menu-wrapper .navbar-brand, .main-menu-wrapper .navbar-nav > li > a {
    text-shadow: none; }

/* Mobile menu */
menu {
  margin: 0;
  padding: 0; }

.menu-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: hidden;
  position: fixed; }

.menu-open .mobile-menu-block {
  display: block; }
  .menu-open .mobile-menu-block .mobile-menu {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

.menu-open .body-block {
  overflow: hidden;
  position: relative; }

.menu-open .body-content {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: hidden; }

.menu-open .mobile-menu-button-wrapper {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0); }

/* offcanvas menu */
.mobile-menu-button-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out;
  -o-transition: -o-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  z-index: 11; }

.mobile-menu-button {
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin: 0;
  position: relative;
  margin-left: 10px;
  top: 17px;
  left: 10px;
  display: inline-block;
  background-image: url("../images/iconVarie-s58696b9165.png");
  background-repeat: no-repeat;
  background-position: 0 -1233px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  border-radius: 30px; }
  .mobile-menu-button:hover, .mobile-menu-button:active, .mobile-menu-button:focus, .mobile-menu-button.open {
    background-position: 0 -849px; }

.mobile-tab-dropdown-button-wrapper {
  position: fixed;
  right: 15px;
  top: 9px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out;
  -o-transition: -o-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  z-index: 11;
  cursor: pointer; }
  .mobile-tab-dropdown-button-wrapper .mobile-tab-dropdown-button {
    position: relative;
    top: 8px;
    width: 48px;
    height: 48px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    padding: 10px 0 0 13px;
    border-radius: 30px;
    background-color: #fff; }
    .mobile-tab-dropdown-button-wrapper .mobile-tab-dropdown-button i {
      position: relative;
      border-radius: 30px;
      padding: 0px 2px;
      color: #C12017;
      top: 3px;
      right: 2px;
      font-size: 22px; }

.mobile-tab-dropdown-button-wrapper.login .mobile-tab-dropdown-button {
  position: relative;
  top: 8px;
  width: 48px;
  height: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding: 10px 0 0 13px;
  border-radius: 30px;
  background-color: #C12017; }
  .mobile-tab-dropdown-button-wrapper.login .mobile-tab-dropdown-button i {
    position: relative;
    border-radius: 30px;
    padding: 0px 2px;
    color: #fff;
    top: 3px;
    right: 2px;
    font-size: 22px; }

.body-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch; }

.mobile-menu-block {
  color: #ffffff;
  position: fixed;
  width: 80%;
  min-width: 114px;
  max-width: 440px;
  /*height: 100%;*/
  height: 100%;
  overflow-y: auto;
  top: 0;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out;
  -o-transition: -o-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  z-index: 0; }

.body-content {
  position: relative;
  margin-bottom: 0;
  background-color: #ffffff;
  /*left: 0;*/
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  -moz-transition: -moz-transform 400ms ease-in-out;
  -o-transition: -o-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  z-index: 1;
  /*overflow: hidden;*/
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.mobile-menu {
  /*padding: 0 4%;*/
  padding: 0 10px 0 10px;
  background-color: #C12017;
  height: 125%; }
  .mobile-menu nav {
    position: relative;
    padding-top: 40px;
    height: 100%; }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .mobile-menu ul.first-level-menu {
      border-left: 1px solid #ffffff; }
    .mobile-menu ul li {
      text-transform: uppercase;
      background-color: transparent;
      overflow: hidden;
      height: 42px; }
      .mobile-menu ul li a {
        color: #ffffff;
        font-size: 15.75px;
        line-height: 22px;
        font-family: Roboto;
        /*display: block;*/
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 10px 10px 10px 0;
        margin-left: 20px;
        height: 42px;
        max-width: 79%; }
        .mobile-menu ul li a:hover, .mobile-menu ul li a:focus, .mobile-menu ul li a:active, .mobile-menu ul li a:visited {
          text-decoration: none; }
      .mobile-menu ul li > span {
        width: 40px;
        height: 42px;
        display: inline-block;
        float: right;
        cursor: pointer;
        background: url("../images/iconVarie/see-all-icon-white.png") center center no-repeat; }
        .mobile-menu ul li > span.prev-level {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          float: left;
          width: 10px;
          margin-left: 4%;
          background-position: right center; }
      .mobile-menu ul li:hover, .mobile-menu ul li:focus, .mobile-menu ul li:active {
        background-color: #ffffff; }
        .mobile-menu ul li:hover a, .mobile-menu ul li:focus a, .mobile-menu ul li:active a {
          text-decoration: none; }
        .mobile-menu ul li:hover > a, .mobile-menu ul li:focus > a, .mobile-menu ul li:active > a {
          color: #C12017; }
        .mobile-menu ul li:hover > span, .mobile-menu ul li:focus > span, .mobile-menu ul li:active > span {
          background-image: url("../images/iconVarie/see-all-icon.png"); }
    .mobile-menu ul.second-level-menu, .mobile-menu ul.third-level-menu {
      position: absolute;
      right: 0;
      width: 0;
      height: 100%;
      background-color: #C12017;
      -webkit-transition: width 400ms ease-in-out;
      -moz-transition: width 400ms ease-in-out;
      -o-transition: width 400ms ease-in-out;
      transition: width 400ms ease-in-out; }
      .mobile-menu ul.second-level-menu.open, .mobile-menu ul.third-level-menu.open {
        width: 100%; }
    .mobile-menu ul.second-level-menu {
      top: 40px; }
      .mobile-menu ul.second-level-menu.open {
        overflow: initial; }
    .mobile-menu ul.third-level-menu {
      top: 0; }
      .mobile-menu ul.third-level-menu.open {
        overflow: initial; }
  .mobile-menu .accessible {
    display: block;
    text-align: center;
    padding: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .mobile-menu .accessible a {
      display: block;
      color: #fff;
      font-size: 14px;
      font-family: "Roboto";
      font-weight: 700;
      border-bottom: 1px solid #ffffff;
      padding: 20px 0;
      text-transform: uppercase; }
      .mobile-menu .accessible a:last-child {
        border-bottom: 0; }
      .mobile-menu .accessible a:hover, .mobile-menu .accessible a:visited {
        text-decoration: none; }
    .mobile-menu .accessible .karrier-link {
      font-family: Roboto;
      font-size: 15.75px;
      font-weight: 100; }
  .mobile-menu .mobil-social-icons img {
    height: 38px;
    width: 38px; }
  .mobile-menu .mobil-social-icons a {
    display: inline-block;
    border-top: 0;
    border-bottom: 0;
    padding: 0; }
    .mobile-menu .mobil-social-icons a:first-child {
      padding-right: 15px; }
  .mobile-menu #headerSearchFormMobile {
    padding: 20px 15px;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    position: relative; }
    .mobile-menu #headerSearchFormMobile #headerSearchFormInputMobile {
      height: 37px;
      line-height: 37px;
      color: #C12017;
      font-family: 'Roboto';
      font-weight: 300;
      text-indent: 15px;
      border: 0;
      font-size: 14px; }
      .mobile-menu #headerSearchFormMobile #headerSearchFormInputMobile:focus {
        box-shadow: none; }
    .mobile-menu #headerSearchFormMobile #faSearchMobile {
      position: absolute;
      color: #C12017;
      right: 45px;
      font-size: 20px;
      bottom: 29px; }
  .mobile-menu .mobil-social-icons {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff; }
    .mobile-menu .mobil-social-icons .fa {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      padding: 2px;
      color: #ffffff;
      border: 1px solid #ffffff;
      margin: 0 2px; }

/* Table */
.table-wrap {
  overflow-x: auto; }

table.generali-table {
  overflow-x: auto;
  font-size: 14px;
  border: 1px solid #707173;
  margin: 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }
  table.generali-table tbody {
    background-color: #f8f8f9; }
    table.generali-table tbody tr {
      /*border-bottom: 1px solid #c2c2c3;*/ }
      table.generali-table tbody tr td {
        border-right: 1px solid #707173;
        border-bottom: 1px solid #c2c2c3;
        border-top: none;
        padding: 15px 6px;
        vertical-align: middle; }
        table.generali-table tbody tr td:last-of-type {
          border-right: none; }
      table.generali-table tbody tr:first-child {
        /*border-bottom: 1px solid #707173;*/
        background-color: #fff; }
        table.generali-table tbody tr:first-child td {
          font-family: "Roboto";
          font-weight: 700;
          color: #C12017;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #707173; }
      table.generali-table tbody tr:last-child td {
        border-bottom: none; }

#exchangeaccordion table.generali-table tbody tr:not(:first-of-type) td:nth-of-type(2), #exchangeaccordion table.generali-table tbody tr:not(:first-of-type) td:nth-of-type(3) {
  text-align: right; }

#exchangeaccordion table.generali-table tbody tr td:nth-of-type(2) {
  width: 25%;
  min-width: 55px; }

#exchangeaccordion table.generali-table tbody tr td:last-of-type {
  width: 30%;
  min-width: 80px; }

#exchangeaccordion table.generali-table .trend-grow:before {
  color: #6f9c79; }

#exchangeaccordion table.generali-table .trend-fall:before {
  color: #C12017; }

/* Cookie */
.cookie-container {
  background-color: #C12017;
  font-family: Roboto;
  font-size: 16px;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  display: none; }
  .cookie-container .cookie-text {
    padding: 25px 60px;
    position: relative; }
    .cookie-container .cookie-text p {
      margin: 0; }
    .cookie-container .cookie-text a {
      color: #ffffff;
      font-family: "Roboto";
      font-weight: 700; }
    .cookie-container .cookie-text .accept-cookie {
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      position: relative;
      background-color: transparent;
      border: 1px solid #fff;
      margin-top: 15px; }
      .cookie-container .cookie-text .accept-cookie .accept-cookie-text {
        font-family: Roboto;
        color: #fff;
        font-size: 13px;
        padding: 8px 10px; }
        .cookie-container .cookie-text .accept-cookie .accept-cookie-text:after {
          font-family: FontAwesome;
          content: "\f105";
          font-size: 13px;
          margin-left: 7px;
          top: -webkit-calc(50% - 10px);
          top: -moz-calc(50% - 10px);
          top: -ms-calc(50% - 10px);
          top: calc(50% - 10px); }

/*.cc_banner-wrapper {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 9001 !important;
    overflow: hidden;
    display: block;
    width: 100%;

    .cc_container {
        background-color: $generali-textcolor;
        font-family: Roboto;
        font-size: 16px;
        color: $white;
        padding: 0;
        position: relative !important;
        z-index: 2 !important;

        .container {
            max-width: 1170px;
            width: 100%;
            margin: 0 auto;
            padding: 0;
            position: relative;
        }

        .cc_message {
            padding: 30px 60px 30px 20px;
            position: relative;
            margin: 0;
            font-size: 16px !important;
            line-height: 1.42857143;

            a {
                color: $white;
                font-family: "Roboto";
                font-weight: 700;

                &:hover, &:focus, &:active {
                    color: $white;
                    text-decoration: underline;
                }
            }
        }

        a {
            color: $white;
                font-family: "Roboto";
                font-weight: 700;

            &:hover, &:focus, &:active {
                color: $white;
                text-decoration: underline;
            }
        }

        .cc_btn {
            font-size: 18px;
            height: 30px;
            width: 30px;
            line-height: 18px;
            text-transform: uppercase;
            color: #3b3b3b !important;
            font-weight: bold;
            background-color: $white;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            position: absolute;
            top: 10px;
            right: 10px;

            &:after {
                content: "X";
                display: inline-block;
                position: absolute;
                top: 7px;
                right: 9px;
            }
        }
    }
}*/
/* Footer */
footer {
  margin: auto 0 0 0;
  background-color: #fff;
  width: 100%;
  min-height: 140px;
  padding: 0 10px; }
  footer .wrap-container {
    /*padding: 30px 10px !important;*/
    /*padding: 30px 10px 15px 10px !important;*/
    padding: 30px 0 15px 0 !important;
    border-top: 2px solid #C12017; }
    footer .wrap-container .action-button {
      margin-bottom: 15px;
      padding: 0; }
      footer .wrap-container .action-button a {
        display: block;
        padding: 8px; }
    footer .wrap-container > div:first-child {
      text-align: center;
      border-bottom: 1px solid #C12017;
      padding-left: 0;
      padding-right: 0; }
  footer .row {
    padding: 0 !important;
    margin: 0 !important; }
    footer .row .placeholder {
      padding: 0 15px !important; }
  footer .collapse > div:first-child, footer .collapsing > div:first-child {
    border-top: 1px solid #C12017; }
  footer .collapse > div:nth-child(2), footer .collapsing > div:nth-child(2) {
    margin-bottom: 15px; }
  footer .logo-wrapper img {
    margin-top: 20px; }
  footer ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    display: inline-block; }
    footer ul li:last-child {
      margin-right: 0; }
    footer ul li img {
      margin-right: 6px; }
    footer ul li a {
      color: #000000;
      text-transform: uppercase;
      font-size: 13px;
      font-family: Roboto;
      font-weight: 300;
      padding: 4px 0; }
    footer ul li:hover a, footer ul li:focus a, footer ul li:active a {
      color: #000000; }
    footer ul.highlighted li {
      margin-right: 20px; }
      footer ul.highlighted li a {
        color: #C12017;
        padding: 5px 0; }
        footer ul.highlighted li a.podcast:before, footer ul.highlighted li a.corp-app:before, footer ul.highlighted li a.rss-feeds:before, footer ul.highlighted li a.get-updates:before {
          content: "";
          background: url("../images/iconVarie-s58696b9165.png") no-repeat;
          margin-right: 6px;
          display: inline-block;
          width: 18px;
          height: 18px;
          vertical-align: middle; }
        footer ul.highlighted li a.podcast:before {
          background-position: 0 -2347px; }
        footer ul.highlighted li a.corp-app:before {
          width: 22px;
          height: 19px;
          background-position: 0 -2526px; }
        footer ul.highlighted li a.rss-feeds:before {
          background-position: 0 -2416px; }
        footer ul.highlighted li a.get-updates:before {
          width: 19px;
          height: 16px;
          background-position: 0 -2567px; }
      footer ul.highlighted li:hover a, footer ul.highlighted li:focus a, footer ul.highlighted li:active a {
        color: #C12017; }
    footer ul.default-menu {
      text-align: center; }
  footer .logo-wrapper {
    text-align: center; }
  footer .copyright {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px; }
    footer .copyright p {
      margin: 0; }
    footer .copyright a {
      font-family: 'Roboto';
      font-weight: 300;
      text-align: left;
      color: #000000; }
  footer .footer-social-icons {
    padding-bottom: 15px; }
    footer .footer-social-icons img {
      width: 47px;
      height: 47px; }
    footer .footer-social-icons a {
      margin-right: 15px; }
      footer .footer-social-icons a:hover, footer .footer-social-icons a:focus, footer .footer-social-icons a:visited {
        text-decoration: none; }

/* Back to top arrow */
#back-to-top {
  background: url("../images/iconVarie-s58696b9165.png") no-repeat;
  background-position: 0 -650px;
  cursor: pointer;
  display: none;
  height: 70px;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  text-indent: -9999px;
  z-index: 1; }
  #back-to-top:hover {
    opacity: 0.8 !important; }

/* Breadcrumb */
.breadcrumb-block {
  min-height: 51px;
  background-color: #f2f2f2; }

.breadcrumb {
  margin: 0;
  padding: 14px 0;
  border-radius: 0;
  background-color: transparent; }
  .breadcrumb li {
    font-size: 12px;
    font-family: Roboto;
    line-height: 18px; }
    .breadcrumb li a {
      color: #000000; }
    .breadcrumb li:hover a, .breadcrumb li:active a, .breadcrumb li:focus a {
      text-decoration: underline;
      color: #C12017; }
    .breadcrumb li.active {
      font-family: "Roboto";
      font-weight: 700;
      color: #C12017; }

/* Content area */
section {
  margin-bottom: 30px; }
  section > .wrap-container {
    padding: 0 10px; }
    section > .wrap-container > div {
      padding: 0; }
  section .row {
    margin: 0 -5px; }
  section .placeholder {
    padding: 0 5px; }
    section .placeholder.col-lg-12 {
      padding: 0; }
      section .placeholder.col-lg-12 > div {
        padding: 0 5px; }
    section .placeholder > div {
      margin-bottom: 10px;
      padding: 0; }

.content-areaaaa, .main-section {
  margin-top: 50px;
  margin-bottom: 60px; }
  .content-areaaaa h1, .main-section h1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    color: #C12017;
    text-transform: uppercase;
    margin: 0; }
  .content-areaaaa .content-lead, .main-section .content-lead {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    color: #666666;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797; }
    .content-areaaaa .content-lead p, .main-section .content-lead p {
      margin: 0; }
  .content-areaaaa > .wrap-container, .main-section > .wrap-container {
    padding: 0 10px;
    /*> div {
            > div {
                padding: 0;
            }
        }*/ }
    .content-areaaaa > .wrap-container > .col-lg-3 > div, .main-section > .wrap-container > .col-lg-3 > div {
      padding: 0 !important;
      margin-bottom: 10px; }
  .content-areaaaa .content-area, .main-section .content-area {
    padding: 0 !important; }
  .content-areaaaa section, .main-section section {
    margin-top: 16px;
    margin-bottom: 16px; }
    .content-areaaaa section .wrap-container, .main-section section .wrap-container {
      padding: 0; }
  .content-areaaaa p, .main-section p {
    margin: 16px 0;
    /*line-height: 23px;*/ }

.load-more {
  height: 70px;
  width: 100%;
  background-color: #f4f4f4;
  border-bottom: 1px solid #C12017;
  text-align: center;
  cursor: pointer;
  margin-top: 3px; }
  .load-more p {
    font-size: 14px;
    color: #C12017;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0; }

/* Block title */
.block-title {
  margin-bottom: 30px; }
  .block-title h1 {
    margin: 0;
    color: #000000;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center; }
  .block-title hr {
    border-bottom: 1px solid #C12017;
    width: 200px;
    margin: 20px auto; }

/* Side menu */
aside {
  margin-bottom: 20px;
  /*~ div {
        padding: 0 !important;
        margin-bottom: 10px;
    }*/
  /*.row {
        .placeholder {
            padding: 0 3px;
        }
    }*/ }
  aside h5 {
    background-color: #d7d7d7;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 15px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px; }
  aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f2f2f2; }
    aside ul li {
      background-color: transparent;
      position: relative; }
      aside ul li a {
        color: #000000;
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 300;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #cdcdcd;
        cursor: pointer; }
      aside ul li span {
        width: 9px;
        height: 15px;
        display: inline-block;
        cursor: pointer;
        background: url("../images/iconVarie-s58696b9165.png") no-repeat;
        background-position: 0 -2642px;
        position: absolute;
        /*right: 10px;*/
        right: 0;
        top: 19px;
        padding: 13px 10px;
        z-index: 2; }
      aside ul li:hover > a, aside ul li:focus > a, aside ul li:active > a {
        color: #C12017;
        font-family: "Roboto";
        font-weight: 700;
        background-color: #dddddd;
        text-decoration: none; }
      aside ul li.submenu ul {
        background-color: #e8e8e8;
        height: auto;
        max-height: 0;
        -webkit-transition: max-height 400ms ease-in-out;
        -moz-transition: max-height 400ms ease-in-out;
        -o-transition: max-height 400ms ease-in-out;
        transition: max-height 400ms ease-in-out; }
        aside ul li.submenu ul li a {
          font-size: 13px;
          padding: 10px 10px 10px 25px;
          border: none; }
      aside ul li.open > a {
        color: #C12017;
        font-family: "Roboto";
        font-weight: 700;
        background-color: #dddddd; }
      aside ul li.open span {
        width: 12px;
        background-position: 0 -2675px; }
      aside ul li.open ul {
        max-height: 1000px;
        /*li {
                        a {
                            &.open {
                                color: $generali-textcolor;
                                font-family: "Roboto";
                                font-weight: 700;
                                background-color: #dddddd;
                            }
                        }
                    }*/ }

/* Tabs */
.tabbable .block-title {
  border-bottom: 1px solid #C12017;
  margin-top: 24px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 10px; }
  .tabbable .block-title.open .nav-tabs.mobile {
    /*display: block;*/
    height: auto;
    visibility: visible; }
  .tabbable .block-title.open .selected-tab {
    background: url("../images/arrow-select-filtri-opened.png") right center no-repeat #ebebeb; }

.tabbable h2 {
  font-family: "Roboto";
  font-weight: 700;
  line-height: 28px;
  color: #000000 !important;
  margin: 0 0 10px 0; }

.tabbable .tab-content {
  padding: 0; }
  .tabbable .tab-content .tab-pane > div {
    padding: 0; }

.selected-tab {
  background: url("../images/arrow-select-filtri.png") right center no-repeat #ebebeb;
  height: 37px;
  font-family: "Roboto";
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 35px !important;
  text-indent: 10px;
  border: 1px solid #d4d4d4;
  margin: 10px auto 0 auto !important; }

.nav-tabs {
  border: none;
  margin: 0; }
  .nav-tabs.mobile {
    /*display: none;*/
    height: 0;
    visibility: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    border: 0 none;
    background: #f0f0f0;
    margin: 0;
    padding: 0;
    top: -1px; }
    .nav-tabs.mobile > li {
      display: block;
      float: none;
      border-bottom: 1px solid #bfbfbf; }
      .nav-tabs.mobile > li a {
        font-size: 13px;
        padding: 10px 15px;
        margin: 0;
        color: #000000;
        text-decoration: none !important;
        cursor: pointer;
        background: transparent; }
        .nav-tabs.mobile > li a:hover, .nav-tabs.mobile > li a:focus {
          background: #dddddd;
          color: #C12017; }
      .nav-tabs.mobile > li.active a {
        display: none; }
  .nav-tabs > li a {
    padding: 8px 10px;
    display: block;
    background-color: #d0d0d0;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    border: none;
    margin-right: 3px; }
    .nav-tabs > li a:hover {
      color: #ffffff;
      background-color: #C12017;
      border: none; }
  .nav-tabs > li:last-of-type a {
    margin-right: 0; }
  .nav-tabs > li.active a {
    color: #ffffff;
    background-color: #C12017;
    border: none; }
    .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active {
      color: #ffffff;
      background-color: #C12017;
      border: none; }

.body-content .background {
  background-attachment: initial !important;
  background-size: cover;
  width: 100% !important;
  display: inline-block !important;
  margin: 50px 0;
  background-position: center; }

/*ajaxLoading*/
#ajaxLoading {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(241, 100, 74, 0.8);
  cursor: wait;
  z-index: 1080; }
  #ajaxLoading .loaderIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    background: url(../../i/ugyfelportal/loading.gif) no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -32%); }

/*tab-dropdown*/
.tab-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center; }
  .tab-dropdown a {
    text-decoration: none; }
    .tab-dropdown a:hover {
      text-decoration: none; }
  .tab-dropdown .rotate .fa {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .tab-dropdown #rotate-icon {
    position: relative;
    right: 3px; }
    .tab-dropdown #rotate-icon i {
      margin: 0 !important;
      padding: 0 3px; }
  .tab-dropdown #panel,
  .tab-dropdown #flip {
    padding: 5px;
    text-align: center;
    background-color: #c12017;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }
  .tab-dropdown #panel {
    padding: 35px 70px 3px;
    display: none;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase; }
    .tab-dropdown #panel a {
      color: #fff !important; }
    .tab-dropdown #panel h3 {
      text-align: left;
      text-transform: capitalize;
      font-size: 20px;
      color: #fff !important; }
    .tab-dropdown #panel ul {
      list-style: none;
      padding: 0; }
      .tab-dropdown #panel ul li {
        border-top: 1px solid #fff;
        text-align: left;
        line-height: 45px;
        font-weight: bold; }
        .tab-dropdown #panel ul li:last-child {
          border-bottom: 1px solid #fff; }
    .tab-dropdown #panel .fa {
      font-size: 25px;
      margin: 0 20px 0 22px;
      vertical-align: middle; }
    .tab-dropdown #panel .dap-logo {
      height: 22px;
      margin: 0 22px 0 20px; }
  .tab-dropdown #flip {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: -1px auto 0 auto;
    padding-right: 15px;
    width: auto;
    max-width: 70%; }
    .tab-dropdown #flip a,
    .tab-dropdown #flip i {
      color: #fff !important; }
    .tab-dropdown #flip a {
      display: table;
      text-align: left;
      line-height: 15px;
      padding-bottom: 3px; }
      .tab-dropdown #flip a span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 2px; }
    .tab-dropdown #flip .fa {
      margin: 0 10px 0 10px;
      font-size: 20px;
      /*border: 1px solid #fff;*/
      border-radius: 30px;
      padding: 0 2px; }
  .tab-dropdown .content {
    width: 540px;
    margin: 0 auto; }

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	@media {
		.tab-dropdown {
			top: 0 !important;
			border: 1px solid #00ff00;
		}
	}	
}*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  /*.tab-dropdown {
		top: 0px !important;
		border: 1px solid #00ff00;
	}*/ }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1023px) {
  .tab-dropdown {
    top: 0px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari 5+ ONLY */
  /*::i-block-chrome, .tab-dropdown {
		.tab-dropdown {
			top: 0px !important;
		}
	}*/ }

/* for safari only (but works with chrome also)*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* works with sfari and chrome */
  .tab-dropdown {
    top: 0px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  /*::i-block-chrome, .tab-dropdown {
		top: 0px !important;
	}*/ }

@media (min-width: 1023px) {
  .tab-dropdown {
    display: block !important; } }

@media (min-width: 768px) {
  .background {
    background-size: cover !important;
    background-position: center !important; } }

@media (max-width: 1023px) {
  .button-bottom button {
    margin: 0 0 10px 0; }
  .tab-dropdown {
    z-index: 2;
    top: 0px; }
    .tab-dropdown .content {
      width: 100%; }
    .tab-dropdown #panel {
      width: 100%;
      max-width: 100%; }
  footer .wrap-container {
    position: relative;
    width: 104%;
    margin: 0 0 0 -10px !important;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    display: inline-block; } }

@media (max-width: 1023px) and (min-width: 767px) {
  .tab-dropdown {
    top: 0px !important;
    display: none; } }

@media (max-width: 767px) {
  .tab-dropdown {
    top: 0px !important;
    display: none; }
    .tab-dropdown .content {
      width: 100%; }
    .tab-dropdown #panel {
      width: 100%;
      max-width: 100%; }
  .background {
    background-position: -1090px 105px !important; } }

@media (max-width: 540px) {
  .tab-dropdown {
    z-index: 2; }
    .tab-dropdown .content {
      width: 100%; }
    .tab-dropdown #panel {
      padding: 8px 20px 3px; }
      .tab-dropdown #panel h3 {
        font-size: 20px; }
      .tab-dropdown #panel ul {
        font-size: 14px; }
    .tab-dropdown #flip {
      max-width: 210px; } }

/* GOSZ */
.login-box {
  position: relative;
  margin: 75px 0; }
  .login-box .g-recaptcha > div {
    margin: auto; }
  .login-box #ErrorMessage a {
    color: #fff;
    text-decoration: underline; }
  .login-box .design-row {
    display: contents !important;
    width: 100%; }
    .login-box .design-row div {
      display: table;
      margin: 0;
      padding: 0; }
    .login-box .design-row span {
      display: table-cell;
      height: 5px;
      margin: 0;
      padding: 0;
      width: auto;
      font-size: 7px; }
    .login-box .design-row .item1 {
      background-color: #C12017; }
    .login-box .design-row .item2 {
      background-color: #f1644a; }
    .login-box .design-row .item3 {
      background-color: #851714; }
    .login-box .design-row .item4 {
      background-color: #a81b38; }
    .login-box .design-row .item5 {
      background-color: #C12017; }
    .login-box .design-row .item6 {
      background-color: #f1644a; }
    .login-box .design-row .item7 {
      background-color: #C12017; }
    .login-box .design-row .item8 {
      background-color: #851714; }
  .login-box .form-body {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    background-color: #fff !important; }
    .login-box .form-body .panel-inner.message {
      background-color: #69C3C8;
      margin: 14px 0;
      padding: 20px 12px 1px 12px; }
      .login-box .form-body .panel-inner.message .message-info {
        font-weight: bold;
        text-transform: uppercase; }
    .login-box .form-body .form-control {
      border-color: rgba(109, 110, 113, 0.15) rgba(109, 110, 113, 0.15) rgba(109, 110, 113, 0.45); }
    .login-box .form-body .form-control[type="text"],
    .login-box .form-body .form-control[type="password"] {
      height: 60px;
      font-family: "Roboto", Arial, sans-serif; }
    .login-box .form-body .content {
      padding: 15px; }
    .login-box .form-body h3 {
      color: #C12017;
      margin: 30px 0 40px 0; }
    .login-box .form-body p {
      margin-bottom: 20px; }
    .login-box .form-body .panel-bottom {
      display: inline-block;
      margin: 0 0 -6px 0;
      padding: 15px;
      width: 100%;
      background-color: #d7d7d7; }
      .login-box .form-body .panel-bottom .left {
        text-align: left;
        padding: 0; }
      .login-box .form-body .panel-bottom .right {
        text-align: right;
        padding: 0; }
      .login-box .form-body .panel-bottom a {
        color: #C12017;
        text-decoration: underline;
        font-size: 14px; }
    .login-box .form-body .panel-button {
      margin: 0; }
      .login-box .form-body .panel-button .btn {
        width: 100%;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        padding: 14px 0; }
        .login-box .form-body .panel-button .btn i {
          margin-left: 10px; }
      .login-box .form-body .panel-button .item {
        margin: 0;
        padding: 0; }
        .login-box .form-body .panel-button .item:first-child {
          /*padding-right: 20px;*/ }
        .login-box .form-body .panel-button .item:last-child {
          padding-left: 15px; }

#downloadableDocuments {
  margin: 40px 0; }
  #downloadableDocuments ul li {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    list-style-type: none; }

#downloadableDocuments.gray-box h4 {
  display: inline-block;
  color: #000; }
  #downloadableDocuments.gray-box h4:after {
    border-bottom: 1px solid #C32C21;
    display: block;
    width: auto;
    content: ""; }

.warning-bubble::after {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #c21c1d;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: 12px;
  width: 0; }

.warning-bubble::before {
  border-right: 6px solid #cb3a48;
  left: -6px; }

/* warning-bubble */
.warning-bubble {
  background: #c21c1d none repeat scroll 0 0 padding-box;
  border: 1px solid #cb3a48;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin: 5px 0;
  min-width: 30px;
  padding: 0.75em;
  position: relative;
  text-align: left;
  text-shadow: 0 1px 0 #cb1521;
  width: 100%;
  z-index: 5; }

sup, .warning-bubble::after {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #c21c1d;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: 12px;
  width: 0; }

.warning-bubble::before {
  border-right: 6px solid #cb3a48;
  left: -6px; }

.warning-bubble:empty {
  display: none; }

.warning-bubble[style*="inline"] {
  display: inline-block; }

.warning-bubble.msg-warning {
  background: #fcec8f none repeat scroll 0 0;
  border: 1px solid #fcec8f;
  color: #000;
  text-shadow: none; }

/*.warning-bubble.msg-warning::before,
.warning-bubble.msg-warning::after {
	border-right: 6px solid #fcec8f;
}*/
/*.warning-bubble.msg-warning::before {
	border-right: 6px solid #fcec8f;
}*/
.warning-bubble::before, .warning-bubble::after {
  border-bottom: 6px solid #c21c1d;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 52%;
  margin-left: -6px;
  top: -12px; }

.warning-bubble::before {
  border-bottom: 6px solid #cb3a48;
  top: -13px; }

.warning-bubble.msg-warning::before, .warning-bubble.msg-warning::after {
  border-bottom: 6px solid #fcec8f;
  top: -13px; }

/* Warning Bubbles arrow - #Form */
@media (min-width: 1023px) {
  #Form .warning-bubble::before,
  #Form .warning-bubble::after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; } }

/*@media (min-width: 992px) {
	.warning-bubble {
		background: #c21c1d none repeat scroll 0 0 padding-box;
		border: 1px solid #cb3a48;
		border-radius: 4px;
		box-sizing: border-box;
		color: #fff;
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		line-height: 15px;
		margin: -5px 0;
		min-width: 30px;
		padding: 0.75em;
		position: relative;
		text-align: left;
		text-shadow: 0 1px 0 #cb1521;
		width: 100%;
		z-index: 5;
	}

	.warning-bubble::before, .warning-bubble::after {
		border-bottom: 6px solid transparent;
		border-right: 6px solid #c21c1d;
		border-top: 6px solid transparent;
		content: "";
		display: block;
		height: 0;
		left: -5px;
		position: absolute;
		top: 12px;
		width: 0;
	}

	.warning-bubble::before {
		border-right: 6px solid #cb3a48;
		left: -6px;
	}

	.warning-bubble:empty {
		display: none;
	}

	.warning-bubble[style*="inline"] {
		display: inline-block;
	}

	.warning-bubble.msg-warning {
		background: #fcec8f none repeat scroll 0 0;
		border: 1px solid #fcec8f;
		color: #000;
		text-shadow: none;
	}

	.warning-bubble.msg-warning::before, .warning-bubble.msg-warning::after {
		border-right: 6px solid #fcec8f;
	}

	.warning-bubble.msg-warning::before {
		border-right: 6px solid #fcec8f;
	}
}*/
@media (max-width: 1023px) {
  .tab-dropdown {
    top: -65px; }
  .mobile-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between; }
  .mobile-tab-dropdown-button-wrapper {
    position: absolute !important;
    right: 15px !important;
    top: 9px !important; }
  .login-box .form-body .panel-button .item {
    padding: 0 !important; }
  .login-box .form-body .panel-button .btn {
    margin-bottom: 10px; } }

@media (max-width: 540px) {
  .tab-dropdown {
    top: -76px; } }

/* end GOSZ */
/* Collapsible content */
.accordion .accordion-group {
  margin-top: 15px; }
  .accordion .accordion-group a {
    color: #c12017; }

.accordion .accordion-heading {
  padding-bottom: 10px; }
  .accordion .accordion-heading h3 {
    margin: 0; }
  .accordion .accordion-heading .accordion-toggle {
    display: inline-block;
    border-bottom: 1px solid #C12017;
    min-height: 37px;
    width: 100%;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none; }
    .accordion .accordion-heading .accordion-toggle .arrow {
      background: url("../images/iconVarie-s58696b9165.png") no-repeat;
      background-position: 0 -790px;
      width: 36px;
      height: 36px;
      float: right; }
    .accordion .accordion-heading .accordion-toggle.collapsed {
      color: #707173;
      border-bottom: 1px solid #707173; }
      .accordion .accordion-heading .accordion-toggle.collapsed .arrow {
        background-position: 0 -734px; }

.accordion .accordion-body .accordion-inner {
  padding-top: 16px;
  padding-bottom: 16px; }
  .accordion .accordion-body .accordion-inner p {
    margin: 0; }

.accordion .col-lg-12 {
  padding: 0;
  margin-bottom: 16px; }

/* Exchange rate bar */
.exchange-rate-bar {
  background-color: #C12017;
  text-transform: uppercase;
  /*height: 55px;*/
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 5px 0; }
  .exchange-rate-bar a {
    display: block; }
  .exchange-rate-bar div {
    /*display: inline-block;*/
    vertical-align: middle; }
  .exchange-rate-bar .exchange-title {
    font-size: 22px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
    background-color: #C12017;
    text-align: center;
    text-decoration: underline; }
  .exchange-rate-bar .exchange-rates {
    font-family: 'Roboto';
    font-weight: 300;
    color: #ffffff;
    /*line-height: 55px;*/
    white-space: nowrap;
    position: relative; }
    .exchange-rate-bar .exchange-rates ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .exchange-rate-bar .exchange-rates ul li {
        font-family: 'Roboto';
        font-weight: 300;
        color: #ffffff;
        display: inline-block;
        margin: 0 0 0 5px; }
        .exchange-rate-bar .exchange-rates ul li:before {
          content: '\f111';
          font-family: FontAwesome;
          color: #ffffff;
          font-size: 6px;
          position: relative;
          top: 0;
          margin: 0 5px 0 0;
          vertical-align: middle; }
    .exchange-rate-bar .exchange-rates .asset-current-rate {
      font-family: "Roboto";
      font-weight: 500;
      font-size: 22px;
      position: relative;
      top: 1px;
      margin-left: 4px;
      margin-right: 4px; }
    .exchange-rate-bar .exchange-rates .asset-trend:before {
      font-size: 22px; }
    .exchange-rate-bar .exchange-rates .trend-none:before {
      font-size: 20px;
      position: relative;
      top: 2px; }

/* Firefox styles */
@-moz-document url-prefix() {
  .exchange-rate-bar .exchange-rates {
    line-height: 52px !important; }
    .exchange-rate-bar .exchange-rates ul li:before {
      top: -2px; }
    .exchange-rate-bar .exchange-rates ul li .asset-trend:before {
      position: relative;
      top: 1px; } }

/* Safari 10+ styles */
_::-webkit-:host:not(:root:root) .exchange-rates ul li:before, .exchange-rate-bar .exchange-rates ul li:before {
  top: -3px; }

/* Safari 9+ styles */
_::-webkit-:not(:root:root) .exchange-rates ul li:before, .exchange-rate-bar .exchange-rates ul li:before {
  top: -3px; }

/* Carousel banner */
.slick-loading .slick-list {
  background: none; }

.carousel-banner {
  margin-bottom: 80px !important; }
  .carousel-banner img {
    width: 100%; }
  .carousel-banner .slick-prev, .carousel-banner .slick-next {
    width: 60px;
    height: 60px;
    opacity: 0.7;
    background-image: url("../images/carousel-controls.png");
    background-repeat: no-repeat;
    z-index: 3;
    background-color: #C12017;
    top: 75px; }
    .carousel-banner .slick-prev:hover, .carousel-banner .slick-prev:active, .carousel-banner .slick-prev:focus, .carousel-banner .slick-next:hover, .carousel-banner .slick-next:active, .carousel-banner .slick-next:focus {
      background-color: transparent; }
    .carousel-banner .slick-prev:before, .carousel-banner .slick-next:before {
      font-family: Roboto;
      content: '';
      background: transparent; }
  .carousel-banner .slick-prev {
    left: 0;
    background-position: -3px -213px; }
    .carousel-banner .slick-prev:hover, .carousel-banner .slick-prev:active, .carousel-banner .slick-prev:focus {
      background-position: -3px -143px; }
  .carousel-banner .slick-next {
    right: 0;
    background-position: -3px -73px; }
    .carousel-banner .slick-next:hover, .carousel-banner .slick-next:active, .carousel-banner .slick-next:focus {
      background-position: -3px -3px; }
  .carousel-banner .slick-slide {
    position: relative; }
    .carousel-banner .slick-slide:active, .carousel-banner .slick-slide:focus {
      outline: none; }
  .carousel-banner .carousel-box-wrapper .carousel-box {
    /*padding: 20px 15px;
                  text-align: center;*/
    text-align: left;
    /*.carousel-text {
							font-size: 20px;
							line-height: 28px;
							font-family: Roboto;
                            font-weight: 300;
							border-top: 1px solid $generali-textcolor;
							padding: 20px 0;
							margin: 0;
							}*/ }
    .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
      font-family: 'Roboto';
      font-weight: 300;
      font-size: 36px;
      line-height: 40px;
      margin: 0 0 20px 0;
      color: #C12017; }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span {
        background: rgba(255, 255, 255, 0.6);
        display: inline;
        padding: 0px 15px;
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone; }
    .carousel-banner .carousel-box-wrapper .carousel-box .banner-action-button {
      font-size: 14px;
      /*padding: 10px 8px;*/
      margin: 0; }
  .carousel-banner .slick-dots li button {
    background: url("../images/iconVarie-s58696b9165.png") no-repeat;
    background-position: 0 -1995px;
    width: 12px;
    height: 12px;
    display: block;
    margin: 5px auto; }
    .carousel-banner .slick-dots li button:before {
      display: none; }
  .carousel-banner .slick-dots li.slick-active button {
    background-position: 0 -2026px; }

.function-container {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  height: 582px; }
  .function-container .function-items-container {
    /*position: absolute;*/
    right: 0;
    bottom: 50px;
    border: 8px solid transparent;
    background: rgba(255, 255, 255, 0.6);
    padding: 0; }
    .function-container .function-items-container a {
      text-transform: uppercase;
      color: #ffffff;
      background: #C12017;
      font-size: 18px;
      line-height: 25px;
      font-family: Roboto;
      padding: 15px 35px 15px 10px; }
      .function-container .function-items-container a:focus {
        color: #ffffff;
        background: #C12017; }
      .function-container .function-items-container a:hover {
        background-color: #ffffff;
        color: #C12017;
        border: 1px solid #C12017; }
      .function-container .function-items-container a::after {
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        right: 15px;
        font-size: 26px;
        top: -webkit-calc(50% - 12px);
        top: -moz-calc(50% - 12px);
        top: -ms-calc(50% - 12px);
        top: calc(50% - 12px); }

/* Gallery */
.gallery-large .slick-prev:before, .gallery-large .slick-next:before, .gallery-thumbs .slick-prev:before, .gallery-thumbs .slick-next:before {
  font-family: Roboto;
  content: '';
  background: transparent; }

/*.gallery-container {
    min-width: 0;
    min-height: 0;
}*/
.gallery-large {
  /*height: 100% !important;*/
  /*.slick-list {
        height: 100% !important;
    }*/ }
  .gallery-large .slick-prev, .gallery-large .slick-next {
    width: 36px;
    height: 36px;
    background-image: url(../images/iconVarie-s58696b9165.png);
    background-repeat: no-repeat;
    z-index: 3;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .gallery-large .slick-prev {
    left: auto;
    right: 45px;
    background-position: 0 -1939px; }
  .gallery-large .slick-next {
    right: 0;
    background-position: 0 -1883px; }
  .gallery-large .gallery-item {
    /*height: auto !important;*/ }
    .gallery-large .gallery-item picture {
      display: block; }
    .gallery-large .gallery-item img {
      width: 100%;
      height: 100%; }
    .gallery-large .gallery-item .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .gallery-large .gallery-item .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.gallery-thumbs {
  margin-top: 25px; }
  .gallery-thumbs .slick-prev, .gallery-thumbs .slick-next {
    width: 60px;
    height: 60px;
    background-image: url(../images/carousel-controls.png);
    background-repeat: no-repeat;
    z-index: 3;
    background-color: #C12017; }
  .gallery-thumbs .slick-prev {
    left: 0;
    background-position: -3px -213px; }
  .gallery-thumbs .slick-next {
    right: 0;
    background-position: -3px -73px; }
  .gallery-thumbs .slick-list {
    margin-left: 85px;
    margin-right: 76px; }
  .gallery-thumbs .gallery-item {
    margin-right: 9px;
    height: 60px;
    overflow: hidden;
    cursor: pointer; }
    .gallery-thumbs .gallery-item img {
      height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

/* Safari 10+ styles */
/*_::-webkit-:host:not(:root:root), .link-button, .link-button-highlighted, .link-button-inverz, .link-button-inverz-highlighted, .link-button-no-arrow, .link-button-highlighted-no-arrow, .link-button-inverz-no-arrow,
.link-button-inverz-highlighted-no-arrow, .action-button, .action-button-highlighted, .action-button-inverz, .action-button-inverz-highlighted {
    height: 36px;
    padding-top: 11px;
}

_::-webkit-:host:not(:root:root), .link-button-large, .link-button-highlighted-large, .link-button-inverz-large, .link-button-inverz-highlighted-large, .link-button-large-no-arrow,
.link-button-highlighted-large-no-arrow, .link-button-inverz-large-no-arrow, .link-button-inverz-highlighted-large-no-arrow {
    height: 43px;
    padding-top: 13px;
}*/
/*_::-webkit-:host:not(:root:root), .cc_banner-wrapper {
    .cc_container {
        .cc_btn {
            &:after {
                font-weight: normal;
            }
        }
    }
}*/
/* Touch devices */
.touch-device {
  /*.cookie-container {
        .cookie-text {
            .btn {
                &:after {
                    top: 10px;
                    right: 10px;
                }
            }
        }
    }*/
  /*.link-button, .link-button-highlighted, .link-button-inverz, .link-button-inverz-highlighted, .link-button-no-arrow, .link-button-highlighted-no-arrow, .link-button-inverz-no-arrow,
    .link-button-inverz-highlighted-no-arrow, .action-button, .action-button-highlighted, .action-button-inverz, .action-button-inverz-highlighted {
        height: 36px;
        padding-top: 11px;
    }

    .link-button-large, .link-button-highlighted-large, .link-button-inverz-large, .link-button-inverz-highlighted-large, .link-button-large-no-arrow,
    .link-button-highlighted-large-no-arrow, .link-button-inverz-large-no-arrow, .link-button-inverz-highlighted-large-no-arrow {
        height: 43px;
        padding-top: 13px;
    }*/
  /*.carousel-banner {
        .carousel-box {
            .action-button {
                padding-top: 10px;
            }
        }
    }*/
  /*.selected-tab {
        padding-top: 3px;
    }*/
  /*.nav-tabs {
        &.mobile {
            > li {
                a {
                    height: 38px;
                    padding-top: 13px;
                }
            }
        }
    }*/ }
  .touch-device .cc_banner-wrapper .cc_container .cc_btn:after {
    /*top: 10px;*/ }

/* LEAD MODUL */
.nonevisible {
  visibility: hidden; }

.lead-container {
  background-color: #f09273;
  color: #ffffff;
  font-family: Roboto;
  position: relative; }
  .lead-container .lead-title {
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #ffffff; }
  .lead-container .lead-title-sub {
    margin-bottom: 20px;
    font-size: 16px; }
    .lead-container .lead-title-sub a {
      color: #ffffff;
      font-family: Bold;
      text-decoration: underline; }
  .lead-container .lead-form {
    padding: 30px; }
    .lead-container .lead-form .lead-row {
      margin: 0; }
      .lead-container .lead-form .lead-row .lead-input {
        clear: none; }
        .lead-container .lead-form .lead-row .lead-input #leadName {
          text-transform: capitalize; }
        .lead-container .lead-form .lead-row .lead-input .input-area {
          border-radius: 0;
          height: 40px;
          box-shadow: none;
          border: none;
          padding: 0 15px; }
          .lead-container .lead-form .lead-row .lead-input .input-area::placeholder {
            color: #cbcbcb;
            font-weight: 100; }
          .lead-container .lead-form .lead-row .lead-input .input-area:-ms-input-placeholder {
            color: #cbcbcb;
            font-weight: 100; }
        .lead-container .lead-form .lead-row .lead-input .form-control:focus {
          outline: 0 !important;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0 !important; }
      .lead-container .lead-form .lead-row .custom-checkbox {
        text-align: left; }
        .lead-container .lead-form .lead-row .custom-checkbox label {
          color: #ffffff; }
    .lead-container .lead-form .input-row {
      margin-bottom: 20px; }
    .lead-container .lead-form .lead-btn-container {
      padding: 0; }
      .lead-container .lead-form .lead-btn-container .lead-btn {
        border-radius: 0;
        background-color: transparent;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        padding: 0;
        box-shadow: none; }
        .lead-container .lead-form .lead-btn-container .lead-btn i {
          padding-left: 8px;
          margin: 0;
          vertical-align: -10%; }
        .lead-container .lead-form .lead-btn-container .lead-btn:focus {
          outline: 0; }
        .lead-container .lead-form .lead-btn-container .lead-btn .button-text {
          font-size: 18px;
          padding: 8px;
          margin: 0;
          text-transform: uppercase;
          color: #ffffff;
          font-family: Roboto, Arial, sans-serif; }
  .lead-container .form-check .form-check-input {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 5;
    opacity: 0; }
    .lead-container .form-check .form-check-input:checked + .form-check-label:before {
      content: "\f00c";
      font-family: FontAwesome;
      font-weight: 300;
      font-size: 22px;
      color: #f3f3f3;
      text-align: center;
      line-height: 21px;
      background-color: #c21c1d;
      z-index: 3; }
    .lead-container .form-check .form-check-input:checked + .form-check-label:after {
      opacity: 1; }
  .lead-container .form-check .form-check-label {
    padding-left: 40px;
    color: #ffffff;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 100;
    /* &:after{
                        position: absolute;
                        top: 15px;
                        left: 22px;
                        width: 25px;
                        height: 12px;
                        content: " ";
                        transform: rotate(-45deg);
                        border-bottom: 5px solid #ffffff;
                        border-left: 5px solid #ffffff;
                        opacity: 0;
   
                      }*/ }
    .lead-container .form-check .form-check-label a {
      color: #ffffff;
      font-family: "Roboto";
      font-weight: 700;
      text-decoration: underline; }
    .lead-container .form-check .form-check-label p {
      margin: 0; }
    .lead-container .form-check .form-check-label:before {
      content: '';
      width: 26px;
      height: 26px;
      position: absolute;
      left: 0;
      top: 14px;
      display: block;
      border: 2px solid white; }
  .lead-container:not(.postcode-visible) .lead-input:nth-child(1) {
    padding-left: 0; }
  .lead-container:not(.postcode-visible) .lead-input:nth-child(3) {
    padding-right: 0; }
  .lead-container.postcode-visible .input-row {
    margin-left: -15px;
    margin-right: -15px; }

.thanks, .lead_sending_failed {
  display: none;
  /*position: absolute;*/
  /*    top: 30%;*/
  /*    right: 0;
    left: 0;*/
  padding: 200px 100px 0px 100px;
  text-align: center;
  color: #ffffff !important;
  font-family: "Roboto";
  font-weight: 500; }

.lead_sending_failed .lead_warning_icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
  .lead_sending_failed .lead_warning_icon path {
    fill: #ffffff; }

.checkmark {
  display: none; }
  .checkmark:before {
    opacity: 1;
    height: 2em;
    width: 1em;
    transform-origin: left top;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: '';
    position: absolute;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg); }

.check-mark {
  opacity: 0;
  visibility: hidden;
  width: 18px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 12px;
  transition: all 1s ease-in-out;
  transition-delay: 1s; }
  @media screen and (max-width: 992px) {
    .check-mark {
      bottom: 7px; } }

label.error {
  background-color: #afb0b2;
  margin-top: 15px;
  padding: 8px;
  width: 100%;
  color: #fff;
  font-family: Roboto;
  font-weight: 100;
  position: relative; }
  label.error:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #afb0b2;
    position: absolute;
    top: -10px; }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 1em;
    opacity: 1; }
  40% {
    height: 2em;
    width: 1em;
    opacity: 1; }
  100% {
    height: 2em;
    width: 1em;
    opacity: 1; } }

/*SITESEARCH MODUL*/
#siteSearch {
  padding: 0; }
  #siteSearch #form-container {
    background-color: #f2f2f2;
    padding: 25px; }
    #siteSearch #form-container #search-input {
      padding: 7px 12px;
      border-radius: 0;
      width: 550px;
      border: 0; }
      #siteSearch #form-container #search-input:focus {
        box-shadow: none; }
    #siteSearch #form-container #search-button {
      text-transform: uppercase;
      font-family: Roboto;
      border: 1px solid #ffffff;
      padding: 6px 24px;
      font-size: 17px;
      font-weight: 500; }
      #siteSearch #form-container #search-button:hover {
        border: 1px solid #C12017; }
      #siteSearch #form-container #search-button:focus {
        border: 1px solid #C12017;
        outline: none;
        box-shadow: none; }
      #siteSearch #form-container #search-button:active {
        border: 1px solid #C12017;
        outline: none;
        box-shadow: none; }
      #siteSearch #form-container #search-button i {
        vertical-align: -9%; }
  #siteSearch .result-content {
    padding: 15px 15px 0 15px; }
    #siteSearch .result-content .result-element {
      margin-top: 20px; }
      #siteSearch .result-content .result-element p {
        margin: 0; }
      #siteSearch .result-content .result-element .result-title a {
        font-family: "Roboto";
        font-weight: 500;
        font-size: 17px;
        color: #333; }
        #siteSearch .result-content .result-element .result-title a:hover {
          color: #C12017;
          text-decoration: underline; }
      #siteSearch .result-content .result-element .result-description {
        font-size: 15px;
        font-family: Roboto;
        color: #333; }
        #siteSearch .result-content .result-element .result-description .searchTerm {
          background-color: #C12017;
          color: #ffffff;
          padding: 1px; }
      #siteSearch .result-content .result-element .result-link {
        margin-bottom: 20px; }
        #siteSearch .result-content .result-element .result-link a {
          font-size: 13px;
          color: #C12017;
          font-family: Roboto; }
          #siteSearch .result-content .result-element .result-link a:hover {
            text-decoration: underline dotted; }
  #siteSearch #paging-wrapper {
    text-align: center; }
    #siteSearch #paging-wrapper ul {
      list-style: none;
      padding-left: 0;
      margin: 35px 0;
      border-radius: 4px;
      display: flex;
      justify-content: center; }
      #siteSearch #paging-wrapper ul li {
        display: inline-block; }
        #siteSearch #paging-wrapper ul li a {
          position: relative;
          float: left;
          padding: 5px 10px;
          line-height: 1.42857143;
          border: 1px solid #ddd;
          margin-left: 10px; }
          #siteSearch #paging-wrapper ul li a:hover {
            text-decoration: none;
            color: #ffffff;
            text-decoration: none;
            background-color: #C12017;
            border-color: #C12017;
            cursor: default; }
    #siteSearch #paging-wrapper .active {
      color: #ffffff;
      text-decoration: none;
      background-color: #C12017;
      border-color: #C12017;
      cursor: default; }
  #siteSearch .search-error-message {
    background-color: #C12017;
    margin-top: 45px; }
    #siteSearch .search-error-message p {
      padding: 15px;
      font-family: 'Roboto';
      font-weight: 300;
      font-size: 15px;
      font-style: italic;
      color: #ffffff; }

.search-layout {
  margin-bottom: 5px; }
  .search-layout h1 {
    text-transform: none; }

@media (min-width: 319px) {
  .carousel-banner {
    margin-bottom: 50px !important; }
    .carousel-banner .slick-prev {
      display: none !important; }
    .carousel-banner .slick-next {
      display: none !important; }
    .carousel-banner .carousel-box-wrapper .carousel-box {
      position: absolute;
      top: 0px;
      width: 290px;
      padding: 15px; }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px 0;
        text-align: left;
        font-family: Roboto;
        margin-bottom: 20px; }
        .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span {
          padding: 0px 2px;
          background-color: none; }
      .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button {
        display: inline-block;
        background-color: #C12017;
        border: 8px solid rgba(255, 255, 255, 0.6);
        color: #ffffff; }
        .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a {
          font-size: 13px;
          padding: 1px 15px 1px 5px;
          color: #ffffff;
          font-family: Roboto; }
          .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a::after {
            font-size: 20px;
            top: -webkit-calc(50% - 13px);
            top: -moz-calc(50% - 13px);
            top: -ms-calc(50% - 13px);
            top: calc(50% - 13px); }
          .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a:focus {
            color: #ffffff; }
        .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:focus {
          background-color: #C12017; }
  .function-container {
    /*position: relative;*/
    top: 0;
    width: 100%;
    height: 100%;
    /*margin: 0 auto;
			left: 0;
			right: 0;*/ }
    .function-container .function-items-container {
      /*position: relative;*/
      right: 0;
      /*bottom:50px;*/
      border: 8px solid transparent;
      background: rgba(255, 255, 255, 0.6);
      margin: 0;
      padding: 0;
      font-family: Roboto;
      margin-bottom: -30px; }
      .function-container .function-items-container a {
        font-size: 16px;
        padding: 10px 35px 10px 10px; }
      .function-container .function-items-container .list-group-item {
        border-radius: unset; }
        .function-container .function-items-container .list-group-item:nth-child(1), .function-container .function-items-container .list-group-item:nth-child(2) {
          margin-bottom: 2px; }
  .lead-container {
    text-align: center; }
    .lead-container .lead-form {
      padding: 15px; }
      .lead-container .lead-form .lead-row .lead-input.col-lg-4 {
        padding: 0;
        margin-bottom: 5px; }
        .lead-container .lead-form .lead-row .lead-input.col-lg-4:nth-child(1) {
          padding-right: 0; }
        .lead-container .lead-form .lead-row .lead-input.col-lg-4:nth-child(3) {
          padding-left: 0; }
        .lead-container .lead-form .lead-row .lead-input.col-lg-4 .input-area {
          padding: 0 15px; }
      .lead-container .lead-form .form-check {
        padding: 0;
        text-align: left; }
        .lead-container .lead-form .form-check .form-check-label {
          text-align: left; }
      .lead-container .lead-form .lead-btn-container {
        /*float: none;
					display: block;
					margin: 0 auto;*/ }
        .lead-container .lead-form .lead-btn-container .lead-btn {
          width: 60%;
          margin-top: 23px;
          position: relative; }
    .lead-container .thanks, .lead-container .lead_sending_failed {
      display: none;
      /*position: absolute;*/
      /*top: 20%;*/
      /*            right: 0;
            left: 0;*/
      padding: 15px 15px 0px 15px;
      text-align: center;
      color: #ffffff !important;
      font-family: "Roboto";
      font-weight: 500; }
    .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input.col-lg-4 {
      padding: 0;
      margin-bottom: 5px; }
      .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input.col-lg-4:nth-child(1) {
        padding-right: 0; }
      .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input.col-lg-4:nth-child(3) {
        padding-left: 0; }
  label.error {
    text-align: left; }
  #leadCheck-error {
    margin-top: 11px; }
    #leadCheck-error:before {
      left: 3px; }
  .checkmark {
    display: none; }
    .checkmark:before {
      opacity: 1;
      height: 2em;
      width: 1em;
      transform-origin: left top;
      border-right: 2px solid #ffffff;
      border-top: 2px solid #ffffff;
      content: '';
      right: 50%;
      bottom: -5px;
      position: absolute;
      animation-duration: 800ms;
      animation-timing-function: ease;
      animation-name: checkmark;
      transform: scaleX(-1) rotate(135deg); }
  #siteSearch #form-container #search-input {
    width: 100%; }
  #siteSearch #form-container #search-button {
    width: 144px;
    margin-top: 25px; }
  footer .wrap-container {
    width: 100%;
    margin: 0 auto !important; }
  footer .footer-social-icons a {
    margin-right: 0; }
    footer .footer-social-icons a:nth-child(2) {
      margin: 0 7.5px 0 15px; }
    footer .footer-social-icons a:nth-child(3) {
      margin: 0 15px 0 7.5px; }
    footer .footer-social-icons a:hover, footer .footer-social-icons a:focus, footer .footer-social-icons a:visited {
      text-decoration: none; }
  footer .footer-social-icons img {
    width: 38px;
    height: 38px; } }

@media (min-width: 361px) {
  .exchange-rate-bar {
    height: 55px;
    padding: 0; }
    .exchange-rate-bar div {
      display: inline-block; }
    .exchange-rate-bar .exchange-title {
      line-height: 55px;
      padding: 0 25px;
      position: absolute;
      left: 0;
      z-index: 1;
      text-align: left;
      text-decoration: none; }
    .exchange-rate-bar .exchange-rates {
      line-height: 55px; }
  .carousel-banner .carousel-box-wrapper .carousel-box {
    width: 350px;
    padding: 25px; }
    .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
      font-size: 22px;
      line-height: 29px; }
  .lead-container .lead-form {
    padding: 25px; }
    .lead-container .lead-form .lead-btn-container .lead-btn {
      width: 50%; } }

@media (min-width: 450px) {
  .map-container.service .map-categories .check .label-text {
    max-width: 80%; }
  .map-area .view-switch {
    top: -48px; } }

@media (min-width: 480px) {
  .reservation .reservation-pager .pager-text {
    max-width: 100%; } }

@media (min-width: 500px) {
  footer ul.default-menu li {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 0;
    text-align: right;
    padding: 0 15px; }
    footer ul.default-menu li:nth-of-type(2n+2) {
      float: right;
      text-align: left; }
    footer ul.default-menu li a {
      display: inline-block; } }

@media (min-width: 550px) {
  .menu-open .body-content {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0); }
  .menu-open .mobile-menu-button-wrapper {
    /*margin-left: 440px;*/
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

@media (min-width: 768px) {
  .action-button, .action-button-inverz, .action-button-highlighted, .action-button-inverz-highlighted, .link-button, .link-button-inverz, .link-button-no-arrow,
  .link-button-inverz-no-arrow, .link-button-highlighted, .link-button-inverz-highlighted, .link-button-highlighted-no-arrow, .link-button-inverz-highlighted-no-arrow,
  .link-button-back, .link-button-highlighted-back, .link-button-inverz-back, .link-button-inverz-highlighted-back {
    font-size: 13px;
    /*line-height: 18px;*/ }
    .action-button.large-button, .action-button-inverz.large-button, .action-button-highlighted.large-button, .action-button-inverz-highlighted.large-button, .link-button.large-button, .link-button-inverz.large-button, .link-button-no-arrow.large-button,
    .link-button-inverz-no-arrow.large-button, .link-button-highlighted.large-button, .link-button-inverz-highlighted.large-button, .link-button-highlighted-no-arrow.large-button, .link-button-inverz-highlighted-no-arrow.large-button,
    .link-button-back.large-button, .link-button-highlighted-back.large-button, .link-button-inverz-back.large-button, .link-button-inverz-highlighted-back.large-button {
      font-size: 18px;
      /*line-height: 25px;*/ }
  .link-button-large, .link-button-highlighted-large, .link-button-inverz-large, .link-button-inverz-highlighted-large, .link-button-inverz-large-no-arrow,
  .link-button-inverz-highlighted-large-no-arrow, .link-button-large-no-arrow, .link-button-highlighted-large-no-arrow,
  .link-button-highlighted-large-back, .link-button-inverz-highlighted-large-back, .link-button-inverz-large-back, .link-button-large-back {
    font-size: 18px;
    line-height: 25px; }
  .link-button-back:before, .link-button-highlighted-back:before, .link-button-highlighted-large-back:before, .link-button-inverz-highlighted-back:before, .link-button-inverz-highlighted-large-back:before, .link-button-large-back:before {
    top: 1px; }
  .gray-textbox .action-button, .gray-textbox .action-button-inverz, .gray-textbox .action-button-highlighted, .gray-textbox .action-button-inverz-highlighted, .generali-red1-textbox .action-button, .generali-red1-textbox .action-button-inverz, .generali-red1-textbox .action-button-highlighted, .generali-red1-textbox .action-button-inverz-highlighted, .photo-box .action-button, .photo-box .action-button-inverz, .photo-box .action-button-highlighted, .photo-box .action-button-inverz-highlighted, .color-box .action-button, .color-box .action-button-inverz, .color-box .action-button-highlighted, .color-box .action-button-inverz-highlighted, .gray-box .action-button, .gray-box .action-button-inverz, .gray-box .action-button-highlighted, .gray-box .action-button-inverz-highlighted, .generali-red2-textbox .action-button, .generali-red2-textbox .action-button-inverz, .generali-red2-textbox .action-button-highlighted, .generali-red2-textbox .action-button-inverz-highlighted, .generali-red3-textbox .action-button, .generali-red3-textbox .action-button-inverz, .generali-red3-textbox .action-button-highlighted, .generali-red3-textbox .action-button-inverz-highlighted, .generali-red4-textbox .action-button, .generali-red4-textbox .action-button-inverz, .generali-red4-textbox .action-button-highlighted, .generali-red4-textbox .action-button-inverz-highlighted, .generali-red5-textbox .action-button, .generali-red5-textbox .action-button-inverz, .generali-red5-textbox .action-button-highlighted, .generali-red5-textbox .action-button-inverz-highlighted,
  .generali-red6-textbox .action-button,
  .generali-red6-textbox .action-button-inverz,
  .generali-red6-textbox .action-button-highlighted,
  .generali-red6-textbox .action-button-inverz-highlighted, .generali-red7-textbox .action-button, .generali-red7-textbox .action-button-inverz, .generali-red7-textbox .action-button-highlighted, .generali-red7-textbox .action-button-inverz-highlighted {
    font-size: 13px;
    /*line-height: 18px;*/ }
    .gray-textbox .action-button.large-button, .gray-textbox .action-button-inverz.large-button, .gray-textbox .action-button-highlighted.large-button, .gray-textbox .action-button-inverz-highlighted.large-button, .generali-red1-textbox .action-button.large-button, .generali-red1-textbox .action-button-inverz.large-button, .generali-red1-textbox .action-button-highlighted.large-button, .generali-red1-textbox .action-button-inverz-highlighted.large-button, .photo-box .action-button.large-button, .photo-box .action-button-inverz.large-button, .photo-box .action-button-highlighted.large-button, .photo-box .action-button-inverz-highlighted.large-button, .color-box .action-button.large-button, .color-box .action-button-inverz.large-button, .color-box .action-button-highlighted.large-button, .color-box .action-button-inverz-highlighted.large-button, .gray-box .action-button.large-button, .gray-box .action-button-inverz.large-button, .gray-box .action-button-highlighted.large-button, .gray-box .action-button-inverz-highlighted.large-button, .generali-red2-textbox .action-button.large-button, .generali-red2-textbox .action-button-inverz.large-button, .generali-red2-textbox .action-button-highlighted.large-button, .generali-red2-textbox .action-button-inverz-highlighted.large-button, .generali-red3-textbox .action-button.large-button, .generali-red3-textbox .action-button-inverz.large-button, .generali-red3-textbox .action-button-highlighted.large-button, .generali-red3-textbox .action-button-inverz-highlighted.large-button, .generali-red4-textbox .action-button.large-button, .generali-red4-textbox .action-button-inverz.large-button, .generali-red4-textbox .action-button-highlighted.large-button, .generali-red4-textbox .action-button-inverz-highlighted.large-button, .generali-red5-textbox .action-button.large-button, .generali-red5-textbox .action-button-inverz.large-button, .generali-red5-textbox .action-button-highlighted.large-button, .generali-red5-textbox .action-button-inverz-highlighted.large-button,
    .generali-red6-textbox .action-button.large-button,
    .generali-red6-textbox .action-button-inverz.large-button,
    .generali-red6-textbox .action-button-highlighted.large-button,
    .generali-red6-textbox .action-button-inverz-highlighted.large-button, .generali-red7-textbox .action-button.large-button, .generali-red7-textbox .action-button-inverz.large-button, .generali-red7-textbox .action-button-highlighted.large-button, .generali-red7-textbox .action-button-inverz-highlighted.large-button {
      font-size: 18px;
      /*line-height: 25px;*/ }
  .gray-textbox .box-overlay .action-button, .gray-textbox .box-overlay .action-button-inverz, .gray-textbox .box-overlay .action-button-highlighted, .gray-textbox .box-overlay .action-button-inverz-highlighted, .gray-textbox .box-details .action-button, .gray-textbox .box-details .action-button-inverz, .gray-textbox .box-details .action-button-highlighted, .gray-textbox .box-details .action-button-inverz-highlighted, .generali-red1-textbox .box-overlay .action-button, .generali-red1-textbox .box-overlay .action-button-inverz, .generali-red1-textbox .box-overlay .action-button-highlighted, .generali-red1-textbox .box-overlay .action-button-inverz-highlighted, .generali-red1-textbox .box-details .action-button, .generali-red1-textbox .box-details .action-button-inverz, .generali-red1-textbox .box-details .action-button-highlighted, .generali-red1-textbox .box-details .action-button-inverz-highlighted, .photo-box .box-overlay .action-button, .photo-box .box-overlay .action-button-inverz, .photo-box .box-overlay .action-button-highlighted, .photo-box .box-overlay .action-button-inverz-highlighted, .photo-box .box-details .action-button, .photo-box .box-details .action-button-inverz, .photo-box .box-details .action-button-highlighted, .photo-box .box-details .action-button-inverz-highlighted, .color-box .box-overlay .action-button, .color-box .box-overlay .action-button-inverz, .color-box .box-overlay .action-button-highlighted, .color-box .box-overlay .action-button-inverz-highlighted, .color-box .box-details .action-button, .color-box .box-details .action-button-inverz, .color-box .box-details .action-button-highlighted, .color-box .box-details .action-button-inverz-highlighted, .gray-box .box-overlay .action-button, .gray-box .box-overlay .action-button-inverz, .gray-box .box-overlay .action-button-highlighted, .gray-box .box-overlay .action-button-inverz-highlighted, .gray-box .box-details .action-button, .gray-box .box-details .action-button-inverz, .gray-box .box-details .action-button-highlighted, .gray-box .box-details .action-button-inverz-highlighted, .generali-red2-textbox .box-overlay .action-button, .generali-red2-textbox .box-overlay .action-button-inverz, .generali-red2-textbox .box-overlay .action-button-highlighted, .generali-red2-textbox .box-overlay .action-button-inverz-highlighted, .generali-red2-textbox .box-details .action-button, .generali-red2-textbox .box-details .action-button-inverz, .generali-red2-textbox .box-details .action-button-highlighted, .generali-red2-textbox .box-details .action-button-inverz-highlighted, .generali-red3-textbox .box-overlay .action-button, .generali-red3-textbox .box-overlay .action-button-inverz, .generali-red3-textbox .box-overlay .action-button-highlighted, .generali-red3-textbox .box-overlay .action-button-inverz-highlighted, .generali-red3-textbox .box-details .action-button, .generali-red3-textbox .box-details .action-button-inverz, .generali-red3-textbox .box-details .action-button-highlighted, .generali-red3-textbox .box-details .action-button-inverz-highlighted, .generali-red4-textbox .box-overlay .action-button, .generali-red4-textbox .box-overlay .action-button-inverz, .generali-red4-textbox .box-overlay .action-button-highlighted, .generali-red4-textbox .box-overlay .action-button-inverz-highlighted, .generali-red4-textbox .box-details .action-button, .generali-red4-textbox .box-details .action-button-inverz, .generali-red4-textbox .box-details .action-button-highlighted, .generali-red4-textbox .box-details .action-button-inverz-highlighted, .generali-red5-textbox .box-overlay .action-button, .generali-red5-textbox .box-overlay .action-button-inverz, .generali-red5-textbox .box-overlay .action-button-highlighted, .generali-red5-textbox .box-overlay .action-button-inverz-highlighted, .generali-red5-textbox .box-details .action-button, .generali-red5-textbox .box-details .action-button-inverz, .generali-red5-textbox .box-details .action-button-highlighted, .generali-red5-textbox .box-details .action-button-inverz-highlighted,
  .generali-red6-textbox .box-overlay .action-button,
  .generali-red6-textbox .box-overlay .action-button-inverz,
  .generali-red6-textbox .box-overlay .action-button-highlighted,
  .generali-red6-textbox .box-overlay .action-button-inverz-highlighted,
  .generali-red6-textbox .box-details .action-button,
  .generali-red6-textbox .box-details .action-button-inverz,
  .generali-red6-textbox .box-details .action-button-highlighted,
  .generali-red6-textbox .box-details .action-button-inverz-highlighted, .generali-red7-textbox .box-overlay .action-button, .generali-red7-textbox .box-overlay .action-button-inverz, .generali-red7-textbox .box-overlay .action-button-highlighted, .generali-red7-textbox .box-overlay .action-button-inverz-highlighted, .generali-red7-textbox .box-details .action-button, .generali-red7-textbox .box-details .action-button-inverz, .generali-red7-textbox .box-details .action-button-highlighted, .generali-red7-textbox .box-details .action-button-inverz-highlighted {
    font-size: 13px;
    /*line-height: 18px;*/ }
    .gray-textbox .box-overlay .action-button.large-button, .gray-textbox .box-overlay .action-button-inverz.large-button, .gray-textbox .box-overlay .action-button-highlighted.large-button, .gray-textbox .box-overlay .action-button-inverz-highlighted.large-button, .gray-textbox .box-details .action-button.large-button, .gray-textbox .box-details .action-button-inverz.large-button, .gray-textbox .box-details .action-button-highlighted.large-button, .gray-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red1-textbox .box-overlay .action-button.large-button, .generali-red1-textbox .box-overlay .action-button-inverz.large-button, .generali-red1-textbox .box-overlay .action-button-highlighted.large-button, .generali-red1-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red1-textbox .box-details .action-button.large-button, .generali-red1-textbox .box-details .action-button-inverz.large-button, .generali-red1-textbox .box-details .action-button-highlighted.large-button, .generali-red1-textbox .box-details .action-button-inverz-highlighted.large-button, .photo-box .box-overlay .action-button.large-button, .photo-box .box-overlay .action-button-inverz.large-button, .photo-box .box-overlay .action-button-highlighted.large-button, .photo-box .box-overlay .action-button-inverz-highlighted.large-button, .photo-box .box-details .action-button.large-button, .photo-box .box-details .action-button-inverz.large-button, .photo-box .box-details .action-button-highlighted.large-button, .photo-box .box-details .action-button-inverz-highlighted.large-button, .color-box .box-overlay .action-button.large-button, .color-box .box-overlay .action-button-inverz.large-button, .color-box .box-overlay .action-button-highlighted.large-button, .color-box .box-overlay .action-button-inverz-highlighted.large-button, .color-box .box-details .action-button.large-button, .color-box .box-details .action-button-inverz.large-button, .color-box .box-details .action-button-highlighted.large-button, .color-box .box-details .action-button-inverz-highlighted.large-button, .gray-box .box-overlay .action-button.large-button, .gray-box .box-overlay .action-button-inverz.large-button, .gray-box .box-overlay .action-button-highlighted.large-button, .gray-box .box-overlay .action-button-inverz-highlighted.large-button, .gray-box .box-details .action-button.large-button, .gray-box .box-details .action-button-inverz.large-button, .gray-box .box-details .action-button-highlighted.large-button, .gray-box .box-details .action-button-inverz-highlighted.large-button, .generali-red2-textbox .box-overlay .action-button.large-button, .generali-red2-textbox .box-overlay .action-button-inverz.large-button, .generali-red2-textbox .box-overlay .action-button-highlighted.large-button, .generali-red2-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red2-textbox .box-details .action-button.large-button, .generali-red2-textbox .box-details .action-button-inverz.large-button, .generali-red2-textbox .box-details .action-button-highlighted.large-button, .generali-red2-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red3-textbox .box-overlay .action-button.large-button, .generali-red3-textbox .box-overlay .action-button-inverz.large-button, .generali-red3-textbox .box-overlay .action-button-highlighted.large-button, .generali-red3-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red3-textbox .box-details .action-button.large-button, .generali-red3-textbox .box-details .action-button-inverz.large-button, .generali-red3-textbox .box-details .action-button-highlighted.large-button, .generali-red3-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red4-textbox .box-overlay .action-button.large-button, .generali-red4-textbox .box-overlay .action-button-inverz.large-button, .generali-red4-textbox .box-overlay .action-button-highlighted.large-button, .generali-red4-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red4-textbox .box-details .action-button.large-button, .generali-red4-textbox .box-details .action-button-inverz.large-button, .generali-red4-textbox .box-details .action-button-highlighted.large-button, .generali-red4-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red5-textbox .box-overlay .action-button.large-button, .generali-red5-textbox .box-overlay .action-button-inverz.large-button, .generali-red5-textbox .box-overlay .action-button-highlighted.large-button, .generali-red5-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red5-textbox .box-details .action-button.large-button, .generali-red5-textbox .box-details .action-button-inverz.large-button, .generali-red5-textbox .box-details .action-button-highlighted.large-button, .generali-red5-textbox .box-details .action-button-inverz-highlighted.large-button,
    .generali-red6-textbox .box-overlay .action-button.large-button,
    .generali-red6-textbox .box-overlay .action-button-inverz.large-button,
    .generali-red6-textbox .box-overlay .action-button-highlighted.large-button,
    .generali-red6-textbox .box-overlay .action-button-inverz-highlighted.large-button,
    .generali-red6-textbox .box-details .action-button.large-button,
    .generali-red6-textbox .box-details .action-button-inverz.large-button,
    .generali-red6-textbox .box-details .action-button-highlighted.large-button,
    .generali-red6-textbox .box-details .action-button-inverz-highlighted.large-button, .generali-red7-textbox .box-overlay .action-button.large-button, .generali-red7-textbox .box-overlay .action-button-inverz.large-button, .generali-red7-textbox .box-overlay .action-button-highlighted.large-button, .generali-red7-textbox .box-overlay .action-button-inverz-highlighted.large-button, .generali-red7-textbox .box-details .action-button.large-button, .generali-red7-textbox .box-details .action-button-inverz.large-button, .generali-red7-textbox .box-details .action-button-highlighted.large-button, .generali-red7-textbox .box-details .action-button-inverz-highlighted.large-button {
      font-size: 18px;
      /*line-height: 25px;*/ }
  .photo-box .box-overlay h4 {
    font-size: 18px; }
  .photo-box .box-overlay p {
    font-size: 14px;
    line-height: 20px; }
    .photo-box .box-overlay p.action-button {
      line-height: 1.43; }
  .color-box h3 {
    font-size: 22px; }
  .top-function-box {
    margin-bottom: -5px; }
    .top-function-box a h5 {
      font-size: 18px; }
  /*.gray-box, .media-box {
        img {
            margin-bottom: 0;
            max-width: 100%;
        }
    }*/
  .gray-box figure {
    position: relative;
    overflow: hidden; }
  .gray-box img {
    position: absolute;
    margin-bottom: 0;
    max-width: 100%; }
  .gray-box h3 {
    font-size: 22px !important;
    line-height: 31px !important; }
  .gray-box p {
    font-size: 15px;
    line-height: 21px; }
    .gray-box p.action-button {
      line-height: 1.43; }
  .document-list-box {
    padding: 20px 35px; }
    .document-list-box h3 {
      font-size: 20px; }
    .document-list-box .document-row .document-date {
      width: 95px;
      margin-right: -100px;
      padding-top: 3px; }
    .document-list-box .document-row .file-name {
      font-size: 18px;
      padding-right: 100px;
      padding-left: 110px; }
    .document-list-box .document-row .file-info-container .file-size {
      max-width: 40px; }
  section > .wrap-container {
    padding: 0 15px; }
  section .placeholder.col-lg-4, section .placeholder.col-lg-5, section .placeholder.col-lg-7, section .placeholder.col-lg-8 {
    padding: 0; }
    section .placeholder.col-lg-4 > div, section .placeholder.col-lg-5 > div, section .placeholder.col-lg-7 > div, section .placeholder.col-lg-8 > div {
      padding: 0 5px; }
  .rte-module a:not([class^="link-button-"]) {
    color: #c12017; }
  .rte-module h1 {
    font-size: 30px; }
  .rte-module h3 {
    font-size: 20px; }
  table.generali-table tbody tr td {
    padding: 15px 10px; }
  .content-areaaaa > .wrap-container, .main-section > .wrap-container {
    padding: 0 15px; }
  .content-areaaaa .content-lead, .main-section .content-lead {
    font-size: 24px;
    padding-bottom: 30px; }
  .block-title h1 {
    font-size: 50px;
    line-height: 71px; }
  .tabbable .block-title {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 0; }
  .tabbable h2 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    display: inline-block; }
  .nav-tabs {
    border: none;
    display: inline-block;
    margin: 0;
    float: right;
    position: relative;
    top: -5px; }
    .nav-tabs > li a {
      padding: 8px 10px;
      display: block;
      background-color: #d0d0d0;
      color: #ffffff;
      text-transform: uppercase;
      border-radius: 0;
      font-family: 'Roboto';
      font-weight: 300;
      font-size: 16px;
      border: none;
      margin-right: 3px; }
      .nav-tabs > li a:hover {
        color: #ffffff;
        background-color: #C12017;
        border: none; }
    .nav-tabs > li.active a {
      color: #ffffff;
      background-color: #C12017;
      border: none; }
      .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active {
        color: #ffffff;
        background-color: #C12017;
        border: none; }
  .accordion .accordion-heading .accordion-toggle {
    font-size: 18px; }
  .carousel-banner {
    /*.carousel-box-center {
						.carousel-box {
							left: 50%;
							-webkit-transform: translate(-50%, -50%);
							-moz-transform: translate(-50%, -50%);
							-ms-transform: translate(-50%, -50%);
							-o-transform: translate(-50%, -50%);
							transform: translate(-50%, -50%);
						}
					}*/ }
    .carousel-banner .slick-prev {
      display: inline-block !important;
      left: 0;
      background-position: -3px -213px; }
      .carousel-banner .slick-prev:hover, .carousel-banner .slick-prev:active, .carousel-banner .slick-prev:focus {
        background-position: -3px -143px; }
    .carousel-banner .slick-next {
      display: inline-block !important;
      right: 0;
      background-position: -3px -73px; }
      .carousel-banner .slick-next:hover, .carousel-banner .slick-next:active, .carousel-banner .slick-next:focus {
        background-position: -3px -3px; }
    .carousel-banner .carousel-box-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 600px;
      height: 100%; }
      .carousel-banner .carousel-box-wrapper .carousel-box {
        width: 570px;
        padding-top: 25px;
        text-align: left;
        /*background-color: $white;*/
        /*max-width: 390px;*/
        /*position: absolute;*/
        top: 0;
        /*.carousel-text {
										font-size: 18px;
										line-height: 22px;
										padding: 15px 0;
						}*/ }
        .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
          font-size: 32px;
          line-height: 40px;
          margin: 0 0 20px 0;
          font-family: Roboto; }
          .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span {
            padding: 0px 15px; }
        .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button {
          outline: none;
          background-color: #C12017;
          border: 8px solid rgba(255, 255, 255, 0.6);
          color: #ffffff; }
          .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a {
            color: #ffffff;
            font-family: Roboto, Arial, sans-serif; }
            .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a:focus {
              color: #ffffff; }
            .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a:hover {
              color: #C12017;
              background-color: #ffffff; }
          .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:focus {
            background-color: #C12017;
            border: 8px solid rgba(255, 255, 255, 0.6); }
          .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:hover {
            background-color: #ffffff;
            border: 8px solid rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 0 0 1px #C12017; }
            .carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:hover a {
              color: #C12017;
              text-decoration: none; }
    .carousel-banner .slick-prev, .carousel-banner .slick-next {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .carousel-banner .carousel-box-left .carousel-box {
      left: 0px !important; }
    .carousel-banner .carousel-box-right .carousel-box {
      right: 90px; }
  .touch-device {
    /*.link-button, .link-button-inverz, .link-button-large, .link-button-inverz-large, .link-button-no-arrow, .link-button-inverz-no-arrow, .link-button-large-no-arrow,
        .link-button-inverz-large-no-arrow, .action-button, .action-button-inverz, .link-button-highlighted, .link-button-inverz-highlighted, .link-button-highlighted-no-arrow,
        .link-button-inverz-highlighted-no-arrow {
            padding-top: 9px;
        }*/
    /*.nav-tabs {
            > li {
                a {
                    height: 38px;
                    padding-top: 10px;
                }
            }
        }*/ }
  .lead-container .lead-form {
    padding: 25px; }
    .lead-container .lead-form .form-check .form-check-label:before {
      top: 7px; }
    .lead-container .lead-form .lead-btn-container .lead-btn {
      width: 25%; }
  .lead-container .thanks, .lead-container .lead_sending_failed {
    /*top: 35%;*/ }
  .checkmark:before {
    bottom: -16px; }
  .search-layout h1 {
    padding-left: 15px; } }

/*@media (min-width: 992px) {

	.function-container {
		position: absolute;
		width: 750px;



		.function-items-container {
			position: absolute;
			float: right;
			margin-bottom: -450px;
			top:-330px;
		}
	}
}*/
@media (min-width: 1024px) {
  .top-function-box {
    margin-bottom: 0; }
  .media-box p {
    font-size: 14px;
    margin: 20px 0; }
  .gray-box h3 {
    margin-bottom: 20px; }
  .gray-box p {
    margin: 0 0 20px 0; }
  .photo-box img {
    width: 100%;
    min-width: 1%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .photo-box.height195 img, .photo-box.height300 img, .photo-box.height400 img, .photo-box.height460 img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .wrap-container {
    padding: 0; }
  section .row {
    /*&.image-box-row {
                margin: 0 -1.5px;

                .placeholder {
                    > div {
                        padding: 0 1.5px;
                    }

                    .image-box-wrapper {
                        margin-bottom: 3px;
                    }
                }
            }*/ }
  section .placeholder {
    padding: 0 3px; }
    section .placeholder.col-lg-12 > div {
      padding: 0 3px; }
    section .placeholder.col-lg-4, section .placeholder.col-lg-5, section .placeholder.col-lg-7, section .placeholder.col-lg-8 {
      padding: 0; }
      section .placeholder.col-lg-4 > div, section .placeholder.col-lg-5 > div, section .placeholder.col-lg-7 > div, section .placeholder.col-lg-8 > div {
        padding: 0 3px; }
  header {
    background-image: url(../images/footer-left-margin.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    padding-top: 35px;
    padding-bottom: 5px;
    min-height: 142px; }
    header .logo-wrapper {
      float: left;
      width: 15%;
      display: inline-block;
      padding: 0; }
      header .logo-wrapper a {
        display: block; }
  footer {
    padding: 0 0; }
    footer .wrap-container {
      padding-top: 40px; }
      footer .wrap-container > div:first-child {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        border: none; }
    footer .collapse > div:first-child {
      border: none; }
    footer ul {
      display: block; }
      footer ul li {
        display: inline-block;
        float: none; }
      footer ul.highlighted li {
        display: inline-block; }
      footer ul.default-menu {
        text-align: left; }
        footer ul.default-menu li {
          width: auto;
          display: inline-block;
          text-align: left;
          padding: 0;
          float: none;
          margin-right: 5px; }
          footer ul.default-menu li:nth-of-type(2n+2) {
            float: none; }
    footer .logo-wrapper, footer .copyright {
      text-align: right; }
    footer .logo-wrapper img {
      margin-top: 0; }
  .content-areaaaa > .wrap-container > div:first-of-type, .main-section > .wrap-container > div:first-of-type {
    padding-right: 30px; }
  .content-areaaaa > .wrap-container > div.col-md-12, .main-section > .wrap-container > div.col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .carousel-banner .carousel-box-wrapper {
    width: 850px; }
    .carousel-banner .carousel-box-wrapper .carousel-box {
      width: 570px;
      padding: 35px 25px 25px 15px;
      /*.carousel-text {
								font-size: 19px;
								line-height: 25px;
							}*/ }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
        font-size: 39px;
        line-height: 49px;
        margin: 0 0 25px 0; }
        .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span {
          padding: 0 15px; }
  .function-container {
    width: 850px; }
    .function-container .function-items-container {
      width: 240px;
      height: 240px;
      float: right;
      top: -325px;
      margin-bottom: -325px;
      box-sizing: border-box; }
      .function-container .function-items-container a {
        font-size: 17px;
        height: 72px;
        display: flex;
        align-items: center;
        border: 1px solid #C12017; }
      .function-container .function-items-container .list-group-item {
        border-radius: unset; }
        .function-container .function-items-container .list-group-item:nth-child(1), .function-container .function-items-container .list-group-item:nth-child(2) {
          margin-bottom: 4px; }
  .lead-container {
    text-align: left; }
    .lead-container .lead-form .lead-row .lead-btn-container {
      float: right; }
      .lead-container .lead-form .lead-row .lead-btn-container .lead-btn {
        margin: 0;
        float: right;
        width: 100%; }
    .lead-container .thanks {
      /*top: 25%;*/
      max-width: 530px;
      margin: 0 auto;
      font-size: 1.5em;
      width: 100%; }
    .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input {
      padding: 0 15px; }
      .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input:nth-child(1) {
        padding-left: 0;
        padding-right: 15px; }
      .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input:nth-child(2) {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .lead-container:not(.postcode-visible) .lead-form .lead-row .lead-input:nth-child(3) {
        padding-right: 0;
        padding-left: 15px; }
  #leadCheck-error {
    width: 95%; }
  .checkmark:before {
    bottom: -16px;
    right: 30px; }
  #leadPhoneNumber-error:before {
    left: 17.5px; }
  #leadEamil-error:before, #leadName-error:before {
    left: 10px; }
  .gallery-thumbs .slick-prev, .gallery-thumbs .slick-next {
    width: 50px;
    height: 50px; }
  .gallery-thumbs .slick-prev {
    background-position: -9px -218px; }
  .gallery-thumbs .slick-next {
    background-position: -9px -78px; }
  .gallery-thumbs .slick-list {
    margin-left: 70px;
    margin-right: 61px; }
  #exchangeaccordion table.generali-table tbody tr td:nth-of-type(2) {
    width: 20%; }
  #exchangeaccordion table.generali-table tbody tr td:last-of-type {
    width: 25%; }
  .touch-device .main-menu-wrapper .navbar-nav > li {
    margin-right: 0; }
    .touch-device .main-menu-wrapper .navbar-nav > li > a {
      padding: 10px 7px;
      font-size: 13px; }
  #siteSearch #form-container #search-input {
    width: 550px; }
  #siteSearch #form-container #search-button {
    width: 144px;
    margin-top: 0; } }

@media (min-width: 1150px) {
  .carousel-banner .carousel-box-wrapper {
    width: 1000px; }
    .carousel-banner .carousel-box-wrapper .carousel-box {
      width: 750px;
      /*max-width: 420px;*/ }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
        font-size: 45px;
        line-height: 56px;
        margin: 25px 0 20px 0; }
  .function-container {
    width: 1000px; }
  .lead-container .lead-form .lead-btn-container .lead-btn {
    width: 80%; }
  .search-layout h1 {
    padding-left: 0; } }

@media (min-width: 1230px) {
  section > .wrap-container {
    padding: 0; }
  .content-areaaaa > .wrap-container, .main-section > .wrap-container {
    padding: 0; }
    .content-areaaaa > .wrap-container > div.col-lg-12, .main-section > .wrap-container > div.col-lg-12 {
      padding-left: 0;
      padding-right: 0; }
  .gallery-thumbs .slick-prev, .gallery-thumbs .slick-next {
    width: 70px;
    height: 70px; }
  .gallery-thumbs .slick-prev {
    background-position: 0 -210px; }
  .gallery-thumbs .slick-next {
    background-position: 0 -70px; }
  .gallery-thumbs .slick-list {
    margin-left: 85px;
    margin-right: 76px; }
  .gallery-thumbs .gallery-item {
    height: 70px; }
  .carousel-banner .carousel-box-wrapper {
    width: 1000px; }
    .carousel-banner .carousel-box-wrapper .carousel-box {
      width: 670px;
      padding: 35px 25px 25px 15px;
      /*.carousel-text {
							font-size: 19px;
							line-height: 25px;
						}*/ }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
        font-size: 39px;
        line-height: 49px;
        margin: 0 0 25px 0; }
        .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span {
          padding: 0 15px; }
  .function-container {
    width: 1000px; }
  .lead-container .lead-form .lead-row .lead-btn-container {
    float: right; }
    .lead-container .lead-form .lead-row .lead-btn-container .lead-btn {
      width: 50%; }
  #leadCheck-error {
    width: 90%; } }

@media (min-width: 1440px) {
  .carousel-banner .carousel-box-wrapper {
    width: 1100px; }
    .carousel-banner .carousel-box-wrapper .carousel-box {
      width: 800px;
      padding-top: 25px;
      /*max-width: 460px;*/
      left: 0;
      /*.carousel-text {
											font-size: 20px;
											line-height: 28px;
										}*/ }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
        font-size: 45px;
        line-height: 58px;
        padding-top: 2px;
        margin: 25px 0 50px 0; }
      .carousel-banner .carousel-box-wrapper .carousel-box .banner-action-button a {
        font-size: 18px; }
        .carousel-banner .carousel-box-wrapper .carousel-box .banner-action-button a:hover {
          color: #C12017; }
      .carousel-banner .carousel-box-wrapper .carousel-box .banner-action-button:hover {
        color: #C12017;
        background-color: #ffffff; }
  .function-container {
    width: 1100px; }
    .function-container .function-items-container {
      top: -340px;
      margin-bottom: -340px; }
      .function-container .function-items-container a {
        font-size: 17px; }
  .lead-container .lead-form .form-check {
    padding-left: 0; }
    .lead-container .lead-form .form-check .form-check-label:before {
      top: 0; } }

@media (min-width: 1920px) {
  .carousel-banner .carousel-box-wrapper {
    width: 1200px; }
    .carousel-banner .carousel-box-wrapper .carousel-box {
      width: 850px; }
      .carousel-banner .carousel-box-wrapper .carousel-box .carousel-title {
        font-size: 50px;
        line-height: 63px; }
      .carousel-banner .carousel-box-wrapper .carousel-box .banner-action-button a {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 5px; }
        .carousel-banner .carousel-box-wrapper .carousel-box .banner-action-button a::after {
          top: -webkit-calc(50% - 12px);
          top: -moz-calc(50% - 12px);
          top: -ms-calc(50% - 12px);
          top: calc(50% - 12px); }
  .function-container {
    width: 1200px; }
    .function-container .function-items-container a {
      font-size: 18px;
      line-height: 25px; }
    .function-container .function-items-container .list-group-item {
      border-radius: unset; }
      .function-container .function-items-container .list-group-item:nth-child(1), .function-container .function-items-container .list-group-item:nth-child(2) {
        margin-bottom: 4px; } }

@-webkit-keyframes slideLeft {
  0% {
    left: 100%; }
  100% {
    left: -90%; } }

@-moz-keyframes slideLeft {
  0% {
    left: 100%; }
  100% {
    left: -90%; } }

@-ms-keyframes slideLeft {
  0% {
    left: 100%; }
  100% {
    left: -90%; } }

@-o-keyframes slideLeft {
  0% {
    left: 100%; }
  100% {
    left: -90%; } }

@keyframes slideLeft {
  0% {
    left: 100%; }
  100% {
    left: -90%; } }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

a.link-button-highlighted-large {
  color: white; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.leadbox-image-button-wrapper {
  margin: 20px auto; }
  .leadbox-image-button-wrapper .slick-slider div {
    transition: none; }
  .leadbox-image-button-wrapper .slider {
    position: relative;
    z-index: 8; }
    .leadbox-image-button-wrapper .slider .leadbox-image-button-item {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      float: left;
      margin: 0 .25%;
      width: 9.5%;
      cursor: pointer; }
      .leadbox-image-button-wrapper .slider .leadbox-image-button-item .icon {
        pointer-events: none;
        max-width: 70px;
        max-height: 70px; }
        .leadbox-image-button-wrapper .slider .leadbox-image-button-item .icon img, .leadbox-image-button-wrapper .slider .leadbox-image-button-item .icon svg {
          width: 100%;
          height: auto;
          max-height: 70px;
          padding: 1px;
          cursor: pointer;
          min-width: 70px; }
        .leadbox-image-button-wrapper .slider .leadbox-image-button-item .icon + label {
          margin-top: 10px;
          font-weight: 500;
          font-size: 13px;
          text-align: center;
          color: #333; }
      .leadbox-image-button-wrapper .slider .leadbox-image-button-item.selected .icon {
        background-color: #c1210d;
        border-radius: 5em; }
        .leadbox-image-button-wrapper .slider .leadbox-image-button-item.selected .icon svg .cls-1 {
          stroke: #FFF;
          fill: #FFF;
          stroke-width: 0.2px; }
        .leadbox-image-button-wrapper .slider .leadbox-image-button-item.selected .icon svg .cls-3 {
          stroke: #FFF;
          stroke-width: 0.2px; }
    .leadbox-image-button-wrapper .slider .slick-arrow {
      background-color: #c1210d;
      width: auto;
      height: auto;
      padding: 10px;
      z-index: 10;
      cursor: pointer;
      opacity: .6;
      transition: all 200ms ease-in-out;
      top: 35px; }
      .leadbox-image-button-wrapper .slider .slick-arrow:hover {
        opacity: 1; }
      .leadbox-image-button-wrapper .slider .slick-arrow:before {
        font: normal normal normal 24px/1 FontAwesome; }
      .leadbox-image-button-wrapper .slider .slick-arrow.slick-prev {
        left: 0; }
        .leadbox-image-button-wrapper .slider .slick-arrow.slick-prev:before {
          content: "\f104"; }
      .leadbox-image-button-wrapper .slider .slick-arrow.slick-next {
        right: 0; }
        .leadbox-image-button-wrapper .slider .slick-arrow.slick-next:before {
          content: "\f105"; }

#leadCheck + label:before {
  top: 0; }

#leadCheck + label strong {
  cursor: pointer; }

#statementMessage {
  background-color: #a7625a;
  margin-top: 15px;
  padding: 8px;
  width: 100%;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 100;
  position: relative; }
  #statementMessage > div {
    max-height: 100px;
    overflow-y: hidden;
    padding: 5px 10px; }
    #statementMessage > div a {
      color: white;
      text-decoration: underline; }
  #statementMessage:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #a7625a;
    position: absolute;
    top: -10px; }
    @media (min-width: 319px) {
      #statementMessage:before {
        left: 200px; } }
  #statementMessage .scrollbar-outer > .scroll-element.scroll-y {
    background-color: #a7625a; }
  #statementMessage .scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #c47e75; }
  #statementMessage .scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #ebcccf;
    max-height: 40px; }
    #statementMessage .scrollbar-outer > .scroll-element .scroll-bar:hover {
      background-color: #efdedf; }

body .col-xs-1,
body .col-xs-10,
body .col-xs-11,
body .col-xs-12,
body .col-xs-2,
body .col-xs-3,
body .col-xs-4,
body .col-xs-5,
body .col-xs-6,
body .col-xs-7,
body .col-xs-8,
body .col-xs-9 {
  padding-left: 15px;
  padding-right: 15px; }
