@charset "utf-8";
/* CSS Document */
.grid {
	list-style: none;
	margin: 0px;
	text-align: center;
	position: relative;
	width: 66.6666%;
	float: left;
}
.grid-gallery {
	margin: 5px 0.5%;
	width: 49%;
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
	height: 200px;
}

.grid-gallery img {
	display: block;
	position: relative;
	max-width: 100%;
	opacity: 1;
}
.grid-gallery .figcaption {
	padding: 20px;
	color: rgb(255, 255, 255);
	font-size: 1.25em;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.grid-gallery .figcaption::before {
	pointer-events: none;
}
.grid-gallery .figcaption::after {
	pointer-events: none;
}
.grid-gallery .figcaption {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.grid-gallery .figcaption > a {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.grid-gallery .figcaption > a {
/*	text-indent: 200%;*/
	font-size: 0px;
	white-space: nowrap;
	z-index: 1000;
	opacity: 0;
}
.grid-gallery h2 {
	font-weight: 700;
	word-spacing: -0.15em;
}
.grid-gallery h2 {
	margin: 0px;
}
.grid-gallery p {
	margin: 0px;
}
.grid-gallery p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Oscar *****/
/*---------------*/

.grid-gallery.effect-oscar {	
}

.grid-gallery.effect-oscar .figcaption {
	padding: 50px 30px 30px 30px;
}

.grid-gallery.effect-oscar .figcaption::before {
	position: absolute;
	top: 15px;
	right: 20px;
	bottom: 15px;
	left: 20px;
	border: 1px solid #ffffff;
	content: '';
}

.grid-gallery.effect-oscar h2 {
	font-size: 24px;
	position: absolute;
	right: 10px;
	bottom: 35px;
	line-height: 1em;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.grid-gallery.effect-oscar .figcaption::before,
.grid-gallery.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	margin-top:10px;
	line-height:24px;
	font-size:15px;
}

.grid-gallery.effect-oscar p {
}

.grid-gallery.effect-oscar:hover h2 {
	position: relative;
	margin: 0 auto;
	bottom: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.grid-gallery.effect-oscar:hover .figcaption::before,
.grid-gallery.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.grid-gallery.effect-oscar:hover .figcaption {
	background-color: rgba(0,0,0,0.8);
}

.grid-gallery.effect-oscar:hover img {
	opacity: 0.4;
}

.grid-gallery.effect-oscar .figcaption p img {
	width:40px;
	height:40px;
	margin: 10px auto;
	font-size:15px;
	font-weight:700;
	color: #ffffff;
	display:block;
	z-index:2;
	opacity: 1;
	border: none;
}

/*edit owl*/
/*圓點按鈕*/
.twhg-slider-con .owl-theme .owl-dots .owl-dot span {
	background-color:#FFFFFF;
}
.twhg-slider-con .owl-theme .owl-dots .owl-dot.active span, 
.twhg-slider-con .owl-theme .owl-dots .owl-dot:hover span {
	background-color:#FF6600;
}
/*圓點主框架*/
.twhg-slider-con .owl-theme .owl-dots {
    text-align: center;
	height: 0;
	margin:0 auto;
	position: relative;
	bottom:25px;
}
/*上一頁下一頁按鈕*/
.twhg-slider-con .owl-theme .owl-nav [class*='owl-'] {
	background-color: transparent;
}
.twhg-slider-con.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: transparent;
}
/*上一頁下一頁主框架*/
.twhg-slider-con .owl-theme .owl-nav {
    margin-top: 0px;
    text-align: center;
}
/*上一頁文字*/
.twhg-slider-con .owl-theme .owl-nav .owl-prev {
	background-color: transparent;
	background-image: url("../images/icon_left2b.png?v1.01");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 40px 80px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	left:10px;
}
.twhg-slider-con .owl-theme .owl-nav .owl-prev:hover {
	background-color: transparent;
	background-image: url("../images/icon_left2b.png?v1.01");
	background-position: center -40px;
	background-size: 40px 80px;
	display: inline-block;
}
/*下一頁文字*/
.twhg-slider-con .owl-theme .owl-nav .owl-next {
	background-color: transparent;
	background-image: url("../images/icon_right2b.png?v1.01");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 40px 80px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	right:10px;
}
.twhg-slider-con .owl-theme .owl-nav .owl-next:hover {
	background-color: transparent;
	background-image: url("../images/icon_right2b.png?v1.01");
	background-position: center -40px;
	background-size: 40px 80px;
	display: inline-block;
}

.event-box {
	float: left;
	width: 33.3333%;
}
.event-box-m {
	display: none;
}
.event-gallery {
	margin: 5px 0.5%;
	text-align: center;
}
.event-gallery img {
	max-height: 410px;
	border: none;
}

/*960-1024dpi*/
@media only screen and (max-width: 1280px){
.twhg-slider-con {
    max-width: 940px;
}
.grid-gallery.effect-oscar h2 {
	font-size:24px;
	bottom: 40px;
}
.grid-gallery {
    height: 170px;
}
.grid-gallery.effect-oscar .figcaption {
    padding: 30px 20px;
}
.grid-gallery.effect-oscar h2 {
	font-size: 16px;
	bottom: 30px;
}

.grid-gallery.effect-oscar .figcaption::before,
.grid-gallery.effect-oscar p {
	line-height: 18px;
	font-size: 14px;
}

.grid-gallery.effect-oscar .figcaption::before {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}
.event-gallery img {
    max-height: 350px;
}
}

/*960-1024dpi*/
@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 960px){
.twhg-slider-con {
    max-width: 780px;
}
.event-box {
	display: none;
}
.grid-gallery {
	margin: 0.5%;
	height: auto;
}
.event-box-m {
	display: block;
	width: 100%;
}
.event-gallery-m {
	margin: 5px 0.5%;
    text-align: center;
}
.event-gallery-m img {
	width: 100%;
	border: none;
}
.grid {
	width: 100%;
    float: none;
}
}

/*720-780dpi*/
@media only screen and (max-width: 780px){
.twhg-slider-con {
    max-width: 600px;
}
}

/*520-640dpi*/
@media only screen and (max-width: 640px){
.grid-gallery.effect-oscar:hover h2 {
	display: none;
}
.grid-gallery.effect-oscar .figcaption p img {
	display: none;
}
.grid-gallery.effect-oscar .figcaption {
    padding: 15px 20px;
}
.grid-gallery.effect-oscar .figcaption::before,
.grid-gallery.effect-oscar p {
	line-height: 18px;
	font-size: 12px;
}
}
/*320-480dpi*/
@media only screen and (max-width: 480px){
}
/*320-480dpi*/
@media only screen and (max-width: 360px){
.grid-gallery.effect-oscar .figcaption::before {
	top: -5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
	content: '';
}
.grid-gallery.effect-oscar .figcaption {
    padding: 10px 15px;
}
}