/* GENERAL */

#wp-admin-bar-new-content, #wp-admin-bar-new_draft {
  display: none;
}
body {
	display: block !important;
  min-width: 300px;
  color: #000; /* temp */
  background-color: #FFF;
  font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
  font-style: normal;
  font-weight: 400; /* regular */
  font-size: 62.5%; /* 10px */
  line-height: 1.2;
  overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	color: #00C1D5;
  text-decoration: none;
}
.content-right h2 {
	margin-top: 1.5em;
	margin-bottom: 25px; /* 1.5em */
	color: #222;
	font-size: 2.2em;
	font-weight: 700;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: 25px; /* 1.5em */
	color: #222;
	font-size: 2em;
	font-weight: 700;
}
.content-text > h3:first-child {
	margin-top: 0;
}
.main p {
  margin-bottom: 1em;
  color: #000;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}
input[type="text"], input[type="email"],
input[type="submit"], textarea {
	-webkit-appearance: none;
}
textarea {
	border-radius: 0;
}
strong {
	font-weight: 800;
}
p strong {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
sup {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
span.description {
	color: transparent;
	font: 0/0 a;
}
span.highlight {
	color: #00C1D5;
}
.content ul {
  list-style: outside disc;
  margin-left: 3em;
}
.content ol {
  list-style: outside decimal;
  margin-left: 3em;
}
.content li {
  margin-bottom: 1.5em;
  font-size: 1.6em;
}
.content li h3 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
}


h2.search-page-heading {
	margin: 1em 0;
	font-size: 2em;
	font-weight: 700;
}
h3.search-result-title {
	margin-bottom: 0;
}
p.search-result-link {
	font-style: italic;
}
.search-page-form form {
	display: inline-block;
	padding-right: 2px;
	border: 1px solid #808080;
	background-color: #FFF;
}
.search-page-form input[type='text'] {
	display: inline-block;
	width: 250px;
	padding: 6px 10px 6px 33px;
	border: 0;
	color: #000;
	background: url('images/search-2@2x.png') no-repeat 8px 4px;
	background-size: 18px 21px;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	vertical-align: middle;
}
.search-page-form input[type='submit'] {
	display: inline-block;
	height: 24px;
	padding: 3px 8px;
	color: #FFF;
	background-color: #00C1D5;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	vertical-align: middle;
}

table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.content li p, .content p li, .content p p,
.content li li, .content th p, .content td p,
.content th li, .content td li {
  font-size: 1em;
}
.content th ul, .content th ol,
.conten td ul, .content td ol {
	margin-left: 1em;
}
.container {
	width: 100%;
	min-width: 300px; /* 1040px */
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto;
	overflow: hidden;
}
.video-container iframe, .video-container object,
.video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container p {
	color: transparent;
	font: 0/0 a;
}


/* ALL PAGES */

.header {
	float: left;
	width: 100%;
	padding-top: 35px;
}
.header-search-mobile, .header-social-icons-mobile, .header-language-switcher-mobile {
	display: none;
}
.logo, .header-corner {
	padding-bottom: 10px;
}
.logo {
	float: left;
	display: block;
	width: 283px;
}
.header-corner, .header-language-switcher, .header-social-icons {
	float: right;
}
.header-corner {
	padding-top: 17px;
}
.header-language-switcher {
	margin-top: 13px;
	margin-left: 15px;
}
.header-language-switcher-mobile {
	margin-top: 2px !important;
	margin-right: 10px !important;
}
.header-language-switcher li {
	display: inline-block;
	border-right: 1px solid #808080;
}
.header-language-switcher li a {
	padding: 0 15px;
	color: #808080;
	background-color: transparent !important;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
}
.header-language-switcher-mobile li a {
	color: #FFF;
}
.header-language-switcher li:last-child {
	border-right: 0;
}
.header-language-switcher li:last-child a {
	padding-right: 0;
}
.header-language-switcher li a:hover,
.header-language-switcher li.active a {
	color: #00C1D5;
}
.header-social-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 8px;
	background-color: #808080;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	border-radius: 3px;
}
.header-social-icon.facebook {
	background-image: url('images/facebook@2x.png');
}
.header-social-icon.instagram {
	background-image: url('images/instagram@2x.png');
}
.header-social-icon:hover {
	background-color: #00C1D5;
}
.header-social-icon:last-child {
	margin-right: 0;
}
.header-search {
	float: right;
	margin-top: 18px;
	clear: both;
}
.header-search {
		clear: none;
		margin: 17px 20px 0 0;
	}
.header-search form {
	border: 1px solid #808080;
}
.searchandfilter li {
	padding-right: 2px;
	vertical-align: middle;
}
.header-search input[type='text'] {
	display: inline-block;
	width: 130px;
	padding: 6px 10px 6px 33px;
	border: 0;
	color: #000;
	background: url('images/search-2@2x.png') no-repeat 8px 4px;
	background-size: 18px 21px;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	vertical-align: middle;
}
.header-search input[type='submit'] {
	display: inline-block;
	height: 24px;
	padding: 3px 8px;
	margin-right: 2px;
	color: #FFF;
	background-color: #00C1D5;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	vertical-align: middle;
	cursor: pointer;
}
.header-search-mobile input[type='submit'] {
	height: 30px;
	margin-top: -1px;
}
.header-search input::-webkit-input-placeholder {
  color: #222;
  font-weight: 400;
}
.header-search input::-moz-placeholder {
  color: #222;
  font-weight: 400;
}
.header-search input:-ms-input-placeholder {
  color: #222;
  font-weight: 400;
}
.header-search input:-moz-placeholder {
  color: #222;
  font-weight: 400;
}

.header-search-mobile input::-webkit-input-placeholder {
  color: #FFF;
}
.header-search-mobile input::-moz-placeholder {
  color: #FFF;
}
.header-search-mobile input:-ms-input-placeholder {
  color: #FFF;
}
.header-search-mobile input:-moz-placeholder {
  color: #FFF;
}
.main-menu-mask, .main-menu-button, .main-menu-close {
	display: none;
}

.main-menu {
	position: relative;
	float: left;
	width: 100%;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	z-index: 100;
	clear: left;
}
.main-menu ul {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.main-menu > ul > li {
	position: relative;
}
/*
.main-menu > ul > li {
	margin: 0 25px;
}
html.en_GB .main-menu > ul > li,
html.en_US .main-menu > ul > li {
	margin: 0 15px;
}
.main-menu > ul > li:first-child,
html.en_GB .main-menu > ul > li:first-child,
html.en_US .main-menu > ul > li:first-child {
	margin-left: 0;
}
.main-menu > ul > li:last-child,
html.en_GB .main-menu > ul > li:last-child,
html.en_US .main-menu > ul > li:last-child {
	margin-right: 0;
}
*/
.main-menu > ul > li > a {
	display: inline-block;
	padding: 25px 0;
	color: #808080;
	font-size: 1.6em;
	font-weight: 600;
}
.main-menu > ul > li.active > a,
.main-menu > ul > li.active-parent > a,
.main-menu > ul > li > a:hover {
	color: #00C1D5;
}
.main-menu > ul > li.active:after,
.main-menu > ul > li.active-parent:after,
.main-menu > ul > li:hover:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5%;
	background-color: #00C1D5;
}
.main-menu > ul > li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	margin-top: -5px;
	z-index: 10;
}
.main-menu > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li > ul > li > a {
	display: block;
	padding: 20px 15px;
	color: #FFF;
	background-color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
}
.main-menu > ul > li > ul > li.active > a,
.main-menu > ul > li > ul > li > a:hover {
	background-color: #00C1D5;
}
.main-menu > ul > li > ul:hover > li.active > a {
	background-color: #808080;
}
.main-menu > ul > li > ul:hover > li.active > a:hover {
	background-color: #00C1D5;
}


