.languages-wrapper{
	position: relative;
}
	.languages-wrapper .active{
		position: relative;
		top: 7px;
		color: #fff;
	    font-family: 'AvenirNextLTW01-Medium';
	    font-weight: 500;
	    cursor: pointer;
	    white-space: nowrap;
	}

		.languages-wrapper .active .trans-label{
		}

		.languages-wrapper .active .fa{
		    font-size: 10px;
		    bottom: 2px;
		    padding-left: 5px;
		    position: relative;
		}

.googleTranslateDropdown{
	margin: 0px;
	list-style-type: none;
	position: absolute;
	padding: 10px;
	background-color: #fff;
	z-index: 9999;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

#google_translate_element{
	visibility: hidden;
}


@media only screen and (max-width: 64em) {
	.languages-wrapper {
	    text-align: center;
	    width: 70%;
	    margin: auto;
    	margin-bottom: 30px;
	}

	#google_translate_element{
		display: none;
	}

} 

@media only screen and (min-width: 40.063em){

} 