#google_translate_element { display: none; }
.googleTranslate{
	text-align: center;
}
.googleTranslate select{
    color: #323232;
    font-family: "Raleway",sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 11px;
    text-transform: uppercase;
    background-color: #dba941;
    border: 0 none;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    height: 20px;
    padding: 0px 10px 1px;
    width: 160px;
    display: inline-block;
    -moz-appearance: none;
    background-image: url("/includes/public/assets/images/arrows/translate-arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin-bottom: -10px;
}
.googleTranslate select:hover,
.googleTranslate select:focus{
	background-color: #dba941;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	border: 0 none;
}
.main-footer-container div.language-changer-container{
	margin-bottom: 22px;
}
@media only screen and (min-width: 64.063em) { /*  > 1024px  */ 
	.main-footer-container div.language-changer-container{
		margin-bottom: 15px;
	}
}