.main {
	clear: both;
}

.content-top {
  float: left;
  width: 100%;
	/* max-height: 513px; */
	background-color: #F6F6F6;
}
.page-banner, .banner-slider-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 43%;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-slider-container {
	overflow: hidden;
}

.page-video {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.banner-slider-container .bx-wrapper, .banner-slider-container .bx-viewport,
.banner-slider, .banner-slider-container .slide {
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
}
.banner-slider {
	visibility: hidden;
}
.banner-slider-container .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-credit {
    position: absolute;
    bottom: 100%;
	left: 0;
    width: 100%;
	padding: 5px 30px;
	background-color: rgba(255,255,255,0.2);
    font-size: 0.8em;
    color: #FFF;
    text-align: right;
}
.en_US .banner-credit-space {
	display: inline-block;
	padding-right: 5px;
}
.banner-credit.black {
	color: #222;
	background-color: rgba(255,255,255,0.4);
}
.page-banner-overlay {
	position: absolute;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 241px;
	padding: 25px 40px;
	left: 0;
	bottom: 0;
	color: #FFF;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 265px; /* update this if .page-banner-overlay height is updated */
}
.page-banner.home-page-banner .page-banner-overlay {
	color: #153A6C;
}

.banner-slider-container .slide .caption {
	display: none;
}
.slider-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px;
	background-color: #808080;
}
.slider-caption span {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
	font-size: 2em;
	font-style: italic;
	text-align: left;
}
.slide video {
  position: absolute;
  left: -15.79%;
  top: -15.79%;
  width: 131.58%;
  height: 131.58%;
  /* left: 0;
  top: 0;
  width: 100%;
  height: 100%; */
}

