/*
	Show:		Design Shanghai
    Author:     M10

*/

/* RESET
============================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-size: 62.5%;
  line-height: 1;color: #888;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.qx-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* FONT
-------------------- */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  margin: 0px;
}
p {
  font-size: 1rem;
  line-height: 1.5;
}
strong {
  font-weight: 500;
}
a[href*="mailto:"],
a.wf_file {
  color: #428bca;
}
/* MIXINS AND COMMON STYLES*/
.icon-search:after,
.t3-header .main-navbar .navbar-nav > li > a[href="/search"]:after {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 1rem;
}
/* BUTTONS
-------------------- */
body .site-btn {
  padding: 10px 26px;
  color: #fff;
  border-radius: 4px;
  background-color: #d0043c;
  font-weight: 300;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
body .site-btn:hover,
body .site-btn:focus {
  text-decoration: none;
  background-color: #1f1f1f !important;
  color: #fff;
}
body .banner .site-btn {
  font-size: 1.2em;
}
/* MAIN NAV
-------------------- */
.t3-header .main-navbar {
  float: right;
  top: 35px;
  right: 39px;
}
.t3-header .main-navbar .t3-megamenu {
  display: inline-block;
}
.t3-header .main-navbar .t3-megamenu .mega-nav > li a {
  color: #1f1f1f;
}
.t3-header .main-navbar .t3-megamenu .mega-nav > li a:hover {
  color: #d0043c;
}
.t3-header .main-navbar .navbar-nav > li > a {
  padding: 10px 18px;
  color: #1f1f1f;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
  font-size: 1.8em;
}
.t3-header .main-navbar .navbar-nav > li > a .caret {
  border-top-color: #1f1f1f;
  border-bottom-color: #1f1f1f;
}
.t3-header .main-navbar .navbar-nav > li > a:hover,
.t3-header .main-navbar .navbar-nav > li > a:focus {
  color: #d0043c;
  background-color: transparent;
}
.t3-header .main-navbar .navbar-nav > li > a:hover .caret,
.t3-header .main-navbar .navbar-nav > li > a:focus .caret {
  border-top-color: #d0043c;
  border-bottom-color: #d0043c;
}
.t3-header .main-navbar .navbar-nav > li > a.home-icon {
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  text-align: center;
  margin: 0px 15px;
}
.t3-header .main-navbar .navbar-nav > li > a.home-icon:after {
  content: "\f015";
  font: normal normal normal 1.2em FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  position: absolute;
  right: 0;
}
.t3-header .main-navbar .navbar-nav > li > a[href="/search"] {
  font-size: 0;
}
.t3-header .main-navbar .navbar-nav > li.open a {
  background-color: transparent !important;
}
.t3-header .main-navbar .navbar-nav > li.open a:focus,
.t3-header .main-navbar .navbar-nav > li.open a:hover {
  color: #d0043c;
}
.t3-header .main-navbar .navbar-nav > li:not(:last-of-type).active > a:not(.home-icon) {
  color: #d0043c;
  background-color: transparent;
}
.t3-header .main-navbar .navbar-nav > li:not(:last-of-type).active > a:not(.home-icon) .caret {
  border-top-color: #d0043c;
  border-bottom-color: #d0043c;
}
.t3-header .main-navbar .navbar-nav > li:last-of-type {
  margin-left: 15px;
}
.t3-header .main-navbar .navbar-nav > li:last-of-type a {
  font-weight: 300;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  color: #fff;
  background-color: #d0043c;
  border-radius: 4px;
}
.t3-header .main-navbar .navbar-nav > li:last-of-type a:hover {
  background-color: #1f1f1f;
}
/* HEADER
============================== */
/* GENERAL
-------------------- */
#t3-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 1px -1px 2px 0px;
          box-shadow: 1px -1px 2px 0px;
}
.top-fixed {
  position: absolute;
  z-index: 999;
}
.t3-header .row {
  position: relative;
}
/* ANIMATIONS
-------------------- */
#t3-header {
  height: 110px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.3s height, 0.4s opacity, 0.5s -webkit-transform;
  transition: 0.3s height, 0.4s opacity, 0.5s -webkit-transform;
  transition: 0.3s height, 0.5s transform, 0.4s opacity;
  transition: 0.3s height, 0.5s transform, 0.4s opacity, 0.5s -webkit-transform;
}
#logo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.3s opacity 0.2s, 0.5s -webkit-transform 0.2s;
  transition: 0.3s opacity 0.2s, 0.5s -webkit-transform 0.2s;
  transition: 0.5s transform 0.2s, 0.3s opacity 0.2s;
  transition: 0.5s transform 0.2s, 0.3s opacity 0.2s, 0.5s -webkit-transform 0.2s;
}
.headerHide #t3-header {
  height: 90px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0.6;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.headerHide #logo {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  opacity: 0.6;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
/* LOGO
-------------------- */
.t3-header .logo {
  display: table;
  top: -5px;
  left: 50px;
  -webkit-transition: 0.5s -webkit-filter;
  transition: 0.5s -webkit-filter;
  transition: 0.5s filter;
  transition: 0.5s filter, 0.5s -webkit-filter;
  text-align: left;
}
.t3-header .logo > div {
  display: inline-block;
  vertical-align: top;
}
.t3-header .logo .head-info {
  margin-left: 19px;
  position: absolute;
}
.t3-header .logo .head-info > div {
  display: table-cell;
  vertical-align: middle;
}
.t3-header .logo .head-info .head-sponsor .custom {
  text-align: center;
}
.t3-header .logo .head-info .head-sponsor p {
  font-size: 1em;
  line-height: 1.2;
  white-space: nowrap;
}
.t3-header .logo .head-info .head-sponsor p img {
  width: 50px;
  height: auto;
  margin-top: 5px;
}
.t3-header .logo .head-info .head-dates {
  white-space: nowrap;
}
.t3-header .logo .head-info .head-dates p {
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  font-size: 1.6em;
  margin-top: 20px;
}
.t3-header .logo .head-info .head-dates .date-word-break {
  display: none;
}
.t3-header .logo-image p {
  line-height: 0;
}
.t3-header .logo-image img {
  height: auto;
  width: 138px;
}
@media (max-width: 991px) {
  .t3-header .logo-image img {
    width: 120px;
  }
}
@media (max-width: 599px) {
  .t3-header .logo-image img {
    width: 115px;
  }
}
.t3-header .logo-image .inthecity-logo img {
  margin-top: 5px;
  width: 235px;
}
@media (max-width: 599px) {
  .t3-header .logo-image .inthecity-logo img {
    width: 200px;
  }
}


