.ekko-lightbox .modal-dialog .modal-content .modal-header .modal-title { color: #fff; }

/*
 * AGGIUNTI GINO PER POPUP PRIVACY INVIO CV 28/08/2017
 */
#privacycv-popup {
    display: block;
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#privacycv-popup-content {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px 0 15px;
    width: 70%;
    max-width: 600px;
    max-height: 80%;
    overflow-y: scroll;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: left;
    border: 5px solid #fff;
}

#privacycv-popup-content h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#privacycv-popup-content .privacycv-popup-footer {
    display: block;
    position: sticky;
    width: 100%;
    min-height: 50px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 5002;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #4e606a;
    box-sizing: border-box;
}

#privacycv-popup-content .privacycv-popup-footer .privacycv-close-btn {
    display: inline-block;
    background: #4e606a;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px 4px 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 8px 10px 0 10px;
}

#privacycv-popup-content .privacycv-popup-footer .privacycv-close-btn:last-child {
    margin: 8px 10px 8px 10px;
}

#privacycv-popup-content ul {
    margin: 20px 20px 20px 0px;
}

/*
 * AGGIUNTI GINO PER SEARCH BAR CUSTOM 22/01/2018
 */
.autocomplete-suggestions {
    margin-top: 2px;
    border: 1px solid #8a8a8a;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    font-family: 'MyriadSetPro regular';
    font-size: 16px;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #e1171d; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #e1171d; display: block; border-bottom: 1px solid #000; }


/*
 * AGGIUNTI FABIO PER POPUP CTA LEAD 28/08/2019
 */
#cta_lead-popup {
    display: block;
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
#cta_lead-popup-content {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px 0 15px;
    width: 70%;
    max-width: 600px;
    max-height: 90%;
    overflow-y: auto;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: left;
    border: 5px solid #fff;
}
#cta_lead-popup-content h3 {
	margin-top: 0;
	text-align: center;
}
#cta_lead-popup-content .cta_lead-popup-footer {
    display: block;
    position: sticky;
    width: 100%;
    min-height: 50px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 5002;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #4e606a;
    box-sizing: border-box;
}
#cta_lead-popup-content .cta_lead-popup-footer .cta_lead-close-btn {
    display: inline-block;
    background: #4e606a;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px 4px 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 8px 10px 0 10px;
}
#cta_lead-popup-content .cta_lead-popup-footer .cta_lead-close-btn:last-child {
    margin: 8px 10px 8px 10px;
}
#cta_lead-popup-content .cta_lead-btn-default {
    display: inline-block;
    background: #4e606a;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px 4px 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 8px 10px 0 10px;
}
#cta_lead-popup-content .cta_lead-close-btn-X {
    position: absolute;
	right: 0;
	top: 0;
	padding: 7px 15px 4px 15px;
	margin: 0 10px 0 10px;
	color: #4e606a;
	font-size: 22px;
}

/*BANNER CTA DOWNLOAD*/
.banner-download { 
	width: 100%;
	padding: 15px 0;
	background-color: #4e606a;
	text-align: center;
	display: table;
	vertical-align: middle;
	background-image: url(../images/bg-banner.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	position: relative;
}
.banner-download:hover { 
	background-color: #e1171d;
}
.banner-download .text-content { 
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.banner-download .text-content .scr01 { 
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
.banner-download .text-content .scr02 { 
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 10%;
}
.banner-download .text-content .button { 
	display: table;
	margin: 10px auto;
	background-color: #fff;
	text-align: center;
	padding:6px 20px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #4e606a;
}
.banner-download .download-arrow { 
	width:100px;
	height: 100px;
	display: block;
	background-color: #fff;
	position: absolute;
	right: -130px;
	bottom: 0;
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	text-align: center;
}
.banner-download:hover .download-arrow { 
	right: -75px;
	bottom: 0;
}
.banner-download .download-arrow img { 
	width:33px;
	height: 33px;
	display: block;
	transform: rotate(-45deg);
	margin-top: 66px;
	z-index: 2;
}
.cont-01 { 
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

/*
 * AGGIUNTI GINO PER NUOVO SLIDER 19/11/2019
 */
 
.owl-carousel .owl-stage-outer #dynam-nav {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 5px !important;
    left: 0;
    bottom: 220px;
    text-align: center;
    z-index: 99999999;
}

.owl-carousel .owl-stage-outer #dynam-nav .timeline {
    display: inline-block;
    position: relative;
    width: 5%;
    min-width: 70px;
    height: 5px;
    background: rgba(255,255,255,0.35);
    margin: 0 10px 0 10px;
}

.owl-carousel .owl-stage-outer #dynam-nav .timeline:not(.animate):hover {
    background: rgba(255, 0, 0, 0.7);
    cursor: pointer;
}

.owl-carousel .owl-stage-outer #dynam-nav .timeline.animate:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 5px;
    background: #fff;
    animation: fillWidth linear forwards;
    animation-duration: inherit;
}

@keyframes fillWidth{
    from{ 
        width: 0
    }
    to {
        width: 100%
    }
}

.row .accordion-content:last-of-type {
	margin-bottom: 20px;
}

/*
 * AGGIUNTI GINO PER POPUO CONTACT 23/07/2020
 */

.inline-contact-button, .inline-contact-button:link, .inline-contact-button:visited {
    display: inline-block;
    margin-left: 10px;
    background: #e1171d; 
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 15px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.inline-contact-button:hover {
    background: #e05c60; 
}

 #contact-popup {
    display: block;
    position: fixed;
    background: rgba(100, 100, 100, 0.6);
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#contact-popup-content {
    border-radius: 10px;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px 0 15px;
    width: 70%;
    max-width: 600px;
    max-height: 90%;
    overflow-y: auto;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: left;
    border: 5px solid #fff;
}

#contact-popup-content h3 {
	margin-top: 0;
	text-align: center;
}

#contact-popup-content h3 span {
    text-transform: capitalize;
}

#contact-popup-content .contact-popup-footer {
    display: block;
    position: sticky;
    width: 100%;
    min-height: 50px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 5002;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #4e606a;
    box-sizing: border-box;
}

#contact-popup-content .contact-popup-footer .contact-close-btn {
    display: inline-block;
    background: #4e606a;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px 4px 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 8px 10px 0 10px;
}

#contact-popup-content .contact-popup-footer .contact-close-btn:last-child {
    margin: 8px 10px 8px 10px;
}

#contact-popup-content .contact-btn-default {
    display: inline-block;
    background: #4e606a;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px 4px 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 8px 10px 0 10px;
}

#contact-popup-content .contact-close-btn-X {
    position: absolute;
	right: 0;
	top: 0;
	padding: 7px 15px 4px 15px;
	margin: 0 10px 0 10px;
	color: #4e606a;
	font-size: 22px;
}