@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500);
@import url(https://fonts.googleapis.com/css?family=Khand:400,100,300,700);
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
a {
  color: black;
  text-decoration: none;
}
a:hover,
a:active {
  color: #666;
}
.title {
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
}
.single_page_links {
  flex: 2;
  -webkit-flex: 2;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
.single_page_links li {
  margin-bottom: 10px;
}
.news_text a:link,
.caption a:link,
.single_description a:link,
.news_text a:active,
.caption a:active,
.single_description a:active {
  text-decoration: underline;
}
.news_text a:hover,
.caption a:hover,
.single_description a:hover,
.news_text a:active,
.caption a:active,
.single_description a:active {
  text-decoration: none;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: Roboto;
  font-size: 12px;
}
#header {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 100;
  padding-top: 35px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
#header a:link,
#header a:visited {
  color: black;
  text-decoration: none;
}
#header a:hover,
#header a:active {
  color: black;
  text-decoration: none;
  color: #666;
}
#header #logo {
  position: absolute;
  left: 37px;
  top: 37px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
#header #logo img {
  width: 180px;
}
#header #menu {
  font-weight: 400;
  font-size: 14px;
}
#header #menu ul {
  display: inline-block;
}
#header #menu ul li {
  display: inline-block;
  margin: auto 10px;
}
#header #menu ul li.active {
  border-bottom: 3px solid black;
}
#header.smaller {
  height: 60px;
  padding-top: 20px;
}
#header.smaller #logo {
  left: 20px;
  top: 20px;
}
#header.smaller #logo img {
  width: 180px;
}
#container {
  width: 60%;
  margin: auto;
  height: 100%;
}
#container .content {
  padding-top: 80px;
}
#front_page {
  height: 100%;
  padding-top: 90px;
}
#front_page #front_image {
  height: 80%;
  width: 100%;
  max-width: 100%;
  max-height: 80%;
  background-size: cover;
  background-position: center center;
}
#front_page #front_text {
  margin-top: 8px;
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
}
#front_page #front_text #front_title {
  font-size: 25px;
  line-height: 24px;
}
#front_page #front_text #front_artist {
  font-size: 17px;
  line-height: 10px;
}
#front_page #front_text #front_artist span {
  display: inline-block;
  border-bottom: 3px solid black;
  padding-bottom: 1px;
}
#front_page .front_button {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
#front_page .front_button:hover {
  opacity: 0.5;
}
#front_page #now_button,
#front_page #more_button {
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
#front_page #now_button {
  left: 20px;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