#importantModal {
  overflow: hidden;
}
#importantModal h4,#importantModal .modal-body p {
    color: black
}
#importantModal a {
    display: inline-block;
    background: #d0043c;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
}
#importantModal p {
    padding: 15px;
}
.item-page-fullwidth-inner p {
    color: #777;
}
/* SHOW SWITCH
-------------------- */
.showswitch {
  display: inline-block;
  margin-left: 20px;
  width: 30px;
  float: right;
}
.showswitch a {
  font-size: 0.8em;
  background-color: #d4d4d4;
  padding: 2px;
  border-radius: 4px;
  color: #777;
  width: 100%;
  display: inline-block;
  height: 42px;
  -webkit-transition: 0.2s background-color ease-out;
  transition: 0.2s background-color ease-out;
}
.showswitch a:after {
  content: '';
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 50%;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  top: 0;
  -webkit-transition: 0.2s top ease-out;
  transition: 0.2s top ease-out;
}
.showswitch a span {
  display: block;
  padding: 4px;
  width: 100%;
  float: left;
  text-align: center;
  border-radius: 2px;
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
.showswitch a span.cn {
  margin-bottom: 2px;
  font-size: 7px;
}
.showswitch a span.en {
  font-weight: 400;
  color: #777;
}
.showswitch:hover a {
  background-color: #d0043c;
  color: #fff;
}
.showswitch:hover a:after {
  top: 50%;
}
/* SECONDARY NAV
-------------------- */
.breadcrumbs {
  background-color: #f5f5f5;
  position: relative;
  z-index: 9;
  position: absolute;
  top: 110px;
}
.breadcrumb {
  font-size: 1.4em;
  text-align: left;
  padding: 12px 50px 12px 189px;
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.breadcrumb > .active {
  display: none;
}
.breadcrumb li .pathway {
  color: #b7b7b7;
}
.breadcrumb li span {
  color: #d0043c;
}

.itemid-320 .category-desc {
    columns: 2;
    column-gap: 30px;
}
.breadcrumb:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+100&0+0,1+100 */
  /** who has done this crazy thing! we used to do this 10 years ago :-D **/
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=1);
  /* IE6-9 */
}
.inthecity .breadcrumb {
  padding-left: 290px;
}
.prev-page {
  font-size: 1.4em;
  float: right;
  padding: 12px 24px;
}
.prev-page a {
  color: #b7b7b7;
  text-decoration: none;
}
.prev-page a i {
  font-size: 0.9em;
  margin-left: 10px;
}
/* Switch Language
-------------------- */
.showswitch a span.en {
  margin-bottom: 2px;
}
.showswitch:hover a span.en {
  color: #fff;
}
.showswitch a span.cn {
  font-weight: 400;
  color: #777;
}
/* BANNER
-------------------- */
.banner,
.banner-inner {
  width: 100%;
  height: 100%;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
}
.banner-video video {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-video video::-webkit-media-controls-panel,
.banner-video video::--webkit-media-controls-play-button,
.banner-video video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.banner-video .video-backup {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: #000 url(../images/DS_Video_Poster-V1.jpg) 49% center;
  background-size: cover;
  z-index: -1;
  -webkit-animation: 4s videoDelay 0.6s forwards;
          animation: 4s videoDelay 0.6s forwards;
}
h6.meta, .category-desc h5 {
    color: black;
}
.banner-video .video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: -2;
}
@media (min-aspect-ratio: 14/9) {
  .home .banner-video video {
    min-width: 100%;
        position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-aspect-ratio: 14/9) {
  .home .banner-video video {
    height: 100%;
        position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes videoDelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoDelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-content {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 50px;
}
.banner-content h1,
.banner-content h2{font-size: 3em;}
.banner-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&1+0,0+100 */
  /** who has done this crazy thing! we used to do this 10 years ago :-D **/
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.banner-content-inner {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 120px 0 0;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
.nobanner {
  height: 110px;
}
/* more arrow
--------------- */
.home .banner:after,
.banner-titleonly .banner.showbanner:after {
  content: "\f107";
  font-family: fontAwesome;
  color: #fff;
  position: absolute;
  font-size: 2.8em;
  margin-bottom: 20px;
  right: 40px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -webkit-animation: homeScrollDown 0.6s ease infinite alternate;
          animation: homeScrollDown 0.6s ease infinite alternate;
  z-index: 9;
}
.banner-titleonly.invertarrow .banner.showbanner:after {
  color: #1f1f1f;
}
@-webkit-keyframes homeScrollDown {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes homeScrollDown {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
.scrolled .banner.showbanner:after {
  opacity: 0;
}
/* category banner
--------------- */
html.view-category {
  /* banner flip
--------------- */
}
html.view-category .banner .banner-img {
  bottom: 220px;
  background-position: center bottom;
}
html.view-category.banner-flip .t3-content .blog.banner {
  position: absolute;
  top: 148px;
}
@media (min-width: 600px) {
  html.view-category.banner-flip .t3-content .blog.banner .page-header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
html.view-category.banner-flip .banner .banner-img {
  top: 220px;
  bottom: 0px;
  background-position: center bottom;
}
.t3-content .blog.banner {
  overflow: visible;
  height: 100%;
}
.t3-content .blog.banner .blog-inner {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.t3-content .blog.banner .page-header {
  padding-bottom: 60px;
  background-color: inherit;
  position: absolute;
  width: 100%;
}
@media (min-width: 600px) {
  .t3-content .blog.banner .page-header {
    padding-top: 110px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 599px) {
  .t3-content .blog.banner .page-header {
    position: static !important;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
.t3-content .blog.banner .blog-inner {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0px 0px 0px;
}
/* MOBILE NAV BTN
-------------------- */
/* burger btn
--------------- */
#mob-navbar-btn {
  display: none;
  height: 24px;
  position: relative;
}
#mob-navbar-btn .msg-wrap,
#mob-navbar-btn .btn-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#mob-navbar-btn .msg-wrap .msg-menu,
#mob-navbar-btn .msg-wrap .msg-close {
  opacity: 1;
  line-height: 0;
  padding-right: 15px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.4s opacity ease-out, 0.4s -webkit-transform ease-out;
  transition: 0.4s opacity ease-out, 0.4s -webkit-transform ease-out;
  transition: 0.4s opacity ease-out, 0.4s transform ease-out;
  transition: 0.4s opacity ease-out, 0.4s transform ease-out, 0.4s -webkit-transform ease-out;
  margin: 0;
}
#mob-navbar-btn .btn-wrap {
  width: 30px;
  height: 100%;
  vertical-align: middle;
}
#mob-navbar-btn .btn-wrap .btn-inner {
  display: inline-block;
  height: 4px;
  width: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}
#mob-navbar-btn .btn-wrap .btn-bar {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #555;
  left: 0;
}
/* burger btn closed
--------------- */
.mobnav-closed #mob-navbar-btn .msg-wrap .msg-close {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
#mob-navbar-btn .btn-wrap .btn-bar.top {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  opacity: 1;
}
#mob-navbar-btn .btn-wrap .btn-bar.mid {
  opacity: 1;
  top: -10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#mob-navbar-btn .btn-wrap .btn-bar.bot {
  bottom: 0px;
}
/* burger btn open
--------------- */
.mobnav-open #mob-navbar-btn .msg-wrap .msg-menu {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.mobnav-open #mob-navbar-btn .btn-wrap .btn-bar.top {
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  opacity: 0;
}
.mobnav-open #mob-navbar-btn .btn-wrap .btn-bar.mid {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobnav-open #mob-navbar-btn .btn-inner {
  -webkit-transition-delay: .32s;
          transition-delay: .32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/* MOBILE NAV MENU
-------------------- */
#mob-navbar {
  display: none;
  position: fixed;
  width: 100%;
  top: 100px;
  bottom: 0;
  z-index: 92;
}
#mob-navbar .navbar-inner {
  width: 100%;
  height: 100%;
  padding: 0px 30px 64px;
  background-color: #141414;
  overflow-y: scroll;
}
#mob-navbar .navbar-inner .navbar-nav {
  margin: 50px 0px 60px !important;
}
#mob-navbar .navbar-inner .navbar-nav > li {
  display: list-item;
  width: 100%;
  padding: 0px;
  min-height: 50px;
}
#mob-navbar .navbar-inner .navbar-nav > li a {
  color: #fff;
  font-size: 2.2em;
  line-height: inherit;
  padding: 0px;
  font-weight: 300;
}
#mob-navbar .navbar-inner .navbar-nav > li a.active,
#mob-navbar .navbar-inner .navbar-nav > li a.focus,
#mob-navbar .navbar-inner .navbar-nav > li a:hover {
  background-color: transparent;
}
#mob-navbar .navbar-inner .navbar-nav > li.active a {
  color: #d0043c;
}
#mob-navbar .navbar-inner .showswitch {
  right: 20px;
  top: 30px;
  position: absolute;
  z-index: 9;
}
#mob-navbar .navbar-inner .showswitch a {
  background-color: #333333;
}
#mob-navbar .mob-nav {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#mob-navbar .mob-nav::-webkit-scrollbar {
  display: none;
}
.mob-gradient {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.itemid-320 .page-header h6, .itemid-320 .category-desc p {
    color: black;
}
.mob-top-gradient {
  top: 0;
  height: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,141414+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(rgba(20, 20, 20, 0)));
  background: linear-gradient(to bottom, #141414 0%, rgba(20, 20, 20, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#00141414', GradientType=0);
  /* IE6-9 */
}
.mob-bottom-gradient {
  bottom: 64px;
  height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,141414+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), to(#141414));
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, #141414 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#141414', GradientType=0);
  /* IE6-9 */
}
/* mob nav closed
--------------- */
.mobnav-closed #mob-navbar {
  visibility: hidden;
  -webkit-transition: 0s visibility 0.5s;
  transition: 0s visibility 0.5s;
}
.mobnav-closed #mob-navbar .navbar-inner {
  opacity: 0;
  -webkit-transition: 0.5s height ease-in 0.1s, 0.5s opacity ease-out;
  transition: 0.5s height ease-in 0.1s, 0.5s opacity ease-out;
}
/* mob nav open
--------------- */
.mobnav-open #mob-navbar {
  visibility: visible;
  -webkit-transition: 0s visibility;
  transition: 0s visibility;
}
.mobnav-open #mob-navbar .navbar-inner {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.5s height ease-out, 0.5s opacity ease-out 0.1s;
  transition: 0.5s height ease-out, 0.5s opacity ease-out 0.1s;
}
#mob-navbar .navbar-inner .navbar-nav > li {
  top: -40px;
  position: relative;
  -webkit-transition: 0.4s top ease-out;
  transition: 0.4s top ease-out;
}
.mobnav-open #mob-navbar .navbar-inner .navbar-nav > li {
  top: 0px;
}
/* FORMS
============================== */
/* GENERAL
-------------------- */
#t3-content .page-content input#submit {
  border: none;
  background: #000;
  padding: 15px 30px;
  color: #FFF;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
