@charset "utf-8";

/*
Theme Name: Allianz - Investitori SGR
Author: the WordPress team
Version: 1.4
*/


/*@font-face {
    font-family: 'Allianz Neo Condensed';
    src: url('./fonts/AllianzNeo-CondensedLight.woff2') format('woff2'),
        url('./fonts/AllianzNeo-CondensedLight.woff') format('woff'),
        url('./fonts/AllianzNeo-CondensedLight.ttf') format('truetype'),
        url('./fonts/AllianzNeo-CondensedLight.svg#AllianzNeo-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo Condensed';
    src: url('./fonts/AllianzNeo-Condensed.woff2') format('woff2'),
        url('./fonts/AllianzNeo-Condensed.woff') format('woff'),
        url('./fonts/AllianzNeo-Condensed.ttf') format('truetype'),
        url('./fonts/AllianzNeo-Condensed.svg#AllianzNeo-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo Condensed';
    src: url('./fonts/AllianzNeo-CondensedBold.woff2') format('woff2'),
        url('./fonts/AllianzNeo-CondensedBold.woff') format('woff'),
        url('./fonts/AllianzNeo-CondensedBold.ttf') format('truetype'),
        url('./fonts/AllianzNeo-CondensedBold.svg#AllianzNeo-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-Regular.woff2') format('woff2'), url('fonts/AllianzNeo-Regular.woff') format('woff'), url('fonts/AllianzNeo-Regular.ttf') format('truetype'), url('fonts/AllianzNeo-Regular.svg#AllianzNeo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-Light.woff2') format('woff2'), url('fonts/AllianzNeo-Light.woff') format('woff'), url('fonts/AllianzNeo-Light.ttf') format('truetype'), url('fonts/AllianzNeo-Light.svg#AllianzNeo-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-SemiBold.woff2') format('woff2'), url('fonts/AllianzNeo-SemiBold.woff') format('woff'), url('fonts/AllianzNeo-SemiBold.ttf') format('truetype'), url('fonts/AllianzNeo-SemiBold.svg#AllianzNeo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-Bold.woff2') format('woff2'), url('fonts/AllianzNeo-Bold.woff') format('woff'), url('fonts/AllianzNeo-Bold.ttf') format('truetype'), url('fonts/AllianzNeo-Bold.svg#AllianzNeo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-BoldItalic.woff2') format('woff2'), url('fonts/AllianzNeo-BoldItalic.woff') format('woff'), url('fonts/AllianzNeo-BoldItalic.ttf') format('truetype'), url('fonts/AllianzNeo-BoldItalic.svg#AllianzNeo-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-Italic.woff2') format('woff2'), url('fonts/AllianzNeo-Italic.woff') format('woff'), url('fonts/AllianzNeo-Italic.ttf') format('truetype'), url('fonts/AllianzNeo-Italic.svg#AllianzNeo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-SemiBoldItalic.woff2') format('woff2'), url('fonts/AllianzNeo-SemiBoldItalic.woff') format('woff'), url('fonts/AllianzNeo-SemiBoldItalic.ttf') format('truetype'), url('fonts/AllianzNeo-SemiBoldItalic.svg#AllianzNeo-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('fonts/AllianzNeo-LightItalic.woff2') format('woff2'), url('fonts/AllianzNeo-LightItalic.woff') format('woff'), url('fonts/AllianzNeo-LightItalic.ttf') format('truetype'), url('fonts/AllianzNeo-LightItalic.svg#AllianzNeo-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

.preloader {
    background: url(images/al.gif) center center no-repeat !important;
}

/* Skip Link - Accessibility */
.skip-link {
    position: fixed;
    left: 0;
    top: -100px;
    background: #0d1f4a;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    z-index: 999999;
    font-size: 16px;
    font-weight: 600;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    width: auto;
    overflow: visible;
    background: #0d1f4a;
    color: #fff;
    padding: 8px 16px;
    z-index: 100000;
}

a {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.button {
    background: #006192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center !important;
    color: white !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Allianz Neo";
    letter-spacing: 1px;
    padding: 12px 24px;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    border: 0;
    /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
}

.button:hover {
    background: #004a93;
}

.button:active {
    background: #004a93 !important;
}

.button_border {
    background: #006192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center !important;
    color: white !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Allianz Neo";
    letter-spacing: 1px;
    padding: 12px 24px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border: 0;
    /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
    border: 2px solid #007ab3;
    background-color: #FFFFFF;
    color: #006192 !important;
    text-decoration: none !important;
}

.button_border:hover {
    background: #004a93;
}

.button_border:active {
    background: #004a93 !important;
}

.button_border:hover {
    border: 2px solid #004a93;
    background-color: #FFFFFF;
}

.button_border:active {
    border: 2px solid #004a93;
    background-color: #FFFFFF;
}

strong,
b,
.strong {
    font-weight: 700;
}

em,
i,
.em {
    font-style: italic;
}

sup {
    font-size: 8px;
}

table h2,
table h3,
table h4,
table h5,
table h6 {
    display: inline-block;
    padding: 0px;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.table .cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.w-col {
    float: left;
    min-height: 1px;
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
    width: 100%;
}

.w-col-1 {
    width: 8.33333%;
}

.w-col-2 {
    width: 16.6667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.3333%;
}

.w-col-5 {
    width: 41.6667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.3333%;
}

.w-col-8 {
    width: 66.6667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.3333%;
}

.w-col-11 {
    width: 91.6667%;
}

.w-col-12 {
    width: 100%;
}

.w-col-push-1 {
    left: 8.33333%;
}

.w-col-push-2 {
    left: 16.6667%;
}

.w-col-push-3 {
    left: 25%;
}

.w-col-push-4 {
    left: 33.3333%;
}

.w-col-push-5 {
    left: 41.6667%;
}

.w-col-push-6 {
    left: 50%;
}

.w-col-push-7 {
    left: 58.3333%;
}

.w-col-push-8 {
    left: 66.6667%;
}

.w-col-push-9 {
    left: 75%;
}

.w-col-push-10 {
    left: 83.3333%;
}

.w-col-push-11 {
    left: 91.6667%;
}

.w-col-pull-1 {
    right: 8.33333%;
}

.w-col-pull-2 {
    right: 16.6667%;
}

.w-col-pull-3 {
    right: 25%;
}

.w-col-pull-4 {
    right: 33.3333%;
}

.w-col-pull-5 {
    right: 41.6667%;
}

.w-col-pull-6 {
    right: 50%;
}

.w-col-pull-7 {
    right: 58.3333%;
}

.w-col-pull-8 {
    right: 66.6667%;
}

.w-col-pull-9 {
    right: 75%;
}

.w-col-pull-10 {
    right: 83.3333%;
}

.w-col-pull-11 {
    right: 91.6667%;
}

.w-col-offset-1 {
    margin-left: 8.33333%;
}

.w-col-offset-2 {
    margin-left: 16.6667%;
}

.w-col-offset-3 {
    margin-left: 25%;
}

.w-col-offset-4 {
    margin-left: 33.3333%;
}

.w-col-offset-5 {
    margin-left: 41.6667%;
}

.w-col-offset-6 {
    margin-left: 50%;
}

.w-col-offset-7 {
    margin-left: 58.3333%;
}

.w-col-offset-8 {
    margin-left: 66.6667%;
}

.w-col-offset-9 {
    margin-left: 75%;
}

.w-col-offset-10 {
    margin-left: 83.3333%;
}

.w-col-offset-11 {
    margin-left: 91.6667%;
}

.w-hidden-main {
    display: none !important;
}

@media (max-width: 768px) {

    .w-col-1,
    .w-col-2,
    .w-col-3,
    .w-col-4,
    .w-col-5,
    .w-col-6,
    .w-col-7,
    .w-col-8,
    .w-col-9,
    .w-col-10,
    .w-col-11,
    .w-col-12 {
        width: 100% !important;
        clear: both;
        float: none;
        padding: 0;
    }
}

header,
nav,
article,
footer,
address,
main,
language,
date {
    display: block;
}

* {
    box-sizing: border-box;
}

::-moz-selection {
    /* Code for Firefox */
    background-color: #004a93;
    color: #f7fbff;
    background-color: inherit;
    color: inherit;
}

::selection {
    background-color: #004a93;
    color: #f7fbff;
    background-color: inherit;
    color: inherit;
}

::-webkit-input-placeholder {
    /*font-style: italic !important;*/
    opacity: 1;
    color: #B2B2B2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    /*font-style: italic !important;*/
    opacity: 1;
    color: #B2B2B2;
}

:-ms-input-placeholder {
    /* IE 10+ */
    /*font-style: italic !important;*/
    opacity: 1;
    color: #B2B2B2;
}

:-moz-placeholder {
    /* Firefox 18- */
    /*font-style: italic !important;*/
    opacity: 1;
    color: #B2B2B2;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    height: auto;
    font-family: "Allianz Neo", sans-serif !important;
    background-color: white;
    cursor: default;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #414141;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    overflow-x: hidden;
    line-height: 1.33;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
}

img {
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 !important;
    padding: 0px;
    padding-bottom: 15px !important;
}

a {
    color: #004a93;
    text-decoration: none;
}

a:hover {
    color: #004a93;
    text-decoration: underline;
}

h1,
h2,
.h2 {
    font-size: 54px;
    color: #414141;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1040px) {

    h1,
    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: 40px;
    color: #414141;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1040px) {

    h3,
    .h3 {
        font-size: 30px;
    }
}

h4,
.h4 {
    font-size: 30px;
    color: #414141;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1040px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 17px;
    color: #004a93;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.7;
}

@media (max-width: 1040px) {

    h5,
    .h5 {
        font-size: 14px;
    }
}

h6,
.h6 {
    font-size: 12px;
    color: #414141;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

strong h4 {
    font-weight: 600;
}

.font-black {
    color: #414141 !important;
}

.font-gray {
    color: #666666 !important;
}

.font-light-gray {
    color: #939393 !important;
}

.font-blue {
    color: #004a93 !important;
}

.font-dark-blue {
    color: #003781 !important;
}

.font-white {
    color: #FFFFFF !important;
}

.font-size-18 {
    font-size: 18px;
}

.background-light-blue {
    background-color: #f1f9fa;
}

.background-blue {
    background-color: #004a93;
}

.background-dark-blue {
    background-color: #162D5A;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
}

.box-shadow-hover {
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpb_text_column ul {
    padding-bottom: 10px;
}

.wpb_text_column ul li {
    padding: 0;
    margin: 0px;
    padding-bottom: 10px;
}

.wpb_text_column ul li:before {
    background-color: #bcd0d6;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 20px;
}

.alignleft {
    float: left !important;
    text-align: left;
}

.alignright {
    text-align: right;
}

.alignright .wpc-directory-cta {
    margin-right: -4px;
}

@media (max-width: 768px) {
    .alignright .wpc-directory-cta {
        text-align: center;
        margin: 0 auto;
    }
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

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

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

.no-border-bottom {
    border-bottom: 0px solid !important;
}

.none {
    display: none !important;
}

.clear {
    width: 100%;
    height: 1px;
    font-size: 0px;
    clear: both;
}

.errore {
    color: #DD0000 !important;
    border-color: #DD0000 !important;
}

.errore a {
    color: #DD0000;
    text-decoration: underline;
    font-size: 11px;
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
select {
    color: #333333;
    font-size: 16px;
    margin: 0px;
    outline: medium none;
    width: 100%;
    font-family: "Allianz Neo", sans-serif !important;
    font-weight: 300;
    letter-spacing: 0;
    box-sizing: border-box;
    height: 40px;
    max-width: 352px;
    border: 1px solid #767676;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 0 10px;
    color: black;
    font-weight: 500;
}

select:focus,
.dataTables_wrapper select:focus {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

textarea {
    color: #333333;
    font-size: 16px;
    margin: 0px;
    outline: medium none;
    width: 100%;
    font-family: "Allianz Neo", sans-serif !important;
    font-weight: 300;
    letter-spacing: 0;
    box-sizing: border-box;
    height: 150px;
    max-width: 352px;
    border: 1px solid #767676;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 0 10px;
    color: black;
    font-weight: 500;
    padding: 7px 10px;
}

.privacy-policy .wpcf7-list-item {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    position: relative;
    font-size: 12px;
    max-width: 352px;
}

.privacy-policy .wpcf7-list-item input {
    float: left;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
    position: absolute;
}

.privacy-policy .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
    display: block;
    padding: 0px 0 0px 30px !important;
    font-size: 12px;
    background: url("images/sprite_checkbox.png") no-repeat left 1px;
    line-height: 1;
}

.privacy-policy .wpcf7-list-item .wpcf7-list-item-label a {
    color: white;
    text-decoration: underline;
}

.privacy-policy .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
    background-position: left -181px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    color: #222222;
    font-size: 14px !important;
    font-family: "Allianz Neo", sans-serif !important;
}

.form-select::-ms-expand {
    display: none;
}

.form-select {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border: 0;
    color: #414141;
    font-family: "Allianz Neo", sans-serif !important;
    font-size: 15px;
    line-height: 39px;
    padding: 0 18px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


/*.datafilter .form-text{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/


/*.form-type-select{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	position: relative;
	width: 100%;
	&:hover{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	}
	&:after {

	    display: inline-block;
	    font-family: "fonticon";
	    font-size: 30px;
	    font-style: normal;
	    position: absolute;
	    right: 8px;
	    top: 8px;
	    pointer-events:none;
	}
}*/

.form-type-radio .form-radio {
    float: left;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    width: 0;
    position: absolute;
}

.form-type-radio label {
    padding-left: 20px;
    background: url("img/radio-button-grey.png") no-repeat 0 2px;
}

.form-type-radio input[type="radio"]:checked+label {
    background-position: 0px -73px;
}

.form-search {
    background: url("img/search.png") no-repeat center center #ffffff !important;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    width: 40px;
    margin: 0 5px;
}

.form-search:hover {
    background-color: #FFFFFF !important;
}

.checkbox {
    padding: 0 5px;
    font-size: 80%;
    text-transform: uppercase;
}

input[type=submit] {
    background: #006192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center !important;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Allianz Neo";
    letter-spacing: 1px;
    padding: 12px 24px;
    line-height: 1;
    text-align: center;
    border: 0;
    /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
    border: 2px solid #007ab3;
    /*background-color: #FFFFFF;
  color: #006192 !important;*/
    text-decoration: none !important;
    cursor: pointer;
    display: block;
}

input[type=submit]:hover {
    background: #004a93;
}

input[type=submit]:active {
    background: #004a93 !important;
}

input[type=submit]:hover {
    border: 2px solid #004a93;
    background-color: #FFFFFF;
    color: #004a93 !important;
}

input[type=submit]:active {
    border: 2px solid #004a93;
    background-color: #FFFFFF;
}

#loginform {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #loginform {
        padding: 10px;
    }
}

#loginform .login-username {
    width: 100%;
    clear: both;
    display: block;
    height: 30px;
}

@media (max-width: 768px) {
    #loginform .login-username {
        height: auto;
    }
}

#loginform .login-username label {
    width: 150px;
    float: left;
    height: 45px;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #loginform .login-username label {
        float: none;
        width: 100%;
    }
}

