.elhuyar-lang-selector{margin-top: -5px;margin-bottom: 15px;}
.elhuyar-lang-selector .elhuyar-lang-menu{display: inline-block;    vertical-align: bottom;}
.elhuyar-lang-selector .timer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0003}
.elhuyar-lang-selector .loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px}
.elhuyar-lang-selector button{padding:26px 3px 5px;margin-top:-8px;background-color:#E3E7E7;border:none;color:#999aad;font-family:"Myanmar MN",Sans-serif;font-weight:600;border-radius:10px;margin-right:2px;min-width:40px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;font-size:.9em}
.elhuyar-lang-selector button:hover,.elhuyar-lang-selector button:focus{background-color:inherit;opacity:.6;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background-color:#E3E7E7;color:#999aad;outline:none}
.elhuyar-lang-selector button.active{background-color:#050039;color:#FFC132}
.elhuyar-lang-selector .elhuyar-firma{display: inline-block;vertical-align: bottom;margin-left: 10px;padding-top: 10px;}
.elhuyar-lang-selector .elhuyar-firma > div{display:flex;align-items: flex-end;}
.elhuyar-lang-selector .elhuyar-firma small{line-height: 1.1;margin-left: 10px;color: #0c3430;display: none;}
.elhuyar-lang-selector .elhuyar-firma img{width: 46px;vertical-align: bottom;}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} 
@media screen and (min-width:768px){
.elhuyar-lang-selector{margin-top: 0;margin-bottom: 0;}
.elhuyar-lang-selector button{padding:26px 8px 5px;margin-top:-8px;margin-right:5px;}
.elhuyar-lang-selector .elhuyar-firma small{display: inline-block;}
}