@font-face {
  font-family: "ramblaregular";
  src: url("../fonts/rambla-regular-webfont.eot");
  src: url("../fonts/rambla-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rambla-regular-webfont.woff") format("woff"), url("../fonts/rambla-regular-webfont.ttf") format("truetype"), url("../fonts/rambla-regular-webfont.svg#ramblaregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ramblabold";
  src: url("../fonts/rambla-bold-webfont.eot");
  src: url("../fonts/rambla-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rambla-bold-webfont.woff") format("woff"), url("../fonts/rambla-bold-webfont.ttf") format("truetype"), url("../fonts/rambla-bold-webfont.svg#ramblabold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "ramblaitalic";
  src: url("../fonts/rambla-italic-webfont.eot");
  src: url("../fonts/rambla-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rambla-italic-webfont.woff") format("woff"), url("../fonts/rambla-italic-webfont.ttf") format("truetype"), url("../fonts/rambla-italic-webfont.svg#ramblaitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "ramblabolditalic";
  src: url("../fonts/rambla-bolditalic-webfont.eot");
  src: url("../fonts/rambla-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rambla-bolditalic-webfont.woff") format("woff"), url("../fonts/rambla-bolditalic-webfont.ttf") format("truetype"), url("../fonts/rambla-bolditalic-webfont.svg#ramblabolditalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'wkmap';
  src: url("../fonts/wkmap.eot");
  src: url("../fonts/wkmap.eot?#iefix") format("embedded-opentype"), url("../fonts/wkmap.woff") format("woff"), url("../fonts/wkmap.ttf") format("truetype"), url("../fonts/wkmap.svg#wkmap") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wkcda';
  src: url("../fonts/wkcda.eot");
  src: url("../fonts/wkcda.eot?#iefix") format("embedded-opentype"), url("../fonts/wkcda.woff") format("woff"), url("../fonts/wkcda.ttf") format("truetype"), url("../fonts/wkcda.svg#wkcda") format("svg");
  font-weight: normal;
  font-style: normal; }

@charset "UTF-8";
.font-small {
  font-size: 0.68em; }

.title {
  font: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 20px;
  line-height: 1.2; }

.sub_title {
  margin: 10px 0;
  font-size: 0.8em; }

.tRed,
.tGreen,
.tBlue,
.tPink,
.tOrange,
.tGrey {
  box-sizing: border-box;
  border: 8px;
  border-style: dashed; }

.tRed {
  border-color: red; }

.tGreen {
  border-color: green; }

.tBlue {
  border-color: blue; }

.tPink {
  border-color: pink; }

.tOrange {
  border-color: orange; }

.tGrey {
  border-color: grey; }

.module .major .body p.module-title {
  font-size: 18px;
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.module .bold {
  font-weight: 700; }

.icoArrow_down, .icoArrow_up, .icoArrow_left, .icoArrow_right {
  position: relative; }
  .icoArrow_down:after, .icoArrow_up:after, .icoArrow_left:after, .icoArrow_right:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-indent: -90000px;
    border-bottom: 2px solid black;
    border-right: 2px solid black; }

.icoArrow_down:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.icoArrow_up:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }

.icoArrow_left:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.icoArrow_right:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.icoPlus, .icoPlus_active {
  position: relative; }
  .icoPlus:before, .icoPlus:after, .icoPlus_active:before, .icoPlus_active:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 13px;
    height: 1px;
    background: red; }
  .icoPlus:before, .icoPlus_active:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.icoPlus_active:before {
  display: none;
  width: 7px; }

.icoPlus_active:after {
  width: 7px; }

.icoDel {
  margin-left: 12px;
  width: 12px;
  height: 12px;
  overflow: visible;
  display: inline-block;
  position: relative; }
  .icoDel:before, .icoDel:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    top: 4px; }
  .icoDel:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 4px; }
  .icoDel:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 4px; }

.container_name .icoPlus, .container_name .icoPlus_active {
  padding-right: calc(13px*2); }
  .container_name .icoPlus:before, .container_name .icoPlus:after, .container_name .icoPlus_active:before, .container_name .icoPlus_active:after {
    top: calc(13px/2);
    right: calc(13px/2); }

.icoStrike,
.icoStrike-black,
.icoStrike-left,
.icoStrike-right {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .icoStrike:after, .icoStrike:before,
  .icoStrike-black:after,
  .icoStrike-black:before,
  .icoStrike-left:after,
  .icoStrike-left:before,
  .icoStrike-right:after,
  .icoStrike-right:before {
    content: "";
    background: #D8DFE6;
    height: 2px; }
  .icoStrike:before,
  .icoStrike-black:before,
  .icoStrike-left:before,
  .icoStrike-right:before {
    flex: 1;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .icoStrike:before,
      .icoStrike-black:before,
      .icoStrike-left:before,
      .icoStrike-right:before {
        display: none; } }
  .icoStrike:after,
  .icoStrike-black:after,
  .icoStrike-left:after,
  .icoStrike-right:after {
    flex: 8;
    margin-left: 10px; }
  .icoStrike-left:before,
  .icoStrike-black-left:before,
  .icoStrike-left-left:before,
  .icoStrike-right-left:before {
    display: none; }
  .icoStrike-right:before,
  .icoStrike-black-right:before,
  .icoStrike-left-right:before,
  .icoStrike-right-right:before {
    display: none; }
  .icoStrike-black:after, .icoStrike-black:before,
  .icoStrike-black-black:after,
  .icoStrike-black-black:before,
  .icoStrike-left-black:after,
  .icoStrike-left-black:before,
  .icoStrike-right-black:after,
  .icoStrike-right-black:before {
    background: #000;
    height: 1px; }

.icoPlay {
  text-indent: -9000px;
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
  position: relative; }

.icoPause {
  text-indent: -9000px;
  display: block;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c2973578f07effcc94c1085638303f74)
 * Config saved to config.json and https://gist.github.com/c2973578f07effcc94c1085638303f74
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
[role="button"] {
  cursor: pointer; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  font-weight: 600; }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #2C3E50; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2C3E50; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2C3E50; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2C3E50; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2C3E50; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2C3E50; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2C3E50; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2C3E50; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2C3E50; }

.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px\9; }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right; }

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block; }

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.content_form form.register-form .fieldhelp {
  float: none; }

#register-form .newsletter-toggle {
  display: none; }
  #register-form .newsletter-toggle.active {
    display: block; }
  #register-form .newsletter-toggle .radiocheck ul li label.lang {
    width: 100%;
    float: left;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0; }
    #register-form .newsletter-toggle .radiocheck ul li label.lang mark {
      position: relative;
      left: 0;
      top: 0;
      float: left;
      width: 100%; }
  #register-form .newsletter-toggle #language {
    position: static; }

#register-form .submit_wrap .recaptcha_wrap {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px; }
  #register-form .submit_wrap .recaptcha_wrap .error_recaptcha {
    display: none;
    color: red;
    font-size: 13px; }
  #register-form .submit_wrap .recaptcha_wrap .g-recaptcha {
    display: flex;
    justify-content: flex-start; }