#loginform .login-username #user_login {
    width: 230px;
    float: right;
    margin: 0px;
    padding: 5px;
    display: block;
}

@media (max-width: 768px) {
    #loginform .login-username #user_login {
        float: none;
        width: 100%;
    }
}

#loginform .login-password {
    width: 100%;
    clear: both;
    display: block;
    height: 30px;
}

@media (max-width: 768px) {
    #loginform .login-password {
        height: auto;
    }
}

#loginform .login-password label {
    width: 150px;
    float: left;
    height: 45px;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #loginform .login-password label {
        float: none;
        width: 100%;
    }
}

#loginform .login-password #user_pass {
    width: 230px;
    float: right;
    margin: 0px;
    padding: 5px;
    display: block;
}

@media (max-width: 768px) {
    #loginform .login-password #user_pass {
        float: none;
        width: 100%;
    }
}

#loginform .login-remember {
    width: 60%;
    display: block;
    padding-top: 10px;
    float: left;
    display: none;
}

#loginform .login-submit {
    clear: both;
    display: block;
    float: none;
    padding-top: 10px;
    width: 100%;
}

#mapp0_links {
    display: none;
}

.wppb-front-end-logout {
    float: right;
    font-size: 15px;
}

.wppb-front-end-logout span {
    line-height: 2;
}

.wppb-front-end-logout .wppb-logout-url {
    background: #dcdcdc none repeat scroll 0 0;
    border: 0 none;
    float: right;
    font-size: 15px;
    height: 30px;
    padding: 3px 7px;
    margin: 0 10px;
    color: #444444;
}

#wppb-recover-password,
.recover-password {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 20px;
}

#wppb-recover-password .wppb-form-field,
.recover-password .wppb-form-field {
    display: block;
    height: 80px;
    text-transform: uppercase;
}

#wppb-register-user,
.register,
#wppb_form_success_message,
#wppb_general_top_error_message {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 20px;
}

#wppb-register-user .wppb-form-field,
.register .wppb-form-field,
#wppb_form_success_message .wppb-form-field,
#wppb_general_top_error_message .wppb-form-field {
    display: block;
    padding-bottom: 20px;
}

#wppb-register-user .wppb-form-field label,
.register .wppb-form-field label,
#wppb_form_success_message .wppb-form-field label,
#wppb_general_top_error_message .wppb-form-field label {
    text-transform: uppercase;
}

#wppb-register-user .wppb-description-delimiter,
.register .wppb-description-delimiter,
#wppb_form_success_message .wppb-description-delimiter,
#wppb_general_top_error_message .wppb-description-delimiter {
    font-size: 14px;
    display: block;
    float: left;
}

@media (max-width: 768px) {

    #wppb-register-user .wppb-description-delimiter,
    .register .wppb-description-delimiter,
    #wppb_form_success_message .wppb-description-delimiter,
    #wppb_general_top_error_message .wppb-description-delimiter {
        float: none;
    }
}

#wppb-register-user #pass-strength-result,
.register #pass-strength-result,
#wppb_form_success_message #pass-strength-result,
#wppb_general_top_error_message #pass-strength-result {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: right;
}

@media (max-width: 768px) {

    #wppb-register-user #pass-strength-result,
    .register #pass-strength-result,
    #wppb_form_success_message #pass-strength-result,
    #wppb_general_top_error_message #pass-strength-result {
        float: none;
    }
}

@media (max-width: 768px) {

    #wppb-register-user,
    .register,
    #wppb_form_success_message,
    #wppb_general_top_error_message {
        padding: 10px;
    }
}

#wppb_form_success_message {
    text-align: center;
}

.wppb-form-error {
    color: #004a93;
    font-size: 14px;
    clear: both;
    height: 30px;
    display: block;
}

.icl_tm_wrap .overlay {
    display: none;
}

.no-mobile {
    display: block;
}

@media (max-width: 768px) {
    .no-mobile {
        display: none !important;
    }
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }
}

#cookiePolicy {
    -webkit-transition: top 1s;
    transition: top 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(10, 10, 10, 0.85);
    font-family: Arial !important;
}

#cookiePolicy .cage {
    color: #F0F0F0;
    padding: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6;
}

#cookiePolicy .cage a {
    color: #F0F0F0;
    text-decoration: underline;
}

#cookiePolicy .cage a:hover {
    color: #FFF;
    text-decoration: underline;
}

#cookiePolicy .close {
    background: #f0f0f0 none repeat scroll 0 0;
    color: rgba(10, 10, 10, 0.85);
    cursor: pointer;
    height: 18px;
    padding: 4px;
    position: absolute;
    right: 2%;
    text-align: center;
    top: 30%;
    width: 18px;
    font-size: 16px;
    line-height: 1;
}

.wpcf7-submit {
    background: #006192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center !important;
    color: white !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Allianz Neo";
    letter-spacing: 1px;
    padding: 12px 24px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border: 0;
    /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
    border: 2px solid #007ab3;
    background-color: #FFFFFF;
    color: #006192;
    text-decoration: none !important;
}

.wpcf7-submit:hover {
    background: #004a93;
}

.wpcf7-submit:active {
    background: #004a93 !important;
}

.wpcf7-submit:hover {
    border: 2px solid #004a93;
    background-color: #FFFFFF;
}

.wpcf7-submit:active {
    border: 2px solid #004a93;
    background-color: #FFFFFF;
}

.wpcf7-form {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-left: 23px;
    background: url(images/error.png) no-repeat center left;
    background-size: 20px auto;
    padding-top: 2px;
}

.wpcf7-mail-sent-ok {
    border: 0 !important;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 50%;
    max-width: 780px;
    padding: 20px !important;
    color: #414141;
    font-size: 16px;
    font-weight: 500;
    background-color: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}

.wpcf7-mail-sent-ok:before {
    content: "";
    width: 18px;
    height: 14px;
    display: inline-block;
    text-align: left;
    margin-right: 14px;
    background: url(images/ic_check_true.png) no-repeat center center;
    background-size: contain;
}

.wpcf7-mail-sent-ok:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    background: url(images/ic_close_black.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border: 2px solid #bb0000 !important;
    background: #bb0000 !important;
    padding: 10px 20px !important;
    color: #191919;
    font-size: 18px;
    text-align: center;
    display: none !important;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: 38px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 90;
    right: 0;
    left: 0;
}

@media (max-width: 768px) {
    .slick-dots {
        bottom: 30px;
        right: 0;
        left: 0;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 8px;
    padding: 0;
}

.slick-dots li button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    width: 15px;
    border: 1px solid #004a93 !important;
    display: block;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.slick-dots li button:hover {
    background-color: #f7fbff;
}

.slick-dots li.slick-active button {
    background-color: white;
}

.bg-blue .slick-dots li.slick-active button,
.bg-blu .slick-dots li.slick-active button {
    background-color: white !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
    color: transparent;
    opacity: 0.9;
}

.slick-prev:focus,
.slick-next:focus {
    outline: 2px solid #000000;
    outline-offset: 2px;
    color: transparent;
    opacity: 1;
    z-index: 1000;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

.slick-prev {
    left: 42px;
    background: url(images/freccia_sx.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 1040px) {
    .slick-prev {
        left: 21px;
    }
}

.slick-next {
    right: 42px;
    background: url(images/freccia_dx.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 1040px) {
    .slick-next {
        right: 21px;
    }
}

#pagination {
    padding: 0 21px;
}

@media (max-width: 768px) {
    #pagination {
        padding: 0 15px;
    }
}

#pagination .nav-links {
    display: -webkit-flex;
    display: flex;
    justify-content: right;
}

#pagination .nav-links .page-numbers,
#pagination .nav-links .cst-page-numbers {
    text-decoration: none;
    display: block;
    height: 52px;
    width: 52px;
    padding: 5px;
    line-height: 41px;
    color: #414141;
    font-size: 16px;
    background: #f0f2f2 no-repeat center;
    margin-left: 1px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#pagination .nav-links .page-numbers:hover,
#pagination .nav-links .cst-page-numbers:hover {
    background-color: #e3e8e8;
}

#pagination .nav-links .page-numbers.current,
#pagination .nav-links .cst-page-numbers.current {
    color: white;
    background-color: #004a93;
}

#pagination .nav-links .page-numbers.current:hover,
#pagination .nav-links .cst-page-numbers.current:hover {
    color: white;
    background-color: rgba(0, 74, 147, 0.9);
}

#pagination .nav-links .page-numbers.next,
#pagination .nav-links .cst-page-numbers.next,
#pagination .nav-links .page-numbers.prev,
#pagination .nav-links .cst-page-numbers.prev {
    background-image: url('images/icon_arrow_slide.svg');
    background-size: 8px auto;
    text-decoration: none !important;
}

#pagination .nav-links .page-numbers.next,
#pagination .nav-links .cst-page-numbers.next {
    transform: rotate(180deg);
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto !important;
}

.vc_tta-tabs {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .vc_tta-tabs {
        padding: 0;
    }
}

.vc_tta-panel {
    opacity: 0;
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.vc_tta-panel .vc_tta-panel-heading {
    display: none;
}

.vc_tta-panel.vc_active {
    opacity: 1;
    display: block;
}

.vc_tta-panel .vc_tta-panel-body {
    padding-top: 76px;
}

.vc_tta-panel .vc_tta-panel-body .tab-group-text {
    padding-top: 83px;
}

.vc_tta-panel .vc_tta-panel-body .tab-group-text .tab-header {
    max-width: 440px;
    letter-spacing: 0.3px;
}

.vc_tta-panel .vc_tta-panel-body .tab-group-text .tab-body {
    max-width: 372px;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .vc_tta-panel {
        opacity: 1;
        display: block;
        background: white !important;
        width: 100%;
    }

    .vc_tta-panel .vc_custom_1588667753696 {
        margin-top: -30px !important;
    }

    .vc_tta-panel .wpb_single_image {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .vc_tta-panel .vc_tta-panel-body {
        padding-top: 40px;
    }

    .vc_tta-panel .vc_tta-panel-body .vc_row-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .vc_tta-panel .vc_tta-panel-body .tab-group-text {
        padding-top: 0px;
    }

    .vc_tta-panel .vc_tta-panel-body .tab-group-text .tab-header {
        padding-bottom: 15px !important;
    }

    .vc_tta-panel .vc_tta-panel-body .tab-group-text .tab-header h3 {
        font-size: 20px;
    }

    .vc_tta-panel .vc_tta-panel-body .tab-group-text .tab-header h3 br {
        display: none;
    }

    .vc_tta-panel .vc_tta-panel-body .tab-group-text .tab-body {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.4;
    }
}

.vc_tta-panels .slick-dots,
.elenco-fondi .slick-dots {
    bottom: 0;
}

.vc_tta-panels .slick-dots li,
.elenco-fondi .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 8px;
    padding: 0;
}

.vc_tta-panels .slick-dots li button,
.elenco-fondi .slick-dots li button {
    height: 10px;
    width: 10px;
    border: 1px solid #004a93 !important;
}

.vc_tta-panels .slick-dots li.slick-active button,
.elenco-fondi .slick-dots li.slick-active button {
    background-color: #004a93;
}

.vc_tta-tabs-list {
    max-width: 1037px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 0 auto !important;
    display: -webkit-flex;
    display: flex;
    padding: 0 21px;
}

@media (max-width: 768px) {
    .vc_tta-tabs-list {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .vc_tta-tabs-list {
        display: none;
    }
}

.vc_tta-tabs-list li {
    width: 50%;
    margin-right: 30px;
}

.vc_tta-tabs-list li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #004a93;
    padding: 5px 0px;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}

.vc_tta-tabs-list li a:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #004a93;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.vc_tta-tabs-list li a:hover {
    text-decoration: none;
}

.vc_tta-tabs-list li.vc_active a {
    cursor: default;
}

.vc_tta-tabs-list li.vc_active a:before {
    width: 100%;
}

.scroll-horizontal_ignore-media-query {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: scroll;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .scroll-horizontal {
        width: 100%;
        padding-bottom: 20px;
        overflow-x: scroll;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {

    .vc_rtl-columns-reverse .vc_row,
    .vc_row.vc_row-flex.vc_rtl-columns-reverse .vc_row {
        flex-direction: column-reverse;
    }

    .vc_row.vc_row-flex.vc_rtl-columns-reverse {
        flex-direction: column-reverse;
    }

    .wpb_single_image.mobile-full-width {
        margin: 0 -21px !important;
    }

    .vc_row {
        margin: 0 !important;
    }

    .vc_row-no-padding .vc_column-inner {
        padding: 0 21px !important;
    }

    .vc_row-no-padding .vc_column-inner .vc_column-inner {
        padding: 0 !important;
    }

    .vc_column-inner .vc_column-inner {
        padding: 0 !important;
    }
}

#cookie-law-info-bar>span {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #cookie-law-info-bar>span {
        display: block;
    }
}

