
/*! Version: 1.0.4 */
/*! Copyright: Adriano Belfiore */
/*! Data: 07/05/2021 */
/* ======================== */



/* GLOBAL FOOTER
==================================================================== */


#footer-container {
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust:100%;
    width:100%;
}

#footer-container,
#footer-container:before,
#footer-container:after,
#footer-container *,
#footer-container * :before,
#footer-container * :after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
   /* padding: 0;*/
    pointer-events: auto;
    letter-spacing:normal;
}

#footer-container *,
#footer-container * :before,
#footer-container * :after {
   	font-size: 12px;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align:inherit;
}
@media only screen and (max-width: 767px) {
    #footer-container *,
	#footer-container * :before,
	#footer-container * :after { font-size: 13px;}
}

#footer-container article,
#footer-container aside,
#footer-container details,
#footer-container figcaption,
#footer-container figure,
#footer-container footer,
#footer-container header,
#footer-container nav,
#footer-container section {
    display:block;
}

#footer-container img {
    border: 0;
    vertical-align:middle;
}

#footer-container ul {
    list-style:none;
}

#footer-container,
#footer-container input,
#footer-container textarea,
#footer-container select,
#footer-container button {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align:left;
}

#footer-container {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.33337;
    letter-spacing: -.01em;

	min-width: 1024px;
    background-color: #f5f5f7;
    color: #1d1d1f;
    overflow: hidden;
    position: relative;
    z-index:1;
}

@media only screen and (max-width: 1044px) {
    #footer-container { min-width:320px; }
}
@media only screen and (max-width: 767px) {
    #footer-container { font-size: 14px; min-width:120px; }
}

#footer-container h1,
#footer-container h2,
#footer-container h3,
#footer-container h4,
#footer-container h5,
#footer-container h6 {
    color:inherit;
}

#footer-container a {
    color: #ced3f9;
    text-decoration:none;
}

#footer-container a:hover {
    color: #fff;
    text-decoration:underline;
}




#footer-container a.ac-gf-block {
    color: inherit;
    text-decoration:none;
}

#footer-container a.ac-gf-block:hover {
    color:inherit
}


#footer-container .footer-content {
/*	max-width: 980px;
    margin: 0 auto;
   	padding: 0 22px;
*/
    padding-left: calc(0px + constant(safe-area-inset-left));
    padding-right:calc(0px + constant(safe-area-inset-right));

}
/**/
@supports (padding: calc(max(0px))) {
    #footer-container .footer-content {
        padding-left: calc(max(0px, env(safe-area-inset-left)));
        padding-right:calc(max(0px, env(safe-area-inset-right)));
    }
}

/*
@media only screen and (max-width: 767px) {
    #footer-container .footer-content {
        padding:0 16px;
    }
}
*/




.footer-contact {
	background-color: #7c83b4;
}

.footer-information {
	background-color: #454f95;
}




/*
	#####################
	FOOTER DIRECTOR
	####################
*/
.footer-box {margin-left: 20px !important;}

#footer-container .footer-contact .footer-box,
#footer-container .footer-information .footer-box {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding:20px;
}
#footer-container .footer-contact .footer-box:last-child,
#footer-container .footer-information .footer-box:last-child {
    padding-bottom:28px;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-contact .footer-box,
    #footer-container .footer-information .footer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction:column;
    }
    .footer-box {margin-left: 0px !important;}
}

#footer-container .footer-directory-column {
    -ms-flex-preferred-size: 25%;
    flex-basis:33.33%;
}

#footer-container .footer-directory-column-double {
    -ms-flex-preferred-size: 50%;
    flex-basis:50%;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-directory-column,
    #footer-container .footer-directory-column-double {
        -ms-flex-preferred-size: auto;
        flex-basis:auto;
    }
}

#footer-container .footer-section {
    pointer-events:none;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-section {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #d2d2d7;
        overflow: hidden;
        pointer-events:auto;
    }
}

#footer-container .footer-section ~ .footer-section {
    padding-top:24px;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-section ~ .footer-section {
        padding-top:0;
    }
}