.content {
	clear: both;
	padding: 60px 0 100px 0;
	background-color: #F6F6F6;
}


.footer {
	display: inline-block;
	width: 100%;
	padding: 40px 0;
	color: #FFF;
	background-color: #00C1D5;
}
.footer-left {
	float: left;
	width: 50%;
}
.footer-right {
	float: right;
	width: 50%;
	text-align: right;
}


.footer-menu {
	margin-bottom: 90px;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
}
.footer-menu > ul > li {
	display: inline-block;
	border-right: 1px solid #FFF;
}
.footer-menu > ul > li > a {
	display: inline-block;
	padding: 0 15px;
	color: #FFF;
	font-size: 1.6em;
	font-weight: 600;
}
.footer-menu > ul > li:hover > a {
	text-decoration: underline;
}
.footer-menu > ul > li:last-child {
	border-right: 0;
}
.footer-menu > ul > li:last-child a {
	padding-right: 0;
}
html.en_US .en,
html.zh_TW .ch {
	display: inline-block;
}
html.en_US .sitemap li.en,
html.zh_TW .sitemap li.ch {
	display: list-item;
}
html.en_US .ch,
html.zh_TW .en {
	display: none;
}

.copyright {
	color: #FFF;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
}


/* EVENT AND CONCERT LIST */

