@charset "UTF-8";
/* SASS variables are information about icon's compiled state, stored under its original file name  .icon-home width: $icon-home-width  The large array-like variables contain all information about a single icon $icon-home: x y offset_x offset_y width height total_width total_height image_path  At the bottom of this section, we provide information about the spritesheet itself $spritesheet: width height image $spritesheet-sprites */
/* These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.  The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`. */
/* The provided mixins are intended to be used with the array-like variables  .icon-home @include sprite-width($icon-home)  .icon-email @include sprite($icon-email)  Here are example usages in HTML: `display: block` sprite: <div class="icon-home"></div>  `display: inline-block` sprite: <img class="icon-home" /> */
/* The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite. It should be used with a "retina group" variable.  The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/  $icon-home-group: ('icon-home', $icon-home, $icon-home-2x, )  .icon-home @include retina-sprite($icon-home-group) */
/* The `sprites` mixin generates identical output to the CSS template but can be overridden inside of SASS  @include sprites($spritesheet-sprites) */
/* The `retina-sprites` mixin generates a CSS rule and media query for retina groups This yields the same output as CSS retina template but can be overridden in SASS  @include retina-sprites($retina-groups) */
.pagination ul li a, .pagination ul li { width: auto; padding: 5px; padding: 0.5rem; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; height: auto; line-height: 1; }
.pagination ul .disabled a { cursor: not-allowed; background: none; border: none; color: #999999; }

.pagination ul li.prev a, .pagination ul li.next a { padding: 5px; padding: 0.5rem; }

.blockMsg .infoItem { background: #ffffff; }
@media only screen and (max-width: 748px) { .blockMsg { width: 80% !important; max-height: 60% !important; overflow-y: scroll; overflow-x: hidden; } }

.cookie__message { display: none; padding: 10px; padding: 1rem; position: fixed; color: #ffffff; background: #03ccde; bottom: 0; width: 100%; text-align: center; }

@media only screen and (max-width: 748px) { .event__date { word-break: normal; }
  @-moz-keyframes flip { 0% { -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
    100% { -moz-transform: rotateY(1turn); transform: rotateY(1turn); } }
  @-webkit-keyframes flip { 0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
    100% { -webkit-transform: rotateY(1turn); transform: rotateY(1turn); } }
  @keyframes flip { 0% { -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
    100% { -moz-transform: rotateY(1turn); -ms-transform: rotateY(1turn); -webkit-transform: rotateY(1turn); transform: rotateY(1turn); } }
  @-moz-keyframes shake { 0%, 100% { -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    25%, 75% { -moz-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
    50% { -moz-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }
  @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    25%, 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
    50% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }
  @keyframes shake { 0%, 100% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    25%, 75% { -moz-transform: translate3d(-10px, 0, 0); -ms-transform: translate3d(-10px, 0, 0); -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
    50% { -moz-transform: translate3d(10px, 0, 0); -ms-transform: translate3d(10px, 0, 0); -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }
  @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); transform: rotate(359deg); } }
  @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
  @keyframes spin { 0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
  html { font-size: 62.5%; }

  header div.menu {
    width: 75%;
  }

  div.center-tight {
    width: 100%;
  }

  body {
    font-size: 1.4em;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background-color: #e7e8e5;
  }
  @-ms-viewport { width: device-width; }
  b { font-weight: bold; }
  hr { margin: 20px 0px; margin: 2rem 0rem; border: 0; border-top: 1px solid #f1f2f7; }
  img { max-width: 100%; }

  .eventImage img{
    margin: auto;
    display: block;
  }

  div.footer-menu {
    margin-left: 11px;
  }

  .footer-block:last-child {
    width: 100%;
  }
  .footer-block:last-child .payment-logos {
    width: 100%;
  }

  .footer-menu .footer-block.one-sixth {
    width: 114px;
  }

  .footer-menu .footer-block.one-quarter {
    width: 94%;
  }

  .well { background: #EDEEEB; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px; padding: 1rem; border: 1px solid #e5e6e2; }
  .row { *zoom: 1; }
  .row:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  .order-list { list-style-type: decimal; list-style-position: inside; }
  .order-list li { margin: 5px 0px; margin: 0.5rem 0rem; }
  .container, footer {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
  body > .container, body > footer { *zoom: 1; position: relative; margin-left: auto; margin-right: auto; padding: 0 !important; width: 100%; }
  body > .container:after, body > footer:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  #conten-wrap { padding: 10px; padding: 1rem; }
  #content { width: calc(100% - 300px); float: left; } }
@media only screen and (max-width: 748px) and (max-width: 1024px) { #content { float: none; width: 100%; } }

@media only screen and (max-width: 748px) { .section__plate { position: relative; *zoom: 1; background-color: #ffffff; padding: 20px; padding: 2rem; margin-bottom: 20px; margin-bottom: 2rem; border: 1px solid #CCCCCC; }
  .section__plate:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { .section__plate { background: none; border: 0; padding: 20px 0px 0px; padding: 2rem 0rem 0rem; margin-bottom: 0; } }

@media only screen and (max-width: 748px) { .section__plate--mobile { *zoom: 1; }
  .section__plate--mobile:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { .section__plate--mobile { margin-top: 10px; margin-top: 1rem; padding: 10px; padding: 1rem; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24); margin-bottom: 10px; margin-bottom: 1rem; background: #F6F6F6; } }

@media only screen and (max-width: 748px) { .clearfix { *zoom: 1; }
  .clearfix:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  * .js__hidden { display: none; }
  .text-center { text-align: center; }
  .navTabs li a { padding: 11px 5px; padding: 1.1rem 0.5rem; }
  input::-moz-focus-inner { border: 0; padding: 0; }
  .form-style__group { *zoom: 1; }
  .form-style__group:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  ::-webkit-input-placeholder { position: relative; -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -moz-transition: ease-in-out 0.2s; -o-transition: ease-in-out 0.2s; -webkit-transition: ease-in-out 0.2s; transition: ease-in-out 0.2s; }
  ::-webkit-input-placeholder[style*=hidden] { color: #888888; font-size: 8px; font-size: 0.8rem; -moz-transform: translate3d(0, -8px, 0); -ms-transform: translate3d(0, -8px, 0); -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible !important; }

  input, textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; margin-bottom: 0.5rem; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(#recaptcha_response_field):not([type="button"]), textarea { min-height: 38px; min-height: 3.8rem; padding: 5px; padding: 0.5rem; background: #ffffff; width: 100%; -webkit-appearance: none; }
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(#recaptcha_response_field):hover, input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(#recaptcha_response_field):focus, textarea:hover, textarea:focus { border-color: #b3b3b3; }

  .formHorizontal div.control-group, .formHorizontal div.controlGroup, #my-account-page .formHorizontal .actions, #my-account-page #preferences .formHorizontal .controlGroup .controls, #my-account-page #close_ac .formHorizontal .letUsKnow .controls, #registration-tab .formHorizontal .controlGroup, #login-tab .formHorizontal .controlGroup, #payment-details-page .controls, .formHorizontal div.controlGroup select, #changeNameModal #id_name, #changeNameModal .controls, #emailTicket #id_message, .modal .formHorizontal .controlGroup .controls textarea, #my-account-page .formHorizontal .controlGroup select, #my-account-page #profile .formHorizontal #id_mobile_1, #my-account-page #profile .formHorizontal #id_mobile_0, #my-account-page #preferences .formHorizontal .controlGroup, .formHorizontal div.controlGroup:nth-child(4) .controls { width: 100%; }
  #my-account-page #profile .formHorizontal #id_mobile_1 { margin: 0; }
  #emailTicket .actions { width: auto; }
  .formHorizontal div.control-group label.control-label, .formHorizontal div.control-group .controls, .formHorizontal div.control-group:nth-child(4) .controls, .formHorizontal div.controlGroup label.controlLabel, .formHorizontal div.controlGroup .controls, #my-account-page .formHorizontal div.controlGroup .controlLabel, #my-account-page .formHorizontal div.controlGroup, #my-account-page .formHorizontal div.controlGroup .controls, #registration-tab .formHorizontal .controlGroup .controls, #login-tab .formHorizontal .controlGroup .controls, #my-account-page #password .formHorizontal div.controlGroup label.controlLabel, #my-account-page #password .formHorizontal .controlGroup input[type="text"], #my-account-page #password .formHorizontal .controlGroup input[type="email"], #my-account-page #password .formHorizontal .controlGroup input[type="password"] { text-align: left; width: 100%; }
  #signup-page-wrap .checkbox, #my-account-page #preferences .formHorizontal .controlGroup .controls p.helpBlock { margin: 0; white-space: normal; }
  #my-account-page #profile .formHorizontal .controlGroup .controls #id_dob_year { width: 70px; }
  #my-account-page #profile .formHorizontal .controlGroup .controls #id_dob_month { width: 110px; }
  div.formActions { padding: 0; }
  .formHorizontal div.controlGroup select { height: 40px; }
  #login-tab, #registration-tab { float: left; width: 100%; }
  aside { width: 100%; float: none; }
  .sidebarBox { margin-bottom: 15px; margin-bottom: 1.5rem; padding: 15px; padding: 1.5rem; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color: #fafafa; border: 1px solid #CCCCCC; margin-right: 0; }
  .user__name { font-size: 13px; font-size: 1.3rem; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; width: calc(100% - 100px); float: left; }
  #or { display: inline-block; vertical-align: baseline; margin: 0px 10px; margin: 0rem 1rem; color: #888888; }
  .host__name { margin: 10px 0px; margin: 1rem 0rem; font-weight: bold; }
  .host-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  div#user-links span#or { width: 33px; background-position: -91px -170px; }
  div#user-links a#login-link { margin-left: 0; }
  div#newsletter #letter-request-wrap p { font-size: 14px; font-size: 1.4rem; margin: 10px 0px; margin: 1rem 0rem; }
  div#newsletter #letter-request-wrap form input[type=text] { width: 100%; }
  #list-event-siderbar-submit { float: right; width: auto; height: auto; }
  .nextLine { clear: none; }
  div#customer-service a h4, span#header-username, div#user-links .subnav, div#social-links h4 { margin: 0; }
  span#header-username { padding-right: 65px; margin: 0 0 20px 0; position: relative; display: block; font-size: 14px; font-size: 1.4rem; }
  #logout-link { white-space: nowrap; position: absolute; right: 0; top: 0; border: 1px solid #aaaaaa; padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
  #header {
    -moz-box-shadow: 0 2px 4px #ccc;
    min-height: 5rem;
    margin-bottom: 0;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #bbbbbb;
    background-color: #e4e5e0;
  }
  #header .brand { margin: 0px 10px; margin: 0rem 1rem; float: left; position: relative; z-index: 10; }
  #header .brand.pullLeft {
    height: 25px;
    width: 78px;
    margin-top: 6px;
    margin-left: 5px;
  }
  #header .brand img {
    margin-left: 0px;
     margin-top: 0px;
  }
  header .header-links {
    margin-top: 0px;
  }
  header .header-fixed {
    position: relative;
  }
  #header .only-mobile-show{
    width: 100%;
  }
  #header .only-mobile-show a {
    font-size: 14px;
    padding: 0 0 10px 0;
    color: #2ab9c5;
  }
  .only-mobile-show {
    display: block;
  }
  .navbar ul.nav-auth {
    display:none;
  }
  .shorter,
  section#content .shorter{
      width: 100%;
      box-sizing: border-box;
  }

  section#content #event-header {
      width: 100%;
  }
  
  section#content #event-header .event-image,
  section#content #event-header .event-image img {
      width: 100%;
  }
  section#content #event-header h1.event-title,
  section#content #event-header h2.event-subtitle {
      margin-left: 0;
  }
  section#content #event-detail #host-detail .column-half {
      float: left;
      margin: 5px 0;
  }

  section#content #event-header #event-header-first {
      float: left;
      width: 100%;
      box-sizing: border-box;
  }
  section#content #event-header #event-header-second {
      float: left;
      margin: 0;
      box-sizing: border-box;
      width: 100%;
  }

  a#get-tickets {
      margin: 0;
      position: fixed;
      bottom: 0;
      left: 0;
      float: none;
      width: 100%;
  }
  a#get-tickets.floating {
      bottom: 0;
      margin-left: 0;
      top: inherit;
  }
}

@media only screen and (max-width: 748px) {

  div.languageWrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 58px;
    z-index: 11;
    width: 125px;
    height: 50px;
    float: none;
  }
  header .menu-row {
      margin-bottom: 0;
  }
  .sbHolder { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: none; border: 0; }
  .sbToggle { border-left: 0; display: none; }
  .sbHolder, .sbOptions, .sbSelector {
    font-size: 1.2rem;
    width: 125px;
    width: 60px;
    color: #616161;
  }
  .sbSelector {
    height: 50px;
  }

  .sbOptions {
    width: 110px;
    /*left: 20px; */
  }
  .sbOptions > li {
    background-color: #e4e5e0;    
  }
  .sbSelector {
    /*left: 25px; */
    white-space: nowrap;
  }
  .sbHolder > form{
    height: 100%;
  }

  .sbSelector:after { content: "▼"; font-size: 6px; position: relative; top: -2px; }
  .header__shownav {
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    cursor: pointer;
    height: 50px;
    width: 60px;
    position: absolute;
    top: 0; right: 0;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    border-left: #cfd0cb solid 1px;
  }
  .header__shownav span { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; display: block; position: absolute; top: 24px; left: 15px; height: 4px; width: 35px; background: #9B9898; }
  .header__shownav span:before, .header__shownav span:after { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; content: ""; position: absolute; left: 0; height: 4px; width: 100%; background: #9B9898; }
  .header__shownav span:before { top: -10px; }
  .header__shownav span:after { bottom: -10px; }
  .header__shownav.active { display: block; }
  .header__shownav.active span { background: none; }
  .header__shownav.active span:before { top: 0; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #E5E6E2; }
  .header__shownav.active span:after { bottom: 0; background: #E5E6E2; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .navbar {
    *zoom: 1;
    position: absolute;
    margin: 0;
    display: none;
    position: absolute;
    text-align: center;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #e4e5e0;
  }
  .navbar:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  .navbar li { float: left; margin-left: 25px; margin-left: 2.5rem; } }
@media only screen and (max-width: 748px) {
  .navbar ul.nav li {
    width: 49.5%;
    margin: 0;
    margin-right: 0em;
  }

  ul.event-list li.featured {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  ul.event-list > li {
    /*width: 185px;*/
    width: 48%;
    margin-bottom: 18px;
  }

  ul.event-list > li:nth-child(odd) {
    margin-right: 1%;
    margin-left: 0px;
  }

  ul.event-list > li:nth-child(even) {
    margin-left: 1%;
    margin-right: 0px;
  }
  .top-content ul.event-list > li:nth-child(odd) {
    margin-right: 0px;
  }

  .top-content ul.event-list > li:nth-child(even) {
    margin-left: 0px;
  }

  ul.event-list {
    margin-left: auto;
    margin-right: auto;
  }
  ul.event-list > li .info {
    padding-bottom: 11px;
  }

  a.sbSelector {
    top: 10px;

  }

}
@media only screen and (max-width: 748px) { .navbar li.active a { text-shadow: 0 0 3px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 50px #ffffff; color: #03ccde; }
  .navbar span { display: none !important; }
  .navbar a {
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-size: 24px;
    font-size: 2.4rem;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #585858;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding: 2rem;

    text-indent: 0 !important;
    background: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .navbar a:hover, .navbar a:focus, .navbar a.active { text-decoration: none; text-shadow: 0 0 3px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 50px #ffffff; color: #03ccde; }
  html:lang(zh-hant) .navbar a, html:lang(zh-hant) .header__auth--link { font-family: "source-han-sans-traditional", sans-serif; font-weight: 700; }
  .header__auth, .search__shownav { position: absolute; z-index: 1; top: 0; height: 50px; width: 50px;}
  .header__auth--icon, .search__shownav--icon { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
  .header__auth { left: 86px; display: block; }
  .header__auth.active { z-index: 5; background-color: #e5e6e2; height: 50px; background-position-y: 18px; }
  .header__auth.active:after { content: ""; position: absolute; background-color: #e5e6e2; top: 50px; height: 8px; width: 100%; }
  .header__auth--icon { background-image: url("../images/icons-sprite.2a48bcb551f0.png?1464575836"); background-position: -52px 0px; width: 20px; height: 20px; } }
@media only screen and (max-width: 748px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 748px) and (min-resolution: 192dpi) { .header__auth--icon { background-image: url("../images/icons-sprite@2x.297ee2673a0a.png?1464575836"); background-size: 72px 22px; } }

@media only screen and (max-width: 748px) { .header__auth--content { overflow: hidden; display: block; }
  .header__auth--content.show {
    height: auto !important;
    /*-moz-box-shadow: 0 7px 11px -4px darkgrey;*/
    /*-webkit-box-shadow: 0 7px 11px -4px darkgrey;*/
    /*box-shadow: 0 7px 11px -4px darkgrey;*/
  }
  .header__auth--link { white-space: nowrap; cursor: pointer; font-weight: bold; color: #616161; display: block; font-size: 18px; font-size: 1.8rem; height: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px; padding: 2rem; }
  .header__auth--link:hover, .header__auth--link:focus, .header__auth--link.active { text-decoration: none; text-shadow: 0 0 3px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 50px #ffffff; color: #03ccde; }
  .header__auth--link:last-child {

  }
  .header__auth--text { word-break: break-all; padding: 10px 20px; padding: 1rem 2rem; }
  .search__shownav--icon { background-image: url("../images/icons-sprite.2a48bcb551f0.png?1464575836"); background-position: 0px 0px; width: 22px; height: 22px; } }
@media only screen and (max-width: 748px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 748px) and (min-resolution: 192dpi) { .search__shownav--icon { background-image: url("../images/icons-sprite@2x.297ee2673a0a.png?1464575836"); background-size: 72px 22px; } }

@media only screen and (max-width: 748px) { .search__shownav { left: 100px; border-left: 1px solid #dddddd; }
  .search__shownav.active { background-color: #e5e6e2; height: 50px; background-position-y: 18px; }
  .search__shownav.active:after { content: ""; position: absolute; background-color: #e5e6e2; top: 50px; height: 8px; width: 100%; }
  #search-wrap-mobile, .header__auth--content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding-bottom: auto;
    background: #e5e6e2;
    position: absolute;
    top: 50px;
    padding: 0;
    overflow: hidden;
    left: 0;
    height: 0;
    z-index: 50;
  }

  #search-wrap #search-wrapper button {
        top: 1px;
    padding: 9px;
  }

  div.menu-row .line-separator {
    background-color: #D6D6D6;
  }

  .hide-mobile {
    display: none !important;
  }

  #search-wrap.show, .header__auth--content.show { height: 60px; }
  #search-wrap #search-wrapper, .header__auth--content #search-wrapper {
    border: 0;
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  #search-wrap #search-wrapper:after, .header__auth--content #search-wrapper:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  #search-wrap #search-wrapper h2, .header__auth--content #search-wrapper h2 { display: none; }
  #search-wrap #search-wrapper form, .header__auth--content #search-wrapper form { margin: 0; box-sizing: border-box;}
  .form-search { display: inline-block; vertical-align: middle; }

@media only screen and (max-width: 748px) { .form-search { float: left; margin: 0; width: 100%; } }
@media only screen and (max-width: 748px) and (max-width: 1024px) {
  #search-wrap #search-wrapper form input[type=text] {
    font-size: 12px; font-size: 1.2rem; z-index: 9; top: 0;
    width: 92%;
    margin: 0; min-height: 40px;
  }

  #search-wrap i {
    left: -27px;
    z-index: 9;
  }

}

@media only screen and (max-width: 748px) {
    #timer-wrapper {
        left: 0;
        margin: 0;
        width: 100%;
        top: auto;
        z-index: 5;
        bottom: 0;
        position: fixed;
    }
    #timer {
        position: fixed;
        width: 100%;
        min-height: 0;
        padding: 10px 20px;
        bottom: 1px;
        top: auto;
        box-sizing: border-box;
    }
    #timer p, #timer #counter, #timer.need-time #counter, #timer.need-time #need-time, #timer.non-order-step #back-to-orders {
        line-height: 1;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        font-size: 26px;
        padding: 5px 0;
    }
    #timer a {
        margin-top: 10px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #eeeeee;
        font-size: 14px;
        padding: 10px;
    }
    #timer #counter {
        font-weight: bold;
    }
    footer {
        border-top: 0;
    }
    #footer-menu {
        *zoom: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        padding: 2rem;
        font-size: 13px;
        font-size: 1.3rem;
        position: relative;
        border-top: 1px solid #ccc;
        max-width: 1024px;
        width: 100%;
        margin: 10px auto;
    }
    #footer-menu:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }
}

@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu { border-top: 5px solid #CCCCCC; } }

@media only screen and (max-width: 748px) { #footer-menu li { width: auto; }
  #footer-menu li a { color: #808285; line-height: 1.5; }
  #footer-menu ul { margin-bottom: 20px; margin-bottom: 2rem; overflow: hidden; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu ul { margin-bottom: 0; max-width: 100%; width: 100%; border-bottom: 1px solid #d9dad4; border-top: 1px solid #f1f2f0; }
  #footer-menu ul:first-of-type { border-top: 0; }
  #footer-menu ul:last-of-type { border-bottom: 0; } }

@media only screen and (max-width: 748px) { #footer-menu .footer-block:nth-child(1) li { display: block; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu .footer-block:nth-child(1) li { font-size: 14px; font-size: 1.4rem; text-align: center; margin-right: 30px; margin-right: 3rem; float: left; } }

@media only screen and (max-width: 748px) { #footer-menu .footer-block:nth-child(2) li { display: block; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu .footer-block:nth-child(2) li { font-size: 14px; font-size: 1.4rem; text-align: center; margin-right: 30px; margin-right: 3rem; float: left; } }

@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu h2 { font-size: 18px; font-size: 1.8rem; text-align: center; background: none; text-indent: 0; } }

@media only screen and (max-width: 748px) { footer #copryright { float: right; color: #03CCDE; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { footer #copryright { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; } }

@media only screen and (max-width: 748px) { #footer-menu #id_email { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; min-height: 38px; }
  #footer-menu #letter-request-submit { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; font-size: 12px; min-height: 38px; text-transform: none; } }
@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu .footer-block { min-height: 0; width: 100%; margin-bottom: 15px; } }

@media only screen and (max-width: 748px) and (max-width: 480px) { #footer-menu .footer-block:nth-child(3) ul { margin-top: 0; } }

@media only screen and (max-width: 748px) { footer .footer-copyright { margin-top: 0; padding: 0 20px; }
  #home-page .white-container ul li { padding: 0 !important; margin-top: 30px; margin-top: 3rem; }
  .infoWrap, .imgThumbWrap {
    display: block;
    position: relative;
  }

  ul.event-list li.featured div.imgThumbWrap img {
    width: 100%;
  }

  ul.items-list div.imgThumbWrap {
    float: left;
  }

  ul.items-list div.infoWrap {
    padding-left: 15px;
    box-sizing: border-box;
    width: calc(100% - 225px);
  }

  .mobile-undershadow {
    -moz-box-shadow: 0 7px 11px -4px darkgrey;
    -webkit-box-shadow: 0 7px 11px -4px darkgrey;
    box-shadow: 0 7px 11px -4px darkgrey;
  }

  div.center-tight {
      width: 100%;
  }
  .footer-block {
    width: 112px;
  }

  .featured .event-banner {
    bottom: 27px;
    /*left: 64px;*/
  }

  .event-banner {
    left: initial;
    width: 90%;
    font-size: 1em;
    left: 5%;
    bottom: 8px;
  }

  ul.event-list > li .info .infoItem.blue span {
    letter-spacing: -0.03em;
  }

  .eventItem { *zoom: 1; cursor: pointer; background: none !important; }
  .eventItem:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
  .eventItem:last-child .infoWrap, .eventItem:last-child .imgThumbWrap { margin-bottom: 0; }
  .eventItem:hover .imgThumbWrap, .eventItem:focus .imgThumbWrap { -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -webkit-transform: translateY(-3px); transform: translateY(-3px); -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24); -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24); }
  .eventItem:hover .infoItem__name a, .eventItem:hover .infoItem__name, .eventItem:focus .infoItem__name a, .eventItem:focus .infoItem__name { color: #03ccde; }
  .infoItem .infoBtns { margin-top: 20px; margin-top: 2rem; }
  #event-detail .infoItem #viewMapLink { margin: 0px 0px 20px; margin: 0rem 0rem 2rem; text-align: center; font-size: 14pxpx; font-size: 1.4pxrem; padding: 7px 30px; padding: 0.7rem 3rem; box-shadow: none; border: 1px solid #ddd; }
  .shareWrapper { text-align: center; }
  .shareWrapper li { display: block; text-align: center; }
  ul.shareIcons { display: inline-block; float: none; margin-top: 10px; margin-top: 1rem; }
  .ticket-sales-table, #event-tickets .buy-wrapper, .no-tickets-message { font-size: 14px; font-size: 1.4rem; }
  .ticket-sales-table tbody tr td:first-child + td, .ticket-sales-table .ticket-type-status { width: auto; }
  .ticket-sales-table .ticket-type-status { background: #f1f2f7; }
  .ticket-sales-table tbody tr td:first-child + td + td { min-width: 90px; }
  .buy-wrapper:last-child { padding-top: 10px; padding-top: 1rem; margin-top: 10px; margin-top: 1rem; border-top: 1px solid #eeeeee; }
  input[type="submit"].buyEventBtn { width: 100%; font-size: 24px; text-transform: uppercase; text-align: center; }
  #event-tickets { border-top: 1px solid #eeeeee; }
  .event__url { display: none; }
  .calendar-instructions { margin-left: 0; }
  .calendar-instructions { font-size: 14px; font-size: 1.4rem; text-align: center; margin: 0; }
  #calendar { width: 100%; }
  .fc-today-button { display: none; }
  div.fc-basic-view tbody .fc-row { min-height: 30px; min-height: 3rem; }
  .fc-widget-header .fc-day-header { font-size: 10px; font-size: 1rem; }
  .fc-day-grid-container { height: 100% !important; }
  .fc-day-number { cursor: pointer; }
  #browse-category { float: none; height: auto; }
  #browse-category form { margin-left: 0; }
  #id_subcategory, #id_category, #browse-category form { width: 100%; }
  .calendarWrap { float: none; height: auto; }
  .calendarWrap a { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; padding: 1rem; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; display: block; text-align: center; width: 100%; border: 1px solid #eeeeee; }
  .calendarWrap #show-calendar img { margin: 0; }
  #setup-order-wrap #checkout-wrapper, #payment-details-page .formActions, #confirm-order-wrap .formActions { position: relative; }
  #setup-order-wrap #checkout-wrapper a.btn, #payment-details-page .formActions a.btn, #confirm-order-wrap .formActions a.btn { position: absolute; top: 48px; width: auto; z-index: 2; }
  #setup-order-wrap #checkout-wrapper .btn.globalBtn, #payment-details-page .formActions .btn.globalBtn, #confirm-order-wrap .formActions .btn.globalBtn { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; text-align: center; margin-bottom: 50px; }
  #confirm-order-wrap .formActions { margin-right: 0; }
  #custom-tickettype-message { width: 100%; overflow: auto; }
  #list-event-email-input { -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; height: auto; margin: 0; padding: 0px 10px 30px; padding: 0rem 1rem 3rem; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; overflow: hidden; }
  #list-event-form { width: auto; background: none; border: 0; margin: 0px 10px; margin: 0rem 1rem; }
  .list-event-subscribe-idea li { margin-bottom: 10px; margin-bottom: 1rem; width: 100%; height: auto; }
  .list-event-subscribe-idea li.rfid-technical dl, .list-event-subscribe-idea li dl { width: calc(100% - 80px); }
  .list-event-subscribe-idea li dl dd { padding-left: 0; }
  #list-event-page-email-input { margin: 0; }
  #list-event-email-submit { padding: 7px; padding: 0.7rem; font-size: 18px; font-size: 1.8rem; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; width: 100%; margin-top: 5px; }
  #list-event-email-input { background-position: center center; }
  #list-event-email-input .errorlist li { width: 100%; font-size: 13px; font-size: 1.3rem; padding-bottom: 10px; padding-bottom: 1rem; text-align: center; }
  #list-event-subscribe-point { width: 100%; }
  #my-account-page { padding-top: 10px; }
  #my-account-page .navTabs { height: auto; position: relative; }
  #my-account-page li a { float: none; }
  #my-account-page li.active a { border: 0; }
  #my-account-page #requireFieldsNote { margin: 10px 0px; margin: 1rem 0rem; }
  #close_ac { margin-top: 15px; margin-top: 1.5rem; }

  #my-tickets-page .tabs a {
      display: inline-block;
      width: 49%;
  }
  #my-tickets-page .tabs img {
      width: 100%;
  }

  .mobile-block > img {
      width: 100%;
  }


  .location {
      margin-left: 0;
  }

  .download-ticket {
      width: 100%;
  }

  .download-ticket .left,
  .download-ticket .right {
      float: left;
  }

  .change-info-link {
      float: none;
      display: block;
  }

  .send-ticket,
  .change-info-link {
      margin: 1px 25px;
  }


  .rssWrapper .msg { width: 80%; }
  .imgThumbShaddowS div.imgThumbWrap { margin: auto; }
  .tab-content .imgThumbShaddowS { float: none; }
  .tab-content .infoItem { padding-bottom: 5px; padding-bottom: 0.5rem; }
  .tab-content .infoWrap { font-size: 14px; font-size: 1.4rem; margin-top: 10px; margin-top: 1rem; float: left; }
  #event-tickets .buy-wrapper { width: 100%; }
  #hidden-table { display: none; }

  #setup-orders-page .orderTable table, #setup-orders-page .orderTable thead, #setup-orders-page .orderTable tbody, #setup-orders-page .orderTable th, #setup-orders-page .orderTable td, #setup-orders-page .orderTable tr, #confirm-orders-page table, #confirm-orders-page thead, #confirm-orders-page tbody, #confirm-orders-page th, #confirm-orders-page td, #confirm-orders-page tr { display: block; }
  #setup-orders-page .orderTable thead tr, #confirm-orders-page thead tr { position: absolute; top: -9999px; left: -9999px; }
  #setup-orders-page .orderTable tr:nth-child(2n), #confirm-orders-page tr:nth-child(2n) { background: #fafafa; }
  #setup-orders-page .orderTable tbody tr td, #confirm-orders-page tbody tr td { padding: 5px; padding: 0.5rem; line-height: 1.25; border: none; border-bottom: 1px solid #eeeeee; position: relative; padding-top: 20px; background: #fafafa; }
  #setup-orders-page .orderTable tbody tr td:before, #confirm-orders-page tbody tr td:before { position: absolute; left: 5px; top: 5px; font-size: 12px; color: #999999; }
  .ticket-sales-table tbody tr td:first-child { width: 50%; }
  #setup-orders-page .orderTable tr td:first-child + td + td, .yourOrder tbody tr td:first-child + td + td + td { text-align: left; }
  #setup-orders-page .orderTable td.qty { padding-top: 20px; }
  .yourOrder tbody tr td:first-child { width: auto; }
  #service-fee-lineitem td { padding-top: 20px !important; }
  table.orderTable td > span.mini { margin-right: 0 !important; }
  #confirm-orders-page table tr:nth-last-of-type(2) td:nth-of-type(3) { padding-top: 5px !important; }
  #confirm-orders-page table tr:nth-last-of-type(2) td:nth-of-type(3):before { content: none; }
  #confirm-orders-page table tr:last-child td:first-child { width: auto; display: block; }
  #confirm-orders-page table tr:last-child td:before { content: none !important; }
  .total { font-size: 14px; }
  .total .number { font-size: 24px; line-height: 1; padding-bottom: 10px; }
  /* #setup-orders-page .orderTable tbody tr td:nth-of-type(1):not(.cell-no-content):before { content: "Type"; }
  #setup-orders-page .orderTable tbody tr td:nth-of-type(2):not(.cell-no-content):before { content: "On Sale"; }
  #setup-orders-page .orderTable tbody tr td:nth-of-type(3):before { content: "Price"; }
  #setup-orders-page .orderTable tbody tr td:nth-of-type(4):before { content: "Qty"; }
  #setup-orders-page #your-orders tbody tr td:nth-of-type(1):not(.cell-no-content):before { content: "No."; }
  #setup-orders-page #your-orders tbody tr td:nth-of-type(2):not(.cell-no-content):before { content: "Type"; }
  #setup-orders-page #your-orders tbody tr td:nth-of-type(3):before { content: "Name"; }
  #setup-orders-page #your-orders tbody tr td:nth-of-type(4):before { content: ""; }
  #setup-orders-page #your-orders tbody tr td.cell-no-content { display: none; }
  #confirm-orders-page tbody tr td:nth-of-type(1):before { content: "No."; }
  #confirm-orders-page tbody tr td:nth-of-type(2):before { content: "Type"; }
  #confirm-orders-page tbody tr td:nth-of-type(3):before { content: "Name"; } */
  #confirm-orders-page tbody tr td.empty-data { display: none; }
  #confirm-orders-page tbody tr td.ticket-type { max-width: 100%; }
  #confirm-orders-page tbody tr td.th-blue { box-sizing: border-box; width: 100%; }
  #confirm-orders-page tbody tr td.ticket-price { display: block; }
  #confirm-orders-page tbody tr td.ticket-price-mobile { display: block; }
  /* #confirm-orders-page tbody tr td.total-ticket-price:before, #confirm-orders-page tbody tr td.ticket-price-mobile:before { content: "Price"; } */
  #confirm-orders-page tbody tr td.required_field { padding-top: 9px; }
  #setup-orders-page .orderTable tr td:first-child, .yourOrder tbody tr td:first-child + td { width: auto; }
  #setup-orders-page #your-orders tr td:first-child { width: auto !important; }
  #setup-orders-page #your-orders tr td:first-child + td { max-width: none; }
  #setup-orders-page #your-orders tbody tr td input[type="text"] { width: 100%; margin-bottom: 0; }
  #setup-orders-page #your-orders tbody tr td input[type="text"]:hover, #setup-orders-page #your-orders tbody tr td input[type="text"]:focus { border: 1px solid #03ccde; -moz-box-shadow: 0 0 4px #03ccde; -webkit-box-shadow: 0 0 4px #03ccde; box-shadow: 0 0 4px #03ccde; }
  #signup-or-signin-page-wrap .para3 { margin-bottom: 20px; margin-bottom: 2rem; }
  #thanks-page #downloading-message p.download-hint { width: 100%; }
  #downloading-message header { background-size: 223px !important; }
  .blockMsg { left: 50% !important; top: 5%; margin: 0 !important; margin-left: -40% !important; width: 80% !important; max-height: 60% !important; overflow-y: scroll; overflow-x: hidden; }
  .mapWrapper .mapItem, .mapWrapper, .mapWrapper #map { width: 100%; }
  .mapWrapper #map { height: 80%; height: calc(100% - 35px); }
  .mapWrapper .mapItem, .mapWrapper { height: 100%; }

  #setup-orders-page #checkout-wrapper { font-size: 14px; text-align: left; }

  .single-ticket-row input {
    font-size: 0.7em;
  }

  #your-orders div.single-ticket-row > div {
    width: 100%;
  }

  .mobile-block {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 5px 0;
  }

  .infoItem p { font-size: 16px; line-height: 1.25; text-transform: none; }
  .infoItem p a[target="_blank"] { text-decoration: underline; }
  #password-reset-done-wrap h2 { background-position: 0px -704px; }
  #host-detail-page .navTabs .current.active a, #venue-detail-page .navTabs .current.active a { border-left: 0; }
  #host-detail-page .navTabs .current a, #venue-detail-page .navTabs .current a { width: 100px; overflow: hidden; }
  #ticket-guidelines { line-height: 1.5; margin-top: 10px; margin-top: 1rem; padding-top: 15px; padding-top: 1.5rem; border-top: 1px solid #eee; }
  #ticket-guidelines .order-list { font-size: 14px; } }
@media only screen and (max-width: 748px) { .imgThumbShaddow, .imgThumbShaddowS { float: left; margin: auto; } }
@media only screen and (max-width: 480px) { .imgThumbShaddow, .imgThumbShaddowS { float: none; } }

@media only screen and (max-width: 748px) { .infoWrap, #home-page .white-container .infoWrap { float: right; width: calc(100% - 220px); *zoom: 1; position: relative; font-size: 14px; font-size: 1.4rem; }
  .infoWrap:after, #home-page .white-container .infoWrap:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; } }
@media only screen and (max-width: 480px) { .infoWrap, #home-page .white-container .infoWrap { text-align: center; width: 100%; } }

@media only screen and (max-width: 748px) { .infoItem h5 { color: #03ccde; font-size: 14px; font-size: 1.4rem; } }
@media only screen and (max-width: 480px) { .infoItem h5 { text-align: center; } }

@media only screen and (max-width: 748px) { #event-listing .infoItem h5 a { color: #03ccde !important; } }

@media only screen and (max-width: 748px) { .infoItem h4 { line-height: 1.25; } }
@media only screen and (max-width: 480px) { .infoItem h4 { text-align: center; } }

@media only screen and (max-width: 748px) { .infoItem .infoText { width: 100%; line-height: 1.25; } }

@media only screen and (max-width: 748px) { .infoItem p.para2, .infoItem .infoBtns { width: 100%; } }
@media only screen and (max-width: 480px) { .infoItem p.para2, .infoItem .infoBtns { text-align: center; } }

@media only screen and (max-width: 748px) { .infoItem .infoBtns { text-align: center; } }

@media only screen and (max-width: 748px) { .calendar-container { max-width: 100%; float: none; }
  .calendar-container + form { float: none; width: 100%; } }


/* iphone */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
  /*.featured .event-banner {*/
    /*left: 22px;*/
  /*}*/
  /*.event-banner {*/
    /*width: 139px;*/
    /*left: 4px;*/
  /*}*/

/*}*/

@media only screen and (max-width: 748px) {
    .modal .modalCloseIcon {
        height: 34px;
        width: 34px;
    }
    .payment-icons .payment-icon {
        width: 25%;
        float: left;
    }
    .payment-icons .payment-icon.icbc-macau-cards,
    .payment-icons .payment-icon.jcc {
        width: 60%;
        float: left;
    }
}

@media only screen and (max-width: 748px) {
    .footer-contact-info {
        margin: -60px 0 60px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -60px 0 60px;
    }
}

@media only screen and (max-width: 620px) {
  ul.items-list div.imgThumbWrap {
    float: none;
    margin: 0 auto;
    max-width: 225px;
  }

  ul.items-list div.infoWrap {
    display: block;
    float: none;
    margin: auto;
    padding: 15px 0 5px 0;
    width: initial;
  }
}
