.googleTranslate{
	border: 1px solid #cccccc;
    padding: 8px 12px 10px;
    width: 180px;
    background-color: #eeeeee;
    position: relative;
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
}
.googleTranslate select{
	-moz-appearance: none;
	appearance: none;
	background-image: none;
    border-color: #9b9b9b #d5d5d5 #d5d5d5;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-size: 13px;
    height: 22px;
    margin: 0;
    padding: 0 0 0 22px;
    position: relative;
    cursor: pointer;
    z-index: 50;
    background-color: rgba(255,255,255, 0);
}
.googleTranslate select:hover{
    background-color: rgba(255,255,255, 0);
}
.googleTranslate .selectOuter{
	position: relative;
}
.googleTranslate .selectOuter .arrow{
    background-image: url("/includes/public/managed/core/plugins/googletranslate/virtuals/images/down-arrow.png");
    background-position: 6px 3px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border-left: 1px solid #bbbbbb;
    display: block;
    height: 16px;
    opacity: 0.54;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 23px;
    z-index: 10;
}
.googleTranslate .selectOuter .trans{
    background-image: url("/includes/public/managed/core/plugins/googletranslate/virtuals/images/trans-icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 20px;
    left: 2px;
    position: absolute;
    top: 5px;
    width: 18px;
    z-index: 10;
}
#google_translate_element { display: none; }
.googleTranslateDropdown { line-height: 15px; margin-top: 30px;}
.googleTranslate  .selectBackground{
    background-color: #fff;
    height: 22px;
    left: 12px;
    position: absolute;
    top: 11px;
    width: 86%;
    z-index: 5;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
    .googleTranslate{
        float: left;
        margin: 0;
    }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
    
}

