@charset "utf-8";
/* CSS personalizzazioni GFL 2020 */
body.template_page.desktop .template-list a {
    border-bottom: 3px dashed #e5e5e5;
}
body.template_page.desktop .template-list a:hover {
    color: #0c3371;
    font-weight: 900;
}
ul.blue-italic-scp2 li {
    color: #133371;
    font-style: italic;
}
ul.blue-italic-scp2 li {
    padding-left: 20px;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #454253;
}
ul.blue-italic-scp2 li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 10px;
    height: 8px;
    background: #00A0DC;
}
ul.blue-italic-scp2 li {
    list-style-type: none;
}
ol.elenco_numerato {
    counter-reset: li;
    list-style: none;
}
ol.elenco_numerato li::before {
    content: counter(li);
    counter-increment: li;
    color: #00A0DC;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 10px;
    text-align: right;
    direction: rtl;
    font-weight: 800;
}

.icheckbox {
    margin: 0 10px 0px 0px;
    width: 29px;
    height: 28px;
    background: url(../../images/icone/icheck.png) no-repeat;
    background-size: 360px 28px;
}
.iradio {
    margin: 0 10px 0px 0px;
    width: 29px;
    height: 28px;
    background: url(../../images/icone/icheck.png) no-repeat;
    background-size: 360px 28px;
    background-position: -180px 0 !important;
    vertical-align: top;
}
.iradio.checked {
    background-position: -240px 0 !important;
}

.btn_gfl {
    max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    background: #00A0DC;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 56px);
    border-radius: 0;
}
.btn_gfl:hover {
    background: #4fb9e0 !important;
    color: #fff;
}
.btn_gfl_active {
    max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    background: #003572;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 56px);
    border-radius: 0;
}
.btn_gfl_active:hover {
    background: #00A0DC !important;
    color: #fff;
}
.btn_gfl_white {
    max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 40px;
    font-size: 17px;
    border: 2px solid #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: calc(100% - 56px);
    border-radius: 0;
}
.btn.btn-white:hover {
    background-color: #fff;
    border-color: #4fb9e0;
    color: #4fb9e0;
}
.btn_gfl_disabled {
    max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 56px);
    border-radius: 0;
}
.btn_gfl_fullwidth {
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    color: #003572 !important;
}