#front_page #more_button {
  right: 20px;
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
}
#front_page #news_button {
  bottom: 20px;
  width: 20px;
  text-align: center;
  left: 50%;
  margin-left: -10px;
}
#front_page #social_buttons {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: 45px;
}
#front_page #social_buttons .social_button {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px;
}
#front_page #social_buttons .social_button img {
  height: 100%;
}
#front_page #social_buttons .social_button.wechat {
  cursor: pointer;
}
#front_page #social_buttons #wechat_box {
  position: absolute;
  width: 100px;
  left: -110px;
  bottom: -5px;
  text-align: right;
  display: none;
}
#upcoming {
  padding-top: 70px;
  text-align: center;
}
#upcoming p.upcoming_title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}
#upcoming .upcoming_item {
  margin-bottom: 7px;
}
#upcoming .upcoming_item .upcoming_title {
  font-size: 20px;
  line-height: 23px;
}
#upcoming .upcoming_item .upcoming_title span {
  display: inline-block;
  border-top: 3px solid black;
}
#upcoming .upcoming_item .upcoming_text {
  margin-top: -3px;
}
#news {
  margin: auto;
  padding-bottom: 50px;
  width: 75%;
}
#news .newsitem {
  margin-bottom: 40px;
}
#news .newsitem .news_thumb {
  width: 100%;
}
#news .newsitem .news_thumb img {
  width: 100%;
}
#news .newsitem .news_title {
  margin-top: 5px;
  line-height: 17px;
  font-size: 17px;
  font-family: Khand;
  font-weight: 700;
}
#news .newsitem .news_title span {
  padding-top: 2px;
  display: inline-block;
  border-top: 3px solid black;
}
#exhibitions_overview,
.single_project_overview,
#artfairs_overview {
  margin-top: 70px;
}
#exhibitions_overview .exhibition_preview,
.single_project_overview .exhibition_preview,
#artfairs_overview .exhibition_preview,
#exhibitions_overview .project_preview,
.single_project_overview .project_preview,
#artfairs_overview .project_preview,
#exhibitions_overview .artfair_preview,
.single_project_overview .artfair_preview,
#artfairs_overview .artfair_preview {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
}
#exhibitions_overview .exhibition_preview:last-child,
.single_project_overview .exhibition_preview:last-child,
#artfairs_overview .exhibition_preview:last-child,
#exhibitions_overview .project_preview:last-child,
.single_project_overview .project_preview:last-child,
#artfairs_overview .project_preview:last-child,
#exhibitions_overview .artfair_preview:last-child,
.single_project_overview .artfair_preview:last-child,
#artfairs_overview .artfair_preview:last-child {
  padding-bottom: 80px;
}
#exhibitions_overview .exhibition_preview .preview_thumb,
.single_project_overview .exhibition_preview .preview_thumb,
#artfairs_overview .exhibition_preview .preview_thumb,
#exhibitions_overview .project_preview .preview_thumb,
.single_project_overview .project_preview .preview_thumb,
#artfairs_overview .project_preview .preview_thumb,
#exhibitions_overview .artfair_preview .preview_thumb,
.single_project_overview .artfair_preview .preview_thumb,
#artfairs_overview .artfair_preview .preview_thumb {
  flex: 1;
  -webkit-flex: 1;
}
#exhibitions_overview .exhibition_preview .preview_thumb img,
.single_project_overview .exhibition_preview .preview_thumb img,
#artfairs_overview .exhibition_preview .preview_thumb img,
#exhibitions_overview .project_preview .preview_thumb img,
.single_project_overview .project_preview .preview_thumb img,
#artfairs_overview .project_preview .preview_thumb img,
#exhibitions_overview .artfair_preview .preview_thumb img,
.single_project_overview .artfair_preview .preview_thumb img,
#artfairs_overview .artfair_preview .preview_thumb img {
  width: 400px;
}
#exhibitions_overview .exhibition_preview .preview_info,
.single_project_overview .exhibition_preview .preview_info,
#artfairs_overview .exhibition_preview .preview_info,
#exhibitions_overview .project_preview .preview_info,
.single_project_overview .project_preview .preview_info,
#artfairs_overview .project_preview .preview_info,
#exhibitions_overview .artfair_preview .preview_info,
.single_project_overview .artfair_preview .preview_info,
#artfairs_overview .artfair_preview .preview_info {
  flex: 1;
  -webkit-flex: 1;
  text-align: right;
  padding-left: 20px;
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
}
#exhibitions_overview .exhibition_preview .preview_info .preview_title,
.single_project_overview .exhibition_preview .preview_info .preview_title,
#artfairs_overview .exhibition_preview .preview_info .preview_title,
#exhibitions_overview .project_preview .preview_info .preview_title,
.single_project_overview .project_preview .preview_info .preview_title,
#artfairs_overview .project_preview .preview_info .preview_title,
#exhibitions_overview .artfair_preview .preview_info .preview_title,
.single_project_overview .artfair_preview .preview_info .preview_title,
#artfairs_overview .artfair_preview .preview_info .preview_title {
  font-size: 20px;
  line-height: 20px;
}
#exhibitions_overview .exhibition_preview .preview_info .preview_text,
.single_project_overview .exhibition_preview .preview_info .preview_text,
#artfairs_overview .exhibition_preview .preview_info .preview_text,
#exhibitions_overview .project_preview .preview_info .preview_text,
.single_project_overview .project_preview .preview_info .preview_text,
#artfairs_overview .project_preview .preview_info .preview_text,
#exhibitions_overview .artfair_preview .preview_info .preview_text,
.single_project_overview .artfair_preview .preview_info .preview_text,
#artfairs_overview .artfair_preview .preview_info .preview_text {
  font-size: 14px;
  line-height: 14px;
  padding-left: 20px;
}
#exhibitions_overview .exhibition_preview .preview_info .preview_text span,
.single_project_overview .exhibition_preview .preview_info .preview_text span,
#artfairs_overview .exhibition_preview .preview_info .preview_text span,
#exhibitions_overview .project_preview .preview_info .preview_text span,
.single_project_overview .project_preview .preview_info .preview_text span,
#artfairs_overview .project_preview .preview_info .preview_text span,
#exhibitions_overview .artfair_preview .preview_info .preview_text span,
.single_project_overview .artfair_preview .preview_info .preview_text span,
#artfairs_overview .artfair_preview .preview_info .preview_text span {
  display: inline-block;
  border-bottom: 3px solid black;
}
.exhibition_single .single_info .single_header,
.artfair_single .single_info .single_header,
.project_single .single_info .single_header {
  text-align: right;
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
}
.exhibition_single .single_info .single_header .single_title,
.artfair_single .single_info .single_header .single_title,
.project_single .single_info .single_header .single_title {
  font-size: 25px;
}
.exhibition_single .single_info .single_header .single_artist,
.artfair_single .single_info .single_header .single_artist,
.project_single .single_info .single_header .single_artist {
  line-height: 17px;
  font-size: 20px;
  margin-top: -5px;
}
.exhibition_single .single_info .single_header .single_artist span,
.artfair_single .single_info .single_header .single_artist span,
.project_single .single_info .single_header .single_artist span {
  display: inline-block;
  border-bottom: 3px solid black;
  padding-bottom: 0px;
}
.exhibition_single .single_info .single_infobody,
.artfair_single .single_info .single_infobody,
.project_single .single_info .single_infobody {
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
}
.exhibition_single .single_info .single_infobody .single_description,
.artfair_single .single_info .single_infobody .single_description,
.project_single .single_info .single_infobody .single_description {
  flex: 3;
  -webkit-flex: 3;
}
.exhibition_single .single_info .single_infobody .single_links,
.artfair_single .single_info .single_infobody .single_links,
.project_single .single_info .single_infobody .single_links {
  flex: 2;
  -webkit-flex: 2;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
.exhibition_single .single_info .single_infobody .single_links li,
.artfair_single .single_info .single_infobody .single_links li,
.project_single .single_info .single_infobody .single_links li {
  margin-bottom: 10px;
}
.exhibition_single .single_content,
.artfair_single .single_content,
.project_single .single_content {
  margin-top: 30px;
  padding-bottom: 100px;
}
.piece {
  margin: 30px auto;
}
.piece .piece_image img {
  width: 100%;
  height: 100%;
}
.piece .piece_info {
  margin-top: 7px;
}
.piece .piece_info .piece_title {
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 15px;
}
.piece .piece_info .piece_title::after {
  content: ', ';
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto;
}
.piece .piece_info .piece_year {
  display: inline-block;
}
.piece .piece_info .caption {
  line-height: 100%;
}
#artists_overview ul {
  margin-top: 70px;
}
#artists_overview ul li {
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 25px;
}
#artists_overview ul li span {
  display: inline-block;
  border-top: 3px solid black;
  padding-top: 3px;
}
#single_artist {
  padding-bottom: 100px;
}
#single_artist .artist_header .artist_name {
  font-family: Khand;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  font-size: 25px;
  line-height: 25px;
}
#single_artist .artist_header .artist_name span {
  display: inline-block;
  border-top: 3px solid black;
}
#single_artist .artist_header .artist_info {
  display: flex;
  display: -webkit-flex;
}
#single_artist .artist_header .artist_info .single_description {
  flex: 4;
  -webkit-flex: 4;
}
#single_artist .artist_header .artist_info .artist_links {
  margin-top: 15px;
  flex: 2;
  -webkit-flex: 2;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
