.path--exhibitions .site-main * {
	font-family: 'Lato', sans-serif, 'Heiti TC', 'Microsoft JhengHei';
	/*font-weight: 300;*/
}

.path--exhibitions .site-main {
	margin-top: 0;
}

.path--exhibitions .site-header-inner {
	border-bottom: 0;
}

/* V3 */
/*.path--exhibitions .site-content-pad {
	max-width: 1260px;
}*/

.path--exhibitions a:hover {
	color: #ff2525;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	transition: color 1s;
}

.path--exhibitions #featured {
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
}

.path--exhibitions #featured *,
	.path--exhibitions #featured a {
	color: #fff;
	text-shadow: 0 0 5px #000;
}

.path--exhibitions #featured .featured-link {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background: url(images/v3/featured_mask.png);
}

.path--exhibitions #featured .vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	max-width: 600px;
	margin: 0 auto;
}

.path--exhibitions #featured .background {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.path--exhibitions #featured .author {
	font-size: 16px;
}

.path--exhibitions #featured .title {
	font-size: 22px;
	font-weight: normal;
}

.path--exhibitions #featured .title:before {
	content: '\2044';
	display: block;
	line-height: 1;
	margin: 23px 0 18px;
}

.path--exhibitions #featured .title a {
	color: white;
}

.path--exhibitions #featured .enter-exhibition {
	border-radius: 20px;
	border: 2px solid white;
	height: 40px;
	font-size: 20px;
	background-color: transparent;
	margin-top: 20px;
	padding: 5px 20px;
	display: inline-block;
	-webkit-transition: background-color 1s, color 1s;
	-moz-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s;
}

.path--exhibitions #featured .enter-exhibition:hover {
	background-color: white;
}

.path--exhibitions #featured .enter-exhibition a{
	color: white;
}

.path--exhibitions #featured .enter-exhibition:hover a {
	color: black;
}

.path--exhibitions .profile-pic {
	width: 40px;
	height: 40px;
	background: url('images/exhibition/default_avatar.jpg');
	background-size: contain;
	border-radius: 50%;
}

.path--exhibitions .tab-nav-background {
	background-color: #ffffff;
}

.path--exhibitions .tab-nav-background .nav-pills {
	text-align: center;
	white-space: nowrap;
}

.path--exhibitions .tab-nav-background .nav-pills li {
	float: none;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100px;
	color: #666;
	cursor: pointer;
}

.path--exhibitions .tab-nav-background .nav-pills li.active {
	font-weight: bold;
	color: #000;
}

.path--exhibitions .exhibition {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	background-color: #fff;
	transition: 0.5s box-shadow ease;
	letter-spacing: 1px;
}

.path--exhibitions .exhibition:hover {
	box-shadow: 0 0 10px #ccc;
}

.path--exhibitions .grid-gutter {
	width: 2.66%;
}

.path--exhibitions .exhibition, .path--exhibitions .grid-sizer {
	width: 23%;
}

@media screen and (max-width: 1200px) {
	.path--exhibitions .exhibition, .path--exhibitions .grid-sizer {
		width: 31%;
	}
	.path--exhibitions .grid-gutter {
		width: 3.5%;
	}
}


@media screen and (max-width: 730px) {
	.path--exhibitions .exhibition, .path--exhibitions .grid-sizer {
		width: 48%;
	}
	.path--exhibitions .grid-gutter {
		width: 4%;
	}
}

@media screen and (max-width: 500px) {
	.path--exhibitions .exhibition, .path--exhibitions .grid-sizer {
		width: 100%;
	}
	.path--exhibitions .grid-gutter {
		width: 0;
	}
}

.path--exhibitions .exhibition .cover-photo {
	position: relative;
}

.path--exhibitions .exhibition .cover-photo > a {
	position: relative;
	display: block;
}

.path--exhibitions .exhibition .cover-photo > a img {
	width: 100%;
}