.announcements {
  width: 100%;
  z-index: 10;
  position: relative;
  padding: 40px 0 10px 0;
  background-color: white;
  border-bottom: 1px solid #8e98a1; }
  .announcements.hide-view {
    display: none; }
  .announcements .title {
    color: #d73a4b;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 120px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: white; }
    .announcements .title > * {
      float: left; }
    .announcements .title > img {
      margin-left: 10px; }
  .announcements .toggle-button {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 0;
    padding: 10px 0 10px 15px;
    background-color: white; }
    .announcements .toggle-button svg {
      height: 10px; }
    .announcements .toggle-button:hover {
      cursor: pointer; }
      .announcements .toggle-button:hover span, .announcements .toggle-button:hover svg {
        opacity: 0.5; }
  .announcements ul {
    width: 100%;
    display: table; }
    .announcements ul li {
      padding: 15px 0;
      overflow: hidden;
      border-top: 1px solid #8e98a1; }
      .announcements ul li:first-of-type {
        padding-top: 35px;
        border-top: 1px solid #2C3E50; }
      .announcements ul li > div {
        float: left;
        display: table-cell; }
  .announcements .label {
    width: 140px;
    font-size: 12px;
    margin-top: 2px;
    text-transform: uppercase; }
    .announcements .label span {
      color: white;
      padding: 3px 10px;
      background-color: #d73a4b; }
  .announcements .name {
    width: calc(100% - 300px); }
    .announcements .name a {
      font-weight: bold;
      color: #2c3e50; }
      .announcements .name a:hover {
        opacity: 0.5; }
  .announcements .date {
    float: right;
    width: 160px;
    text-align: right; }
  @media (max-width: 768px) {
    .announcements.mobile-view .wrapper {
      margin: 10px 10px 0 10px; } }
  .announcements.mobile-view .title {
    left: 0;
    padding-left: 0; }
  .announcements.mobile-view .label {
    display: none; }
  .announcements.mobile-view .name {
    width: calc(100% - 130px); }
  .announcements.mobile-view .date {
    width: 130px; }

.important-notice {
  position: relative;
  padding: 7px 9px 7px 9px;
  margin: 0 10px 0px 10px;
  background-color: #d73a4b; }
  .important-notice.minisite {
    padding: 5px; }
    .important-notice.minisite span {
      display: none; }
    .important-notice.minisite:after {
      content: '';
      width: 100%;
      height: 12px;
      position: absolute;
      top: -11px;
      left: 0;
      border: 0;
      background-color: #d73a4b; }
      @media (min-width: 1366px) {
        .important-notice.minisite:after {
          width: 31px;
          top: -12px; } }
    .important-notice.minisite:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: -18px;
      left: 8px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #d73a4b; }
    .important-notice.minisite:hover:after {
      border: 0;
      background-color: #FF5251; }
    .important-notice.minisite:hover:before {
      top: -18px;
      left: 8px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #FF5251; }
    .important-notice.minisite img {
      margin-left: 0; }
  .important-notice:hover {
    cursor: pointer;
    color: white;
    background-color: #FF5251; }
    .important-notice:hover:before {
      border-bottom: 10px solid #FF5251; }
  .important-notice:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 44%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #d73a4b; }
  .important-notice > * {
    float: left; }
  .important-notice > span {
    padding-top: 3px;
    color: #E9EBED;
    text-transform: uppercase; }
  .important-notice > img {
    margin-left: 5px; }
  .important-notice.mobile-view {
    z-index: 666;
    position: absolute;
    right: 90px;
    margin: 0;
    padding: 14px 5px 5px 5px; }
    .important-notice.mobile-view:hover {
      background-color: #d73a4b; }
    .important-notice.mobile-view > img {
      margin-left: 0; }
    .important-notice.mobile-view span {
      display: none; }
    .important-notice.mobile-view:before {
      top: -7px;
      left: 9px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #d73a4b; }


#site_nav .active > a,
#site_nav a:hover, #site_nav a:focus {
  color: #DD8BD2; }

.nav_preview .active a,
.nav_preview a:hover, .nav_preview a:focus {
  color: #DD67D0; }

#extra_nav > * > ul > .active > a,
#extra_nav a:hover,
#extra_nav a:focus,
#extra_nav a.focus {
  color: #DD8BD2; }

.side_nav > ul > li.active > a,
.side_nav > ul > li .active > a {
  background: #DD67D0; }

.side_nav > ul > li > a span {
  display: flex;
  justify-content: space-between; }
  .side_nav > ul > li > a span:after {
    background: #DD67D0;
    width: 15px;
    height: 15px;
    display: block; }

#site_nav.top_nav .purple svg,
#site_nav.top_nav .purple .basket_body, #site_nav.top_nav .purple .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .purple.active > a,
#site_nav.top_nav .purple a:hover, #site_nav.top_nav .purple a:focus {
  color: #CC91FF; }
  #site_nav.top_nav .purple.active > a svg,
  #site_nav.top_nav .purple a:hover svg, #site_nav.top_nav .purple a:focus svg {
    stroke: #CC91FF; }
    #site_nav.top_nav .purple.active > a svg .svg_stroke,
    #site_nav.top_nav .purple a:hover svg .svg_stroke, #site_nav.top_nav .purple a:focus svg .svg_stroke {
      stroke: #CC91FF; }
    #site_nav.top_nav .purple.active > a svg .svg_fill,
    #site_nav.top_nav .purple a:hover svg .svg_fill, #site_nav.top_nav .purple a:focus svg .svg_fill {
      fill: #CC91FF; }

.nav_preview .purple .active a,
.nav_preview .purple a:hover, .nav_preview .purple a:focus {
  color: #8843BA; }

.side_nav > ul > li.purple.selected > a {
  background: #A14FDC; }

.side_nav > ul > li.purple.active > a,
.side_nav > ul > li.purple .active > a {
  background: #A14FDC; }

.side_nav > ul > li.purple > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.purple > a span:after {
    content: "";
    background: #A14FDC; }

#extra_nav > * > ul > .purple.active > a,
#extra_nav .purple a:hover,
#extra_nav .purple a:focus,
#extra_nav .purple a.focus {
  color: #CC91FF; }

#breadcrumbs ul.purple:before {
  background-color: #8843BA; }

#breadcrumbs .purple li a {
  color: #8843BA; }

.filter.nav_color ul.purple a {
  border-color: #8843BA; }

.filter.nav_color ul.purple .active a {
  background-color: #8843BA; }

.filter.nav_color ul.purple :not(.active) a {
  color: #8843BA; }

.filter.nav_color ul.purple a:hover,
.filter.nav_color ul.purple a:active {
  border-color: #8843BA; }
  .filter.nav_color ul.purple a:hover:after,
  .filter.nav_color ul.purple a:active:after {
    background-color: #8843BA; }

.module .label .purple,
.page_list .label.purple,
.page_header .label.purple {
  background-color: #A14FDC; }

.page_list .purple {
  background-color: #A14FDC; }

.module .thumbnail.placeholder.purple {
  background: rgba(173, 86, 236, 0.2); }

.compl_links .thumbnail.placeholder.purple {
  background: rgba(173, 86, 236, 0.2); }

.banner figure.placeholder.purple {
  background: rgba(173, 86, 236, 0.2); }

#gallery .cell.purple {
  background: rgba(173, 86, 236, 0.2); }

[data-section_colours="purple"] .rich_text a {
  border-bottom: 1px solid #CC91FF;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="purple"] .rich_text a:hover, [data-section_colours="purple"] .rich_text a:active {
    color: #CC91FF; }

[data-section_colours="purple"] #tabs_nav .active a:focus, [data-section_colours="purple"] #tabs_nav .active a:hover,
[data-section_colours="purple"] #side > ul li.active > a:focus,
[data-section_colours="purple"] #side > ul li.active > a:hover {
  color: #CC91FF; }

[data-section_colours="purple"] .open_close li span,
[data-section_colours="purple"] .content_tree li span,
[data-section_colours="purple"] .content_list .placeholder span {
  background-color: #CC91FF; }

#site_nav.top_nav .olive svg,
#site_nav.top_nav .olive .basket_body, #site_nav.top_nav .olive .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .olive.active > a,
#site_nav.top_nav .olive a:hover, #site_nav.top_nav .olive a:focus {
  color: #A4CE21; }
  #site_nav.top_nav .olive.active > a svg,
  #site_nav.top_nav .olive a:hover svg, #site_nav.top_nav .olive a:focus svg {
    stroke: #A4CE21; }
    #site_nav.top_nav .olive.active > a svg .svg_stroke,
    #site_nav.top_nav .olive a:hover svg .svg_stroke, #site_nav.top_nav .olive a:focus svg .svg_stroke {
      stroke: #A4CE21; }
    #site_nav.top_nav .olive.active > a svg .svg_fill,
    #site_nav.top_nav .olive a:hover svg .svg_fill, #site_nav.top_nav .olive a:focus svg .svg_fill {
      fill: #A4CE21; }

.nav_preview .olive .active a,
.nav_preview .olive a:hover, .nav_preview .olive a:focus {
  color: #64800E; }

.side_nav > ul > li.olive.selected > a {
  background: #627E0E; }

.side_nav > ul > li.olive.active > a,
.side_nav > ul > li.olive .active > a {
  background: #627E0E; }

.side_nav > ul > li.olive > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.olive > a span:after {
    content: "";
    background: #627E0E; }

#extra_nav > * > ul > .olive.active > a,
#extra_nav .olive a:hover,
#extra_nav .olive a:focus,
#extra_nav .olive a.focus {
  color: #A4CE21; }

#breadcrumbs ul.olive:before {
  background-color: #64800E; }

#breadcrumbs .olive li a {
  color: #64800E; }

.filter.nav_color ul.olive a {
  border-color: #64800E; }

.filter.nav_color ul.olive .active a {
  background-color: #64800E; }

.filter.nav_color ul.olive :not(.active) a {
  color: #64800E; }

.filter.nav_color ul.olive a:hover,
.filter.nav_color ul.olive a:active {
  border-color: #64800E; }
  .filter.nav_color ul.olive a:hover:after,
  .filter.nav_color ul.olive a:active:after {
    background-color: #64800E; }

.module .label .olive,
.page_list .label.olive,
.page_header .label.olive {
  background-color: #627E0E; }

.page_list .olive {
  background-color: #627E0E; }

.module .thumbnail.placeholder.olive {
  background: rgba(136, 174, 19, 0.2); }

.compl_links .thumbnail.placeholder.olive {
  background: rgba(136, 174, 19, 0.2); }

.banner figure.placeholder.olive {
  background: rgba(136, 174, 19, 0.2); }

#gallery .cell.olive {
  background: rgba(136, 174, 19, 0.2); }

[data-section_colours="olive"] .rich_text a {
  border-bottom: 1px solid #A4CE21;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="olive"] .rich_text a:hover, [data-section_colours="olive"] .rich_text a:active {
    color: #A4CE21; }

[data-section_colours="olive"] #tabs_nav .active a:focus, [data-section_colours="olive"] #tabs_nav .active a:hover,
[data-section_colours="olive"] #side > ul li.active > a:focus,
[data-section_colours="olive"] #side > ul li.active > a:hover {
  color: #A4CE21; }

[data-section_colours="olive"] .open_close li span,
[data-section_colours="olive"] .content_tree li span,
[data-section_colours="olive"] .content_list .placeholder span {
  background-color: #A4CE21; }

#site_nav.top_nav .red svg,
#site_nav.top_nav .red .basket_body, #site_nav.top_nav .red .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .red.active > a,
#site_nav.top_nav .red a:hover, #site_nav.top_nav .red a:focus {
  color: #FF001F; }
  #site_nav.top_nav .red.active > a svg,
  #site_nav.top_nav .red a:hover svg, #site_nav.top_nav .red a:focus svg {
    stroke: #FF001F; }
    #site_nav.top_nav .red.active > a svg .svg_stroke,
    #site_nav.top_nav .red a:hover svg .svg_stroke, #site_nav.top_nav .red a:focus svg .svg_stroke {
      stroke: #FF001F; }
    #site_nav.top_nav .red.active > a svg .svg_fill,
    #site_nav.top_nav .red a:hover svg .svg_fill, #site_nav.top_nav .red a:focus svg .svg_fill {
      fill: #FF001F; }

.nav_preview .red .active a,
.nav_preview .red a:hover, .nav_preview .red a:focus {
  color: #FF001F; }

.side_nav > ul > li.red.selected > a {
  background: #D63E3E; }

.side_nav > ul > li.red.active > a,
.side_nav > ul > li.red .active > a {
  background: #D63E3E; }

.side_nav > ul > li.red > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.red > a span:after {
    content: "";
    background: #D63E3E; }

#extra_nav > * > ul > .red.active > a,
#extra_nav .red a:hover,
#extra_nav .red a:focus,
#extra_nav .red a.focus {
  color: #FF001F; }

#breadcrumbs ul.red:before {
  background-color: #FF001F; }

#breadcrumbs .red li a {
  color: #FF001F; }

.filter.nav_color ul.red a {
  border-color: #FF001F; }

.filter.nav_color ul.red .active a {
  background-color: #FF001F; }

.filter.nav_color ul.red :not(.active) a {
  color: #FF001F; }

.filter.nav_color ul.red a:hover,
.filter.nav_color ul.red a:active {
  border-color: #FF001F; }
  .filter.nav_color ul.red a:hover:after,
  .filter.nav_color ul.red a:active:after {
    background-color: #FF001F; }

.module .label .red,
.page_list .label.red,
.page_header .label.red {
  background-color: #D63E3E; }

.page_list .red {
  background-color: #D63E3E; }

.module .thumbnail.placeholder.red {
  background: rgba(214, 62, 62, 0.2); }

.compl_links .thumbnail.placeholder.red {
  background: rgba(214, 62, 62, 0.2); }

.banner figure.placeholder.red {
  background: rgba(214, 62, 62, 0.2); }

#gallery .cell.red {
  background: rgba(214, 62, 62, 0.2); }

[data-section_colours="red"] .rich_text a {
  border-bottom: 1px solid #FF001F;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="red"] .rich_text a:hover, [data-section_colours="red"] .rich_text a:active {
    color: #FF001F; }

[data-section_colours="red"] #tabs_nav .active a:focus, [data-section_colours="red"] #tabs_nav .active a:hover,
[data-section_colours="red"] #side > ul li.active > a:focus,
[data-section_colours="red"] #side > ul li.active > a:hover {
  color: #FF001F; }

[data-section_colours="red"] .open_close li span,
[data-section_colours="red"] .content_tree li span,
[data-section_colours="red"] .content_list .placeholder span {
  background-color: #FF001F; }

#site_nav.top_nav .pink svg,
#site_nav.top_nav .pink .basket_body, #site_nav.top_nav .pink .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .pink.active > a,
#site_nav.top_nav .pink a:hover, #site_nav.top_nav .pink a:focus {
  color: #FF8880; }
  #site_nav.top_nav .pink.active > a svg,
  #site_nav.top_nav .pink a:hover svg, #site_nav.top_nav .pink a:focus svg {
    stroke: #FF8880; }
    #site_nav.top_nav .pink.active > a svg .svg_stroke,
    #site_nav.top_nav .pink a:hover svg .svg_stroke, #site_nav.top_nav .pink a:focus svg .svg_stroke {
      stroke: #FF8880; }
    #site_nav.top_nav .pink.active > a svg .svg_fill,
    #site_nav.top_nav .pink a:hover svg .svg_fill, #site_nav.top_nav .pink a:focus svg .svg_fill {
      fill: #FF8880; }

.nav_preview .pink .active a,
.nav_preview .pink a:hover, .nav_preview .pink a:focus {
  color: #EC0200; }

.side_nav > ul > li.pink.selected > a {
  background: #BB5954; }

.side_nav > ul > li.pink.active > a,
.side_nav > ul > li.pink .active > a {
  background: #BB5954; }

.side_nav > ul > li.pink > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.pink > a span:after {
    content: "";
    background: #BB5954; }

#extra_nav > * > ul > .pink.active > a,
#extra_nav .pink a:hover,
#extra_nav .pink a:focus,
#extra_nav .pink a.focus {
  color: #FF8880; }

#breadcrumbs ul.pink:before {
  background-color: #EC0200; }

#breadcrumbs .pink li a {
  color: #EC0200; }

.filter.nav_color ul.pink a {
  border-color: #EC0200; }

.filter.nav_color ul.pink .active a {
  background-color: #EC0200; }

.filter.nav_color ul.pink :not(.active) a {
  color: #EC0200; }

.filter.nav_color ul.pink a:hover,
.filter.nav_color ul.pink a:active {
  border-color: #EC0200; }
  .filter.nav_color ul.pink a:hover:after,
  .filter.nav_color ul.pink a:active:after {
    background-color: #EC0200; }

.module .label .pink,
.page_list .label.pink,
.page_header .label.pink {
  background-color: #BB5954; }

.page_list .pink {
  background-color: #BB5954; }

.module .thumbnail.placeholder.pink {
  background: rgba(255, 124, 116, 0.2); }

.compl_links .thumbnail.placeholder.pink {
  background: rgba(255, 124, 116, 0.2); }

.banner figure.placeholder.pink {
  background: rgba(255, 124, 116, 0.2); }

#gallery .cell.pink {
  background: rgba(255, 124, 116, 0.2); }

[data-section_colours="pink"] .rich_text a {
  border-bottom: 1px solid #FF8880;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="pink"] .rich_text a:hover, [data-section_colours="pink"] .rich_text a:active {
    color: #FF8880; }

[data-section_colours="pink"] #tabs_nav .active a:focus, [data-section_colours="pink"] #tabs_nav .active a:hover,
[data-section_colours="pink"] #side > ul li.active > a:focus,
[data-section_colours="pink"] #side > ul li.active > a:hover {
  color: #FF8880; }

[data-section_colours="pink"] .open_close li span,
[data-section_colours="pink"] .content_tree li span,
[data-section_colours="pink"] .content_list .placeholder span {
  background-color: #FF8880; }

#site_nav.top_nav .aqua svg,
#site_nav.top_nav .aqua .basket_body, #site_nav.top_nav .aqua .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .aqua.active > a,
#site_nav.top_nav .aqua a:hover, #site_nav.top_nav .aqua a:focus {
  color: #4ACFD1; }
  #site_nav.top_nav .aqua.active > a svg,
  #site_nav.top_nav .aqua a:hover svg, #site_nav.top_nav .aqua a:focus svg {
    stroke: #4ACFD1; }
    #site_nav.top_nav .aqua.active > a svg .svg_stroke,
    #site_nav.top_nav .aqua a:hover svg .svg_stroke, #site_nav.top_nav .aqua a:focus svg .svg_stroke {
      stroke: #4ACFD1; }
    #site_nav.top_nav .aqua.active > a svg .svg_fill,
    #site_nav.top_nav .aqua a:hover svg .svg_fill, #site_nav.top_nav .aqua a:focus svg .svg_fill {
      fill: #4ACFD1; }

.nav_preview .aqua .active a,
.nav_preview .aqua a:hover, .nav_preview .aqua a:focus {
  color: #2a8080; }

.side_nav > ul > li.aqua.selected > a {
  background: #2a8080; }

.side_nav > ul > li.aqua.active > a,
.side_nav > ul > li.aqua .active > a {
  background: #2a8080; }

.side_nav > ul > li.aqua > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.aqua > a span:after {
    content: "";
    background: #2a8080; }

#extra_nav > * > ul > .aqua.active > a,
#extra_nav .aqua a:hover,
#extra_nav .aqua a:focus,
#extra_nav .aqua a.focus {
  color: #4ACFD1; }

#breadcrumbs ul.aqua:before {
  background-color: #2a8080; }

#breadcrumbs .aqua li a {
  color: #2a8080; }

.filter.nav_color ul.aqua a {
  border-color: #2a8080; }

.filter.nav_color ul.aqua .active a {
  background-color: #2a8080; }

.filter.nav_color ul.aqua :not(.active) a {
  color: #2a8080; }

.filter.nav_color ul.aqua a:hover,
.filter.nav_color ul.aqua a:active {
  border-color: #2a8080; }
  .filter.nav_color ul.aqua a:hover:after,
  .filter.nav_color ul.aqua a:active:after {
    background-color: #2a8080; }

.module .label .aqua,
.page_list .label.aqua,
.page_header .label.aqua {
  background-color: #2a8080; }

.page_list .aqua {
  background-color: #2a8080; }

.module .thumbnail.placeholder.aqua {
  background: rgba(51, 153, 153, 0.2); }

.compl_links .thumbnail.placeholder.aqua {
  background: rgba(51, 153, 153, 0.2); }

.banner figure.placeholder.aqua {
  background: rgba(51, 153, 153, 0.2); }

#gallery .cell.aqua {
  background: rgba(51, 153, 153, 0.2); }

[data-section_colours="aqua"] .rich_text a {
  border-bottom: 1px solid #4ACFD1;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="aqua"] .rich_text a:hover, [data-section_colours="aqua"] .rich_text a:active {
    color: #4ACFD1; }

[data-section_colours="aqua"] #tabs_nav .active a:focus, [data-section_colours="aqua"] #tabs_nav .active a:hover,
[data-section_colours="aqua"] #side > ul li.active > a:focus,
[data-section_colours="aqua"] #side > ul li.active > a:hover {
  color: #4ACFD1; }

[data-section_colours="aqua"] .open_close li span,
[data-section_colours="aqua"] .content_tree li span,
[data-section_colours="aqua"] .content_list .placeholder span {
  background-color: #4ACFD1; }

#site_nav.top_nav .liliac svg,
#site_nav.top_nav .liliac .basket_body, #site_nav.top_nav .liliac .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .liliac.active > a,
#site_nav.top_nav .liliac a:hover, #site_nav.top_nav .liliac a:focus {
  color: #E000E0; }
  #site_nav.top_nav .liliac.active > a svg,
  #site_nav.top_nav .liliac a:hover svg, #site_nav.top_nav .liliac a:focus svg {
    stroke: #E000E0; }
    #site_nav.top_nav .liliac.active > a svg .svg_stroke,
    #site_nav.top_nav .liliac a:hover svg .svg_stroke, #site_nav.top_nav .liliac a:focus svg .svg_stroke {
      stroke: #E000E0; }
    #site_nav.top_nav .liliac.active > a svg .svg_fill,
    #site_nav.top_nav .liliac a:hover svg .svg_fill, #site_nav.top_nav .liliac a:focus svg .svg_fill {
      fill: #E000E0; }

.nav_preview .liliac .active a,
.nav_preview .liliac a:hover, .nav_preview .liliac a:focus {
  color: #E000E0; }

.side_nav > ul > li.liliac.selected > a {
  background: #AA00AA; }

.side_nav > ul > li.liliac.active > a,
.side_nav > ul > li.liliac .active > a {
  background: #AA00AA; }

.side_nav > ul > li.liliac > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.liliac > a span:after {
    content: "";
    background: #AA00AA; }

#extra_nav > * > ul > .liliac.active > a,
#extra_nav .liliac a:hover,
#extra_nav .liliac a:focus,
#extra_nav .liliac a.focus {
  color: #E000E0; }

#breadcrumbs ul.liliac:before {
  background-color: #E000E0; }

#breadcrumbs .liliac li a {
  color: #E000E0; }

.filter.nav_color ul.liliac a {
  border-color: #E000E0; }

.filter.nav_color ul.liliac .active a {
  background-color: #E000E0; }

.filter.nav_color ul.liliac :not(.active) a {
  color: #E000E0; }

.filter.nav_color ul.liliac a:hover,
.filter.nav_color ul.liliac a:active {
  border-color: #E000E0; }
  .filter.nav_color ul.liliac a:hover:after,
  .filter.nav_color ul.liliac a:active:after {
    background-color: #E000E0; }

.module .label .liliac,
.page_list .label.liliac,
.page_header .label.liliac {
  background-color: #AA00AA; }

.page_list .liliac {
  background-color: #AA00AA; }

.module .thumbnail.placeholder.liliac {
  background: rgba(170, 0, 170, 0.2); }

.compl_links .thumbnail.placeholder.liliac {
  background: rgba(170, 0, 170, 0.2); }

.banner figure.placeholder.liliac {
  background: rgba(170, 0, 170, 0.2); }

#gallery .cell.liliac {
  background: rgba(170, 0, 170, 0.2); }

[data-section_colours="liliac"] .rich_text a {
  border-bottom: 1px solid #E000E0;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="liliac"] .rich_text a:hover, [data-section_colours="liliac"] .rich_text a:active {
    color: #E000E0; }

[data-section_colours="liliac"] #tabs_nav .active a:focus, [data-section_colours="liliac"] #tabs_nav .active a:hover,
[data-section_colours="liliac"] #side > ul li.active > a:focus,
[data-section_colours="liliac"] #side > ul li.active > a:hover {
  color: #E000E0; }

[data-section_colours="liliac"] .open_close li span,
[data-section_colours="liliac"] .content_tree li span,
[data-section_colours="liliac"] .content_list .placeholder span {
  background-color: #E000E0; }

#site_nav.top_nav .gold svg,
#site_nav.top_nav .gold .basket_body, #site_nav.top_nav .gold .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .gold.active > a,
#site_nav.top_nav .gold a:hover, #site_nav.top_nav .gold a:focus {
  color: #EFB300; }
  #site_nav.top_nav .gold.active > a svg,
  #site_nav.top_nav .gold a:hover svg, #site_nav.top_nav .gold a:focus svg {
    stroke: #EFB300; }
    #site_nav.top_nav .gold.active > a svg .svg_stroke,
    #site_nav.top_nav .gold a:hover svg .svg_stroke, #site_nav.top_nav .gold a:focus svg .svg_stroke {
      stroke: #EFB300; }
    #site_nav.top_nav .gold.active > a svg .svg_fill,
    #site_nav.top_nav .gold a:hover svg .svg_fill, #site_nav.top_nav .gold a:focus svg .svg_fill {
      fill: #EFB300; }

.nav_preview .gold .active a,
.nav_preview .gold a:hover, .nav_preview .gold a:focus {
  color: #916D00; }

.side_nav > ul > li.gold.selected > a {
  background: #967100; }

.side_nav > ul > li.gold.active > a,
.side_nav > ul > li.gold .active > a {
  background: #967100; }

.side_nav > ul > li.gold > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.gold > a span:after {
    content: "";
    background: #967100; }

#extra_nav > * > ul > .gold.active > a,
#extra_nav .gold a:hover,
#extra_nav .gold a:focus,
#extra_nav .gold a.focus {
  color: #EFB300; }

#breadcrumbs ul.gold:before {
  background-color: #916D00; }

#breadcrumbs .gold li a {
  color: #916D00; }

.filter.nav_color ul.gold a {
  border-color: #916D00; }

.filter.nav_color ul.gold .active a {
  background-color: #916D00; }

.filter.nav_color ul.gold :not(.active) a {
  color: #916D00; }

.filter.nav_color ul.gold a:hover,
.filter.nav_color ul.gold a:active {
  border-color: #916D00; }
  .filter.nav_color ul.gold a:hover:after,
  .filter.nav_color ul.gold a:active:after {
    background-color: #916D00; }

.module .label .gold,
.page_list .label.gold,
.page_header .label.gold {
  background-color: #967100; }

.page_list .gold {
  background-color: #967100; }

.module .thumbnail.placeholder.gold {
  background: rgba(204, 153, 0, 0.2); }

.compl_links .thumbnail.placeholder.gold {
  background: rgba(204, 153, 0, 0.2); }

.banner figure.placeholder.gold {
  background: rgba(204, 153, 0, 0.2); }

#gallery .cell.gold {
  background: rgba(204, 153, 0, 0.2); }

[data-section_colours="gold"] .rich_text a {
  border-bottom: 1px solid #EFB300;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="gold"] .rich_text a:hover, [data-section_colours="gold"] .rich_text a:active {
    color: #EFB300; }

[data-section_colours="gold"] #tabs_nav .active a:focus, [data-section_colours="gold"] #tabs_nav .active a:hover,
[data-section_colours="gold"] #side > ul li.active > a:focus,
[data-section_colours="gold"] #side > ul li.active > a:hover {
  color: #EFB300; }

[data-section_colours="gold"] .open_close li span,
[data-section_colours="gold"] .content_tree li span,
[data-section_colours="gold"] .content_list .placeholder span {
  background-color: #EFB300; }

#site_nav.top_nav .cyan svg,
#site_nav.top_nav .cyan .basket_body, #site_nav.top_nav .cyan .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .cyan.active > a,
#site_nav.top_nav .cyan a:hover, #site_nav.top_nav .cyan a:focus {
  color: #63C2FF; }
  #site_nav.top_nav .cyan.active > a svg,
  #site_nav.top_nav .cyan a:hover svg, #site_nav.top_nav .cyan a:focus svg {
    stroke: #63C2FF; }
    #site_nav.top_nav .cyan.active > a svg .svg_stroke,
    #site_nav.top_nav .cyan a:hover svg .svg_stroke, #site_nav.top_nav .cyan a:focus svg .svg_stroke {
      stroke: #63C2FF; }
    #site_nav.top_nav .cyan.active > a svg .svg_fill,
    #site_nav.top_nav .cyan a:hover svg .svg_fill, #site_nav.top_nav .cyan a:focus svg .svg_fill {
      fill: #63C2FF; }

.nav_preview .cyan .active a,
.nav_preview .cyan a:hover, .nav_preview .cyan a:focus {
  color: #0079CA; }

.side_nav > ul > li.cyan.selected > a {
  background: #0079CA; }

.side_nav > ul > li.cyan.active > a,
.side_nav > ul > li.cyan .active > a {
  background: #0079CA; }

.side_nav > ul > li.cyan > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.cyan > a span:after {
    content: "";
    background: #0079CA; }

#extra_nav > * > ul > .cyan.active > a,
#extra_nav .cyan a:hover,
#extra_nav .cyan a:focus,
#extra_nav .cyan a.focus {
  color: #63C2FF; }

#breadcrumbs ul.cyan:before {
  background-color: #0079CA; }

#breadcrumbs .cyan li a {
  color: #0079CA; }

.filter.nav_color ul.cyan a {
  border-color: #0079CA; }

.filter.nav_color ul.cyan .active a {
  background-color: #0079CA; }

.filter.nav_color ul.cyan :not(.active) a {
  color: #0079CA; }

.filter.nav_color ul.cyan a:hover,
.filter.nav_color ul.cyan a:active {
  border-color: #0079CA; }
  .filter.nav_color ul.cyan a:hover:after,
  .filter.nav_color ul.cyan a:active:after {
    background-color: #0079CA; }

.module .label .cyan,
.page_list .label.cyan,
.page_header .label.cyan {
  background-color: #0079CA; }

.page_list .cyan {
  background-color: #0079CA; }

.module .thumbnail.placeholder.cyan {
  background: rgba(0, 153, 255, 0.2); }

.compl_links .thumbnail.placeholder.cyan {
  background: rgba(0, 153, 255, 0.2); }

.banner figure.placeholder.cyan {
  background: rgba(0, 153, 255, 0.2); }

#gallery .cell.cyan {
  background: rgba(0, 153, 255, 0.2); }

[data-section_colours="cyan"] .rich_text a {
  border-bottom: 1px solid #63C2FF;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="cyan"] .rich_text a:hover, [data-section_colours="cyan"] .rich_text a:active {
    color: #63C2FF; }

[data-section_colours="cyan"] #tabs_nav .active a:focus, [data-section_colours="cyan"] #tabs_nav .active a:hover,
[data-section_colours="cyan"] #side > ul li.active > a:focus,
[data-section_colours="cyan"] #side > ul li.active > a:hover {
  color: #63C2FF; }

[data-section_colours="cyan"] .open_close li span,
[data-section_colours="cyan"] .content_tree li span,
[data-section_colours="cyan"] .content_list .placeholder span {
  background-color: #63C2FF; }

#site_nav.top_nav .green svg,
#site_nav.top_nav .green .basket_body, #site_nav.top_nav .green .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .green.active > a,
#site_nav.top_nav .green a:hover, #site_nav.top_nav .green a:focus {
  color: #2FD575; }
  #site_nav.top_nav .green.active > a svg,
  #site_nav.top_nav .green a:hover svg, #site_nav.top_nav .green a:focus svg {
    stroke: #2FD575; }
    #site_nav.top_nav .green.active > a svg .svg_stroke,
    #site_nav.top_nav .green a:hover svg .svg_stroke, #site_nav.top_nav .green a:focus svg .svg_stroke {
      stroke: #2FD575; }
    #site_nav.top_nav .green.active > a svg .svg_fill,
    #site_nav.top_nav .green a:hover svg .svg_fill, #site_nav.top_nav .green a:focus svg .svg_fill {
      fill: #2FD575; }

.nav_preview .green .active a,
.nav_preview .green a:hover, .nav_preview .green a:focus {
  color: #27AE60; }

.side_nav > ul > li.green.selected > a {
  background: #27AE60; }

.side_nav > ul > li.green.active > a,
.side_nav > ul > li.green .active > a {
  background: #27AE60; }

.side_nav > ul > li.green > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.green > a span:after {
    content: "";
    background: #27AE60; }

#extra_nav > * > ul > .green.active > a,
#extra_nav .green a:hover,
#extra_nav .green a:focus,
#extra_nav .green a.focus {
  color: #2FD575; }

#breadcrumbs ul.green:before {
  background-color: #27AE60; }

#breadcrumbs .green li a {
  color: #27AE60; }

.filter.nav_color ul.green a {
  border-color: #27AE60; }

.filter.nav_color ul.green .active a {
  background-color: #27AE60; }

.filter.nav_color ul.green :not(.active) a {
  color: #27AE60; }

.filter.nav_color ul.green a:hover,
.filter.nav_color ul.green a:active {
  border-color: #27AE60; }
  .filter.nav_color ul.green a:hover:after,
  .filter.nav_color ul.green a:active:after {
    background-color: #27AE60; }

.module .label .green,
.page_list .label.green,
.page_header .label.green {
  background-color: #27AE60; }

.page_list .green {
  background-color: #27AE60; }

.module .thumbnail.placeholder.green {
  background: rgba(136, 174, 19, 0.2); }

.compl_links .thumbnail.placeholder.green {
  background: rgba(136, 174, 19, 0.2); }

.banner figure.placeholder.green {
  background: rgba(136, 174, 19, 0.2); }

#gallery .cell.green {
  background: rgba(136, 174, 19, 0.2); }

[data-section_colours="green"] .rich_text a {
  border-bottom: 1px solid #2FD575;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="green"] .rich_text a:hover, [data-section_colours="green"] .rich_text a:active {
    color: #2FD575; }

[data-section_colours="green"] #tabs_nav .active a:focus, [data-section_colours="green"] #tabs_nav .active a:hover,
[data-section_colours="green"] #side > ul li.active > a:focus,
[data-section_colours="green"] #side > ul li.active > a:hover {
  color: #2FD575; }

[data-section_colours="green"] .open_close li span,
[data-section_colours="green"] .content_tree li span,
[data-section_colours="green"] .content_list .placeholder span {
  background-color: #2FD575; }

#site_nav.top_nav .magenta svg,
#site_nav.top_nav .magenta .basket_body, #site_nav.top_nav .magenta .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .magenta.active > a,
#site_nav.top_nav .magenta a:hover, #site_nav.top_nav .magenta a:focus {
  color: #DD8BD2; }
  #site_nav.top_nav .magenta.active > a svg,
  #site_nav.top_nav .magenta a:hover svg, #site_nav.top_nav .magenta a:focus svg {
    stroke: #DD8BD2; }
    #site_nav.top_nav .magenta.active > a svg .svg_stroke,
    #site_nav.top_nav .magenta a:hover svg .svg_stroke, #site_nav.top_nav .magenta a:focus svg .svg_stroke {
      stroke: #DD8BD2; }
    #site_nav.top_nav .magenta.active > a svg .svg_fill,
    #site_nav.top_nav .magenta a:hover svg .svg_fill, #site_nav.top_nav .magenta a:focus svg .svg_fill {
      fill: #DD8BD2; }

.nav_preview .magenta .active a,
.nav_preview .magenta a:hover, .nav_preview .magenta a:focus {
  color: #DD67D0; }

.side_nav > ul > li.magenta.selected > a {
  background: #DD67D0; }

.side_nav > ul > li.magenta.active > a,
.side_nav > ul > li.magenta .active > a {
  background: #DD67D0; }

.side_nav > ul > li.magenta > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.magenta > a span:after {
    content: "";
    background: #DD67D0; }

#extra_nav > * > ul > .magenta.active > a,
#extra_nav .magenta a:hover,
#extra_nav .magenta a:focus,
#extra_nav .magenta a.focus {
  color: #DD8BD2; }

#breadcrumbs ul.magenta:before {
  background-color: #DD67D0; }

#breadcrumbs .magenta li a {
  color: #DD67D0; }

.filter.nav_color ul.magenta a {
  border-color: #DD67D0; }

.filter.nav_color ul.magenta .active a {
  background-color: #DD67D0; }

.filter.nav_color ul.magenta :not(.active) a {
  color: #DD67D0; }

.filter.nav_color ul.magenta a:hover,
.filter.nav_color ul.magenta a:active {
  border-color: #DD67D0; }
  .filter.nav_color ul.magenta a:hover:after,
  .filter.nav_color ul.magenta a:active:after {
    background-color: #DD67D0; }

.module .label .magenta,
.page_list .label.magenta,
.page_header .label.magenta {
  background-color: #DD67D0; }

.page_list .magenta {
  background-color: #DD67D0; }

.module .thumbnail.placeholder.magenta {
  background: rgba(221, 103, 208, 0.2); }

.compl_links .thumbnail.placeholder.magenta {
  background: rgba(221, 103, 208, 0.2); }

.banner figure.placeholder.magenta {
  background: rgba(221, 103, 208, 0.2); }

#gallery .cell.magenta {
  background: rgba(221, 103, 208, 0.2); }

[data-section_colours="magenta"] .rich_text a {
  border-bottom: 1px solid #DD8BD2;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="magenta"] .rich_text a:hover, [data-section_colours="magenta"] .rich_text a:active {
    color: #DD8BD2; }

[data-section_colours="magenta"] #tabs_nav .active a:focus, [data-section_colours="magenta"] #tabs_nav .active a:hover,
[data-section_colours="magenta"] #side > ul li.active > a:focus,
[data-section_colours="magenta"] #side > ul li.active > a:hover {
  color: #DD8BD2; }

[data-section_colours="magenta"] .open_close li span,
[data-section_colours="magenta"] .content_tree li span,
[data-section_colours="magenta"] .content_list .placeholder span {
  background-color: #DD8BD2; }

#site_nav.top_nav .darkPink svg,
#site_nav.top_nav .darkPink .basket_body, #site_nav.top_nav .darkPink .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .darkPink.active > a,
#site_nav.top_nav .darkPink a:hover, #site_nav.top_nav .darkPink a:focus {
  color: #FF0F93; }
  #site_nav.top_nav .darkPink.active > a svg,
  #site_nav.top_nav .darkPink a:hover svg, #site_nav.top_nav .darkPink a:focus svg {
    stroke: #FF0F93; }
    #site_nav.top_nav .darkPink.active > a svg .svg_stroke,
    #site_nav.top_nav .darkPink a:hover svg .svg_stroke, #site_nav.top_nav .darkPink a:focus svg .svg_stroke {
      stroke: #FF0F93; }
    #site_nav.top_nav .darkPink.active > a svg .svg_fill,
    #site_nav.top_nav .darkPink a:hover svg .svg_fill, #site_nav.top_nav .darkPink a:focus svg .svg_fill {
      fill: #FF0F93; }

.nav_preview .darkPink .active a,
.nav_preview .darkPink a:hover, .nav_preview .darkPink a:focus {
  color: #E60E84; }

.side_nav > ul > li.darkPink.selected > a {
  background: #D60D7C; }

.side_nav > ul > li.darkPink.active > a,
.side_nav > ul > li.darkPink .active > a {
  background: #D60D7C; }

.side_nav > ul > li.darkPink > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.darkPink > a span:after {
    content: "";
    background: #D60D7C; }

#extra_nav > * > ul > .darkPink.active > a,
#extra_nav .darkPink a:hover,
#extra_nav .darkPink a:focus,
#extra_nav .darkPink a.focus {
  color: #FF0F93; }

#breadcrumbs ul.darkPink:before {
  background-color: #E60E84; }

#breadcrumbs .darkPink li a {
  color: #E60E84; }

.filter.nav_color ul.darkPink a {
  border-color: #E60E84; }

.filter.nav_color ul.darkPink .active a {
  background-color: #E60E84; }

.filter.nav_color ul.darkPink :not(.active) a {
  color: #E60E84; }

.filter.nav_color ul.darkPink a:hover,
.filter.nav_color ul.darkPink a:active {
  border-color: #E60E84; }
  .filter.nav_color ul.darkPink a:hover:after,
  .filter.nav_color ul.darkPink a:active:after {
    background-color: #E60E84; }

.module .label .darkPink,
.page_list .label.darkPink,
.page_header .label.darkPink {
  background-color: #D60D7C; }

.page_list .darkPink {
  background-color: #D60D7C; }

.module .thumbnail.placeholder.darkPink {
  background: rgba(214, 13, 124, 0.2); }

.compl_links .thumbnail.placeholder.darkPink {
  background: rgba(214, 13, 124, 0.2); }

.banner figure.placeholder.darkPink {
  background: rgba(214, 13, 124, 0.2); }

#gallery .cell.darkPink {
  background: rgba(214, 13, 124, 0.2); }

[data-section_colours="darkPink"] .rich_text a {
  border-bottom: 1px solid #FF0F93;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="darkPink"] .rich_text a:hover, [data-section_colours="darkPink"] .rich_text a:active {
    color: #FF0F93; }

[data-section_colours="darkPink"] #tabs_nav .active a:focus, [data-section_colours="darkPink"] #tabs_nav .active a:hover,
[data-section_colours="darkPink"] #side > ul li.active > a:focus,
[data-section_colours="darkPink"] #side > ul li.active > a:hover {
  color: #FF0F93; }

[data-section_colours="darkPink"] .open_close li span,
[data-section_colours="darkPink"] .content_tree li span,
[data-section_colours="darkPink"] .content_list .placeholder span {
  background-color: #FF0F93; }

#site_nav.top_nav .orange svg,
#site_nav.top_nav .orange .basket_body, #site_nav.top_nav .orange .basket_wheels {
  transition: all 0.2s ease-in-out; }

#site_nav.top_nav .orange.active > a,
#site_nav.top_nav .orange a:hover, #site_nav.top_nav .orange a:focus {
  color: #FF7300; }
  #site_nav.top_nav .orange.active > a svg,
  #site_nav.top_nav .orange a:hover svg, #site_nav.top_nav .orange a:focus svg {
    stroke: #FF7300; }
    #site_nav.top_nav .orange.active > a svg .svg_stroke,
    #site_nav.top_nav .orange a:hover svg .svg_stroke, #site_nav.top_nav .orange a:focus svg .svg_stroke {
      stroke: #FF7300; }
    #site_nav.top_nav .orange.active > a svg .svg_fill,
    #site_nav.top_nav .orange a:hover svg .svg_fill, #site_nav.top_nav .orange a:focus svg .svg_fill {
      fill: #FF7300; }

.nav_preview .orange .active a,
.nav_preview .orange a:hover, .nav_preview .orange a:focus {
  color: #E06A0A; }

.side_nav > ul > li.orange.selected > a {
  background: #C25801; }

.side_nav > ul > li.orange.active > a,
.side_nav > ul > li.orange .active > a {
  background: #C25801; }

.side_nav > ul > li.orange > a span {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  .side_nav > ul > li.orange > a span:after {
    content: "";
    background: #C25801; }

#extra_nav > * > ul > .orange.active > a,
#extra_nav .orange a:hover,
#extra_nav .orange a:focus,
#extra_nav .orange a.focus {
  color: #FF7300; }

#breadcrumbs ul.orange:before {
  background-color: #E06A0A; }

#breadcrumbs .orange li a {
  color: #E06A0A; }

.filter.nav_color ul.orange a {
  border-color: #E06A0A; }

.filter.nav_color ul.orange .active a {
  background-color: #E06A0A; }

.filter.nav_color ul.orange :not(.active) a {
  color: #E06A0A; }

.filter.nav_color ul.orange a:hover,
.filter.nav_color ul.orange a:active {
  border-color: #E06A0A; }
  .filter.nav_color ul.orange a:hover:after,
  .filter.nav_color ul.orange a:active:after {
    background-color: #E06A0A; }

.module .label .orange,
.page_list .label.orange,
.page_header .label.orange {
  background-color: #C25801; }

.page_list .orange {
  background-color: #C25801; }

.module .thumbnail.placeholder.orange {
  background: rgba(194, 88, 1, 0.2); }

.compl_links .thumbnail.placeholder.orange {
  background: rgba(194, 88, 1, 0.2); }

.banner figure.placeholder.orange {
  background: rgba(194, 88, 1, 0.2); }

#gallery .cell.orange {
  background: rgba(194, 88, 1, 0.2); }

[data-section_colours="orange"] .rich_text a {
  border-bottom: 1px solid #FF7300;
  transition: color 0.2s ease-in-out; }
  [data-section_colours="orange"] .rich_text a:hover, [data-section_colours="orange"] .rich_text a:active {
    color: #FF7300; }

[data-section_colours="orange"] #tabs_nav .active a:focus, [data-section_colours="orange"] #tabs_nav .active a:hover,
[data-section_colours="orange"] #side > ul li.active > a:focus,
[data-section_colours="orange"] #side > ul li.active > a:hover {
  color: #FF7300; }

[data-section_colours="orange"] .open_close li span,
[data-section_colours="orange"] .content_tree li span,
[data-section_colours="orange"] .content_list .placeholder span {
  background-color: #FF7300; }

a.skip_to_main {
  top: -500px;
  left: 5px;
  position: absolute;
  height: 25px;
  color: #2C3E50; }

a.skip_to_main:focus, a.skip_to_main:active {
  position: relative;
  top: 3px;
  display: block; }

.map .overlay {
  background-color: #9245E5; }

@charset "UTF-8";
.center-align, .user-action:before, .user_search .searches > ul > li > div:nth-child(4) a:before, .mplus.user_portfolio .portfolios ul li a[class*="icon-"]:before, .custom-bootstrap-select > button > .bs-caret:before, .mplus .mplus_search .bootstrap-select > button > .bs-caret:before, .mplus.mob .artist-list .letter .bootstrap-select > button > .bs-caret:before, .mplus .mplus_search .results .sort .layout a:before, .mplus .single-object .user-actions .link a:before, .mplus .single-object #hero img, .mplus .single-object .nav-wrapper #hero-nav .slick-arrow:before, .mplus .single-object .nav-wrapper #hero-nav .slick-slide img.overlay, .button-wrap .note a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.criteria-style, .user_search .searches > ul > li > div:nth-child(3) a, .mplus.user_portfolio .portfolios ul li > div:nth-child(3) a {
  font-size: 14px;
  display: inline-block;
  padding: 3px 24px 2px 8px;
  background-color: #2C3E50;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out; }
  .criteria-style:before, .user_search .searches > ul > li > div:nth-child(3) a:before, .mplus.user_portfolio .portfolios ul li > div:nth-child(3) a:before {
    position: absolute;
    right: 9px;
    top: 7px;
    font-size: 9px; }
  .criteria-style:hover, .user_search .searches > ul > li > div:nth-child(3) a:hover, .mplus.user_portfolio .portfolios ul li > div:nth-child(3) a:hover {
    background-color: #616E7C; }

.background-pattern, .mplus #colorbox.mplus #cboxLoadedContent, .button-wrap .note-wrapper, .user_profile .form_wrapper {
  background-color: #EFEEED;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  padding: 20px; }
  .background-pattern:after, .mplus #colorbox.mplus #cboxLoadedContent:after, .button-wrap .note-wrapper:after, .user_profile .form_wrapper:after, .background-pattern:before, .mplus #colorbox.mplus #cboxLoadedContent:before, .button-wrap .note-wrapper:before, .user_profile .form_wrapper:before {
    content: "";
    position: absolute;
    width: 0;
    top: 50%;
    opacity: 0.05; }
  .background-pattern:before, .mplus #colorbox.mplus #cboxLoadedContent:before, .button-wrap .note-wrapper:before, .user_profile .form_wrapper:before {
    left: 0;
    height: 500px;
    border-width: 222px 0 0 732px;
    border-color: transparent transparent transparent #2C3E50;
    border-style: solid;
    margin-top: -60px;
    z-index: 2; }
  .background-pattern:after, .mplus #colorbox.mplus #cboxLoadedContent:after, .button-wrap .note-wrapper:after, .user_profile .form_wrapper:after {
    height: 0;
    right: 0;
    border-width: 580px 170px 0 0;
    border-color: transparent #2C3E50 transparent transparent;
    border-style: solid;
    z-index: 3; }
  .background-pattern > *, .mplus #colorbox.mplus #cboxLoadedContent > *, .button-wrap .note-wrapper > *, .user_profile .form_wrapper > * {
    position: relative;
    z-index: 5; }

.user-action, .user_search .searches > ul > li > div:nth-child(4) a, .mplus.user_portfolio .portfolios ul li a[class*="icon-"] {
  float: right;
  background-color: #2C3E50;
  color: #FFFFFF;
  height: 30px;
  width: 30px;
  position: relative;
  margin-left: 1px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  .user-action:after, .user_search .searches > ul > li > div:nth-child(4) a:after, .mplus.user_portfolio .portfolios ul li a[class*="icon-"]:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #2C3E50;
    position: absolute;
    bottom: 0;
    right: 0; }
  .user-action:hover, .user_search .searches > ul > li > div:nth-child(4) a:hover, .mplus.user_portfolio .portfolios ul li a:hover[class*="icon-"] {
    background-color: #616E7C; }
  .user-action.active, .user_search .searches > ul > li > div:nth-child(4) a.active, .mplus.user_portfolio .portfolios ul li a.active[class*="icon-"] {
    background-color: #339999; }
    .user-action.active:after, .user_search .searches > ul > li > div:nth-child(4) a.active:after, .mplus.user_portfolio .portfolios ul li a.active[class*="icon-"]:after {
      background-color: #339999; }

.mob .sharing_links.social_links {
  text-align: center; }

.sharing_links {
  padding: 0; }
  .sharing_links.social_links .at-share-tbx-element .at-share-btn {
    margin: 0px 1px 0px 0px; }
  .sharing_links.social_links a.addthis_button_twitter {
    background-position: -35px 0 !important; }
  .sharing_links.social_links a.addthis_button_google_plusone_share {
    background-position: -208px 0 !important; }
  .sharing_links.social_links a.addthis_button_sinaweibo {
    background-position: -70px 0 !important; }
  .sharing_links ul li {
    margin-right: 1px; }
    .sharing_links ul li:last-of-type {
      margin-right: 0; }

.form-styles label, div[id$="-form"].lightbox-form form label, .user_profile .form_wrapper form label {
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 30px;
  padding: 5px 10px 5px 120px;
  margin-top: 10px; }
  .form-styles label:first-of-type, div[id$="-form"].lightbox-form form label:first-of-type, .user_profile .form_wrapper form label:first-of-type {
    margin-top: 0; }
  .form-styles label:before, div[id$="-form"].lightbox-form form label:before, .user_profile .form_wrapper form label:before {
    content: "";
    background: transparent;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out; }
  .form-styles label.focus:before, div[id$="-form"].lightbox-form form label.focus:before, .user_profile .form_wrapper form label.focus:before {
    background: #2C3E50; }
  .form-styles label.failure:before, div[id$="-form"].lightbox-form form label.failure:before, .user_profile .form_wrapper form label.failure:before {
    background: #FF0000; }
  .form-styles label textarea, div[id$="-form"].lightbox-form form label textarea, .user_profile .form_wrapper form label textarea {
    margin-bottom: 20px;
    resize: none; }
  .form-styles label input[type="text"], div[id$="-form"].lightbox-form form label input[type="text"], .user_profile .form_wrapper form label input[type="text"], .form-styles label textarea, div[id$="-form"].lightbox-form form label textarea, .user_profile .form_wrapper form label textarea {
    font-size: 16px;
    width: 100%;
    color: #2C3E50; }
  .form-styles label span, div[id$="-form"].lightbox-form form label span, .user_profile .form_wrapper form label span {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #959EA7; }
  .form-styles label mark, div[id$="-form"].lightbox-form form label mark, .user_profile .form_wrapper form label mark {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px;
    font-size: 14px;
    color: #FF0000;
    height: 20px;
    padding-left: 10px;
    background-color: #FFF; }
    .form-styles label mark:empty, div[id$="-form"].lightbox-form form label mark:empty, .user_profile .form_wrapper form label mark:empty {
      display: none; }

.form-styles span.error, div[id$="-form"].lightbox-form form span.error, .user_profile .form_wrapper form span.error {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.form-styles .links, div[id$="-form"].lightbox-form form .links, .user_profile .form_wrapper form .links {
  margin-top: 20px;
  clear: both; }
  .form-styles .links a, div[id$="-form"].lightbox-form form .links a, .user_profile .form_wrapper form .links a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    margin-right: 30px; }
  .form-styles .links input[type="submit"], div[id$="-form"].lightbox-form form .links input[type="submit"], .user_profile .form_wrapper form .links input[type="submit"] {
    background: #2C3E50;
    height: 30px;
    width: 120px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    transition: background 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out; }
    .form-styles .links input[type="submit"]:hover, div[id$="-form"].lightbox-form form .links input[type="submit"]:hover, .user_profile .form_wrapper form .links input[type="submit"]:hover {
      background-color: #616E7C; }
  .form-styles .links .right, div[id$="-form"].lightbox-form form .links .right, .user_profile .form_wrapper form .links .right {
    float: right; }

.mobile-form-styles .links a, .mplus.mob .lightbox-form div[id$="-form"] form .links a {
  margin-right: 10px; }

.mobile-form-styles .links input, .mplus.mob .lightbox-form div[id$="-form"] form .links input {
  width: 70px;
  padding: 0; }

.profile-link {
  position: relative;
  padding-right: 18px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .profile-link.icon-arrow-right:before {
    position: absolute;
    right: 0;
    line-height: 1.6; }
  .profile-link:hover {
    opacity: 0.5; }

.custom-bootstrap-select > button, .mplus .mplus_search .bootstrap-select > button, .mplus.mob .artist-list .letter .bootstrap-select > button {
  color: #2C3E50;
  border: 1px solid #2C3E50;
  border-radius: 0;
  text-align: left;
  padding: 5px 10px;
  text-transform: uppercase; }
  .custom-bootstrap-select > button.dropdown-toggle, .mplus .mplus_search .bootstrap-select > button.dropdown-toggle, .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle, .custom-bootstrap-select > button.dropdown-toggle:hover, .mplus .mplus_search .bootstrap-select > button.dropdown-toggle:hover, .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle:hover, .custom-bootstrap-select > button.dropdown-toggle:focus, .mplus .mplus_search .bootstrap-select > button.dropdown-toggle:focus, .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle:focus, .custom-bootstrap-select > button.dropdown-toggle:active, .mplus .mplus_search .bootstrap-select > button.dropdown-toggle:active, .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle:active {
    background-color: #FFF;
    color: #2C3E50;
    border-color: #2C3E50;
    box-shadow: none;
    outline: none !important; }
  .custom-bootstrap-select > button > .bs-caret, .mplus .mplus_search .bootstrap-select > button > .bs-caret, .mplus.mob .artist-list .letter .bootstrap-select > button > .bs-caret {
    border-left: 1px solid #2C3E50;
    background-color: #FFF;
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0; }
    .custom-bootstrap-select > button > .bs-caret:before, .mplus .mplus_search .bootstrap-select > button > .bs-caret:before, .mplus.mob .artist-list .letter .bootstrap-select > button > .bs-caret:before {
      content: '\004c';
      display: inline-block;
      font-family: "wkcda";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .custom-bootstrap-select > button > .bs-caret > .caret, .mplus .mplus_search .bootstrap-select > button > .bs-caret > .caret, .mplus.mob .artist-list .letter .bootstrap-select > button > .bs-caret > .caret {
      display: none; }

.custom-bootstrap-select.open > button.dropdown-toggle, .mplus .mplus_search .open.bootstrap-select > button.dropdown-toggle, .mplus.mob .artist-list .letter .open.bootstrap-select > button.dropdown-toggle, .custom-bootstrap-select.open > button.dropdown-toggle:hover, .mplus .mplus_search .open.bootstrap-select > button.dropdown-toggle:hover, .mplus.mob .artist-list .letter .open.bootstrap-select > button.dropdown-toggle:hover, .custom-bootstrap-select.open > button.dropdown-toggle:focus, .mplus .mplus_search .open.bootstrap-select > button.dropdown-toggle:focus, .mplus.mob .artist-list .letter .open.bootstrap-select > button.dropdown-toggle:focus, .custom-bootstrap-select.open > button.dropdown-toggle:active, .mplus .mplus_search .open.bootstrap-select > button.dropdown-toggle:active, .mplus.mob .artist-list .letter .open.bootstrap-select > button.dropdown-toggle:active {
  background-color: #FFF;
  color: #2C3E50;
  border-color: #2C3E50;
  box-shadow: none;
  outline: none !important; }

.custom-bootstrap-select.open > button > .bs-caret:before, .mplus .mplus_search .open.bootstrap-select > button > .bs-caret:before, .mplus.mob .artist-list .letter .open.bootstrap-select > button > .bs-caret:before {
  content: '\004b'; }

.custom-bootstrap-select .dropdown-menu, .mplus .mplus_search .bootstrap-select .dropdown-menu, .mplus.mob .artist-list .letter .bootstrap-select .dropdown-menu {
  padding: 0;
  margin: -1px 0 0 0;
  border-radius: 0; }
  .custom-bootstrap-select .dropdown-menu li a, .mplus .mplus_search .bootstrap-select .dropdown-menu li a, .mplus.mob .artist-list .letter .bootstrap-select .dropdown-menu li a {
    padding: 5px 10px;
    text-transform: uppercase; }
    .custom-bootstrap-select .dropdown-menu li a:hover, .mplus .mplus_search .bootstrap-select .dropdown-menu li a:hover, .mplus.mob .artist-list .letter .bootstrap-select .dropdown-menu li a:hover {
      background-color: #2C3E50;
      color: #FFF; }
  .custom-bootstrap-select .dropdown-menu.open, .mplus .mplus_search .bootstrap-select .dropdown-menu.open, .mplus.mob .artist-list .letter .bootstrap-select .dropdown-menu.open {
    border: 1px solid #2C3E50; }

[class*='icon-']:before {
  display: inline-block;
  font-family: "wkcda";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-grid:before {
  content: '\0041'; }

.icon-list:before {
  content: '\0042'; }

.icon-heart:before {
  content: '\0043'; }

.icon-portfolio:before {
  content: '\0044'; }

.icon-edit:before {
  content: '\0045'; }

.icon-cross:before {
  content: '\0046'; }

.icon-plus:before {
  content: '\0047'; }

.icon-minus:before {
  content: '\0048'; }

.icon-arrow-right:before {
  content: '\0049'; }

.icon-arrow-left:before {
  content: '\004a'; }

.icon-arrow-up:before {
  content: '\004b'; }

.icon-arrow-down:before {
  content: '\004c'; }

.icon-menu:before {
  content: '\004d'; }

.icon-expand:before {
  content: '\004e'; }

.icon-contract:before {
  content: '\004f'; }

.icon-zoom:before {
  content: '\0050'; }

.icon-link:before {
  content: '\0051'; }

.icon-display:before {
  content: '\0052'; }

.icon-fancy-arrow:before {
  content: '\0053'; }

.icon-profile:before {
  content: '\0054'; }

.icon-tick:before {
  content: '\0055'; }

.icon-zoom-in:before {
  content: '\0056'; }

.icon-zoom-out:before {
  content: '\0057'; }

.icon-user:before {
  content: '\0058'; }

.icon-cart:before {
  content: '\0059'; }

.cf:before, .mplus .mplus_search .search:before, .mplus .mplus_search .results:before, .mplus .artist-list:before, .mplus .single-object:before, .user_search .searches > ul > li:before, .mplus.user_portfolio .portfolios ul li:before, .mplus-grid ul:before,
.cf:after,
.mplus .mplus_search .search:after,
.mplus .mplus_search .results:after,
.mplus .artist-list:after,
.mplus .single-object:after,
.user_search .searches > ul > li:after,
.mplus.user_portfolio .portfolios ul li:after,
.mplus-grid ul:after {
  content: " ";
  display: table; }


.cf:after,
.mplus .mplus_search .search:after,
.mplus .mplus_search .results:after,
.mplus .artist-list:after,
.mplus .single-object:after,
.user_search .searches > ul > li:after,
.mplus.user_portfolio .portfolios ul li:after,
.mplus-grid ul:after {
  clear: both; }

.mplus .carousel.tms {
  clear: both;
  margin-bottom: 10px; }

.mplus .wrapper {
  overflow: visible; }

.mplus .tooltip-inner {
  white-space: nowrap;
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.mplus.mob .heading {
  margin-right: 10px; }
  .mplus.mob .heading a.icon-arrow-right {
    right: 0px; }

.mplus .heading h2 {
  text-transform: capitalize; }

.mplus .heading a.icon-arrow-right {
  position: absolute;
  font-size: 14px;
  background-color: #FFF;
  right: 20px;
  bottom: 3px;
  padding: 0 25px 0 10px;
  z-index: 2; }
  .mplus .heading a.icon-arrow-right:before {
    position: absolute;
    right: 5px;
    top: 2px; }

.mplus .nav_preview .wrapper li {
  width: 20%; }

.mplus span.notes {
  padding: 0;
  min-height: 0; }

.mplus .side_nav #mplus_nav {
  margin-bottom: 40px; }

.mplus .mplus-bodytext {
  box-sizing: border-box;
  padding: 10px;
  font-size: 30px; }
  .mplus .mplus-bodytext a {
    color: #339999;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out; }
    .mplus .mplus-bodytext a:before {
      position: absolute;
      right: 0;
      top: 10px;
      font-size: 20px; }
    .mplus .mplus-bodytext a:hover {
      opacity: 0.5; }

.mplus .mplus-categories {
  box-sizing: border-box;
  width: 50%; }
  .mplus .mplus-categories a {
    text-transform: uppercase;
    border: 1px solid #2C3E50;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 2.3;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    .mplus .mplus-categories a:hover {
      background-color: #2C3E50;
      color: #FFF;
      opacity: 1; }
    .mplus .mplus-categories a.icon-arrow-right {
      position: relative;
      padding-right: 20px;
      text-transform: none;
      border: 0; }
      .mplus .mplus-categories a.icon-arrow-right:before {
        position: absolute;
        right: 0;
        line-height: 2.3; }
      .mplus .mplus-categories a.icon-arrow-right:hover {
        background-color: transparent;
        color: #2C3E50;
        opacity: 0.5; }

.mplus.mob .mplus-bodytext, .mplus.mob .mplus-categories {
  width: 100%; }

.mplus.mob .mplus-bodytext {
  font-size: 20px; }
  .mplus.mob .mplus-bodytext a {
    padding-right: 20px; }
    .mplus.mob .mplus-bodytext a:before {
      font-size: 18px;
      top: 5px; }

.mplus .mplus_search .search {
  padding: 10px 90px 0 90px; }
  .mplus .mplus_search .search * {
    box-sizing: border-box; }
  .mplus .mplus_search .search a.toggle {
    position: relative;
    padding-left: 20px;
    color: #2C3E50;
    float: right;
    line-height: 32px;
    font-size: 14px; }
  .mplus .mplus_search .search a.less {
    display: none; }
  .mplus .mplus_search .search a:before {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 12px; }

.mplus .mplus_search form {
  margin-bottom: 30px;
  width: 100%;
  position: relative; }
  .mplus .mplus_search form input {
    border: 1px solid #2C3E50;
    padding: 5px 10px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: calc(70% - 29px);
    font-size: 14px;
    height: 32px; }
    .mplus .mplus_search form input[type="submit"].small {
      background-image: url(../img/quick_submit.png);
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      width: 30px;
      height: 32px;
      top: 0;
      right: 30%;
      font-size: 0;
      line-height: 0;
      text-indent: -90000px; }
    .mplus .mplus_search form input[type="submit"].big {
      border: 0;
      background-color: #2C3E50;
      color: #FFFFFF;
      width: 27%;
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom: 2px solid #000;
      transition: background-color 0.4s ease-in-out;
      -webkit-transition: background-color 0.4s ease-in-out;
      -moz-transition: background-color 0.4s ease-in-out;
      -o-transition: background-color 0.4s ease-in-out; }
      .mplus .mplus_search form input[type="submit"].big:hover {
        background-color: #616E7C; }
  .mplus .mplus_search form .advanced {
    position: relative;
    display: none; }
    .mplus .mplus_search form .advanced > .dropdowns {
      width: 70%;
      font-size: 0; }
      .mplus .mplus_search form .advanced > .dropdowns > * {
        margin-top: 19px;
        margin-right: 3.33%; }
      .mplus .mplus_search form .advanced > .dropdowns > *:nth-child(4n + 4) {
        margin-right: 0; }
      .mplus .mplus_search form .advanced > .dropdowns input {
        width: 22.5%;
        text-transform: uppercase; }

.mplus .mplus_search .filter {
  padding: 10px 10px 0 90px;
  margin-bottom: 30px; }

.mplus .mplus_search .results {
  font-size: 14px;
  padding: 30px 90px 0 90px;
  border-top: 1px solid #2C3E50; }
  .mplus .mplus_search .results .criteria {
    margin-bottom: 20px; }
    .mplus .mplus_search .results .criteria a.icon-cross {
      display: inline-block;
      padding: 3px 24px 2px 8px;
      background-color: #2C3E50;
      color: #FFFFFF;
      text-transform: uppercase;
      position: relative;
      white-space: nowrap; }
      .mplus .mplus_search .results .criteria a.icon-cross:before {
        position: absolute;
        right: 9px;
        top: 7px;
        font-size: 9px; }
    .mplus .mplus_search .results .criteria a.icon-plus {
      position: relative;
      padding-left: 20px;
      color: #2C3E50;
      line-height: 32px;
      font-size: 14px;
      display: inline-block;
      margin-left: 5px; }
      .mplus .mplus_search .results .criteria a.icon-plus:before {
        position: absolute;
        left: 0;
        top: 10px;
        font-size: 12px; }
  .mplus .mplus_search .results .sort p {
    float: left;
    line-height: 29px;
    margin-right: 10px; }
  .mplus .mplus_search .results .sort .right {
    float: right; }
    .mplus .mplus_search .results .sort .right > * {
      float: left; }
  .mplus .mplus_search .results .sort .layout {
    margin-right: 30px; }
    .mplus .mplus_search .results .sort .layout a {
      border: 1px solid #2C3E50;
      display: inline-block;
      position: relative;
      height: 29px;
      width: 29px;
      margin-right: 5px;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .mplus .mplus_search .results .sort .layout a:hover, .mplus .mplus_search .results .sort .layout a.active {
        background-color: #2C3E50; }
        .mplus .mplus_search .results .sort .layout a:hover:before, .mplus .mplus_search .results .sort .layout a.active:before {
          color: #FFFFFF; }

.mplus.mob .mplus_search .bootstrap-select .dropdown-menu {
  left: auto;
  right: 0; }

.mplus.mob .mplus_search .filter {
  padding: 10px 10px 0 10px;
  margin-bottom: 20px; }

.mplus.mob .mplus_search .search {
  padding: 10px 10px 0 10px; }
  .mplus.mob .mplus_search .search a.toggle {
    display: none; }

.mplus.mob .mplus_search form {
  margin-bottom: 20px; }
  .mplus.mob .mplus_search form input {
    width: calc(100% - 29px); }
    .mplus.mob .mplus_search form input[type="submit"].small {
      right: 0; }

.mplus.mob .mplus_search .results {
  margin: 0 10px;
  padding: 10px 0 0 0; }
  .mplus.mob .mplus_search .results .sort .right > p {
    display: none; }
  .mplus.mob .mplus_search .results .sort .layout {
    margin-right: 0; }

.mplus .artist-list {
  border-top: 1px solid #2C3E50;
  padding: 30px 10px 0px 10px; }
  .mplus .artist-list * {
    box-sizing: border-box; }
  .mplus .artist-list .letter {
    width: 90px;
    float: left; }
    .mplus .artist-list .letter > span {
      font-size: 36px;
      font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
      line-height: 1.1; }
    .mplus .artist-list .letter .bootstrap-select {
      display: none; }
  .mplus .artist-list ul.artists {
    width: calc(100% - 90px);
    float: left; }
    .mplus .artist-list ul.artists li {
      width: 25%;
      float: left;
      padding-right: 20px;
      margin-bottom: 30px; }
      .mplus .artist-list ul.artists li a {
        font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
        font-size: 16px; }
      .mplus .artist-list ul.artists li p {
        font-size: 14px;
        display: block;
        margin-top: 2px; }
        .mplus .artist-list ul.artists li p span {
          display: block;
          margin-top: 10px; }

.mplus.mob .artist-list {
  margin: 0 10px;
  position: relative;
  padding: 30px 0 0 0; }
  .mplus.mob .artist-list .letter {
    width: 100%;
    position: absolute;
    top: -10px; }
    .mplus.mob .artist-list .letter > span {
      font-size: 16px;
      padding-right: 10px;
      background-color: #FFF; }
    .mplus.mob .artist-list .letter .bootstrap-select {
      display: inline-block;
      position: absolute;
      right: 0; }
      .mplus.mob .artist-list .letter .bootstrap-select > button {
        padding: 0px 10px; }
        .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle {
          border-color: transparent; }
          .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle:focus, .mplus.mob .artist-list .letter .bootstrap-select > button.dropdown-toggle:active {
            border-color: transparent; }
        .mplus.mob .artist-list .letter .bootstrap-select > button span {
          text-transform: none; }
        .mplus.mob .artist-list .letter .bootstrap-select > button > .bs-caret {
          border-left: 1px solid transparent;
          height: 22px; }
      .mplus.mob .artist-list .letter .bootstrap-select .dropdown-menu {
        width: 100%;
        padding-top: 5px; }
        .mplus.mob .artist-list .letter .bootstrap-select .dropdown-menu.open {
          border: 0; }
      .mplus.mob .artist-list .letter .bootstrap-select.open > button.dropdown-toggle {
        border-color: transparent; }
        .mplus.mob .artist-list .letter .bootstrap-select.open > button.dropdown-toggle:focus, .mplus.mob .artist-list .letter .bootstrap-select.open > button.dropdown-toggle:active, .mplus.mob .artist-list .letter .bootstrap-select.open > button.dropdown-toggle:hover {
          border-color: transparent; }
  .mplus.mob .artist-list .artists {
    width: 100%; }
    .mplus.mob .artist-list .artists li {
      width: 50%; }
      .mplus.mob .artist-list .artists li:nth-child(odd) {
        clear: both; }
      .mplus.mob .artist-list .artists li a {
        font-size: 14px; }

.gallery-multimedia .cell a.action {
  position: absolute;
  z-index: 3;
  opacity: 0;
  color: #FFFFFF;
  bottom: 15px;
  font-size: 16px;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out; }
  .gallery-multimedia .cell a.action:hover, .gallery-multimedia .cell a.action.active {
    color: #339999; }

.gallery-multimedia .cell a.icon-portfolio {
  left: 15px; }

.gallery-multimedia .cell a.icon-heart {
  left: 45px; }

.gallery-multimedia .cell:hover a.action {
  opacity: 1; }

.gallery-multimedia .cell.multimedia:after {
  background-image: url(../img/player_play.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  background-position-y: -100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer; }

.gallery-multimedia .cell.multimedia:hover:after {
  background-position-y: 0; }

.mob .gallery-multimedia a.action {
  display: none; }

.mplus #colorbox.mplus {
  max-width: 100% !important; }
  .mplus #colorbox.mplus #cboxContent {
    max-width: 100% !important; }
  .mplus #colorbox.mplus #cboxLoadedContent {
    height: auto !important; }
  .mplus #colorbox.mplus #cboxBody,
  .mplus #colorbox.mplus #cboxNext,
  .mplus #colorbox.mplus #cboxPrevious,
  .mplus #colorbox.mplus #cboxClose {
    display: none !important; }

.mplus.mob #colorbox.mplus #cboxWrapper, .mplus.mob #colorbox.mplus #cboxContent {
  max-width: 100%; }
  .mplus.mob #colorbox.mplus #cboxWrapper #cboxLoadedContent, .mplus.mob #colorbox.mplus #cboxContent #cboxLoadedContent {
    max-width: calc(100% - 20px) !important;
    padding: 20px 10px; }

.mplus.tms_object #colorbox #cboxNext,
.mplus.tms_object #colorbox #cboxPrevious {
  display: none !important; }

#cboxBody > * {
  opacity: 1; }

#cboxBody #cboxTitle strong {
  width: 50%; }

#cboxBody #cboxTitle .small {
  padding-left: 0;
  font-size: 12px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 0;
  line-height: 1.2; }

#cboxBody #cboxTitle .view {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  float: right;
  font-size: 12px;
  border: 1px solid #FFF;
  padding: 5px;
  border-radius: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px; }
  #cboxBody #cboxTitle .view:hover {
    background-color: white;
    color: #000; }

#cboxBody #cboxTitle .credits {
  float: left;
  padding: 0;
  font-size: 14px; }

div[id$="-form"].lightbox-form * {
  box-sizing: border-box; }

div[id$="-form"].lightbox-form h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  float: left;
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

div[id$="-form"].lightbox-form h2 {
  float: right;
  line-height: 24px;
  font-size: 16px; }
  div[id$="-form"].lightbox-form h2 a {
    font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

div[id$="-form"].lightbox-form p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left; }

div[id$="-form"].lightbox-form a {
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out; }
  div[id$="-form"].lightbox-form a:hover {
    opacity: 0.5; }

div[id$="-form"].lightbox-form form {
  width: 100%;
  clear: both; }
  div[id$="-form"].lightbox-form form.embed h1 {
    margin-top: 20px; }
  div[id$="-form"].lightbox-form form.embed input[type="text"],
  div[id$="-form"].lightbox-form form.embed textarea {
    font-family: "Courier New", Courier, monospace;
    width: 100%;
    padding: 6px 10px;
    resize: none; }
  div[id$="-form"].lightbox-form form .checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
    background: transparent;
    min-height: 0;
    overflow: visible; }
    div[id$="-form"].lightbox-form form .checkboxes label em {
      font-style: normal; }
    div[id$="-form"].lightbox-form form .checkboxes label.failure em {
      border-bottom: 1px solid #FF0000; }
    div[id$="-form"].lightbox-form form .checkboxes label.failure:before {
      border: 1px solid #FF0000; }
    div[id$="-form"].lightbox-form form .checkboxes label mark {
      background: transparent;
      top: 0; }
    div[id$="-form"].lightbox-form form .checkboxes label a {
      font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
    div[id$="-form"].lightbox-form form .checkboxes label:before {
      content: "";
      display: inline-block;
      width: 11px;
      height: 14px;
      padding-left: 3px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 2px;
      background-color: #FFFFFF; }
  div[id$="-form"].lightbox-form form .checkboxes input[type=checkbox] {
    display: none; }
    div[id$="-form"].lightbox-form form .checkboxes input[type=checkbox]:checked + label:before {
      content: "\0055";
      font-size: 15px;
      color: #2C3E50;
      text-align: center;
      line-height: 13px;
      font-family: "wkcda"; }

.mplus.mob .lightbox-form div[id$="-form"] h1 {
  width: 100%; }

.mplus.mob .lightbox-form div[id$="-form"] h2 {
  width: 100%;
  margin-bottom: 20px;
  margin-top: -15px;
  line-height: 1.2; }

.mplus .single-object {
  background-color: #E9EBED;
  margin: 40px 0;
  height: 775px; }
  .mplus .single-object * {
    box-sizing: border-box; }
  .mplus .single-object .user-actions {
    position: absolute;
    top: 0;
    right: 40px;
    width: 25%;
    z-index: 1;
    display: none; }
    .mplus .single-object .user-actions:first-child {
      display: block; }
    .mplus .single-object .user-actions .link {
      width: 100%; }
      .mplus .single-object .user-actions .link a {
        background-color: #2C3E50;
        display: inline-block;
        position: relative;
        height: 30px;
        width: 30px;
        margin-right: 5px;
        color: white;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out; }
        .mplus .single-object .user-actions .link a.icon-link {
          margin-right: 0px; }
        .mplus .single-object .user-actions .link a:hover {
          background-color: #616E7C; }
        .mplus .single-object .user-actions .link a:after {
          content: "";
          width: 100%;
          height: 2px;
          background-color: #2C3E50;
          position: absolute;
          bottom: 0;
          right: 0; }
        .mplus .single-object .user-actions .link a.active {
          background-color: #339999; }
          .mplus .single-object .user-actions .link a.active:after {
            background-color: #339999; }
  .mplus .single-object .nav-wrapper {
    display: inherit; }
    .mplus .single-object .nav-wrapper #hero-nav {
      display: none !important; }
  .mplus .single-object #hero {
    width: 66.66%;
    float: left;
    padding-top: 0px; }
    .mplus .single-object #hero > * {
      background: #E9EBED;
      position: relative; }
    .mplus .single-object #hero img {
      opacity: 1; }
    .mplus .single-object #hero > img {
      opacity: 0; }
    .mplus .single-object #hero .hero-inner {
      height: 775px;
      opacity: 0; }
    .mplus .single-object #hero .copyright-wrapper {
      position: relative;
      padding: 0; }
    .mplus .single-object #hero span.copyright {
      /*position: absolute;
			    bottom: 0;
			    background-color: rgba(44,62,80,0.75);
			    color: #FFF;
			    padding: 5px 15px;
			  
			    -webkit-transform: translate(-50%);
			    -moz-transform: translate(-50%);
			    -ms-transform: translate(-50%);
			    -o-transform: translate(-50%);
			    transform: translate(-50%);
			    left: 50%;
     			  
			    text-align: left;
			    font-size: 14px;
			    opacity: 0;
			    white-space: nowrap;
			    @include transition(all, 0.2s);
			    a {
			    	color: #FFF;
			    	text-decoration: underline;
			    }*/
      display: none; }
    .mplus .single-object #hero:hover span.copyright {
      opacity: 1; }
    .mplus .single-object #hero + .wrapper {
      border-left: 2px solid #FFF;
      float: left;
      width: 33.33%;
      clear: none;
      height: 775px;
      padding: 20px;
      position: relative;
      transition: none 0.4s ease-in-out;
      -webkit-transition: none 0.4s ease-in-out;
      -moz-transition: none 0.4s ease-in-out;
      -o-transition: none 0.4s ease-in-out; }
      .mplus .single-object #hero + .wrapper article {
        height: 100%;
        float: left;
        position: relative;
        overflow: hidden; }
        .mplus .single-object #hero + .wrapper article .page_info {
          padding: 0; }
          .mplus .single-object #hero + .wrapper article .page_info dl {
            display: table-row; }
          .mplus .single-object #hero + .wrapper article .page_info dd:before {
            display: none; }
  .mplus .single-object.expanded {
    height: auto; }
    .mplus .single-object.expanded .nav-wrapper {
      opacity: 1;
      width: 100%;
      bottom: 170px !important; }
      .mplus .single-object.expanded .nav-wrapper.no-init {
        text-align: center;
        z-index: 0; }
        .mplus .single-object.expanded .nav-wrapper.no-init #hero-nav {
          opacity: 1;
          position: relative;
          display: inline-block; }
        .mplus .single-object.expanded .nav-wrapper.no-init .slick-slide {
          margin-right: 2px;
          cursor: pointer; }
          .mplus .single-object.expanded .nav-wrapper.no-init .slick-slide img {
            opacity: 0.7; }
            .mplus .single-object.expanded .nav-wrapper.no-init .slick-slide img.active, .mplus .single-object.expanded .nav-wrapper.no-init .slick-slide img:hover {
              opacity: 1;
              border-bottom: 2px solid #2C3E50; }
    .mplus .single-object.expanded .hero-inner {
      height: calc(100vh - 410px) !important; }
    .mplus .single-object.expanded img {
      max-height: calc(100vh - 410px) !important; }
    .mplus .single-object.expanded #hero-carousel {
      z-index: 0; }
      .mplus .single-object.expanded #hero-carousel .slick-slide {
        height: auto;
        z-index: 0; }
        .mplus .single-object.expanded #hero-carousel .slick-slide article {
          height: auto; }
      .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer {
        width: 100%; }
        .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer #hero-inner {
          height: 750px; }
          .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer #hero-inner svg {
            width: 100%; }
        .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer + .wrapper {
          display: block;
          height: auto;
          width: 100%;
          padding-top: 30px;
          padding-right: 0;
          padding-left: 0;
          border-color: transparent; }
          .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer + .wrapper article .page_info {
            width: 50%;
            float: left;
            margin-left: 90px;
            padding-right: 20px; }
          .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer + .wrapper article .user-actions {
            position: relative;
            bottom: auto;
            width: calc(50% - 90px);
            float: left;
            clear: none; }
            .mplus .single-object.expanded #hero-carousel .single-slide #hero.hero-outer + .wrapper article .user-actions .link {
              width: 57.15%;
              float: right;
              margin-right: 50px; }
  .mplus .single-object #hero-carousel .video .hero-inner a:after {
    background-image: url(../img/player_play.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    background-position-y: -100px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer; }
  .mplus .single-object #hero-carousel .video .hero-inner a:hover:after {
    background-position-y: 0; }
  .mplus .single-object #hero-carousel .video .user-actions .link a.icon-expand, .mplus .single-object #hero-carousel .video .user-actions .link a.icon-zoom {
    display: none; }
  .mplus .single-object.multiple {
    position: relative; }
    .mplus .single-object.multiple #hero {
      margin-bottom: 65px; }
      .mplus .single-object.multiple #hero .hero-inner {
        height: 665px; }
      .mplus .single-object.multiple #hero img {
        max-height: 665px; }
    .mplus .single-object.multiple *:focus, .mplus .single-object.multiple *:active {
      outline: none !important; }
    .mplus .single-object.multiple .nav-wrapper {
      display: block !important; }
  .mplus .single-object .nav-wrapper {
    width: 66.66%;
    position: absolute;
    bottom: 10px;
    z-index: 2000; }
    .mplus .single-object .nav-wrapper #hero-nav {
      height: 80px;
      opacity: 0; }
      .mplus .single-object .nav-wrapper #hero-nav .slick-arrow {
        height: 100%;
        width: 20px;
        background-color: #2C3E50;
        position: absolute;
        top: 0;
        opacity: 0.7;
        z-index: 2; }
        .mplus .single-object .nav-wrapper #hero-nav .slick-arrow.prev {
          left: 0; }
        .mplus .single-object .nav-wrapper #hero-nav .slick-arrow.next {
          right: 0; }
        .mplus .single-object .nav-wrapper #hero-nav .slick-arrow:before {
          color: #FFF; }
        .mplus .single-object .nav-wrapper #hero-nav .slick-arrow.slick-disabled {
          display: none !important; }
      .mplus .single-object .nav-wrapper #hero-nav .slick-slide {
        position: relative; }
        .mplus .single-object .nav-wrapper #hero-nav .slick-slide img {
          height: 80px; }
          .mplus .single-object .nav-wrapper #hero-nav .slick-slide img.overlay {
            height: 40px; }
      .mplus .single-object .nav-wrapper #hero-nav *:focus, .mplus .single-object .nav-wrapper #hero-nav *:active {
        outline: none !important; }
      .mplus .single-object .nav-wrapper #hero-nav.slick-slider .slick-slide {
        cursor: pointer;
        border-bottom: 3px solid transparent;
        margin-right: 2px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        .mplus .single-object .nav-wrapper #hero-nav.slick-slider .slick-slide.slick-current {
          border-bottom: 3px solid #2C3E50; }
        .mplus .single-object .nav-wrapper #hero-nav.slick-slider .slick-slide:hover {
          border-bottom: 3px solid #2C3E50; }

.mplus.mob .single-object {
  margin: 20px 0 0;
  height: auto;
  background-color: #FFF; }
  .mplus.mob .single-object .container_actions {
    position: relative;
    right: 20px;
    top: -10px; }
    .mplus.mob .single-object .container_actions .user-actions {
      position: absolute;
      top: 42px;
      right: 0;
      left: inherit;
      width: auto;
      background: none !important;
      display: none; }
      .mplus.mob .single-object .container_actions .user-actions:first-child {
        display: block; }
    .mplus.mob .single-object .container_actions .link {
      width: 30px !important;
      margin-right: 0 !important; }
      .mplus.mob .single-object .container_actions .link a {
        width: 36px;
        height: 36px;
        float: right;
        margin: 0;
        border-bottom: 0;
        font-size: 16px;
        margin-bottom: 2px !important; }
        .mplus.mob .single-object .container_actions .link a.icon-expand, .mplus.mob .single-object .container_actions .link a.icon-link {
          display: none; }
        .mplus.mob .single-object .container_actions .link a.icon-zoom-in, .mplus.mob .single-object .container_actions .link a.icon-zoom-out {
          width: 36px;
          height: 36px; }
        .mplus.mob .single-object .container_actions .link a:not(:last-child) {
          border-right: 3px solid white; }
        .mplus.mob .single-object .container_actions .link a.icon-portfolio {
          width: 33px;
          right: 3px; }
  .mplus.mob .single-object #hero {
    width: 100%;
    background-color: #E9EBED;
    margin-bottom: 0; }
    .mplus.mob .single-object #hero .hero-inner {
      height: 340px; }
    .mplus.mob .single-object #hero span.copyright {
      /*display: block;
				    opacity: 1;
				    position: relative;
				    width: 100%;
				    left: 0;
				    transform: none;
				    text-align: center;*/
      display: none; }
    .mplus.mob .single-object #hero + .wrapper {
      width: 100%;
      height: auto;
      border-left: 0;
      background-color: #FFF;
      padding: 20px 10px; }
      .mplus.mob .single-object #hero + .wrapper * {
        background-color: #FFF; }
      .mplus.mob .single-object #hero + .wrapper article {
        width: 100% !important; }
        .mplus.mob .single-object #hero + .wrapper article .page_info {
          width: 100% !important;
          padding-right: 80px !important;
          margin-bottom: 10px;
          margin-left: 15px !important; }
          .mplus.mob .single-object #hero + .wrapper article .page_info dt {
            width: 25%; }
          .mplus.mob .single-object #hero + .wrapper article .page_info dl:last-child dt, .mplus.mob .single-object #hero + .wrapper article .page_info dl:last-child dd {
            padding-bottom: 10px; }
  .mplus.mob .single-object.multiple #hero-carousel .slick-slide.video .user-actions .link a {
    width: 50%; }
  .mplus.mob .single-object.multiple #hero {
    margin-bottom: 80px; }
    .mplus.mob .single-object.multiple #hero .hero-inner {
      height: 340px; }
  .mplus.mob .single-object.multiple .nav-wrapper {
    width: 100%;
    top: 325px;
    height: 80px;
    position: absolute;
    background: #E9EBED;
    padding: 10px; }
    .mplus.mob .single-object.multiple .nav-wrapper.no-init {
      text-align: center; }
      .mplus.mob .single-object.multiple .nav-wrapper.no-init #hero-nav {
        opacity: 1; }
    .mplus.mob .single-object.multiple .nav-wrapper #hero-nav {
      height: 60px;
      position: relative; }
      .mplus.mob .single-object.multiple .nav-wrapper #hero-nav .slick-slide img {
        height: 60px; }
        .mplus.mob .single-object.multiple .nav-wrapper #hero-nav .slick-slide img.overlay {
          height: 40px; }

.mplus.mob #hero-carousel {
  padding-bottom: 0 !important; }

.mplus.mob .icon-contract {
  display: none !important; }

@media only screen and (max-height: 800px) {
  .mplus.mob .single-object.expanded #hero-carousel .hero-inner {
    height: 360px !important; }
  .mplus.mob .single-object.expanded .nav-wrapper {
    bottom: 0;
    top: calc( 100vh - 307px); }
    .mplus.mob .single-object.expanded .nav-wrapper .slick-slide {
      max-height: 65px !important;
      height: 65px !important; }
      .mplus.mob .single-object.expanded .nav-wrapper .slick-slide img {
        max-height: 65px !important;
        height: 100% !important;
        width: auto !important; } }

@media only screen and (min-height: 800px) and (max-height: 1200px) {
  .mplus.mob .single-object.expanded #hero-carousel .hero-inner {
    height: 760px !important; }
  .mplus.mob .single-object.expanded .nav-wrapper {
    top: 760px !important; }
    .mplus.mob .single-object.expanded .nav-wrapper .slick-slide {
      max-height: 65px !important;
      height: 65px !important; }
      .mplus.mob .single-object.expanded .nav-wrapper .slick-slide img {
        max-height: 65px !important;
        height: 100% !important;
        width: auto !important; } }

.content_body + .wrapper .button-wrap {
  margin-top: 30px; }

.button-wrap .note-wrapper {
  padding: 20px;
  position: relative;
  display: none;
  background-color: #EFEEED; }
  .button-wrap .note-wrapper textarea {
    margin-bottom: 0 !important;
    resize: vertical;
    width: 100%;
    padding: 10px; }
  .button-wrap .note-wrapper.error #count {
    color: #DC0000; }
  .button-wrap .note-wrapper.error input[type="submit"] {
    opacity: 0.3;
    cursor: default; }
    .button-wrap .note-wrapper.error input[type="submit"]:hover {
      background-color: #2C3E50; }

.button-wrap .note {
  background-color: rgba(51, 153, 153, 0.1);
  padding: 20px;
  position: relative;
  min-height: 30px; }
  .button-wrap .note a {
    position: absolute;
    top: 20px;
    background-color: #339999;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out; }
    .button-wrap .note a:before {
      color: #FFF; }
    .button-wrap .note a.icon-edit {
      right: 51px; }
    .button-wrap .note a.icon-cross {
      right: 20px; }
  .button-wrap .note:hover a, .button-wrap .note.active a {
    opacity: 1; }
  .button-wrap .note p {
    padding-top: 50px;
    word-break: break-all; }

.button-wrap button.add-note {
  background: #2C3E50;
  height: 30px;
  width: 120px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding: 0 20px;
  transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out; }
  .button-wrap button.add-note:hover {
    background-color: #616E7C; }

.user_profile #main * {
  box-sizing: border-box; }

.user_profile .form_wrapper {
  margin-top: 20px; }

.user_search .searches {
  padding-top: 20px; }
  .user_search .searches * {
    box-sizing: border-box; }
  .user_search .searches > ul > li {
    border-bottom: 1px solid #D8DFE6;
    padding: 10px;
    transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out; }
    .user_search .searches > ul > li:hover {
      background-color: #E9EBED; }
      .user_search .searches > ul > li:hover > div:nth-child(4) a {
        opacity: 1; }
    .user_search .searches > ul > li:first-of-type {
      border-top: 1px solid #D8DFE6; }
    .user_search .searches > ul > li > div {
      min-height: 1px;
      float: left;
      height: 100%; }
      .user_search .searches > ul > li > div:nth-child(1) {
        width: 15%;
        margin: 4px 0; }
        .user_search .searches > ul > li > div:nth-child(1) span {
          font-size: 14px; }
      .user_search .searches > ul > li > div:nth-child(2) {
        width: 30%;
        margin: 5px 0; }
        .user_search .searches > ul > li > div:nth-child(2) span {
          font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
      .user_search .searches > ul > li > div:nth-child(3) {
        margin-top: 4px;
        width: 40%; }
        .user_search .searches > ul > li > div:nth-child(3) ul {
          font-size: 0; }
          .user_search .searches > ul > li > div:nth-child(3) ul li {
            display: inline-block;
            margin: 0 4px 4px 0; }
      .user_search .searches > ul > li > div:nth-child(4) {
        width: 15%; }
        .user_search .searches > ul > li > div:nth-child(4) a {
          opacity: 0; }

.user_search.mob .searches > ul > li {
  padding: 20px 10px 16px;
  position: relative; }
  .user_search.mob .searches > ul > li > div:nth-child(1), .user_search.mob .searches > ul > li > div:nth-child(2) {
    width: 100%;
    margin: 0 0 15px; }
  .user_search.mob .searches > ul > li > div:nth-child(3) {
    width: 100%; }
  .user_search.mob .searches > ul > li > div:nth-child(4) {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto; }
    .user_search.mob .searches > ul > li > div:nth-child(4) a[class*="icon-"] {
      opacity: 0; }
  .user_search.mob .searches > ul > li:hover {
    background-color: #E9EBED; }
    .user_search.mob .searches > ul > li:hover > div:nth-child(4) a[class*="icon-"] {
      opacity: 1; }

.mplus.user_portfolio #main * {
  box-sizing: border-box; }

.mplus.user_portfolio .portfolios {
  padding-top: 20px; }
  .mplus.user_portfolio .portfolios ul li {
    border-bottom: 1px solid #D8DFE6;
    padding: 20px 10px;
    position: relative;
    float: left;
    width: 100%;
    transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out; }
    .mplus.user_portfolio .portfolios ul li:hover, .mplus.user_portfolio .portfolios ul li.active {
      background-color: #E9EBED; }
      .mplus.user_portfolio .portfolios ul li:hover a[class*="icon-"], .mplus.user_portfolio .portfolios ul li.active a[class*="icon-"] {
        opacity: 1; }
    .mplus.user_portfolio .portfolios ul li:first-of-type {
      border-top: 1px solid #D8DFE6; }
    .mplus.user_portfolio .portfolios ul li > div {
      min-height: 1px;
      float: left; }
      .mplus.user_portfolio .portfolios ul li > div:nth-child(1) {
        width: 80px;
        padding-right: 10px; }
        .mplus.user_portfolio .portfolios ul li > div:nth-child(1) span {
          font-size: 14px; }
      .mplus.user_portfolio .portfolios ul li > div:nth-child(2) {
        width: 20%;
        padding-right: 20px; }
        .mplus.user_portfolio .portfolios ul li > div:nth-child(2) span {
          font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
      .mplus.user_portfolio .portfolios ul li > div:nth-child(3) {
        width: 30%;
        padding-right: 40px; }
      .mplus.user_portfolio .portfolios ul li > div:nth-child(4) {
        width: calc(50% - 80px); }
        .mplus.user_portfolio .portfolios ul li > div:nth-child(4) > div {
          width: calc(50% - 10px);
          float: left; }
          .mplus.user_portfolio .portfolios ul li > div:nth-child(4) > div:first-of-type {
            margin-right: 20px; }
          .mplus.user_portfolio .portfolios ul li > div:nth-child(4) > div img {
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto; }
    .mplus.user_portfolio .portfolios ul li a.link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .mplus.user_portfolio .portfolios ul li a[class*="icon-"] {
      opacity: 0;
      position: absolute;
      top: 10px; }
      .mplus.user_portfolio .portfolios ul li a[class*="icon-"].icon-edit {
        right: 41px; }
      .mplus.user_portfolio .portfolios ul li a[class*="icon-"].icon-cross {
        right: 10px; }

.mplus.mob.user_portfolio .portfolios ul li > div {
  width: 100%; }
  .mplus.mob.user_portfolio .portfolios ul li > div:nth-child(1), .mplus.mob.user_portfolio .portfolios ul li > div:nth-child(2) {
    margin-bottom: 15px; }

.mplus.mob.user_portfolio .portfolios ul li a {
  opacity: 1; }

.mplus-grid {
  padding-top: 30px; }
  .mplus-grid * {
    box-sizing: border-box; }
  .mplus-grid .page_intro p {
    font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
  .mplus-grid ul {
    font-size: 0;
    clear: both;
    margin-left: -20px;
    margin-right: -20px; }
    .mplus-grid ul li {
      display: inline-block;
      width: 25%;
      margin-bottom: 40px;
      padding: 0 20px;
      vertical-align: top;
      box-sizing: border-box; }
      .mplus-grid ul li figure {
        text-align: center; }
        .mplus-grid ul li figure figcaption {
          padding-top: 10px; }
          .mplus-grid ul li figure figcaption h3 {
            font-size: 16px;
            font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
          .mplus-grid ul li figure figcaption p {
            font-size: 14px;
            margin-bottom: 3px; }
        .mplus-grid ul li figure .wrapper {
          position: relative;
          display: inline-block; }
          .mplus-grid ul li figure .wrapper img {
            max-width: 100%;
            max-height: 220px;
            margin: 0 auto;
            width: 100%;
            height: auto; }
            .mplus-grid ul li figure .wrapper img + a {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out; }
          .mplus-grid ul li figure .wrapper a[class*="icon-"] {
            font-size: 16px;
            position: absolute;
            bottom: 15px;
            color: #FFFFFF;
            opacity: 0;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out; }
            .mplus-grid ul li figure .wrapper a[class*="icon-"].icon-portfolio {
              left: 15px; }
            .mplus-grid ul li figure .wrapper a[class*="icon-"].icon-heart {
              left: 45px; }
            .mplus-grid ul li figure .wrapper a[class*="icon-"]:hover, .mplus-grid ul li figure .wrapper a[class*="icon-"].active {
              color: #339999; }
      .mplus-grid ul li:hover figure .wrapper img + a {
        background-color: rgba(44, 62, 80, 0.75); }
      .mplus-grid ul li:hover figure .wrapper a[class*="icon-"] {
        opacity: 1; }
      .mplus-grid ul li:nth-child(4n+1) {
        clear: left; }
  .mplus-grid.related {
    margin: 0 10px; }

.mob .mplus-grid ul {
  margin: 0 5px; }
  .mob .mplus-grid ul li {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 30px; }
    .mob .mplus-grid ul li figure .wrapper a[class*="icon-"] {
      display: none; }

.mob .mplus-grid.related {
  margin: 0; }

.mob .button-wrap .note a {
  opacity: 1; }

.mob.tms_object .pagination {
  margin: 0 10px 5px 0 !important; }

#mplus-logo {
  background: url(../img/mplus-logo2.png) no-repeat !important;
  background-size: contain !important;
  width: 220px !important;
  height: 180px !important;
  margin-top: 30px !important;
  margin-left: 30px !important; }
  @media (max-width: 767px) {
    #mplus-logo {
      margin-left: 10px !important;
      width: 110px !important;
      height: 90px !important; } }

/*! jQuery UI - v1.12.1 - 2018-02-22
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  box-shadow: 0 0 5px #666; }

@charset "UTF-8";
.vem-container {
  font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
  .vem-container select option {
    padding: 10px !important; }
  .vem-container #vems-form.content_form [name="vems-form"] {
    background: #EFEEED; }
    @media screen and (max-width: 767px) {
      .vem-container #vems-form.content_form [name="vems-form"] {
        max-width: 100%; } }
    .vem-container #vems-form.content_form [name="vems-form"]:after, .vem-container #vems-form.content_form [name="vems-form"]:before {
      bottom: 0;
      top: initial; }
    .vem-container #vems-form.content_form [name="vems-form"] .lightbox-close {
      text-transform: uppercase; }
    .vem-container #vems-form.content_form [name="vems-form"]:after {
      border-width: 390px 120px 0 0; }
    .vem-container #vems-form.content_form [name="vems-form"]:before {
      height: 240px; }
    .vem-container #vems-form.content_form [name="vems-form"] .text-contact {
      margin-bottom: 30px; }
    .vem-container #vems-form.content_form [name="vems-form"] .org-name {
      min-height: 50px; }
      .vem-container #vems-form.content_form [name="vems-form"] .org-name .extra-info {
        top: 25px;
        font-size: 14px; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset .nature-events {
      padding-top: 0;
      margin-top: 0; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset .nature-events.opened ~ .nature-events {
      padding-top: 100px;
      margin-top: 25px;
      transition: all 0.5s; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset .inputs-title {
      display: inline-block;
      margin-top: 20px;
      margin-bottom: 10px; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #959EA7; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset ::-moz-placeholder {
      /* Firefox 19+ */
      color: #959EA7; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset :-ms-input-placeholder {
      /* IE 10+ */
      color: #959EA7; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset label.lang.failure.admission-warning {
      margin-bottom: -4px;
      margin-left: 5px; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset label.lang.admission-warning span {
      display: none; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp {
      background-color: transparent;
      box-sizing: border-box;
      width: 49.6%;
      display: inline-block;
      padding: 0;
      margin-bottom: 8px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input.failure, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input.failure, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp.failure {
        padding-left: 3px; }
      @media (max-width: 768px) {
        .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp {
          width: 100%; } }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input mark, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input mark, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp mark {
        left: 70px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input.from, .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input.part1, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input.from, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input.part1, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp.from, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp.part1 {
        padding-right: 3px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input.to, .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input.part2, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input.to, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input.part2, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp.to, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp.part2 {
        padding-left: 3px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input.half-sized-inp .inner-container, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input.half-sized-inp .inner-container, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp.half-sized-inp .inner-container {
        padding: 5px 0px 5px 120px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input .inner-container, .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input .inner-container, .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp .inner-container {
        padding: 5px 0px 5px 70px;
        position: relative;
        max-width: 100%;
        background-color: #fff;
        min-height: 24px; }
        .vem-container #vems-form.content_form [name="vems-form"] fieldset .date-input .inner-container input[type="text"], .vem-container #vems-form.content_form [name="vems-form"] fieldset .time-input .inner-container input[type="text"], .vem-container #vems-form.content_form [name="vems-form"] fieldset .half-sized-inp .inner-container input[type="text"] {
          max-width: 100%; }
    .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item {
      transition: all 0.5s ease-out;
      max-height: 500px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item.cloned-venue {
        border-top: 1px solid #DADBDC;
        padding-top: 10px; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item:not(.venue-item-template):first-child {
        border-top: none; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item .venue-name {
        max-width: 100%; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item label {
        transition: all 0.6s;
        max-width: 100%; }
        @media screen and (min-width: 767px) {
          .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item label.select mark {
            right: 30px; } }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item.minimized {
        overflow: hidden;
        max-height: 0px;
        border-width: 0px;
        padding: 0; }
        .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item.minimized label {
          max-width: 0;
          overflow: hidden;
          padding: 0; }
      .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item select {
        color: #959EA7;
        max-width: 50px; }
        .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item select:focus option:first-child {
          display: none; }
        .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item select.selected {
          color: #2C3E51; }
        .vem-container #vems-form.content_form [name="vems-form"] fieldset.venue-item select option.hidden {
          display: none; }
    .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra {
      margin-bottom: 0; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra .lang.failure.mark-label {
        margin-bottom: 0; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul {
        vertical-align: top;
        display: inline-block;
        width: 49.5%; }
        .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul .sub-children-container {
          width: 200%;
          max-height: 0px;
          overflow: hidden;
          transition: all 0.7s;
          display: none; }
          .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul .sub-children-container.displayed-full {
            max-height: 400px; }
          .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul .sub-children-container li.child-sub-option.displayed-full {
            width: 49.5%;
            min-height: 25px; }
            .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul .sub-children-container li.child-sub-option.displayed-full:last-child {
              width: 100%;
              border-top: 1px solid #DADBDC;
              margin: 0px 0px 15px;
              padding: 0;
              min-height: initial; }
        .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul > li {
          width: 100%; }
          .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul > li.child-sub-option {
            margin-top: 9px; }
            .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul > li.child-sub-option label span {
              visibility: hidden; }
        .vem-container #vems-form.content_form [name="vems-form"] .radiocheck.option-extra > ul:not(.first-list) {
          vertical-align: bottom; }
    .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option {
      max-height: 0px;
      overflow: hidden;
      transition: all 0.5s;
      width: 35%;
      opacity: 0;
      font-size: 13px; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option label {
        max-height: 0px;
        overflow: hidden;
        transition: all 0.5s;
        margin-bottom: 0px; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option.last-child {
        width: 100%; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option.displayed-full {
        opacity: 1;
        max-height: 100px;
        height: initial;
        width: 50%; }
        .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option.displayed-full.last-child {
          overflow: visible; }
        .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option.displayed-full label {
          margin-bottom: 5px;
          max-height: 100px;
          height: initial; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option span {
        margin-top: -3px; }
      .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option.last-child.displayed-full {
        width: 100%;
        position: relative; }
        .vem-container #vems-form.content_form [name="vems-form"] .radiocheck ul li.child-sub-option.last-child.displayed-full:after {
          content: ' ';
          position: absolute;
          top: -17px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          width: 100%;
          height: 1px;
          background-color: #DADBDC; }
    .vem-container #vems-form.content_form [name="vems-form"] .venue-action {
      padding: 5px 10px;
      text-align: center;
      float: right;
      display: inline-block;
      border: 1px solid #2C3E51;
      border-bottom: 2px solid #2C3E51;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.5s;
      margin-bottom: 15px; }
      .vem-container #vems-form.content_form [name="vems-form"] .venue-action:hover {
        color: #959EA7;
        border: 1px solid #959EA7; }
      .vem-container #vems-form.content_form [name="vems-form"] .venue-action.add-another-value span:before {
        content: "+"; }
      .vem-container #vems-form.content_form [name="vems-form"] .venue-action.add-another-value {
        margin-left: 10px; }
      .vem-container #vems-form.content_form [name="vems-form"] .venue-action.remove-venue span:before {
        content: "-"; }
      .vem-container #vems-form.content_form [name="vems-form"] .venue-action span {
        position: relative;
        display: inline-block;
        margin-left: 8px; }
        .vem-container #vems-form.content_form [name="vems-form"] .venue-action span:before {
          position: absolute;
          left: -8px;
          top: 0px;
          bottom: 0px; }
    .vem-container #vems-form.content_form [name="vems-form"] ul.inline-options li {
      width: initial; }
      .vem-container #vems-form.content_form [name="vems-form"] ul.inline-options li:not(:last-child) {
        padding-right: 40px; }
    .vem-container #vems-form.content_form [name="vems-form"] .contact-type-header {
      border-top: 1px solid #2C3E51;
      padding-top: 10px;
      margin-top: 30px; }
    .vem-container #vems-form.content_form [name="vems-form"] label[data-applicant] {
      transition: all 0.5s;
      opacity: 1; }
    .vem-container #vems-form.content_form [name="vems-form"] label[data-applicant].hidden-inp {
      overflow: hidden;
      max-height: 0;
      min-height: 0;
      padding: 0;
      margin: 0;
      opacity: 0; }
    .vem-container #vems-form.content_form [name="vems-form"] label input.bullet-style ~ span {
      background: #FFF;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      margin-top: 3px; }
    .vem-container #vems-form.content_form [name="vems-form"] label input.bullet-style:checked ~ span:after {
      content: " ";
      display: inline-block;
      background-color: #2C3E50;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .vem-container #vems-form.content_form [name="vems-form"] .terms-agree p.term-txt {
      display: inline-block;
      text-align: left; }
    .vem-container #vems-form.content_form [name="vems-form"] .terms-agree a {
      text-decoration: underline; }
    .vem-container #vems-form.content_form [name="vems-form"] .terms-agree mark[role="log"] {
      position: relative;
      margin: 0;
      top: 0;
      right: 0; }
    .vem-container #vems-form.content_form [name="vems-form"] .terms-agree .inner-container-terms {
      position: relative;
      padding-left: 30px; }
      .vem-container #vems-form.content_form [name="vems-form"] .terms-agree .inner-container-terms input {
        float: left; }
    .vem-container #vems-form.content_form [name="vems-form"] [type="submit"], .vem-container #vems-form.content_form [name="vems-form"] a.lightbox-close {
      padding: 0px 40px;
      line-height: 30px;
      height: 30px;
      border-bottom: 0px;
      margin: 0;
      font-size: 14px; }

.vems_online_booking #ui-datepicker-div {
  transition: all 0.5s;
  max-width: 186px;
  padding: 10px;
  border: 1px solid #89939D;
  border-radius: 5px; }
  .vems_online_booking #ui-datepicker-div .ui-datepicker-header {
    padding: 0;
    border: 1px solid #89939D; }
    .vems_online_booking #ui-datepicker-div .ui-datepicker-header [data-handler].ui-corner-all {
      color: #2C3E50;
      top: 1px !important;
      height: 25px !important; }
      .vems_online_booking #ui-datepicker-div .ui-datepicker-header [data-handler].ui-corner-all:hover {
        border: none !important;
        background: none !important; }
      .vems_online_booking #ui-datepicker-div .ui-datepicker-header [data-handler].ui-corner-all.ui-datepicker-next {
        right: 0 !important; }
        .vems_online_booking #ui-datepicker-div .ui-datepicker-header [data-handler].ui-corner-all.ui-datepicker-next span {
          right: 70%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.5px 0 5.5px 6px;
          border-color: transparent transparent transparent #2C3E50; }
      .vems_online_booking #ui-datepicker-div .ui-datepicker-header [data-handler].ui-corner-all.ui-datepicker-prev {
        left: 0 !important; }
        .vems_online_booking #ui-datepicker-div .ui-datepicker-header [data-handler].ui-corner-all.ui-datepicker-prev span {
          left: 70%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.5px 6px 5.5px 0;
          border-color: transparent #2C3E50 transparent transparent; }
  .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0px; }
    .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar thead {
      font-size: 11px;
      color: #333333; }
    .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar [data-handler="selectDay"] {
      padding: 1px;
      border: none; }
      .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar [data-handler="selectDay"] .ui-state-default {
        border: 1px solid #89939D;
        background-color: transparent;
        font-size: 11px;
        position: relative; }
        .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar [data-handler="selectDay"] .ui-state-default.ui-state-active {
          color: #777620; }
        .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar [data-handler="selectDay"] .ui-state-default:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 50%;
          background-color: #EDEDED;
          z-index: -1; }
        .vems_online_booking #ui-datepicker-div .ui-datepicker-calendar [data-handler="selectDay"] .ui-state-default:before {
          content: " ";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 50%;
          background-color: #E6E6E6;
          z-index: -1; }
  .vems_online_booking #ui-datepicker-div .ui-datepicker-title {
    margin: -3px 2.1em 0; }
    .vems_online_booking #ui-datepicker-div .ui-datepicker-title select {
      -webkit-appearance: menulist;
      border: 1px solid #89939D;
      background-color: #F8F8F8;
      font-weight: 900;
      font-size: 12px;
      width: 57px;
      height: 21px;
      color: #333; }
  .vems_online_booking #ui-datepicker-div .ui-widget-header {
    background: #FFF; }

.vems_online_booking select {
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.vems_online_booking select::-ms-expand {
  display: none; }

@charset "UTF-8";
#wifi_header {
  box-sizing: border-box;
  position: relative;
  width: 100%; }
  #wifi_header .wifi_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    #wifi_header .wifi_banner:after {
      content: "";
      position: fixed;
      top: -200px;
      left: 0;
      width: 200%;
      height: 200px;
      box-shadow: 0 0 200px #000000;
      z-index: -1; }
    #wifi_header .wifi_banner img {
      width: 100%;
      min-width: 1200px;
      height: auto;
      min-height: 400px;
      display: block;
      z-index: -2; }

#wifi_header #wifi_top_nav {
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  justify-content: center; }
  #wifi_header #wifi_top_nav .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between; }
  #wifi_header #wifi_top_nav .login_nav a {
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
  #wifi_header #wifi_top_nav .lang_nav li {
    margin-left: 1px;
    float: left; }
    #wifi_header #wifi_top_nav .lang_nav li a {
      display: block;
      width: 16px;
      height: 16px;
      font-size: 10px;
      color: #ccc;
      line-height: 16px;
      text-align: center;
      border: 1px solid #DAE1E7;
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
    #wifi_header #wifi_top_nav .lang_nav li.active a {
      background: #2C3E50;
      color: #fff;
      border: 1px solid #2C3E50; }

#wifi_header #wifi_bottom_nav {
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3); }
  #wifi_header #wifi_bottom_nav li {
    float: left;
    margin: 0 20px; }
    #wifi_header #wifi_bottom_nav li a {
      font-size: 22px;
      line-height: 22px;
      font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
      color: #fff;
      padding: 3px 5px;
      text-transform: uppercase; }
    #wifi_header #wifi_bottom_nav li a:hover {
      opacity: 0.5; }

@media screen and (max-width: 740px) {
  #wifi_header .wifi_banner {
    width: 100vw;
    height: auto; }
    #wifi_header .wifi_banner img {
      min-width: 100vw;
      min-height: auto; }
  #wifi_header #wifi_top_nav {
    top: 30px; }
  #wifi_header #wifi_bottom_nav {
    height: 6vw; }
    #wifi_header #wifi_bottom_nav li a {
      font-size: 3vw;
      line-height: 20px; } }

#wifi_flex {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 0px 20px; }

#wifi_flex .wifi_section {
  margin-top: 15px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: row;
  justify-content: space-between;
  font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  overflow: hidden; }
  #wifi_flex .wifi_section .wifi_overflow_wrap {
    margin: 0px; }
  #wifi_flex .wifi_section h3, #wifi_flex .wifi_section h4 {
    flex-basis: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%; }
  #wifi_flex .wifi_section h3 {
    margin-bottom: 80px;
    color: #2C3E50; }
  #wifi_flex .wifi_section .wifi_box {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px; }
    #wifi_flex .wifi_section .wifi_box h4 {
      margin-bottom: 9px;
      margin-top: 18px; }
    #wifi_flex .wifi_section .wifi_box .wifi_img_wrap {
      width: 100%;
      padding-top: 62.5%;
      position: relative;
      background: rgba(230, 63, 80, 0.2); }
      #wifi_flex .wifi_section .wifi_box .wifi_img_wrap img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      #wifi_flex .wifi_section .wifi_box .wifi_img_wrap .wifi_img_placeholder {
        background: url("../img/bg_blank.gif") left top no-repeat;
        width: 100%;
        padding-top: 62.5%;
        position: absolute;
        top: 0;
        left: 0; }
      #wifi_flex .wifi_section .wifi_box .wifi_img_wrap .type {
        position: absolute;
        bottom: 0;
        height: 12px;
        font-size: 12px;
        color: white;
        font-weight: 800;
        padding: 6px 10px; }
    #wifi_flex .wifi_section .wifi_box p {
      margin-bottom: 30px; }
    #wifi_flex .wifi_section .wifi_box .wifi_button {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      background: #000;
      height: 30px;
      font-size: 13px;
      line-height: 30px;
      text-align: center;
      padding: 2px 15px;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block; }
  @media screen and (min-width: 960px) {
    #wifi_flex .wifi_section {
      flex-grow: 1;
      flex-shrink: 1;
      flex-direction: row; } }
  #wifi_flex .wifi_section.section_one .wifi_box {
    flex-basis: calc((100%/2) - 20px * 1/2); }
    @media screen and (max-width: 740px) {
      #wifi_flex .wifi_section.section_one .wifi_box {
        flex-basis: 100%; }
        #wifi_flex .wifi_section.section_one .wifi_box:nth-of-type(1) {
          margin-bottom: 55px; } }
    #wifi_flex .wifi_section.section_one .wifi_box .type {
      background: #a055d9; }
  #wifi_flex .wifi_section.section_two .wifi_overflow_wrap .wifi_box {
    flex-basis: calc((100%/3) - 20px * 2/3); }
    #wifi_flex .wifi_section.section_two .wifi_overflow_wrap .wifi_box .type {
      background: #64800E; }
  @media screen and (max-width: 740px) {
    #wifi_flex .wifi_section.section_two .wifi_overflow_container {
      width: calc(100vw - 5px); }
      #wifi_flex .wifi_section.section_two .wifi_overflow_container .wifi_overflow_wrap {
        display: flex;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        flex-wrap: nowrap; }
        #wifi_flex .wifi_section.section_two .wifi_overflow_container .wifi_overflow_wrap .wifi_box {
          min-width: 230px; }
          #wifi_flex .wifi_section.section_two .wifi_overflow_container .wifi_overflow_wrap .wifi_box:not(:last-of-type) {
            margin-right: 20px; } }
  #wifi_flex .wifi_section.section_three .wifi_box {
    flex-basis: calc((100%/4) - 20px * 3/4); }
    #wifi_flex .wifi_section.section_three .wifi_box .type {
      background: #2f7f7f; }
  @media screen and (max-width: 740px) {
    #wifi_flex .wifi_section.section_three {
      flex: 0 0 auto;
      padding-right: 20px;
      flex-basis: calc(250px * 4 + 20px * 3/4); } }

#wifi_flex .wifi_ads {
  width: 100%;
  max-width: 100%;
  margin-top: 55px; }
  #wifi_flex .wifi_ads img {
    width: 100%; }
  @media screen and (max-width: 740px) {
    #wifi_flex .wifi_ads {
      width: calc(100% - 20px * 4/3); } }

@charset "UTF-8";
.wrapper.timeline {
  width: 100%; }

section.timeline {
  width: 100%;
  display: inline-block;
  position: relative; }

section.timeline.events-left .period:before {
  margin-left: -112px; }

section.timeline.events-left .period .time {
  margin-left: -141px; }

section.timeline.events-left .period .left {
  width: 400px; }

section.timeline.events-left .period .left .item {
  width: 350px; }

section.timeline.events-left .period .left .item .img-wrap {
  width: 100%; }

section.timeline.events-left .period .left .item .wrap {
  width: 330px; }

section.timeline.events-left .period .right {
  min-width: 600px; }

section.timeline.events-left .period .right .item.event {
  width: 400px;
  left: 27px; }

section.timeline.mob .period:before {
  left: 50px; }

section.timeline.mob .period .time {
  left: 50px; }

section.timeline.mob .period .right {
  width: 100%; }

section.timeline.mob .period .item.tl-intro {
  left: 100px;
  max-width: 65%;
  width: 65%; }

section.timeline.mob .period .item.event {
  left: 80px !important;
  max-width: 70%;
  width: 70%; }

section.timeline.mob .period .item.with-img .img-wrap,
section.timeline.mob .period .item.with-img .wrap {
  width: 100%; }

section.timeline .nav {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 5;
  font-weight: 700; }

section.timeline .nav .item {
  padding: 4px 15px 0px 8px;
  margin-top: 15px;
  position: relative;
  text-align: right;
  cursor: pointer; }

section.timeline .nav .item:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  height: 29px;
  width: 2px;
  background-color: #2C3E50; }

section.timeline .nav .item:last-child:before {
  display: none; }

section.timeline .nav .item.active span {
  background-color: #2C3E50; }

section.timeline .nav .item span {
  width: 6px;
  height: 6px;
  border: 2px solid #2C3E50;
  position: absolute;
  display: block;
  right: -4px;
  top: 8px;
  border-radius: 20px; }

section.timeline .nav .item a.external {
  position: relative;
  display: block;
  z-index: 9; }

section.timeline .period {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 0 50px 0; }

section.timeline .period.period-1:before {
  top: 30px; }

section.timeline .period.period-1 .time {
  top: 30px; }

section.timeline .period.period-1 .item.tl-intro {
  margin-top: 40px; }

section.timeline .period.period-1 .right {
  top: 0; }

section.timeline .period:before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background-color: #2C3E50; }

section.timeline .period > .wrap {
  display: inline-block;
  width: 100%; }

section.timeline .period > .wrap .inner-wrap {
  max-width: 1024px;
  margin: 0 auto; }

section.timeline .period > .wrap .bg {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  bottom: 0;
  top: 0; }

section.timeline .period > .wrap .bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-width: 2500px 500px 0 0;
  border-color: transparent #444 transparent transparent;
  border-style: solid;
  z-index: 2;
  opacity: 0.03; }

section.timeline .period > .wrap .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-width: 2020px 0 0 1221px;
  border-color: transparent transparent transparent #555;
  border-style: solid;
  margin-top: 4px;
  z-index: 3;
  opacity: 0.03; }

section.timeline .period .time {
  background-color: #2C3E50;
  color: white;
  border-radius: 40px;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  line-height: 3.6;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 3;
  transition: width height margin-left line-height 0.3s ease; }

section.timeline .period .time > span {
  color: white; }

section.timeline .period .time.scroll-to-fixed-fixed {
  width: 70px !important;
  height: 70px !important;
  margin-left: -6px !important;
  line-height: 5.5; }

section.timeline .period .time.scroll-to-fixed-fixed.active {
  width: 72px !important;
  height: 72px !important;
  margin-left: -7px !important; }

section.timeline .period .date {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 100%;
  margin-top: 100px; }

section.timeline .period .date .time {
  top: 0;
  position: relative;
  background-color: #eee;
  overflow: hidden; }

section.timeline .period .date .time span {
  color: #white;
  z-index: 6;
  position: relative; }

section.timeline .period .date .time:before {
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  border-width: 80px 60px 0 0;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  z-index: 2;
  opacity: 0.05;
  position: absolute; }

section.timeline .period .date .time:after {
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  border-width: 40px 0 0 80px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  margin-top: 4px;
  z-index: 3;
  opacity: 0.08;
  position: absolute; }

section.timeline .period .item {
  position: relative;
  z-index: 4;
  max-width: 530px;
  background-color: #F2F1EF;
  margin-top: 50px;
  width: 320px;
  clear: both;
  opacity: 0; }

section.timeline .period .item.lg-img {
  width: 460px; }

section.timeline .period .item.with-img {
  width: 520px; }

section.timeline .period .item.with-img .img-wrap {
  float: left;
  width: 200px; }

section.timeline .period .item.with-img .wrap {
  float: left;
  width: 300px; }

section.timeline .period .item.artwork > .wrap:before,
section.timeline .period .item.artwork > .wrap:after {
  display: none; }

section.timeline .period .item > .wrap {
  padding: 10px;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 50px; }

section.timeline .period .item > .wrap:before,
section.timeline .period .item > .wrap:after {
  content: "";
  position: absolute;
  width: 0;
  opacity: 0.05;
  z-index: 2; }

section.timeline .period .item > .wrap > * {
  z-index: 9;
  position: relative; }

section.timeline .period .item > .wrap .artwork-details h3 {
  font-weight: 700;
  margin-bottom: 5px; }

section.timeline .period .item > .wrap .tag {
  width: 100%;
  position: relative;
  top: -10px;
  left: -10px;
  margin-right: 1px;
  display: inline-block; }

section.timeline .period .item > .wrap .tag span {
  float: left;
  margin-right: 1px;
  position: relative;
  display: block;
  clear: none; }

section.timeline .period .item h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700; }

section.timeline .period .item p {
  font-size: 16px; }

section.timeline .period .item a.read-more,
section.timeline .period .item a.external {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  z-index: 4;
  cursor: pointer; }

section.timeline .period .item a.read-more span,
section.timeline .period .item a.external span {
  font-size: 24px;
  position: relative;
  top: 1px;
  font-weight: 300; }

section.timeline .period .item .tag > span {
  padding: 4px 8px;
  position: relative;
  float: left;
  margin-right: 1px;
  background: #2C3E50;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700; }

section.timeline .period .item > .tag {
  width: 100%;
  display: inline-block;
  position: relative; }

section.timeline .period .item .img-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  float: left; }

section.timeline .period .item .img-wrap.hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
  z-index: 2; }

section.timeline .period .item .img-wrap.hover:hover:before {
  background-color: red; }

section.timeline .period .item .img-wrap > img,
section.timeline .period .item .img-wrap > a > img {
  width: 100%;
  transition: 0 !important;
  opacity: 1 !important; }

section.timeline .period .item .img-wrap > .tag {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0; }

section.timeline .period .item.tl-intro {
  background-color: #2C3E50;
  color: white;
  margin-top: 10px;
  left: 50px;
  width: 288px; }

section.timeline .period .item.tl-intro:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #2C3E50;
  border-width: 10px;
  margin-top: -10px; }

section.timeline .period .item.tl-intro > .wrap:before {
  top: 0;
  right: 0;
  height: 100%;
  border-width: 550px 300px 0 0;
  border-color: transparent #ccc transparent transparent;
  border-style: solid;
  z-index: 2;
  opacity: 0.05; }

section.timeline .period .item.tl-intro > .wrap:after {
  top: 0;
  left: 0;
  height: 100%;
  border-width: 300px 0 0 310px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  margin-top: 4px;
  z-index: 3;
  opacity: 0.08; }

section.timeline .period .item > .wrap:before {
  top: 0;
  right: 0;
  height: 100%;
  border-width: 1060px 500px 0 0;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  z-index: 2;
  opacity: 0.05; }

section.timeline .period .item > .wrap:after {
  top: 0;
  left: 0;
  height: 100%;
  border-width: 600px 0 0 500px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  z-index: 3;
  opacity: 0.05; }

section.timeline .period .item.lg-img > .wrap:before {
  border-width: 400px 500px 0 0;
  top: -100px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg); }

section.timeline .period .item.lg-img > .wrap:after {
  border-width: 600px 0 0 500px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: -210px; }

section.timeline .period .item a.media .img-wrap:after {
  background-image: url("../img/media_placeholder.png");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 71px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  z-index: 1; }

section.timeline .period .left {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left; }

section.timeline .period .left .item.event {
  right: 50px;
  float: right;
  opacity: 0; }

section.timeline .period .left .item.event:before {
  left: 100%;
  top: 40px;
  content: " ";
  height: 2px;
  width: 50px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  background-color: #2C3E50; }

section.timeline .period .left .item.event:first-child {
  margin-top: 100px; }

section.timeline .period .left:last-child {
  padding-bottom: 100px; }

section.timeline .period .right {
  position: relative;
  display: inline-block;
  float: right;
  width: 50%;
  top: -30px; }

section.timeline .period .right .item.event {
  left: 50px;
  float: left; }

section.timeline .period .right .item.event:before {
  right: 100%;
  top: 40px;
  content: " ";
  height: 2px;
  width: 50px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  background-color: #2C3E50; }

section.timeline .period .right:last-child {
  padding-bottom: 100px; }

/* modal */
#cboxOverlay.timeline {
  opacity: 0.90 !important; }

#colorbox.timeline {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  overflow: auto; }

#colorbox.timeline #cboxWrapper,
#colorbox.timeline #cboxContent {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important; }

#colorbox.timeline #cboxWrapper #cboxBody,
#colorbox.timeline #cboxContent #cboxBody {
  display: none !important; }

#colorbox.timeline #cboxLoadedContent {
  width: 50% !important;
  margin-right: 10%; }

#colorbox.timeline #cboxLoadingGraphic {
  background: none; }

#colorbox.timeline {
  left: 0 !important; }

#colorbox.timeline.video {
  margin-top: -15% !important; }

#colorbox.timeline .cboxIframe {
  background: none; }

#colorbox.timeline #cboxWrapper > div {
  height: 100%; }

#colorbox.timeline .cboxPhoto {
  margin-top: 0 !important;
  cursor: default !important;
  width: 100% !important;
  height: auto !important; }

#colorbox.timeline #cboxContent {
  width: 80% !important;
  margin: 0 auto;
  margin-top: 35px;
  padding: 50px; }

#colorbox.timeline #cboxContent .lightbox-div {
  color: #fff;
  width: 30%; }

#colorbox.timeline #cboxContent .lightbox-div.full {
  width: 70%; }

#colorbox.timeline #cboxContent .lightbox-div h2 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px; }

#colorbox.timeline #cboxContent .lightbox-div ul li {
  border-bottom: 1px solid #fff;
  padding: 8px 0; }

#colorbox.timeline #cboxContent .lightbox-div ul li:first-child {
  border-top: 1px solid #fff; }

#colorbox.timeline #cboxContent .lightbox-div ul.top li:first-child {
  border-top: 0; }

#colorbox.timeline #cboxContent .lightbox-div ul.top li.actor {
  border-bottom: 0; }

#colorbox.timeline #cboxContent .lightbox-div a {
  margin-top: 15px;
  display: block;
  color: white;
  font-weight: 800;
  font-size: 17px; }

#colorbox.timeline #cboxLoadedContent {
  float: right;
  background: none; }

#colorbox.timeline #cboxContent {
  display: block; }

#colorbox.timeline #cboxNext {
  position: absolute;
  top: 50% !important;
  right: 0; }

#colorbox.timeline #cboxPrevious {
  position: absolute;
  top: 50% !important;
  left: 0; }

#colorbox.timeline #cboxClose {
  top: 50px;
  right: 50px;
  position: fixed; }

/* mobile */
body.mob #cboxPrevious,
body.mob #cboxNext,
body.mob #cboxClose {
  background-image: url(../img/lightbox_controls.png); }

body.mob #colorbox.timeline #cboxNext {
  right: -10px; }

body.mob #colorbox.timeline #cboxPrevious {
  left: -10px; }

body.mob #colorbox.timeline #cboxClose {
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  top: 10px;
  right: 10px;
  position: fixed; }

body.mob #colorbox.timeline #cboxWrapper {
  padding-top: 50px; }

body.mob #colorbox.timeline #cboxLoadedContent {
  float: left;
  background: none;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px; }

body.mob #colorbox.timeline .cboxPhoto {
  margin-top: 0 !important;
  cursor: default !important;
  width: 100% !important;
  height: auto !important; }

body.mob #colorbox.timeline .lightbox-div {
  width: 100%  !important; }

body.mob #colorbox.timeline #cboxContent {
  margin-top: 0px;
  padding: 0 30px; }

body.mob #colorbox.timeline .lightbox-content {
  clear: left; }

body.mob section.timeline .period .right .item.event:before {
  width: 30px; }

body.mob #cboxLoadedContent {
  width: 100% !important; }

/* Timeline Gallery view
-------------------------*/
#timeline-gallery {
  overflow: hidden;
  width: 100%; }

#timeline-gallery > * {
  padding: 40px 10px 0 10px; }

#timeline-gallery ul {
  width: 100%;
  display: inline-block; }

#timeline-gallery li {
  display: inline-block;
  font-size: 0;
  vertical-align: top; }

#timeline-gallery li .cell {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  opacity: 1; }

#timeline-gallery > div > .cell {
  height: 300px; }

#timeline-gallery .cell {
  background: #EFEEED;
  position: relative;
  display: inline-block;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #fff;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 1; }

#timeline-gallery .cell.year {
  width: 250px;
  height: 300px;
  float: left; }

#timeline-gallery .cell.year > h2 {
  font-size: 20px;
  padding: 6px;
  font-weight: 700; }

#timeline-gallery .video:after {
  background-position: 0 0; }

#timeline-gallery .audio:after {
  background-position: -72px 0; }

#timeline-gallery img {
  display: inline-block;
  width: 100%;
  height: auto; }

#timeline-gallery .caption {
  background: rgba(44, 62, 80, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  line-height: 120%;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.4s ease-in-out; }

#timeline-gallery .caption * {
  display: block;
  font-size: #fff; }

#timeline-gallery .caption > * {
  padding: 0 10px; }

#timeline-gallery .caption > *:first-child {
  padding-top: 10px; }

#timeline-gallery .caption strong {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

#timeline-gallery .caption em {
  font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-style: normal; }

#gallery .video:after,
#gallery .audio:after {
  background-image: url(../img/media_placeholder.png);
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 71px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  z-index: 1; }

#gallery .caption:focus,
#gallery .caption:hover {
  opacity: 1; }

.buy-packages, .buy-tickets {
  overflow: hidden;
  margin-bottom: 40px; }
  .buy-packages h1, .buy-tickets h1 {
    margin: 10px 0;
    padding: 10px 0; }
  .buy-packages > ul, .buy-tickets > ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0; }
    .buy-packages > ul > li, .buy-tickets > ul > li {
      float: left;
      width: 100%;
      list-style: none;
      padding: 20px 0;
      border-bottom: 1px solid #AAAAAA; }
      .buy-packages > ul > li:first-child, .buy-tickets > ul > li:first-child {
        margin: 20px 0 0 0;
        border-top: 1px solid #AAAAAA; }
      .buy-packages > ul > li .title, .buy-tickets > ul > li .title {
        font-weight: bold; }

.buy-packages .package-list-shortcut {
  overflow: hidden; }
  .buy-packages .package-list-shortcut .title {
    float: left;
    width: calc(100% - 300px); }
  .buy-packages .package-list-shortcut .link {
    float: right; }
  .buy-packages .package-list-shortcut .list-button {
    float: right;
    padding-top: 1px;
    margin-right: 30px; }
    .buy-packages .package-list-shortcut .list-button span {
      margin-right: 5px; }
      .buy-packages .package-list-shortcut .list-button span.hide-text {
        margin-right: 10px; }
    .buy-packages .package-list-shortcut .list-button .hide-text {
      float: left;
      display: none; }
    .buy-packages .package-list-shortcut .list-button:hover {
      cursor: pointer; }
    .buy-packages .package-list-shortcut .list-button.open .view-text {
      display: none; }
    .buy-packages .package-list-shortcut .list-button.open .hide-text {
      display: block; }

.buy-packages .package-list-description {
  display: none; }
  .buy-packages .package-list-description.open {
    display: block; }
  .buy-packages .package-list-description .description {
    margin-top: 10px; }
  .buy-packages .package-list-description .package-event-list {
    margin-top: 15px;
    overflow: hidden; }
    .buy-packages .package-list-description .package-event-list img {
      float: left;
      width: 180px;
      height: auto;
      max-height: 120px;
      margin-right: 20px; }
      @media (max-width: 450px) {
        .buy-packages .package-list-description .package-event-list img {
          width: 130px;
          margin-right: 15px; } }
    .buy-packages .package-list-description .package-event-list > div {
      float: left;
      width: calc(100% - 200px); }
      @media (max-width: 450px) {
        .buy-packages .package-list-description .package-event-list > div {
          width: calc(100% - 145px); }
          .buy-packages .package-list-description .package-event-list > div.no-img {
            width: 100%; } }
      .buy-packages .package-list-description .package-event-list > div.no-img {
        width: 100%; }
      .buy-packages .package-list-description .package-event-list > div .title {
        margin-bottom: 5px; }

ul.ticket-listing li .links a {
  float: right;
  border: none; }
  ul.ticket-listing li .links a.event-btn {
    z-index: 0; }

.filter {
  margin: 30px 0 0; }

.filter_header .filter {
  margin: 0; }

@charset "UTF-8";
#home .wrap_logo {
  display: none; }

.wrap_logo {
  width: 100%;
  display: flex;
  justify-content: center; }

#logo {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  z-index: 9;
  margin: 40px 0 0px 0; }
  #logo .logo_description {
    align-items: center; }
  #logo a {
    display: block;
    line-height: 0;
    text-indent: -90000px; }
    #logo a img {
      -o-object-fit: contain;
         object-fit: contain;
      max-width: none;
      max-height: 150px; }
  #logo p:not(:last-child) {
    margin-bottom: 10px; }

.home_header {
  display: flex;
  padding: 0 10px; }
  .home_header .home_header___description p, .home_header .home_header___description h1, .home_header .home_header___description h2, .home_header .home_header___description h3, .home_header .home_header___description h4, .home_header .home_header___description h5, .home_header .home_header___description h6 {
    line-height: 120%;
    font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
  .home_header .home_header___description p {
    font-size: 23px; }
  .home_header .home_header___description h1 {
    font-size: 45px; }
  .home_header .home_header___description h2 {
    font-size: 35px; }
  .home_header .home_header___description h3 {
    font-size: 29px; }
  .home_header .home_header___description h4 {
    font-size: 27px; }
  .home_header .home_header___description h5 {
    font-size: 25px; }
  .home_header .home_header___description h6 {
    font-size: 22px; }
  .home_header .home_header___description .short_description {
    font-size: 23px; }
  .home_header .home_header___module {
    display: flex;
    color: #fff;
    margin-top: 20px; }
    .home_header .home_header___module a {
      color: #fff; }
    .home_header .home_header___module > section {
      margin: 10px 0; }
      .home_header .home_header___module > section .module {
        background: #2C3E50; }
        .home_header .home_header___module > section .module:before {
          border-color: transparent transparent transparent white; }
        .home_header .home_header___module > section .module:after {
          border-color: transparent white transparent transparent; }
      .home_header .home_header___module > section div {
        height: 100%;
        display: flex;
        padding: 0;
        margin: 0; }
        .home_header .home_header___module > section div .body {
          display: block;
          padding: 10px; }
        .home_header .home_header___module > section div .thumbnail {
          height: 105px;
          min-height: 105px;
          max-height: 105px;
          width: 140px;
          min-width: 140px;
          max-width: 140px;
          padding: 0;
          margin: 0;
          width: 160px; }
          .home_header .home_header___module > section div .thumbnail .label {
            top: 85px; }
          .home_header .home_header___module > section div .thumbnail img, .home_header .home_header___module > section div .thumbnail a {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }

#logo.minisite-banners-mob,
#logo.minisite-banners {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0 0; }
  #logo.minisite-banners-mob h2,
  #logo.minisite-banners h2 {
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 1365px) {
      #logo.minisite-banners-mob h2,
      #logo.minisite-banners h2 {
        width: 960px; } }
    #logo.minisite-banners-mob h2 a,
    #logo.minisite-banners h2 a {
      margin: 0;
      float: left; }
      #logo.minisite-banners-mob h2 a img,
      #logo.minisite-banners h2 a img {
        width: 100%;
        height: auto;
        max-height: none;
        max-width: 100%; }

#logo.minisite-banners h2 {
  width: calc(1200px - 10px);
  position: relative;
  left: 5px; }
  @media (max-width: 1365px) {
    #logo.minisite-banners h2 {
      width: calc(960px - 10px); } }

#logo.minisite-banners-mob h2 {
  width: 720px;
  flex-direction: column; }
  @media (max-width: 769px) {
    #logo.minisite-banners-mob h2 {
      width: 100%; } }

.siggcollection #logo.minisite-banners-mob h2 {
  width: 100%;
  flex-direction: column; }
  .siggcollection #logo.minisite-banners-mob h2 a img {
    width: 100%;
    max-height: none;
    height: 100%; }

.siggcollection #logo.minisite-banners h2 a img {
  width: auto;
  height: 180px;
  -o-object-fit: fill;
     object-fit: fill; }

.risingstars201707 #logo.minisite-banners h2 a img,
.risingstars201707 #logo.minisite-banners-mob h2 a img,
.risingstars2015 #logo.minisite-banners h2 a img,
.risingstars2015 #logo.minisite-banners-mob h2 a img,
.risingstars2016 #logo.minisite-banners h2 a img,
.risingstars2016 #logo.minisite-banners-mob h2 a img,
.risingstars2017 #logo.minisite-banners h2 a img,
.risingstars2017 #logo.minisite-banners-mob h2 a img {
  width: 250px; }

header .module {
  background: none; }

section .module:before,
section .module:after {
  content: "";
  position: absolute;
  width: 0;
  top: 50%;
  opacity: 0.1; }

section .module:before {
  left: 0;
  height: 500px;
  border-width: 222px 0 0 732px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  margin-top: -60px;
  z-index: 2; }

section .module:after {
  height: 0;
  right: 0;
  border-width: 580px 170px 0 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  z-index: 3; }

.module_header .bg_white .module,
div.newsletter,
.bg_dark .module {
  background: #2C3E50;
  color: #fff; }
  .module_header .bg_white .module:before,
  div.newsletter:before,
  .bg_dark .module:before {
    border-style: solid;
    border-width: 222px 0 0 732px;
    border-color: transparent transparent transparent #fff; }
  .module_header .bg_white .module:after,
  div.newsletter:after,
  .bg_dark .module:after {
    border-style: solid;
    border-width: 580px 170px 0 0;
    border-color: transparent #fff transparent transparent; }
  .module_header .bg_white .module a,
  div.newsletter a,
  .bg_dark .module a {
    color: #fff; }

.bg_white .module {
  background: #fff; }
  .bg_white .module.major:after, .bg_white .module.major:before {
    border: none; }

.view_all_module .purple {
  background: #A14FDC; }

.view_all_module .olive {
  background: #627E0E; }

.view_all_module .red {
  background: #D63E3E; }

.view_all_module .pink {
  background: #BB5954; }

.view_all_module .aqua {
  background: #2a8080; }

.view_all_module .liliac {
  background: #AA00AA; }

.view_all_module .gold {
  background: #967100; }

.view_all_module .cyan {
  background: #0079CA; }

.view_all_module .green {
  background: #27AE60; }

#slider .slider_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  display: flex !important;
  justify-content: center;
  align-items: center; }
  #slider .slider_logo img {
    margin: 0 !important;
    height: 30%;
    max-width: 70%; }

#slider .slider_img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@charset "UTF-8";
.carousel {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: left; }

.carousel ul {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  text-align: left;
  z-index: 1; }

.carousel li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 1px;
  z-index: 2; }
  .carousel li .link-feature {
    background: #2c3e50;
    position: relative;
    overflow: hidden;
    padding: 20px;
    height: 260px;
    max-width: 360px;
    display: flex;
    align-items: center; }
    .carousel li .link-feature:before, .carousel li .link-feature:after {
      content: "";
      position: absolute;
      width: 0;
      top: 50%;
      opacity: .05; }
    .carousel li .link-feature:before {
      right: 0;
      height: 500px;
      border-width: 140px 0 0 460px;
      border-color: transparent transparent transparent #ebebeb;
      border-style: solid;
      margin-top: -60px; }
    .carousel li .link-feature:after {
      height: 0;
      right: 0;
      border-width: 580px 170px 0 0;
      border-color: transparent #ebebeb transparent transparent;
      border-style: solid; }
    .carousel li .link-feature .title {
      color: white;
      font-size: 42px;
      font-weight: bold;
      white-space: break-spaces; }
    .carousel li .link-feature .hlink {
      position: absolute;
      bottom: 20px;
      border: 1px solid #fff;
      background-color: #2c3e50;
      background-image: url(../img/link.png);
      background-position: right top;
      width: auto;
      height: 28px;
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      text-indent: 0;
      vertical-align: unset; }

.carousel .video:after,
.carousel .audio:after {
  background-image: url(../img/media_placeholder.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 71px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  z-index: 1; }

.carousel .video:after {
  background-position: 0 0; }

.carousel .audio:after {
  background-position: -72px 0; }

.carousel li a {
  background: url(../img/ie/bg_blank.gif) left top no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -90000px;
  vertical-align: top;
  z-index: 2; }

.carousel li img {
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.carousel li:focus img,
.carousel li:hover img {
  opacity: 0.8; }

.carousel li div.caption {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: left;
  padding: 10px 0;
  white-space: normal;
  z-index: 3; }

.carousel li div.caption * {
  display: block;
  color: #fff;
  line-height: 120%;
  padding: 0 10px; }

.carousel li div.caption strong {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.carousel li a.caption {
  background: rgba(44, 62, 80, 0.75);
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  line-height: 120%;
  text-indent: inherit;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }

.carousel li a.caption * {
  display: block;
  font-size: #fff;
  white-space: normal; }

.carousel li a.caption > * {
  padding: 0 10px; }

.carousel li a.caption strong {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  padding-top: 10px; }

.carousel li a.caption em {
  font-style: normal; }

.carousel .prev,
.carousel .next {
  position: absolute;
  height: 100%;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -90000px;
  z-index: 4; }

.carousel .prev {
  background-position: 0 center;
  left: 0; }

.carousel .next {
  right: 0; }

.carousel_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-height: 500px;
  min-height: 500px;
  height: 500px; }
  .carousel_wrapper.carousel_top, .carousel_wrapper.carousel_top .carousel_item_wrap {
    height: 368px;
    max-height: 365px;
    min-height: 365px; }
    .carousel_wrapper.carousel_top .carousel_item .body .more, .carousel_wrapper.carousel_top .carousel_item_wrap .carousel_item .body .more {
      margin: 10px 0; }
  .carousel_wrapper .carousel_item_wrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    visibility: 0;
    transition: visibility 0s, opacity 0.5s linear; }
    .carousel_wrapper .carousel_item_wrap:nth-of-type(1) {
      opacity: 1;
      visibility: 1; }
    .carousel_wrapper .carousel_item_wrap .carousel_item {
      width: 100%;
      display: flex;
      position: relative;
      overflow: hidden; }
      .carousel_wrapper .carousel_item_wrap .carousel_item .thumbnail {
        min-width: 0;
        max-width: 100%;
        padding: 0;
        overflow: hidden;
        width: calc(100% * 830/1400);
        z-index: 5; }
        .carousel_wrapper .carousel_item_wrap .carousel_item .thumbnail img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      .carousel_wrapper .carousel_item_wrap .carousel_item .body {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
        padding-bottom: 50px;
        padding-top: 30px;
        width: calc((100% * 570/1400) - 0px);
        margin-left: 20px;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative; }
        .carousel_wrapper .carousel_item_wrap .carousel_item .body .container {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          overflow: hidden;
          height: calc(100% - 40px); }
          .carousel_wrapper .carousel_item_wrap .carousel_item .body .container h2 {
            font-size: 1.8em;
            line-height: 1.8em;
            margin-bottom: 7px; }
        .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom {
          position: unset;
          overflow: unset;
          display: flex;
          justify-content: space-between; }
          .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_more a {
            text-transform: uppercase;
            text-align: center;
            font-size: 12px;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 7px;
            padding-right: 7px;
            border: 1px solid #fff; }
          .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav {
            overflow: visible;
            display: flex;
            justify-content: space-between;
            width: 40px;
            height: 17px; }
            .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_btn {
              position: relative;
              cursor: pointer; }
              .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_btn:after {
                border-color: #fff; }
              .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_btn:hover {
                opacity: 0.7; }
            .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_prev,
            .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_next {
              width: 10px;
              height: 10px;
              top: 3px;
              text-indent: -9999px; }
            .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_pause {
              width: 4px;
              height: 17px; }
            .carousel_wrapper .carousel_item_wrap .carousel_item .body .container_bottom .carousel_nav .carousel_play {
              display: none; }

.filter {
  padding: 10px; }
  .filter li {
    display: inline-block;
    margin: 0 5px 5px 0; }
    .filter li a {
      position: relative;
      display: inline-block;
      font-size: 14px;
      color: #2C3E50;
      line-height: 100%;
      text-transform: uppercase;
      border: 1px solid #2C3E50;
      padding: 5px 10px;
      opacity: 1;
      transition: all 0.2s ease-in-out; }
      .filter li a:after {
        content: "";
        background: transparent;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        transition: background 0.2s ease-in-out; }
      .filter li a:focus:after, .filter li a:hover:after {
        background: #89939E; }
      .filter li a:focus, .filter li a:hover {
        border: 1px solid #89939E;
        color: #616E7C; }
    .filter li.active a {
      background: #2C3E50;
      color: #fff;
      border: 1px solid #2C3E50;
      opacity: 1; }
      .filter li.active a:focus, .filter li.active a:hover {
        background: #616E7C; }
      .filter li.active a:after, .filter li.active a:focus:after, .filter li.active a:hover:after {
        background: transparent; }

.filter_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 600px) {
    .filter_header {
      flex-direction: column; }
      .filter_header .filter {
        padding: 10px;
        padding-bottom: 0; } }
  .filter_header header {
    flex: 1 0 auto; }
  .filter_header .filter {
    padding: 0; }
    .filter_header .filter ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }

.filter {
  align-self: flex-end;
  padding-left: 10px;
  align-self: flex-end; }

.buy-tickets .filter {
  padding: 0px; }

@charset "UTF-8";
.filter_dropdown {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .filter_dropdown.wrapper {
    overflow: visible;
    margin-top: 40px; }
  .filter_dropdown .filter_mobile_title {
    display: none; }
  .filter_dropdown .filter_container {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    position: relative; }
    .filter_dropdown .filter_container.active .filter_dropdown_title {
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    .filter_dropdown .filter_container.active .filter_dropdown_wrap {
      border-top: none;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd;
      visibility: visible;
      z-index: 9999;
      opacity: 1;
      transition: all 0.3s ease; }
    .filter_dropdown .filter_container .filter_dropdown_title {
      width: 100%;
      line-height: 35px;
      font-size: 1em;
      font-weight: bold;
      position: relative;
      display: flex;
      align-items: center;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      z-index: 400; }
      .filter_dropdown .filter_container .filter_dropdown_title:hover {
        color: #999; }
      .filter_dropdown .filter_container .filter_dropdown_title.icoPlus, .filter_dropdown .filter_container .filter_dropdown_title.icoPlus_active {
        padding-left: calc(13px*2); }
        .filter_dropdown .filter_container .filter_dropdown_title.icoPlus:before, .filter_dropdown .filter_container .filter_dropdown_title.icoPlus:after, .filter_dropdown .filter_container .filter_dropdown_title.icoPlus_active:before, .filter_dropdown .filter_container .filter_dropdown_title.icoPlus_active:after {
          top: 17px;
          left: calc(13px/2); }
    .filter_dropdown .filter_container .filter_filteredBy {
      margin-top: 10px; }
      .filter_dropdown .filter_container .filter_filteredBy a {
        padding: 2px 4px;
        border: 1px black solid;
        display: inline-flex;
        align-items: center;
        margin: 3px;
        font-size: 14px;
        font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
        position: relative;
        z-index: 500;
        transition: all 0.3s ease; }
        .filter_dropdown .filter_container .filter_filteredBy a:hover {
          color: #616E7C;
          border-color: #89939E;
          box-shadow: inset 0 -2px 0 0 #89939E; }
          .filter_dropdown .filter_container .filter_filteredBy a:hover .icoDel:after, .filter_dropdown .filter_container .filter_filteredBy a:hover .icoDel:before {
            border-color: #89939E; }
        .filter_dropdown .filter_container .filter_filteredBy a .icoDel {
          margin-left: 12px;
          width: 12px;
          height: 12px; }
          .filter_dropdown .filter_container .filter_filteredBy a .icoDel:before, .filter_dropdown .filter_container .filter_filteredBy a .icoDel:after {
            width: 12px;
            height: 12px;
            top: 4px; }
          .filter_dropdown .filter_container .filter_filteredBy a .icoDel:before {
            right: 4px; }
          .filter_dropdown .filter_container .filter_filteredBy a .icoDel:after {
            left: 4px; }
    .filter_dropdown .filter_container .filter_dropdown_wrap {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease;
      box-sizing: border-box;
      width: 100%;
      padding: 0 10px 10px 10px;
      background: #fff;
      position: absolute;
      z-index: 500; }
      .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li:nth-of-type(1) {
        border-bottom: 1px solid #ddd;
        margin-bottom: 3px;
        padding-bottom: 3px; }
      .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li a {
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 0 5px 25px; }
        .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li a:hover {
          color: #999; }
        .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li a:before {
          content: "";
          display: inline-block;
          position: absolute;
          left: 0;
          top: 7px;
          border: 1px solid #ddd;
          width: 12px;
          height: 12px; }
      .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li .active > a:after,
      .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li.active > a:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(4px);
        height: 12px;
        border-right: 3px solid #f00;
        border-bottom: 3px solid #f00;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 3px;
        left: 6px; }
      .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li .filter_sub_list {
        padding-left: 25px;
        display: none; }
      .filter_dropdown .filter_container .filter_dropdown_wrap .filter_list > li.open .filter_sub_list {
        display: block; }
  .filter_dropdown .filter_dates ul {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .filter_dropdown .filter_submit {
    z-index: 9999; }
    .filter_dropdown .filter_submit .btn-search {
      height: 40px;
      font-size: 1em; }

#clickCatch {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  display: none; }

#clndr h1, #clndr h2, #clndr h3, #clndr h4, #clndr h5, #clndr h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 12px; }

#clndr .clndr {
  border: 1px solid #ddd; }
  #clndr .clndr .clndr-controls {
    display: flex;
    justify-content: space-between;
    background: #2C3E50;
    padding: 5px;
    margin-bottom: 20px;
    color: white; }
  #clndr .clndr .clndr-table {
    width: 100%;
    height: 250px; }
    #clndr .clndr .clndr-table .header-day {
      font-weight: bolder;
      text-align: center;
      padding-bottom: 10px; }
    #clndr .clndr .clndr-table .day-contents {
      text-align: center; }
  #clndr .clndr .day {
    cursor: pointer; }
    #clndr .clndr .day.event {
      color: #ccc;
      cursor: default; }
    #clndr .clndr .day:hover {
      opacity: .7; }
    #clndr .clndr .day.current, #clndr .clndr .day.range-date {
      background: #2C3E50;
      color: white;
      opacity: 1; }
  #clndr .clndr .month, #clndr .clndr .clndr-next-button, #clndr .clndr .clndr-previous-button {
    cursor: pointer; }
  #clndr .clndr .clndr-next-button, #clndr .clndr .clndr-previous-button {
    position: relative;
    display: block;
    height: 100%;
    width: 12px;
    text-indent: 100%;
    overflow: hidden; }
    #clndr .clndr .clndr-next-button:after, #clndr .clndr .clndr-previous-button:after {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      top: 3px; }
  #clndr .clndr .clndr-next-button {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  #clndr .clndr .clndr-previous-button {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

#clndr .clndr_end_date {
  box-sizing: border-box;
  cursor: pointer;
  width: 100%; }
  #clndr .clndr_end_date .clndr_add_end_date,
  #clndr .clndr_end_date .clndr_date_range {
    width: 100%;
    text-align: center;
    padding: 5px;
    padding-bottom: 0; }
    #clndr .clndr_end_date .clndr_add_end_date:hover,
    #clndr .clndr_end_date .clndr_date_range:hover {
      opacity: .7; }
  #clndr .clndr_end_date .clndr_date_range {
    display: none; }

@charset "UTF-8";
.open_close .target {
  display: none; }

.open_close ul {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 40px; }

.open_close li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-right: 5px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #D8DFE6; }
  .open_close li:nth-of-type(1) {
    border-top: 1px solid #D8DFE6; }
  .open_close li h3,
  .open_close li p {
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 10px; }
  .open_close li h3,
  .open_close li span {
    font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
  .open_close li span {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    background: #2C3E50;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .open_close li span {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 12px;
        margin-top: 7px;
        margin-right: 7px; } }
  .open_close li h3 {
    line-height: 30px;
    flex: 1;
    cursor: pointer; }
  .open_close li p {
    width: 100%;
    margin: 0 10px 10px 40px; }
    @media screen and (max-width: 767px) {
      .open_close li p {
        margin-left: 20px; } }

.open_close .icoPlus:before, .open_close .icoPlus:after, .open_close .icoPlus_active:before, .open_close .icoPlus_active:after {
  content: none; }

#tabs_nav .previous,
#tabs_nav .next {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-indent: -90000px; }

#tabs_nav li .ex_hlink:focus:after,
#tabs_nav li .ex_hlink:hover:after {
  border-color: #959EA7 #959EA7 transparent transparent; }

.whats-on section .module:before, .whats-on section .module:after {
  display: none; }

.event-btn_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%; }

a.event-btn,
.past {
  border: none;
  font-size: 14px;
  padding: 3px 14px;
  color: #fff;
  justify-content: center;
  z-index: 999;
  text-transform: uppercase;
  text-decoration: none;
  background: #2C3E50; }
  @media (max-width: 1365px) {
    a.event-btn,
    .past {
      padding: 3px 7px; } }
  a.event-btn.free_registration,
  .past.free_registration {
    background: #2C3E50; }
  a.event-btn.buy_ticket,
  .past.buy_ticket {
    background: #da3947; }
  a.event-btn.free_admission,
  .past.free_admission {
    border: 2px solid #8e98a1;
    border-radius: 2px;
    background: #fff;
    color: #2C3E50;
    padding: calc(3px - 2px) 14px; }
  a.event-btn.disabled,
  .past.disabled {
    background: #ccc;
    color: #000; }

.btn-search,
.past:not(.day) {
  background: #2C3E50;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  height: 30px;
  border-bottom: 2px solid #000;
  padding: 0 20px;
  margin-left: 10px;
  transition: background .2s ease-in-out; }
  .btn-search:focus, .btn-search:hover,
  .past:not(.day):focus,
  .past:not(.day):hover {
    background: #616E7C; }

.btn-submit,
.btn-search {
  background: #2C3E50;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  height: 30px;
  border-bottom: 2px solid #000;
  padding: 0 20px;
  margin-left: 10px;
  transition: background .2s ease-in-out; }
  .btn-submit:focus, .btn-submit:hover,
  .btn-search:focus,
  .btn-search:hover {
    background: #616E7C; }

.view_all_origin {
  visibility: hidden; }

.view_all_copy {
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  top: unset !important;
  left: unset !important;
  padding-bottom: 12px; }

.view_all_module {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px; }
  .view_all_module.module:after, .view_all_module.module:before {
    border: unset; }
  .view_all_module .view_all_link {
    height: 10px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: normal;
    font-size: .9em;
    background: #2C3E50;
    padding: 10px 0 !important;
    position: relative; }
    @media screen and (max-width: 767px) {
      .view_all_module .view_all_link {
        margin-right: 20px; } }
    .view_all_module .view_all_link a {
      color: #fff;
      padding: 10px;
      padding-right: 22px;
      width: 100%; }
    .view_all_module .view_all_link:after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      right: 25px; }

section > .rich_text {
  margin-left: 10px;
  margin-right: 10px; }

.sticky-ticket-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100vw;
  background-color: white; }
  .sticky-ticket-wrapper > div {
    width: 100%; }
  .sticky-ticket-wrapper .buy_ticket {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    height: 50px;
    display: flex;
    align-items: center; }
  .sticky-ticket-wrapper .buy_package {
    color: white;
    text-transform: uppercase;
    background-color: #2C3E50 !important; }
  @media screen and (min-width: 768px) {
    .sticky-ticket-wrapper {
      border-top: 1px solid #4F5E6D; }
      .sticky-ticket-wrapper > div {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      .sticky-ticket-wrapper .buy_ticket {
        width: 220px;
        float: right;
        height: auto; }
      .sticky-ticket-wrapper .buy_package {
        margin-right: 10px; } }
  @media screen and (min-width: 1366px) {
    .sticky-ticket-wrapper > div {
      width: 1200px;
      margin: 0 auto; }
    .sticky-ticket-wrapper .buy_ticket {
      margin-right: 10px; } }

.widenContainer {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: left;
  width: 90vw; }
  @media screen and (min-width: 1300px) {
    .widenContainer {
      width: 1100px; } }

@charset "UTF-8";
#footer {
  margin: 0;
  padding: 0;
  background: #ececec;
  width: 100%;
  margin-top: 100px; }
  #footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  #footer .footer_top,
  #footer .footer_middle,
  #footer .footer_bottom {
    padding: 0 calc((100% - 1200px + 10px) / 2); }
    @media (max-width: 1365px) {
      #footer .footer_top,
      #footer .footer_middle,
      #footer .footer_bottom {
        padding: 0 calc((100% - 960px + 10px) / 2); } }
  #footer .footer_top {
    background: #2C3E50;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 60px; }
    #footer .footer_top .footer_top_title {
      margin-right: 10px;
      font-size: 14px;
      font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }
    #footer .footer_top .footer_social {
      display: flex;
      align-items: center; }
      #footer .footer_top .footer_social ul, #footer .footer_top .footer_social li {
        display: block;
        float: left;
        margin: 4px; }
      #footer .footer_top .footer_social .img_link img {
        height: 28px;
        width: 26px; }
    #footer .footer_top .footer_subscribe {
      display: flex;
      align-items: center; }
      #footer .footer_top .footer_subscribe form {
        background: #fff; }
      #footer .footer_top .footer_subscribe input {
        font-size: 14px;
        height: 32px;
        background: #fff; }
      #footer .footer_top .footer_subscribe input[type="email"] {
        width: 190px;
        padding: 0 5px; }
      #footer .footer_top .footer_subscribe input[type="submit"] {
        border-left: 1px solid #2C3E50;
        text-indent: -9999px;
        width: 30px;
        background: url(../img/quick_submit.png) center center; }
  #footer .footer_middle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: none; }
    #footer .footer_middle .footer_middle_item {
      margin-top: 40px;
      width: 25%;
      padding-right: 30px; }
    #footer .footer_middle .footer_logo {
      display: flex;
      justify-content: flex-start;
      display: flex;
      justify-content: flex-start; }
      #footer .footer_middle .footer_logo svg {
        max-height: 46px;
        margin-left: 7px; }
    #footer .footer_middle .footer_links input.checkbox_dropdown {
      display: none; }
    #footer .footer_middle .footer_links .footer_links_title {
      font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
      font-size: 16px;
      text-transform: uppercase; }
    #footer .footer_middle .footer_links ul {
      margin-top: 10px;
      font-size: 14px;
      line-height: 26px; }
  #footer .footer_bottom {
    background: #EBEBEB;
    background: #e4e4e4;
    color: #2C3E50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 60px; }
    #footer .footer_bottom .quick_links a {
      font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
      font-size: 13px;
      line-height: 120%;
      margin-right: 28px;
      padding-right: 10px;
      transition: opacity 0.2s ease-in-out; }
    #footer .footer_bottom .copy {
      font-size: 12px; }
  #footer a:hover, #footer a:focus {
    opacity: 0.5; }
  #footer .footer_middle .footer_logo {
    width: 297.5px; }
  #footer .footer_middle.show_footer_logo .footer_links:nth-of-type(5) {
    margin-left: 297.5px; }
  @media (max-width: 1365px) {
    #footer .footer_middle .footer_logo {
      width: 237.5px; }
    #footer .footer_middle.show_footer_logo .footer_links:nth-of-type(5) {
      margin-left: 237.5px; } }
  #footer .wechat_wrapper {
    position: relative; }
    #footer .wechat_wrapper .wechat_close {
      position: absolute;
      top: 0;
      right: 0; }
  #footer img.wechat_qrcode {
    width: 90vw; }
    @media (min-width: 768px) {
      #footer img.wechat_qrcode {
        width: 30vw; } }

.gdpr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  background: rgba(45, 60, 80, 0.88);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
  .gdpr_wrap > * {
    margin-bottom: 20px; }
  .gdpr_wrap.grdp_show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .gdpr_wrap.grdp_hiding {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .gdpr_wrap .gdpr_btn_wrap {
    margin-left: auto;
    display: flex;
    align-items: center; }
    .gdpr_wrap .gdpr_btn_wrap > *:not(:last-of-type) {
      margin-right: 20px; }
  .gdpr_wrap .gdpr_hide {
    -webkit-transform: transformY(100%);
            transform: transformY(100%); }
  .gdpr_wrap .gdpr_wrap,
  .gdpr_wrap .gdpr_more,
  .gdpr_wrap .gdpr_understand,
  .gdpr_wrap .gdpr_txt {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px; }
  .gdpr_wrap .gdpr_txt {
    margin-right: auto; }
  .gdpr_wrap .gdpr_btn {
    display: flex;
    justify-content: center;
    align-items: baseline; }
  .gdpr_wrap .gdpr_understand {
    background: #aee029;
    border: 1px #aee029 solid;
    color: #2C3E50; }
    .gdpr_wrap .gdpr_understand svg.ico_understand {
      stroke: #2C3E50;
      stroke-width: 1.5px;
      stroke-linecap: butt;
      margin-right: 3px; }
  .gdpr_wrap .gdpr_more {
    border: 1px white solid; }
  .gdpr_wrap .gdpr_more,
  .gdpr_wrap .gdpr_understand {
    padding: 4px 15px; }

.crm_registration_from select,
.crm_registration_from textarea,
.crm_registration_from input {
  width: 100%;
  background: white;
  padding: 10px; }
  .crm_registration_from select option:disabled,
  .crm_registration_from textarea option:disabled,
  .crm_registration_from input option:disabled {
    color: #959EA7; }

.crm_registration_from input {
  border: 1px solid grey; }

.crm_registration_from select::-ms-expand {
  display: none; }

.crm_registration_from .required_field {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px; }

.crm_registration_from .btn {
  border-radius: 0;
  padding: 5px 10px;
  min-width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  color: #FFFFFF;
  background-color: #2C3E50; }
  .crm_registration_from .btn span {
    color: white;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase; }
  .crm_registration_from .btn svg {
    stroke: white;
    height: 10px; }
  .crm_registration_from .btn.register, .crm_registration_from .btn.cancel {
    justify-content: center;
    min-width: 120px;
    margin-right: 6px; }
  .crm_registration_from .btn.cancel {
    background-color: #8e98a1; }

.crm_registration_from .buttonWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px; }
  .crm_registration_from .buttonWrapper .btn {
    margin: 0;
    padding: 5px;
    width: 115px;
    font-size: 15px;
    justify-content: center;
    text-transform: uppercase; }
    .crm_registration_from .buttonWrapper .btn.cancel {
      margin-right: 6px; }

.crm_registration_from .crm_row {
  background-color: #FFFFFF;
  margin: 0px 10px;
  margin-bottom: 1px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .crm_registration_from .crm_row .btn {
    margin-right: 0;
    margin-left: auto; }
  .crm_registration_from .crm_row .date, .crm_registration_from .crm_row .status, .crm_registration_from .crm_row .btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .crm_registration_from .crm_row .date {
    min-width: 124px; }
  .crm_registration_from .crm_row .status {
    margin-right: auto;
    margin-left: 0;
    padding: 0 10px; }
  .crm_registration_from .crm_row:hover, .crm_registration_from .crm_row:active {
    padding-left: 8px;
    box-shadow: inset 2px 0px #2C3E50; }

.crm_registration_from .event_registration {
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #EBEBEB;
  width: 100%; }
  .crm_registration_from .event_registration .form {
    margin-right: 10px;
    margin-left: 10px; }
    .crm_registration_from .event_registration .form ul {
      margin: 0;
      padding: 0; }
      .crm_registration_from .event_registration .form ul .field_name,
      .crm_registration_from .event_registration .form ul li {
        padding: 0;
        list-style: none;
        margin-bottom: 10px;
        background-color: none;
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: baseline;
        flex-wrap: wrap;
        align-items: flex-start; }
        .crm_registration_from .event_registration .form ul .field_name.country,
        .crm_registration_from .event_registration .form ul li.country {
          width: 49.5%; }
        .crm_registration_from .event_registration .form ul .field_name.mobile-form,
        .crm_registration_from .event_registration .form ul li.mobile-form {
          width: 49.5%;
          float: right;
          margin-top: -50px; }
          .crm_registration_from .event_registration .form ul .field_name.mobile-form span,
          .crm_registration_from .event_registration .form ul li.mobile-form span {
            margin-top: -20px; }
        .crm_registration_from .event_registration .form ul .field_name input,
        .crm_registration_from .event_registration .form ul li input {
          border: none; }
        .crm_registration_from .event_registration .form ul .field_name.checkbox input,
        .crm_registration_from .event_registration .form ul li.checkbox input {
          width: 18px;
          height: 18px;
          padding: 9px;
          margin-right: 7px;
          background-color: white;
          border: none;
          position: relative; }
          .crm_registration_from .event_registration .form ul .field_name.checkbox input:checked:after,
          .crm_registration_from .event_registration .form ul li.checkbox input:checked:after {
            position: absolute;
            content: "";
            top: -7px;
            left: 5px;
            border-right: 3px solid #2C3E50;
            border-bottom: 3px solid #2C3E50;
            width: 7px;
            height: 15px;
            -webkit-transform: rotate(55deg) skew(20deg);
                    transform: rotate(55deg) skew(20deg); }
        .crm_registration_from .event_registration .form ul .field_name.radio input,
        .crm_registration_from .event_registration .form ul li.radio input {
          width: 14px;
          height: 14px;
          padding: 7px;
          margin-right: 7px;
          background-color: white;
          border: none;
          border-radius: 50%;
          position: relative; }
          .crm_registration_from .event_registration .form ul .field_name.radio input:checked:after,
          .crm_registration_from .event_registration .form ul li.radio input:checked:after {
            position: absolute;
            content: "";
            background-color: black;
            border: none;
            border-radius: 50%;
            width: 6px;
            height: 6px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        .crm_registration_from .event_registration .form ul .field_name label,
        .crm_registration_from .event_registration .form ul li label {
          font-size: 14px;
          margin-bottom: 8px;
          width: calc(100% - 35px); }
        .crm_registration_from .event_registration .form ul .field_name .input_wrapper,
        .crm_registration_from .event_registration .form ul li .input_wrapper {
          width: 100%;
          position: relative;
          transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s; }
          .crm_registration_from .event_registration .form ul .field_name .input_wrapper svg.arrow-down,
          .crm_registration_from .event_registration .form ul li .input_wrapper svg.arrow-down {
            stroke: black;
            width: 18px;
            position: absolute;
            right: 10px;
            pointer-events: none; }
            @supports not (display: -ms-grid) {
              .crm_registration_from .event_registration .form ul .field_name .input_wrapper svg.arrow-down,
              .crm_registration_from .event_registration .form ul li .input_wrapper svg.arrow-down {
                top: 15px; } }
          .crm_registration_from .event_registration .form ul .field_name .input_wrapper.open svg.arrow-down,
          .crm_registration_from .event_registration .form ul li .input_wrapper.open svg.arrow-down {
            -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg); }
        .crm_registration_from .event_registration .form ul .field_name.contact-message,
        .crm_registration_from .event_registration .form ul li.contact-message {
          position: relative;
          font-size: 14px; }
  .crm_registration_from .event_registration .radio_title {
    margin-bottom: 10px;
    margin-top: 20px; }
  .crm_registration_from .event_registration .dropdown {
    background: white;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .crm_registration_from .event_registration .dropdown ul {
      max-height: 300px;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      height: auto;
      width: 100%;
      z-index: 20;
      outline: 1px solid black;
      outline-offset: -1px;
      outline-top-style: none; }
    .crm_registration_from .event_registration .dropdown ul li, .crm_registration_from .event_registration .dropdown .field_title {
      background: white;
      min-height: 20px;
      height: auto;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      .crm_registration_from .event_registration .dropdown ul li .label, .crm_registration_from .event_registration .dropdown .field_title .label {
        padding: 10px;
        margin: 0;
        width: 100%; }
        .crm_registration_from .event_registration .dropdown ul li .label.disabled, .crm_registration_from .event_registration .dropdown .field_title .label.disabled {
          color: #ccc;
          opacity: 1; }
        .crm_registration_from .event_registration .dropdown ul li .label.label_hover:hover, .crm_registration_from .event_registration .dropdown ul li .label.label_hover:active, .crm_registration_from .event_registration .dropdown .field_title .label.label_hover:hover, .crm_registration_from .event_registration .dropdown .field_title .label.label_hover:active {
          background-color: #E2E3E4;
          opacity: 1; }
        .crm_registration_from .event_registration .dropdown ul li .label.label_active, .crm_registration_from .event_registration .dropdown .field_title .label.label_active {
          position: relative;
          padding-left: 26px; }
          .crm_registration_from .event_registration .dropdown ul li .label.label_active:after, .crm_registration_from .event_registration .dropdown .field_title .label.label_active:after {
            position: absolute;
            content: "";
            top: 11px;
            left: 12px;
            border-width: 2px;
            border-style: none solid solid none;
            border-color: #2C3E50;
            width: 3px;
            height: 10px;
            -webkit-transform: rotate(55deg) skew(20deg);
                    transform: rotate(55deg) skew(20deg); }
    .crm_registration_from .event_registration .dropdown .field_title {
      padding-left: 10px;
      padding-right: 40px;
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative; }
    .crm_registration_from .event_registration .dropdown ul {
      visibility: hidden;
      opacity: 0; }
    .crm_registration_from .event_registration .dropdown.open ul {
      visibility: visible;
      opacity: 1; }

.crm_registration_from .success, .crm_registration_from .error {
  margin: 0 20px; }
  .crm_registration_from .success h2, .crm_registration_from .error h2 {
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 18px; }
  .crm_registration_from .success br, .crm_registration_from .error br {
    line-height: 40px; }
  .crm_registration_from .success p, .crm_registration_from .error p {
    margin: 20px 0; }
  .crm_registration_from .success a, .crm_registration_from .error a {
    border-bottom: 2px solid #2C3E50; }

.crm_registration_from .crm_hide {
  display: none; }

.crm_registration_from .crm_pending span,
.crm_registration_from .crm_grey span {
  opacity: 0.5; }

.crm_registration_from .crm_pending .btn,
.crm_registration_from .crm_grey .btn {
  display: none; }

.crm_registration_from .loged_in input#Email {
  opacity: 0.6;
  background: #ffffffbb; }

.crm_registration_from .error_validation {
  display: block;
  width: 100%;
  color: red;
  font-size: 14px; }
  .crm_registration_from .error_validation.align_left {
    text-align: left; }
  .crm_registration_from .error_validation.align_right {
    text-align: right; }

.crm_registration_from .registration_note {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .crm_registration_from .registration_note h2 {
    padding: 0;
    margin: 0;
    margin-right: 20px;
    white-space: nowrap; }

.crm_registration_from .placeholder,
.crm_registration_from .placeholder::-webkit-input-placeholder {
  color: #8e98a1; }

.crm_registration_from .placeholder,
.crm_registration_from .placeholder:-ms-input-placeholder {
  color: #8e98a1; }

.crm_registration_from .placeholder,
.crm_registration_from .placeholder::-ms-input-placeholder {
  color: #8e98a1; }

.crm_registration_from .placeholder,
.crm_registration_from .placeholder::placeholder {
  color: #8e98a1; }

@charset "UTF-8";
.ticket_notification {
  width: 100%; }
  .ticket_notification p {
    background: #ccc;
    color: #2C3E50;
    padding: 3px 17px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
    width: 100%; }
    .ticket_notification p.done {
      background: #A4CE21; }
  .ticket_notification .reload_btn {
    font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto; }
  .ticket_notification .bold {
    font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
    font-size: 22px;
    margin-right: 8px; }
  .ticket_notification .recycle_ico {
    width: 15px;
    height: 15px;
    padding: 1px 3px; }

.quickfix.ticket_notification p {
  width: calc(100% - 20px);
  margin-left: 10px; }
  @media (min-width: 768px) {
    .quickfix.ticket_notification p {
      width: calc(100% - 10px);
      margin-left: 10px; } }

@charset "UTF-8";
/* 
 * West Kowloon Cultural District
 *
 * @author		Igino Fucci
 * @copyright	Copyright (c) 2013 (Keepthinking Ltd.)
 * @link		http://keepthinking.it
 * 
 -------------------------------------------------------  */
html[lang='zh-Hans'] .rich_text *,
html[lang='zh-Hant'] .rich_text * {
  line-height: 145%; }

.rich_text:first-child {
  margin-top: 0; }

.rich_text * {
  background: none;
  font-family: "ramblaregular", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 1em;
  color: #2C3E50;
  line-height: 130%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  clear: both;
  float: none; }

.rich_text a {
  border-bottom: 1px solid #969FA8; }

.rich_text a:focus,
.rich_text a:hover {
  color: #969FA8; }

.rich_text > *:first-child {
  padding-top: 0; }

.rich_text > *:last-child {
  padding-bottom: 0; }

.rich_text i, .rich_text em {
  font-family: "ramblaitalic", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.rich_text b,
.rich_text strong {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.rich_text b i,
.rich_text strong em,
.rich_text b em,
.rich_text strong i,
.rich_text i b,
.rich_text em strong,
.rich_text em b,
.rich_text i strong {
  font-family: "ramblabolditalic", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif; }

.rich_text small {
  font-size: 0.7em; }

.rich_text h1 {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 1.25em; }

.rich_text h2 {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 1em; }

.rich_text h3 {
  font-family: "ramblaitalic", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 1em; }

.rich_text h4 {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 0.9em; }

.rich_text h5 {
  font-family: "ramblaitalic", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 0.9em; }

.rich_text h6 {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 0.75em; }

.rich_text sup {
  position: relative;
  vertical-align: top;
  top: -5px; }

.rich_text blockquote {
  position: relative;
  overflow: hidden;
  font-family: "Times New Roman", Times, 仿宋, FangSong, 华文仿宋, STFangSong, serif;
  font-size: 1em;
  line-height: 140%;
  clear: both; }

.rich_text ul {
  list-style-type: disc; }
  .rich_text ul > li > ul {
    list-style-type: circle; }
    .rich_text ul > li > ul > li ul {
      list-style-type: square; }

.rich_text ol {
  list-style-type: decimal; }

.rich_text li:last-child {
  margin-bottom: 0; }

.rich_text hr {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #2C3E50;
  padding-bottom: 20px; }

.rich_text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #2C3E50; }

.rich_text table th,
.rich_text table td {
  font-size: 0.9em;
  padding: 5px 10px; }

.rich_text thead th {
  font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  border-bottom: 1px solid #969FA8; }

.rich_text tbody td {
  border-bottom: 1px solid #2C3E50; }

.rich_text dl {
  width: 100%; }

.rich_text pre:first-child,
.rich_text pre:last-child {
  padding: 20px;
  margin-bottom: 0; }

.rich_text code {
  display: inline-block;
  font-family: "Courier New", monospace, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
  font-size: 0.9em;
  padding: 0; }

.rich_text .indent_image {
  width: 100%;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .rich_text .indent_image {
      width: 50%;
      float: left;
      padding: 0 20px 10px 0; } }

.rich_text .two_col_table {
  border: none; }
  .rich_text .two_col_table tr, .rich_text .two_col_table td {
    border: none;
    margin: 0;
    padding: 0; }
  .rich_text .two_col_table td:first-of-type {
    padding-right: 10px; }
  .rich_text .two_col_table tr {
    max-width: 100%; }
  .rich_text .two_col_table img {
    width: 100%; }
  @media (max-width: 769px) {
    .rich_text .two_col_table td {
      width: 100%;
      float: left; } }
  @media (min-width: 768px) {
    .rich_text .two_col_table td {
      padding-bottom: 20px; } }

.bio {
  width: calc(100% - 20px);
  display: block;
  display: flex;
  flex-wrap: wrap; }
  .bio img {
    width: 100%;
    max-width: 100%; }
  .bio .info {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin: 10px 0;
    background-color: #2C3E50;
    color: white;
    stroke: white; }
    .bio .info.open {
      background-color: #EEEEEE;
      stroke: #EEEEEE;
      color: #2C3E50; }
    .bio .info .svg_wrap {
      width: 100%;
      height: 20px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .bio .info .svg_open {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 20px; }
    .bio .info .title,
    .bio .info .subtitle {
      padding: 0px 70px 5px 10px; }
    .bio .info .title {
      padding-top: 10px; }
    .bio .info .open {
      float: right; }
    @media screen and (min-width: 768px) {
      .bio .info {
        float: left;
        width: calc(50% - 10px); }
        .bio .info.even {
          margin-left: 20px; } }
  .bio .description {
    width: 100%;
    box-sizing: border-box;
    background: #EEEEEE;
    color: #2C3E50;
    stroke: #2C3E50;
    margin: 20px 0 10px 0;
    padding: 30px;
    padding-top: 50px;
    position: relative; }
    .bio .description .svg_close {
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px; }
    .bio .description .svg_tip {
      position: absolute;
      top: 0px;
      left: 50%;
      -webkit-transform: translate3d(-50%, -100%, 0);
              transform: translate3d(-50%, -100%, 0);
      fill: #EEEEEE;
      stroke: #EEEEEE;
      stroke-width: 1;
      width: 30px;
      height: 15px; }
      @media screen and (min-width: 768px) {
        .bio .description .svg_tip {
          left: 30px;
          -webkit-transform: translate3d(0%, -100%, 0);
                  transform: translate3d(0%, -100%, 0); }
          .bio .description .svg_tip.even {
            left: calc(50% + 50px);
            -webkit-transform: translate3d(-50%, -100%, 0);
                    transform: translate3d(-50%, -100%, 0); } }
  .bio .svg {
    stroke-width: 1.5px;
    width: 15px;
    height: 15px; }
  .bio .description_wrap {
    overflow: hidden; }
    .bio .description_wrap .description {
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      -webkit-transform: translate3d(0, calc(-100% - 20px), 0);
              transform: translate3d(0, calc(-100% - 20px), 0); }
      .bio .description_wrap .description.animate {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  .bio .info {
    transition: all 0.15s ease-in; }

.feat {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 10px; }
  .feat .feat__img {
    width: 100%;
    width: 100%;
    max-width: 100%; }
    .feat .feat__img img {
      max-width: 100%;
      width: 100%;
      height: auto;
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .feat .feat__content {
    padding: 10px; }
  .feat .feat__title {
    font-size: 20px; }
  .feat .feat__title,
  .feat .feat__p,
  .feat .feat__title {
    margin: 10px;
    margin-left: 0px; }

@media screen and (min-width: 768px) {
  .feat {
    flex-direction: row; }
    .feat .feat__img {
      width: 415px;
      height: 260px; }
      .feat .feat__img img {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        max-height: 260px;
        -o-object-fit: fit;
           object-fit: fit; }
    .feat .feat__content {
      width: calc(100% - 415px);
      padding: 10px; } }

@charset "UTF-8";
div.wrapper.blog_wrap,
.wrapper div.blog_wrap {
  display: flex;
  flex-direction: column; }
  div.wrapper.blog_wrap .filter_tags,
  div.wrapper.blog_wrap div.filter_venues,
  .wrapper div.blog_wrap .filter_tags,
  .wrapper div.blog_wrap div.filter_venues {
    width: calc(100% - 20px); }
  div.wrapper.blog_wrap .listing,
  .wrapper div.blog_wrap .listing {
    width: 100%; }
  div.wrapper.blog_wrap .blog__masonry,
  .wrapper div.blog_wrap .blog__masonry {
    width: 100%; }
    div.wrapper.blog_wrap .blog__masonry .feat.item,
    .wrapper div.blog_wrap .blog__masonry .feat.item {
      flex-direction: column;
      width: calc(50% - 10px);
      margin: 0; }
      div.wrapper.blog_wrap .blog__masonry .feat.item .blog__img,
      .wrapper div.blog_wrap .blog__masonry .feat.item .blog__img {
        width: 100%;
        padding: 0;
        float: none; }
        div.wrapper.blog_wrap .blog__masonry .feat.item .blog__img img,
        .wrapper div.blog_wrap .blog__masonry .feat.item .blog__img img {
          width: 100%;
          height: auto; }
      div.wrapper.blog_wrap .blog__masonry .feat.item a:hover,
      div.wrapper.blog_wrap .blog__masonry .feat.item a:active,
      .wrapper div.blog_wrap .blog__masonry .feat.item a:hover,
      .wrapper div.blog_wrap .blog__masonry .feat.item a:active {
        opacity: 0.7;
        transition: opacity 0.4s ease; }
      div.wrapper.blog_wrap .blog__masonry .feat.item a img:hover,
      div.wrapper.blog_wrap .blog__masonry .feat.item a img:active,
      .wrapper div.blog_wrap .blog__masonry .feat.item a img:hover,
      .wrapper div.blog_wrap .blog__masonry .feat.item a img:active {
        opacity: 1; }
  div.wrapper.blog_wrap .title,
  .wrapper div.blog_wrap .title {
    padding: 10px 0;
    line-height: 1.2; }
  div.wrapper.blog_wrap .feat__description p,
  .wrapper div.blog_wrap .feat__description p {
    margin: 10px 0; }
  div.wrapper.blog_wrap .pagination,
  .wrapper div.blog_wrap .pagination {
    display: flex;
    justify-content: center;
    padding: 30px 10px;
    width: calc(100% - 20px);
    font-family: "ramblabold", Helvetica, Arial, "华文宋体", "STSong", "新細明體", "PMingLiU", sans-serif;
    font-size: 18px; }
    @media mobile-up {
      div.wrapper.blog_wrap .pagination,
      .wrapper div.blog_wrap .pagination {
        padding: 30px 10px; } }
    div.wrapper.blog_wrap .pagination .prev_url,
    div.wrapper.blog_wrap .pagination .next_url,
    .wrapper div.blog_wrap .pagination .prev_url,
    .wrapper div.blog_wrap .pagination .next_url {
      padding: 0 3px; }
  @media screen and (min-width: 1366px) {
    div.wrapper.blog_wrap,
    .wrapper div.blog_wrap {
      flex-direction: row;
      justify-content: flex-start; }
      div.wrapper.blog_wrap .filter_tags,
      .wrapper div.blog_wrap .filter_tags {
        width: 35%;
        align-self: flex-start; }
      div.wrapper.blog_wrap .listing,
      .wrapper div.blog_wrap .listing {
        width: 65%; } }

@media screen and (max-width: 600px) {
  .mob div.wrapper.blog_wrap .blog__masonry .feat.item,
  .mob .wrapper div.blog_wrap .blog__masonry .feat.item {
    width: 100%; } }

.blog .banner .figure,
.blog_page .banner .figure {
  max-width: 960px;
  height: 400px; }
  .blog .banner .figure img,
  .blog_page .banner .figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.blog .banner_fw,
.blog_page .banner_fw {
  height: 366px;
  width: 100%; }
  .blog .banner_fw .figure,
  .blog_page .banner_fw .figure {
    max-width: 100%;
    width: 100%;
    height: 366px;
    margin: 0;
    margin-left: 0; }

.opening-arrangement__title {
  display: none; }
  .opening-arrangement__title .filter-description {
    margin-top: 15px; }

.opening-arrangement__filter {
  display: flex;
  margin: 20px 0 5px 0; }
  .opening-arrangement__filter .filter_dropdown .filter_mobile_title.icoPlus {
    margin: 0;
    width: calc(100vw - 40px); }
    .opening-arrangement__filter .filter_dropdown .filter_mobile_title.icoPlus:before {
      left: auto; }
    .opening-arrangement__filter .filter_dropdown .filter_mobile_title.icoPlus:after {
      left: auto; }
    .opening-arrangement__filter .filter_dropdown .filter_mobile_title.icoPlus.active {
      padding: 0; }
  .opening-arrangement__filter .filter_container {
    margin: 0;
    margin-right: 10px;
    width: calc(50% - 5px); }
    .opening-arrangement__filter .filter_container:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .opening-arrangement__filter .filter_dropdown .filter_container.filter_location {
      border: none; }
    .opening-arrangement__filter .filter_dropdown .filter_container.filter_date .filter_dropdown_wrap .filter_list > li:nth-of-type(1) {
      flex-basis: 50%; }
    .opening-arrangement__filter .filter_dropdown .filter_submit {
      margin-bottom: 35px; } }

.opening-arrangement__table {
  margin: 25px 0;
  border-top: 1px solid #2C3E50; }
  .opening-arrangement__table-row {
    border-bottom: 1px solid #2C3E50; }
    .opening-arrangement__table-row .date {
      font-size: 14px;
      padding: 10px 0; }
    .opening-arrangement__table-row .detail > ul {
      display: flex;
      padding: 10px 0;
      border-top: 1px solid #D8DFE6; }
      .opening-arrangement__table-row .detail > ul li {
        font-size: 14px; }
      .opening-arrangement__table-row .detail > ul .venue {
        padding-right: 20px;
        width: calc(50% - 25px); }
      .opening-arrangement__table-row .detail > ul .status {
        padding-left: 20px;
        width: calc(50% - 25px); }
        .opening-arrangement__table-row .detail > ul .status .remarks {
          margin-top: 5px; }
      .opening-arrangement__table-row .detail > ul .status-sign {
        width: 10px; }
        .opening-arrangement__table-row .detail > ul .status-sign .closed-shape {
          display: none; }
        .opening-arrangement__table-row .detail > ul .status-sign.open svg {
          fill: #00B300; }
        .opening-arrangement__table-row .detail > ul .status-sign.partially-open svg {
          fill: #FF8C1A; }
        .opening-arrangement__table-row .detail > ul .status-sign.closed .closed-shape {
          display: block;
          width: 8px;
          height: 8px;
          margin-top: 3px;
          border: 1px solid black;
          border-radius: 50%; }
        .opening-arrangement__table-row .detail > ul .status-sign.closed svg {
          display: none; }

@media screen and (min-width: 768px) {
  .opening-arrangement__title {
    display: block; }
    .opening-arrangement__title.rich_text {
      margin: 0; }
    .opening-arrangement__title .filter-description {
      margin-top: 10px; }
  .opening-arrangement__filter .filter_dropdown.wrapper {
    width: 100%;
    display: flex;
    margin-top: 0; }
    .opening-arrangement__filter .filter_dropdown.wrapper .filter_container {
      width: calc(50% - 56.1px); }
      .opening-arrangement__filter .filter_dropdown.wrapper .filter_container .clndr-table .past {
        padding: 2px 6px; }
  .opening-arrangement__filter .filter_dropdown .filter_container .filter_filteredBy {
    margin-bottom: 10px; }
  .opening-arrangement__filter .filter_submit .btn-search {
    margin-left: 0; }
  .opening-arrangement__description {
    padding: 10px; }
  .opening-arrangement__table-row {
    display: flex; }
    .opening-arrangement__table-row .date {
      width: 130px;
      padding: 10px; }
    .opening-arrangement__table-row .detail {
      width: calc(100% - 80px); }
      .opening-arrangement__table-row .detail > ul {
        display: flex;
        padding: 10px 0;
        border-top: 1px solid #D8DFE6; }
        .opening-arrangement__table-row .detail > ul .venue {
          padding-right: 20px;
          width: calc(50% - 25px); }
        .opening-arrangement__table-row .detail > ul .status {
          padding-left: 20px;
          width: calc(50% - 25px); } }

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