#t3-content .page-content input[type=text],
#t3-content .page-content input[type=search],
#t3-content .page-content input[type=password] {
  color: #8e9295 !important;
  background-color: #f6f6f6 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto !important;
  padding: 15px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
#t3-content .page-content input[type=text],
#t3-content .page-content input[type=search],
#t3-content .page-content input[type=email],
#t3-content .page-content input[type=url],
#t3-content .page-content input[type=password],
#t3-content .page-content textarea {
  width: 100% !important;
  border-radius: 6px !important;
}
#t3-content .page-content input[type=text]:focus,
#t3-content .page-content input[type=search],
#t3-content .page-content input[type=email]:focus,
#t3-content .page-content input[type=url]:focus,
#t3-content .page-content input[type=password]:focus,
#t3-content .page-content textarea:focus {
  outline: 0 !important;
  border-color: #4697e4 !important;
}
#t3-content .page-content input[type=submit] {
  float: right;
  height: 60px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 10px 15px;
  color: #8e9295;
  border: none;
  background-color: #00afa2;
}
#t3-content .page-content input[type=submit]:hover {
  opacity: 0.6;
}
/*for iphone*/
div.phrases select#country{
    background: transparent;
    border-radius: 0;
    color: #777;
    font-size: 1rem;
    border-color: #777;
}
/* MODULES
============================== */
/* CAROUSEL
-------------------- */
.block-inner .ug-theme-carousel {
  width: 100% !important;
  display: table !important;
}
.block-inner .ug-theme-carousel .ug-carousel-wrapper {
  width: 100% !important;
  left: 0px !important;
}
.block-inner .ug-theme-carousel .ug-thumb-wrapper.ug-tile {
  width: 360px !important;
  height: 360px !important;
}
.block-inner .ug-theme-carousel .ug-thumb-wrapper.ug-tile img {
  width: 100% !important;
  left: 0px !important;
  height: auto !important;
}
.block-inner .ug-theme-carousel .ug-thumb-wrapper.ug-tile .ug-thumb-overlay {
  left: 0px !important;
  width: 20vw !important;
}
/* IMAGE GRID
-------------------- */
.ug-theme-tilesfixed .ug-thumbs-grid,
.ug-theme-tilesfixed .ug-thumbs-grid-inner {
  width: 100% !important;
  height: auto !important;
  position: static !important;
  display: inline-block !important;
}
.ug-theme-tilesfixed .ug-thumb-wrapper {
  width: 20% !important;
  position: relative !important;
  float: left !important;
  left: 0px !important;
  top: 0px !important;
  padding-top: 20% !important;
  height: auto !important;
}
#unitegallery_5_1.ug-theme-tilesfixed .ug-thumb-wrapper {width: 25% !important;}
.ug-tabs-wrapper {
  background-color: #000;
  padding-right: 40px;
  margin-bottom: 0px !important;
}
.ug-tabs-wrapper a.ug-tab {
  display: inline-block;
  padding: 25px 0px 25px 38px !important;
  margin: 0px;
  border: none !important;
  height: auto !important;
  font-size: 1.6em !important;
  line-height: 150%;
  color: #777;
  text-decoration: none;
}
/* Transferred from the CSS file and a lot of things don't make any sense */
.home .item-page {
  display: none !important;
}
.home .t3-wrapper {
  padding-top: 110px;
}
.t3-wrapper {
  height: 100%;
  padding-top: 148px;
}
.t3-wrapper > * {
  float: left;
  width: 100%;
}
.t3-mainbody,
.t3-content {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  display: inline-block;
}
/* ARTICLE
-------------------- */
.view-article .t3-mainbody {
  min-height: 100%;
}
.view-article .t3-mainbody .content-main {
  height: 100%;
}
.t3-content .item-page {
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.t3-content .item-page .page-split {
  display: inline-block;
  height: auto;
  float: none;
  margin: 0px;
  padding-top: 0px;
}
.t3-content .item-page .page-split.page-header {
  border-bottom: none !important;
  z-index: 1;
  margin-top: 0px;
  -webkit-transition: margin-top 0.5s ease, opacity 0.2s;
  transition: margin-top 0.5s ease, opacity 0.2s;
}
@media (min-width: 992px) {
  .t3-content .item-page .page-split.page-header {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .t3-content .item-page .page-split.page-header {
    padding: 60px 4% 40px;
  }
}
.t3-content .item-page .page-split.page-header .header-inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0px;
}
.t3-content .item-page .page-split.page-header .header-inner h1 {
  line-height: 150%;
  color: #000;
}
.t3-content .item-page .page-split.page-header .header-inner p {
  font-size: 1.8em;
}
.t3-content .item-page .page-split.page-header .header-inner a {
  margin-left: 5px;
}
.t3-content .item-page .page-split.page-header .header-inner.article-date {
  margin-bottom: 5px;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details {
  /* exhibitor profile*/
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details a {
  color: #d0043c;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details img {
  margin-bottom: 20px;
  display: block;
  max-height: 100px;
  max-width: 150px;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details p {
  font-size: 1.6em;
  margin-top: 5px;
  margin-right: 15px;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details span {
  margin-left: 5px;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details .exhibitor-social {
  margin-top: 5px;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details .exhibitor-social a,
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details .exhibitor-social span {
  font-size: 112.5%;
  margin-right: 10px;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details .exhibitor-social span {
  color: #d0043c;
}
.t3-content .item-page .page-split.page-header .header-inner .exhibitor-details .exhibitor-social span small {
  margin-left: 2px;
  vertical-align: bottom;
  font-size: 0.8em;
}
.t3-content .item-page .page-split.page-content {
  float: right;
  padding: 0px;
  margin-bottom: 50px;
}
.t3-content .item-page .page-split.page-content .item-image {
  width: 100%;
}
.t3-content .item-page .page-split.page-content .item-image img {
  width: 100%;
  height: auto;
}
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] {
  margin-top: 19px;
  padding-right: 19px;
  float: left;
  width: 100%;
}
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] h1,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] h2,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] h3,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] h4,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] h5,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] h6,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] p,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] ol,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] ul {
  margin-bottom: 0.2em ;
}
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] ol li,
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] ul li {
  font-size: 1.6em;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 0.6em;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.t3-content .item-page .page-split.page-content > div[itemprop="articleBody"] img {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}
.above-header{
  overflow:hidden;
  height:0px;
}
#t3-content .item-page.exhib_page {
  color: #888;
}
#t3-content .item-page.exhib_page .page-header {
  top: auto !important;
  position: relative !important;
  padding-bottom: 40px !important;
}
@media (min-width: 992px) {
  #t3-content .item-page.exhib_page .page-header {
    padding-top: 110px;
  }
}
.exhbpage-navigation {
  clear: both;
}
/* full width layout
-------------------- */
.t3-mainbody.fullwidth {
  min-height: auto;
}
/* Common styles */
.t3-content .page-header {
  margin: 0px;
  border-bottom: none !important;
}
@media (min-width: 992px) {
  .t3-content .page-header {
    padding: 110px 50px 0px;
  }
}
@media (max-width: 991px) {
  .t3-content .page-header {
    padding: 60px 4% 0px;
  }
}
.t3-content .page-desc,
.t3-content .category-desc {
  padding: 0px 50px 90px;
}
@media (max-width: 991px) {
  .t3-content .page-desc,
  .t3-content .category-desc {
    padding: 0 4%;
  }
}
.t3-content .blog .category-desc h1,
.t3-content .item-page-fullwidth .page-desc h1,
.t3-content .blog .category-desc h2,
.t3-content .item-page-fullwidth .page-desc h2,
.t3-content .blog .category-desc h3,
.t3-content .item-page-fullwidth .page-desc h3,
.t3-content .blog .category-desc h4,
.t3-content .item-page-fullwidth .page-desc h4,
.t3-content .blog .category-desc h5,
.t3-content .item-page-fullwidth .page-desc h5,
.t3-content .blog .category-desc h6,
.t3-content .item-page-fullwidth .page-desc h6,
.t3-content .blog .category-desc p,
.t3-content .item-page-fullwidth .page-desc p {
  margin-bottom: 0.2em;
}
.t3-content .blog .blog-inner {
  padding-bottom: 50px;
}
.t3-content .blog .category-desc p img {
  max-width: 100%;
  height: auto;
}
/* error message
--------------- */
.alert-error {
  padding: 19px 40px 19px 50px;
  color: #d0043c;
}
.alert-message {
  background-color: transparent;
  color: inherit;
}
/* BODY BLOCKS
-------------------- */
.mainbody-topblocks .block,
.mainbody-bottomblocks .block {
  padding: 0px;
}
.mainbody-topblocks .block.col-md-6,
.mainbody-bottomblocks .block.col-md-6 {
  display: inline-block;
  float: none !important;
  height: auto;
  vertical-align: middle;
}
.mainbody-topblocks .block-inner,
.mainbody-bottomblocks .block-inner {
  display: inline-block;
  width: 100%;
}
.mainbody-topblocks .block-inner > .custom,
.mainbody-bottomblocks .block-inner > .custom {
  padding: 50px 30% 50px 50px;
}
.mainbody-topblocks .block-header,
.mainbody-bottomblocks .block-header {
  padding: 110px 50px 60px;
  display: table;
  position: relative;
  z-index: 99;
}
.mainbody-topblocks .block-header h3,
.mainbody-bottomblocks .block-header h3 {
  margin-bottom: 30px;
}
.mainbody-topblocks .block-header p,
.mainbody-bottomblocks .block-header p {
  font-size: 1.8em;
  font-weight: 300;
}
.mainbody-topblocks .block-header a,
.mainbody-bottomblocks .block-header a {
  font-size: 1rem;
  float: right;
  color: inherit;
  font-weight: 300;
  position: relative;
  bottom: 40px;
}
.mnw-results-empty-results {
  padding: 50px;
  font-size: 14px;
}
.view-category .mainbody-bottomblocks .block-header h3 {
  font-size: 3.3em;
}
/* Contact Blocks
--------------- */
.itemid-208 .mainbody-bottomblocks .block {
  vertical-align: top;
}
.itemid-208 .t3-content .blog .category-desc {
  padding-bottom: 0px;
}
/* Text colours for dark/light background colours - won't work in ie and will keep all the hacks as I'm not sure about the intention */
.t3-content .header-inner h1,
.t3-content .item-page-fullwidth-inner h1,
.t3-content .blog .blog-inner h1 {
  font-weight: 300;
  font-size: 3.3em;
  margin-bottom: 30px;
}
.t3-content .header-inner[style="background-color:#fff;"] h1,
.t3-content .item-page-fullwidth-inner[style="background-color:#fff;"] h1,
.t3-content .blog .blog-inner[style="background-color:#fff;"] h1,
.t3-content .header-inner[style="background-color:#fff;"] h3,
.t3-content .item-page-fullwidth-inner[style="background-color:#fff;"] h3,
.t3-content .blog .blog-inner[style="background-color:#fff;"] h3 {
  color: #000;
}
.t3-content .header-inner[style="background-color:#8a0d30;"] h1,
.t3-content .item-page-fullwidth-inner[style="background-color:#8a0d30;"] h1,
.t3-content .blog .blog-inner[style="background-color:#8a0d30;"] h1,
.t3-content .header-inner[style="background-color:#141414;"] h1,
.t3-content .item-page-fullwidth-inner[style="background-color:#141414;"] h1,
.t3-content .blog .blog-inner[style="background-color:#141414;"] h1,
.t3-content .header-inner[style="background-color:#8a0d30;"] h3,
.t3-content .item-page-fullwidth-inner[style="background-color:#8a0d30;"] h3,
.t3-content .blog .blog-inner[style="background-color:#8a0d30;"] h3,
.t3-content .header-inner[style="background-color:#141414;"] h3,
.t3-content .item-page-fullwidth-inner[style="background-color:#141414;"] h3,
.t3-content .blog .blog-inner[style="background-color:#141414;"] h3 {
  color: #fff;
}
/* dark header #141414
--------------- */
body #t3-mainbody .t3-content .mainbody-bottomblocks .block-inner[style="background-color:#141414;"] h3 {
  color: #fff;
  font-weight: 100;
}
body #t3-mainbody .mainbody-topblocks .block-header.exhibitors h3,
body #t3-mainbody .mainbody-bottomblocks .block-header.exhibitors h3 {
  color: #000;
}
body #t3-mainbody .mainbody-topblocks .block-header.latestnews h3,
body #t3-mainbody .mainbody-bottomblocks .block-header.latestnews h3 {
  color: #fff;
}
body #t3-mainbody .mainbody-topblocks .block-header.carousel h3,
body #t3-mainbody .mainbody-bottomblocks .block-header.carousel h3 {
  color: #d0043c;
}
/* end */
/* Home Social Block
--------------- */
.block-inner #socialicons {
  font-size: 1rem;
  vertical-align: middle;
  color: inherit;
  position: relative;
  bottom: 40px;
}
.block-inner #socialicons ul {
  text-align: right;
}
.block-inner #socialicons ul li {
  margin-left: 15px;
}
.block-inner #socialicons ul li span {
  color: inherit;
  font-size: 0.9em;
}
.block-inner #socialicons ul li a {
  padding: .5rem;
}
/* PAGE SHARE - hide original svg icons to match the rest of icons
-------------------- */
.content-footer .a2a-page-share {
  float: left;
  margin: 10px 0px;
  white-space: nowrap;
}
.content-footer .a2a-page-share > * {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .a2a-page-share {
    padding-left: 50px;
  }
}
/* BACK TO TOP
-------------------- */
.back-to-top-wrap {
  text-align: right;
  float: right;
  display: table !important;
  height: 82px;
}
@media (min-width: 992px) {
  .back-to-top-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.back-to-top-wrap a {
  color: #b7b7b7;
  white-space: nowrap;
}
.back-to-top-wrap a i {
  padding-left: 19px;
  font-size: 0.8em;
  bottom: 1px;
  position: relative;
  margin-right: 10px;
}
.back-to-top-inner {
  display: table-cell;
  vertical-align: middle;
}
/* SOCIAL - landing page
-------------------- */
.block-inner .post-inner {
  padding: 130px 200px 70px;
  text-align: center;
}
.block-inner .post-inner h3 {
  margin-bottom: 30px;
}
.block-inner .post-inner h3 a {
  color: rgba(184, 184, 184, 0.6) !important;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
.block-inner .post-inner h3 a:hover,
.block-inner .post-inner h3 a:focus {
  color: #b8b8b8 !important;
}
.block-inner .post-inner .post-text {
  color: #1f1f1f;
}
.block-inner .post-inner .post-date {
  margin-top: 50px;
  display: block;
  color: #888 !important;
}
.block-inner .post-inner .post-date p a {
  display: block;
  margin-top: 10px;
}
.block-inner .post-inner .post-text .red,
.block-inner .post-inner .post-date a {
  color: #d0043c;
}
/* ARTICLE NAVIGATION
-------------------- */
.navigation.post-navigation {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  float: right;
}
.navigation.post-navigation .nav-links {
  display: table;
}
.navigation.post-navigation .nav-links .nav {
  width: auto;
  vertical-align: middle;
  height: 82px;
  display: table-cell;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation.post-navigation .nav-links .nav.nav-previous {
  text-align: left;
}
.navigation.post-navigation .nav-links .nav.nav-previous .post-title i {
  margin-left: 19px;
}
.navigation.post-navigation .nav-links .nav.nav-next {
  text-align: right;
}
.navigation.post-navigation .nav-links .nav.nav-next .post-title i {
  margin-right: 19px;
}
.navigation.post-navigation .nav-links .nav .links {
  padding: 0px 40px;
  color: #fff;
  font-weight: 300;
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(6, 6, 6, 0.3);
  text-decoration: none;
}
.navigation.post-navigation .nav-links .nav .links .post-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
  line-height: 0;
  white-space: nowrap;
}
.navigation.post-navigation .nav-links .nav .links .post-title i {
  font-size: 0.8em;
}
.navigation.post-navigation .nav-links .nav .links:hover {
  color: #d0043c;
}
.view-search #t3-mainbody {
  margin: auto;
  float: none;
  display: block;
  padding: 2% 4%;
}
.view-search #t3-mainbody .btn-toolbar {
  margin: 2rem auto;
  width: 92%;
}
.view-search #t3-mainbody .btn-toolbar .searchInput {
  width: 80%;
  margin: 0;
}
.view-search #t3-mainbody .btn-toolbar .searchBtn {
  width: 20%;
  margin: 0;
}
.view-search #t3-mainbody .btn-toolbar button,
.view-search #t3-mainbody .btn-toolbar input {
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
}
.view-search #t3-mainbody .btn-toolbar input {
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-search #t3-mainbody .btn-toolbar input:focus {
  border-color: #d0043c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-search #t3-mainbody .btn-toolbar button {
  border-radius: 0 4px 4px 0;
  color: #fff;
  background-color: #d0043c;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.view-search #t3-mainbody .btn-toolbar button .icon-search,
