/* Specific css for Latin display */

#emailbutton0 {
    background-image: url('/++theme++uyghur/emailbuttonLATIN0.png');
    width: 150px;
    height: 33px;
    left: 151px;
    top: 0
}
#emailbutton1 {
    background-image: url('/++theme++uyghur/emailbuttonLATIN1.png');
    width: 150px;
    height: 33px
}
#readbutton0 {
    background-image: url('++theme++uyghur/readbuttonLATIN0.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    height: 33px;
}
#readbutton1 {
    background-image: url('++theme++uyghur/readbuttonLATIN1.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    height: 33px;
}

/*========== Footer Logo Address==========*/
#footer-logo-address {
    background-image: url(/++theme++uyghur/footerlogoaddressLATIN.png);
}
@media only screen and (max-width: 992px) {
    #footer-logo-address {
        max-width : 980px;
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #footer-logo-address {
        background: url(/++theme++uyghur/footerlogoaddressLATIN640.png);
        height: 75px;
        width : 100%;
        background-repeat: no-repeat;
    }
}
/*========== Footer Logo Address END */

/*========== responsive CSS ==========*/
@media only screen and (max-width: 992px) {
    #footer-logo-address {
        max-width : 980px;
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #aboutnav {
        visibility: visible !important;
        top: 19px !important;
        right: 56px !important;
    }
    #footer-logo-address {
        background: url(/++theme++uyghur/footerlogoaddressCYRILLIC640.png);
        height: 250px;
        width : 100%;
        max-width : 640px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}
/*========== responsive CSS END */