
body {
    top: 0px !important;
}

body>.skiptranslate>iframe.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

footer {
		background: white;
		box-shadow: 0 -2px 2px 0 #0000001a, 0 -1px 5px 0 #0000001a, 0 -3px 1px -2px #0003;
		bottom: 0px;
		display: block;
		left: 0;
		position: fixed;
		width: 100%;
	}

footer > div.translateFooter {
    color: #969ea7;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0 4px;
    width: 1170px;
}

#google_translate_element{
    width: auto; 
    float: right; 
    padding: 8px 0 8px;
}

footer img{
    display: inherit;
}

.footer.bg-blue-600{
    padding-bottom:30px;
}