﻿@media screen and (min-width: 850px) {
    #g_translate {
        float: right;
        margin-right: 170px;
        margin-top: 45px;
    }

    #g_translate_mobile {
        display: none;
    }
}

@media screen and (max-width: 849px) {
    #g_translate_mobile {
        display: block;
        margin-top: -35px;
        float: right;
    }

    #g_translate {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #g_translate_mobile {
        margin-top: -36px;
    }
}

@media screen and (max-width: 480px) {
}

.skiptranslate > iframe {
    display: none;
}

body {
    top: 0px !important;
}

.gt_disclaimer_mobile p::before, .gt_disclaimer p::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
    position: absolute;
    top: -10px;
    right: 0px;
}

.gt_disclaimer {
    right: 168px;
    top: 85px;
}

.gt_info {
    margin-left: 5px;
    top: 2px;
    font-size: 14px;
}

.gt_disclaimer_mobile {
    right: 0px;
    top: 180px;
}

.gt_info, .gt_info_mobile, .goog-te-combo {
    cursor: pointer;
}
