/* Minification failed. Returning unminified contents.
(325,1): run-time error CSS1019: Unexpected token, found '@import'
(325,9): run-time error CSS1019: Unexpected token, found 'url(/UgyfelportalMvcContent/css/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)'
(325,83831): run-time error CSS1019: Unexpected token, found '@keyframes'
(325,83852): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(325,121973): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(325,122002): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(325,122033): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(325,122059): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(325,122090): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(325,122115): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(325,122201): run-time error CSS1019: Unexpected token, found '@keyframes'
(325,122222): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/UgyfelportalMvcContent/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/UgyfelportalMvcContent/css/fonts/slick.eot);
    src: url(/UgyfelportalMvcContent/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/UgyfelportalMvcContent/css/fonts/slick.woff) format('woff'), url(/UgyfelportalMvcContent/css/fonts/slick.ttf) format('truetype'), url(/UgyfelportalMvcContent/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.k-content{color:#333;}.k-widget{border:none;box-shadow:none;}.view-switch{margin-top:30px;position:relative;z-index:5;}.view-switch span{cursor:pointer;color:#c12017;}.view-switch .action-button-container{text-align:center;}.prev-page .icon-wrapper,.next-page .icon-wrapper{background-color:#c5281c;width:36px;height:36px;cursor:pointer;position:relative;}.prev-page .icon,.next-page .icon{width:10px;height:18px;background-repeat:no-repeat;background-size:cover;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%);}.prev-page .icon{background-image:url(/UgyfelportalMvcContent/images/map/arrow_left.png);}.next-page .icon{background-image:url(/UgyfelportalMvcContent/images/map/arrow_right.png);}.map-container{position:relative;overflow-x:hidden;}.map-container .text-block{margin:16px 0;}.map-container h3{color:#c12017;font-family:"Roboto Condensed";font-size:32px;margin:25px 0;text-align:center;text-transform:none;}.map-container.service{padding-bottom:60px;margin-bottom:-50px;}.map-container.service .map-area .view-switch{top:-37px;}.map-container.service .map-categories{position:absolute;bottom:0;left:0;z-index:30;line-height:40px;}.map-container.service .map-categories .check{font-size:14px;display:inline-block;margin:0;}.map-container.service .map-categories .check .category-icon{margin-right:5px;}.map-container.service .contact-search{position:absolute;bottom:0;right:0;left:0;z-index:25;height:52px;}.map-container.service .contact-search .search-icon{float:right;}.map-container.service .contact-search .k-autocomplete{margin-top:4px;width:240px !important;}.map-container.service .contact-search .k-autocomplete.k-state-focused .k-input,.map-container.service .contact-search .k-autocomplete.k-state-hover .k-input{box-shadow:none;}.map-container.service .contact-search .k-autocomplete .k-input{border-left:none;border-right:none;border-top:none;}.map-container.service .contact-search .action-button-container{margin:0;float:right;}.map-container.service .contact-search .search-button{width:46px;height:46px;border-radius:50%;background-image:url(/UgyfelportalMvcContent/images/map/search-icon.png);background-repeat:no-repeat;background-size:cover;}.map-container.service .contact-search .search-area{background-color:#fff;width:100%;position:absolute;display:none;}.map-container.service .contact-search.open{z-index:55;}.map-container.service .contact-search.open .search-area{display:block;}.map-container.service .list-view-inner .contact-point .base-data{text-align:left;}.map-container.service .list-view-inner .contact-point .base-data img{float:left;margin-right:10px;}.map-container.service .list-view-inner .contact-point .base-data div:not(.clearfix){width:70%;display:inline-block;height:40px;position:relative;}.map-container.service .list-view-inner .contact-point .base-data div:not(.clearfix) span{font-weight:bold;text-transform:capitalize;display:inline-block;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.map-container.service .list-view-inner .contact-point .base-data p{margin-bottom:0;font-weight:normal;text-transform:none;text-align:left;}.map-container.service .list-view-inner .contact-point .contact-data .phone-icon+div{height:70px;}.map-container.service .list-view-inner .contact-point .contact-data p{height:40px;}.map-container.service .list-view-inner .contact-point .comment{text-align:left;margin-bottom:10px;display:block;}#window{background-color:#fff;position:absolute;top:5px;right:5px;width:38%;min-width:290px;left:auto;padding:15px;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:0;border:1px solid #d7d7d7;padding-top:10px;min-height:100px;height:auto;max-height:90%;z-index:2000;-webkit-transform:translate(110%,0);-moz-transform:translate(110%,0);-ms-transform:translate(110%,0);-o-transform:translate(110%,0);transform:translate(110%,0);-webkit-transition:-webkit-transform 400ms ease-in-out;-moz-transition:-moz-transform 400ms ease-in-out;-moz-transition:-ms-transform 400ms ease-in-out;-o-transition:-o-transform 400ms ease-in-out;transition:transform 400ms ease-in-out;}#window.open{min-height:70%;}#window.window-open{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}#window .window-close{width:16px;height:16px;background-image:url(/UgyfelportalMvcContent/images/map/close.png);background-repeat:no-repeat;background-size:contain;position:absolute;right:10px;cursor:pointer;}#window p{margin:0;}#window h5{text-transform:none;font-size:16px;font-weight:bold;margin-top:15px;}#window a{text-decoration:underline;}#window .action-button a,#window .action-button-inverz a,#window .action-button-highlighted a{text-decoration:none;}#window .base-data img{margin-right:15px;margin-top:-10px;max-height:100px;max-width:100px;}#window .base-data img+p{margin-top:10px;}#window .base-data img:not(.highlight-img){float:left;}#window .base-data .highlight-img{position:absolute;right:15px;margin-right:0;margin-top:-30px;}#window .base-data p:first-of-type{font-weight:bold;text-transform:capitalize;}#window .base-data span{margin-right:5px;}#window .base-data span:nth-of-type(2):after{content:",";}#window .contact-data{margin-top:15px;}#window .contact-data .phone-icon{vertical-align:top;}#window .contact-data div{display:inline-block;}#window .contact-data div a{color:#333;text-decoration:none;display:block;margin-bottom:5px;}#window .selling-point-info{margin-top:15px;}#window .selling-point-info img{float:right;margin-left:15px;max-width:100px;max-height:100px;}#window .selling-point-info p:not(.action-button){margin-bottom:10px;}#window .website{margin-top:15px;}#window .consultant-info p{margin-bottom:10px;}#window .consultant-info p:last-of-type span{margin-right:5px;}#window .consultant-info p:last-of-type span:nth-of-type(2):after{content:",";}#window .opening-hours .accordion .accordion-heading{padding-bottom:5px;}#window .opening-hours .accordion .accordion-heading .accordion-toggle{border:none;min-height:1px;text-transform:none;font-size:16px;color:#333;text-decoration:none;width:auto;}#window .opening-hours .accordion .accordion-heading .accordion-toggle .default-text{display:inline-block;}#window .opening-hours .accordion .accordion-heading .accordion-toggle .next-open{display:none;}#window .opening-hours .accordion .accordion-heading .accordion-toggle img{margin-left:5px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}#window .opening-hours .accordion .accordion-heading .accordion-toggle.collapsed .default-text{display:none;}#window .opening-hours .accordion .accordion-heading .accordion-toggle.collapsed .next-open{display:inline-block;}#window .opening-hours .accordion .accordion-heading .accordion-toggle.collapsed img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}#window .opening-hours .accordion .accordion-body .accordion-inner{padding-top:0;padding-bottom:10px;}#window .opening-hours .accordion .accordion-body .accordion-inner span{margin-right:5px;}#window .opening-hours .accordion .accordion-body .accordion-inner~p{padding-bottom:10px;}#window .opening-hours+.action-button-container{margin-top:10px;}#window>.action-button-container .action-button,#window>.action-button-container .action-button-highlighted{margin-bottom:7px;}#window .comment{margin:15px 0;}.map-area{position:relative;}.map-area .view-switch{margin-top:0;position:absolute;top:-113px;right:0;}.map-area .view-switch .action-button-container{border-radius:2px;background-color:#d3d3d3;padding:3px 0;height:31px;width:112px;position:relative;}.map-area .view-switch .action-button-container .link-button-highlighted-no-arrow,.map-area .view-switch .action-button-container .link-button-no-arrow{color:#fff;border:none;background-color:transparent;font-family:Roboto;width:50%;float:left;height:25px;padding:0;position:relative;z-index:3;}.map-area .view-switch .action-button-container .map{padding-left:3px;}.map-area .view-switch .action-button-container .map.active~.view-bg{-webkit-transform:translateX(3px);-moz-transform:translateX(3px);-ms-transform:translateX(3px);-o-transform:translateX(3px);transform:translateX(3px);}.map-area .view-switch .action-button-container .list{padding-right:3px;}.map-area .view-switch .action-button-container .list.active~.view-bg{-webkit-transform:translateX(56px);-moz-transform:translateX(56px);-ms-transform:translateX(56px);-o-transform:translateX(56px);transform:translateX(56px);}.map-area .view-switch .action-button-container .view-bg{background-color:#c5281c;border-radius:2px;width:53px;height:25px;position:absolute;top:3px;z-index:1;-webkit-transition:-webkit-transform 200ms ease-in-out;-moz-transition:-moz-transform 200ms ease-in-out;-ms-transition:-ms-transform 200ms ease-in-out;-o-transition:-o-transform 200ms ease-in-out;transition:transform 200ms ease-in-out;}.k-listview.pageNext{-webkit-animation:pageNext 800ms ease-in-out;-moz-animation:pageNext 800ms ease-in-out;-ms-animation:pageNext 800ms ease-in-out;-o-animation:pageNext 800ms ease-in-out;animation:pageNext 800ms ease-in-out;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;}.k-listview.pagePrev{-webkit-animation:pagePrev 800ms ease-in-out;-moz-animation:pagePrev 800ms ease-in-out;-ms-animation:pagePrev 800ms ease-in-out;-o-animation:pagePrev 800ms ease-in-out;animation:pagePrev 800ms ease-in-out;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;}.map-view,.list-view{-webkit-transition:-webkit-transform 400ms ease-in-out;-moz-transition:-moz-transform 400ms ease-in-out;-ms-transition:-ms-transform 400ms ease-in-out;-o-transition:-o-transform 400ms ease-in-out;transition:transform 400ms ease-in-out;width:100%;height:1px;position:relative;overflow:hidden;}.map-view.active,.list-view.active{height:100%;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);}.map-view-inner{position:relative;}.map-view{-webkit-transform:translateX(-120%);-moz-transform:translateX(-120%);-ms-transform:translateX(-120%);-o-transform:translateX(-120%);transform:translateX(-120%);}.list-view{text-align:center;-webkit-transform:translateX(120%);-moz-transform:translateX(120%);-ms-transform:translateX(120%);-o-transform:translateX(120%);transform:translateX(120%);}.list-view .prev-page,.list-view .next-page{height:100%;position:absolute;top:0;width:36px;z-index:1;}.list-view .prev-page .icon-wrapper,.list-view .next-page .icon-wrapper{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.list-view .prev-page{left:0;}.list-view .next-page{right:0;}.list-view .k-listview{background-color:transparent;margin:0 -10px;}.list-view .list-view-inner{background-color:transparent;display:inline-block;border:none;width:95%;word-wrap:break-word;min-height:300px;padding-top:15px;}.list-view .list-view-inner .row>div{padding:0;border-right:1px solid #c5281c;margin-right:-1px;}.list-view .list-view-inner .row>div:last-of-type{border-right:none;}.list-view .list-view-inner .row>div:last-of-type .contact-point{border-right:none;}.list-view .list-view-inner.consultant .contact-point{padding:0 30px;margin-bottom:20px;}.list-view .list-view-inner.consultant .contact-point-inner{min-height:210px;}.list-view .list-view-inner.consultant .base-data{font-family:'Roboto';}.list-view .list-view-inner.consultant .base-data img{margin-bottom:10px;max-height:100px;max-width:100px;}.list-view .contact-point{padding:0 25px;max-width:400px;margin:auto;}.list-view .contact-point .contact-point-inner{position:relative;}.list-view .contact-point p{margin:0;}.list-view .contact-point .base-data,.list-view .contact-point .opening-hours{margin-bottom:10px;font-family:"Roboto";font-weight:300;}.list-view .contact-point .base-data p:first-of-type,.list-view .contact-point .opening-hours p:first-of-type{font-weight:bold;text-transform:capitalize;}.list-view .contact-point .base-data p:first-of-type{margin-bottom:10px;}.list-view .contact-point .contact-data{text-align:left;margin-bottom:10px;}.list-view .contact-point .contact-data div,.list-view .contact-point .contact-data span{display:inline-block;}.list-view .contact-point .contact-data span{vertical-align:middle;}.list-view .contact-point .contact-data .phone-icon{vertical-align:top;}.list-view .contact-point .contact-data a{display:inline-block;max-width:75%;color:#333;text-decoration:none;vertical-align:text-top;}.list-view .contact-point .contact-data div a{display:block;max-width:100%;margin-bottom:5px;}.list-view .contact-point .action-button-container .link-button-highlighted-no-arrow{color:#fff;}.list-view .contact-point .action-button-container>*{display:block;margin-bottom:10px;}.list-view .contact-point .comment{display:none;}.map-categories{display:inline-block;}.map-categories .radio,.map-categories .check{margin:7px 0;}.map-categories .radio label,.map-categories .check label{position:relative;padding-left:0;margin-right:15px;font-family:"Roboto";font-weight:400;cursor:pointer;}.map-categories .radio input,.map-categories .check input{visibility:hidden;margin-left:0;position:absolute;top:0;left:0;}.map-categories .radio input+.is-checked,.map-categories .check input+.is-checked{visibility:hidden;display:inline-block;position:absolute;left:25px;top:-3px;}.map-categories .radio input:checked+.is-checked,.map-categories .check input:checked+.is-checked{visibility:visible;}.map-categories .radio .category-icon,.map-categories .check .category-icon{display:inline-block;margin-right:2px;}.map-categories .check .category-icon{margin-right:10px;width:20px;height:20px;border-radius:50%;border:2px solid #c5281c;position:relative;top:4px;}.map-categories .check input+.is-checked{top:9px;left:0;}#map{height:100%;width:100%;border:1px solid #d7d7d7;}.contact-search{margin-top:20px;position:relative;overflow:visible;}.contact-search .form-control{display:inline-block;width:auto;}.contact-search .k-autocomplete{display:inline-block;background:none;padding:0;width:200px !important;}.contact-search .k-autocomplete .k-input{border:1px solid #333;border-radius:0;color:#333;font-size:15px;height:36px;text-indent:0;padding:6px 12px;box-sizing:border-box;}.contact-search .k-autocomplete.k-state-focused{box-shadow:none;}.contact-search .k-autocomplete.k-state-focused .k-input{border:1px solid #66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.contact-search .action-button-container{display:inline-block;}.contact-search .k-animation-container.openTop{top:auto !important;bottom:52px;}.map-legend{max-width:60%;}.map-legend div{font-size:14px;margin-bottom:6px;}.map-legend div span{display:inline-block;vertical-align:middle;}.map-legend div span:not(.category-icon){max-width:80%;}.map-legend .category-icon img{width:30px;}.validation-test .row{margin:0 -15px;}.validation-test form>div{padding:0;}.validation-test .form-group{padding:0 15px;}.k-list-container.k-popup{border-radius:0;box-shadow:none;border-top:none;border:1px solid #333;margin-top:-1px;color:#333;}.k-list-container.k-popup .k-list-scroller{width:100%;}.k-list-container.k-popup .k-list .k-item{font-size:14px;}.reservation{position:relative;}.reservation .reservation-head{border-bottom:1px solid #cfcfcf;padding-bottom:10px;}.reservation .reservation-body>.action-button-container{margin-top:15px;}.reservation .reservation-location{display:inline-block;}.reservation .reservation-location p{margin:0;}.reservation .reservation-location .address{font-weight:bold;}.reservation .reservation-pager{text-align:center;text-transform:uppercase;margin-top:20px;position:relative;height:36px;}.reservation .reservation-pager .prev-page,.reservation .reservation-pager .next-page,.reservation .reservation-pager .pager-text{position:absolute;top:50%;}.reservation .reservation-pager .prev-page,.reservation .reservation-pager .next-page{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.reservation .reservation-pager .prev-page{left:0;}.reservation .reservation-pager .next-page{right:0;}.reservation .reservation-pager .pager-text{font-size:20px;line-height:26px;font-weight:bold;color:#000;width:100%;max-width:225px;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%);}.reservation .date-picker{background-color:transparent;}.reservation .date-picker .pick-day{position:relative;border-bottom:1px solid #ebebeb;}.reservation .date-picker .pick-day p{display:inline-block;font-family:"Roboto";font-weight:700;height:60px;margin:0;padding-left:12px;position:relative;}.reservation .date-picker .pick-day p span{display:block;}.reservation .date-picker .pick-day .day-initial{color:#c5281c;font-size:24px;margin-right:20px;margin-top:3px;}.reservation .date-picker .pick-day .day-initial+span{font-size:14px;}.reservation .date-picker .pick-day .reservation-message,.reservation .date-picker .pick-day .action-button-container{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.reservation .date-picker .pick-day .reservation-message{text-align:right;font-size:14px;max-width:60%;}.reservation .date-picker .pick-day .selected-day{font-family:Roboto;vertical-align:middle;}.reservation .date-picker .pick-day .selected-icon{position:absolute;right:0;top:8px;}.reservation .date-picker .pick-day .selected-icon:before{content:"";background-image:url(/UgyfelportalMvcContent/images/map/radio_checked.png);background-repeat:no-repeat;width:20px;height:20px;background-size:cover;display:inline-block;margin:0 5px 0 25px;vertical-align:middle;}.reservation .date-picker .pick-time{padding:0;}.reservation .date-picker .pick-time>div{position:relative;border-bottom:1px solid #ebebeb;height:55px;line-height:55px;padding-left:5px;}.reservation .date-picker .pick-time span{vertical-align:middle;color:#9b9b9b;font-size:14px;}.reservation .date-picker .pick-time .time-text{font-family:"Roboto";font-weight:700;color:#333;font-size:16px;margin-right:10px;}.reservation .date-picker .pick-time .selected-time{font-style:italic;}.reservation .date-picker .pick-time .action-button-container{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.reservation .date-picker .pick-time .action-button-container>*{min-width:1px;}.reservation-confirmation .row{margin:0 -15px;}.reservation-confirmation form>div{padding:0;}.reservation-confirmation .form-group{padding:0 15px;}.reservation-confirmation .reservation-head{border-bottom:1px solid #c5281c;padding-bottom:20px;}.reservation-confirmation .reservation-head h4{text-transform:none;border-bottom:1px solid #cfcfcf;padding-bottom:7px;}.reservation-confirmation .reservation-head p{margin:0;}.reservation-confirmation .reservation-head .date,.reservation-confirmation .reservation-head .address{font-size:24px;font-family:"Roboto";font-weight:500;line-height:30px;margin-top:7px;}.reservation-confirmation .reservation-head h4,.reservation-confirmation .reservation-head .time,.reservation-confirmation .reservation-head .title{font-size:14px;}.reservation-confirmation .reservation-head .time{text-transform:capitalize;}.reservation-confirmation .reservation-head .reservation-location{margin-top:35px;}.reservation-confirmation .reservation-body{padding-top:20px;}.reservation-confirmation .reservation-body .row{margin-bottom:60px;}.reservation-success .reservation-body p:first-of-type{margin-top:0;margin-bottom:30px;}.reservation-success .reservation-body h3{margin:0;font-size:28px;text-transform:none;font-family:Roboto;}.reservation-success .reservation-body .action-button-container a:nth-of-type(2){float:right;}.reservation-body .action-button,.reservation-body .action-button-inverz,.reservation-body .link-button,.reservation-body .link-button-highlighted,.reservation-body .link-button-no-arrow,.reservation-body .link-button-highlighted-no-arrow,.reservation-body .link-button-back,.reservation-body .link-button-highlighted-back{min-width:120px;text-align:center;}.required:after{content:"*";display:inline-block;}.touch-device .link-button-back:not(:root):before{top:-4px;}.touch-device .link-button-back:before,.touch-device .link-button-back _::-webkit-:host:not(:root:root):before{top:-4px;}.not-touch-device #window .contact-data div a{cursor:text;}@media(min-width:450px){.map-area .view-switch{top:-48px;}}@media(min-width:480px){.reservation .reservation-pager .pager-text{max-width:100%;}}@media(min-width:768px){.map-categories .radio,.map-categories .check{display:inline-block;}.map-categories .radio{margin:15px 0;}.map-categories .check input:checked+.is-checked{top:4px;}.map-container.service{padding-bottom:0;margin-bottom:0;}.map-container.service .map-area .view-switch{top:auto;}.map-container.service .map-categories,.map-container.service .contact-search{position:relative;bottom:auto;left:auto;right:auto;line-height:initial;z-index:0;}.map-container.service .map-categories .check{font-size:16px;display:block;}.map-container.service .contact-search{overflow:visible;}.map-container.service .contact-search .search-area{position:relative;display:block;}.map-container.service .contact-search .k-autocomplete{width:200px !important;margin-right:10px;margin-top:0;}.map-container.service .contact-search .k-autocomplete .k-input{border:1px solid #333;}.map-container.service .contact-search .k-autocomplete.k-state-focused .k-input{border:1px solid #66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.map-container.service .list-view-inner .contact-point .base-point p{height:45px;}.map-container.service .list-view-inner .contact-point .comment{height:50px;}#window .window-close{width:30px;height:30px;}#window .base-data p:first-of-type{padding-right:25px;}.flex-container{display:flex;justify-content:space-between;margin-bottom:10px;}.contact-search .k-autocomplete{width:200px !important;margin-right:10px;margin-top:0;}.contact-search .k-autocomplete .k-input{border:1px solid #333;}.map-legend{max-width:100%;}.map-legend div{font-size:16px;}.map-legend div span:not(.category-icon){max-width:100%;}.map-area .view-switch{position:relative;top:auto;right:auto;margin-top:30px;}.map-area .view-switch .action-button-container{border-radius:0;background-color:transparent;padding:0;height:auto;width:auto;}.map-area .view-switch .action-button-container .link-button-highlighted-no-arrow,.map-area .view-switch .action-button-container .link-button-no-arrow{font-family:"Roboto";font-weight:700;width:auto;height:auto;float:none;padding:8px;width:120px;}.map-area .view-switch .action-button-container .link-button-highlighted-no-arrow{background-color:#c5281c;border:1px solid #fff;}.map-area .view-switch .action-button-container .link-button-no-arrow{color:#c5281c;border:1px solid #c5281c;}.map-area .view-switch .action-button-container .link-button-no-arrow:hover,.map-area .view-switch .action-button-container .link-button-no-arrow:focus,.map-area .view-switch .action-button-container .link-button-no-arrow:active{border-color:#fff;background-color:#c5281c;color:#fff;}.list-view .k-listview{display:flex;flex-wrap:wrap;}.list-view .list-view-inner{width:90%;min-height:350px;padding-top:30px;}.list-view .list-view-inner.consultant .row>div:nth-of-type(3n+3){border-right:none;}.list-view .list-view-inner.consultant .contact-point{padding:0 20px;}.list-view .list-view-inner.consultant .contact-point .base-data p{height:auto;}.list-view .list-view-inner.consultant .contact-point .base-data p:first-of-type{height:35px;}.list-view .list-view-inner.consultant .contact-point .action-button-container{height:auto;}.list-view .list-view-inner.consultant .contact-point .action-button-container>*{margin-bottom:0;}.list-view .contact-point{padding:0 15px;}.list-view .contact-point .base-data,.list-view .contact-point .opening-hours{text-align:left;}.list-view .contact-point .base-data p{height:40px;}.list-view .contact-point .base-data p:first-of-type{height:55px;}.list-view .contact-point .opening-hours{height:150px;}.list-view .contact-point .action-button-container{height:85px;}.reservation .reservation-pager{width:380px;max-width:100%;position:absolute;top:4px;right:0;margin-top:0;}.reservation .reservation-pager .pager-text{max-width:280px;}.reservation .reservation-location{max-width:47%;}.reservation .date-picker .pick-day p{line-height:58px;padding-left:0;}.reservation .date-picker .pick-day p span{display:inline-block;}.reservation .date-picker .pick-day .day-initial{width:70px;margin:0;text-align:center;}.reservation .date-picker .pick-day .day-initial+span{font-size:16px;}.reservation .date-picker .pick-day .selected-icon{position:static;}.reservation .date-picker .pick-day .reservation-message{font-size:16px;}.reservation .date-picker .pick-time>div{height:60px;padding-left:0;}.reservation .date-picker .pick-time span{font-size:16px;}.reservation .date-picker .pick-time .action-button-container{right:10%;}.k-list-container.k-popup .k-list .k-item{font-size:16px;}.reservation-body>.action-button-container{margin-top:35px;}.reservation-body>.action-button-container>*{min-width:120px;}.reservation-confirmation .reservation-head .reservation-location{margin-top:0;}.reservation-confirmation .reservation-body{padding-top:60px;}.reservation-success .reservation-body .action-button-container a:nth-of-type(2){float:none;}.not-touch-device .list-view .contact-point{padding:0 25px;}}@media(min-width:1024px){.contact-search{display:inline-block;position:absolute;right:0;}.contact-search .action-button-container{float:right;}.list-view .list-view-inner{width:95%;}.list-view .list-view-inner.consultant .contact-point-inner{min-height:195px;}.list-view .list-view-inner.consultant .contact-point{padding:0 30px;}.list-view .list-view-inner.consultant .contact-point .base-data img{float:left;margin-right:15px;max-height:100px;max-width:100px;}.list-view .list-view-inner.consultant .contact-point .base-data p:first-of-type{height:100px;}.map-container.service .map-categories .check{display:inline-block;line-height:38px;}.flex-container{margin-bottom:0;}.flex-container>div{margin:0;}.map-categories .check input:checked+.is-checked{top:9px;}.map-legend div{display:inline-block;margin-left:10px;font-size:16px;margin-bottom:0;}.map-legend .category-icon img{width:auto;}#window{width:38%;}}
@import url(/UgyfelportalMvcContent/css/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;}body{word-wrap:break-word;}body *:focus:not(:focus-visible){outline:none;}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;}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;}a{text-decoration:none;}.no-padding{margin:0 !important;padding:0 !important;}.align-right{text-align:right;}.button-bottom button{margin-left:10px;}button i{margin-left:10px;}.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:#fff;}.background-image{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 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;font-weight:700;font-size:11px;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 a:hover,.action-button-inverz a:hover,.action-button-highlighted a:hover,.action-button-inverz-highlighted a:hover{color:#fff !important;}.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:6px;height:9px;background:url(/UgyfelportalMvcContent/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:#fff;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(/UgyfelportalMvcContent/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;}.action-button-container .banner-action-button{text-align:center;background-color:#c12017;border:8px solid rgba(255,255,255,.6);font-size:18px;padding:1px 25px 1px 10px;background-clip:padding-box;cursor:pointer;color:#fff;display:inline-block;position:relative;margin:0;}.action-button-container .banner-action-button a{display:block;color:#fff;line-height:25px;font-size:18px;text-decoration:none;text-transform:uppercase;border:none !important;}.action-button-container .banner-action-button a:focus{color:#fff;}.action-button-container .banner-action-button a:hover{color:#c12017;background-color:#fff;}.action-button-container .banner-action-button a::after{font-family:FontAwesome;content:"";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,.6);}.action-button-container .banner-action-button:hover{background-color:#fff;border:8px solid #fff;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-inverz,.action-button-highlighted{border:1px solid #fff;}.action-button-inverz a,.action-button-highlighted a{color:#fff;}.action-button-inverz .arrow,.action-button-highlighted .arrow{background:url(/UgyfelportalMvcContent/images/iconVarie/see-all-icon-white.png) no-repeat;}.action-button-highlighted{background-color:#c12017;}.action-button-inverz-highlighted{background-color:#fff;}.action-button:hover,.action-button:active,.action-button:focus,.action-button-highlighted:hover,.action-button-highlighted:active,.action-button-highlighted:focus{border-color:#fff;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:#fff;}.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:url(/UgyfelportalMvcContent/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:#fff;}.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:url(/UgyfelportalMvcContent/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-weight:700;font-size:11px;padding:8px;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:#fff;}.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:#fff;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:#fff;background-color:#c12017;color:#fff !important;}.link-button:after,.link-button-large:after,.link-button-inverz-highlighted:after,.link-button-inverz-highlighted-large:after{content:url(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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 #fff;color:#fff;}.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:#fff;background-color:#851714;color:#fff !important;}.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 #fff;color:#fff;}.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:#fff;color:#c12017;}.link-button-inverz:after,.link-button-inverz-large:after,.link-button-highlighted:after,.link-button-highlighted-large:after{content:url(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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(/UgyfelportalMvcContent/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;display:inline-block;}.trend-grow:before{content:"";}.trend-fall:before{content:"";}.trend-none:before{content:"";}.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:#f2f2f2;}#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:0 !important;}#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 0 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 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;}.tab-dropdown{top:0 !important;display:none;}.tab-dropdown .content{width:100%;}.tab-dropdown #panel{width:100%;max-width:100%;}.background{background-position:-1090px 105px !important;}.gray-box{flex-direction:column !important;row-gap:20px;}}.color-box,.photo-box{position:relative;overflow:hidden;}.color-box{padding-top:20px;padding-left:10px;padding-right:10px;}.color-box *{color:#fff;}.color-box h3{font-size:18px;margin-bottom:20px;}.color-box .box-content{margin-bottom:60px;padding:0 10px;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{width:100%;}.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,.7);position:absolute;bottom:0;width:100%;padding:10px 15px 20px 15px;min-height:45%;color:#000;}.photo-box .box-overlay h4{font-size:12px;line-height:25px;text-transform:uppercase;}.photo-box .box-overlay p{font-weight:300;font-size:13px;}.photo-box.overlay20 .box-overlay{min-height:1%;height:20%;}.photo-box.overlay30 .box-overlay{min-height:1%;height:30%;}.top-function-box:hover{filter:brightness(40%);}.top-function-box a{display:block;color:#fff;padding:0 30px;height:136px;position:relative;}.top-function-box a:hover{text-decoration:none;}.top-function-box a:hover,.top-function-box a:focus,.top-function-box a:active{color:#fff !important;}.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;}.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:#fff !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-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:auto;height:auto;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:flex;flex-direction:row;column-gap:24px;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 !important;}.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-weight:700;font-size:18px !important;line-height:26px !important;color:#333;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:#333;}.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{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-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:#333;}.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;}.document-list-box .document-row .file-name{font-size:14px;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-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;}.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-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;}.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:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.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;}.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:'';font-size:9px;position:relative;top:-2px;}.tick-list li:before{content:'';font-size:16px;}header{position:relative;z-index:10;}header .logo-wrapper{text-align:center;margin:0;padding:30px 0;}header .logo-wrapper a{display:inline-block;margin:0 30px;}.header-top-right{padding:2px 10px 5px 0 !important;}.header-top-right .header-social-icons img{height:21px;width:21px;}.header-top-right .header-social-icons a:first-child{margin-right:5px;}.accessible #headerSearchFormInput{width:0;height:23px;border-radius:0 !important;padding:0 !important;border:none;background-color:#f2f2f2;text-indent:15px;font-style:italic;position:relative;top:3px;font-size:14px;color:#333;}.accessible #headerSearchFormButton{cursor:pointer;}.accessible #headerSearchFormButton .fa-search{content:"";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;color:#000;font-size:18px;position:relative;top:3px;}.body-content{position:relative;margin-bottom:0;background:#fff !important;-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;display:flex;flex-direction:column;min-height:100vh;}.mobil-social-icons img{height:38px;width:38px;}.mobil-social-icons a{display:inline-block;border-top:0;border-bottom:0;padding:0;}.mobil-social-icons a:first-child{padding-right:15px;}.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 td{border-right:1px solid #707173;border-bottom:1px solid #c2c2c3;border-top:none;padding:15px 6px;vertical-align:middle;background:bottom;}table.generali-table tbody tr td:last-of-type{border-right:none;}table.generali-table tbody tr:first-child{background-color:#fff;}table.generali-table tbody tr:first-child td{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-container{background-color:#c12017;font-size:16px;color:#fff;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:#fff;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{color:#fff;font-size:13px;padding:8px 10px;}.cookie-container .cookie-text .accept-cookie .accept-cookie-text:after{font-family:FontAwesome;content:"";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);}#back-to-top{background:url(/UgyfelportalMvcContent/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:.8 !important;}section{margin-bottom:30px;}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-weight:500;font-size:24px;color:#c12017;text-transform:uppercase;margin:0;}.content-areaaaa .content-lead,.main-section .content-lead{font-weight:300;font-size:20px;color:#666;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;}.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 p,.main-section p{margin:16px 0;}.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 hr{border-bottom:1px solid #c12017;width:200px;margin:20px auto;}aside{margin-bottom:20px;}aside h5{background-color:#d7d7d7;text-transform:uppercase;color:#fff;margin:0;padding:15px;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:#000;font-size:14px;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(/UgyfelportalMvcContent/images/iconVarie-s58696b9165.png) no-repeat;background-position:0 -2642px;position:absolute;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-weight:700;background-color:#ddd;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-weight:700;background-color:#ddd;}aside ul li.open span{width:12px;background-position:0 -2675px;}aside ul li.open ul{max-height:1000px;}.tabbable .block-title{border-bottom:1px solid #c12017;}.selected-tab{background:url(/UgyfelportalMvcContent/images/arrow-select-filtri.png) right center no-repeat #ebebeb;height:37px;font-weight:300;color:#000;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{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:#000;text-decoration:none !important;cursor:pointer;background:transparent;}.nav-tabs.mobile>li a:hover,.nav-tabs.mobile>li a:focus{background:#ddd;color:#c12017;}.nav-tabs.mobile>li.active a{display:none;}.nav-tabs>li a{padding:8px 10px;display:block;background-color:#d0d0d0;color:#fff;text-transform:uppercase;border-radius:0;font-weight:300;font-size:16px;border:none;margin-right:3px;}.nav-tabs>li a:hover{color:#fff;background-color:#c12017;border:none;}.nav-tabs>li:last-of-type a{margin-right:0;}.nav-tabs>li.active a{color:#fff;background-color:#c12017;border:none;}.nav-tabs>li.active a:hover,.nav-tabs>li.active a:focus,.nav-tabs>li.active a:active{color:#fff;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{position:fixed;display:none;width:100%;height:100%;top:0;left:0;background:rgba(241,100,74,.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{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,.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-radius:30px;padding:0 2px;}.tab-dropdown .content{width:540px;margin:0 auto;}@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1023px){.tab-dropdown{top:0 !important;}}@media screen and (-webkit-min-device-pixel-ratio:0){.tab-dropdown{top:0 !important;}}@media(min-width:1023px){.tab-dropdown{display:block !important;}}@media(max-width:1023px){.button-bottom button{margin:0 0 10px 0;}.tab-dropdown{z-index:2;}.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{display:none;}}@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;}}.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:0 7px 10px rgba(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,.15) rgba(109,110,113,.15) rgba(109,110,113,.45);}.login-box .form-body .form-control[type="text"],.login-box .form-body .form-control[type="password"]{height:60px;}.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: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{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:.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::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;}@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(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;}}.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-weight:500;font-size:14px;margin:0;text-transform:uppercase;text-decoration:none;}.accordion .accordion-heading .accordion-toggle .arrow{background:url(/UgyfelportalMvcContent/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{background-color:#c12017;text-transform:uppercase;margin-bottom:50px;width:100%;overflow:hidden;padding:10px 0 5px 0;}.exchange-rate-bar a{display:block;}.exchange-rate-bar div{vertical-align:middle;}.exchange-rate-bar .exchange-title{font-size:22px;color:#fff;font-weight:500;background-color:#c12017;text-align:center;text-decoration:underline;}.exchange-rate-bar .exchange-rates{font-weight:300;color:#fff;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-weight:300;color:#fff;display:inline-block;margin:0 0 0 5px;}.exchange-rate-bar .exchange-rates ul li:before{content:'';font-family:FontAwesome;color:#fff;font-size:6px;position:relative;top:0;margin:0 5px 0 0;vertical-align:middle;}.exchange-rate-bar .exchange-rates .asset-current-rate{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;}@-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;}}_::-webkit-:host:not(:root:root) .exchange-rates ul li:before,.exchange-rate-bar .exchange-rates ul li:before{top:-3px;}_::-webkit-:not(:root:root) .exchange-rates ul li:before,.exchange-rate-bar .exchange-rates ul li:before{top:-3px;}.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:.7;background-image:url(/UgyfelportalMvcContent/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{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;margin:10px 0 0 0;}.carousel-banner .slick-slide:active,.carousel-banner .slick-slide:focus{outline:none;}.carousel-banner .carousel-box-wrapper .carousel-box{text-align:left;}.carousel-banner .carousel-box-wrapper .carousel-box .carousel-title{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,.6);display:inline;padding:0 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;margin:0;}.carousel-banner .slick-dots li button{background:url(/UgyfelportalMvcContent/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{top:0;left:0;right:0;margin:0 auto;width:1200px;height:582px;}.function-container .function-items-container{position:relative;right:0;bottom:50px;border:8px solid transparent;background:rgba(255,255,255,.6);padding:0;}.function-container .function-items-container a{text-transform:uppercase;color:#fff;background:#c12017;font-size:18px;line-height:25px;padding:15px 35px 15px 10px;}.function-container .function-items-container a:focus{color:#fff;background:#c12017;}.function-container .function-items-container a:hover{background-color:#fff;color:#c12017;border:1px solid #c12017;}.function-container .function-items-container a::after{font-family:FontAwesome;content:"";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-large .slick-prev:before,.gallery-large .slick-next:before,.gallery-thumbs .slick-prev:before,.gallery-thumbs .slick-next:before{content:'';background:transparent;}.gallery-large .slick-prev,.gallery-large .slick-next{width:36px;height:36px;background-image:url(/UgyfelportalMvcContent/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 picture{display:block;}.gallery-large .gallery-item img{width:100%;height:100%;}.gallery-large .gallery-item .video-wrapper{position:relative;padding-bottom:56.25%;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(/UgyfelportalMvcContent/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%);}.nonevisible{visibility:hidden;}.lead-container{background-color:#f09273;color:#fff;position:relative;}.lead-container .lead-title{text-transform:uppercase;margin-bottom:14px;color:#fff;}.lead-container .lead-title-sub{margin-bottom:20px;font-size:16px;}.lead-container .lead-title-sub a{color:#fff;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:#fff;}.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 #fff;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:#fff;}.lead-container .form-check .form-check-input{width:25px;height:25px;z-index:5;opacity:0;flex-shrink:0;}.lead-container .form-check .form-check-input:checked+.form-check-label:before{content:"";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{display:inline-flex;align-items:center;column-gap:8px;color:#fff;font-size:14px;font-weight:100;}.lead-container .form-check .form-check-label a{color:#fff;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;left:0;display:block;border:2px solid #fff;}.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;padding:200px 100px 0 100px;text-align:center;color:#fff !important;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:#fff;}.checkmark{display:none;}.checkmark:before{opacity:1;height:2em;width:1em;transform-origin:left top;border-right:2px solid #fff;border-top:2px solid #fff;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-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{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;border:1px solid #fff;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-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;color:#333;}#siteSearch .result-content .result-element .result-description .searchTerm{background-color:#c12017;color:#fff;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;}#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:#fff;text-decoration:none;background-color:#c12017;border-color:#c12017;cursor:default;}#siteSearch #paging-wrapper .active{color:#fff;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-weight:300;font-size:15px;font-style:italic;color:#fff;}.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:0;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;margin-bottom:20px;}.carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span{padding:0 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,.6);color:#fff;}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a{font-size:13px;padding:1px 15px 1px 5px;color:#fff;}.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:#fff;}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:focus{background-color:#c12017;}.function-container{top:0;width:100%;height:100%;}.function-container .function-items-container{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 .lead-btn{width:60%;margin-top:23px;position:relative;}.lead-container .thanks,.lead-container .lead_sending_failed{display:none;padding:15px 15px 0 15px;text-align:center;color:#fff !important;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 #fff;border-top:2px solid #fff;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{-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){.background{background-size:cover !important;background-position:center !important;}.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;}.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;}.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;}.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;}.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;}.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;}.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 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:#000;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:#fff;text-transform:uppercase;border-radius:0;font-weight:300;font-size:16px;border:none;margin-right:3px;}.nav-tabs>li a:hover{color:#fff;background-color:#c12017;border:none;}.nav-tabs>li.active a{color:#fff;background-color:#c12017;border:none;}.nav-tabs>li.active a:hover,.nav-tabs>li.active a:focus,.nav-tabs>li.active a:active{color:#fff;background-color:#c12017;border:none;}.accordion .accordion-heading .accordion-toggle{font-size:18px;}.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;top:0;}.carousel-banner .carousel-box-wrapper .carousel-box .carousel-title{font-size:32px;line-height:40px;margin:0 0 20px 0;}.carousel-banner .carousel-box-wrapper .carousel-box .carousel-title span{padding:0 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,.6);color:#fff;}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a{color:#fff;}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a:focus{color:#fff;}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button a:hover{color:#c12017;background-color:#fff;}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:focus{background-color:#c12017;border:8px solid rgba(255,255,255,.6);}.carousel-banner .carousel-box-wrapper .carousel-box .action-button-container .banner-action-button:hover{background-color:#fff;border:8px solid rgba(255,255,255,.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:0 !important;}.carousel-banner .carousel-box-right .carousel-box{right:90px;}.lead-container .lead-form{padding:25px;}.checkmark:before{bottom:-16px;}.search-layout h1{padding-left:15px;}}@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 .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 .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-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{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;}.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-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;left:0;}.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:#fff;}.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;}}@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:#fff;}.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:.2px;}.leadbox-image-button-wrapper .slider .leadbox-image-button-item.selected .icon svg .cls-3{stroke:#fff;stroke-width:.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:"";}.leadbox-image-button-wrapper .slider .slick-arrow.slick-next{right:0;}.leadbox-image-button-wrapper .slider .slick-arrow.slick-next:before{content:"";}#leadCheck+label strong{cursor:pointer;}#statementMessage{background-color:#a7625a;margin-top:15px;padding:8px;width:100%;color:#fff;font-weight:100;position:relative;}#statementMessage>div{max-height:100px;overflow-y:hidden;padding:5px 10px;}#statementMessage>div a{color:#fff;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;}.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:#fff !important;}.main-menu-wrapper .navbar-nav>li .menu-container-li .second-level-menu li:hover a{color:#c12017 !important;}.main-menu-wrapper .navbar-nav>li .menu-container-li .second-level-menu li.submenu li a{color:#fff !important;}.main-menu-wrapper .navbar-nav>li .menu-container-li .second-level-menu li.submenu li a:hover{color:#c12017 !important;}.main-menu-wrapper .navbar-nav>li .menu-container-li .second-level-menu li a{text-decoration:none;}

/* General colouring classes */
.background-generali-red1 {
    background-color: #C12017;
    color: #ffffff;
}

