@charset "UTF-8";
/* CUSTOM STYLE */
/* Highlights */
/* CUSTOM COLORS */
/* Highlights */
/* Default */
/* MERS */
/* Title */
/* Navbar */
/* Footer */
/* Border */
/* Button */
/* Breadcrumb */
/* Menu */
/* Modal */
/* Content */
/* Topics */
/**/
/* Site Default */
html {
  position: relative;
  min-height: 100%; }

body {
  xheight: calc(100% - 280px);
  font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
  font-size: 16px;
  /* preset browser font size */
  color: #333333;
  background: #ffffff;
  margin-bottom: 130px; }

/**/
/* Hyperlinks */
a,
a:link,
a:active,
a:visited {
  xcolor: #e51373;
  text-decoration: none; }

a:hover {
  xcolor: #0088c5;
  text-decoration: underline; }

/**/
/* Buttons */
.btn-border {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 2px; }
  .btn-border p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; }
  .btn-border.btnbar {
    border-color: #35ba19;
    color: #35ba19; }
  .btn-border.highlight {
    border-color: #e02619;
    color: #e02619; }
  .btn-border.default {
    border-color: #1d74bb;
    color: #1d74bb; }

.btn-border:hover {
  color: #ffffff;
  transition: all 0.5s; }
  .btn-border:hover.btnbar {
    background-color: #35ba19; }
  .btn-border:hover.highlight {
    background-color: #e02619; }
  .btn-border:hover.default {
    background-color: #1d74bb; }

/**/
/* Navbar */
nav {
  height: 150px;
  width: 100%;
  background: #ffffff; }

.header {
  position: relative;
  overflow: visible;
  height: 100%; }
  .header > .row {
    height: 100%; }
    .header > .row > [class^='col-'] {
      position: relative;
      height: 100%;
      padding: 0 10px; }

.navbar-brand {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0; }

.navbar-brand-title {
  z-index: 20;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 10px; }
  .navbar-brand-title .logo {
    height: 100%; }
    .navbar-brand-title .logo img {
      display: inline-block;
      vertical-align: top;
      height: 100%;
      margin-right: 10px; }
    .navbar-brand-title .logo #logo-highlights {
      height: 60px; }
    .navbar-brand-title .logo #logo-rourke {
      height: 40px;
      margin-top: 10px; }

.navbar-menu {
  z-index: 30;
  position: absolute;
  right: 10px;
  padding: 5px 0;
  text-align: right;
  color: #999999; }

.navbar-menu-btn {
  width: 60px;
  margin-top: 4px;
  padding: 0;
  margin-left: auto;
  line-height: 1em;
  font-size: 1em; }
  .navbar-menu-btn div {
    padding: 15px; }

.navbar-menu-btn:hover {
  color: #ffffff; }

.navbar-btnbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-top: solid 2px #35ba19;
  border-bottom: solid 2px #35ba19;
  color: #35ba19;
  line-height: 1em; }
  .navbar-btnbar .btnbar-cart {
    z-index: 100;
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em; }
    .navbar-btnbar .btnbar-cart span {
      vertical-align: middle;
      margin-left: 5px;
      font-size: 1.125em; }
  .navbar-btnbar .btnbar-lang {
    z-index: 200;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
    .navbar-btnbar .btnbar-lang .lang-btn {
      display: inline-block;
      height: 25px;
      width: 40px;
      margin-left: -6px;
      padding: 0;
      line-height: 1em;
      font-size: 1em; }
      .navbar-btnbar .btnbar-lang .lang-btn .active .btn-border {
        color: #ffffff;
        background-color: #35ba19; }
  .navbar-btnbar a {
    color: #35ba19; }
    .navbar-btnbar a:hover {
      box-shadow: 0 3px 0 white, 0 5px 0; }

/* Header Image */
.header-img {
  z-index: 10;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -10px;
  background-image: url(../img/img_header.png);
  background-image: linear-gradient(transparent, transparent), url(../img/img_header.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center; }
  .header-img#cart {
    background-image: url(../img/img_footer.png);
    background-image: linear-gradient(transparent, transparent), url(../img/img_footer.svg); }

/**/
/* Footer */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../img/bg_footer.png);
  background-image: linear-gradient(transparent, transparent), url(../img/bg_footer.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: bottom; }

.footer {
  position: relative;
  width: 100%;
  height: 100%; }

.footer-copyright {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 5px;
  padding: 0 10px;
  text-align: center; }

.footer-copyright-logo {
  display: inline-block;
  margin-bottom: 2px;
  height: 100%; }
  .footer-copyright-logo img {
    display: inline-block;
    max-height: 20px;
    padding: 0 4px; }

.footer-copyright-text {
  display: inline-block;
  word-break: keep-all;
  text-align: center;
  line-height: 1em;
  font-size: 0.75em;
  color: #ffffff; }
  .footer-copyright-text a {
    color: #ffffff; }
  .footer-copyright-text a:hover {
    color: #333333; }

/* Footer Image */
.footer-img {
  position: absolute;
  height: 120px;
  bottom: 30px;
  right: 5%;
  transition: all 1s ease; }
  .footer-img img {
    height: 100%; }

/**/
/* Content */
content {
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0; }
  content .container {
    xmargin-top: 10px; }

/* Content Menu */
.content-menu {
  height: 100%;
  margin-bottom: 15px; }
  .content-menu .title {
    font-size: 1.125em;
    color: #666666; }

.content-menu-year {
  margin-bottom: 10px; }
  .content-menu-year .row {
    margin: 5px; }
  .content-menu-year a {
    cursor: default; }
  .content-menu-year .button {
    padding: 10px;
    text-align: center;
    color: #1d74bb;
    border-bottom: solid 2px transparent; }
    .content-menu-year .button:xhover {
      border-bottom: solid 2px #1d74bb; }

.content-menu-topic {
  border-top: solid 2px #ff985c; }
  .content-menu-topic .title {
    position: relative;
    margin-top: 15px; }
    .content-menu-topic .title .showall {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      padding-left: 20px;
      font-size: 0.75em; }
      .content-menu-topic .title .showall:hover {
        box-shadow: 0 3px 0 white, 0 5px 0;
        color: #1d74bb; }
  .content-menu-topic .button {
    position: relative;
    height: 30px;
    margin: 20px 0; }
    .content-menu-topic .button .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding-right: 20px;
      font-size: 0.875em; }
    .content-menu-topic .button .icon {
      position: absolute;
      height: 100%;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .content-menu-topic .button .icon img {
        height: 100%; }
    .content-menu-topic .button:hover .text {
      box-shadow: 0 3px 0 white, 0 5px 0; }
    .content-menu-topic .button.active .text {
      box-shadow: 0 3px 0 white, 0 5px 0; }
    .content-menu-topic .button.animal .text {
      color: #ff2b29; }
    .content-menu-topic .button.earth .text {
      color: #008e53; }
    .content-menu-topic .button.human .text {
      color: #29abe2; }
    .content-menu-topic .button.science .text {
      color: #8658b7; }
    .content-menu-topic .button.steam .text {
      color: #f7931e; }

/* Content Icons */
.content-icons {
  border-left: solid 2px #ff985c; }
  .content-icons .content-icons-col {
    xdisplay: table-column;
    padding: 10px;
    border-right: solid 2px #1d74bb;
    border-bottom: solid 2px #1d74bb;
    /*
    &:first-child {
        border-left: none;
    }
    &:last-child {
        border-right: solid 2px transparent;
    }
    */ }
  .content-icons a:hover {
    text-decoration: none; }
  .content-icons .topic-animal .icon {
    background-color: #ff2b29; }
  .content-icons .topic-animal .name {
    color: #ff2b29; }
  .content-icons .topic-animal .button .btn-border {
    border-color: #ff2b29;
    color: #ff2b29; }
    .content-icons .topic-animal .button .btn-border:hover {
      color: #ffffff;
      background-color: #ff2b29; }
  .content-icons .topic-animal .content-icon:hover .name {
    color: #ffffff;
    background-color: #ff2b29; }
  .content-icons .topic-earth .icon {
    background-color: #008e53; }
  .content-icons .topic-earth .name {
    color: #008e53; }
  .content-icons .topic-earth .button .btn-border {
    border-color: #008e53;
    color: #008e53; }
    .content-icons .topic-earth .button .btn-border:hover {
      color: #ffffff;
      background-color: #008e53; }
  .content-icons .topic-earth .content-icon:hover .name {
    color: #ffffff;
    background-color: #008e53; }
  .content-icons .topic-human .icon {
    background-color: #29abe2; }
  .content-icons .topic-human .name {
    color: #29abe2; }
  .content-icons .topic-human .button .btn-border {
    border-color: #29abe2;
    color: #29abe2; }
    .content-icons .topic-human .button .btn-border:hover {
      color: #ffffff;
      background-color: #29abe2; }
  .content-icons .topic-human .content-icon:hover .name {
    color: #ffffff;
    background-color: #29abe2; }
  .content-icons .topic-science .icon {
    background-color: #8658b7; }
  .content-icons .topic-science .name {
    color: #8658b7; }
  .content-icons .topic-science .button .btn-border {
    border-color: #8658b7;
    color: #8658b7; }
    .content-icons .topic-science .button .btn-border:hover {
      color: #ffffff;
      background-color: #8658b7; }
  .content-icons .topic-science .content-icon:hover .name {
    color: #ffffff;
    background-color: #8658b7; }
  .content-icons .topic-steam .icon {
    background-color: #f7931e; }
  .content-icons .topic-steam .name {
    color: #f7931e; }
  .content-icons .topic-steam .button .btn-border {
    border-color: #f7931e;
    color: #f7931e; }
    .content-icons .topic-steam .button .btn-border:hover {
      color: #ffffff;
      background-color: #f7931e; }
  .content-icons .topic-steam .content-icon:hover .name {
    color: #ffffff;
    background-color: #f7931e; }

.content-icon {
  position: relative;
  height: 100%;
  margin: 5px; }
  .content-icon .image {
    position: relative;
    height: 200px;
    overflow: hidden; }
    .content-icon .image img {
      height: auto; }
    .content-icon .image::before {
      position: absolute;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      top: 0;
      left: -100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      transform: skewX(-25deg); }
  .content-icon .icon {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 8px;
    padding-top: 2px; }
    .content-icon .icon .glyphicon {
      z-index: 100;
      font-size: 1em;
      color: #ffffff; }
    .content-icon .icon:hover .glyphicon {
      box-shadow: 0 2px 0 white, 0 2px 0; }
  .content-icon .name {
    height: 60px;
    padding: 5px;
    line-height: 1em;
    font-size: 1em;
    background-color: #ffffff; }
  .content-icon .button {
    /*z-index: 2000;*/
    position: relative;
    font-size: 0.875em; }
    .content-icon .button div {
      padding: 15px 0; }

.content-icon:hover {
  border: none; }
  .content-icon:hover .image::before {
    animation: shine 0.75s; }

@keyframes shine {
  100% {
    left: 125%; } }
/* Content Cart */
.content-cart .item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #1d74bb; }
  .content-cart .item#animal .title, .content-cart .item#animal .topic .text {
    color: #ff2b29; }
  .content-cart .item#earth .title, .content-cart .item#earth .topic .text {
    color: #008e53; }
  .content-cart .item#human .title, .content-cart .item#human .topic .text {
    color: #29abe2; }
  .content-cart .item#science .title, .content-cart .item#science .topic .text {
    color: #8658b7; }
  .content-cart .item#steam .title, .content-cart .item#steam .topic .text {
    color: #f7931e; }
.content-cart .item-info .title {
  line-height: 1em;
  font-size: 1.75em; }
.content-cart .item-info .topic {
  margin-top: 10px;
  font-size: 0.875em;
  color: #666666; }
  .content-cart .item-info .topic .text {
    line-height: 1em;
    font-size: 1.125em; }
.content-cart .item-info .price {
  margin-top: 20px;
  text-align: right;
  font-size: 2em;
  font-weight: bold;
  color: #000000; }
.content-cart .button {
  position: absolute;
  width: auto;
  right: 15px;
  bottom: 15px; }
  .content-cart .button div {
    padding: 5px 10px; }

.content-cart-total {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  border-bottom: solid 2px #e02619; }
  .content-cart-total .title {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
    color: #000000; }
  .content-cart-total .price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2.5em;
    font-weight: bold;
    color: #e02619; }

.content-cart-btnbar .button {
  display: inline-block; }
  .content-cart-btnbar .button div {
    padding: 10px; }
  .content-cart-btnbar .button#btn-checkout {
    float: right; }

/**/
/* Modal */
/* Modal MERS Login */
#modal-mers-login .modal-body {
  padding: 0; }
#modal-mers-login .title {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 16px;
  font-size: 18px;
  color: #ffffff;
  /*background-color: #f6635c;*/ }
#modal-mers-login form {
  padding: 20px 40px; }
  #modal-mers-login form .links {
    margin-top: -10px;
    margin-bottom: -10px; }
  #modal-mers-login form .options .hr-label {
    margin: 10px 0; }
  #modal-mers-login form .options img {
    height: 40px;
    margin: 0 auto; }
  #modal-mers-login form .options a:hover img {
    filter: brightness(80%); }
  #modal-mers-login form .text-eng {
    font-size: 75%; }
  #modal-mers-login form .hr-label {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; }
  #modal-mers-login form .hr-label > span {
    position: relative;
    display: inline-block;
    color: #999999; }
  #modal-mers-login form .hr-label > span:before,
  #modal-mers-login form .hr-label > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #dddddd; }
  #modal-mers-login form .hr-label > span:before {
    right: 100%;
    margin-right: 15px; }
  #modal-mers-login form .hr-label > span:after {
    left: 100%;
    margin-left: 15px; }

/* Modal Cart Add */
#modal-cart-add {
  z-index: 10000; }
  #modal-cart-add .modal-header {
    position: relative;
    border-bottom: solid 2px #008e53; }
    #modal-cart-add .modal-header button {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    #modal-cart-add .modal-header .modal-title {
      font-size: 1.25em;
      color: #1d74bb; }
  #modal-cart-add .modal-body .item {
    margin-top: 5px;
    margin-bottom: 15px; }
    #modal-cart-add .modal-body .item#animal .title, #modal-cart-add .modal-body .item#animal .topic .text {
      color: #ff2b29; }
    #modal-cart-add .modal-body .item#earth .title, #modal-cart-add .modal-body .item#earth .topic .text {
      color: #008e53; }
    #modal-cart-add .modal-body .item#human .title, #modal-cart-add .modal-body .item#human .topic .text {
      color: #29abe2; }
    #modal-cart-add .modal-body .item#science .title, #modal-cart-add .modal-body .item#science .topic .text {
      color: #8658b7; }
    #modal-cart-add .modal-body .item#steam .title, #modal-cart-add .modal-body .item#steam .topic .text {
      color: #f7931e; }
  #modal-cart-add .modal-body .item-info .title {
    line-height: 1em;
    font-size: 1.75em; }
  #modal-cart-add .modal-body .item-info .topic {
    margin-top: 10px;
    font-size: 0.875em;
    color: #666666; }
    #modal-cart-add .modal-body .item-info .topic .text {
      line-height: 1em;
      font-size: 1.125em; }
  #modal-cart-add .modal-body .item-info .price {
    margin-top: 20px;
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    color: #000000; }
  #modal-cart-add .modal-body .msg-detail {
    text-align: right;
    font-size: 0.875em;
    color: #666666; }
  #modal-cart-add .modal-footer {
    position: relative;
    height: 60px;
    border-top: solid 2px #008e53; }
    #modal-cart-add .modal-footer .modal-btn {
      position: absolute;
      height: 40px;
      width: 200px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

	  



/**/
/* Breadcrumbs */
.breadcrumb-main {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 5px 15px;
  border-radius: 0;
  border-bottom: solid 2px #ff985c;
  background-color: rgba(255, 255, 255, 0); }
  .breadcrumb-main li a {
    color: #35ba19; }
    .breadcrumb-main li a:hover {
      text-decoration: none;
      color: #333333; }
  .breadcrumb-main .active {
    color: #ff985c; }

/* Bootstrap 3 MEDIA QUARY */
/**/
/* Mobile First Method */
/* Custom, iPhone Retina */
/* Extra Small Devices XS and Up, Phones */
/* Extra Small Devices XS Only, Phones */
/* Small Devices SM and Up, Tablets */
/* Small Devices SM Only, Tablets */
/* Medium Devices MD and Up, Desktops */
/* Medium Devices MD Only, Desktops */
/* Large Devices LG and Up, Wide Screens */
/**/
/* Non-Mobile First Method */
/* Large Devices LG and Down, Wide Screens */
/* Medium Devices MD Only, Wide Screens */
/* Medium Devices MD and Down, Desktops */
@media only screen and (max-width: 992px) {
  .navbar-brand-title .logo #logo-highlights {
    height: 55px; }
  .navbar-brand-title .logo #logo-rourke {
    height: 35px; }

  .header-img {
    background-size: auto 80%; } }
/* Small Devices MD Only, Desktops */
/* Small Devices SM and Down, Tablets ~changed from 768px to 767px specialy for iPad Portrait~ */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .header-img {
    background-size: auto 70%; }

  footer {
    height: 100px; }

  .footer-img {
    height: 90px;
    bottom: 45px; }

  .navbar-btnbar .btnbar-cart {
    left: 10px; }

  .content-menu-btn {
    height: 20px;
    margin: 10px 0; }

  .content-menu {
    border-bottom: solid 2px #ff985c; }

  .content-icons {
    border-left: none; }

  .breadcrumb-main {
    margin-top: 5px;
    margin-bottom: 15px; } }
/* Extra small Devices SM Only, Tablets */
/* Extra Small Devices XS and Down, Phones */
@media only screen and (max-width: 480px) {
  .navbar-brand-title .logo img {
    margin-right: 5px; }
  .navbar-brand-title .logo #logo-highlights {
    height: 50px; }
  .navbar-brand-title .logo #logo-rourke {
    height: 30px; } }
/* Custom, iPhone Retina */
/**/
/* Media Quary Targets High Resolution Screens, Retina */

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

