﻿* {
	margin: 0;
	padding: 0
}
*, :after, :before {
	box-sizing: border-box
}
body, html {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 100%;
	line-height: 1.5;
	background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom:.5rem;
	font-family: inherit;
	line-height: 1.2
}
h1 {
	font-size: 2.5rem
}
h2 {
	font-size: 2rem
}
h3 {
	font-size: 1.5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
code {
	border-radius: 4px;
	font-size: 1rem;
	margin-bottom: 15px
}
ul li {
	list-style-type: none
}
pre {
	text-align: left
}
hr {
	height: 4px;
}
.header-wrap {
	max-width: 450px;
	margin: auto
}
.bg-highlight {
	background: linear-gradient(to bottom right, #fff9dd, #ecd428, #fff446) !important;
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}
.bg-black {
	/*background: #635d5f!important;*/
	background: linear-gradient(to bottom right, #333, rgba(109, 109, 109, 1), rgba(255, 255, 255, 0.8)) !important;
	color: #FFF;
	text-align: center!important;
	padding: 0!important;
}
.panels-wrap {
	margin:0px;
	padding:0 15px;
	max-width: 1200px;
	min-width: 320px;
}

.panels-wrap.portfolio{ padding:0px 0px !important}


.panel {
	/*background: #fff;*/
	width: 100%;
	border-radius: 10px;
	margin: 0;
}
.panel.bg-footer p {
	background: #EEEEEF!important;
	width: 100% !important;
	margin: 0px !important;
	text-align: center !important;
	/*padding: 40px 20px;*/
	font-size: 12px;line-height: 24px
}
.panel.bg-copyright p {
	background: #E51728!important;
	width: 100% !important;
	margin: 0px !important;
	text-align: center !important;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 8px;
	line-height: 15px
}
.panel h4 {
 margin:.5rem !important;
 padding: 5px;
}
.panel p:last-child {
	margin-bottom: 0
}
.panel.panel-logo {
	text-align: center;
	margin: -50px auto 10px !important;
	padding: 0px !important
}
.panel.panel-logo >img {
	width: 150px;
}
.panel.panel-first {
	text-align: center;
	margin-top: 0px
}
.panel p {
	text-align: left;
	color: rgb(0, 0, 0);
	font-size: 18px;
	line-height: 32px;
	word-spacing: 3px;
	font-family: 微軟正黑體;
	font-style: initial;
	padding: 8px;
}
.panel .panel-social {
 text-align: center;
 padding: 10px;
 background: transparent;
 margin-top: 0;
}
.panel.panel-social a {
	color: #fff;
	margin-left: 10px;
	text-decoration: none
}
.panel .img-wrap {
	max-width: 155px;
	margin: -100px auto 0;
	background: #fff;
	border-radius: 100%;
	padding: 20px
}
.panel .img-wrap img {
	width: 100%;
	border-radius: 50px;
}
code.dangling {
	background: #f5f5f5;
	padding: 5px;
	font-size: 15px;
	color: #ef4823
}
.btn {
	text-align: center;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	background: #5e8e9c
}
.btn-back {
	margin-top: -10px
}
.btn-github {
	background: #212121
}
.btn-github svg {
	fill: #fff;
	margin-left: 2px;
	height: 18px;
	position: relative;
	top: 3px
}
.btn-blue {
	background: #2020ff
}
.btn-red {
	/*background: #da5185;*/
	background: linear-gradient(to bottom right, #fa2aff, #ab3973, #ff00ab);
	margin: 0;
}
.btn-run {
	margin-top: -10px
}
.non-btn {
	margin-top: 15px;
	display: block;
	color: #3700ff;
	text-decoration: none
}
body {
	background-size: contain;
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
	height: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: rgb(0, 0, 0);
	font-size: 18px;
	line-height: 32px;
	word-spacing: 3px;
	font-family: 微軟正黑體;
	font-style: initial;
}
#showMenu {
}
.title {
	height: 92px;
	width: 100%;
	text-align: left;
	background: url(images/circus_logo/MB/LOGO-MB-720x133-01-01-2023.png);
	margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	z-index:2;
	background-color:#FFF
}
.logo {
	height: 50px;
	width: auto;
	float: right;
	margin-right: 5px
}
/* menu */

html, body, .perspective {
	width: 100%;
	height: 100%;
}
.perspective {
	/*background: #aaa;*/
	position: relative;
}
.container {
	max-width: 1200px;
	min-width: 320px;
	min-height: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	opacity: 0;
	background: rgba(0,0,0,0.2);
	/* the transition delay of the height needs to be synced with the container transition time */
	-webkit-transition: opacity 0.4s, height 0s 0.4s;
	transition: opacity 0.4s, height 0s 0.4s;
}
.wrapper {
	position: relative;
	padding-top:92px;
}
.component {
	margin: 0 auto;
	width: 60%;
	text-align: justify;
	font-size: 1.5em;
}
/* Modal view */
.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.modalview .container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modalview .wrapper {
	-webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}
.animate .container::after {
	opacity: 1;
	height: 101%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
/* Outer Nav */
.outer-nav {
	position: absolute;
	height: auto;
	font-size: 2em;
}
.outer-nav.vertical {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.outer-nav.horizontal {
	left: 50%;
	width: 75%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.outer-nav.left {
	left: 25%;
}
.outer-nav.right {
	right: 25%;
}
.outer-nav.top {
	top: 25%;
}
.outer-nav.bottom {
	bottom: 25%;
}
.outer-nav a {
	display: inline-block;
	white-space: nowrap;
	font-weight: 300;
	margin: 0 0 30px 0;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.outer-nav a:hover {
	color: #ffdccd;
}
.outer-nav.vertical a {
	display: block;
}
.outer-nav.horizontal a {
	margin: 5px auto;
}
.outer-nav a::before {
	display: inline-block;
	font-family: 'typicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.icon-news::before {
	content: "\e600"
}
.icon-home::before {
	content: "\e601"
}
.icon-image::before {
	content: "\e602"
}
.icon-upload::before {
	content: "\e603"
}
.icon-star::before {
	content: "\e604"
}
.icon-mail::before {
	content: "\e605"
}
.icon-lock::before {
	content: "\e606"
}
.icon-chart-pie::before {
	content: "\e607"
}
/* Individual Effects */

/* Effect airbnb */
.effect-airbnb {
	background: #b8b6b4;
}
.effect-airbnb .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-airbnb.animate .container {
	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}
.no-csstransforms3d .effect-airbnb.animate .container {
	left: 75%;
}
.effect-airbnb .outer-nav a {
	opacity: 0;
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-airbnb.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.effect-airbnb.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-airbnb.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-airbnb.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.effect-airbnb.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-airbnb.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-airbnb.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}
/* Effect Move Left */
.effect-moveleft {
	background: #f4f3f1;
}
.effect-moveleft .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-moveleft .container::after {
	background: rgba(255,255,255,0.6);
}
.effect-moveleft.animate .container {
	-webkit-transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
	transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
}
.no-csstransforms3d .effect-moveleft.animate .container {
	left: -75%;
}
.effect-moveleft .outer-nav a {
	color: #e86a32;
	opacity: 0;
	-webkit-transform: translateX(100px) translateZ(-1000px);
	transform: translateX(100px) translateZ(-1000px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-moveleft .outer-nav a:hover {
	color: #333;
}
.effect-moveleft.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
}
.effect-moveleft.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-moveleft.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-moveleft.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.effect-moveleft.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-moveleft.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-moveleft.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}
/* Effect Rotate Left */
.effect-rotateleft {
	background: #e96e4f;
}
.effect-rotateleft .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.effect-rotateleft .container::after {
	background: rgba(255,255,255,0.6);
}
.effect-rotateleft.animate .container {
	-webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
	transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
}
.no-csstransforms3d .effect-rotateleft.animate .container {
	left: -75%;
}
.effect-rotateleft .outer-nav a {
	opacity: 0;
	-webkit-transform: translateX(350px) translateZ(-1000px);
	transform: translateX(350px) translateZ(-1000px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-rotateleft.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
}
.effect-rotateleft.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}
/* Effect Move Down */
.effect-movedown {
/*background: #34495e;*/
}
.effect-movedown .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-movedown .container::after {
	background: rgba(155, 155, 155, 0.5);
}
.effect-movedown.animate .container {
	-webkit-transform: translateY(100%) translateZ(-1500px);
	transform: translateY(100%) translateZ(-1500px);
}
.no-csstransforms3d .effect-movedown.animate .container {
	top: 75%;
}
.effect-movedown .outer-nav a {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-movedown .outer-nav a:hover {
	color: #ed8151;
}
.effect-movedown.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.effect-movedown.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-movedown.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-movedown.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.effect-movedown.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-movedown.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-movedown.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}
/* Effect Rotate Top */
.effect-rotatetop {
	background: #edcdbb;
}
.effect-rotatetop .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-rotatetop .container::after {
	background: rgba(94,59,43,0.6);
}
.effect-rotatetop.animate .container {
	-webkit-transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
	transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
}
.no-csstransforms3d .effect-rotatetop.animate .container {
	top: -75%;
}
.effect-rotatetop .outer-nav a {
	opacity: 0;
	color: #ed8151;
	-webkit-transform: translateY(200px) translateZ(-1000px);
	transform: translateY(200px) translateZ(-1000px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-rotatetop .outer-nav a:hover {
	color: #777;
}
.effect-rotatetop.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}
.effect-rotatetop.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}
/* Effect Lay Down */
.effect-laydown {
	background: #b8b6b4;
}
.effect-laydown .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 150%;
	transform-origin: 50% 150%;
}
.effect-laydown.animate .container {
	-webkit-transform: translateZ(-1500px) rotateX(80deg);
	transform: translateZ(-1500px) rotateX(80deg);
}
.no-csstransforms3d .effect-laydown.animate .container {
	top: 75%;
}
.effect-laydown .outer-nav a {
	opacity: 0;
	-webkit-transform: translateY(-200px) translateZ(-1000px);
	transform: translateY(-200px) translateZ(-1000px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-laydown.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}
.effect-laydown.animate .outer-nav a:nth-child(7) {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}
.effect-laydown.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-laydown.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-laydown.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.effect-laydown.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-laydown.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-laydown.animate .outer-nav a:first-child {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}

/* Media Queries */
@media screen and (max-width: 77em) {
.outer-nav.top {
	top: 15%;
}
.outer-nav.bottom {
	bottom: 15%;
}
}
 @media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {
.outer-nav.top {
	top: 5%;
}
.outer-nav.bottom {
	bottom: 5%;
}
.outer-nav.horizontal {
	font-size: 1.7em;
	width: 6.2em;
}
.outer-nav.horizontal a {
	display: block;
	text-align: left;
}
/* Special Case */
.effect-rotatetop .outer-nav.horizontal {
	width: 95%;
	bottom: auto;
	top: 50%;
}
.effect-rotatetop .outer-nav.horizontal a {
	display: inline-block;
}
}
 @media screen and (max-width: 31em), screen and (max-height: 36.2em) {
.outer-nav.horizontal, .outer-nav.vertical {
	font-size: 1.2em;
	width: 6.8em;
}
.outer-nav.right {
	right: auto;
	left: 50%;
}
}
 @media screen and (max-height: 31.6em) {
.outer-nav a {
	margin-bottom: 20px;
}
}
@media(orientation: landscape) {
.outer-nav.horizontal, .outer-nav.vertical {
	width: 17em;
}
.outer-nav.horizontal a {
	display: inline-block !important;
	text-align: left;
}
}
/**/
.swiper-container .swiper1 {
	width: 100%;
	height: 150px !important;
}

.swiper-container .swiper5 {
	width: 100%;
	height: 150px !important;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/

      /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper1 img {
	width: 100vw !important;
	height: auto !important;
}
.swiper2 img {
	width: 100% !important;
	height: auto !important;
}
.swiper3 img {
	width: 100% !important;
	height: auto !important;
}
.swiper4 img {
	width: 100% !important;
	height: auto !important;
	margin: 0 5px;
}
/*youtube*/ 
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*收納box*/


.accordion {
	background: linear-gradient(to bottom right, white, #F8F8F8);
	width: 100%;
	background: white;
	margin: 0 auto;
}
.accordion-header {
	color: #2a313a;
	cursor: pointer;
	font-weight: bolder;
	line-height: 24px;
	padding: 0.5rem 2.8rem;
	background: url(images/botton/accordion-close.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-size:cover;
	margin: 10px 0;
	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and  (orientation: landscape) {.accordion-header {padding: 1.5rem 4.8rem !important;} }
.accordion-header.active {
	background: url(images/botton/accordion-open.gif) !important;
	background-repeat: no-repeat !important;
	background-position: top left;
	background-size:cover !important;
}
.accordion-content {
	display: none;
	background: #eeeef0;
	padding:0rem 1.5rem;
	color: #4a5666;
}
.btn-accordion {
	color: #fff;
	/*background: #da5185;*/
	background: linear-gradient(to bottom right, #3b153c, #93259a, #ef0aa4);
	text-align: left;
	margin: 5px 0;
}
/* 照片放大 */

img {
	max-width: 100%;
	height: auto;
	border: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* wrapper */

#wrapper {
	width: 728px;
	margin: 100px auto;
}
.plugin-desc {
	margin-top: 20px;
}
.img-preview-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0,0,0,.8);
}
.img-preview-popover {
	position: fixed;
	z-index: 9999;
}
.img-preview-foot {
	width: 96%;
	padding: 0 2%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	font-family: 'Roboto';
}
.img-foot-title {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.img-foot-desc {
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
	line-height: 24px;
}
.mgt30 {
	margin-top: 30px
}
.mgt10 {
	margin-top: 10px
}
/*page 分頁*/
.items div {
	line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.items .left {
	float: left;
	width: 48vw;
	background-color: #eeeeef;
	margin: 2px;
	color: #000;
}
.items .right {
	float: left;
	width: 48vw;
	background-color: #eeeeef;
	margin: 2px;
	color: #000;
	
}
#table a {text-decoration: none;}
#table tr:nth-child(10n+1) span {background-color:#ED5564;}
#table tr:nth-child(10n+2) span {background-color:#F67D50;}
#table tr:nth-child(10n+3) span {background-color:#FCCE54;}
#table tr:nth-child(10n+4) span {background-color:#C2D468;}
#table tr:nth-child(10n+5) span {background-color:#42CB6F;}
#table tr:nth-child(10n+6) span {background-color:#47CEC0;}
#table tr:nth-child(10n+7) span {background-color:#4EC2E7;}
#table tr:nth-child(10n+8) span {background-color:#9398EC;}
#table tr:nth-child(10n+9) span {background-color:#CB93EE;}
#table tr:nth-child(10n+10) span {background-color:#CD6AA6;}





.items .right span {
	display: inline-block;
	color: #FFF;
	padding:12px 2px 12px  5px;
	/*width:55px !important*/ 
	font-size: 16px
}
.items .left span {
	display: inline-block;
	color: #FFF;
	padding:12px 5px 12px  5px;
	/*width:55px !important*/
	font-size: 16px
}
.pager div {
	/*float: left;*/
				
	margin: 5px;
	padding: 10px;
}
.pager div.disabled {
	opacity: 1;
}
.pager .pageNumbers a {
	display: inline-block;
	padding: 0 10px;
	color: gray;
}
.pager .pageNumbers a.active {
	color: orange;
}
.pager {
	overflow: hidden;
}
.paginate-no-scroll .items div {
	height: 250px;
}

.main-title {
	font-size:24px; color:#000; padding-left:20px; float:left; margin-right:20px; padding-top:12px;width:100%; text-align: left;
	}

.sub-title { 
font-size: 12px;
    color: #ccc;
    padding-left: 0px;
    float: left;
    margin-right: 0px;
    padding-top: 5px;
    direction: rtl;
    width: 54%;
    text-align: right;}
	

.sub-title.contact{ 
    width: 33% !important }	
	
.panel.left{
	padding: 0;
    float: left;
    width: 48%;
	text-align:center;
	font-size:90%;
	line-height:18px;
	margin-top:10px
	
    }
	
.panel.right{
	padding: 0;
    float: right;
    width: 48%;
	text-align:center;
	font-size:90%;
	line-height:18px;
	margin-top:10px
    }			
	
.share-botton { height:30px; width:auto}

.left a{ text-decoration: none;
	color: #000;
}

.right a{ text-decoration: none;
	color: #000;
}