#cookie-law-info-bar>span .testo-privacy {
    padding: 0 15px;
    text-align: left;
}

@media (max-width: 768px) {
    #cookie-law-info-bar>span .testo-privacy {
        padding: 15px 10px;
        text-align: center;
    }
}

#cookie-law-info-bar>span .testo-privacy .banner-policy-link {
    font-weight: 600;
    text-decoration: underline;
}

#cookie-law-info-bar>span .bottone-privacy {
    padding: 0 15px;
}

#cookie-law-info-bar>span .bottone-privacy #cookie_action_close_header {
    background: #006192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center !important;
    color: white !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Allianz Neo";
    letter-spacing: 1px;
    padding: 12px 24px;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    border: 0;
    /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
}

#cookie-law-info-bar>span .bottone-privacy #cookie_action_close_header:hover {
    background: #004a93;
}

#cookie-law-info-bar>span .bottone-privacy #cookie_action_close_header:active {
    background: #004a93 !important;
}

.content-flex {
    display: -webkit-flex;
    display: flex;
}

.container {
    max-width: 1242px;
    width: 100%;
    height: 100%;
    position: relative;
    background: none;
    margin: 0 auto !important;
    padding: 0 21px;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
}

.container-1440 {
    padding-right: calc((100vw - 1440px) / 2) !important;
    padding-left: calc((100vw - 1440px) / 2) !important;
}

.container-1000 {
    max-width: 1037px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .container-1000 {
        max-width: 100%;
        box-sizing: border-box;
    }
}

.container-1100 {
    max-width: 1100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 0 auto !important;
    padding: 0 21px;
}

@media (max-width: 768px) {
    .container-1100 {
        max-width: 100%;
        paddinng: 0;
        box-sizing: border-box;
    }
}

.container-800 {
    max-width: 828px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .container-800 {
        max-width: 100%;
        box-sizing: border-box;
    }
}

.container-600 {
    max-width: 676px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .container-600 {
        max-width: 100%;
        box-sizing: border-box;
    }
}

.container-400 {
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 0 auto !important;
    padding: 0 21px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .container-400 {
        max-width: 100%;
        box-sizing: border-box;
    }
}

#header {
    width: 100%;
    background-color: white;
    border-bottom: 1px solid rgba(22, 45, 90, 0.1);
}

@media (max-width: 1040px) {
    #header {
        height: 68px;
    }
}

#header .content-header {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1040px) {
    #header .content-header {
        padding: 11px;
    }
}

#header .content-header .w-col-logo {
    /* padding: 10px; */
    flex-shrink: 1;
    max-height: 100%;
    height: 100%;
}

#header .content-header #logo {
    /* background: url(images/logo_1.png) no-repeat center left; */
    /* background-size: auto 100%; */
    /* @media screen and (min-width: 1041px) {
        width: 295px;
    }
    @media screen and (max-width: 1040px) { */
        width: auto;
    /* } */
    /* height: 55px; */
    height: 100%;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    align-items: center;
}

#header .content-header #logo img {
    max-width: 295px;
    max-height: 55px;
}

@media (max-width: 1040px) {
    #header .content-header .area-riservata {
        display: none;
    }
}

#header .content-header .area-riservata a {
    width: 163px;
}

#header .content-header .menu-primario {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 1040px) {
    #header .content-header .menu-primario {
        display: none;
    }
}

#header .content-header .menu-primario .sub-menu {
    padding-left: calc((100vw - 1120px) / 2) !important;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: auto;
    transition: max-height 0.1s ease-in;
    z-index: 1000;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    display: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

#header .content-header .menu-primario .sub-menu .menu-item a {
    padding: 22px 30px !important;
    margin-right: 0px;
}

#header .content-header .menu-menu-principale-container {
    width: 100%;
}

#header .content-header .menu-menu-principale-container .menu-principale {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

#header .content-header .menu-menu-principale-container .menu-principale>li {
    width: 20%;
}

#header .content-header .menu-menu-principale-container .menu-principale>li a {
    width: 100%;
    text-align: center;
}

#header .content-header .menu-menu-principale-container .menu-principale .menu-item:hover .sub-menu {
    display: flex;
}

#header .content-header .menu-menu-principale-container .menu-principale .menu-item>a {
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #414141;
    padding: 39px 10px;
    display: block;
}

#header .content-header .menu-menu-principale-container .menu-principale .menu-item>a:hover {
    color: #004a93 !important;
}

#header .content-header .menu-menu-principale-container .menu-principale .menu-item.current-menu-item>a,
#header .content-header .menu-menu-principale-container .menu-principale .menu-item.current-page-ancestor>a {
    color: #004a93 !important;
    font-weight: bold;
    text-decoration: underline;
}

#header #menubuttonmobile {
    display: none;
    padding: 16px;
}

@media (max-width: 1040px) {
    #header #menubuttonmobile {
        display: block;
    }
}

#header #menubuttonmobile .menu_icon {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 21px;
    position: relative;
}

#header #menubuttonmobile .menu_icon span {
    background: #003781;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
    transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}

#header #menubuttonmobile .menu_icon span.middle {
    top: 8px;
}

#header #menubuttonmobile .menu_icon span.bottom {
    top: 16px;
}

#header #menubuttonmobile .menu_icon.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
}

#header #menubuttonmobile .menu_icon.active .middle {
    opacity: 0;
}

#header #menubuttonmobile .menu_icon.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

body.menu-opened {
    overflow: hidden;
}

.box-menu-mobile {
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 899;
    overflow-x: hidden;
    display: none;
    /*height:0;
	.menu-opened &{
		@media @tablet{
			//height:  ~"calc(100% - 60px)";
			//height: auto;
		}
	}*/
}

.box-menu-mobile a {
    display: block;
    padding: 20px 21px;
    color: #414141;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #E2E2E2;
    font-weight: normal;
    position: relative;
}

@media (max-width: 768px) {
    .box-menu-mobile a {
        text-decoration: none;
    }
}

.box-menu-mobile .sub-menu {
    background: #f0f0f0;
    display: none;
}

.box-menu-mobile .sub-menu li a {
    font-size: 15px;
}

.box-menu-mobile .sub-menu li a:after {
    display: none;
}

.box-menu-mobile .hidden>a {
    display: none;
}

.box-menu-mobile .sottomenu {
    position: relative;
}

.box-menu-mobile .sottomenu .accordion {
    display: block;
    width: 75px;
    height: 57px;
    background: url('images/submenu.png') no-repeat center center;
    transform: rotate(90deg);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-menu-mobile .sottomenu.open_accordion .accordion {
    transform: rotate(-90deg);
}

.box-menu-mobile .buttonM {
    padding: 10px;
}

.hover-video {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(images/overlay_img.svg) center center;
    background-size: cover;
    top: 68px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#breadcrump {
    padding-top: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.3px;
}

#breadcrump a {
    display: inline-block;
    color: #007ab3;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 3px;
}

#breadcrump .principale {
    color: #666666 !important;
    padding: 10px 3px;
}

@media (max-width: 768px) {
    #breadcrump {
        padding: 0 16px;
    }
}

#banner {
    background-color: #bec7d6;
    color: #f7fbff;
    position: relative;
    overflow: hidden;
    max-height: 790px;
    height: 41vw;
    margin-top: -1px;
}

.front #banner {
    max-height: 740px;
}

#banner div {
    height: 100%;
}

#banner .slider-container .slider {
    background: no-repeat center center;
    background-size: cover !important;
}

#banner .slider-container .slider .group-text {
    width: calc(100% - 42px);
    position: absolute;
    left: 21px;
    bottom: 196px;
    bottom: 25%;
    height: auto;
}

.front #banner .slider-container .slider .group-text {
    bottom: 13%;
}

.front #banner .slider-container .slider .group-text h1,
.front #banner .slider-container .slider .group-text h5 {
    /*color: #004a93 !important;*/
    /*text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);*/
}

@media (max-width: 768px) {
    .front #banner .slider-container .slider .group-text {
        bottom: 80px;
    }
}

#banner .slider-container .slider .group-text * {
    color: white;
}

#banner .slider-container .slider .group-text h5 {
    color: white;
    font-weight: normal;
    font-size: 16px;
    opacity: 1;
    padding-bottom: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#banner .slider-container .slider .group-text h1 {
    color: white;
    font-weight: bold;
    font-size: 54px;
    letter-spacing: 0.3px;
    line-height: 1.11;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}

@media (max-width: 768px) {
    #banner .slider-container .slider .group-text h1 {
        font-size: 32px;
    }

    #banner .slider-container .slider .group-text h1 br {
        display: none;
    }
}

@media (max-width: 768px) {
    #banner .slider-container .slider .group-text {
        left: 0;
        padding: 21px;
        bottom: 40px;
    }
}

#introduzione {
    font-size: 18px;
    letter-spacing: 0.2px;
}

#introduzione h1,
#introduzione h2 {
    font-size: 40px;
}

@media (max-width: 768px) {
    #introduzione {
        font-size: 16px;
    }

    #introduzione h1,
    #introduzione h2 {
        font-size: 30px;
    }
}

.text-la-storia {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .text-la-storia {
        font-size: 16px;
    }
}

.text-governance p,
.text-governance h4 {
    padding-bottom: 25px !important;
}

.text-governance h4 {
    font-size: 24px;
}

@media (max-width: 768px) {

    .text-governance p,
    .text-governance h4 {
        padding-bottom: 15px !important;
    }

    .text-governance h4 {
        font-size: 20px;
    }
}

.text-i-valori {
    font-size: 24px;
    line-height: 1.33;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .text-i-valori {
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 5px;
    }
}

.la-forza-del-gruppo {
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .la-forza-del-gruppo {
        display: block;
    }
}

.la-forza-del-gruppo .vc_separator {
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    .la-forza-del-gruppo .vc_separator {
        position: relative;
    }
}

#box-area-riservata .wpb_wrapper {
    display: -webkit-flex;
    display: flex;
    height: 93px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 1040px) {
    #box-area-riservata .wpb_wrapper {
        display: block;
        text-align: center;
        height: auto;
        padding: 30px 10px;
    }
}

#box-area-riservata .wpb_wrapper .box-icon {
    padding: 0 10px;
    padding-left: 70px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    width: 230px;
    background: url('images/ic_persona.png') no-repeat left center;
}

@media (max-width: 1040px) {
    #box-area-riservata .wpb_wrapper .box-icon {
        width: 100%;
        padding: 10px;
        padding-top: 70px;
        background: url('images/ic_persona.png') no-repeat top center;
    }
}

#box-area-riservata .wpb_wrapper .box-abstract {
    padding: 0 10px;
    width: 620px;
    font-size: 14px;
    line-height: 1.2;
}

@media (max-width: 1040px) {
    #box-area-riservata .wpb_wrapper .box-abstract {
        max-width: 620px;
        width: 100%;
        padding: 10px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 1040px) {
    #box-area-riservata .wpb_wrapper .box-cta {
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px;
    }
}

#box-area-riservata .wpb_wrapper .box-cta .button_border {
    width: 146px;
}

.spaziatura-blocchi {
    max-height: 100px;
}

@media (max-width: 1040px) {
    .spaziatura-blocchi {
        height: 8vw !important;
    }
}

.wpc-directory-cta {
    padding-top: 40px;
}

.wpc-directory-cta .button_border,
.wpc-directory-cta .button {
    min-width: 166px;
}

@media (max-width: 768px) {
    .wpc-directory-cta {
        text-align: center;
        padding-top: 20px;
    }
}

#prefooter {
    margin-top: -1px;
    padding: 96px 0 50px;
    background: #004a93;
    color: white;
}

#prefooter .container-1000 {
    padding: 0 21px;
}

@media (max-width: 768px) {
    #prefooter {
        padding: 60px 0 50px;
    }

    #prefooter .container-1000 {
        padding: 0 1;
    }
}

#prefooter .dati-sociali {
    padding-bottom: 34px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
}

#prefooter .dati-sociali #logo-footer {
    height: 45px;
    width: 245px;
    background: url(images/logo_white_1.png) no-repeat center left;
    background-size: auto 100%;
    display: block;
    margin-bottom: 38px;
}

@media (max-width: 768px) {
    #prefooter .dati-sociali {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 1.4;
    }

    #prefooter .dati-sociali #logo-footer {
        height: 49px;
    }
}

#prefooter .societa-appartenente {
    opacity: 0.45;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 14px;
}

#footer {
    background: #FFFFFF;
    color: #767676;
    padding: 20px 32px;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    position: relative;
}

#footer a {
    color: #767676 !important;
    font-size: 16px;
}

@media (max-width: 768px) {
    #footer {
        padding: 20px;
        display: block;
    }
}

#footer .policy-social {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
}

@media (max-width: 768px) {
    #footer .policy-social {
        display: block;
    }
}

#footer .policy-social .copyright {
    font-weight: bold;
    margin-right: 30px;
}

#footer .policy-social #menu-menu-footer {
    display: -webkit-flex;
    display: flex;
}

#footer .policy-social #menu-menu-footer li {
    margin-right: 32px;
}

@media (max-width: 768px) {
    #footer .policy-social #menu-menu-footer {
        flex-wrap: wrap;
        padding-top: 30px;
        justify-content: center;
    }

    #footer .policy-social #menu-menu-footer li {
        margin: 0;
        padding: 5px 10px;
        text-align: center;
    }
}

#footer .social-block {
    width: 30%;
}

@media (max-width: 768px) {
    #footer .social-block {
        position: absolute;
        top: 15px;
        right: 20px;
        width: auto;
    }
}

#footer .social-block .social {
    display: block;
    width: 32px;
    height: 32px;
}

@media (max-width: 1100px) {
    #footer .social-block .social {
        float: right;
    }
}

#footer .social-block .social.likendin {
    background: url('images/linkedin.png') no-repeat center center;
    background-size: cover;
}

#main.page-404 .content {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
    padding: 21px;
}

