#google_translate_element { display: none; }

select.googleTranslateDropdown {
	height: 40px;
	position: relative;
	background-color: rgba(255,255,255,.15);
	background-image: url(/includes/public/assets/icon-select-arrow.png);
	background-position: right 20px center;
	border: none;
	padding: 0 20px;
	margin: 0;
	color: #FFF;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 15px;
	line-height: 40px;
	border-radius: 2px;
	cursor: pointer;

	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select.googleTranslateDropdown:hover {
	background-color: rgba(255,255,255,.15);
	border: none;
}
select.googleTranslateDropdown:focus {outline:0; }
select.googleTranslateDropdown option{
    background: #4c4c4c;
    color:#fff;
    outline:0;
}