.view-search #t3-mainbody .btn-toolbar button .t3-header .main-navbar .navbar-nav > li > a[href="/search"] {
  margin-right: .5rem;
  font-size: inherit;
}
.view-search #t3-mainbody .btn-toolbar button:hover {
  background-color: #9e032e;
}
@media screen and (max-width: 599px) {
  .view-search #t3-mainbody .btn-toolbar button {
    font-size: 0;
  }
  .view-search #t3-mainbody .btn-toolbar button .icon-search,
  .view-search #t3-mainbody .btn-toolbar button .t3-header .main-navbar .navbar-nav > li > a[href="/search"] {
    margin-right: 0;
    font-size: 1.3rem;
  }
}
.view-search .pagination {
  float: none;
}
.view-search div.pagination {
  text-align: center;
}
.view-search div.pagination ul > li {
  padding: 4px;
  background-color: transparent;
  border: none;
}
.view-search div.pagination ul > li a {
  float: none;
  color: #d0043c;
  padding: .5rem .9rem;
  font-size: .8rem;
}
.view-search div.pagination ul > li a[title="Start"],
.view-search div.pagination ul > li a[title="Prev"],
.view-search div.pagination ul > li a[title="Next"],
.view-search div.pagination ul > li a[title="End"] {
  font-size: 0;
  border: none;
  padding: .5rem;
}
.view-search div.pagination ul > li a[title="Start"]:after,
.view-search div.pagination ul > li a[title="Prev"]:after,
.view-search div.pagination ul > li a[title="Next"]:after,
.view-search div.pagination ul > li a[title="End"]:after {
  font-size: .8rem;
  font-family: fontawesome;
}
.view-search div.pagination ul > li a[title="Start"]:hover,
.view-search div.pagination ul > li a[title="Prev"]:hover,
.view-search div.pagination ul > li a[title="Next"]:hover,
.view-search div.pagination ul > li a[title="End"]:hover,
.view-search div.pagination ul > li a[title="Start"]:focus,
.view-search div.pagination ul > li a[title="Prev"]:focus,
.view-search div.pagination ul > li a[title="Next"]:focus,
.view-search div.pagination ul > li a[title="End"]:focus,
.view-search div.pagination ul > li a[title="Start"]:active,
.view-search div.pagination ul > li a[title="Prev"]:active,
.view-search div.pagination ul > li a[title="Next"]:active,
.view-search div.pagination ul > li a[title="End"]:active {
  background-color: transparent;
  color: #9e032e;
}
.view-search div.pagination ul > li a[title="Start"]:after {
  content: "\f100";
}
.view-search div.pagination ul > li a[title="Prev"]:after {
  content: "\f104";
}
.view-search div.pagination ul > li a[title="Next"]:after {
  content: "\f105";
}
.view-search div.pagination ul > li a[title="End"]:after {
  content: "\f101";
}
.view-search div.pagination ul > li.active a {
  background-color: #d0043c;
  border-color: #d0043c;
  color: #fff;
}
.view-search div.pagination ul > li.disabled a {
  display: none;
}
@media screen and (max-width: 599px) {
  .view-search div.pagination ul > li {
    padding: 2px;
  }
  .view-search div.pagination ul > li a {
    padding: .5rem .7rem;
  }
}
@media screen and (max-width: 599px) {
  .view-search div.pagination {
    overflow-x: scroll;
  }
}
.search-results {
  margin-top: 0;
}
.search-results li {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.search-results .result-text {
  color: #999;
}
.search-results .result-category {
  color: #428bca;
}
.search-results .result-title {
  margin-top: 5px;
}
.search-results .result-title a {
  color: #d0043c;
}
.search-results .result-title a:hover {
  color: #9e032e;
}
/* QUIX sub pages */
.quix_subpage .qx-row {
  margin: 0;
}
.quix_subpage .qx-column {
  padding: 0;
}
.quix_subpage .qx-column .qx-element {
  position: relative;
  overflow: hidden;margin-bottom: -20px;
}
.quix_subpage .qx-column .qx-element:hover {
  cursor: pointer;
}
.quix_subpage .qx-column .qx-element:hover .qx-image-wrapper .qx-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .4;
}
.quix_subpage .qx-column .qx-element:hover a,
.quix_subpage .qx-column .qx-element:active a,
.quix_subpage .qx-column .qx-element:focus a {
  text-decoration: none;
}
.quix_subpage .qx-column .qx-element:hover .qx-page-link-wrap:after,
.quix_subpage .qx-column .qx-element:active .qx-page-link-wrap:after,
.quix_subpage .qx-column .qx-element:focus .qx-page-link-wrap:after {
  bottom: 7%;
  right: 3.5%;
}
.quix_subpage .qx-column .qx-element .qx-image-wrapper {
  background-color: #000;
}
.quix_subpage .qx-column .qx-element .qx-image-wrapper .qx-img {
  min-height: 320px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity .5s, -webkit-transform 18s;
  transition: opacity .5s, -webkit-transform 18s;
  transition: opacity .5s, transform 18s;
  transition: opacity .5s, transform 18s, -webkit-transform 18s;
  opacity: .6;
}
.quix_subpage .qx-column .qx-element .qx-page-link-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  height: 100%;
  z-index: 1;
}
.quix_subpage .qx-column .qx-element .qx-page-link-wrap .qx-image-title {
  width: 100%;
  display: table;
  height: 100%;
}
.quix_subpage .qx-column .qx-element .qx-page-link-wrap .qx-image-title h4 {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.45);
  padding: 14%;
  text-align: left;
  line-height: 1;
}
.quix_subpage .qx-column .qx-element .qx-page-link-wrap:after {
  content: "\f106";
  font-family: fontAwesome;
  position: absolute;
  bottom: -10%;
  right: -10%;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
  font-size: 2.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.quix_subpage .qx-column .qx-element .qx-page-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.quix_subpage .qx-column .qx-element .qx-page-content .rounded-btn-view {
  width: 100%;
  background: none;
  margin: 0;
  height: 100%;
  top: 44%;
  position: absolute;
  left: 0;
  text-indent: -2000px;
  overflow: hidden;
}
.quix_subpage .qx-column .qx-element .qx-page-content .rounded-btn-view:hover {
  background-color: none !important;
}
/*
    Different from English version
*/
/* MINITEK WALL
-------------------- */
/* search box */
.mnwall_iso_filters .search_filter #txtsearch {
  background-color: #000;
  font-weight: 300;
  color: #777;
  border: none;
  border-radius: 0;
  margin-bottom: -2px;
  min-width: 97%;
  border: 1px solid #777;
  padding: .5rem;
}
.mnwall_iso_filters .search_filter #txtsearch:focus {
  border-bottom: #d1043b solid 1px;
}
.mnwall_container {
  display: block;
  float: left;
  width: 100%;
}
.mnwall_container .mnwall-item {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mnwall_container .mnwall-item-inner-cont,
.mnwall_container .mnwall-item-inner-cont .mnwall-cover,
.mnwall_container .mnwall-item-inner-cont .mnwall-img-div {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mnwall_container .mnwall-item-inner {
  padding: 0px !important;
  z-index: 2;
  height: 100%;
}
.mnwall_container .mnwall-item-inner .mnwall-item-coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#t3-mainbody .mnwall_iso_container {
  margin: 0px !important;
  height: auto !important;
}
#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img {
  margin: 0% -1%;
  background-color: #000;
}
#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img a {
  display: block;
  opacity: 0.9;
  height: 100% !important;
  width: 100% !important;
  -webkit-transition: 0.5s opacity, 8s -webkit-transform;
  transition: 0.5s opacity, 8s -webkit-transform;
  transition: 0.5s opacity, 8s transform;
  transition: 0.5s opacity, 8s transform, 8s -webkit-transform;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img a img {
  height: auto;
}
body #t3-mainbody #mnwall_iso_container_23 .mnwall-item{max-height: 300px;}
body #t3-mainbody #mnwall_iso_container_23 .mnwall-item .mnwall-item-img a img{
  max-height: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);}