#main.page-404 .content .post {
    max-width: 830px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

#main.page-404 .content .post .logo {
    padding-right: 30px;
}

#main.page-404 .content .post h1 {
    color: #b8242a;
    font-size: 50px;
    font-style: italic;
    padding-bottom: 0;
}

#main.page-404 .content .post h4 {
    color: #4c6683;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 10px;
}

#main.page-404 .content .post .entry {
    color: #4c6683;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
}

#main.page-404 .content .post .entry img {
    padding-right: 15px;
}

@media (max-width: 768px) {
    #main.page-404 .content {
        display: block;
    }
}

.fast-double-link-box {
    display: block;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
    color: white;
    max-height: 592px;
    height: 50vw;
    min-height: 430px;
    line-height: 1.2 !important;
    text-decoration: none;
    margin-bottom: 40px;
}

.fast-double-link-box a {
    color: white;
}

.fast-double-link-box a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .fast-double-link-box {
        max-height: 355px;
        height: 355px;
        min-height: 355px;
        padding: 20px;
    }
}

.fast-double-link-box span {
    display: block;
}

.fast-double-link-box .col-p-box {
    height: 100%;
    position: relative;
}

.fast-double-link-box .logo-white {
    background: url(images/logo_white_1.png) no-repeat top left;
    background-size: auto 100%;
    width: 245px;
    height: 45px;
}

@media (max-width: 768px) {
    .fast-double-link-box .logo-white {
        background-size: auto 100%;
        width: 245px;
        height: 45px;
        margin: 0 auto;
    }
}

.fast-double-link-box.dark-blue,
.fast-double-link-box.darkblue {
    background: url(images/bg_darkbluebox.png) no-repeat center;
    background-size: cover;
    background-color: #162d5a;
}

.fast-double-link-box.blue {
    background: url(images/bg_bluebox.png) no-repeat center;
    background-size: cover;
    background-color: #004a93;
}

.fast-double-link-box .text {
    width: 100%;
    position: absolute;
    bottom: 0px;
    /*&:after{
			content:"";
			width: 40px;
			height: 40px;
			display: block;
			position: absolute;
			line-height: 1;
			bottom: 0;
			right: 0;
			-webkit-transition: all .35s;
			-moz-transition: all .35s;
			-ms-transition: all .35s;
			-o-transition: all .35s;
			background:  url(./images/arrow.png) no-repeat center center #FAFAFA;
			border: 2px solid @secondario;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			@media @mobile{ display: none;}
		}*/
}

@media (max-width: 768px) {
    .fast-double-link-box .text {
        text-align: center;
    }
}

.fast-double-link-box .text .h2,
.fast-double-link-box .text .h3,
.fast-double-link-box .text .h4,
.fast-double-link-box .text .h5 {
    line-height: 1.2 !important;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .fast-double-link-box .text {
        bottom: 20px;
    }
}

.fast-double-link-box .text a.box-link {
    display: block;
    position: relative;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .fast-double-link-box .text a.box-link {
        margin-bottom: 15px;
    }
}

.fast-double-link-box .text a.box-link:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    line-height: 1;
    bottom: 0;
    right: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    background: url(images/arrow.png) no-repeat center center #fafafa;
    border: 2px solid #007ab3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .fast-double-link-box .text a.box-link:after {
        display: none;
    }
}

.fast-double-link-box .text .abstract {
    padding-right: 55px;
    font-size: 16px;
    display: block;
    min-height: 45px;
    max-width: 435px;
}

@media (max-width: 768px) {
    .fast-double-link-box .text .abstract {
        padding: 0;
        text-align: center;
        max-width: 100%;
    }
}

.fast-double-link-box .text .text2 {
    border-top: 1px solid #FFF;
    display: block;
}

.fast-double-link-box .text .text2 .abstract2 {
    font-size: 16px;
    padding-top: 35px;
    display: block;
    min-height: 45px;
    max-width: 435px;
}

.fast-double-link-box .text .text2 .abstract2 a {
    text-decoration: underline;
    display: inline-block;
    margin-left: 2px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .fast-double-link-box .text .text2 .abstract2 {
        padding-top: 15px;
        text-align: center;
        max-width: 100%;
    }
}

.fast-double-link-box:hover {
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
}

.fast-double-link-box:hover .text:after {
    border: 2px solid #008BCC;
    background-color: white;
}

.fast-link-box {
    display: block;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
    color: white;
    max-height: 592px;
    height: 50vw;
    min-height: 430px;
    line-height: 1.2 !important;
    text-decoration: none;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .fast-link-box {
        max-height: 355px;
        height: 355px;
        min-height: 355px;
        padding: 20px;
    }
}

.fast-link-box span {
    display: block;
}

.fast-link-box .col-p-box {
    height: 100%;
    position: relative;
}

.fast-link-box .logo-white {
    background: url(images/logo_white_1.png) no-repeat top left;
    background-size: auto 100%;
    width: 245px;
    height: 45px;
}

@media (max-width: 768px) {
    .fast-link-box .logo-white {
        background-size: auto 100%;
        width: 245px;
        height: 45px;
        margin: 0 auto;
    }
}

.fast-link-box.dark-blue,
.fast-link-box.darkblue {
    background: url(images/bg_darkbluebox.png) no-repeat center;
    background-size: cover;
    background-color: #162d5a;
}

.fast-link-box.blue {
    background: url(images/bg_bluebox.png) no-repeat center;
    background-size: cover;
    background-color: #004a93;
}

.fast-link-box .text {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

@media (max-width: 768px) {
    .fast-link-box .text {
        text-align: center;
    }
}

.fast-link-box .text .h2,
.fast-link-box .text .h3,
.fast-link-box .text .h4,
.fast-link-box .text .h5 {
    line-height: 1.2 !important;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .fast-link-box .text {
        bottom: 20px;
    }
}

.fast-link-box .text:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    line-height: 1;
    bottom: 0;
    right: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    background: url(images/arrow.png) no-repeat center center #fafafa;
    border: 2px solid #007ab3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .fast-link-box .text:after {
        display: none;
    }
}

.fast-link-box .text .abstract {
    max-width: 435px;
    padding-right: 55px;
    font-size: 16px;
    display: block;
    min-height: 45px;
}

@media (max-width: 768px) {
    .fast-link-box .text .abstract {
        padding: 0;
        text-align: center;
        max-width: 100%;
    }
}

.fast-link-box:hover {
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
}

.fast-link-box:hover .text:after {
    border: 2px solid #008BCC;
    background-color: white;
}

.documentation-page h1,
.documentation-page h2,
.documentation-page h3 {
    font-size: 40px;
}

@media (max-width: 768px) {

    .documentation-page h1,
    .documentation-page h2,
    .documentation-page h3 {
        font-size: 28px;
    }
}

.documentation-page .fast-link-box .text {
    bottom: -5px;
}

.documentation-page .fast-link-box .text .h3 {
    font-size: 35px;
    max-width: 440px;
}

@media (max-width: 768px) {
    .documentation-page .fast-link-box .text .h3 {
        font-size: 28px;
    }
}

.documentation-page .fast-link-box .text:after {
    left: 0;
}

@media (max-width: 768px) {
    .documentation-page .fast-link-box .text:after {
        display: none;
    }
}

.blocco-storia-sx .blocco-testo-storia-sx {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.88;
    float: right !important;
}

@media (max-width: 768px) {
    .blocco-storia-sx .blocco-testo-storia-sx {
        margin-right: 0% !important;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.2;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.blocco-testo-valori-sx {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.88;
    float: right !important;
    padding-right: 100px !important;
}

@media (max-width: 1040px) {
    .blocco-testo-valori-sx {
        padding-right: 0px !important;
    }
}

@media (max-width: 768px) {
    .blocco-testo-valori-sx {
        margin-right: 0% !important;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.2;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.blocco-immagine-storia-dx {
    padding-left: 126px !important;
    max-height: 1000px;
}

.blocco-immagine-storia-dx .vc_column-inner {
    padding: 0 !important;
}

@media (min-width: 2000px) {
    .blocco-immagine-storia-dx .wpb_single_image img {
        max-width: 810px;
    }
}

@media (max-width: 1440px) {
    .blocco-immagine-storia-dx {
        padding-left: 4.333% !important;
    }
}

@media (max-width: 768px) {
    .blocco-immagine-storia-dx {
        padding-left: 0 !important;
        max-height: initial;
    }
}

.blocco-contanti-sx {
    margin-top: -1px !important;
    padding-right: 90px !important;
}

.blocco-contanti-sx .blocco-testo-contatti-sx {
    max-width: 530px;
    font-size: 20px;
    line-height: 1.4;
    float: right !important;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .blocco-contanti-sx .blocco-testo-contatti-sx {
        margin-right: 0% !important;
        max-width: 100%;
        font-size: 18px;
        padding-top: 50px;
        padding-bottom: 50px;
        line-height: 1.3;
    }
}

.blocco-contanti-sx .blocco-testo-contatti-sx h1,
.blocco-contanti-sx .blocco-testo-contatti-sx h2,
.blocco-contanti-sx .blocco-testo-contatti-sx h3,
.blocco-contanti-sx .blocco-testo-contatti-sx h4,
.blocco-contanti-sx .blocco-testo-contatti-sx h5 {
    color: white;
    opacity: 1;
}

.blocco-contanti-sx .blocco-testo-contatti-sx .wpcf7-form {
    padding-top: 20px;
}

.blocco-contanti-sx .blocco-testo-contatti-sx .form-group-input {
    margin-bottom: 25px;
}

.blocco-contanti-sx .blocco-testo-contatti-sx .form-group-text {
    margin-bottom: 15px;
}

.blocco-contanti-sx .blocco-testo-contatti-sx label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .blocco-contanti-sx .blocco-testo-contatti-sx {
        margin-right: 0% !important;
        max-width: 100%;
    }
}

@media (max-width: 1040px) {
    .blocco-contanti-sx {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .blocco-contanti-sx {
        margin-top: -1px;
    }
}

.blocco-immagine-storia-dx {
    padding-left: 126px !important;
    max-height: 1000px;
}

.blocco-immagine-storia-dx .vc_column-inner {
    padding: 0 !important;
}

@media (min-width: 2000px) {
    .blocco-immagine-storia-dx .wpb_single_image img {
        max-width: 810px;
    }
}

@media (max-width: 1440px) {
    .blocco-immagine-storia-dx {
        padding-left: 4.333% !important;
    }
}

@media (max-width: 768px) {
    .blocco-immagine-storia-dx {
        padding-left: 0 !important;
        max-height: initial;
    }
}

.blocco-storia-dx .blocco-testo-storia-dx {
    max-width: 622px;
    font-size: 18px;
    line-height: 1.88;
}

@media (max-width: 768px) {
    .blocco-storia-dx .blocco-testo-storia-dx {
        margin-left: 0% !important;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.2;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1040px) {
    .blocco-storia-dx {
        padding-left: 0 !important;
    }
}

.blocco-documenti-link h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 1;
}

@media (max-width: 768px) {
    .blocco-documenti-link h4 {
        font-size: 24px;
    }
}

.blocco-documenti-link .box-shadowbox {
    margin-bottom: 50px;
}

.blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 28px 36px 25px;
    cursor: pointer;
}

.blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper:hover {
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}

.blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper h5 {
    opacity: 1;
}

.blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper .box-text-shadow {
    height: 100px;
    padding-bottom: 20px;
}

.blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 768px) {
    .blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper {
        padding: 20px 20px 25px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper .box-text-shadow {
        height: auto;
        padding-bottom: 20px;
    }

    .blocco-documenti-link .box-shadowbox .vc_column-inner>.wpb_wrapper a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
    }
}

.blocco-immagine-storia-sx {
    padding-right: 126px !important;
    max-height: 1000px;
}

.blocco-immagine-storia-sx .vc_column-inner {
    padding: 0 !important;
}

@media (min-width: 2000px) {
    .blocco-immagine-storia-sx .wpb_single_image img {
        max-width: 810px;
    }
}

@media (max-width: 1440px) {
    .blocco-immagine-storia-sx {
        padding-right: 4.333% !important;
    }
}

@media (max-width: 768px) {
    .blocco-immagine-storia-sx {
        max-height: initial;
        padding-right: 0 !important;
    }
}

.wpc-timeline-single {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
}

.wpc-timeline-single:nth-child(even) {
    flex-direction: row-reverse;
}

.wpc-timeline-single.primo {
    padding-top: 60px;
}

.wpc-timeline-single.primo .linea {
    align-items: baseline;
}

.wpc-timeline-single.primo .linea .oval {
    height: 70px;
    width: 70px;
}

.wpc-timeline-single.primo .linea.after:after {
    height: calc(100% - 70px);
}

.wpc-timeline-single .linea {
    min-width: 135px;
    max-width: 135px;
    position: relative;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.wpc-timeline-single .linea.before:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 49px);
    height: 50%;
    top: 0;
    left: 0;
    display: block;
    background: white;
    right: 0;
    margin: 0 auto;
}

.wpc-timeline-single .linea.after:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 49px);
    height: 50%;
    bottom: 0;
    left: 0;
    display: block;
    background: white;
    right: 0;
    margin: 0 auto;
}

.wpc-timeline-single .linea .oval {
    height: 50px;
    width: 50px;
    border: 8px solid #335f9a;
    background-color: #5b7fae;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.wpc-timeline-single .spazio {
    width: 50%;
    padding-bottom: 30px;
}

.wpc-timeline-single .testo {
    width: 50%;
    padding-bottom: 30px;
}