/*
.path--exhibitions .exhibition .cover-photo > a:before {
	top: 0;
	background-image: url('images/exhibition/mask_t.png');
}

.path--exhibitions .exhibition .cover-photo > a:after {
	bottom: 0;
	background-image: url('images/exhibition/mask_b.png');
}

.path--exhibitions .exhibition .cover-photo > a:before, .path--exhibitions .exhibition .cover-photo > a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
}

.path--exhibitions .exhibition .cover-photo .reddot-container {
	position: absolute;
	bottom: -45px;
	right: 10px;
}

.path--exhibitions .exhibition .cover-photo .reddot-container:hover {
	cursor: pointer;
}

.path--exhibitions .exhibition .cover-photo .reddot-container .reddot {
	border-radius: 50%;
	border: 3px solid #ff2525;
	height: 40px;
	width: 40px;
}

.path--exhibitions .exhibition .cover-photo .reddot-container .reddot-count {
	color: #ff2525;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

.path--exhibitions .exhibition .cover-photo .duration {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 16px;
}

.path--exhibitions .exhibition .cover-photo .duration .clock {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	background: url('images/exhibition/clock_w.png');
}

.path--exhibitions .exhibition .cover-photo .duration span {
	vertical-align: middle;
}

.path--exhibitions .exhibition .cover-photo .viewers {
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: auto;
}

.path--exhibitions .exhibition .cover-photo .viewers .profile-pic {
	float: left;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.path--exhibitions .exhibition .cover-photo .viewers .profile-pic div {
	background-color: white;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.path--exhibitions .exhibition .cover-photo .viewers .profile-pic:hover div {
	opacity: 0.9;
}

.path--exhibitions .exhibition .cover-photo .viewer-count {
	position: absolute;
	top: 55px;
	right: 20px;
	color: white;
	font-size: 16px;
}

.path--exhibitions .exhibition .cover-photo .share {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	z-index: 1;
	background: url('images/exhibition/share_w.png') no-repeat center center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.path--exhibitions .exhibition .cover-photo .share.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.path--exhibitions .exhibition .cover-photo .share:hover {
	cursor: pointer;
	background: url('images/exhibition/share_r.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .share-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.path--exhibitions .exhibition .cover-photo .share-overlay.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div {
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div > div {
	width: 100%;
	height: 100%;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div:active {
	background-color: #ff2525;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div.fb > div {
	background: url('images/exhibition/share_fb_w.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div.fb:hover > div {
	background: url('images/exhibition/share_fb_r.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div.fb:active > div {
	background: url('images/exhibition/share_fb_w.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div.twitter > div {
	background: url('images/exhibition/share_tw_w.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div.twitter:hover > div {
	background: url('images/exhibition/share_tw_r.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .share-overlay > div.twitter:active > div {
	background: url('images/exhibition/share_tw_w.png') no-repeat center center;
}

.path--exhibitions .exhibition .cover-photo .metadata {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
}

.path--exhibitions .exhibition .cover-photo .metadata span {
	vertical-align: middle;
}

.path--exhibitions .exhibition .cover-photo .metadata a span {
	color: white;
}

.path--exhibitions .exhibition .cover-photo .metadata .view-count-img {
	width: 23px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background: url('images/exhibition/eye_w.png');
}

.path--exhibitions .exhibition .cover-photo .metadata .comment-count-img {
	width: 23px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background: url('images/exhibition/comment_w.png');
}

.path--exhibitions .exhibition .cover-photo .metadata .separator {
	border-right: 1px solid white;
	height: 20px;
	display: inline-block;
}
*/

.path--exhibitions .exhibition .detail {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.path--exhibitions .exhibition .detail .title {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: none;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.path--exhibitions .exhibition .detail .title a {
	color: #000;
	font-weight: bold;
}

.path--exhibitions .exhibition .detail .title:hover a {
	color: #ff2525;
}

.path--exhibitions .exhibition .detail .curator {
	overflow: auto;
	margin-top: 15px;
}

.path--exhibitions .exhibition .detail .profile-pic {
	float: left;
	width: 40px;
	height: 40px;
	background: url('images/exhibition/avatar.png');
	background-size: contain;
	border-radius: 50%;
}

.path--exhibitions .exhibition .detail .profile-pic.has-pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.path--exhibitions .exhibition .detail .curator-detail {
	margin-left: 50px;
}*/

.path--exhibitions .exhibition .detail .curator-detail .name,
	.path--exhibitions .exhibition .detail .ex-date {
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.path--exhibitions .exhibition .detail .curator-detail .name a {
	color: black;
	font-weight: normal;
}

.path--exhibitions .exhibition .detail .curator-detail .name a:hover {
	color: #ff2525;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	transition: color 1s;
}

.path--exhibitions .exhibition .detail .curator-detail .date {
	font-size: 12px;
	margin-top: 3px;
	color: #999;
}

.path--exhibitions #load-more-container {
	margin: 60px auto;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.path--exhibitions #load-more {
	display: inline-block;
	padding: 1px 15px;
	cursor: pointer;
	color: #000;
}

.path--exhibitions #load-more:hover {
	color: #ff2525;
}

.path--exhibitions #loading {
	color: #888;
}

.path--exhibitions .exhibition-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 2000;
}

.path--exhibitions .exhibition-popup.is-visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s 0s, visibility 0s 0s;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
}

.path--exhibitions .exhibition-popup .popup-container {
	position: relative;
	top: 50%;
	width: 90%;
	max-width: 490px;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.path--exhibitions .exhibition-popup .title {
	font-size: 48px;
	font-weight: normal;
}

.path--exhibitions .exhibition-popup .text {
	margin-top: 10px;
}

.path--exhibitions .exhibition-popup .close-button {
	margin-top: 20px;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	padding: 2px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: background-color 1s, color 1s;
	-moz-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s;
	cursor: pointer;
}

.path--exhibitions .exhibition-popup .close-button:hover {
	background-color: #000;
	color: #fff;
}

.path--exhibitions #exhibition-private-popup .popup-container {
	max-width: 625px;
}

/* Remove viewer & comment count (page-exhibitions.php, content-exhibition-post.php) */
.path--exhibitions .exhibition .cover-photo .viewer-count,
	.path--exhibitions .exhibition .cover-photo .metadata {
		display: none !important;
	}