.dot-main, .touchHeader, header.siteHeader .features, header.siteHeader .logo, header.siteHeader .subsiteNav, .mainHeader .upper .logoL, .touchMenu .inner, footer.siteFooter {
  background-image: url(/images/common/dot-mice.svg);
}

.dot-sub, header.siteHeader .subsiteNav .favorite {
  background-image: url(/images/common/dot-gold.jpg);
}

.touchSwUtil {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none !important;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #e6e6e6;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 3px;
  color: #e6e6e6;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #e6e6e6;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #fff;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #fff;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #fff;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #fff;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #e6e6e6;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.bg-none, .dot-none {
  background-image: none;
}

.bg-trans, .dot-trans {
  background: transparent;
}

.bg-white, .dot-white {
  background: url(/images/common/dot-white.svg);
}

.bg-blue, .dot-blue {
  background: url(/images/common/dot-blue.svg);
}

.bg-black, .dot-black {
  background: url(/images/common/dot-black.svg);
}

.bg-red, .dot-red, .bg-pink, .dot-pink {
  background: url(/images/common/dot-red.svg);
}

.bg-gold, .dot-gold, footer.siteFooter .buttons .inner > ul > li > a {
  background: url(/images/common/dot-gold.jpg);
}

.bg-beige, .dot-beige {
  background: url(/images/common/dot-beige.png);
}

.bg-green, .dot-green {
  background: url(/images/common/dot-green.jpg);
}

.common-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 180px;
  height: 60px;
}
.common-logo a, .common-logo figure {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/logo.svg) no-repeat center center;
}

.label-white {
  display: inline-block;
  padding: 0 10px;
  color: #888;
  font-size: 13px;
  border: 1px solid #888;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  text-decoration: none;
  line-height: 1.8;
}
.label-white:hover, .label-white.active {
  color: #fff;
  border-color: #ff7676;
  background-color: #ff7676;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

body.fixed .contentWrapper {
  padding-top: 60px;
}

header.siteHeader .subsiteNav .inner {
  height: 60px;
  padding-left: 180px;
  padding-right: 120px;
}
header.siteHeader .subsiteNav .favorite {
  position: absolute;
  top: 13px;
  right: 0;
}
header.siteHeader .subsiteNav ul {
  height: 100%;
}
header.siteHeader .subsiteNav ul li {
  display: table;
  width: 20%;
  height: 100%;
}
header.siteHeader .subsiteNav ul li:last-child a span {
  border-right: none;
}
header.siteHeader .subsiteNav ul li a {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
header.siteHeader .subsiteNav ul li a span {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
header.siteHeader .subsiteNav ul li a:hover:after, header.siteHeader .subsiteNav ul li a.active:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 40%;
  height: 3px;
  background-color: #ffd400;
  content: " ";
}
@supports (-ms-ime-align: auto) {
  header.siteHeader .subsiteNav ul li a:hover:after, header.siteHeader .subsiteNav ul li a.active:after {
    display: none;
  }
}

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