.wpc-timeline-single .testo .titolo {
    color: white;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.wpc-timeline-single .testo .descrizione {
    color: white;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.wpc-timeline-single .testo .descrizione li {
    padding: 0;
    margin: 0px;
    padding-bottom: 10px;
}

.wpc-timeline-single .testo .descrizione li:before {
    background-color: #bcd0d6;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 20px;
}

.wpc-timeline-single .testo hr {
    height: 1px;
    border-width: 0;
    background-color: white;
    margin-bottom: 20px !important;
}

@media (max-width: 768px) {
    .wpc-timeline-single {
        flex-direction: row-reverse;
    }

    .wpc-timeline-single .spazio {
        display: none;
    }

    .wpc-timeline-single .testo {
        padding-left: 15px;
        width: 100%;
    }

    .wpc-timeline-single .testo .titolo {
        margin-top: -7px;
    }

    .wpc-timeline-single .testo .descrizione {
        font-size: 15px;
        margin-top: -5px;
    }

    .wpc-timeline-single .testo img {
        max-width: 100%;
        height: auto;
        margin-bottom: -10px;
    }

    .wpc-timeline-single.primo {
        padding-top: 30px;
    }

    .wpc-timeline-single.primo .linea .oval {
        height: 42px;
        width: 50px;
    }

    .wpc-timeline-single.primo .linea.after:after {
        height: calc(100% - 41px);
    }

    .wpc-timeline-single.ultimo .linea.before:before {
        display: none;
    }

    .wpc-timeline-single .linea {
        min-width: 41px;
        align-items: baseline;
    }

    .wpc-timeline-single .linea.before:before {
        height: calc(100% - 33px);
    }

    .wpc-timeline-single .linea.after:after {
        height: calc(100% - 33px);
    }

    .wpc-timeline-single .linea .oval {
        height: 34px;
        width: 34px;
    }
}

.elenco-fondi {
    padding: 20px 0 60px;
}

@media (max-width: 768px) {
    .elenco-fondi .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.fondi-single-block {
    height: 575px;
    width: 476px;
    padding: 21px;
}

.fondi-single-block a {
    color: #006192;
    font-size: 16px;
    font-weight: 600;
}

.fondi-single-block .immagine {
    height: 411px;
    width: 373px;
    background-size: cover;
    background-position: center center;
}

.fondi-single-block .blocco-contenuto-fondo {
    margin-left: 40px;
    margin-top: -174px;
}

.fondi-single-block .blocco-contenuto-fondo .blocco-testo {
    height: 235px;
    width: 436px;
    background: white;
    font-size: 16px;
    padding: 40px 10px 0px 40px;
    position: relative;
}

.fondi-single-block .blocco-contenuto-fondo .blocco-testo .titolo {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 18px;
}

.fondi-single-block .blocco-contenuto-fondo .blocco-testo .scopri {
    position: absolute;
    bottom: 14px;
}

.fondi-single-block .documentazione {
    display: inline-block;
    padding: 15px 40px;
    padding-left: 40px;
    background: #d8ebf2;
}

.fondi-single-block .documentazione:hover {
    text-decoration: none;
    background: rgba(216, 235, 242, 0.5);
}

@media (max-width: 768px) {
    .fondi-single-block {
        padding: 0 21px;
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }

    .fondi-single-block .immagine {
        height: 0;
        width: 85%;
        padding-top: 93%;
    }

    .fondi-single-block .blocco-contenuto-fondo {
        margin-top: -60px;
    }

    .fondi-single-block .blocco-contenuto-fondo .blocco-testo {
        height: auto;
        background: white;
        font-size: 14px;
        padding: 20px 20px 55px 20px;
        position: relative;
        width: auto;
    }

    .fondi-single-block .blocco-contenuto-fondo .blocco-testo .titolo {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .fondi-single-block .blocco-contenuto-fondo .blocco-testo .scopri {
        position: absolute;
        bottom: 14px;
    }
}

.elenco-aree .wpb_wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 -21px;
    flex-wrap: wrap;
}

.elenco-aree .wpb_wrapper .blocco-area-team {
    padding: 21px;
    width: calc(33.33333333%);
}

@media (max-width: 1040px) {
    .elenco-aree .wpb_wrapper .blocco-area-team {
        width: calc(50%);
    }
}

@media (max-width: 768px) {
    .elenco-aree .wpb_wrapper .blocco-area-team {
        width: 100%;
        padding: 0 21px;
    }
}

.elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team {
    border-top: 3px solid #004a93;
    padding: 32px 32px 120px 32px;
    display: block;
    position: relative;
    height: 100%;
    color: #414141 !important;
}

.elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team span {
    display: block;
}

@media (max-width: 1040px) {
    .elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team {
        padding: 25px 15px 120px 15px;
    }
}

.elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team .titolo {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    padding-bottom: 15px;
}

.elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team .sottotitolo {
    font-size: 18px;
    font-weight: bold;
}

.elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team .abstract {
    font-size: 16px;
    line-height: 1.5;
}

.elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 32px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    background: url(images/arrow.png) no-repeat center center #fafafa;
    border: 2px solid #007ab3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
}

@media (max-width: 768px) {
    .elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team {
        width: 100%;
    }

    .elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team:after {
        opacity: 1;
        right: 20px;
        left: unset;
    }

    .elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team:hover {
        text-decoration: none;
    }
}

@media (min-width: 767px) {
    .elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team:hover {
        color: white !important;
        background: #004a93 !important;
        text-decoration: none;
    }

    .elenco-aree .wpb_wrapper .blocco-area-team .contain-area-team:hover:after {
        opacity: 1;
    }
}

.elenco-team .wpb_wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 -21px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.elenco-team .wpb_wrapper .blocco-team {
    padding: 30px 21px;
    width: calc(33.33333333%);
    max-width: 320px;
}

.elenco-team .wpb_wrapper .blocco-team .fototessera {
    padding-top: 111%;
    background-size: cover;
    background-color: #bec7d6;
    margin-bottom: 15px;
}

.elenco-team .wpb_wrapper .blocco-team .box-dati {
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.elenco-team .wpb_wrapper .blocco-team .box-dati .titolo {
    font-size: 20px;
    font-weight: bold;
}

.elenco-team .wpb_wrapper .blocco-team .box-dati .ruolo {
    font-size: 18px;
    padding-bottom: 12px;
}

.elenco-team .wpb_wrapper .blocco-team .box-dati .in-breve {
    font-size: 14px;
}

@media (max-width: 1040px) {
    .elenco-team .wpb_wrapper {
        justify-content: space-around;
    }

    .elenco-team .wpb_wrapper .blocco-team {
        width: calc(50%);
    }
}

@media (max-width: 768px) {
    .elenco-team .wpb_wrapper .blocco-team {
        padding: 20px 0px;
        width: 100% !important;
    }
}

.elenco-accordion {
    padding-bottom: 60px;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.elenco-accordion h1,
.elenco-accordion h2 {
    font-size: 40px;
}

@media (max-width: 768px) {
    .elenco-accordion {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .elenco-accordion h1,
    .elenco-accordion h2 {
        font-size: 30px;
    }
}

.blocco-mailchimp {
    padding: 50px 0;
}

.blocco-mailchimp .intestazione {
    padding-bottom: 30px;
}

.blocco-mailchimp .intestazione h5 {
    opacity: 1;
}

.blocco-mailchimp ::-webkit-input-placeholder {
    opacity: 1;
    color: #414141;
}

.blocco-mailchimp ::-moz-placeholder {
    opacity: 1;
    color: #414141;
}

.blocco-mailchimp :-ms-input-placeholder {
    opacity: 1;
    color: #414141;
}

.blocco-mailchimp :-moz-placeholder {
    opacity: 1;
    color: #414141;
}

.blocco-mailchimp .mailup-landing-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blocco-mailchimp .mailup-landing-form .form-item {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .blocco-mailchimp .mailup-landing-form .form-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
}

.blocco-mailchimp .mailup-landing-form input[type="text"],
.blocco-mailchimp .mailup-landing-form input[type="date"],
.blocco-mailchimp .mailup-landing-form input[type="email"],
.blocco-mailchimp .mailup-landing-form input[type="tel"],
.blocco-mailchimp .mailup-landing-form input[type="password"],
.blocco-mailchimp .mailup-landing-form select {
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #414141;
    color: #414141;
    font-size: 16px;
    line-height: 1;
    height: 34px;
    background-color: transparent;
}

.blocco-mailchimp .mailup-landing-form input[type="text"].error,
.blocco-mailchimp .mailup-landing-form input[type="date"].error,
.blocco-mailchimp .mailup-landing-form input[type="email"].error,
.blocco-mailchimp .mailup-landing-form input[type="tel"].error,
.blocco-mailchimp .mailup-landing-form input[type="password"].error,
.blocco-mailchimp .mailup-landing-form select.error {
    color: red;
    border-bottom: 1px solid red;
}

.blocco-mailchimp .mailup-landing-form .form-type-checkbox {
    width: 100%;
}

.blocco-mailchimp .mailup-landing-form .form-type-checkbox input {
    float: left;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
    position: absolute;
}

.blocco-mailchimp .mailup-landing-form .form-type-checkbox .option {
    cursor: pointer;
    display: block;
    padding: 0px 0px 0px 35px !important;
    min-height: 25px;
    line-height: 25px;
    background: url("images/sprite_checkbox.png") no-repeat left 0px;
}

.blocco-mailchimp .mailup-landing-form .form-type-checkbox .option.error {
    color: red;
}

@media (max-width: 768px) {
    .blocco-mailchimp .mailup-landing-form .form-type-checkbox .option {
        max-width: 350px;
        background-position: left 5px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }
}

.blocco-mailchimp .mailup-landing-form .form-type-checkbox input[type="checkbox"]:checked+.option {
    background-position: left -243px;
}

@media (max-width: 768px) {
    .blocco-mailchimp .mailup-landing-form .form-type-checkbox input[type="checkbox"]:checked+.option {
        background-position: left -238px;
    }
}

.blocco-mailchimp .mailup-landing-form .form-item-privacy {
    width: 100%;
    font-size: 14px;
    max-width: 100%;
}

.blocco-mailchimp .mailup-landing-form .form-item-privacy a {
    text-decoration: underline;
    color: #004a93;
    font-weight: 600;
}

@media (max-width: 768px) {
    .blocco-mailchimp .mailup-landing-form .form-item-privacy {
        height: auto;
    }
}

.blocco-mailchimp .mailup-landing-form .form-submit {
    background: #006192;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center !important;
    color: white !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Allianz Neo";
    letter-spacing: 1px;
    padding: 12px 24px;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    border: 0;
    /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
}

.blocco-mailchimp .mailup-landing-form .form-submit:hover {
    background: #004a93;
}

.blocco-mailchimp .mailup-landing-form .form-submit:active {
    background: #004a93 !important;
}

@media (max-width: 768px) {
    .blocco-mailchimp .mailup-landing-form .form-submit {
        margin: 0 auto;
    }
}

.blocco-accordion .titolo {
    font-size: 26px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    padding: 40px 50px 20px 0;
    position: relative;
    cursor: pointer;
}

.blocco-accordion .titolo .arrow {
    display: block;
    width: 50px;
    height: 100%;
    background: url('images/accordion.png') no-repeat center center;
    background-size: 100% auto;
    transform: rotate(0deg);
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
    .blocco-accordion .titolo {
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        padding: 25px 40px 10px 0;
    }

    .blocco-accordion .titolo .arrow {
        top: 5px;
        width: 30px;
    }
}

.blocco-accordion.open_accordion .arrow {
    transform: rotate(-180deg);
}

.blocco-accordion .descrizione {
    display: none;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.4;
    color: #a2a2a2;
}

.blocco-accordion .descrizione a {
    color: #006192;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 1.4;
    text-decoration: underline;
}

.blocco-accordion .descrizione hr {
    height: 1px;
    border-width: 0;
    background-color: #162D5A;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .blocco-accordion .descrizione {
        font-size: 16px;
        font-weight: 600;
    }

    .blocco-accordion .descrizione a {
        font-size: 16px;
    }
}

.blocco-accordion .separatore {
    width: 100%;
    height: 2px;
    background-color: #003781;
}

@media (max-width: 768px) {
    .blocco-accordion .separatore {
        height: 1px;
    }
}

.blocco-immagine-contatti .vc_column-inner {
    background-position: bottom center !important;
    z-index: inherit !important;
}

.min-height-row {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 456px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.pager {
    text-align: center;
    margin: 1em 0;
}

.pager span, .pager button {
    margin: 1px;
    cursor: pointer;
    text-decoration: none;
    height: 39px;
    width: 39px;
    padding: 5px;
    line-height: 30px;
    color: #414141;
    font-size: 14px;
    background: #f0f2f2 no-repeat center;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
    border: none;
}

@media (max-width: 768px) {
    .pager span, .pager button {
        margin: 1px;
        height: 30px;
        width: 30px;
        padding: 5px;
        line-height: 20px;
        font-size: 16px;
    }
}

.pager span.active, .pager button.active {
    background: #004a93;
    cursor: default;
    color: white;
}

.print-reserved-area {
    background-color: #f7fbff;
    padding: 20px 0;
}

.print-reserved-area .page_break {
    page-break-before: always;
    width: 100%;
    height: 1px;
}

.print-reserved-area #intro-pdf {
    padding: 20px 30px;
}

.print-reserved-area #intro-pdf h4 {
    padding-bottom: 0px;
    margin: 0;
}

.print-reserved-area #intro-pdf h1 {
    padding-bottom: 5px;
    font-weight: 600;
}

.print-reserved-area #intro-pdf h2 {
    padding-bottom: 5px;
    font-weight: 600;
}

.print-reserved-area #intro-pdf p {
    font-size: 18px;
    line-height: 1.88;
}

.print-reserved-area #intro-pdf h5.mandato {
    opacity: 1;
    line-height: 1;
    margin-top: 5px;
    font-size: 20px;
}

.print-reserved-area #intro-pdf h5 {
    color: #006192;
    opacity: 1;
    line-height: 1;
}

.print-reserved-area .section {
    padding: 0px 30px;
}

.print-reserved-area .section h3 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
}

.print-reserved-area .section h3 sup {
    font-size: 10px;
}

.print-reserved-area .section .box-cotainer-chart-2 {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 20px 0 20px 30px;
}

.print-reserved-area .section .box-container-chart {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding-right: 20px;
}