@media (max-width: 991px) {	
body #t3-mainbody #mnwall_iso_container_23 .mnwall-item {width: 50% !important;}
}

#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img .corner-icon {
  color: #fff;
  position: absolute;
  height: 18px;
  width: 18px;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}
#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img .corner-icon .corner-bit {
  background-color: #fff;
  display: inline-block;
  float: right;
}
#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img .corner-icon .corner-bit.corner-top {
  width: 3px;
  height: 15px;
}
#t3-mainbody .mnwall_iso_container .mnwall-item .mnwall-item-img .corner-icon .corner-bit.corner-bottom {
  height: 3px;
  width: 18px;
}
#t3-mainbody .mnwall_iso_container .mnwall-item:hover .mnwall-item-img a {
  opacity: 0.4;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#t3-mainbody .mnwall_iso_container .mnwall-item:hover .mnwall-item-img .corner-icon {
  -webkit-transform: translate(-19px, -19px);
          transform: translate(-19px, -19px);
  opacity: 0.9;
}
#t3-mainbody .mnwall_iso_container#mnwall_iso_container_26 .mnwall-photo-link {
  height: 100% !important;
}
.mnwall-columns .content-bottom .mnwall-item-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
}
.mnwall_iso_buttons a {
  font-size: 1.4em;
}
#mnwall_iso_container_1 a.mnwall-photo-link {
  height: 100% !important;
}
body #t3-mainbody .mnwall_iso_container .mnwall-item {
  float: left !important;
  display: inline-block;
  padding: 0px !important;
  cursor: pointer;
  height: auto !important;
}
/* home sections
--------------- */
body #t3-mainbody .mnwall_container {
  /* subpage list
--------------- */
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-item {
  width: 50% !important;
  padding-top: 250px !important;
  position: relative !important;
}

