/* CSS Document */

/* LANG BAR */
#lang-box { position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; }
.lang-box { padding: 15px 0px 15px 0; background-color: rgba(70,74,76,1.00); color: #fff; }
#lang-box.full { height: 100%; }
#lang-box.full .lang-box { height: 100%; padding: 35% 0px 65% 0 !important; background-color: rgba(70,74,76,0.95); }
.lang-box input, .lang-box button { background-color: transparent; background-image: none !important; border: none; color: #fff; }
.lang-box a { float: left; color: #999; font-size: 13px; font-weight: 300; margin-right: 20px; }
.lang-box a:hover, .lang-box a.active { color: #fff !important; font-weight: 400 }
.lang-box button:hover, .lang-box button.active { color: #fff !important; }
.lang-box a img { margin-right: 5px; height: 16px; margin-top: -2px; }

/* RESPONSIVE MOBILE INFERIORE A 480px */
@media screen and (max-width: 667px) {
.lang-box a { text-align: center; display: inline-block; width: 100%; padding: 10px; color: #fff; opacity: 0.6; }
.lang-box a:hover, .lang-box a.active { opacity: 1; }
}