.print-reserved-area .section .box-container-chart .text {
    padding: 0px 10px 30px 30px;
}

.print-reserved-area .section .box-container-chart .text h3 {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0.8 !important;
}

.print-reserved-area .section .table-container {
    padding-top: 13px;
    padding-bottom: 33px;
}

.print-reserved-area .section .table-container .color-0 {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #83AAF7;
    overflow: hidden;
}

.print-reserved-area .section .table-container .color-1 {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4B7AF2;
    overflow: hidden;
}

.print-reserved-area .section .table-container .color-2 {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3453A1;
    overflow: hidden;
}

.print-reserved-area .section .table-container .color-3 {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0641D6;
    overflow: hidden;
}

.print-reserved-area .section .table-container .color-4 {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #051F70;
    overflow: hidden;
}

.print-reserved-area .section .table-container .color-5 {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #223B7A;
    overflow: hidden;
}

.print-reserved-area .section .table-container .point,
.print-reserved-area .section .table-container .label,
.print-reserved-area .section .table-container .money,
.print-reserved-area .section .table-container .perc {
    font-size: 18px;
    padding: 20px 5px 15px;
}

.print-reserved-area .section .table-container .point {
    padding-left: 0px;
}

.print-reserved-area .section .table-container .label {
    font-weight: 600;
}

.print-reserved-area .section .table-container .money {
    font-size: 16px;
    text-align: right;
    padding-left: 27px;
}

.print-reserved-area .section .table-container .perc {
    text-align: center;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 300;
}

.print-reserved-area .section .table-container .point,
.print-reserved-area .section .table-container .label,
.print-reserved-area .section .table-container .money {
    border-bottom: 1px solid #c2c4c6;
}

.print-reserved-area .section#metriche-sintesi-pdf {
    padding-bottom: 10px;
}

.print-reserved-area .section#metriche-sintesi-pdf .table-container {
    color: #003781;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
}

.print-reserved-area .section#metriche-sintesi-pdf .col-metriche,
.print-reserved-area .section#metriche-sintesi-pdf .col-metriche-mandato,
.print-reserved-area .section#metriche-sintesi-pdf .col-metriche-rendimento {
    color: #003781;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.print-reserved-area .section#metriche-sintesi-pdf .col-metriche,
.print-reserved-area .section#metriche-sintesi-pdf .col-metriche-mandato {
    padding-right: 10px;
}

.print-reserved-area .section#metriche-sintesi-pdf .col-metriche,
.print-reserved-area .section#metriche-sintesi-pdf .col-metriche-rendimento {
    text-align: right;
}

.print-reserved-area .section#andamento-gestionale-pdf .box-container {
    margin-bottom: 30px;
}

.print-reserved-area .section .legend {
    font-size: 12px;
}

.print-reserved-area .section#dettaglio-movimentazioni-pdf td,
.print-reserved-area .section#dettaglio-linee-investimento-pdf td,
.print-reserved-area .section#elenco-titoli-pdf td {
    font-size: 12px;
    padding: 5px 5px;
}

.print-reserved-area .section#dettaglio-movimentazioni-pdf tr:nth-child(odd) td,
.print-reserved-area .section#dettaglio-linee-investimento-pdf tr:nth-child(odd) td,
.print-reserved-area .section#elenco-titoli-pdf tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

.print-reserved-area .section#dettaglio-movimentazioni-pdf tr.totale td,
.print-reserved-area .section#dettaglio-linee-investimento-pdf tr.totale td,
.print-reserved-area .section#elenco-titoli-pdf tr.totale td {
    background-color: #f7fbff;
}

.print-reserved-area .section#dettaglio-movimentazioni-pdf th,
.print-reserved-area .section#dettaglio-linee-investimento-pdf th,
.print-reserved-area .section#elenco-titoli-pdf th {
    padding: 10px 5px;
    background-color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    line-height: 0.8;
}

.print-reserved-area .section#movimenti-operazioni-pdf td {
    font-size: 10px;
    padding: 5px 5px;
}

.print-reserved-area .section#movimenti-operazioni-pdf tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

.print-reserved-area .section#movimenti-operazioni-pdf tr.totale td {
    background-color: #f7fbff;
}

.print-reserved-area .section#movimenti-operazioni-pdf th {
    padding: 10px 5px;
    background-color: #FFFFFF;
    font-size: 12px;
    text-align: left;
    line-height: 0.8;
}

.print-reserved-area .section#elenco-titoli-pdf tr td.gruppo-titoli {
    font-weight: bold;
    text-transform: uppercase;
}

.print-reserved-area .section#elenco-titoli-pdf tr td:first-child {
    padding-left: 8px;
}

.print-reserved-area .section#elenco-titoli-pdf tr td:first-child.gruppo-titoli {
    padding-left: 5px;
}

.print-reserved-area .section#movimenti-operazioni-pdf td {
    font-size: 8px;
    padding: 5px 5px;
}

.print-reserved-area .section#movimenti-operazioni-pdf tr:nth-child(odd) td {
    background-color: #FFFFFF;
}

.print-reserved-area .section#movimenti-operazioni-pdf th {
    padding: 10px 5px;
    background-color: #FFFFFF;
    font-size: 10px;
    text-align: left;
    line-height: 0.8;
}


/****** AREA RISERVATA *****************/

.ui-widget.ui-widget-content {
    margin-left: -45px !important;
}

@media (max-width: 768px) {

    .reserved-area #header .container,
    .reserved-area .section .container {
        padding: 0 15px;
    }
}

.reserved-area #header .margin-21,
.reserved-area .section .margin-21 {
    margin: 0 -21px;
}

@media (max-width: 768px) {

    .reserved-area #header .margin-21,
    .reserved-area .section .margin-21 {
        margin: 0 -15px;
    }
}

.reserved-area .section.pdf-cta {
    padding-top: 0;
    margin-top: 20px;
    text-align: center;
}

.reserved-area .section.pdf-cta .button {
    width: 100%;
    max-width: 320px;
}

.reserved-area #header {
    height: 116px;
    border-bottom: 2px solid #bec7d6;
}

.reserved-area #header .container {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

/* .reserved-area #header #logo {
    background: url(images/logo_1.png) no-repeat center left;
    background-size: auto 100%;
    width: 245px;
    height: 45px;
    display: block;
    cursor: pointer;
} */

@media (max-width: 768px) {
    .reserved-area #header {
        height: 68px;
        border-bottom: 1px solid #bec7d6;
    }

    .reserved-area #header #logo {
        max-width: 245px;
        max-height: 55px;
    }
}

.reserved-area #intro {
    background-color: #f7fbff;
    padding-top: 40px;
    padding: 40px 15px 0;
}

.reserved-area #intro:after {
    content: "";
    width: 100%;
    height: 500px;
    background-color: #f7fbff;
    display: none;
}

.reserved-area #intro h4 {
    padding-bottom: 10px;
}

.reserved-area #intro h1 {
    padding-bottom: 25px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .reserved-area #intro h1 {
        padding-bottom: 15px;
    }
}

.reserved-area #intro h2 {
    padding-bottom: 25px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .reserved-area #intro h2 {
        padding-bottom: 35px;
    }
}

.reserved-area #intro p {
    font-size: 18px;
    line-height: 1.88;
}

@media (max-width: 768px) {
    .reserved-area #intro p {
        font-size: 14px;
        line-height: 1.4;
    }

    .reserved-area #intro p br {
        display: none;
    }
}

.reserved-area #intro h5.mandato {
    opacity: 1;
    line-height: 1;
    margin-top: 20px;
    font-size: 24px;
}

.reserved-area #intro h5 {
    margin-right: 60px;
    color: #006192;
    opacity: 1;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .reserved-area #intro h5 {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.reserved-area #intro #select-mandato {
    display: inline;
    width: auto;
    background: transparent;
    border: 0;
    height: auto;
    border-bottom: 1px solid #006192;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0px;
    font-size: 20px;
    font-size: 24px;
    text-align: center;
    padding: 0px 35px 0px 15px;
    color: #004a93;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(images/drop_down.png) no-repeat center right;
}

.reserved-area #intro .dati {
    flex-wrap: wrap;
}

.reserved-area .section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .reserved-area .section {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

.reserved-area .section#patrimonio-asset-class {
    padding-bottom: 150px;
    background-color: #f7fbff;
}

@media (max-width: 768px) {
    .reserved-area .section#patrimonio-asset-class {
        padding-bottom: 50px;
    }
}

.reserved-area .section#patrimonio-linea-investimento {
    padding-bottom: 150px;
    background-color: #f7fbff;
}

@media (max-width: 768px) {
    .reserved-area .section#patrimonio-linea-investimento {
        padding-bottom: 50px;
    }

    .reserved-area .section#patrimonio-linea-investimento .text>div {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .reserved-area .section#patrimonio-linea-investimento .text>div h3 {
        margin-right: 10px;
    }
}

.reserved-area .section h3 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 33px;
}

.reserved-area .section h3 sup {
    font-size: 10px;
}

@media (max-width: 768px) {
    .reserved-area .section h3 {
        font-size: 22px;
        padding-bottom: 28px;
    }
}

.reserved-area .section .box-container-chart {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 295px;
    padding-right: 20px;
}

.reserved-area .section .box-container-chart svg>g>g:last-child {
    pointer-events: none;
}

.reserved-area .section .box-container-chart .content-flex {
    flex-wrap: wrap;
}

.reserved-area .section .box-container-chart #drawChartPAC,
.reserved-area .section .box-container-chart #drawChartLI {
    height: 295px;
}

.reserved-area .section .box-container-chart #drawChartPAC div,
.reserved-area .section .box-container-chart #drawChartLI div {
    margin: 0 auto !important;
}

.reserved-area .section .box-container-chart .text {
    display: -webkit-flex;
    display: flex;
    align-items: end;
    padding: 30px 10px 50px 37px;
}

.reserved-area .section .box-container-chart .text h3 {
    padding: 0;
}

@media (max-width: 768px) {
    .reserved-area .section .box-container-chart .text {
        padding: 0 30px 30px;
    }
}

@media (max-width: 768px) {
    .reserved-area .section .box-container-chart {
        height: auto;
        padding-right: 0px;
        flex-direction: column-reverse;
    }
}

.reserved-area .section .table-container {
    padding-top: 13px;
    padding-bottom: 33px;
}

.reserved-area .section .table-container .chart-point {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reserved-area .section .table-container .chart-point.color-0 {
    background-color: #83AAF7;
    color: #83AAF7;
}

.reserved-area .section .table-container .chart-point.color-1 {
    background-color: #4B7AF2;
    color: #4B7AF2;
}

.reserved-area .section .table-container .chart-point.color-2 {
    background-color: #3453A1;
    color: #3453A1;
}

.reserved-area .section .table-container .chart-point.color-3 {
    background-color: #0641D6;
    color: #0641D6;
}

.reserved-area .section .table-container .chart-point.color-4 {
    background-color: #051F70;
    color: #051F70;
}

.reserved-area .section .table-container .chart-point.color-5 {
    background-color: #223B7A;
    color: #223B7A;
}

.reserved-area .section .table-container .point,
.reserved-area .section .table-container .label,
.reserved-area .section .table-container .money,
.reserved-area .section .table-container .perc {
    padding: 42px 5px 16px;
    font-size: 22px;
}

@media (max-width: 768px) {

    .reserved-area .section .table-container .point,
    .reserved-area .section .table-container .label,
    .reserved-area .section .table-container .money,
    .reserved-area .section .table-container .perc {
        font-size: 14px;
        padding: 20px 5px 15px;
    }
}

.reserved-area .section .table-container .point {
    padding-left: 0px;
}

.reserved-area .section .table-container .label {
    font-weight: 600;
}

.reserved-area .section .table-container .money {
    font-size: 24px;
    text-align: right;
    padding-left: 27px;
}

@media (max-width: 768px) {
    .reserved-area .section .table-container .money {
        padding-left: 7px;
        font-size: 16px;
    }
}

.reserved-area .section .table-container .perc {
    text-align: center;
    opacity: 0.6;
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 768px) {
    .reserved-area .section .table-container .perc {
        font-size: 16px;
    }
}

.reserved-area .section .table-container .point,
.reserved-area .section .table-container .label,
.reserved-area .section .table-container .money {
    border-bottom: 2px solid #c2c4c6;
}

.reserved-area .section .legend {
    font-size: 12px;
}

.reserved-area #metriche-sintesi {
    padding-bottom: 10px;
}

.reserved-area #metriche-sintesi .table-container {
    color: #003781;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    max-width: 1050px;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 0;
}

.reserved-area #metriche-sintesi .table-container .col-metriche {
    padding-right: 10px;
}

@media (max-width: 768px) {
    .reserved-area #metriche-sintesi .table-container {
        flex-wrap: wrap;
    }

    .reserved-area #metriche-sintesi .table-container .col-metriche {
        width: 50%;
        padding-right: 0;
        padding-bottom: 15px;
        line-height: 1.5;
        text-align: right;
    }
}

.reserved-area #andamento-gestionale .box-container {
    margin-bottom: 30px;
}

.reserved-area #andamento-gestionale .legend {
    max-width: 590px;
}

@media (max-width: 1040px) {
    .reserved-area #andamento-gestionale .box-container {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .reserved-area #andamento-gestionale #drawChartAG {
        width: 850px !important;
        height: 450px !important;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container .line-button,
.reserved-area #dettaglio-linee-investimento .table-container .line-button,
.reserved-area #elenco-titoli .table-container .line-button,
.reserved-area #movimenti-operazioni .table-container .line-button {
    display: flex;
}

