header.header-default .header-main-inner .branding .site-branding-logo{
	padding-top: 0px;
}

header .site-branding-logo img.logo-site{
	max-height: 100px;
}

.socials {
	list-style: none;
}
.socials li::marker {
	display: none !important;
}

.gsc-icon-box .title {
	position: static !important;
}
.gsc-icon-box .title a {
	display: block;
}
.gsc-icon-box .title a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.captcha{
	margin-bottom: 15px;
}
.contact-info ul li{
	border-bottom: 0px none;
}

.contact-info ul li .icon{
	margin-top: 0px;
}

#mc_embed_signup_scroll .indicates-required{
	display: none;
}

#mc_embed_signup_scroll .mc-field-group label{
	display: block;
}

#mc_embed_signup_scroll .mc-field-group #mce-EMAIL{
	width: 100%;
    margin-bottom: 1em;
}


@media screen and (max-width: 768px){
	header.header-default .header-main-inner .branding .site-branding-logo{
		width: 90% !important;
	}
	
	header .site-branding-logo img.logo-site{
		width: 85%;
		padding-top: 0.5em;
	}
}

@media (min-width:992px) and (min-width:768px) {
	.navigation .gva_menu .sub-menu > li:hover > ul {
		transform: rotateX(0);
	}
}