.event-list {
	padding-bottom: 100px;
}
.event-list-heading, .event-list-link,
.concert-list-heading, .concert-list-link {
	display: inline-block;
	min-height: 40px;
	padding: 0 10px;
	color: #FFF;
	text-align: center;
}
.event-list-heading, .concert-list-heading {
	padding: 0 20px;
	background-color: #00C1D5;
	font-size: 2em;
	line-height: 37px;
	font-weight: 700;
	text-transform: uppercase;
}
.event-list-heading.fixed {
	width: auto;
	min-width: 30%;
	padding: 0 20px;
}
.concert-list-heading.fixed {
	width: auto;
	min-width: 32%;
	padding: 0 20px;
}
.event-list-subheading {
	display: inline-block;
	width: auto;
	padding: 10px 50px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #808080;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.event-list-subheading.fixed {
	min-width: 30%;
	padding: 10px 20px;
}
.event-list-heading + .event-list-subheading {
	margin-top: 30px;
}
.event-list-link, .concert-list-link {
	padding: 0 45px;
	margin-left: 7px;
	background-color: #808080;
	font-size: 1.6em;
	line-height: 40px;
	transition: all 0.2s ease-in-out;
}
.event-list-link:hover,
.concert-list-link:hover {
	background-color: #00C1D5;
	transition: all 0.1s ease-in-out;
}
.event-list-link span, .concert-list-link span {
	display: inline-block;
	padding-right: 5px;
	font-style: italic;
}
.event-list-text, .concert-list-text {
	color: #000;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
}
.event-list-text {
	padding: 20px 0;
}
.event-list-text + .event-list-filters {
	margin-top: 0;
}
.concert-list-text {
	padding: 13px 13px 13px 0;
}
.concert-list-text + .concert-entries {
	padding-top: 0;
}
.event-special-message, .event-no-message {
	display: none;
}
.event-no-upcoming-message .en, .event-no-upcoming-message .tc,
.event-no-message .en, .event-no-message .tc{
	display: none;
}
html.en_US .event-no-upcoming-message .en,
html.zh_TW .event-no-upcoming-message .tc,
html.en_US .event-no-message .en,
html.zh_TW .event-no-message .tc {
	display: inline;
}
.event-no-upcoming-message {
	padding-top: 35px;
}
.event-entries {
	padding-top: 10px;
}
.event-entry {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 300px;
	margin-bottom: 5px;
	color: #000;
	background-color: #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
/* .home-event-list .event-entry {
	min-height: 0;
} */
.event-left {
	display: table-cell;
	width: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.event-left.contain {
	background-size: contain;
}
.event-right {
	position: relative;
	display: table-cell;
	width: 70%;
	padding: 30px 30px 30px 55px; /* 30px 170px 30px 55px */
}
.event-title {
	color: #222;
	font-size: 1.9em;
	font-weight: 700;
}
.event-list.upcoming .event-title {
	padding-right: 140px;
}
.event-tour-date {
	margin-top: 4px;
	color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
}
.event-date {
	position: absolute;
	display: table;
	table-layout: fixed;
	right: 30px;
	top: 0;
	width: 120px;
	height: 120px;
	padding: 20px 10px;
	color: #FFF;
	background-color: #808080;
	text-align: center;
}
.event-date-inner {
	display: table-cell;
	vertical-align: middle;
}
.event-date .month {
	display: block;
	font-size: 2.3em;
	line-height: 1;
	text-transform: uppercase;
}
.event-date .month .en, .event-date .month .tc {
	display: none;
}
html.en_US .event-date .month .en,
html.zh_TW .event-date .month .tc {
	display: inline;
}
.event-date .day {
	display: block;
	font-size: 4.5em;
	line-height: 0.9;
	font-weight: 800;
}
.event-info {
	margin-top: 33px;
	color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
}
.event-info .en, .event-info .tc {
	display: none;
}
html.en_US .event-info .en,
html.zh_TW .event-info .tc {
	display: inline;
}
.event-info p, .event-info li,
.event-info th, .event-info td {
	max-width: 475px;
	color: #808080;
    font-size: 1em;
}
.event-intro {
	margin-top: 33px;
	color: #222;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
}
.event-intro p, .event-intro li,
.event-intro th, .event-intro td {
	max-width: 475px;
	margin-bottom: 0;
	color: #222;
	font-size: 1em;
	text-align: left;
}
.event-more {
	position: absolute;
	display: inline-block;
	right: 40px;
	bottom: 30px;
	border: 1px solid #00C1D5;
	padding: 15px 25px;
	color: #00C1D5;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}

.event-entry:hover .event-more {
	color: #FFF;
	background-color: #00C1D5;
	transition: all 0.1s ease-in-out;
}


.event-more-note {
	display: none;
	position: absolute;
  right: 40px;
  bottom: 12px;
  font-size: 1.2em;
  text-align: center;
  color: #00C1D6;
}

html.en_US .event-more-note.en,
html.zh_TW .event-more-note.tc {
	display: block;
}
html.en_US .event-more-note.en {
	width: 96px;
}
html.zh_TW .event-more-note.tc {
	width: 89px;
}

.event-list-filters {
	margin: 35px 0 15px 0;
}
.event-list-filter {
	display: inline-block;
  margin-right: 25px;
}
.event-list-filter select {
  background: transparent;
  width: 220px;
  height: 30px;
  /* border: 0;
  outline: 1px inset #808080;
  outline-offset: 0; */
  border: 1px solid #808080;
  font-family: 'Raleway', 'Noto Sans TC', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  border-radius: 0;
}

.concert-list {
	padding-bottom: 180px;
}
.home-concert-list {
	padding-bottom: 10px;
}
.concert-entries {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	margin-top: -2%;
}
.concert-entry {
	display: block;
	float: left;
	width: 32%;
	margin: 2% 2% 0 0;
	color: #000;
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.concert-entry:nth-child(3n+3) {
	margin-right: 0;
}
.concert-entry:nth-child(3n+1) {
	clear: both;
}
.concert-top {
	height: 0;
	padding-bottom: 46.875%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.concert-top.contain {
	background-size: contain;
	border-bottom: 1px solid #CCC;
}
.concert-bottom {
	height: 180px;
	padding: 20px 30px 10px 30px;
	overflow: auto;
}

.concert-posters {
	margin: 2% 0;
	overflow: hidden;
}
.concert-poster {
  display: block;
  width: 100%;
  margin: 0 2% 0 0;
 /* float: left;
  width: 24%;
  height: 0;
  padding-bottom: 48%;
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover; */
}
.concert-poster-half {
	width: 50%;
}
.concert-poster-2 {
	width: 48%;
}
.concert-poster:nth-child(3n+3) {
	margin-right: 0;
}

.concert-past-entry {
	display: block;
	float: left;
	width: 49%;
	margin: 2% 2% 0 0;
	visibility: hidden;
}
.concert-past-entry:nth-child(2n+2) {
	margin-right: 0;
}
.concert-past-entry-inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 130px;
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.concert-left {
	display: table-cell;
	width: 29%;
	padding: 25px 15px;
	color: #FFF;
	background-color: #808080;
	text-align: center;
	vertical-align: top;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.concert-past-entry.no-image .concert-left {
	display: none;
}
.concert-date .month {
	display: inline-block;
	font-size: 2.4em;
	font-weight: 700;
}
.concert-date .year {
	display: inline-block;
	font-size: 2em;
	font-weight: 700;
}
.concert-date-new {
  margin-top: 10px;
	color: #000;
  font-size: 1.6em;
  font-weight: 700;
}
.concert-time {
	display: inline-block;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
}
.concert-right {
	display: table-cell;
	width: 71%;
	padding: 25px 30px;
	color: #000;
	vertical-align: top;
}
.concert-past-entry.no-image .concert-right {
	display: block;
	width: 100%;
}
.concert-title {
	font-size: 1.6em;
	font-weight: 700;
}
.concert-info {
	margin-top: 10px;
	color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
}


/* HOMEPAGE */

.home-bottom {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #B2B2B2;
	margin-top: 40px;
}
.home-donate {
	position: relative;
	display: block;
	float: left;
	width: 48%;
	height: 0;
	padding-bottom: 27%;
	margin-right: 2%;
	background-color: #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.home-donate-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home-donate-button {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 50%;
	color: #FFF;
	background-color: #00C1D5;
}
.home-donate-button span {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 50%;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-50%);
}
.home-donate-text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 50%;
	padding: 15px 75px 15px 25px;
	color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4;
	overflow-y: auto;
}
.home-donate-text p, .home-donate-text li,
.home-donate-text th, .home-donate-text td {
	color: #808080;
	font-size: 1em;
}
.home-donate-more {
	position: absolute;
	display: inline-block;
	right: 25px;
	bottom: 15px;
}
.home-video {
	float: right;
	width: 48%;
}


/* CONTENT */

.content-text {
	padding-bottom: 60px;
}
.content-heading {
	display: inline-block;
	padding: 12px 50px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #00C1D5;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.content-2col {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 140px;
}
.content-2col .content-heading {
	width: 230px;
	padding: 12px 10px;
	margin-bottom: 0;
}
.content-2col .content-text {
	padding-bottom: 0;
}
.content-left {
	float: left;
	width: 30%;
}
.content-right {
	float: right;
	width: 70%;
	padding-top: 65px;
}
.page-video + .content-2col .content-right,
.page-banner + .content-2col .content-right {
	padding-top: 0;
}

.content-center {
	width: 63.5%;
	margin: 0 auto;
}

.content-white {
	margin-bottom: 80px;
}
.content-text + .content-white {
	margin-top: 40px;
}
.content-white h3 {
	margin-top: 0;
	font-size: 1.9em;
}
.content-white p {
	font-size: 1.5em;
	line-height: 1.7;
}
.content-white .content-heading {
	padding: 12px 50px;
	margin-bottom: 18px;
}
.content-white .content-text {
	padding: 60px;
	background-color: #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	overflow: hidden;
}
.content-text-left {
	float: left;
	width: 50%;
	padding-right: 40px;
}
.content-text-right {
	float: right;
	width: 50%;
}

.content-button-row {
	margin-top: 80px;
	overflow: hidden;
}
.content-button-row-left {
	float: left;
	width: 37%;
}
.content-button-row-right {
	float: left;
	width: 63%;
}
.content-button {
	display: table;	
	width: 145px;
	height: 145px;
	padding: 20px;
	background-color: #808080;
	text-align: center;
	border-radius: 100%;
}
.content-button span {
	display: table-cell;
	color: #FFF;
	font-size: 1.6em;
	font-weight: 700;
	vertical-align: middle;
}
.content-button.small {
	width: 105px;
	height: 105px;
}
.content-button.blue {
	background-color: #00C1D5;
}
.content-button-container {
	display: inline-block;
	margin: 10px 30px 0 0;
}


/* FORM */

.content-white .content-form {
	width: 100%;
	padding: 40px;
	background-color: #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
span.wpcf7-list-item {
	margin: 0;
}
div.wpcf7-response-output {
	color: #F00 !important;
  padding: 10px;
  margin: -30px auto 0 auto; 
  font-size: 1.6em;
  border: 0 !important;
}
.payment-form div.wpcf7-response-output {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	color: #00C1D5 !important;
}
.form-field {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: 600;
}
.form-label {
	display: table-cell;
	width: 42%;
	padding-right: 6%;
	vertical-align: top;
}
.form-label p {
	font-size: 1em;
}
.form-content p {
	font-size: 1em;
}

label {
	display: inline-block;
}
.form-content {
	display: table-cell;
	width: 64%;
	vertical-align: top;
}
.category-subtext {
	padding-left: 20px;
}
input[type='text'], input[type='email'], input[type='number'], textarea {
	display: inline-block;
	width: 60%;
	padding: 0 5px;
	border: 1px solid #000;
	background-color: transparent;
	font-size: 1em;
	font-weight: 400;
	vertical-align: top;
}
.content-center input[type='text'],
.content-center input[type='email'],
.content-center textarea {
	width: 100%;
}
.radio-button {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}
.radio-button.block {
	display: block;
}
input[type='radio'] {
	display: inline-block;
	margin-right: 3px;
}
 textarea {
	height: 70px;
}
.submit-button {
	margin-top: 20px;
}
.content-form input[type='submit'] {
	display: block;
	width: 80px;
	height: 80px;
	color: #FFF;
	background-color: #00C1D5;
	font-size: 1.1em;
	line-height: 66px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}
.content-form input[type='submit'][disabled] {
	background-color: #CCC;
	cursor: normal;
}
.my-accept label {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.form-check, .my-accept input[type='checkbox'] {
	display: table-cell;
	margin-top: 3px;
	font-size: 20px;
	text-align: left;
	vertical-align: top;
}
.form-text, .my-accept span.wpcf7-list-item-label {
	display: table-cell;
	width: 94%; /* 92% */
	padding-left: 10px;
	vertical-align: top;
}

.payment-form {
	margin-top: 40px;
}
.payment-form .submit-button {
	position: relative;
  width: 145px;
  height: 145px;
  padding: 20px;
	background-color: #00C1D5;
  text-align: center;
  border-radius: 100%;
}
.payment-form input[type='submit'] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	color: #FFF;
	background: transparent;
	font-size: 1.6em;
	font-weight: 700;
	vertical-align: middle;
	cursor: pointer;
}

.footer-newsletter-form form {
	display: table;
	table-layout: fixed;
	width: 334px;
}
.footer-newsletter .form-left {
	display: table-cell;
	width: 300px;
	vertical-align: bottom;
}
.footer-newsletter .form-right {
    position: relative;
	display: table-cell;
	width: 34px;
	vertical-align: bottom;
}
.footer-radio span.wpcf7-list-item {
	width: 32%;
  margin: 0;
  padding: 10px 0 12px 0;
  font-size: 1.6em;
}
.footer-newsletter div.wpcf7 .ajax-loader {
    position: absolute;
    left: 10px;
    bottom: 40px;
}
.footer-newsletter-heading {
	padding: 12px 5px;
	color: #00C1D5;
	background-color: #FFF;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.footer-newsletter-form {
    position: relative;
}
.footer-newsletter-form input[type='text'],
.footer-newsletter-form input[type='email'] {
	display: block;
	padding: 8px 20px;
	border: 1px solid #FFF;
	color: #FFF;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.6em;
	font-weight: 500;
}
html.en_US .footer-newsletter-form .my-first-name,
html.zh_TW .footer-newsletter-form .my-last-name {
	float: left;
	width: 148px;
	margin: 0 4px 6px 0;
}
html.en_US .footer-newsletter-form .my-last-name,
html.zh_TW .footer-newsletter-form .my-first-name {
	float: left;
	width: 148px;
	margin: 0 0 6px 0;
}
.footer-newsletter-form .my-email {
	width: 100%;
	clear: both;
}
.footer-newsletter-form .my-first-name,
.footer-newsletter-form .my-last-name,
.footer-newsletter-form .my-email {
	position: static !important;
}
.footer-newsletter-form .my-first-name input,
.footer-newsletter-form .my-last-name input,
.footer-newsletter-form .my-email input {
	width: 100% !important;
}
.footer-newsletter-form input::-webkit-input-placeholder {
  color: #FFF;
}
.footer-newsletter-form input.white::-moz-placeholder {
  color: #FFF;
}
.footer-newsletter-form input.white:-ms-input-placeholder {
  color: #FFF;
}
.footer-newsletter-form input.white:-moz-placeholder {
  color: #FFF;
}
.footer-newsletter-form input[type='submit'] {
	display: block;
	width: 34px;
	height: 34px;
	margin-left: 15px;
	color: #222;
	background-color: #FFF;
	font-size: 1.4em;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 100%;
	cursor: pointer;
}
.footer-newsletter-form div.wpcf7-response-output {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 120%;
  padding: 3px;
  margin: 5px 0 0 0;
  font-size: 1.4em;
  font-weight: 700;
}
.footer-newsletter-form div.wpcf7-mail-sent-ok {
	color: #FFF !important;
}


/* SHOP */
.content-shop {
	width: 100%;
	padding-bottom: 180px;
}
.shop-entries {
	display: inline-block;
	width: 100%;
	margin-top: -2%;
}
.shop-entry {
	float: left;
	width: 32%;
	min-height: 475px;
	margin: 2% 2% 0 0;
	background-color: #FFF;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.shop-entry:nth-child(3n+3) {
	margin-right: 0;
}
.shop-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #00C1D5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.shop-text {
	padding: 25px 30px;
}
.shop-title {
	color: #222;
	font-size: 1.6em;
	font-weight: 700;
}
.shop-price, .shop-quantity {
	margin-top: 20px;
	color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
}
.shop-quantity input {
	display: inline-block;
	width: 70px;
	padding: 0 10px;
	border: 1px solid #000;
	margin-left: 10px;
	color: #808080;
	font-family: 'Raleway', 'Noto Sans TC', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}
.shop-quantity input[type='number']::-webkit-inner-spin-button, 
.shop-quantity input[type='number']::-webkit-outer-spin-button {  
   opacity: 1;
}
.hidden-field {
	display: none;
}


/* ACCORDION */

.accordion-entry {
	background-color: #FFF;
	margin-bottom: 20px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.accordion-container {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.accordion-left {
	display: table-cell;
	width: 23%;
	padding: 25px;
	color: #FFF;
	background-color: #808080;
	font-size: 3.3em;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}
.accordion-right {
	display: table-cell;
	width: 76%;	
	vertical-align: top;
}
.accordion-video {
	display: none;
	width: 100%;
}
.accordion-video .video-container {
	opacity: 1;
	animation: videoOpacity 1s forwards;
}
.accordion-entry.open .accordion-video .video-container {
	opacity: 0;
	animation: videoOpacityReverse 1s forwards;
}
@keyframes videoOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes videoOpacityReverse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.accordion-title {
	position: relative;
	padding: 35px 100px 35px 55px;
	color: #000;
	font-size: 2em;
	font-weight: 700;
	cursor: pointer;
}
.accordion-title:after {
	position: absolute;
	display: block;
	content: '';
	right: 45px;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23px;
	background: url('images/accordion-arrow-sprite@2x.png') no-repeat left top;
	background-size: 47px 147px;
}
.accordion-entry.open .accordion-title:after {
	background-position: 0 -100px;
}
.accordion-text {
	display: none;
	padding: 0 55px 35px 55px;
	color: #000;
}
.accordion-photos {
	display: none;
	width: 100%;
	overflow: hidden;
}
.accordion-photo {
	float: left;
	width: 50%;
	height: 0;
	padding-bottom: 33%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* SITEMAP */

.sitemap li {
	font-size: 1.8em;
}
.sitemap li a {
	font-weight: 600;
}	
.sitemap li a:hover {
	text-decoration: underline;
}
.sitemap ul ul {
	margin-top: 1.5em;
	list-style: circle;
}

.tour-left {
	position: relative;
}
.tour-slider-container,
.tour-slider-container .bx-wrapper, .tour-slider-container .bx-viewport,
.tour-slider, .tour-slider-container .slide,
.slide-mobile {
	position: absolute;
	display: block;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
}
.tour-slider {
	visibility: hidden;
}
.tour-slider-container .slide, .slide-mobile {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slide-mobile {
	display: none;
}