.panel-group .panel .panel-heading {
    background-color: #fff;
    border-bottom: 0px solid #e5e5e5;
    border-radius: 0;
    font-size: 21px;
    line-height: 24px;
    color: #133371;
    font-weight: 700;
    border-left: 2px solid #133371;
    padding: 15px 50px 15px 26px;
}
.panel-group .panel+.panel {
    margin-top: 20px;
}
.panel-group .panel .panel-heading a {
    width: 100%;
    display: block;
    text-transform: capitalize;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    color: #133371;
    font-weight: 700;
}
.panel-group .panel .panel-collapse .panel-body {
    padding: 10px 30px 0px 30px;
    font-size: 17px;
    line-height: 20px;
    color: #454253;
}
.panel-group .panel .panel-heading a:before {
    color: #00A0DC;
}
.modal .modal-content .modal-footer .btn.full-width {
    padding: 0 15px;
}
.btn_gfl_active_full {
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    background: #003572;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}
.btn_gfl_active_full:hover {
    background: #00A0DC !important;
    color: #fff;
}
.step-navigation ul li.done .step, .tracking-step ul li.done .step {
    background-color: #00A0DC;
}
.done .step_gfl .label {
    border: 3px solid #00a0dc;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin: auto auto 6px auto;
    line-height: 16px !important;
    font-size: 14px !important;
    padding-top: 15px;
	color: #00a0dc !important;
}
.step_gfl .label {
    border: 3px solid #e5e5e5;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin: auto auto 6px auto;
    line-height: 16px !important;
    font-size: 14px !important;
    padding-top: 15px;
    color: #e5e5e5 !important;
}

.tooltip .tooltip-inner {
    background: #FFF;
    color: #133371;
    border-radius: 10px;
    border: 1px solid #707070;
    padding: 20px;
}

.tooltip .tooltip.right .tooltip-arrow {
    border-right-color: #707070;
}

.tooltip-arrow:before {
    content: ' ';
    position: absolute;
    border-width: 5px 5px 5px 0;
    border-right-color: #FFF;
    border-style: solid;
    top: -5px;
    left: 1px;
    color: transparent;
}

.loading-animation .spinner {
    width: 124px;
    height: 124px;
    background-image: url(../images/roller.svg);
    position: relative;
}

.loading-animation .spinner:before {
    content: ' ';
    position: absolute;
    background-image: url(../images/logo_giuffre_negativo.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 44px;
    height: 44px;
    background-size: contain;
}
.step-navigation[step-number="4"] li, .tracking-step[step-number="4"] li {
    width: 24%;
    margin-right: 3px;
}
.form-item input:not(.range-slider).empty {
    border: 1px solid #848888;
	padding-left: 10px;
    padding-bottom: 3px;
}
.form-item input:not(.range-slider):not([value]) {
    border: 1px solid #848888;
    padding-left: 10px;
    padding-bottom: 3px;
    background: #fff;
}
.form-item input:not(.range-slider).dirty {
    border: 1px solid #848888;
    padding-left: 10px;
    padding-bottom: 3px;
    background: #fff;
}
.form-item input:not(.range-slider).empty+label {
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    padding-left: 14px;
}
.form-item .field-info {
    display: block;
    position: absolute;
    right: 6px;
    top: 17px;
}
.form-item label.autocomplete-label {
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.form-item .bootstrap-select button.dropdown-toggle.bs-placeholder {
    border: 1px solid #848888;
    padding-left: 10px;
    padding-bottom: 3px;
    height: 40px;
}
.form-item.toggle-check>input+label {
    height: 43px;
    line-height: 43px;
	padding: 0px 17px;
}
.form-item.toggle-check>input+label:before {
    top: 4px !important;
}
.form-item .bootstrap-select+label {
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.form-item .bootstrap-select button.dropdown-toggle .caret {
    border: none;
    right: 38px;
    margin-top: -15px;
}
.form-item .bootstrap-select.loading .dropdown-toggle .caret:before {
    filter: hue-rotate(222deg) contrast(48%);
}
.form-item .bootstrap-select.dirty button.dropdown-toggle {
    z-index: 2;
    position: relative;
    display: block;
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 8px;
    border-radius: 0;
    text-transform: none;
    border: 1px solid #848888;
    padding-left: 10px;
    padding-bottom: 3px;
}
.multi-toggle>button {
    text-overflow: clip;
    height: 43px;
    line-height: 43px;
    padding: 0px 17px;
    border-radius: 0;
    color: #133371;
    font-size: 17px;
}
.form-item .multi-toggle .dropdown .dropdown-toggle {
    padding: 6px 10px;
    height: 43px;
    line-height: 50px;
    border-radius: 0;
}
.form-item .multi-toggle.double-option button.btn i {
    position: absolute;
    font-size: 23px;
    left: 18px;
    margin-top: 4px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-bottom: 1rem;
    list-style: none;
}
ol.breadcrumb a {
    font-weight: 700;
    color: #00a2dd;
}
.breadcrumb-item.active {
    color: #133371;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #00a1dd;
    content: "-";
}
span.divisore {
    display: block;
    text-align: center;
    border-bottom: 1px dashed #fff;
    width: 50%;
    margin: 0px auto 20px auto;
}
img.img-responsive.menu-gfl {
    padding: 0 20px 0 20px;
}
img.img-responsive.menu-gfl:hover {
    opacity: 0.4;
}
li.active_manuale {
    opacity: 0.4;
}
.searchBox .main-box {
    padding: 20px 15px;
    border: 1px solid #ddd;
    background: #EAEBEB;
}
.searchBox .form-icon {
    float: left;
    width: 35px;
}
.searchBox .form-item {
    width: calc(100% - 100px - 30px - 35px);
    margin: 0;
    float: left;
    padding-top: 0;
    margin: 10px 15px 0;
}
.searchBox .main-box:after {
    content: ' ';
    display: table;
    clear: both;
}
.searchBox button {
    width: 100px;
    float: left;
    height: 38px;
    position: relative;
    margin-top: 10px;
}
.searchBox button .button-addon {
    position: absolute;
    color: #003572;
    font-size: 11px;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
.searchBox button:hover .button-addon {
    color: #00A0DC;
}
.searchBox .suggestions {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
}
.searchBox .suggestions {
    padding: 0 15px;
}
.searchBox .suggestions .results p:first-child {
    padding-top: 15px;
}
.searchBox .suggestions .results p:last-child {
    padding-top: 15px;
}
.searchBox.filled .suggestions {
    max-height: 300px;
}
.bs-example.search {
    margin-bottom: 0;
}
.results {
    background: #eaebeb;
    padding: 0px 0 0px 71px;
}
a.logo_toolkit {
    text-align: center;
    border: 1px dashed #cccccc;
    padding: 10px;
    width: 65px;
    height: 60px;
    display: grid;
    float: left;
    margin-right: 5px;
    padding-top: 12px;
    background: #efefef;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
}
a.logo_toolkit i {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: -3px;
}
a.logo_toolkit:hover {
    background: #009fde;
    color: #fff;
}
a.download_toolkit {
    text-align: center;
    border: 1px dashed #cccccc;
    padding: 10px;
    width: 65px;
    height: 60px;
    display: grid;
    margin-right: 5px;
    padding-top: 12px;
    background: #efefef;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
}
a.download_toolkit:hover {
    background: #009fde;
    color: #fff;
}
a.back-to-top {
    color: #003572;
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: 1px dashed #dedede;
}
img.img-responsive.logo-download {
    width: 65px;
    margin-bottom: 15px;
    text-align: center;
}
img.img-responsive.anteprima-logo {
    width: 85%;
}
img.img-responsive.logo-download.logo-orizzontale {
    width: 190px;
    height: 60px;
    margin-bottom: 15px;
    text-align: center;
    object-fit: contain;
}
img.img-responsive.anteprima-logo.anteprima-logo-orizzontale {
    height: 62px;
    object-fit: contain;
}
.border-info-ghp {
    background: #eaebeb;
    border-left: 7px solid #00a6de;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    position: relative;
}
.border-info-in-ghp {
    padding: 80px 100px;
}


.operating-content-in-ghp {
    float: left;
    padding: 0px;
}
.operating-list-ghp h3 {
    min-height: 34px;
}
h3 {
    font-size: 31px;
    line-height: 34px;
    font-weight: 700;
    color: #133371;
}
.operating-links-ghp {
    padding: 22px 0 5px 0;
}
.operating-links-ghp ul li {
    padding-bottom: 15px;
}
.operating-links-ghp ul li a {
    border-left: 7px solid #00a6de;
    padding: 17px 10px 15px 28px;
    font-size: 17px;
    color: #454253;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    word-break: break-word;
}
.operating-links-ghp a:hover, .operating-links-ghp  a:focus, .operating-links-ghp  a:active {
    outline: none;
    text-decoration: none;
}
.operating-links-ghp ul li a:hover {
    border-left-color: #133371;
}
.operating-links-ghp ul li {
    list-style-type: none;
}
.operating-links-ghp ul {
    margin: 0px;
    padding: 0px;
}
.online-content-ghp {
    background: #EAEBEB;
    padding: 60px 0;
}
.shop-box-ghp {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.shop-box-img-ghp {
    text-align: left;
    min-height: 250px;
}
.shop-box-img-ghp img {
    max-width: 100%;
    background: #fff;
    min-height: 250px;
    object-fit: contain;
}
.shop-price-ghp {
    max-width: 220px;
}
.shop-box-name-ghp {
    font-size: 17px;
    line-height: 20px;
    color: #133371;
    text-transform: uppercase;
    padding: 30px 0 12px 0;
    font-weight: 700;
}
.shop-box-name-ghp a {
    color: #133371;
}
.shop-box-price-ghp {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #133371;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0 32px;
}
.shop-box-price-ghp:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 7px;
    left: 0;
    top: 7px;
    background: #00a6de;
}

.shop-box-name-ghp a:hover, .shop-box-name-ghp  a:focus, .shop-box-name-ghp  a:active {
    outline: none;
    text-decoration: none;
}

#footer-esempio.footer-ghp {
    padding: 0px;
	margin: 0px;
}
#footer-esempio .footer-top-ghp {
    background: #133371;
    padding: 35px 0;
}
#footer-esempio .footer-top-in-ghp {
    padding: 0px;
}
#footer-esempio .footer-part-ghp {
    float: left;
}
#footer-esempio .footer-title-ghp {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}
#footer-esempio .footer-links-ghp ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
#footer-esempio .footer-links-ghp ul li a {
    color: #FFFFFF;
}
#footer-esempio .footer-email-input-ghp {
    padding-bottom: 10px;
}
#footer-esempio .footer-email-input-ghp input {
    min-width: 255px;
    height: 34px;
    border: 1px solid #848888;
    background: #fff;
    color: #848888;
    font-weight: 700;
    font-size: 15px;
    padding: 0 20px;
}
#footer-esempio .footer-email-btn-ghp .common-blue-btn-hp {
    max-width: 115px;
    height: 35px;
    line-height: 35px;
}
#footer-esempio .common-blue-btn-hp {
    max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    background: #00A6DE;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#footer-esempio .footer-follow-ghp ul li {
    float: left;
    margin-right: 20px;
}
#footer-esempio .footer-follow-ghp ul li img {
    width: 37px;
}
#footer-esempio .footer-bottom-ghp {
    background: #395488;
    padding: 20px 0;
}
#footer-esempio .footer-logo-ghp {
    float: left;
    width: 200px;
}
#footer-esempio .footer-logo-ghp img {
    width: 100px;
}
#footer-esempio .footer-right-ghp {
    float: right;
    width: calc(100% - 200px);
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    padding: 8px 0 0 0;
}
#footer-esempio .footer-right-ghp a {
    color: #FFFFFF;
}
#footer-esempio .footer-links-ghp {
    text-align: left;
}
#footer-esempio ul li {
    list-style-type: none;
}