body #t3-mainbody .mnwall_container.home-sections .mnwall-item:first-of-type .mnwall-item-img a {
  background-position: 0 80%;
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-item .mnwall-item-outer-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-item-inner {
  display: table !important;
  padding: 0 !important;
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-item-inner .mnwall-title {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0;
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-item-inner .mnwall-title a {
  text-transform: capitalize !important;
  font-size: 1em;
  color: #fff !important;
  font-weight: 300;
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
  height: auto;
}
body #t3-mainbody .mnwall_container.home-sections .pano_link {
  position: absolute;
  left: 55px;
  bottom: 20px;
  height: auto;
  color: #fff;
  font-size: 1.8em;
  font-weight: 100;
}
body #t3-mainbody .mnwall_container.subpage-list .mnwall-item,
body #t3-mainbody .mnwall_container.news-list .mnwall-item {
  width: 33.333333% !important;
  position: relative !important;
}
body #t3-mainbody .mnwall_container.subpage-list .mnwall-item {
  padding-top: 360px !important;
}
body #t3-mainbody .mnwall_container.subpage-list .mnwall-item .mnwall-item-outer-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-cover,
body #t3-mainbody .mnwall_container.subpage-list .mnwall-cover {
  height: 100%;
}
body #t3-mainbody .mnwall_container.home-sections .mnwall-cover div,
body #t3-mainbody .mnwall_container.subpage-list .mnwall-cover div {
  height: 100%;
}
body #t3-mainbody .mnwall_container.subpage-list .mnwall-item-inner {
  display: table !important;
}
body #t3-mainbody .mnwall_container.subpage-list .mnwall-item-inner .mnwall-title {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0px 50px;
  line-height: 150%;
  text-shadow: 1px 1px 1px black;
  font-size: 1em;
}
body #t3-mainbody .mnwall_container.subpage-list .mnwall-item-inner .mnwall-title a {
  text-transform: capitalize !important;
  font-size: 3em !important;
  line-height: 1em !important;
  color: #fff !important;
  font-weight: 300;
  display: inline-block;
  height: auto;
}
/* News list */
#t3-mainbody .mnwall_container.news-list .mnwall-cover,
#t3-mainbody .mnwall_container.news-list .mnwall-cover div {
  height: 325px;
}
#t3-mainbody .mnwall_container.news-list .mnwall_iso_container .mnwall-item .mnwall-item-inner {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
#t3-mainbody .mnwall_container.news-list .mnwall_iso_container .mnwall-item:hover .mnwall-item-inner {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-title {
  padding: 19px 19px 10px;
  position: relative;
  font-size: 2em;
}
#t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-title a {
  text-transform: capitalize !important;
  color: #555;
  font-weight: 300;
  display: block;
  overflow: hidden;
  padding-right: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