@media (max-width: 768px) {

    .reserved-area #dettaglio-movimentazioni .table-container .line-button,
    .reserved-area #dettaglio-linee-investimento .table-container .line-button,
    .reserved-area #elenco-titoli .table-container .line-button,
    .reserved-area #movimenti-operazioni .table-container .line-button {
        display: block;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container #filterdate,
.reserved-area #dettaglio-linee-investimento .table-container #filterdate,
.reserved-area #elenco-titoli .table-container #filterdate,
.reserved-area #movimenti-operazioni .table-container #filterdate,
.reserved-area #dettaglio-movimentazioni .table-container #filterdate-mov,
.reserved-area #dettaglio-linee-investimento .table-container #filterdate-mov,
.reserved-area #elenco-titoli .table-container #filterdate-mov,
.reserved-area #movimenti-operazioni .table-container #filterdate-mov {
    display: none;
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date,
.reserved-area #dettaglio-linee-investimento .table-container .period-date,
.reserved-area #elenco-titoli .table-container .period-date,
.reserved-area #movimenti-operazioni .table-container .period-date {
    display: -webkit-flex;
    display: flex;
    padding-top: 15px;
    column-gap: 30px;
}

@media (max-width: 768px) {

    .reserved-area #dettaglio-movimentazioni .table-container .period-date,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date,
    .reserved-area #elenco-titoli .table-container .period-date,
    .reserved-area #movimenti-operazioni .table-container .period-date {
        display: block;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date .form-group,
.reserved-area #dettaglio-linee-investimento .table-container .period-date .form-group,
.reserved-area #elenco-titoli .table-container .period-date .form-group,
.reserved-area #movimenti-operazioni .table-container .period-date .form-group {
    position: relative;
    width: 209px;
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date .form-text,
.reserved-area #dettaglio-linee-investimento .table-container .period-date .form-text,
.reserved-area #elenco-titoli .table-container .period-date .form-text,
.reserved-area #movimenti-operazioni .table-container .period-date .form-text {
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    padding: 10px;
    /* width: 151px; */
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px) {

    .reserved-area #dettaglio-movimentazioni .table-container .period-date .form-text,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date .form-text,
    .reserved-area #elenco-titoli .table-container .period-date .form-text,
    .reserved-area #movimenti-operazioni .table-container .period-date .form-text {
        width: 100%;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date .input-group.date,
.reserved-area #dettaglio-linee-investimento .table-container .period-date .input-group.date,
.reserved-area #elenco-titoli .table-container .period-date .input-group.date,
.reserved-area #movimenti-operazioni .table-container .period-date .input-group.date {
    border-bottom: 2px solid #bec7d6;
    position: relative;
    /* margin-right: 30px; */
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

/*
.reserved-area #dettaglio-movimentazioni .table-container .period-date .input-group.date.date-da:before,
.reserved-area #dettaglio-linee-investimento .table-container .period-date .input-group.date.date-da:before,
.reserved-area #elenco-titoli .table-container .period-date .input-group.date.date-da:before,
.reserved-area #movimenti-operazioni .table-container .period-date .input-group.date.date-da:before {
    content: "Da:";
    padding-left: 1px;
    width: 30px;
    display: block;
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date .input-group.date.date-a:before,
.reserved-area #dettaglio-linee-investimento .table-container .period-date .input-group.date.date-a:before,
.reserved-area #elenco-titoli .table-container .period-date .input-group.date.date-a:before,
.reserved-area #movimenti-operazioni .table-container .period-date .input-group.date.date-a:before {
    content: "A:";
    padding-left: 1px;
    width: 30px;
    display: block;
}
*/

/* .reserved-area #dettaglio-movimentazioni .table-container .period-date .input-group.date:after,
.reserved-area #dettaglio-linee-investimento .table-container .period-date .input-group.date:after,
.reserved-area #elenco-titoli .table-container .period-date .input-group.date:after,
.reserved-area #movimenti-operazioni .table-container .period-date .input-group.date:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(images/ic_calendar.png) no-repeat center center;
} */

@media (max-width: 768px) {

    .reserved-area #dettaglio-movimentazioni .table-container .period-date .input-group.date,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date .input-group.date,
    .reserved-area #elenco-titoli .table-container .period-date .input-group.date,
    .reserved-area #movimenti-operazioni .table-container .period-date .input-group.date {
        margin-right: 0px;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date #act,
.reserved-area #dettaglio-linee-investimento .table-container .period-date #act,
.reserved-area #elenco-titoli .table-container .period-date #act,
.reserved-area #movimenti-operazioni .table-container .period-date #act,
.reserved-area #dettaglio-movimentazioni .table-container .period-date #act-mov,
.reserved-area #dettaglio-linee-investimento .table-container .period-date #act-mov,
.reserved-area #elenco-titoli .table-container .period-date #act-mov,
.reserved-area #movimenti-operazioni .table-container .period-date #act-mov,
.button-search {
    border: 0;
    width: 27px;
    height: 100%;
    background: url(images/search_light_blue.png) no-repeat center center;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    filter: saturate(0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date #act:hover,
.reserved-area #dettaglio-linee-investimento .table-container .period-date #act:hover,
.reserved-area #elenco-titoli .table-container .period-date #act:hover,
.reserved-area #movimenti-operazioni .table-container .period-date #act:hover,
.reserved-area #dettaglio-movimentazioni .table-container .period-date #act-mov:hover,
.reserved-area #dettaglio-linee-investimento .table-container .period-date #act-mov:hover,
.reserved-area #elenco-titoli .table-container .period-date #act-mov:hover,
.reserved-area #movimenti-operazioni .table-container .period-date #act-mov:hover,
.button-search {
    filter: saturate(1);
}

.reserved-area #dettaglio-movimentazioni .table-container .period-date #act:active,
.reserved-area #dettaglio-linee-investimento .table-container .period-date #act:active,
.reserved-area #elenco-titoli .table-container .period-date #act:active,
.reserved-area #movimenti-operazioni .table-container .period-date #act:active,
.reserved-area #dettaglio-movimentazioni .table-container .period-date #act-mov:active,
.reserved-area #dettaglio-linee-investimento .table-container .period-date #act-mov:active,
.reserved-area #elenco-titoli .table-container .period-date #act-mov:active,
.reserved-area #movimenti-operazioni .table-container .period-date #act-mov:active,
.button-search {
    filter: saturate(1.5);
}

@media (max-width: 768px) {

    .reserved-area #dettaglio-movimentazioni .table-container .period-date #act,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date #act,
    .reserved-area #elenco-titoli .table-container .period-date #act,
    .reserved-area #movimenti-operazioni .table-container .period-date #act,
    .reserved-area #dettaglio-movimentazioni .table-container .period-date #act-mov,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date #act-mov,
    .reserved-area #elenco-titoli .table-container .period-date #act-mov,
    .reserved-area #movimenti-operazioni .table-container .period-date #act-mov,
    .button-search {
        background: #006192;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        text-align: center !important;
        color: white !important;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        font-family: "Allianz Neo";
        letter-spacing: 1px;
        padding: 12px 24px;
        line-height: 1;
        text-decoration: none !important;
        cursor: pointer;
        text-align: center;
        border: 0;
        /*&.bigger{
		width: 350px;
		font-size: 18px;
		@media @mobile{
			width:100%;
			max-width: 350px;
		}
	}*/
        margin-top: 10px;
        width: 100%;
        text-indent: initial;
        overflow: initial;
        filter: saturate(1);
    }

    .reserved-area #dettaglio-movimentazioni .table-container .period-date #act:hover,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date #act:hover,
    .reserved-area #elenco-titoli .table-container .period-date #act:hover,
    .reserved-area #movimenti-operazioni .table-container .period-date #act:hover,
    .reserved-area #dettaglio-movimentazioni .table-container .period-date #act-mov:hover,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date #act-mov:hover,
    .reserved-area #elenco-titoli .table-container .period-date #act-mov:hover,
    .reserved-area #movimenti-operazioni .table-container .period-date #act-mov:hover,
    .button-search {
        background: #004a93;
    }

    .reserved-area #dettaglio-movimentazioni .table-container .period-date #act:active,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date #act:active,
    .reserved-area #elenco-titoli .table-container .period-date #act:active,
    .reserved-area #movimenti-operazioni .table-container .period-date #act:active,
    .reserved-area #dettaglio-movimentazioni .table-container .period-date #act-mov:active,
    .reserved-area #dettaglio-linee-investimento .table-container .period-date #act-mov:active,
    .reserved-area #elenco-titoli .table-container .period-date #act-mov:active,
    .reserved-area #movimenti-operazioni .table-container .period-date #act-mov:active,
    .button-search {
        background: #004a93 !important;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container #select-date span,
.reserved-area #dettaglio-linee-investimento .table-container #select-date span,
.reserved-area #elenco-titoli .table-container #select-date span,
.reserved-area #movimenti-operazioni .table-container #select-date span,
.reserved-area #dettaglio-movimentazioni .table-container #select-date-mov span,
.reserved-area #dettaglio-linee-investimento .table-container #select-date-mov span,
.reserved-area #elenco-titoli .table-container #select-date-mov span,
.reserved-area #movimenti-operazioni .table-container #select-date-mov span,
.button-select-date-period span {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserved-area #dettaglio-movimentazioni .table-container #select-date span:before,
.reserved-area #dettaglio-linee-investimento .table-container #select-date span:before,
.reserved-area #elenco-titoli .table-container #select-date span:before,
.reserved-area #movimenti-operazioni .table-container #select-date span:before,
.reserved-area #dettaglio-movimentazioni .table-container #select-date-mov span:before,
.reserved-area #dettaglio-linee-investimento .table-container #select-date-mov span:before,
.reserved-area #elenco-titoli .table-container #select-date-mov span:before,
.reserved-area #movimenti-operazioni .table-container #select-date-mov span:before,
.button-select-date-period span:before {
    content: "";
    width: 20px;
    height: 16px;
    background: url(images/ic_calendar.png) no-repeat center center;
    margin-right: 5px;
}

.reserved-area #dettaglio-movimentazioni .table-container #scarica-file span,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file span,
.reserved-area #elenco-titoli .table-container #scarica-file span,
.reserved-area #movimenti-operazioni .table-container #scarica-file span,
.reserved-area #dettaglio-movimentazioni .table-container #scarica-file-mov span,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file-mov span,
.reserved-area #elenco-titoli .table-container #scarica-file-mov span,
.reserved-area #movimenti-operazioni .table-container #scarica-file-mov span {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserved-area #dettaglio-movimentazioni .table-container #scarica-file span.preloader,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file span.preloader,
.reserved-area #elenco-titoli .table-container #scarica-file span.preloader,
.reserved-area #movimenti-operazioni .table-container #scarica-file span.preloader,
.reserved-area #dettaglio-movimentazioni .table-container #scarica-file-mov span.preloader,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file-mov span.preloader,
.reserved-area #elenco-titoli .table-container #scarica-file-mov span.preloader,
.reserved-area #movimenti-operazioni .table-container #scarica-file-mov span.preloader {
    overflow: hidden;
    text-indent: -999px;
    width: 90%;
}

.reserved-area #dettaglio-movimentazioni .table-container #scarica-file span.preloader:before,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file span.preloader:before,
.reserved-area #elenco-titoli .table-container #scarica-file span.preloader:before,
.reserved-area #movimenti-operazioni .table-container #scarica-file span.preloader:before,
.reserved-area #dettaglio-movimentazioni .table-container #scarica-file-mov span.preloader:before,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file-mov span.preloader:before,
.reserved-area #elenco-titoli .table-container #scarica-file-mov span.preloader:before,
.reserved-area #movimenti-operazioni .table-container #scarica-file-mov span.preloader:before {
    display: none;
}

.reserved-area #dettaglio-movimentazioni .table-container #scarica-file span:before,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file span:before,
.reserved-area #elenco-titoli .table-container #scarica-file span:before,
.reserved-area #movimenti-operazioni .table-container #scarica-file span:before,
.reserved-area #dettaglio-movimentazioni .table-container #scarica-file-mov span:before,
.reserved-area #dettaglio-linee-investimento .table-container #scarica-file-mov span:before,
.reserved-area #elenco-titoli .table-container #scarica-file-mov span:before,
.reserved-area #movimenti-operazioni .table-container #scarica-file-mov span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(images/ic_download.png) no-repeat center center;
    margin-right: 5px;
}

.reserved-area #dettaglio-movimentazioni .table-container .btn,
.reserved-area #dettaglio-linee-investimento .table-container .btn,
.reserved-area #elenco-titoli .table-container .btn,
.reserved-area #movimenti-operazioni .table-container .btn,
#isin-option,
.select2-container .selection {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f7fbff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    color: #006192;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 209px;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    height: 30px;
    margin-right: 30px;
}

.select2-container .selection .select2-selection {
    background-color: inherit;
    border: none;
}

.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -13px;
    border-color: #006192 transparent transparent transparent;
    margin-top: -2px;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
    color: inherit;
}

#remove-isin-selection {
    display: inline-flex;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f7fbff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    color: #006192;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 209px;
    text-align: center;
    padding: 0 6px;
}

#remove-isin-selection:hover {
    text-decoration: none;
}

element.style {
    width: 201.594px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 2px;
    font-size: 12px;
}

#isin-option {
    border: none;
}

.reserved-area #dettaglio-movimentazioni .table-container .btn:hover,
.reserved-area #dettaglio-linee-investimento .table-container .btn:hover,
.reserved-area #elenco-titoli .table-container .btn:hover,
.reserved-area #movimenti-operazioni .table-container .btn:hover {
    text-decoration: none;
}

.reserved-area #dettaglio-movimentazioni .table-container .btn.active,
.reserved-area #dettaglio-linee-investimento .table-container .btn.active,
.reserved-area #elenco-titoli .table-container .btn.active,
.reserved-area #movimenti-operazioni .table-container .btn.active,
.reserved-area #dettaglio-movimentazioni .table-container .btn:active,
.reserved-area #dettaglio-linee-investimento .table-container .btn:active,
.reserved-area #elenco-titoli .table-container .btn:active,
.reserved-area #movimenti-operazioni .table-container .btn:active {
    background-color: #FFFFFF;
}

