.top-bar-links{
    background: #027eff;
    width: 100%;
    text-align: right;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9999999;
    text-align: center;
}
.top-bar-links a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    min-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
}
.top-bar-links img{
    width: 25px;
    height: auto;
    margin-left: 5px;
}
.top-bar-links span{
    display: block;
    margin-top: 5px;
}

/* Google Translation */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
#goog-gt-tt{
    display:none!important;
}
.goog-te-gadget .goog-te-combo {
    margin: 0;
    border: none;
    color: #666 !important;
    border-radius: 50px; padding: 5px 0px 5px 35px;
    background: #fff;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}
.goog-te-gadget {
    color:transparent!important;
}
#:0.targetLanguage {
    color: #666;
}
.skiptranslate.goog-te-gadget span {
    display:none;
}
.skiptranslate.goog-te-gadget span a {
    display:none;
}
        
#google_translate_element{
    position: static!important;
}
.goog-te-gadget .goog-te-combo{
    width: 100%!important;
    margin: 0px!important;
    padding:15px!important;
    border-radius: 0px!important;
    outline: none!important;
    
    -webkit-box-shadow: 0 0 5px 0 #DDDDDD;
    box-shadow: 0 0 5px 0 #DDDDDD;
}

@media only screen and (min-width: 200px) and (max-width: 600px){
            
    .top-bar-links{
        text-align: center;
        padding-top: 25px;
    }
    
    .top-bar-links a{
        margin-bottom: 10px;
    }
            
    .top-bar-links img{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
            
}

.bottom-bar-links{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #027eff;
    width: 100%;
    text-align: right;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9999999;
    text-align: center;
}
.bottom-bar-links a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    min-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom-bar-links img{
    width: 25px;
    height: auto;
    margin-left: 5px;
}
.bottom-bar-links span{
    display: block;
    margin-top: 5px;
}
                
@media only screen and (min-width: 200px) and (max-width: 600px){
                    
    .bottom-bar-links{
        text-align: center;
        padding-top: 25px;
    }
                    
    .bottom-bar-links img{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    
    .bottom-bar-links span{
        margin-top: 0px;
        font-size: 10px;
    }
    
    .bottom-bar-links a{
        margin-bottom: 30px;
    }
                    
}