#t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-title .mnwall-date {
  position: absolute;
  right: 0px;
  top: 10px;
  color: #999;
  text-transform: uppercase;
  padding: 10px 15px 0;
  line-height: 24px;
}
#t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-desc {
  padding: 0px 19px 50px;
  font-size: 1.6em;
  color: #999;
  line-height: 1.4em;
  max-height: 160px;
}
.itemid-177 #t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-title a,
.home #t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-title a {
  color: #fff;
}
.itemid-177 #t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-desc,
.home #t3-mainbody .mnwall_container.news-list .mnwall-item-inner .mnwall-desc {
  color: rgba(184, 184, 184, 0.6);
}
.news-list .mnwall_iso_filters_cont {
  width: 100%;
  padding: 0 4%;
  margin: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.news-list .mnwall_iso_filters_cont:after {
  font-family: fontawesome;
  content: "\f0ec";
  font-size: 1rem;
  position: absolute;
  right: 2%;
  bottom: 27px;
  z-index: 2;
  color: #777;
}
/* VIDEO LIST -- have lots of !important to override the original :-(
-------------------- */
.video-list .ug-theme-tilesfixed .ug-thumb-wrapper {
  width: 25% !important;
}
@media (min-width: 600px) and (max-width: 991px) {
  .video-list .ug-theme-tilesfixed .ug-thumb-wrapper {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .video-list .ug-theme-tilesfixed .ug-thumb-wrapper {
    height: 200px !important;
  }
}
@media (max-width: 599px) {
  .video-list .ug-theme-tilesfixed .ug-thumb-wrapper {
    width: 100% !important;
  }
}
.video-list .ug-tile .ug-textpanel-title {
  position: static !important;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.42857143;
  text-align: center;
  font-weight: 400;
}
.video-list .ug-textpanel-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.video-list .ug-thumb-wrapper.ug-tile .ug-tile-icon {
  top: 30% !important;
}
/* COMMON STYLES: PRESS COVERAGE LIST &  VIDEO LIST
-------------------- */
.video-list .ug-thumb-wrapper .ug-thumb-overlay,
.press-coverage-list .ug-thumb-wrapper .ug-thumb-overlay {
  height: 100% !important;
  width: 100% !important;
}
.video-list .ug-thumb-wrapper.ug-tile .ug-tile-icon,
.press-coverage-list .ug-thumb-wrapper.ug-tile .ug-tile-icon,
.video-list .ug-textpanel-title,
.press-coverage-list .ug-textpanel-title,
.video-list .ug-textpanel-textwrapper.ug-trans-enabled,
.press-coverage-list .ug-textpanel-textwrapper.ug-trans-enabled,
.video-list .ug-textpanel.ug-trans-enabled,
.press-coverage-list .ug-textpanel.ug-trans-enabled,
.video-list .ug-gallery-wrapper .ug-textpanel-bg,
.press-coverage-list .ug-gallery-wrapper .ug-textpanel-bg {
  width: 100% !important;
}
.video-list img.ug-thumb-image,
.press-coverage-list img.ug-thumb-image {
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-list .ug-textpanel-textwrapper.ug-trans-enabled,
.press-coverage-list .ug-textpanel-textwrapper.ug-trans-enabled,
.video-list .ug-textpanel.ug-trans-enabled,
.press-coverage-list .ug-textpanel.ug-trans-enabled {
  left: 0px !important;
  top: initial !important;
  overflow: visible !important;
  z-index: 2;
}
.video-list .ug-thumb-wrapper.ug-tile .ug-tile-icon,
.press-coverage-list .ug-thumb-wrapper.ug-tile .ug-tile-icon {
  background-position: center top !important;
  left: 0 !important;
}
/* PRESS COVERAGE LIST
-------------------- */
.press-coverage-list .ug-theme-tilesfixed .ug-thumb-wrapper {
  width: calc(16.66666667%) !important;
  padding-top: 23% !important;
  background: #000 !important;
}
@media (max-width: 479px) {
  .press-coverage-list .ug-theme-tilesfixed .ug-thumb-wrapper {
    width: 50% !important;
    height: 200px !important;
  }
  .press-coverage-list .ug-theme-tilesfixed .ug-thumb-wrapper img.ug-thumb-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* BANNERS
-------------------- */
.bannergroup {
  padding: 19px;
}
.bannergroup .banneritems {
  font-size: 0;
}
.bannergroup .banneritem {
  display: inline-block;
  position: relative;
  width: calc(12.5%);
  padding-top: 7.142%;
}
@media (max-width: 991px) {
  .bannergroup .banneritem {
    width: calc(16.66666667%);
    padding-top: calc(16.66666667%);
  }
}
@media (max-width: 599px) {
  .bannergroup .banneritem {
    width: calc(25%);
    padding-top: calc(25%);
  }
}
@media (max-width: 374px) {
  .bannergroup .banneritem {
    width: calc(33.33333333%);
    padding-top: calc(33.33333333%);
  }
}
.bannergroup .banneritem .bannerimg {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  opacity: 1;
}
.bannergroup .banneritem .bannerimg img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainbody-bottomblocks .bannergroup {
  padding: 19px 50px;
}
/* exhibitor list
--------------- */
.exhibitor-list {
  padding-top: 30px;
}
/* scroller icon for lists*/
.scroll-wrapper {
  padding: 8px 0 0;
}
.scroll-wrapper:after {
  font-family: fontawesome;
  content: "\f0ec";
  position: absolute;
  top: 57%;
  font-size: 1rem;
  right: 0;
  z-index: 2;
  color: #777;
}
body #t3-mainbody .ExhibitorsOutput .mnwall-item .mnwall-item-inner {
  background: rgba(0, 0, 0, 0.5) !important;
  max-height: 30%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 101%;
}
body #t3-mainbody .ExhibitorsOutput .mnwall-item .mnwall-item-inner .mnwall-item-category {
  text-transform: uppercase;
  font-size: .9rem;
  text-shadow: 1px 1px 0px #000;
  line-height: 1.4;
  color: #ddd;
}
body #t3-mainbody .ExhibitorsOutput .mnwall-item .mnwall-item-inner .mnwall-item-category strong {
  text-transform: uppercase;
  display: inline;
  vertical-align: initial;
}
body #t3-mainbody .ExhibitorsOutput .mnwall-item:hover .mnwall-item-inner {
  background: rgba(0, 0, 0, 0) !important;
  max-height: 100%;
}
/* hide link through -- ??
--------------- */
/* halls subpage list
--------------- */
.itemid-130 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item:nth-child(1),
.itemid-130 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item:nth-child(2) {
  width: 50% !important;
}
/* press subpage list
--------------- */
.itemid-195 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item:nth-child(4),
.itemid-195 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item:nth-child(5) {
  width: 50% !important;
}
.itemid-195 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item .mnwall-item-img a {
  opacity: 0.6;
}
/* features subpage list
--------------- */
.itemid-176 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item {
  width: 50% !important;
}
/* Xintiandi Festival subpage list
--------------- */
.itemid-249 body #t3-mainbody .mnwall_container.subpage-list .mnwall-item {
  width: 50% !important;
}
/* ---------- */
/* ---------- SOCIAL ICON OVERRIDE ---------- */
/* ---------- */
#socialicons [class*="foundicon-"]:before,
.a2a_kit a .a2a_svg:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.a2a_kit a {
  padding: 19px !important;
  text-align: center;
  color: #b7b7b7;
  font-size: 1.8em;
}
.a2a_kit a .a2a_svg {
  width: auto !important;
  height: auto !important;
  background: none !important;
}
.a2a_kit a .a2a_svg svg {
  display: none;
}
/* icons */
.a2a_s_email:before {
  content: "\f0e0";
}
.a2a_s_sina_weibo:before {
  content: "\f18a";
}
.a2a_s_wechat:before {
  content: "\f1d7";
}
#socialicons .foundicon-rss:before {
  content: "\f002";
}
#socialicons .foundicon-facebook:before,
.a2a_s_facebook:before {
  content: "\f09a";
}
#socialicons .foundicon-twitter:before,
.a2a_s_twitter:before {
  content: "\f099";
}
#socialicons .foundicon-pinterest:before .a2a_s_pinterest:before {
  content: "\f0d2";
}
#socialicons .foundicon-github:before {
  content: "\f006";
}
#socialicons .foundicon-path:before {
  content: "\f007";
}
#socialicons .foundicon-linkedin:before,
.a2a_s_linkedin:before {
  content: "\f0e1";
}
#socialicons .foundicon-dribbble:before {
  content: "\f009";
}
#socialicons .foundicon-stumble-upon:before {
  content: "\f00a";
}
#socialicons .foundicon-behance:before {
  content: "\f00b";
}
#socialicons .foundicon-reddit:before {
  content: "\f00c";
}
#socialicons .foundicon-google-plus:before,
.a2a_s_google_plus:before {
  content: "\f0d5";
}
#socialicons .foundicon-youtube:before {
  content: "\f16a";
}
#socialicons .foundicon-vimeo:before {
  content: "\f00f";
}
#socialicons .foundicon-flickr:before {
  content: "\f010";
}
#socialicons .foundicon-slideshare:before {
  content: "\f011";
}
#socialicons .foundicon-picassa:before {
  content: "\f012";
}
#socialicons .foundicon-skype:before {
  content: "\f013";
}
#socialicons .foundicon-steam:before {
  content: "\f014";
}
#socialicons .foundicon-instagram:before {
  content: "\f16d";
}
#socialicons .foundicon-foursquare:before {
  content: "\f016";
}
#socialicons .foundicon-delicious:before {
  content: "\f017";
}
#socialicons .foundicon-chat:before {
  content: "\f018";
}
#socialicons .foundicon-torso:before {
  content: "\f1d7";
}
#socialicons .foundicon-tumblr:before {
  content: "\f18a";
}
#socialicons .foundicon-video-chat:before {
  content: "\f01b";
}
#socialicons .foundicon-digg:before {
  content: "\f01c";
}
#socialicons .foundicon-wordpress:before {
  content: "\f01d";
}
iframe {
  max-width: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 400px;
}
/* FOOTER
============================== */
footer {
  border: none !important;
  position: relative;
  /* FOOTER LEADERBOARD
-------------------- */
  /* BOOK TICKETS
    -------------------- */
}
footer .footer-leaderboard {
  text-align: center;
  background-color: #f5f5f5;
  padding: 100px 0px 0px 0px;
}
footer .footer-booktickets {
  overflow: hidden;
  background-color: #000;
  position: relative;
  float: left;
  width: 100%;
}
footer .footer-booktickets .footer-booktickets-wrap {
  height: 450px;
  display: table;
  position: relative;
  width: 100%;
}
footer .footer-booktickets .custom {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  position: relative;
  padding: 0px 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
footer .footer-booktickets .custom h4 {
  color: #fff;
  font-weight: 100;
}
footer .footer-booktickets .custom .site-btn {
  z-index: 2;
  position: relative;
  margin-top: 10px;
  font-size: 1.2em;
}
/* FOOTER BANNERS
-------------------- */
footer > .footer-banners {
  float: left;
  width: 100%;
  background-color: #000;
  padding-top: 60px;
  border-top: 4px solid #1f1f1f;
}
footer .footer-banners .bannergroup {
  padding: 0px 100px 30px;
}
footer .footer-banners .bannerheader h6 {
  font-weight: 500;
}
/* FOOTER SPOTLIGHT
-------------------- */
footer .footer-spotlight {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  line-height: 150%;
}
footer .footer-spotlight .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 50px;
}
footer .footer-spotlight .container-fluid .row > div {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 60px;
}
footer .footer-spotlight .container-fluid .row > div > h6 {
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 20px;
  font-size: 2.4em;
}
/* FOOTER NEWSLETTER SIGNUP
-------------------- */
form.footer-signup {
  margin-right: -50px;
}
form.footer-signup input {
  background-color: transparent;
  border: none;
  padding: 2px 0px 6px;
  height: auto;
  border-bottom: 2px solid;
  border-radius: 0px;
  width: 100%;
}
form.footer-signup input.submit-btn {
  padding: 6px 0px;
  text-align: right;
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  color: #999;
}
form.footer-signup input.email-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d0043c;
}
form.footer-signup input.email-input::-webkit-input-placeholder {
  color: #999;
}
form.footer-signup input.email-input:-ms-input-placeholder {
  color: #999;
}
form.footer-signup input.email-input::placeholder {
  color: #999;
}
/* FOOTER MPU
-------------------- */
footer .footer-spotlight .advert img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
/* FOOTER COPYRIGHT
-------------------- */
.footer-copyright-wrap {
  padding: 0px 100px;
}
.footer-copyright-wrap .custom {
  display: table;
  width: 100%;
  margin: 0px 0px 20px;
}
.footer-copyright-wrap .custom > p {
  display: table-cell;
  vertical-align: bottom;
  font-size: 12px;
}
.footer-copyright-wrap .custom > div {
  float: right;
  display: table;
}
.footer-copyright-wrap .custom > div > * {
  display: table-cell;
  vertical-align: bottom;
}
.footer-copyright-wrap .custom > div > ul li {
  display: inline-block;
  padding: 0px 20px 5px 0px;
}
.footer-copyright-wrap .custom > div > ul li a {
  font-size: .75rem;
  color: #999;
}
/* NEWSLETTER
-------------------- */
#newsletterIframe {
  width: 100%;
  height: 700px;
}
/* EXHIBITOR ZONE LOGIN
-------------------- */
.itemid-238{}
.itemid-238 .t3-content .page-header{padding: 0 50px 0px;}
.itemid-238 .t3-content h1{color: #000;font-weight: 300;font-size: 3.3em;margin-bottom: 30px;}


/* FOOTER SOCIAL -- used in drawer as well
-------------------- */
.footer-social {
  background-color: #000;
  position: relative;
  float: left;
  width: 100%;
}
.mob-social {
  background-color: #000;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
}
.footer-social-wrap,
.mob-social-wrap {
  display: table;
  position: relative;
  width: 100%;
}
.footer-social-wrap ul,
.mob-social-wrap ul {
  background-color: #1b1b1b;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.footer-social-wrap ul li,
.mob-social-wrap ul li {
  float: none !important;
  margin: 0px !important;
  text-align: center !important;
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.footer-social-wrap ul li a,
.mob-social-wrap ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  padding: 25px 0px;
}
.footer-social-wrap ul li a span,
.mob-social-wrap ul li a span {
  font-size: 1.8em !important;
}
.footer-social-wrap .foundicon-facebook,
.mob-social-wrap .foundicon-facebook {
  color: #3b5998 !important;
}
.footer-social-wrap .foundicon-twitter,
.mob-social-wrap .foundicon-twitter {
  color: #00aced !important;
}
.footer-social-wrap .foundicon-torso,
.mob-social-wrap .foundicon-torso {
  color: #51c332 !important;
}
.footer-social-wrap .foundicon-tumblr,
.mob-social-wrap .foundicon-tumblr {
  color: #e6162d !important;
}
.footer-social-wrap .foundicon-linkedin,
.mob-social-wrap .foundicon-linkedin {
  color: #0077b5 !important;
}
.footer-social-wrap .foundicon-instagram,
.mob-social-wrap .foundicon-instagram {
  color: #bf4030 !important;
}
.footer-social .footer-social-wrap ul li:nth-child(odd) {
  background-color: #1f1f1f;
}
.mob-social .mob-social-wrap ul li:nth-child(odd) {
  background-color: #1f1f1f;
}
/* wechat qr code popup
-------------------- */
.wechatQR {
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-100%, -55%);
          transform: translate(-100%, -55%);
}
.block-header .wechatQR {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.mob-social .wechatQR {
  -webkit-transform: translate(-100%, -85%);
          transform: translate(-100%, -85%);
}