#footer-container .footer-title {
    font-size: 14px;
    line-height: 1.33337;
    letter-spacing: -.01em;
    font-weight: 600;
    color:#dfe2f7;
    margin-right: 20px;
    margin-bottom:.8em;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-title {
        font-size: 15px;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;

        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index:2;
    }



    #footer-container .footer-title:hover {
        color:#fff;
    }


    #footer-container .footer-title:after {
        content: '+';
        float: right;
        /*font-size: 14px;*/
        font-size: 20px;
        font-weight: normal;
        margin-top: -2px;
        margin-right: 8px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        padding: 0px 3px 3px 3px;
    }

 /*
 open section - title none
 ****************** */

     #footer-container .footer-directory-column-double .footer-title:after {display:none;}
}

#footer-container .footer-list {
    margin-right: 20px;
    list-style: none;
    padding:0;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-list {
        margin: 0;
        overflow: hidden;
    /*    padding-top: 5px; */
        padding-bottom: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        -webkit-transform: translateY(-100px);
        transform:translateY(-100px);
    }
}

#footer-container .footer-item {
    display: block;
    pointer-events: auto;
    margin-bottom:.8em;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-item {
        margin-bottom:0;
    }
}

#footer-container .footer-item:last-child {
    margin-bottom:0;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-link {
        padding: 6px 14px;
        display:block;
    }

    #footer-container .footer-link:focus {
        outline-offset:-6px;
    }
}

#footer-container .footer-anchor {
    right: 0;
    cursor: default;
    display: none;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    z-index:10;
}

#footer-container .footer-anchor:focus {
    outline-offset: -6px;
    width: 25px;
    height:38px;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-anchor {
        display:block;
    }
}

#footer-container .label-close {
    display:none;
}

#footer-container .anchor-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border:0;
}

#footer-container .footer-state {
    display:none;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-state:target + .footer-section .footer-title,
    #footer-container .footer-state:checked + .footer-section .footer-title {
        color:#fff;
    }

    #footer-container .footer-state:target + .footer-section .footer-title:after,
    #footer-container .footer-state:checked + .footer-section .footer-title:after {
        -webkit-transform: rotate(45deg) scale(1.08);
        transform:rotate(45deg) scale(1.08);
        font-size: 18px;
        padding: 0px 3px 3px 3px;
    }

    #footer-container .footer-state:target + .footer-section .footer-list,
    #footer-container .footer-state:checked + .footer-section .footer-list {
        position: static;
        visibility: visible;
        z-index: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition:transform 300ms ease, -webkit-transform 300ms ease;
    }

 /*
 open section list
 ****************** */


 #footer-container .footer-directory-column-double .footer-state:target + .footer-section .footer-list,
 #footer-container .footer-directory-column-double .footer-state:not(:checked) + .footer-section .footer-list {
 	display:block;
 	 position: static;
 	visibility: visible;
 	z-index: 1;
 	 -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition:transform 300ms ease, -webkit-transform 300ms ease;
 	}



    #footer-container .footer-state:target + .footer-section .label-open,
    #footer-container .footer-state:checked + .footer-section .label-open {
        display:none;
    }

    #footer-container .footer-state:target + .footer-section .label-close,
    #footer-container .footer-state:checked + .footer-section .label-close {
        display:block;
    }

    /* CHEK news letter
    =======================

    #footer-container .footer-section .form-check-slider {
        display:none;
    }

    #footer-container .footer-state:target + .footer-section .form-check-slider,
    #footer-container .footer-state:checked + .footer-section .form-check-slider {
        display:block;
    }
    */
}


#footer-container .ac-gf-footer {
    border-top: 1px solid #d2d2d7;
    color: #86868b;
    padding: 17px 0 21px;
    padding-bottom:calc(21px + constant(safe-area-inset-bottom));
}

@supports (padding: calc(max(0px))) {
    #footer-container .ac-gf-footer {
        padding-bottom:calc(max(21px, env(safe-area-inset-bottom)));
    }
}

#footer-container .ac-gf-footer:nth-child(2) {
    border-top:none;
}