.background-generali-red2 {
	background-color: #F1644A;
	color: #ffffff;
}

.background-generali-red3 {
	background-color: #851714;
	color: #ffffff;
}

.background-generali-red4 {
	background-color: #A81B38;
	color: #ffffff;
}

.background-generali-red5 {
    background-color: #D16944;
    color: #ffffff;
}

.background-generali-red6 {
    background-color: #F09273;
    color: #ffffff;
}

.background-generali-red7 {
    background-color: #B0B2B3;
    color: #ffffff;
}

.background-generali-gray1 {
	background-color: #434343;
	color: #ffffff;
}

.background-generali-gray2 {
    background-color: #6F7072;
    color: #ffffff;
}

.background-generali-gray3 {
	background-color: #919191;
	color: #ffffff;
}

.background-generali-gray4 {
    background-color: #C4C4C4;
    color: #ffffff;
}

.background-generali-blue {
    background-color: #69C3C8;
    color: #ffffff;
}

a.link-button {
}

a.link-button-inverz {
}

a.link-button-highlighted {
}

a.link-button-inverz-highlighted {
}

a.link-button-large {
	/*font-size: 16px;
	line-height: 20px;*/
}

a.link-button-highlighted-large {
}

a.link-button-inverz-large {
	/*font-size: 16px;
	line-height: 20px;*/
}

a.link-button-inverz-highlighted-large {
}

a.link-button-no-arrow {
}

a.link-button-highlighted-no-arrow {
}

a.link-button-inverz-no-arrow {
}

a.link-button-inverz-highlighted-no-arrow {
}

a.link-button-large-no-arrow {
}

a.link-button-highlighted-large-no-arrow {
}

a.link-button-inverz-large-no-arrow {
}

a.link-button-inverz-highlighted-large-no-arrow {
}

img.figure-left {
}

img.figure-right {
}


/*============================
Generali Defalut Table Style
============================*/



.generali-table {
    overflow-x: auto;
    font-size: 14px;
    border: 1px solid #6F7072;
    margin: 0;
}

	table.generali-table tbody {
		background-color: #f8f8f9;
	}

