.footer-global {
  	font-size: 13px;
  	-ms- box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
}

/* ----- VERSION ----- 1 */
.footer-global.v1 {
    text-align: center;
}
.footer-global.v1 .cell-wrapper {
    max-width: 80%;
}

/* menu */
.footer-global.v1 .hs-menu-depth-1 {
  	display: inline-block;
  	vertical-align: top;
  	float: none !important;
  	margin: 0 24px;
}
.footer-global.v1 .hs-menu-depth-1 > a {
  	text-transform: uppercase;
		-webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.footer-global.v1 .hs-menu-children-wrapper {
  	display: none;
}

/* social */
.footer-global.v1 .social {
		margin: 30px 0 0;
}
.footer-global.v1 .social .hs_cos_wrapper_type_follow_me a {
    font-size: 17px;
  	margin: 0 0 0 15px;
}
.footer-global.v1 .social svg {
    height: 1em;
    fill: #bababa;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -ms-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
/* copyright */
.footer-global.v1 .copyright {
		color: #b5babc;
  	margin: 31px 0 0;
}

/* ----- VERSION ----- 2 */
.custom-module.footer-global.v2 .cell-wrapper {
  	display: table;
}
.footer-global.v2 .cell-wrapper > div {
		display: table-cell;
  	vertical-align: middle;
  	width: 33.33%;
}

/* social icons */
.footer-global.v2 .social {
    width: 25%;
}
.footer-global.v2 .social:last-child {
    text-align: right;
}
.footer-global.v2 .social .hs_cos_wrapper_type_follow_me a {
    font-size: 17px;
  	margin: 0 0 0 15px;
}
.footer-global.v2 .social svg {
    height: 1em;
    fill: #bababa;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -ms-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
/* copyright */
.footer-global.v2 .copyright {
		color: #b5babc;
  	text-align: center;
    width: 50%;
}
/* logo */
.footer-global.v2 .logo {
  	text-align: right;
    width: 25%;
}
.footer-global.v2 .logo:first-child {
  	text-align: left;
}

/* RESPONSIVE */
@media screen and (min-width: 1921px) {
    .footer-global {
        font-size: 0.68vw;
        -ms- box-shadow: 0 0 0.052vw 0 rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 0 0.052vw 0 rgba(0,0,0,0.15);
        box-shadow: 0 0 0.052vw 0 rgba(0,0,0,0.15);
    }
    .footer-global.v1 .hs-menu-depth-1 {
        margin: 0 1.25vw;
    }
    .footer-global.v1 .social {
        margin: 1.56vw 0 0;
    }
    .footer-global.v1 .social .hs_cos_wrapper_type_follow_me a {
        font-size: 0.89vw;
        margin: 0 0 0 0.78vw;
    }
    .footer-global.v1 .copyright {
        margin: 1.61vw 0 0;
    }
    .footer-global.v2 .social .hs_cos_wrapper_type_follow_me a {
        font-size: 0.89vw;
        margin: 0 0 0 0.78vw;
    }
}

@media (max-width: 1024px) {
    .footer-global.v1 .cell-wrapper {
        max-width: 100%;
    }
  	/* VERSION 2 */
  	.footer-global.v1 .hs_cos_wrapper_type_menu {
    		display: none;
  	}
		.footer-global.v1 .social {
    		margin: 0;
		}
}

@media (max-width: 834px) {
  	/* VERSION 2 */
		.custom-module.footer-global.v2 .cell-wrapper {
    		display: block;
      	padding: 35px 0;
		}
    .footer-global.v2 .cell-wrapper > div {
        display: block;
        width: auto;
    }
		.footer-global.v2 .social {
    		text-align: center;
      	margin: 0 0 15px;
		}
		.footer-global.v1 .social .hs_cos_wrapper_type_follow_me a,
		.footer-global.v2 .social .hs_cos_wrapper_type_follow_me a {
    		margin: 0 0 0 18px;
		}
		.footer-global.v2 .logo:last-child {
				display: none;
		}
}

@media (max-width: 600px) {
  	/* VERSION 1 */
		.custom-module.footer-global.v1 .cell-wrapper {
      	padding: 35px 0;
		}
    .footer-global.v1 .copyright {
        margin: 20px 0 0;
    }
  	/* VERSION 2 */
		.footer-global.v2 .cell-wrapper {
      	padding: 30px 0 !important;
		}
}

/* BROWSERS */