html,
body,
header,
section,
footer,
.glb-wrapper,
.product-wrapper {
  width: 100%;
  overflow-x: hidden; }

.glb-wrapper {
  position: relative; }

.glb-width-limited-container {
  margin: 0 auto;
  max-width: 1200px; }

.product-wrapper {
  min-height: 900px;
  /* margin-top: 20px; */ }

header {
  padding: 20px 0 0;
  height: 76px; }

header:hover {
  background: white; }

.glb-top-logo {
  display: block;
  float: left;
  width: 140px;
  height: 50px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../images/orionstar-logo-blue-x1.png);
  background-image: -webkit-image-set(url(../images/orionstar-logo-blue-x1.png) 1x, url(/images/orionstar-logo-blue-x2.png) 2x); }

.glb-top-logo.zh-TW {
  background-image: url(../images/orionstar-logo-blue-x1-tw.png);
  background-image: -webkit-image-set(url(../images/orionstar-logo-blue-x1-tw.png) 1x, url(/images/orionstar-logo-blue-x2-tw.png) 2x); }

.glb-top-logo.white {
  background-image: url(../images/orionstar-logo-white-x1.png);
  background-image: -webkit-image-set(url(../images/orionstar-logo-white-x1.png) 1x, url(/images/orionstar-logo-white-x2.png) 2x); }

.glb-top-logo.white.zh-TW {
  background-image: url(../images/orionstar-logo-white-x1-tw.png);
  background-image: -webkit-image-set(url(../images/orionstar-logo-white-x1-tw.png) 1x, url(/images/orionstar-logo-white-x2-tw.png) 2x); }

header:hover .glb-top-logo,
header:hover .glb-top-logo.white {
  background-image: url(../images/orionstar-logo-blue-x1.png);
  background-image: -webkit-image-set(url(../images/orionstar-logo-blue-x1.png) 1x, url(/images/orionstar-logo-blue-x2.png) 2x); }

header:hover .glb-top-logo.zh-TW,
header:hover .glb-top-logo.white.zh-TW {
  background-image: url(../images/orionstar-logo-blue-x1-tw.png);
  background-image: -webkit-image-set(url(../images/orionstar-logo-blue-x1-tw.png) 1x, url(/images/orionstar-logo-blue-x2-tw.png) 2x); }

.glb-top-burger {
  /* Burger is used on mobiles only */
  display: none; }

/* Footer */
footer {
  padding: 15px 0;
  background: #999;
  text-align: center;
  font-size: 12px; }

footer a,
footer span,
footer em {
  padding: 0 3px;
  color: #fff; }

footer em {
  font-style: normal;
  color: #ccc; }

/*
footer p {
    margin: 5px 0;
    font-size: 12px;
    color: #d5d5d5;
    text-align: center;
}
*/
