<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Others
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/raleway/raleway400normal.eot);
  src: local('Raleway'), url(../fonts/raleway/raleway400normal.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway/raleway400normal.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/raleway/raleway200normal.eot);
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(../fonts/raleway/raleway200normal.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway/raleway200normal.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ptsans/pt-sans400normal.eot);
  src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/ptsans/pt-sans400normal.eot?#iefix) format('embedded-opentype'), url(../fonts/ptsans/pt-sans400normal.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/ptsans/pt-sans400italic.eot);
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(../fonts/ptsans/pt-sans400italic.eot?#iefix) format('embedded-opentype'), url(../fonts/ptsans/pt-sans400italic.woff) format('woff');
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider/flexslider-icon.eot');
  src: url('../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides &gt; li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides &gt; li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 24px;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 16px;
  height: 16px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
  left: -30px;
  background: url(../images/arrow_left.jpg) no-repeat;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  right: -30px;
  text-align: right;
  background: url(../images/arrow_right.jpg) no-repeat;
  text-indent: -9999px;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0 20px 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 0 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 0 0;
}
a img.alignright {
  float: right;
  margin: 0 0 0 20px;
}
a img.alignnone {
  margin: 0 20px 0 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h1 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 35px;
}
h2 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}
h3 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 8px;
}
p {
  margin-top: 0;
  margin-bottom: 28px;
  line-height: 1.8;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition: all 0.5s ease;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.glyphicon-chevron-left:before {
  content: url('../images/arrow-left-home.svg');
}
.glyphicon-chevron-right:before {
  content: url('../images/arrow-right-home.svg');
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  z-index: 999;
  background: #fff;
}
.admin-bar .header-fixed {
  top: 32px;
}
.navbar {
  margin-top: 34px;
  margin-bottom: 14px;
}
.navbar .froots_menu {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.navbar .froots_menu &gt; li {
  float: left;
  list-style: none;
  width: 126px;
  padding: 20px 0;
}
.navbar .froots_menu &gt; li:last-child {
  width: auto;
}
.navbar .froots_menu &gt; li a {
  color: #4d4d4d;
  font-size: 15px;
  text-decoration: none;
  padding: 30px 0 5px 0;
  position: relative;
}
.navbar .froots_menu &gt; li a:hover:after {
  width: 100%;
}
.navbar .froots_menu &gt; li a:after {
  position: absolute;
  display: block;
  content: '';
  top: auto;
  right: auto;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 2px solid #4d4d4d;
  background: none;
}
.navbar .froots_menu &gt; li.current-menu-item a:after {
  width: 100%;
}
.navbar .froots_menu &gt; li.next-logo {
  margin-left: 250px;
}
.single-post .navbar .froots_menu &gt; li.exhibition a:after,
.single-artist .navbar .froots_menu &gt; li.artist a:after,
.single-project .navbar .froots_menu &gt; li.project a:after,
.single-media .navbar .froots_menu &gt; li.news a:after {
  width: 100%;
}
.site-logo {
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -71px;
}
.content-main {
  margin-top: 110px;
}
.home .content-main {
  margin-top: 0;
}
/* home slider */
.carousel-home {
  overflow: hidden;
  margin-top: 110px;
}
.carousel-home .carousel-inner {
  position: relative;
  width: 2580px;
  left: 50%;
  margin-left: -1290px;
  margin-bottom: 70px;
}
.carousel-home .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.carousel-home .carousel-inner &gt; .item .item-inner {
  width: 860px;
  float: left;
}
.carousel-home .carousel-inner &gt; .item .item-inner img {
  width: 860px;
}
.carousel-home .carousel-inner &gt; .item .item-inner:before {
  content: ' ';
  display: block;
  height: 378px;
  width: 860px;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 99;
}
.carousel-home .carousel-inner &gt; .item .item-inner:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.carousel-home .carousel-inner &gt; .item .item-inner:first-child:before,
.carousel-home .carousel-inner &gt; .item .item-inner:last-child:before {
  content: ' ';
  display: block;
  height: 378px;
  width: 860px;
  transition: all 2.5s ease;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99;
}
.carousel-home .carousel-inner .active.left {
  left: -33%;
}
.carousel-home .carousel-inner .active.right {
  left: 33%;
}
.carousel-home .carousel-inner .next {
  left: 33%;
}
.carousel-home .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-home .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
  }
}
.carousel-home .carousel-control {
  margin-bottom: 70px;
  color: #fff;
  opacity: 0.7;
}
.carousel-home .carousel-control:hover {
  opacity: 1;
}
.carousel-home .carousel-control.left,
.carousel-home .carousel-control.right {
  background-image: none;
  width: auto;
}
.carousel-home .carousel-control.left {
  left: 50%;
  margin-left: -460px;
}
.carousel-home .carousel-control.right {
  right: 50%;
  margin-right: -460px;
}
.carousel-home .carousel-indicators li {
  background: #b5b4b4;
  width: 12px;
  height: 12px;
  margin: 1px;
}
.carousel-home .carousel-indicators li.active {
  background: #595757;
}
/* home */
.home-exhibition {
  float: left;
  margin-right: 32px;
}
.home-exhibition &gt; h3 {
  color: #333;
  background: #efefef;
  padding: 9px;
  font-size: 14px;
  font-weight: normal;
  max-width: 200px;
  margin-bottom: 15px;
  letter-spacing: 0.13em;
}
.home-news {
  float: left;
  width: 726px;
}
.home-news &gt; h3 {
  color: #333;
  background: #efefef;
  padding: 9px;
  font-weight: normal;
  max-width: 256px;
  letter-spacing: 0.13em;
  margin-bottom: 15px;
  font-size: 14px;
}
.home-news .home-news-section {
  overflow: hidden;
  margin-bottom: 30px;
}
.home-news .home-news-section .home-news-column-one {
  float: left;
  margin-right: 24px;
}
.home-news .home-news-section .home-news-column-two &gt; h3 {
  font-weight: bold;
  line-height: 26px;
}
.home-news .home-news-section .home-news-column-two p {
  line-height: 26px;
  margin-bottom: 17px;
}
.home-news .home-news-section .more {
  display: inline-block;
  padding: 2px 14px;
  background: #999;
  color: #fff;
  margin-top: 18px;
  letter-spacing: 0.15em;
}
/* search form */
.header-search {
  margin-top: 40px;
  width: 80px;
  float: right;
}
.header-search .search-form {
  position: relative;
}
.header-search .search-form .search-field {
  width: 100%;
}
.header-search .search-form .glyphicon-search {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  line-height: 1.6;
  z-index: 9;
}
.header-search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 9;
  background: none;
  border: none;
}
.lang-menu {
  font-size: 0;
  display: none;
  position: absolute;
  right: 15px;
  padding: 9px 18px;
  background: #efefef;
  color: #595757;
}
.lang-menu a {
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #595757;
  font-size: 12px;
}
.lang-menu a.lang-active {
  font-weight: bold;
}
.site-footer {
  clear: both;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 18px;
  border-top: 1px solid #b5b4b4;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  word-spacing: 1px;
}
.site-footer .en-in-cn {
  letter-spacing: 0.02em;
  font-size: 10px;
}
.site-footer p {
  line-height: 16px;
  color: #4d4d4d;
}
.home .site-footer {
  margin-top: 70px;
}
.cp-breadcrumb {
  overflow: hidden;
  float: right;
  margin-bottom: 36px;
}
.cp-breadcrumb li {
  float: left;
  margin-left: 13px;
  color: #333;
  list-style: none;
}
.cp-breadcrumb li p {
  display: none;
}
.cp-breadcrumb li a {
  color: #333;
}
.entry-content {
  clear: both;
  margin-bottom: 18px;
}
/* thumb text filter */
.thumbnail-text-filter {
  float: right;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 5px 13px;
}
.thumbnail-text-filter a {
  margin-left: 20px;
  cursor: pointer;
  color: #333;
}
.thumbnail-text-filter .glyphicon {
  margin-right: 8px;
}
.thumbnail-text-filter .active {
  background: #efefef;
  padding: 5px 13px;
}
/* related news */
.related-news-container h2 {
  margin-top: 36px;
  margin-bottom: 22px;
}
.related-news-container .related-news {
  width: 200px;
  float: left;
}
.related-news-container .related-news .date {
  margin-top: 10px;
  font-size: 13px;
  display: block;
}
.related-news-container .related-news .title {
  font-size: 13px;
  display: block;
}
/* general carousel styles */
.carousel-control {
  color: #3b3939;
  opacity: 0.7;
}
.carousel-control:hover {
  opacity: 1;
}
.carousel-control .glyphicon-menu-left:before {
  content: url('../images/arrow-left.svg');
}
.carousel-control .glyphicon-menu-right:before {
  content: url('../images/arrow-right.svg');
}
/* all artists page */
.site-content-artists {
  overflow: hidden;
}
.site-content-artists .category-title {
  clear: both;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.15em;
  margin-bottom: 33px;
}
.site-content-artists .category-title.text-only {
  margin-bottom: 30px;
  padding-top: 46px;
}
.site-content-artists .category-title.text-only:before {
  top: 71px;
}
.site-content-artists .category-title.category-title-first {
  padding-top: 0;
}
.site-content-artists .category-title.category-title-first.text-only:before {
  top: 5px;
}
.site-content-artists .entry-artist {
  width: 20%;
  padding-right: 18px;
  float: left;
  margin-bottom: 66px;
}
.site-content-artists .entry-artist.text-only {
  width: 25%;
  margin-bottom: 24px;
}
.site-content-artists .entry-artist.text-only .thumbnail {
  display: none;
}
.site-content-artists .entry-artist .thumbnail {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
.site-content-artists .entry-artist .thumbnail img {
  margin: 0;
}
.site-content-artists .entry-artist .name a {
  font-size: 14px;
  line-height: 22px;
}
/* single artist page */
.single-artist .entry-title {
  font-weight: normal;
  color: #000;
  margin-bottom: 24px;
}
.single-artist .artwork-sub-title {
  font-weight: bold;
}
.single-artist .artist-intro h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
}
.single-artist .artist-intro p {
  margin-bottom: 27px;
  line-height: 26px;
}
.single-artist .related-news-container {
  max-width: 410px;
}
.single-artist .related-news-container &gt; h3 {
  background: #efefef;
  padding: 8px 12px;
  font-size: 14px;
  margin-top: 70px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-artist .related-news-container .related-news-section {
  overflow: hidden;
  margin-bottom: 30px;
}
.single-artist .related-news-container .related-news-section .related-news-column-one {
  float: left;
  margin-right: 20px;
}
.single-artist .related-news-container .related-news-section .related-news-column-two {
  max-width: 238px;
  float: left;
}
.single-artist .related-news-container .related-news-section .more {
  display: inline-block;
  padding: 2px 14px;
  background: #b5b5b6;
  color: #fff;
}
.single-artist .related-news-container .related-news-section h3 {
  font-weight: bold;
  line-height: 1.5;
}
.single-artist .modal-dialog {
  width: 517px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.single-artist .modal-content,
.single-artist .modal-header,
.single-artist .modal-body {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}
.single-artist .modal {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.single-artist .modal .close {
  position: absolute;
  right: -32px;
  top: -10px;
  color: #fff;
  font-size: 32px;
  z-index: 999;
  top: 0;
  opacity: 0.7;
}
.single-artist .modal .close:hover {
  opacity: 1;
}
.single-artist .modal .close span {
  font-weight: 100;
  font-size: 38px;
}
.single-artist .modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.single-artist .carousel-artwork-modal .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.single-artist .carousel-artwork-modal .carousel-inner &gt; .item .item-inner {
  width: 124px;
  float: left;
  margin-top: 7px;
  margin-right: 7px;
}
.single-artist .carousel-artwork-modal .carousel-inner &gt; .item .item-inner img {
  width: 124px;
}
.single-artist .carousel-artwork-modal .carousel-inner &gt; .item .item-inner:last-child {
  margin-right: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .single-artist .carousel-artwork-modal .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.single-artist .carousel-artwork-modal .carousel-control {
  width: 30px;
  background: none;
  font-size: 16px;
}
.single-artist .carousel-artwork-modal .carousel-control span {
  margin-top: 60px;
  font-size: 22px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.single-artist .carousel-artwork-modal .carousel-control .glyphicon-menu-left:before {
  content: url('../images/arrow-left-popup.svg');
}
.single-artist .carousel-artwork-modal .carousel-control .glyphicon-menu-right:before {
  content: url('../images/arrow-right-popup.svg');
}
.single-artist .carousel-artwork-modal .carousel-control.left {
  left: -34px;
}
.single-artist .carousel-artwork-modal .carousel-control.right {
  right: -42px;
}
.single-artist .carousel-featured img {
  max-width: 475px;
  max-height: 395px;
  margin-bottom: 14px;
}
.single-artist .item-featured {
  text-align: center;
  background: #fff;
  padding: 12px;
  width: 517px;
  height: 500px;
}
.single-artist .item-featured img {
  max-width: 493px;
  max-height: 430px;
}
.single-artist .item-featured .caption {
  text-align: left;
  margin-top: 12px;
}
.single-artist .artist-experience p {
  margin-bottom: 6px;
  overflow: hidden;
}
.single-artist .artist-experience .date {
  width: 80px;
  display: block;
  float: left;
}
.single-artist .artist-experience .detail {
  width: 300px;
  display: block;
  float: right;
}
.single-artist .experience-title {
  margin-top: 29px;
  margin-bottom: 4px;
  line-height: 26px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.single-artist .more-experience {
  display: none;
}
.single-artist .more-experience-btn {
  color: #3b3939;
  border-bottom: 1px solid #3b3939;
  margin-bottom: 6px;
  display: inline-block;
}
.carousel-artwork {
  margin-bottom: 32px;
}
.carousel-artwork .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.carousel-artwork .carousel-inner &gt; .item .item-inner {
  width: 110px;
  float: left;
  margin-right: 11px;
}
.carousel-artwork .carousel-inner &gt; .item .item-inner img {
  width: 126px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-artwork .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.carousel-artwork .carousel-control {
  width: 30px;
  background: none;
  font-size: 16px;
}
.carousel-artwork .carousel-control span {
  margin-top: 40px;
  font-size: 22px;
  color: #595757;
  text-shadow: none;
}
.carousel-artwork .carousel-control.left {
  left: -26px;
}
.carousel-artwork .carousel-control.right {
  right: 45px;
}
/* all exhibitions */
.site-content-exhibition .exhibition-links {
  padding: 0;
  padding-top: 47px;
  margin-bottom: 47px;
}
.site-content-exhibition .exhibition-links li {
  float: left;
  list-style: none;
  font-size: 12px;
}
.site-content-exhibition .exhibition-links li .current-year {
  border-bottom: 1px solid #333;
}
.site-content-exhibition .exhibition-links li a {
  color: #333;
}
.site-content-exhibition .exhibition-links li span.line {
  display: none;
}
.site-content-exhibition .exhibition-links li span.link {
  margin-right: 28px;
}
.site-content-exhibition .exhibition-links li.current-year .link {
  border-bottom: 1px solid #3b3939;
}
.site-content-exhibition .exhibition-links li:last-child .line {
  display: none;
}
.site-content-exhibition .news-column {
  clear: both;
  overflow: hidden;
}
.site-content-exhibition .news-column article {
  width: 210px;
  float: left;
  margin-right: 40px;
  margin-bottom: 44px;
}
.site-content-exhibition .news-column article:nth-child(4n) {
  margin-right: 0;
}
.site-content-exhibition .news-column article.text-only {
  min-height: 100px;
}
.site-content-exhibition .news-column article.text-only .thumbnail {
  display: none;
}
.site-content-exhibition .news-column article.text-only .name {
  height: auto;
}
.site-content-exhibition .thumbnail {
  padding: 0;
  border: 0;
}
.site-content-exhibition .thumbnail img {
  margin: 0;
}
.site-content-exhibition .date {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
}
.site-content-exhibition .name {
  padding: 0;
  margin: 0;
  line-height: 22px;
  font-size: 12px;
  height: 100px;
  font-weight: normal;
}
.site-content-exhibition .name &gt; a {
  font-weight: bold;
  color: #333;
}
.blog .site-content-exhibition .exhibition-links .all-year .link {
  border-bottom: 1px solid #3b3939;
}
.blog.archive .site-content-exhibition .exhibition-links .all-year .link {
  border-bottom: none;
}
/* single exhibition */
.exhibition-column-one {
  width: 412px;
  margin-right: 70px;
  float: left;
}
.exhibition-column-two {
  float: left;
  width: 480px;
}
.exhibition-column-two h1 {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.13em;
  font-weight: normal;
}
.exhibition-column-two h2 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 38px;
  color: #000;
}
.exhibition-column-two h4 {
  font-size: 14px;
  margin-bottom: 34px;
  line-height: 26px;
}
.exhibition-column-two p {
  margin-bottom: 28px;
  line-height: 2.2;
}
.exhibition-column-two strong {
  color: #333;
}
.carousel-exhibition {
  margin-bottom: 32px;
  margin-top: 26px;
}
.carousel-exhibition .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.carousel-exhibition .carousel-inner &gt; .item .item-inner {
  width: 128px;
  float: left;
  margin-right: 14px;
}
.carousel-exhibition .carousel-inner &gt; .item .item-inner img {
  width: 128px;
}
.carousel-exhibition .carousel-inner &gt; .item .item-inner:last-child {
  margin-right: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-exhibition .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.carousel-exhibition .carousel-control {
  width: 30px;
  background: none;
  font-size: 16px;
}
.carousel-exhibition .carousel-control span {
  margin-top: 40px;
  font-size: 22px;
  color: #595757;
  text-shadow: none;
}
.carousel-exhibition .carousel-control.left {
  left: -26px;
}
.carousel-exhibition .carousel-control.right {
  right: -30px;
}
.carousel-news .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-news .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.carousel-news .carousel-control {
  width: 30px;
  background: none;
  font-size: 16px;
}
.carousel-news .carousel-control span {
  margin-top: 40px;
  font-size: 22px;
  color: #595757;
  text-shadow: none;
}
.carousel-news .carousel-control.left {
  left: -26px;
}
.carousel-news .carousel-control.right {
  right: -30px;
}
.exhibition-news &gt; h3 {
  background: #efefef;
  padding: 8px 12px;
  margin-top: 70px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.exhibition-news .exhibition-news-section {
  overflow: hidden;
  margin-bottom: 30px;
}
.exhibition-news .exhibition-news-section .exhibition-news-column-one {
  float: left;
  margin-right: 20px;
}
.exhibition-news .exhibition-news-section .exhibition-news-column-two {
  max-width: 240px;
  float: left;
}
.exhibition-news .exhibition-news-section .exhibition-news-column-two &gt; h3 {
  font-weight: bold;
}
.exhibition-news .exhibition-news-section .exhibition-news-column h3 {
  line-height: 1.5;
}
.exhibition-news .exhibition-news-section .more {
  display: inline-block;
  padding: 2px 14px;
  background: #b5b5b6;
  color: #fff;
}
.carousel-artists {
  margin-bottom: 32px;
  margin-top: 26px;
  margin-left: 24px;
}
.carousel-artists .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.carousel-artists .carousel-inner &gt; .item .item-inner {
  width: 134px;
  float: left;
  margin-right: 17px;
}
.carousel-artists .carousel-inner &gt; .item .item-inner img {
  width: 134px;
}
.carousel-artists .carousel-inner &gt; .item .item-inner:last-child {
  margin-right: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-artists .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.carousel-artists .carousel-control {
  width: 30px;
  background: none;
  font-size: 16px;
}
.carousel-artists .carousel-control span {
  margin-top: 40px;
  font-size: 22px;
  color: #595757;
  text-shadow: none;
}
.carousel-artists .carousel-control.left {
  left: -32px;
}
.carousel-artists .carousel-control.right {
  right: -14px;
}
/* related artists */
.related-artists-container {
  display: inline-block;
}
.related-artists-container &gt; h3 {
  background: #efefef;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 70px;
  width: 480px;
  margin-bottom: 20px;
}
.related-artists-container .related-artists {
  width: 130px;
  float: left;
  margin-right: 20px;
}
.related-artists-container .related-artists:last-child {
  margin-right: 0;
}
.related-artists-container .related-artists .title {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: #666;
}
.carousel-exhibitions {
  margin-bottom: 32px;
  margin-top: 26px;
}
.carousel-exhibitions .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.carousel-exhibitions .carousel-inner &gt; .item .item-inner {
  width: 128px;
  float: left;
  margin-right: 8px;
}
.carousel-exhibitions .carousel-inner &gt; .item .item-inner:last-child {
  margin-right: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-exhibitions .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.carousel-exhibitions .carousel-control {
  width: 30px;
  background: none;
  font-size: 16px;
}
.carousel-exhibitions .carousel-control span {
  margin-top: 40px;
  font-size: 22px;
  color: #595757;
  text-shadow: none;
}
.carousel-exhibitions .carousel-control.left {
  left: -24px;
}
.carousel-exhibitions .carousel-control.right {
  right: -24px;
}
/* related exhibitions */
.related-exhibitions-container {
  display: inline-block;
}
.related-exhibitions-container &gt; h3 {
  background: #efefef;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 70px;
  width: 400px;
  margin-bottom: 20px;
}
.related-exhibitions-container .related-exhibitions {
  width: 130px;
  float: left;
  margin-right: 20px;
}
.related-exhibitions-container .related-exhibitions:last-child {
  margin-right: 0;
}
.related-exhibitions-container .related-exhibitions .title {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}
/* all projects */
.site-content-projects .category-title {
  clear: both;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.site-content-projects .category-title.category-title-only {
  margin-top: 16px;
}
.site-content-projects .project-title {
  font-weight: normal;
  line-height: 1.8;
}
.site-content-projects article {
  margin-bottom: 0;
}
.site-content-projects article:after {
  content: '';
  display: block;
  clear: both;
}
.site-content-projects .image-full {
  margin-bottom: 22px;
  margin-right: 52px;
  float: left;
  width: 612px;
  height: 408px;
  text-align: center;
  line-height: 408px;
}
.site-content-projects .image-full img {
  max-width: 612px;
  max-height: 408px;
}
.site-content-projects .carousel-project {
  margin-bottom: 32px;
}
.site-content-projects .carousel-project .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.site-content-projects .carousel-project .carousel-inner &gt; .item .item-inner {
  width: 313px;
  float: left;
  margin-right: 10px;
}
.site-content-projects .carousel-project .carousel-inner &gt; .item .item-inner img {
  width: 313px;
}
.site-content-projects .carousel-project .carousel-inner &gt; .item .item-inner:last-child {
  margin-right: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .site-content-projects .carousel-project .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.site-content-projects .carousel-project .carousel-control {
  width: 20px;
  background: none;
  font-size: 16px;
}
.site-content-projects .carousel-project .carousel-control span {
  margin-top: 85px;
  color: #595757;
  text-shadow: none;
}
.site-content-projects .carousel-project .carousel-control.left {
  left: -26px;
}
.site-content-projects .carousel-project .carousel-control.right {
  right: -30px;
}
.site-content-projects .carousel-project.carousel-project-right {
  width: 270px;
  float: left;
  margin-bottom: 0;
}
.site-content-projects .carousel-project.carousel-project-right .carousel-inner &gt; .item .item-inner {
  width: 130px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.site-content-projects .carousel-project.carousel-project-right .carousel-inner &gt; .item .item-inner img {
  width: 130px;
}
.site-content-projects .carousel-project.carousel-project-right .carousel-inner &gt; .item .item-inner:nth-child(2n) {
  margin-right: 0;
}
.site-content-projects .carousel-project.carousel-project-right .carousel-inner &gt; .item .item-inner .item-large-img {
  display: none;
}
.site-content-projects .carousel-project.carousel-project-right .carousel-control span {
  margin-top: 200px;
}
.page-template-page-all-projects .site-footer {
  margin-top: 103px;
}
/* single project */
.single-project .the-galleries {
  float: left;
  width: 612px;
  margin-right: 46px;
}
.single-project .the-content {
  width: 289px;
  float: left;
}
.single-project .the-content .date {
  margin-top: 35px;
  display: block;
}
.single-project .the-content .location {
  display: block;
}
.single-project .project-title h1 {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-bottom: 36px;
}
.single-project .entry-title {
  margin-bottom: 26px;
}
.single-project .entry-content:after {
  content: '';
  display: block;
  clear: both;
}
.single-project .image-full {
  margin-bottom: 22px;
  width: 612px;
  height: 408px;
  text-align: center;
  line-height: 408px;
}
.single-project .image-full img {
  max-width: 612px;
  max-height: 408px;
}
.single-project .carousel-project {
  margin-bottom: 32px;
}
.single-project .carousel-project .carousel-inner &gt; .item {
  transition: 500ms ease-in-out left;
}
.single-project .carousel-project .carousel-inner &gt; .item .item-inner {
  width: 116px;
  float: left;
  margin-right: 11px;
}
.single-project .carousel-project .carousel-inner &gt; .item .item-inner:last-child {
  margin-right: 0;
}
.single-project .carousel-project .carousel-inner &gt; .item .item-inner img {
  width: 116px;
}
.single-project .carousel-project .carousel-inner &gt; .item .item-inner .item-large-img {
  display: none;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .single-project .carousel-project .carousel-inner &gt; .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
  }
}
.single-project .carousel-project .carousel-control {
  width: 20px;
  background: none;
  font-size: 16px;
}
.single-project .carousel-project .carousel-control span {
  margin-top: 40px;
  color: #595757;
  text-shadow: none;
}
.single-project .carousel-project .carousel-control.left {
  left: -26px;
}
.single-project .carousel-project .carousel-control.right {
  right: -29px;
}
/* all medias */
.site-content-medias .media-links {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 40px;
}
.site-content-medias .media-links li {
  float: left;
  list-style: none;
}
.site-content-medias .media-links li a {
  color: #3b3939;
}
.site-content-medias .media-links li span.line {
  margin-left: 20px;
  margin-right: 20px;
}
.site-content-medias .media-links li.current-year .link {
  border-bottom: 1px solid #3b3939;
}
.site-content-medias .media-links li:last-child .line {
  display: none;
}
.site-content-medias article {
  margin-top: 0;
  margin-bottom: 48px;
  width: 50%;
  padding-right: 38px;
  float: left;
}
.site-content-medias article:nth-child(2n) {
  clear: both;
}
.site-content-medias article.media-new .date i {
  display: inline-block;
  margin-left: 10px;
}
.site-content-medias .thumbnail {
  border: none;
  float: left;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
.site-content-medias .date {
  font-size: 12px;
  display: block;
  line-height: 22px;
  margin-bottom: 5px;
}
.site-content-medias .date a {
  font-weight: bold;
  color: #333;
}
.site-content-medias .date i {
  display: none;
  font-style: normal;
  color: #d14a00;
  font-weight: bold;
}
.site-content-medias .name {
  font-size: 14px;
  display: block;
  line-height: 22px;
  margin-bottom: 2px;
}
.site-content-medias .name a {
  font-weight: bold;
  color: #333;
}
.site-content-medias .read-more {
  margin-top: 8px;
  display: block;
  background: #b5b5b6;
  padding: 1px 12px;
  color: #fff;
  display: inline-block;
}
.page .site-content-medias .all-year .link {
  border-bottom: 1px solid #3b3939;
}
/* single media */
.single-media .media-content {
  width: 658px;
  margin: 0 auto;
}
.single-media .media-content .featured-video {
  margin-bottom: 35px;
}
.single-media .media-content .media-gallery-img {
  margin-bottom: 35px;
  margin-right: 15px;
  float: left;
}
.single-media .media-content .media-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-media .media-content .media-date {
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
}
.single-media .media-content .media-featured {
  margin-bottom: 35px;
}
.single-media .media-content p {
  font-size: 12px;
  line-height: 2.2;
  color: #666;
}
/* gallery page */
.entry-content .the-content &gt; h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.page-template-page-gallery .entry-content p {
  line-height: 26px;
}
.gallery-section {
  margin-bottom: 50px;
  overflow: hidden;
}
.gallery-section .gallery-inner {
  float: left;
}
.gallery-section .gallery-inner-one {
  margin-right: 42px;
  width: 293px;
}
.gallery-section .gallery-inner-two {
  max-width: 625px;
}
.gallery-section .gallery-title {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.gallery-section .gallery-subtitle {
  font-weight: bold;
}
.gallery-section .more {
  display: inline-block;
  padding: 2px 14px;
  letter-spacing: 0.15em;
  background: #999;
  color: #fff;
}
.gallery-section p {
  line-height: 26px;
}
/* contact page */
.contact-section {
  margin-bottom: 50px;
  overflow: hidden;
}
.contact-section .contact-inner {
  float: left;
}
.contact-section .contact-inner-one {
  margin-right: 46px;
  width: 358px;
}
.contact-section .contact-inner-two {
  max-width: 555px;
}
.contact-section .contact-inner-two p {
  margin-bottom: 0;
  line-height: 30px;
}
.contact-section .contact-inner-two p strong {
  color: #333;
}
.contact-section .contact-title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 16px;
  margin-bottom: 26px;
}
.page-template-page-contact .entry-content h1 {
  margin-bottom: 15px;
}
.page-template-page-contact .site-footer {
  margin-top: 200px;
}
/* Chinese specify styles */
.body-zh-hans {
  letter-spacing: 0.13em;
  font-family: "source-han-sans-simplified-c", "Microsoft YaHei", "å¾®è½¯é›…é»‘", SimHei, "é»‘ä½“", "Heiti SC", STHeiti, "Hiragino Sans GB";
  font-size: 12px;
}
.body-zh-hans .navbar .froots_menu &gt; li {
  width: auto;
  margin-right: 88px;
}
.body-zh-hans .navbar .froots_menu &gt; li:last-child {
  margin-right: 0;
}
.body-zh-hans .navbar .froots_menu &gt; li.next-logo {
  margin-left: 210px;
}
.body-zh-hans .navbar .froots_menu &gt; li a {
  letter-spacing: 0.15em;
}
/* temporary disable responsive */
.container {
  width: 990px !important;
  max-width: none !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  float: left !important;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0;
}
.carousel-home {
  min-width: 990px;
}
</pre></body></html>