#single_artist .artist_header .artist_info .artist_links li {
  margin-bottom: 10px;
}
.artfair_overview {
  text-align: center;
  margin-top: 70px;
}
.artfair_overview .artfair_preview {
  margin-bottom: 30px;
}
.artfair_overview .artfair_preview .title {
  font-size: 30px;
  line-height: 30px;
}
.artfair_overview .artfair_preview .title span {
  display: inline-block;
  border-top: 3px solid black;
}
.artfair_overview .artfair_preview .subtitle {
  font-family: Khand;
  font-size: 15px;
}
.artfair_overview .artfair_preview .subtitle .artist_name {
  font-weight: 700;
}
.artfair_single .single_info .single_title {
  line-height: 30px;
}
.artfair_single .single_info .single_title span {
  display: inline-block;
  border-top: 3px solid black;
}
.artfair_single .single_info .single_artist span {
  border: none !important;
}
.projects_overview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.projects_overview .title {
  margin: 30px auto;
  width: 280px;
  font-size: 30px;
  line-height: 30px;
}
.about {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.about .about_box {
  display: flex;
  display: -webkit-flex;
}
.about .about_box div {
  flex: 1;
  -webkit-flex: 1;
}
.about .about_box .map,
.about .about_box .map iframe {
  width: 400px;
  height: 400px;
  border: none;
  padding-right: 20px;
}
.about .about_box .about_info .about_address {
  font-family: Khand;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1em;
}
.about .about_box .about_info p {
  margin: 10px auto;
}