a{ text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
a:hover, a:focus, a:active{ outline:none; text-decoration:none;}
#header{ }
.header-hp .common-btn-hp {
    max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    background: #00a6de;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.correlati-dropdown-hp .dropdown-toggle:focus, .network-dropdown-hp .dropdown-toggle:focus, .gfl-dropdown-hp .dropdown-toggle:focus {color: #FFF;}
.header-hp{ }
.header-top-hp{ background:#111d2e;}
.header-top-left-hp{ float:left;}
.gfl-dropdown-hp{ float:left;   }
.dropdown-toggle{ text-transform:uppercase; color:#fff; font-size:15px; line-height:47px; padding:0 15px; display:block; font-weight:700; }
.dropdown-toggle:hover{ color:#fff;}
.dropdown-toggle::after{ background:url(../images/down_arrow.svg) no-repeat center center; background-size:12px; border:0px; width:12px; height:7px; margin:0px 0 0 10px; vertical-align:middle; }
.dropdown.show .dropdown-toggle{ background:#fafafa; color:#000; }
.dropdown.show .dropdown-toggle::after{ -ms-transform: rotate(180deg); transform: rotate(180deg);  }
.single-dropdown-menu{ margin:0px; background-color: #fafafa; border:0px; border-radius: 0 0 4px 4px; box-shadow: 0 6px 12px rgba(0,0,0,.175); padding:0px; overflow:hidden; }
.single-dropdown-menu ul{ padding: 0; }
.single-dropdown-menu ul li{ list-style-type: none; }
.single-dropdown-menu ul li a{ padding:10px 15px; font-size:14px; color:#000; display:block; }
.single-dropdown-menu ul li a:hover{ background:#111d2e; color:#fff; }
.network-dropdown-hp{ float:left; margin-left:2px; }
.network-dropdown-hp:before{ content:''; background:#848888; position:absolute; width:2px; height:33px; top:7px; margin-left:-2px;  }
.network-dropdown-hp .dropdown{ position:static;}
.network-dropdown-hp .dropdown .dropdown-toggle svg{ margin-right:8px;  }
.network-dropdown-hp .dropdown .dropdown-toggle svg path{ -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.network-dropdown-hp .dropdown.show .dropdown-toggle svg path{ fill:#000;  }
.megamenu{ position: absolute;  width: calc(100% - 30px); top:47px !important; left: 15px !important; right: 0; transform: translate3d(0px, 0px, 0px) !important; margin:0px; background-color: #fafafa; border:0px; border-radius: 0 0 4px 4px; box-shadow: 0 6px 12px rgba(0,0,0,.175); padding:60px 40px; overflow:hidden;}
.menu-list-hp{ float:left; width:20%; padding:0 20px; }
.title-menu-list-hp{ color:#133371; text-transform:uppercase; font-weight:700; font-size:14px; line-height:23px; display:inline-block; padding-bottom:20px; min-height:43px; }
.title-menu-list-hp img{ vertical-align:middle; margin-right:10px; height:23px; display:inline-block; margin-top:-5px;}
.title-menu-item-hp{}
.title-menu-item-hp ul{ padding: 0; }
.title-menu-item-hp ul li{ font-size:14px; padding-bottom:3px; list-style-type: none }
.title-menu-item-hp ul li a{ color:#000;}
.title-menu-item-hp ul li a:hover{ color:#133371;}
.header-top-right-hp{ float:right; position:relative;}
.correlati-dropdown-hp{}
.correlati-dropdown-hp .dropdown-toggle{ /*padding:0 20px;*/}
.comm-dropdown-hp{ margin-left:2px;}
.comm-dropdown-hp:before{ content:''; background:#848888; position:absolute; width:2px; height:33px; top:7px; margin-left:-2px;  }
.comm-dropdown-hp .dropdown-toggle{ /*padding:0 20px;*/}
.comm-dropdown-hp .dropdown .dropdown-toggle svg{ margin-right:10px; vertical-align:middle; margin-top:-3px; }
.comm-dropdown-hp .dropdown .dropdown-toggle svg path{ -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.comm-dropdown-hp .dropdown.show .dropdown-toggle svg path{ stroke:#000;  }
.question-menu-hp{ float:left; font-size:29px; line-height:27px; padding:4px 0 2px 20px; border-left:2px solid #848888; margin:7px 0; }
.question-menu-hp a{ color:#fff; }
.header-bottom-hp{}
.logo-main-hp{ padding:20px 0 32px 0; float:left; }
.logo-hp{ float:left; padding-right:32px; border-right:7px solid #00943b; }
.logo-hp img{ height:42px; }
.hr-logo-hp{ float:left; line-height:42px; font-weight:700; font-size:28px; padding-left:25px; }
.hr-logo-hp a{ color:#133371; }  
.search-small-hp{ width:482px; background:#EAEBEB; float:right; margin:22px 0 0 0; padding:13px 15px; position:absolute; right:15px; z-index:99; }
.search-small-icon-hp{ width:42px; float:left;}
.search-small-icon-hp img{ width:100%; margin:-15px 0;} 
.search-small-right-hp{ width:calc(100% - 42px); float:right; }
.search-small-input-hp{ float:left; width:calc(100% - 115px); padding:0 15px; }
.search-small-input-hp input{ width:100%; height:34px; border: 1px solid #848888; font-size:14px; color:#848888; padding:0 15px; font-weight:700; }
.search-small-input-hp input::-webkit-input-placeholder { color:#848888;}
.search-small-input-hp input::-moz-placeholder { color:#848888;}
.search-small-input-hp input:-ms-input-placeholder { color:#848888;}
.search-small-input-hp input:-moz-placeholder { color:#848888; }
.suggestion-details-mobile-hp{ float:right; clear:both; width:calc(100% - 58px); padding:15px 0 0 0; }
.suggestion-details-mobile-hp p{ font-size:15px; line-height:20px; color:#454253; }
.suggestion-details-mobile-hp p span{ font-weight:700; }
.search-small-main-btn-hp{ width:115px; float:right;}
.search-small-btn-hp{ width:100%; height:34px; line-height:34px; font-size:15px; }
.navigation-main-hp{}
.navigation-main-overlay-hp{ content:''; position:absolute; background:#eaebeb; width:calc(100% - 30px); margin-top:48px; display:none; }
.advance-hp{ font-size:13px; font-weight:700; text-transform:uppercase; margin:4px -1px -8px 0; line-height:15px; }
.advance-hp a{ color:#00943B; display:flex; }
.calandar-hp{ background: #EAEBEB; width: 72px; height: 72px; position: absolute; top: 0;left: -85px; text-align:center; line-height:72px;}
.calandar-hp img{ width:54px;}
.calandar-mobile-hp{ display:none !important;}
.removed-search-hp{ width:auto; padding:0px;}
.removed-search-hp .calandar-hp{ left:-73px; }
.comm-dropdown-menu{ min-width:295px; padding:20px; }
.comm-title-hp{ font-size:17px; line-height:24px; font-weight:700; text-transform:uppercase; padding-bottom:12px; }
.comm-title-hp a{ color:#133371; }
.comm-dropdown-menu ul{}
.comm-dropdown-menu ul li{ font-size:17px; line-height:20px; text-transform:uppercase; font-weight:700; }
.comm-dropdown-menu ul li a{ color:#133371; position:relative; padding-left:25px;}
.comm-dropdown-menu ul li a:hover {
    background: none;
    color: #00a6de;
}
.comm-dropdown-menu ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 11px;
    height: 7px;
    background: #00a6de;
}
.comm-btn-hp{ padding-top:10px;} 
.comm-btn-hp a { height:47px; line-height:47px;}
.comm-btn-hp a svg{ vertical-align: middle; margin-top: -6px;}
.CodeMirror { background: none !important; max-height: 200px; }
.CodeMirror-cursors { display: none; }
.common-blue-btn-hp{ max-width:214px; padding:0 15px; height:43px; line-height:43px; background:#00A6DE; font-weight:700; color:#fff; text-align:center; font-size:17px; text-transform:uppercase; display:block; border:0px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.common-blue-btn-hp:hover{ background:#133371; color:#fff; }
.logo-main-ghp{ padding:27px 0px; }
.logo-main-ghp .logo-hp{ padding:0px; border:0px;}
.logo-main-ghp .logo-hp img{ height:40px;}
.navigation-main-ghp .stellarnav.desktop > ul > li > a{ font-size:17px !important; }
.navigation-main-ghp .stellarnav.desktop > ul > li > a:before{ background:#00A6DE; }
.navigation-main-ghp .stellarnav ul ul li a:before{ background:#00A6DE; }
.navigation-main-ghp .stellarnav ul ul li a:hover{ background:#00A6DE; }
.navigation-main-ghp .stellarnav li li.has-sub.active > a{ background:#00A6DE; }
.navigation-main-ghp .stellarnav.desktop > ul > li > a:before{ background:#00A6DE; }
.navigation-main-ghp .stellarnav ul ul li a:hover:before { background: #fff;}
.navigation-main-ghp .stellarnav li li.has-sub > a:after { background:url(../images/manu_arrow_right_blue.svg) no-repeat right center; background-size:7px; }
.navigation-main-ghp .stellarnav li li.has-sub.active > a:after {  background: url(../images/manu_arrow_right_white.svg) no-repeat right center; background-size: 7px;}
.stellarnav .megamenu-ghp{ }
.stellarnav .megamenu-ghp li{ float:left; border:0px; }
.stellarnav .megamenu-ghp li .tema-in-tab-azp{ width:100%;}
.tema-in-tab-ghp{ padding:30px 0 30px 0;}
.tema-in-tab-ghp .tema-left-tab-azp{ padding:0px;}
.tema-in-tab-ghp .tema-left-tab-azp img{ max-width:81px; max-height:99px; text-align:center; }
.tema-in-tab-ghp .tema-right-tab-azp{ border-left:2px solid #00A6DE; padding:0 14px 0 24px; }
.tema-in-tab-ghp .tema-right-title-azp{ color:#133371; min-height:50px; line-height:31px; padding:0px; }
.tema-in-tab-ghp .tema-right-subtitle-azp{ color:#133371; font-size:17px; line-height:20px; text-transform: none; min-height:80px; }
.tema-in-tab-ghp .tema-btn-main-azp{ padding:10px 0 0 0;}
.tema-in-tab-ghp .tema-btn-main-azp .common-blue-btn-hp{ padding:0px; margin:0px; color:#fff; line-height:43px;}
.tema-in-tab-ghp .tema-btn-main-azp .common-blue-btn-hp:before{ display:none;}
.tema-in-tab-ghp .tema-btn-main-azp .common-blue-btn-hp:hover{ background:#133371; }
.banner-slider-ghp{}
.banner-item-ghp{ height:590px; }
.banner-item-in-ghp{  }
.banner-info-ghp{ max-width:800px; width:100%; margin:145px auto 0 auto; }
.banner-info-img-ghp{ width:105px; float:left;}
.banner-info-img-ghp img{ width:80px;}
.banner-info-right-ghp{ width:calc(100% - 105px); float:right; }
.banner-title-ghp{ font-size:61px; line-height:68px; font-weight:700; color: #FFFFFF; text-shadow: 3px 3px 3px #00000029; padding:10px 0 0 0; }
.banner-subtitle-ghp{ font-size:21px; line-height:24px; font-weight:700; color: #FFFFFF; text-shadow: 2px 2px 2px #00000046; padding:25px 0 0 0; }
.banner-btn-ghp{ padding:38px 0 0 0; }
.banner-btn-ghp .common-btn-hp{ background:rgba(255,255,255,0.69); color:#133371;     max-width: 214px;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.banner-btn-ghp .common-btn-hp:hover{ background:rgba(255,255,255,1); }
.border-block-ghp{ padding:75px 0 55px 0; }
.border-block-in-ghp{}
.border-info-ghp{ background:#eaebeb; border-left:7px solid #00a6de; max-width:1000px; margin:auto; width:100%;  position: relative; }
.border-info-in-ghp{ padding:80px 100px; }
.border-info-ghp h1{ color: #133371; }
.operating-block-ghp{ padding:0 0 60px 0; }
.operating-block-in-ghp{}
.common-title-main-ghp{}
.common-title-left-ghp{ float:left; width:calc(100% - 52px); padding-right:20px; }
.common-title-ghp{ font-size:41px; line-height:46px; color: #133371; font-weight:700; }
.common-subtitle-ghp{ font-size:21px; line-height:24px; font-weight:700; color: #00A6DE; padding:14px 0 0 0; }
.common-title-right-ghp{ float:right; width:52px; padding-top:22px;}
.common-title-right-ghp img{ width:100%;}


pre.language-markup {
    max-height: 300px;
}
.news3-box-ghp {
    width: 33.33%;
    float: left;
    border-left: 7px solid #133371;
    padding: 0 30px;
}
.lette-date-hp {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    color: #848888;
}
.lette-title-hp {
    font-size: 17px;
    line-height: 20px;
    color: #133371;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.news3-box-ghp .lette-title-hp:after {
    background: #00A6DE;
	content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 8px;
}
.lette-subtitle-hp {
    font-size: 17px;
    line-height: 20px;
    color: #454253;
    font-weight: 700;
    margin-top: 7px;
}
.lette-details-hp {
    padding-top: 8px;
}
.lette-details-hp p {
    font-size: 17px;
    line-height: 20px;
    color: #454253;
}
.view-all-link-hp {
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0 0 0px;
}
.news3-box-ghp .view-all-link-hp a {
    color: #00A6DE;
}
.lette-img-hp a img {
    width: 100%;
    margin: 15px 0 30px 0;
    min-height: 100px;
    object-fit: cover;
}
.three-title-hp {
    display: flex;
}
div#different-mail button.btn.btn-default.dropdown-toggle {
    display: inherit;
}
.icon-example svg {
    width: 50px;
    height: 50px;
}
div#aggiornamenti h3 {
    font-size: 16px;
}
div#aggiornamenti ul {
    font-size: 12px;
}
div#aggiornamenti p {
    margin-top: -20px;
}
.nav-tab_componente.nav-tab_content-ghp {
    max-width: 1000px;
    margin: auto;
}
.nav-tab_componente .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tab_componente.nav-tab_content-ghp .nav-tabs .nav-link:last-child {
    margin-right: 15px;
    width: 150px;
    border: 0;
}
.nav-tab_componente.nav-tab_content-ghp .nav-tabs .nav-link.active:after {
    background: #00a6de;
    width: 100%;
    left: 0;
    height: 2px;
}
.nav-tab_componente.nav-tab_content-ghp .nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #848888;
}
.nav-tab_componente .nav-tabs .nav-link.active {
    font-weight: 700;
}
.nav-tab_componente .nav-tabs .nav-link {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-right: 42px;
    font-size: 13px;
    line-height: 13px;
    color: #133371;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
}
.nav-tab_componente .tab-content {
    padding-top: 12px;
}
.nav-tab_componente.nav-tab_content-ghp .nav-tabs .nav-link.active:after {
    background: #00a6de;
    width: 100%;
    left: 0;
    height: 2px;
}
.nav-tab_componente.nav-tab_content-ghp .nav-tabs li.nav-item.active .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #00a6de;
}
.nav-tab_componente.nav-tab_content-ghp  li.nav-item.active a {
    color: #00a6de;
    font-weight: 900;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.lista_contatti {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 570px;
    overflow: auto;
    margin-right: -15px;
}
.contatto_dettaglio {
    display: flex;
}
.numero_contatto {
    color: #00a6de;
    display: inline-table;
    border-right: 5px solid #00a6de;
    margin-right: 15px;
    text-align: center;
    font-weight: 900;
    margin-top: -3px;
    padding: 0 10px 0 10px;
    position: inherit;
}
.nome_contatto {
    padding-right: 15px;
}
.contatto_dettaglio h2 {
    font-size: 16px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    line-height: 16px;
}
.nome_contatto address {
    font-size: 14px;
    line-height: 18px;
}
a.calcola-persorso {
    color: #003572;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #eaebeb;
}
.container.contatti_generale .col-md-4 {
    margin: 0 0px 0 0;
    padding: 0 0 0 10px;
    z-index: 10;
}
.nome_contatto svg {
    width: 26px;
    margin-top: 6px;
    margin-bottom: -15px;
    padding-bottom: 8px;
}
.dettaglio_filtri {
    margin-top: 10px;
}
span.filtro-ricerca {
    margin-right: 30px;
    font-size: 12px;
    font-weight: 900;
    color: #003572;
    text-transform: uppercase;
}
.tag-cloud {
    background: #f7f7f9;
    padding: 10px 18px 10px 18px;
}
.tag-cloud a {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    display: inline-block;
}
.tag-cloud a:hover {
    color: #133371;
    font-weight: bold;
}
.tag-cloud a.level-1 {
    color: #003572;
    font-size: 12px;
    line-height: 16px;
}
.tag-cloud a.level-2 {
    color: #003572;
    font-size: 16px;
    line-height: 20px;
}
.tag-cloud a.level-3 {
    color: #003572;
    font-size: 20px;
    line-height: 24px;
}
.tag-cloud a.level-4 {
    color: #003572;
    font-size: 23px;
    line-height: 30px;
}
.tag-cloud a.level-5 {
    color: #003572;
    font-size: 28px;
    line-height: 34px;
}
.spaziatura_150 {
    height: 150px;
}
.titolo_template {
    font-size: 20px;
    font-weight: 900;
    color: #00a3dd;
    border-bottom: 2px dotted #e5e5e5;
}
.slogato {
    margin-top: 25px;
    margin-bottom: 8px;
}
.logato {
    margin-top: 25px;
    margin-bottom: 8px;
}
svg.mini-icon {
    width: 20px;
}
span.numero_due {
    font-size: 12px;
    margin: 0 0 0 3px;
    position: absolute;
}
#step_text .step_gfl .label {
    border: 0px solid #e5e5e5;
    border-radius: 100%;
    width: auto;
    height: 65px;
    margin: auto auto 6px auto;
    line-height: 16px !important;
    font-size: 14px !important;
    padding-top: 15px;
    text-transform: none !important;
    color: #e5e5e5 !important;
}
#step_text .done .step_gfl .label {
    border: 0px solid #00a0dc;
    border-radius: 100%;
    width: auto;
    height: 65px;
    margin: auto auto 6px auto;
    line-height: 16px !important;
    font-size: 14px !important;
    text-transform: none;
    padding-top: 15px;
    color: #00a0dc !important;
}
.header-hp_mobile {
    width: 400px;
}
.header-hp_mobile .carrello-menu-hp a {
    padding: 0;
}
.header-hp_mobile .carrello-menu-hp:before {
    width: 0px;
    margin-left: 0;
}
.header-hp_mobile .carrello-menu-hp {
    margin-left: 5px;
}
.header-hp_mobile .comm-dropdown-hp:before {
    width: 0px;
    margin-left: 0px;
}
.header-hp_mobile .dropdown-toggle {
    padding: 0;
}
.header-hp_mobile .dropdown-toggle:after {
    display: none;
}
.header-hp_mobile .network-dropdown-hp:before {
    display: none;
}
.header-hp_mobile .gfl-dropdown-hp {
    float: left;
    margin-right: 16px;
}
.header-hp_mobile .menu-list-hp {
    width: 100%;
}
.container.menu_mappature {
    margin-top: 80px;
}
.pulsanti_mappature .btn.btn-active {
    font-size: 10px;
    height: 27px;
    line-height: 28px;
}
.pulsanti_mappature a.btn.btn-active.btn_gfl_active.mappa_attiva {
    background: #00a3dd !important;
}
td.nome_toolkit a {
    border-bottom: 4px dashed #00a3dd;
}
h1.titolo_sezione_logos {
    display: initial;
    font-size: 35px;
    margin-bottom: 0px;
    color: #ffffff;
    text-transform: uppercase;
    background: #0c3371;
    padding: 0 20px;
}
h1.titolino_loghi {
    margin-top: 50px !important;
}
.webstyle_bordo {
    border: 5px solid #e5e5e5;
    padding: 30px 30px 5px 30px;
    text-align: center;
	border-radius: 10px;
}
.container.bs-docs-container.area_spiega {
    margin-top: 80px;
}
.area_spiega i {
    font-size: 50px;
    text-align: center;
    color: #333333;
    padding-top: 19px;
    margin-bottom: 20px;
}
.area_spiega .col-md-2 {
    text-align: center;
}
.area_spiega .col-md-10 {
    margin-bottom: 70px;
    border-bottom: 2px dashed #00a3dd;
    padding-bottom: 60px;
    min-height: 150px;
}
p.titolini_sezione_intro {
    color: #333333;
    margin-top: -15px;
    font-size: 12px;
}
.area_spiega .col-md-2 a {
    display: inline-table;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.area_spiega .col-md-2 a:hover {
    background: #e5e5e5;
}
p.tit {
    margin: 0 0 -20px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
}
.mapp_toolkit .spaziatura_tratabelle {
    padding: 65px 0 18px 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #00a3dd;
}
.mapp_toolkit table#tablePreview tr td:nth-child(2) {
    text-align: left;
}
.mapp_toolkit table#tablePreview tr {
    text-align: center;
}
.mapp_toolkit table#tablePreview tr th:nth-child(2) {
    text-align: left;
}
.mapp_toolkit table#tablePreview th {
    text-align: center;
}
img.img-responsive.menu-gfl_grande {
    width: 50px;
    filter: brightness(0.2);
    margin: 15px 0 15px 0;
}
.area_spiega .col-md-2 img.img-responsive.menu-gfl_grande {
    display: inherit;
}
a.download_zip {
    font-size: 22px;
    margin: 0 0px 0 5px;
    padding: 1px 10px;
    color: #fff;
    border-radius: 2px;
    background: #133371;
}
a.download_zip:hover {
   background: #808080;
}
.titolo_template_banca-dati-editoriale {
    margin-top: 50px;
    padding-left: 23px;
    color: #00943B;
    font-size: 16px;
    margin-bottom: -10px;
    font-weight: bold;
    text-transform: uppercase;
}
.titolo_template_portali {
    margin-top: 50px;
    padding-left: 23px;
    color: #8e3838;
    font-size: 16px;
    margin-bottom: -10px;
    font-weight: bold;
    text-transform: uppercase;
}
.titolo_template_solo-grafica {
    margin-top: 50px;
    padding-left: 23px;
    color: #003572;
    font-size: 16px;
    margin-bottom: -10px;
    font-weight: bold;
    text-transform: uppercase;
}
/*------------------------------------------------------------------ FINE CSS GENERALE --*/

/*-- INIZIO Header Federato --*/
.header-top-hp {
    background: #111d2e;
}
.header-top-left-hp {
    float: left;
}
.gfl-dropdown-hp {
    float: left;
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 47px;
    padding: 0 15px;
    display: block;
    font-weight: 700;
}
.single-dropdown-menu {
    margin: 0px;
    background-color: #fafafa;
    border: 0px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 20px;
    overflow: hidden;
}
.single-dropdown-menu ul {
    padding: 0;
}
.single-dropdown-menu ul li {
    list-style-type: none;
}
.single-dropdown-menu ul li a {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    display: block;
}
.network-dropdown-hp {
    float: left;
    margin-left: 2px;
}
.network-dropdown-hp:before {
    content: '';
    background: #848888;
    position: absolute;
    width: 2px;
    height: 33px;
    top: 7px;
    margin-left: -2px;
}
.network-dropdown-hp .dropdown {
    position: static;
}
.dropdown-toggle {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 47px;
    padding: 0 15px;
    display: block;
    font-weight: 700;
}
.network-dropdown-hp .dropdown .dropdown-toggle svg {
    margin-right: 8px;
    margin-bottom: -4px;
}
.megamenu {
    position: absolute;
    width: calc(100% - 30px);
    top: 47px !important;
    left: 15px !important;
    right: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    margin: 0px;
    background-color: #fafafa;
    border: 0px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 60px 40px;
    overflow: hidden;
}
.menu-list-hp {
    float: left;
    width: 20%;
    padding: 0 20px;
}
.title-menu-list-hp {
    color: #133371;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    padding-bottom: 20px;
    min-height: 43px;
}
.title-menu-list-hp img {
    vertical-align: middle;
    margin-right: 10px;
    height: 23px;
    display: inline-block;
    margin-top: -5px;
}
.title-menu-item-hp ul {
    padding: 0;
}
.title-menu-item-hp ul li {
    font-size: 14px;
    padding-bottom: 3px;
    list-style-type: none;
}
.title-menu-item-hp ul li a {
    color: #000;
}
.header-top-right-hp {
    float: right;
    position: relative;
}
.gfl-dropdown-hp {
    float: left;
}
.comm-dropdown-hp:before {
    content: '';
    background: #848888;
    position: absolute;
    width: 2px;
    height: 33px;
    top: 7px;
    margin-left: -2px;
}
.question-menu-hp {
    float: left;
    font-size: 29px;
    line-height: 27px;
    padding: 4px 0 2px 20px;
    border-left: 2px solid #848888;
    margin: 7px 0;
}
.carrello-menu-hp {
    float: left;
    margin-left: 20px;
}
.carrello-menu-hp:before {
    content: '';
    background: #848888;
    position: absolute;
    width: 2px;
    height: 33px;
    top: 7px;
    margin-left: -2px;
}
.carrello-menu-hp a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 47px;
    padding: 0 15px;
    font-weight: 700;
}
a.icona-carrello svg {
    width: auto;
    height: 25px;
    margin-bottom: -7px;
}
a.numero-carrello {
    background: #00a6de;
    border-radius: 50px;
    padding: 6px 11px 6px 11px;
    text-align: center;
}
a.totale-carrello {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.preferiti-menu-hp {
    float: left;
}
.preferiti-menu-hp:before {
    content: '';
    background: #848888;
    position: absolute;
    width: 2px;
    height: 33px;
    top: 7px;
    margin-left: -2px;
}
.preferiti-menu-hp a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 47px;
    padding: 0 15px;
    display: block;
    font-weight: 700;
}
.dropdown-toggle:after {
    /*background: url(http://preview.monforte.it/gfl/memento-hr/images/down_arrow.svg) no-repeat center center;*/
    background-size: 12px;
    border: 0px;
    width: 12px;
    height: 7px;
    margin: 0px 0 0 10px;
    vertical-align: middle;
	display: inline-block;
    content: "";
}
a.login_hf {
    color: #fff;
    padding: 0 6px 0px 8px;
    display: flex;
    margin-top: 15px;
}
a.login_hf svg {
    margin-top: -7px;
    position: relative;
    display: flex;
    margin-right: 4px;
}
/*-- FINE Header Federato --*/

/*-- INIZIO CAROUSEL CARD --*/
.MultiCarousel { 
	overflow: hidden; 
	padding: 15px; 
	width: 100%; 
	position:relative; 
}
.MultiCarousel .MultiCarousel-inner { 
	transition: 1s ease all; 
	float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 22px;
    margin: 10px 15px 10px 15px;
    background: #ffffff;
    color: #666;
}
.carousel-news-toolkit .MultiCarousel-inner .item > div {
    width: 100%;
}
.MultiCarousel .leftLst {
    position: absolute;
    border-radius: 0%;
    top: calc(2% - 10px);
}
.MultiCarousel .leftLst {
    right: 40px;
}
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0%;
    top: calc(2% - 10px);
}
.MultiCarousel .rightLst { 
	right:0; 
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
	pointer-events: none; 
	background:#ccc; 
}
.MultiCarousel .MultiCarousel-inner .item .pad15 img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.MultiCarousel .MultiCarousel-inner .item .pad15 .shop-price-ghp {
    max-width: 220px;
    text-align: left;
}
.MultiCarousel .btn {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 15px;
    font-weight: 700;
    border-width: 2px;
}
.MultiCarousel .btn-primary {
    color: #fff;
    background-color: #133371;
    border-color: #133371;
    border: 0;
}
.MultiCarousel .button.btn-cart.js-add-to-cart {
    position: relative;
    float: left;
    color: #7f7f7f;
    border-color: transparent;
    background: none;
    border: 1px solid #e5e5e5 !important;
    font-size: 15px;
    padding: 2px 5px 2px 15px;
}
.MultiCarousel .product-item-inner {
    margin-top: 24px;
}
.MultiCarousel .button.btn-cart.js-add-to-cart svg {
    width: 20px;
    height: auto;
    float: left;
    margin: 2px 8px 0 -10px;
}
.MultiCarousel .actions-secondary.add-to-links {
    width: 25px;
    float: right;
    color: #000;
    padding: 3px 2px 0px 2px;
}
.MultiCarousel .actions-secondary.add-to-links a:hover {
    background: #133371;
    color: #fff;
    padding: 4px 3px 3px 3px;
    margin-left: -2px;
}
.MultiCarousel button.button.btn-cart.js-add-to-cart:hover {
    background: #133371;
    color: #fff;
}
/*-- FINE CAROUSEL CARD --*/

/*-- INIZIO TOGGLE --*/
.toggle_area .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}
.toggle_area .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle_area .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle_area .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle_area input:checked + .slider {
  background-color:  #133371;
}

.toggle_area input:focus + .slider {
  box-shadow: 0 0 1px  #133371;
}
.toggle_area input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.toggle_area .slider.round {
  border-radius: 34px;
}
.toggle_area .slider.round:before {
  border-radius: 50%;
}
/*-- FINE TOGGLE --*/

/*-- INIZIO CAMBIO COLORI BASE --*/
.change-css {
    position: fixed;
    z-index: 100;
    font-size: 12px;
    padding: 10px;
    margin: 20px 0 0 0;
}
.change-css h4 {
    font-size: 12px;
    margin: -6px 0px 10px 6px;
    font-weight: 900;
}
.change-css a:nth-child(2) {
    background: #133371;
	border-bottom: 5px solid #133371;
}
.change-css a:nth-child(3) {
    background: #A53535;
}
.change-css a:nth-child(4) {
    background: #00953B;
}
.change-css a:nth-child(5) {
    background: #808080;
}
.change-css a:hover {
    background: #bdbdbd;
}
.change-css a {
    font-size: 13px;
    margin: 0 0px 0 5px;
    padding: 1px 10px;
    color: #fff;
    border-radius: 2px;
}
svg#FAQ {
    background: #d5d8d8;
    width: 50px;
    height: 50px;
    padding-top: 9px;
}
/*-- FINE CAMBIO COLORI BASE --*/


/*-- INIZIO COLORI PANTONE --*/
.colore_tabella_uno {
    background: #0c3371;
    color: #fff;
}
.colore_tabella_due {
    background: #00a3dd;
	color: #fff;
}
.colore_tabella_tre {
    background: #00a3dd85;
}
.pantone_base {
    background: #133371;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_base span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_zero {
    background: #f1f1f1;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_zero span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_uno {
    background: #813034;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_uno span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_due {
    background: #C95551;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_due span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_tre {
    background: #BC827C;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_tre span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_quattro {
    background: #F79997;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_quattro span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_cinque {
    background: #A9AABC;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_cinque span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_sei {
    background: #DEBF8C;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_sei span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_sette {
    background: #BFA5A3;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_sette span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_otto {
    background: #757687;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_otto span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_nove {
    background: #A66C79;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_nove span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_dieci {
    background: #930014;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_dieci span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_undici {
    background: #CF7574;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_undici span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_dodici {
    background: #813034;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_dodici span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_tredici {
    background: #00A1DD;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_tredici span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_quattordici {
    background: #00953B;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_quattordici span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_quindici {
    background: #808080;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_quindici span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_sedici {
    background: #A53535;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_sedici span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}
.pantone_diciasette {
    background: #52C131;
    width: 70px;
    height: 53px;
    text-align: center;
}
.pantone_diciasette span {
    background: #fff;
    margin-top: 29px;
    display: inline-block;
    font-size: 12px;
    width: 92%;
    font-weight: 600;
}

/*-- FINE COLORI PANTONE --*/

/*-- INIZIO CARDS --*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    /* border-left: 6px solid #003572; */
    border-radius: .25rem;
    min-height: 500px !important;
    margin-bottom: 15px;
    background: #f7f7f7;
}
a.card:hover:before {
    border-left: 6px solid #003572;
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    left: -5px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card svg {
    overflow: hidden;
    vertical-align: middle;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 12px 30px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
h5.card-title {
    font-size: 18px;
    line-height: 20px;
    color: #133371;
    font-weight: 700;
    text-transform: uppercase;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
/*-- FINE CARDS --*/

/*-- INIZIO CARD AUTORE --*/
#cardautore {
    display: inline-block;
    margin: 2rem 0;
    background-color: #f7f7f7;
    border-left: 7px solid #133371;
}
a#cardautore img {
    margin-left: -9px;
}
span.nome {
    font-size: 25px;
    line-height: 22px;
    display: inherit;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 900;
}
span.qualifica {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    border-top: 1px solid #c1c1c1;
    padding: 2px 0 20px 0px;
}
.nome_qualifica svg {
    width: 40px;
    margin-top: 22px;
    margin-bottom: -10px;
}
/*-- FINE CARD AUTORE --*/

/*-- INIZIO table responsive --*/
.table caption.text-center {
    background: #133371;
    color: #fff;
    font-weight: bold;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border: 1px solid #ddd;
    padding: 15px 20px 15px 20px !important;
    font-size: 17px;
    line-height: 21px;
}
/*-- FINE table responsive --*/

/*-- INIZIO singola news --*/
.singola_news .lette-materia-hp {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: #133371;
    display: inline-block;
    margin-bottom: 15px;
}
.singola_news .lette-title-hp {
    font-size: 17px;
    line-height: 20px;
    color: #133371;
    font-weight: 700;
    margin-top: 7px;
    padding: 0;
    text-transform: none;
}
.singola_news .sezione_con_bordo {
    border-left: 7px solid #133371;
    margin: 30px 0 30px 0;
    padding: 0 20px 0 20px;
}
.singola_news .lette-date-name-hp {
    float: right;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: right;
}
.singola_news .lette-date-name-hp a {
    color: #133371;
    text-decoration: underline;
}
.singola_news .news-list-img-nlp img {
    width: 300px;
    height: 300px;
    margin: 0px 20px 20px 0px;
    float: left;
    object-fit: cover;
    background: #333333;
}
.singola_news .lette-date-hp {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #848888;
    margin-bottom: 10px;
    float: none;
}
/*-- INIZIO singola news --*/



/* ************************************************************************ */
/* ------------------------------------------------------------------------------------------------------------------------------------ RESPONSIVE */
/* ************************************************************************ */

/* ---------------------------------------------------------------------------------------------------------------------- DESKTOP FULL (orig. 1459)*/
@media only screen and (min-width : 1478px) {
.page-container .page-sidebar-wrapper .sidebar-menu {
    top: 190px !important;
}	
}

/* ---------------------------------------------------------------------------------------------------------------------- DESKTOP FULL (orig. 1459)*/
@media only screen and (min-width : 1356px) and (max-width : 1477px) {
.page-container .page-sidebar-wrapper .sidebar-menu {
    position: fixed;
    top: 110px;
}	
ul.sidebar-menu.docs.affix li {
    height: 37px !important;
}
ul.sidebar-menu.docs.affix-top li {
    height: 37px !important;
}
.page-container .page-sidebar-wrapper .sidebar-menu {
    top: 110px !important;
}
.change-css a {
    font-size: 10px !important;
}
ul.nav.bs-docs-sidenav {
    line-height: 9px !important;
}
header {
   /* height: 100px;*/
}	
.page-sidebar-wrapper a {
    padding: 0 !important;
    margin: 1px !important;
}	
}

/* -------------------------------------------------------------------------------------------------------------------------- DESKTOP - PORTATILI */
@media only screen and (min-width : 1200px) and (max-width : 1355px) {
.page-container .page-sidebar-wrapper .sidebar-menu {
    position: fixed;
    top: 110px;
}
ul.sidebar-menu.docs.affix li {
    height: 37px !important;
}
ul.sidebar-menu.docs.affix-top li {
    height: 37px !important;
}
.page-container .page-sidebar-wrapper .sidebar-menu {
    top: 110px !important;
}
.change-css a {
    font-size: 10px !important;
}
ul.nav.bs-docs-sidenav {
    line-height: 9px !important;
}
header {
    /*height: 100px;*/
}
.page-sidebar-wrapper a {
    padding: 0 !important;
    margin: 1px !important;
}	
}

/* ----------------------------------------------------------------------------------------------------------------------------- TABLET LANDSCAPE */
@media only screen and (min-width : 993px) and (max-width : 1199px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ TABLET PORTRAIT */
@media only screen and (min-width : 768px) and (max-width : 992px) {
}

/* ----------------------------------------------------------------------------------------------------- MOBILE LANDSCAPE + MOBILE HD FULL GRANDI */
@media only screen and (min-width : 401px) and (max-width : 767px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ MOBILE PORTRAIT */
@media only screen and (max-width : 400px) {
}
