.icon-bar {
    position: fixed;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 15px;
}

.youtube {
    color: #000;
    background: red;
}

.content {
    margin-left: 15px;
    font-size: 20px;
}

.goog-te-banner-frame {
    display: none;
} 
#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
}

#google_translate_element {
    right: 1px !important;
    z-index: 999999;
}

.goog-te-gadget {
    font-family: Roboto, 'Open Sans', sans-serif !important;
    text-transform: uppercase;
}

.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.20) !important;
    border: 1px solid rgba(255, 255, 255, 0.50) !important;
    padding: 1px !important;
    border-radius: 4px !important;
    font-size: 15PX !important;
    line-height: 2rem !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}

.goog-te-menu2 {
    max-width: 100%;
}

.goog-te-menu-value {
    color: #fff !important;
    &:before {
        content: "\E927";
        margin-right: 16px;
        font-size: 2rem;
        vertical-align: -10px; // width:32px!important;
    }
}

.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: 'Material Icons';
    &:after {
        font-family: 'Material Icons';
        content: "\E5C5";
        font-size: 1.5rem;
        vertical-align: -6px;
    }
}

.goog-te-gadget-icon {
    display: none;
}