:root { --qs-col: #000000; --qs-tcol: #ffffff; }

#qsocial { padding: 0 calc((100% - 1200px) / 2); position: sticky; position: -webkit-sticky; bottom: 0; z-index: 10; margin-bottom: -40px; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; }
@media screen and (max-width: 1260px) { #qsocial { padding-left: 30px; padding-right: 30px; } }
#qsocial > * { width: 100%; }
#qsocial div { height: 40px; padding-right: 8px; background-color: var(--qs-col, #000000); color: var(--qs-tcol, #ffffff); width: auto !important; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#qsocial div > * { margin: 0 8px; width: auto; }
#qsocial div > span { text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; margin-bottom: -2px; padding-left: 8px; font-size: 60%; text-align: end; }
#qsocial div a { margin-bottom: -5px; -webkit-transition: -webkit-filter 0.5s; transition: -webkit-filter 0.5s; transition: filter 0.5s; transition: filter 0.5s, -webkit-filter 0.5s; }
#qsocial div a:hover { -webkit-filter: drop-shadow(0 0 5px var(--qs-tcol, #ffffff)); filter: drop-shadow(0 0 5px var(--qs-tcol, #ffffff)); }
#qsocial div a svg { height: 1em; color: var(--qs-tcol, #ffffff); }
#qsocial div > button { margin: 0 !important; border: none; border-radius: 0 !important; }
#qsocial button { border-color: var(--qs-col, #000000); border-radius: 0 !important; margin: 0 !important; margin-right: 5px !important; -ms-flex-item-align: stretch; align-self: stretch; }
#qsocial input { opacity: 0 !important; position: absolute !important; }

/*# sourceMappingURL=style.css.map */