@media only screen and (max-width: 767px) {
    #footer-container .ac-gf-footer {
        padding-bottom: 19px;
        padding-bottom:calc(19px + constant(safe-area-inset-bottom));
    }

    @supports (padding: calc(max(0px))) {
        #footer-container .ac-gf-footer {
            padding-bottom:calc(max(19px, env(safe-area-inset-bottom)));
        }
    }
}


#footer-container .ac-gf-footer-shop {
    max-height: 9999px;
    padding-bottom:3px;
}

@media only screen and (max-width: 767px) {
    #footer-container .ac-gf-footer-shop {
        padding-bottom:10px;
    }
}

#footer-container .ac-gf-footer-shop a {
    color:#06c;
}





/*
	##################
	FOOTER LEGAL
	##################
*/


#footer-container .footer-legal {
    position: relative;
    background-color:#222a68;
    font-weight: 600;
    padding:20px;
    z-index:1;
}

#footer-container .footer-legal .footer-box::before,
#footer-container .footer-legal .footer-box::after {
    content: ' ';
    display:table;
}

#footer-container .footer-legal .footer-box::after {
    clear:both;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-legal .footer-box {
        padding-top:14px;
    }
}

#footer-container .footer-legal-container {
    margin-right: 30px;
    float: left;
}

@media only screen and (max-width: 767px) {
    #footer-container .footer-legal-container {
        margin-right: 0;
        float:none;
    }
}

#footer-container .footer-copyright {
   	color: #ced3f9;
    height:100px;
    background-color: #282728;
    margin: 0 auto;
    justify-content: center;
  	align-items: center;
  	display: flex;
}

#footer-container .footer-copyright span {

}
#footer-container .footer-legal-container {
    position: relative;
    z-index:1;
}


#footer-container .footer-legal-link {
/*  border-right: 1px solid #d2d2d7;
    padding: 0 15px 0 10px;
 */

 	padding-right:10px;
    display: inline-block;
    white-space:nowrap;
    line-height: 1.5em;
}
#footer-container .footer-legal-link:after {
	padding-left:15px;
	content:"|";
	font:22px;
}
#footer-container .footer-legal-link:last-child:after {
	content:" ";
}

/*
#footer-container .footer-legal-link:first-child {
    margin: 0;
    padding-left:0;
}
#footer-container .footer-legal-link:last-child {
    border: none;
    margin: 0;
    padding-right:0;
}


@media only screen and (max-width: 767px) {
    #footer-container .footer-legal-link {
      	padding: 0 10px 0 10px;
    }
}

*/


#footer-container .nowrap {
    white-space:nowrap;
}









.footer-note {
	color: #daddfb;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
}
.footer-note.check-note {
	width: 80%;
	float: left;
}
@media only screen and (max-width: 436px) {
   .footer-note.check-note {
		width: 100%;
	}
}
.footer-note strong {
	color: #f4f5fb;
	font-weight: 900 !important;
}







/* footer-social
========================================== */


#footer-social {
	position: relative;
	float: right;

    top: 5px;
    z-index: 2;
    white-space:nowrap;

}
@media only screen and (max-width: 767px) {
   	#footer-social {
      /*  left: -1px;*/
        padding-top: 15px;
        float:none;
    }
}




#footer-social .footer-social-nav {
	padding: 0;
	margin-top: -5px;
}
#footer-social .footer-social-nav li {
	background: none !important;
	display: inline;
	float: left;
}

.social_over {
	width: 25px;
	height: 25px;
	margin-top:-3px;
	padding: 2px;
	float: left;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	background-position: 0 0;
	background-image:url('../img/globalnav/footer/social.png');
}


.facebook { background-position: 0 0; }
.facebook:hover { background-position: 0px -30px;}
.instagram { background-position: 120px 0;}
.instagram:hover { background-position: 120px -30px;}
.twitter { background-position: 90px 0;}
.twitter:hover { background-position: 90px -30px;}
.linkedin { background-position: 60px 0;}
.linkedin:hover { background-position: 60px -30px;}
.youtube { background-position: 30px 0;}
.youtube:hover { background-position: 30px -30px;}



#footer-container .footer-contact .footer-box,
#footer-container .footer-information .footer-box,
#footer-container .footer-legal .footer-box {
	max-width:1440px !important;
 	margin:0 auto !important;
 }