@media (max-width: 768px) {

    .reserved-area #dettaglio-movimentazioni .table-container .btn,
    .reserved-area #dettaglio-linee-investimento .table-container .btn,
    .reserved-area #elenco-titoli .table-container .btn,
    .reserved-area #movimenti-operazioni .table-container .btn {
        max-width: 100%;
        margin: 5px 0;
    }
}

.reserved-area #dettaglio-movimentazioni .table-container #listaMov,
.reserved-area #dettaglio-linee-investimento .table-container #listaMov,
.reserved-area #elenco-titoli .table-container #listaMov,
.reserved-area #movimenti-operazioni .table-container #listaMov,
.reserved-area #dettaglio-movimentazioni .table-container #listaMovOp,
.reserved-area #dettaglio-linee-investimento .table-container #listaMovOp,
.reserved-area #elenco-titoli .table-container #listaMovOp,
.reserved-area #movimenti-operazioni .table-container #listaMovOp {
    padding-top: 40px;
}

.reserved-area #dettaglio-movimentazioni .table-container td,
.reserved-area #dettaglio-linee-investimento .table-container td,
.reserved-area #elenco-titoli .table-container td,
.reserved-area #movimenti-operazioni .table-container td {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-size: 14px;
    padding: 15px 20px;
}

.reserved-area #dettaglio-movimentazioni .table-container tr:nth-child(odd) td,
.reserved-area #dettaglio-linee-investimento .table-container tr:nth-child(odd) td,
.reserved-area #elenco-titoli .table-container tr:nth-child(odd) td,
.reserved-area #movimenti-operazioni .table-container tr:nth-child(odd) td {
    background-color: #f7fbff;
}

.reserved-area #dettaglio-movimentazioni .table-container tr.totale td,
.reserved-area #dettaglio-linee-investimento .table-container tr.totale td,
.reserved-area #elenco-titoli .table-container tr.totale td,
.reserved-area #movimenti-operazioni .table-container tr.totale td {
    background-color: #FFFFFF;
}

.reserved-area #dettaglio-movimentazioni .table-container #response.loading td,
.reserved-area #dettaglio-linee-investimento .table-container #response.loading td,
.reserved-area #elenco-titoli .table-container #response.loading td,
.reserved-area #movimenti-operazioni .table-container #response.loading td,
.reserved-area #dettaglio-movimentazioni .table-container #response-mov.loading td,
.reserved-area #dettaglio-linee-investimento .table-container #response-mov.loading td,
.reserved-area #elenco-titoli .table-container #response-mov.loading td,
.reserved-area #movimenti-operazioni .table-container #response-mov.loading td {
    color: transparent !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.reserved-area #dettaglio-movimentazioni .table-container th,
.reserved-area #dettaglio-linee-investimento .table-container th,
.reserved-area #elenco-titoli .table-container th,
.reserved-area #movimenti-operazioni .table-container th {
    padding: 20px;
    background: #f7fbff;
    font-size: 18px;
    text-align: left;
}

.reserved-area #elenco-titoli .table-container tr td.gruppo-titoli {
    font-weight: bold;
    text-transform: uppercase;
}

.reserved-area #elenco-titoli .table-container tr td:first-child {
    padding-left: 30px;
}

.reserved-area #elenco-titoli .table-container tr td:first-child.gruppo-titoli {
    padding-left: 20px;
}

.reserved-area #movimenti-operazioni .table-container tr:nth-child(odd) td {
    background-color: transparent !important;
}

.reserved-area #movimenti-operazioni .table-container tr:nth-child(even) td {
    background-color: #f7fbff;
}

.reserved-area #movimenti-operazioni .table-container td {
    font-size: 12px;
    padding: 5px 10px;
}

.reserved-area #movimenti-operazioni .table-container th {
    font-size: 14px;
    padding: 10px;
}

.reserved-area #fastlink-new {
    padding: 3% 0 5%;
    background-color: #f7fbff;
}

@media (max-width: 768px) {
    .reserved-area #fastlink-new {
        padding-bottom: 40px;
    }

    .reserved-area #fastlink-new .margin-21.content-flex {
        display: block;
        margin: 0 auto;
    }

    .reserved-area #fastlink-new .container .w-col.w-col-6 {
        padding: 10px 0;
    }
}

.reserved-area #fastlink-new .container .col-p {
    display: block;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    padding: 40px;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
    color: white;
    height: 365px;
    line-height: 1.2 !important;
    text-decoration: none;
}

@media (max-width: 768px) {
    .reserved-area #fastlink-new .container .col-p {
        height: 320px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
}

.reserved-area #fastlink-new .container .col-p span {
    display: block;
}

.reserved-area #fastlink-new .container .col-p .col-p-box {
    height: 100%;
    position: relative;
}

.reserved-area #fastlink-new .container .col-p .logo-white {
    background: url(images/logo_white_1.png) no-repeat top left;
    background-size: auto 100%;
    width: 245px;
    height: 45px;
}

@media (max-width: 768px) {
    .reserved-area #fastlink-new .container .col-p .logo-white {
        background-size: auto 100%;
        width: 245px;
        height: 45px;
        margin: 0 auto;
    }
}

.reserved-area #fastlink-new .container .col-p.sx {
    background: url(images/bg_ar_darkbluebox.png) no-repeat center;
    background-size: cover;
    background-color: #162d5a;
}

.reserved-area #fastlink-new .container .col-p.dx {
    background: url(images/bg_ar_bluebox.png) no-repeat center;
    background-size: cover;
    background-color: #00337d;
}

.reserved-area #fastlink-new .container .col-p .text {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

@media (max-width: 768px) {
    .reserved-area #fastlink-new .container .col-p .text {
        text-align: center;
    }
}

@media (min-width: 767px) {
    .reserved-area #fastlink-new .container .col-p .text:after {
        content: "";
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        -o-transition: all .35s;
        background: url(images/arrow.png) no-repeat center center #fafafa;
        border: 2px solid #007ab3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

.reserved-area #fastlink-new .container .col-p:hover {
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
}

.reserved-area #fastlink-new .container .col-p:hover .text:after {
    border: 2px solid #008BCC;
    background-color: white;
}

.reserved-area #homebanking {
    font-size: 18px;
    line-height: 1.88;
}

@media (max-width: 768px) {
    .reserved-area #homebanking {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 14px;
        line-height: 1.4;
    }

    .reserved-area #homebanking .margin-21.content-flex {
        display: block;
        margin: 0 auto;
    }

    .reserved-area #homebanking .container .w-col.w-col-6 {
        padding: 10px 0;
    }
}

.reserved-area #homebanking .content-flex {
    align-items: center;
}

.reserved-area #homebanking h3 {
    padding-bottom: 15px;
}

.reserved-area #homebanking h2 {
    padding-bottom: 20px;
}

.reserved-area #homebanking .col-p {
    max-width: 506px;
}

.reserved-area #homebanking .col-i {
    display: block;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    padding: 80px 40px 70px;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
    color: white;
    height: 592px;
    line-height: 1.2 !important;
    text-decoration: none;
    filter: saturate(1);
}

@media (max-width: 768px) {
    .reserved-area #homebanking .col-i {
        height: 320px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.reserved-area #homebanking .col-i span {
    display: block;
}

.reserved-area #homebanking .col-i .col-p-box {
    height: 100%;
    position: relative;
}

.reserved-area #homebanking .col-i.dx {
    background: #bec7d6;
    background: url("images/home-banking.png") center center;
    background-size: 100% 100%;
}

.reserved-area #homebanking .col-i .allianz-bank-black {
    background: url(images/allianz_bank.png) no-repeat top left;
    background-size: auto 100%;
    width: 214px;
    height: 54px;
}

@media (max-width: 768px) {
    .reserved-area #homebanking .col-i .allianz-bank-black {
        background-size: auto 100%;
        width: 160px;
        height: 40px;
        margin: 0 auto;
    }
}

.reserved-area #homebanking .col-i .text {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

@media (min-width: 767px) {
    .reserved-area #homebanking .col-i .text:after {
        content: "";
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        -o-transition: all .35s;
        background: url(images/arrow.png) no-repeat center center #fafafa;
        border: 2px solid #007ab3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

.reserved-area #homebanking .col-i:hover {
    -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.5);
}

.reserved-area #homebanking .col-i:hover .text:after {
    border: 2px solid #008BCC;
    background-color: white;
}

.reserved-area #news {
    background: #f7fbff;
    padding: 100px 0;
}

.reserved-area #news h3 {
    font-size: 40px;
}

.reserved-area #news .section-elenco-news {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 80px;
}

.reserved-area #news .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 8px;
    padding: 0;
}

.reserved-area #news .slick-dots li button {
    height: 10px;
    width: 10px;
    border: 1px solid #004a93 !important;
}

.reserved-area #news .slick-dots li.slick-active button {
    background-color: #004a93;
}

.reserved-area #filternews {
    position: absolute;
    top: 0;
    right: 0;
}

.reserved-area #filternews ::-webkit-input-placeholder {
    /*font-style: italic !important;*/
    opacity: 0.7;
    color: #414141;
}

.reserved-area #filternews ::-moz-placeholder {
    /* Firefox 19+ */
    /*font-style: italic !important;*/
    opacity: 0.7;
    color: #414141;
}

.reserved-area #filternews :-ms-input-placeholder {
    /* IE 10+ */
    /*font-style: italic !important;*/
    opacity: 0.7;
    color: #414141;
}

.reserved-area #filternews :-moz-placeholder {
    /* Firefox 18- */
    /*font-style: italic !important;*/
    opacity: 0.7;
    color: #414141;
}

.reserved-area #filternews #textfilter {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0 3px;
    border: 0;
    font-size: 14px;
    color: #414141;
    height: 45px;
    width: 220px;
    border-bottom: 1px solid #979797;
}

.reserved-area #filternews #filter {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 27px;
    height: 100%;
    background: url(images/search_light_blue.png) no-repeat center center;
    background-size: 100% auto;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    filter: saturate(0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}

.reserved-area #filternews #filter:hover {
    filter: saturate(1);
}

.reserved-area #filternews #filter:active {
    filter: saturate(1.5);
}

@media (max-width: 768px) {
    .reserved-area #filternews {
        position: relative;
    }

    .reserved-area #filternews #textfilter {
        width: 100%;
        max-width: 100%;
    }
}

.reserved-area #response.elenco-news.loading {
    position: relative;
}

.reserved-area #response.elenco-news.loading:after {
    opacity: 1;
    pointer-events: initial;
}

.reserved-area #response.elenco-news:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    overflow: auto;
    display: block;
    background: white;
    top: 0;
    left: 0;
}

.reserved-area #response.elenco-news #no-result {
    padding: 0 21px;
}

.reserved-area #response.elenco-news #no-result h3 {
    font-size: 34px;
}

.reserved-area #response.elenco-news #result-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.reserved-area #response.elenco-news #result-list .post-single {
    width: 33.33%;
}

@media (max-width: 1040px) {
    .reserved-area #response.elenco-news #result-list .post-single {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .reserved-area #response.elenco-news #result-list .post-single {
        width: 100%;
    }
}

.reserved-area #response.elenco-news #result-list .post-single .box-content-news {
    display: block;
    width: 100%;
}

.reserved-area .post-single {
    padding: 0 21px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .reserved-area .post-single {
        padding: 0;
        padding-bottom: 50px;
    }
}

.reserved-area .post-single .box-content-news {
    display: block;
    width: 322px;
    text-decoration: none;
}

.reserved-area .post-single .box-content-news span {
    display: block;
}

.reserved-area .post-single .box-content-news .images {
    padding-top: 56%;
    width: 100%;
    display: block;
    background: no-repeat center center #cccccc;
    background-size: cover;
}

.reserved-area .post-single .box-content-news .data-time {
    font-size: 17px;
    color: #004a93;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 5px;
}

@media (max-width: 1040px) {
    .reserved-area .post-single .box-content-news .data-time {
        font-size: 14px;
    }
}

.reserved-area .post-single .box-content-news .title {
    color: #414141;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.reserved-area .post-single .box-content-news .summary {
    opacity: 0.6;
    color: #1A1B3B;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
}

@media (max-width: 768px) {
    .reserved-area .post-single .box-content-news {
        width: 100%;
    }
}

#contact-block {
    display: none;
}

@media (max-width: 768px) {
    .vc_custom_1588168478673 {
        padding-bottom: 0 !important;
    }

    .vc_custom_1589268588916 {
        padding-top: 0 !important;
    }

    .vc_custom_1588688749011,
    .vc_custom_1588688743008,
    .vc_custom_1588690576137 {
        padding-bottom: 15px !important;
    }

    .vc_custom_1587023354763 br,
    .vc_custom_1587029105900 br,
    .vc_custom_1588675841921 br,
    .vc_custom_1588685755797 br {
        display: none;
    }
}


/*************** VIDEO ***************/

.dc-video-player-wrapper {
    position: relative !important;
}


/******** LANDING PAGE *********************************************************************/

#landing-page #header {
    height: 94px;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}

#landing-page #header .container {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#landing-page #header #logo {
    // background: url(images/logo_landing.png) no-repeat center left;
    // background-size: auto 100%;
    width: 245px;
    height: 45px;
    display: block;
    cursor: pointer;
}

@media (max-width: 768px) {
    #landing-page #header {
        height: 68px;
    }
}

#landing-page #footer .policy-social {
    width: 100%;
}

#landing-page #footer .support-number {
    width: 240px;
    text-align: right;
}

.controparti-form input[type=text],
.controparti-form input[type=date],
.controparti-form input[type=email],
.controparti-form input[type=tel],
.controparti-form input[type=password],
.controparti-form input[type=number],
.controparti-form select,
.controparti-form textarea {
    max-width: unset;
}

.button:focus,
input[type="submit"]:focus,
.wpcf7-submit:focus {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
}

/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
}

.button .screen-reader-text {
    height: auto;
    /* Fixes a Safari+VoiceOver bug, see ticket #42006 */
}

@media screen and (min-width: 601px) {
    .logo-mobile {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        height: 100%;
        /* width: auto !important; */
        max-width: 100% !important;
    }
}