@charset "utf-8";


body {
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	margin: 0px auto;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

iframe{
    border:0;
    outline: 0;
}
.imp{color:#F00;}
.cmxform label.error {
	display: none;
	color: #FF0000;
	font-size: 12px;
	padding:2px 0;
}
.cmxform .err_str{
	height:18px
}

.target {
	padding-top: 80px;
    padding-bottom: 15px;
    margin-top: -80px;
	margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #666;
}


/*[ GENERAL ELEMENTS ]*/
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a > i{
	padding-left:20px;
}



.navbar-wrapper {
    width: 100%;
    position: relative;
}
.container > .navbar-header,
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
	margin:0;
}

/*--選單--*/

.navbar-header {}
.navbar-brand {
    height: 90px;
	width: 280px;
	margin: 0 !important;
	padding: 5px 20px;
	overflow:hidden;
	border-right: 1px solid #aaa5a5;
}
.navbar-brand img {
	max-width:100%;
	max-height:100%;
}
.navbar-inverse {
	margin-bottom: 0 !important;
	background-color: #686868;
  border-color: #686868;

}
.navbar-inverse .container {
  	width:100%;
   	margin: auto;
}
.navbar-inverse .navbar-nav {
  	padding: 5px 0;
}
.navbar-inverse .navbar-nav .visible-xs-block {
	width: 30%;
	margin: 1%;
	float: left;
	}
.navbar-inverse .navbar-nav>li {}
.navbar-inverse .navbar-nav>li>a {
	color: #dfdfdf;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px;
	margin: 3px;
}
.navbar-inverse .navbar-nav>li>a>i {
	width:35px;
	padding: 0 10px 0 0;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #00e2ff;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 500px; 
}
.caret {
	margin-left: 5px;
}

@media (min-width: 768px) {
	body {
        min-width:1170px !important;
    }
	#navbar{
		text-align: right;
		float: right;
		width:calc(100% - 280px);
		    border-top: 1px solid #aaa5a5;
	}	
	.navbar-inverse .navbar-nav {	
		float: right;
		padding:0;
    }
	.navbar-nav > li {
    	float: none;
	    display: inline-block;
	}
	.navbar-inverse .navbar-nav>li>a {
        padding: 12px 20px;
        letter-spacing: 0px;
		font-size:16px;
		letter-spacing: 3px;
    }
	.container-box {
        width: 1170px !important;
		margin:auto;
    }
	.navbar-nav > li {
    	position: static;
	}
	.dropdown-menu {
  	  	position: absolute;
    	top: 100%;
    	left: 0;
    	z-index: 1000;
    	margin: 2px 0 0;
    	width: 100%;
		text-align: center;
	}
	.dropdown-menu > li {
    	display: inline-block;
	}

}
@media screen and (max-width: 767px) {
	.navbar-brand {
		width: 280px;
		padding: 10px;
	}
	.container {
  		padding-right: 5px;
  		padding-left: 5px;
	}
	.navbar-toggle {
  		margin-right: 15px;
  		margin-top: 15px;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 10px;
		letter-spacing: 0px;
		font-size: 20px;
		text-align: center;
		color: #fff;
    }
	.navbar-inverse .navbar-nav .visible-xs-block a {
	font-size: 14px;
	}
	.navbar-brand {
    height: 70px;
	width: 300px;
	margin: 0 !important;
	padding: 5px 20px;
	overflow:hidden;
	border-right: 1px solid #686868;
	}
}
@media (min-width: 1170px) {
	.navbar-inverse .container {
        width: 1170px !important;
    }
}


.social-top {
	padding: 0 0;
	float: right;
	color: #000;
}
.social-top li {
	float: left;
	padding: 0px;
}
.social-top li > a {
	padding: 10px 20px;
    display: block;
    line-height: 18px;
    font-size: 14px;
    color: #3b3b3b;
	border-left: 1px solid #aaa5a5;
}
.social-top li > a.active,
.social-top li > a:hover {
	color: #00BCD4;
    background-color: #4c4c4c;
}


#search {
	position: relative;
	width: 180px;
    height: 30px;
	overflow: hidden;
}
.sb-search-input {
    outline: none;
    background: #fff;
    width: 150px;
    height: 30px;
    margin: 0;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #2c3e50;
}
.sb-icon-search {
	position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
	background-color: #333333;
}
.sb-icon-search i {
    font-size: 16px;
    line-height: 30px;
	padding: 0;
    margin: 0;
	color:#fff;
}



#container{
	padding-top:90px;
}
#container section {
	
    overflow: hidden;
}
.Base_map {
    width: 100%;
	background-image: url(../images/bys.png);
    overflow: hidden;
}
/*--INDEX NEWS--*/
.news-title{
	padding-top: 30px;
	padding-bottom: 30px;
}
.Home_news{
	padding: 40px 25px;
}
.Home_news ul {
	margin-right:-15px;
	margin-left:-15px;
}
.Home_news ul li {
	padding:5px;
}
.Home_news h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.Home_news h2 strong {
	display: block;
	color: #000;
	font-family: "Century Gothic";
	font-size: 50px;
}
.Home_news h2 span {
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 7px;
	padding-bottom: 20px;
	position: relative;
}
.Home_news .more a {
	border: 1px solid #333;
	font-size: 12px;
	color: #999;
	padding: 10px 40px;
	display: inline-block;
	margin-left: 30px;
}
.Home_news .more a:hover {
	padding: 10px 60px;
	color: #FFF;
	background-color: #000;
}
.Home_news .Writing {
	background-color: #FFF;
	padding: 30px;
	height: 100%;
}
.Home_news .Writing h3 {
	margin: 0px;
	width: 100%;
	padding-bottom:10px;
	border-bottom: 1px dashed #aaa;
}
.Home_news .Writing p {
	margin: 10px 0px;
	font-weight: normal;
}
.Home_news .Writing .content {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
@media (min-width: 768px) {

	.Home_news ul {
    	margin:0;
	}
	.Home_news ul li {
	height: 280px;
	}
	.Home_news ul li + li:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68bfc1+0,ff9ef5+33,ff9ef5+33,815ad5+75,3a5ee1+95 */
background: rgb(104,191,193); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(104,191,193,1) 0%, rgba(255,158,245,1) 33%, rgba(255,158,245,1) 33%, rgba(129,90,213,1) 75%, rgba(58,94,225,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(104,191,193,1) 0%,rgba(255,158,245,1) 33%,rgba(255,158,245,1) 33%,rgba(129,90,213,1) 75%,rgba(58,94,225,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(104,191,193,1) 0%,rgba(255,158,245,1) 33%,rgba(255,158,245,1) 33%,rgba(129,90,213,1) 75%,rgba(58,94,225,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bfc1', endColorstr='#3a5ee1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}


.Home_photo{
	padding: 0 !important;
}
.owl-custom{
	padding:0; 
	position:relative;
}
.owl-custom .slide-box{
	margin:0; 
}
.owl-custom .image {
	width:100%; 
	height:0px;
	padding-bottom:50%; 
	overflow: hidden; 
	position:relative;
}
.owl-custom .owl-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-custom .owl-controls .owl-dots{
	padding-bottom: 20px;
	overflow: hidden;
	display: inline;
}
.owl-custom .owl-controls .owl-nav{
	display: none;
}
.owl-custom .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	
}
.owl-custom .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-custom .owl-dots .owl-dot.active span, 
.owl-custom .owl-dots .owl-dot:hover span {
    background: #F00;
}


.owl-custom .slide-box {
	position: relative;
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
.wrapper_ty4 .albums-content .image {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.owl-custom .slide-box .text,
.owl-custom .slide-box .text > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px;
}
.owl-custom .slide-box .title, 
.owl-custom .slide-box .more {
	margin:0;
    padding: 15px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
	color: #fff;
	font-size:18px;
    text-transform: uppercase;
	  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.owl-custom .slide-box .title {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}
.owl-custom .slide-box .more {
    float: right;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.owl-custom .slide-box .text > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.owl-custom .slide-box:hover .title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.owl-custom .slide-box:hover .more {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.owl-custom .slide-box:hover .image {
	opacity: 0.6;
}



.owl-movebox {
	padding:0;
	position:relative;
}
.owl-movebox .owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-movebox .owl-nav{
	display: none;
}
.owl-movebox .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-movebox .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-movebox .owl-dots .owl-dot.active span, 
.owl-movebox .owl-dots .owl-dot:hover span {
    background: #F00;
}

.owl-movebox .slide-box {
	margin:0; 
	background: #000;
	position: relative;
}
.owl-movebox .slide-box .image {
	width:100%; 
	height:0px;
	padding-bottom:50%; 
	overflow: hidden; 
	position:relative;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.owl-movebox .slide-box .text,
.owl-movebox .slide-box .text > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px;
	font-size:0;
	z-index: 20;
}
.owl-movebox .slide-box .text {
	position: absolute;
    top: 0;
    left: 0;
	padding: 15%;
    color: #fff;
	overflow:hidden;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.8), 3px 3px 3px rgba(0,0,0,0.7), 4px 4px 4px rgba(0,0,0,0.5); 
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.owl-movebox .slide-box .text::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.owl-movebox .slide-box .text::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.owl-movebox .slide-box .text h2 {
	margin:0;
	padding: 10% 5%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .image {
	opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .text::before,
.owl-movebox .slide-box:hover .text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.owl-movebox .slide-box .text:hover h2 {
	opacity: 1;
}
.owl-movebox .slide-box:hover .text::after,
.owl-movebox .slide-box:hover .text h2 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}



/*----*/
.Home_map {
	width: 100%;
	padding: 0px;	
}
.Home_googlemap {
	width: 50%;
	overflow: hidden;
	float: left;
	font-size: 0;
}
.Home_googlemap p{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.Home_googlemap iframe{	
	margin: 0px;
	padding: 0px;
}
.Home_reservation {
	text-align: center;
	width: 50%;
	height: 100%;
	background-color: #333;
	float: right;
}
.Home_reservation a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 10px;
}
.Home_reservation a > i{
	padding-left:20px;
}
.Home_reservation a:hover {
	color: #000;
}
.Home_reservation .intro {
	width: 100%;
	overflow: hidden;
}
.Home_reservation .Txt{
	text-align: center;
	border: 10px solid #00bcd4;
	margin: 40px;
	padding: 40px 50px;
}
.Home_reservation  .Txt h4 {
  font-family: "Century Gothic";
  font-weight: normal;
  font-size: 52px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
}
.Home_reservation  .Txt h5 {
  margin-top: 20px;
  padding: 8px 0;
  font-size: 22px;
  color: #FFF;
  font-weight: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.Home_reservation  .intro p {
  	margin-top: 25px;
  	font-size: 15px;
  	color: #FFF;
  	line-height: 1.8;
	text-align: center;
}
@media (max-width: 767px) {
	#container{
        padding-top:70px;
    }

	.Home_googlemap {
    	width: 100%;
	}
	.Home_reservation {
    	width: 100%;
	}
	.Home_reservation .Txt{
    	margin: 20px;
	    padding: 20px;
	}	
	.Home_reservation  .Txt h4 {
  		font-size: 35px;
	}
	.Home_reservation  .Txt h5 {
  		font-size: 18px;
	}
	.Home_reservation  .intro p {
  		font-size: 12px;
	}
}




.Home_AD{
  	width: 100%;
}
.Home_AD .albums {
	margin: 0;
}
.Home_AD .albums-box {
	padding:0px;
	overflow: hidden;
}
.Home_AD .albums-content{
    padding:0px;
	background-color: #000;
	position: relative;
}

.Home_AD .img-full .image {
    padding-bottom: 65%;
	opacity: 0.8;
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.Home_AD .albums-box:hover .image {
	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.Home_AD .albums-content .text{
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    z-index: 22;
    margin: auto;
    overflow: hidden;
    transform: translateY(-50%);
}
.Home_AD .albums-content h3 {
    color: #FFF;
    font-size: 38px;
    line-height: 45px;
    font-weight: 300;
        margin: 5px auto 25px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8), 2px 2px 2px rgba(0,0,0,0.4);
}
.Home_AD .albums-content .str {
    color: #FFF;
    font-size: 20px;
    line-height: 34px;
    
}
.Home_AD .albums-content .more {
	text-align: left;
	color:#FFF;
}
.Home_AD .albums-content .more a{
	border: none;
	color:#FFF;
		background-color: rgba(51, 51, 51, 0.50);
	color: #6CF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.Home_AD .albums-content .more a > i {
	padding-left:20px;
	
}
.Home_AD .albums-content .more a:hover {
	background-color: rgba(51, 51, 51, 1);
	color: #6CF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.Home_AD .img-full .image {
    	opacity: 1;
	}
	.Home_AD .albums-content h3 {
  		font-size: 28px;
  		line-height: 1.2;
	}
}

.Home_mbgdw{
}
@media (max-width: 767px) {
	.Home_AD .albums-content{
	    background-color: #FFF;
	}
	.Home_mbgdw .albums-content .text{
		padding: 15px;
		
	}
	.Home_AD .albums-content .more a{
    	color:#000;
		padding:0;
		padding: 5px 20px;
	}
.Home_AD .img-full .image {
    padding-bottom: 100%;
    opacity: 0.8;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.Home_AD .albums-content .str {
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}
}

.Home_bg {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding:80px 0 80px;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
.Home_bg .albums {
	margin: 0 -15px;
}
.Home_bg .albums-box{
	padding:15px;
}
.Home_bg .img-full .image {
	padding-bottom:50%;
}
.Home_bg .albums-content h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
@media (max-width: 767px) {
	.Home_bg .container{
		margin:0;
		padding:0;
	}
	.Home_bg .albums {
		margin:0;
	}	
	.Home_bg .albums-box {
    	padding: 0;
	}
}


.Home_recommend{
	padding: 40px 25px;
}
.Home_recommend .albums-content:hover {
}
.Home_recommend .albums-content:hover div {
} 
.Home_recommend .albums-content:hover a {
	color:#f60;
	background: #FFF;
	border: 1px solid #AAA;
}
.Home_recommend .albums-content:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.wrapper_ty1 {}
.wrapper_ty1 .albums-content { 
  	border: 5px solid #ddd;
}
.wrapper_ty1 .albums-content .text {
	position: relative;
	padding:10px;
}
.wrapper_ty1 .albums-content .title {
	color:#000;
}
.wrapper_ty1 .albums-content .more {
	color:#000;
	text-align: right;
}
.wrapper_ty1 .albums-content .more a {
	color:#000;
	border: none;
}
.wrapper_ty1 .albums-content .more a > i {
	padding-left:20px;
}
.wrapper_ty1 .albums-content .more a:hover {
	background-color: #F90;
}


.wrapper_ty2 {}
.wrapper_ty2 .albums-box {
	padding:10px;
}
.wrapper_ty2 .albums-content {
    padding: 3px;
    background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}
.wrapper_ty2 .albums-content .image {
	border-radius: 5px;
}
.wrapper_ty2 .albums-content .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
	margin:3px;
	border-radius: 0 0 5px 5px;
	text-align: center;
    background: #08243D;
	opacity: 0;
	transition:opacity 1s;
	-moz-transition:opacity 1s; /* Firefox 4 */
	-webkit-transition:opacity 1s; /* Safari and Chrome */
	-o-transition:opacity 1s; /* Opera */	
}
.wrapper_ty2 .albums-content .title {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    margin: 5px auto;
	color: #fff;
}
.wrapper_ty2 .albums-content:hover > .text {
	opacity: 1;
}
.wrapper_ty2 .albums-content .text a {
	color:#fff;
}

@media (max-width: 767px) {
	.wrapper_ty2 .text {
		opacity: 1;
	}
		.Base_map {
	background-image: none;
}

}


.wrapper_ty3 .albums-content{
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #CCC;
}
.wrapper_ty3 .albums-content .title,
.wrapper_ty3 .albums-content .desc {
    height: auto;
}

.wrapper_ty4 .albums-content {
	position: relative;
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
.wrapper_ty4 .albums-content .image img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.wrapper_ty4 .albums-content .text,
.wrapper_ty4 .albums-content .text > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 15px;
}
.wrapper_ty4 .albums-content .title, 
.wrapper_ty4 .albums-content .more {
	margin:0;
    padding: 15px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
	color: #fff;
	font-size:18px;
    text-transform: uppercase;
}
.wrapper_ty4 .albums-content .title {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}
.wrapper_ty4 .albums-content .more {
    float: right;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.wrapper_ty4 .albums-content .text > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.wrapper_ty4 .albums-content:hover .title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.wrapper_ty4 .albums-content:hover .more {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.wrapper_ty4 .albums-content:hover img {
	opacity: 0.6;
}



.wrapper-2 {
	margin:0;
}
.wrapper-2 figure {
    padding: 0px;
	position: relative;
	overflow: hidden;
}
.wrapper-2 figure .image {
    -webkit-transform: scale3d(1.01,1.01,1);
    transform: scale3d(1.01,1.01,1);
}
.wrapper-2 figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#FFF;
}
.wrapper-2 figure figcaption > a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#FFF;
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.wrapper-2 figcaption h2{
	margin:5px;
}
.wrapper-2 figcaption p {}
.wrapper-2 figcaption .more {
	font-size:0;
}


/*---------------*/
/***** Layla *****/
/*---------------*/
.wrapper-2.layla figure {
	background: #000;
}
.wrapper-2.layla figure figcaption {
	position: absolute;
    top: 0;
    left: 0;
	padding: 15%;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.8), 3px 3px 3px rgba(0,0,0,0.7), 4px 4px 4px rgba(0,0,0,0.5); 
}
.wrapper-2.layla figure figcaption::before,
.wrapper-2.layla figure figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.wrapper-2.layla figure figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.wrapper-2.layla figure figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.wrapper-2.layla figure h2 {
	font-size: 20px;
    text-align: center;
	margin:0px;
	padding: 10% 5%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.wrapper-2.layla figure figcaption::before,
.wrapper-2.layla figure figcaption::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.wrapper-2.layla figure:hover .image {
	opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.wrapper-2.layla figure:hover figcaption::before,
.wrapper-2.layla figure:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.wrapper-2.layla figure:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}
.wrapper-2.layla figure:hover figcaption::after,
.wrapper-2.layla figure:hover h2 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}



/*--INDEX TITLE--*/
.Title-line {
    min-height: 50px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.Title-line .tit2{
	width: 30%;
	margin: auto;
}
.Title-line .tit2 img {
	height: 100%;
	width: 100%
   
}


.Title-line .tit {
    line-height: 40px;
    font-size: 50px;
    color: #fff;
    margin: 5px 40px;
    padding: 0px 30px 0 35px;
    letter-spacing: 5px;
}
.Title-line .small-border {
     height: 3px;
    width: 120px;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.Title-line .tit2{
		width: 80%;
	}
	.Title-line .tit {
    letter-spacing: 0px;
	font-size: 30px;
	
}
.Home_bg {
    padding: 50px 0 0px;
}
}

/*--IMAGE LIST BOX--*/
.albums {
	margin-left:-10px;
	margin-right:-10px;
}
.albums-box {
	padding: 0 10px 20px;
}
.albums-content{
	overflow:hidden;
}
.albums-content .image {
	width: 100%;
	overflow: hidden;
}
.albums-content .text {
	margin: 10px;	
}
.albums-content .date {
	margin: 5px auto;
}
.albums-content .title{
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
	color: #FFF;
	letter-spacing: 5px;
}
.albums-content .title2{
	font-size: 18px;
	line-height: 30px;
	margin: 10px auto;
	color: #FFF;
}
.albums-content .desc{
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    margin: 5px auto;
}
.albums-content .more{
	margin: 15px auto;
	padding: 30px 0 10px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
.albums-content .more a{
    border: 1px solid #eee;
    padding: 10px 35px;
}
.albums-content .more a:hover {
    color:#fff;
    background-color:#000;
}
.albums-content .more2{
	text-align: center;
	font-size: 10px;
	color: #FFF;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.albums-content .more2 a{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #06C;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.albums-content .more2 a:hover {
    color:#fff;
    background-color:#000;
}
.img-masonry img {
	width:100%;
}

.img-full .image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.img-full.img-100 .image{
	padding-bottom: 100%;
}
.img-full.img-75 .image{
    padding-bottom: 75%;
}
.img-full.img-70 .image{
    padding-bottom: 70%;
}
.img-full.img-60 .image{
    padding-bottom: 60%;
}



/*-- History Breadcrumb --*/
.topImage {
    width: 100%;
    padding: 50px 0;
    /*background-image: url(../images/bumb.jpg);*/
    background-repeat: repeat-x;
    background-position: center;
	background-size: cover;
    position: relative;
}
.topImage .container h1 {
	line-height: 40px;
	padding: 0 0 0 5px;
	margin: 0px 0 10px;
	font-weight: 500;
	letter-spacing: 5px;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.8), 4px 4px 4px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
.topImage .container {
    position: relative;
	height: 100px;
	overflow: hidden;
}
.topImage .container .map {
    position: absolute;
    right: 0px;
    top: -25px;
}
.topImage .container .map img{
	height:190px;
}
.breadcrumb {
    padding: 8px 0px;
	margin:0;
    list-style: none;
    background-color: transparent;
	font-size:16px;
	color:#FFF;
	text-align: center;
}
.breadcrumb > li + li:before {
    color: #FFF;
}
.breadcrumb a{
	font-size:16px;
	color:#FFF;
}
.breadcrumb li,
.breadcrumb a,
.breadcrumb li:before {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8), 2px 2px 2px rgba(0,0,0,0.5);
}



.by {
	padding:10px;
}
.webtitle {
    font-size: 40px;
    padding: 0px 0px 5px;
    margin-bottom: 5px;
	text-align: center;
}
.webtitle:after {
    content: '';
    display: block;
    margin: 5px auto;
    width: 60%;
    border-top: 2px solid #D96333;
}
.intermediate {
    margin: 15px auto;
}
.word, .share {
	clear: both;
	width: 1150px;
	margin:40px auto 20px;
	overflow:hidden;
}
@media (max-width: 767px) {
	.word, .share{
		width:auto;
    	margin:15px auto;
	    overflow:hidden;
	}
	.word img{
		width:auto !important;
		height:auto !important;
		max-height: 100% !important;
		max-width:100% !important;
	}
	.albums-content .more{
	margin: 15px auto;
	padding: 5px 0 10px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
}



/*--類別--*/
.classBox {
	width: 100%;
	padding: 30px 0;
}
.classBox .box {
	display: none;
}
ul.classLink{
}
ul.classLink li{
    display:inline-block;
	margin: 6px 3px;
    padding:0 0 2px;
    position:relative;
	border: 1px solid #d9d9d9;
	
}
ul.classLink li:last-child:before,
ul.classLink li:last-child:after{
    display:none;
}
ul.classLink li a{
    display:block;
    font-size:16px;
    padding:5px 15px 5px 18px;
    color: #444;
	background-color: #fff;
    position:relative;
}
ul.classLink li a:hover,
ul.classLink li a.current{
}
ul.classLink li a.current:after {
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
       border-width: 8px 12px 0 12px;
    border-color: #1f50d9 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left:50%;
    margin-left:-7.5px;
}
@media (min-width: 768px) {
	.classBox .beshow{
    	display: block !important;
    	text-align: right;
	}
	.classBox .beshow .wide {
	    display: inline-block;
    	width: 23%;
	}
}
@media (max-width: 767px) {
	.classBox {
		height: 101px;
	}
	.classBox .box {
    	display: block;
		width:100%;
	}
	ul.classLink {
		display:none;
	}
	.wide-text {
		line-height: 42px;
	    text-align: center;
    	font-size: 16px;
		padding:0;
	}
	.wide-select{
	}
}


/*--Article--*/
.Article {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.Article .Date{
	float: left;
    width: 15%;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	overflow:hidden;
	border: 1px solid #F90;
}
.Article .Date span {
	display:block;
	width: 100%;
	padding: 3px 0px;
}
.Article .Date .day {
    background-color: #FFF;
}
.Article .Date .month {
    color: #FFF;
    background-color: #F90;
}
.Article .Date .year {}
.Article .Title {
    float: right;
	width: 83%;
    font-size: 16px;
    color: #399;
    margin-bottom: 15px;
    text-align: left;
}
.Article .Share {
	float: right;
	width:83%;
	text-align: left;
}
.Article .Share > div{
	display:inline-block;
	height:30px;
	vertical-align: bottom;
}


/*---FILES-*/
.mainfile {
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
.mainfile ul li {
	width: 100%;
    margin-bottom: 10px;
	padding:0;
	border-bottom: 1px dotted #999;
	overflow:hidden;
}
.mainfile ul .title {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    background-color: #F0F0F0;
}
.mainfile ul .Line {
    font-size: 14px;
    line-height: 30px;
	padding:10px 0;
	background-color: #FFF;
}
.mainfile ul li div{
	float:left;
}
.mainfile ul li .name {width: 50%; padding: 0 1%; text-align:left;}
.mainfile ul li .size {width: 15%; text-align:center;}
.mainfile ul li .type {width: 17%; padding: 0 1%; text-align:center;}
.mainfile ul li .load {width: 17%; text-align:center;}
.mainfile ul .Line .load {font-size:16px;color:#F00;}



.productcls_list{
}
.productcls_list li{
    width:100%;
    overflow:hidden;
}
.productcls_list li .image {
    width:100%;
    height:0px;
    padding-bottom:75%;
    overflow:hidden;
}
.productcls_list li .text {
	background-color: #fff;
	padding:20px;
}
.productcls_list li .text .txt h3 {
	margin:5px 0;
	font-size: 36px;
    color: #303030;
    line-height: 42px;
	max-height:84px;
    overflow:hidden;
}
.productcls_list li .text .txt p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
	max-height:240px;
	overflow:hidden;
}
.productcls_list li .text .txt a {
}
@media (min-width: 768px) {
	.productcls_list li {
		display: -ms-flexbox; 
		display: -webkit-flex; 
		display: flex;
	}
	.productcls_list li .map,
	.productcls_list li .text
	{
		padding:0;
		-webkit-flex: 1; 
		-ms-flex: 1; 
		flex: 1;	 
		position: relative;
	}
	.productcls_list li:nth-child(even) {
		flex-direction: row-reverse;
	}
	.productcls_list li .text .txt {
		position: absolute;
	    top: 50%;
    	right: 0;
	    left: 0;
    	padding: 20px;
	    z-index: 22;
    	margin: 0 3%;
    	overflow: hidden;
	    transform: translateY(-50%);
	}
	.productcls_list li .map:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent #ffffff transparent transparent;
        top: 50%;
        margin-top: -30px;
    }
    .productcls_list li:nth-child(odd) .map:after {
        right: 0;
        border-width: 30px 26px 30px 0;
    }
	.productcls_list li:nth-child(even) .map:after {
        left: 0;
        border-width: 30px 0 30px 26px;
        border-color: transparent transparent transparent #ffffff;
    }
	.productcls_list .map:hover .image{
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	    transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: scale3d(1.1,1.1,1);
	    transform: scale3d(1.1,1.1,1);
	}
	.productcls_list .map:hover:after {
		border-color: transparent #ff0000 transparent transparent;
	}
	.productcls_list li:nth-child(even) .map:hover:after {
		border-color: transparent transparent transparent #ff0000;
	}
}

.product_list {
	margin-bottom:10px;
    padding-bottom:10px;
}
.product_list > div {
	padding: 0 15px 15px;
}
.product_box {
	background-color: #fff;
	border: 1px solid #ccc;
}
.product_box .product_image {
	overflow: hidden;
}
.product_box .image {
	width:100%;
	height:0;
	padding-bottom:80%;
	overflow: hidden;	
	position: relative;
}
.product_box .product_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:auto !important;
	height:auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.product_box .product_text {
	padding: 10px;
}
.product_box .product_text > p {
	margin: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.product_box .product_text > p > a {
	color:#666;
}
.product_box .product_image:hover .image{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(1.02,1.02,1);
	transform: scale3d(1.02,1.02,1);
}


.product-word{
	background: #303030;
	color:#fff;
	padding:20px;
}
#product-detail {
	clear: both;
    width: auto;
    margin: 20px auto;
    overflow: hidden;
}
#product-detail .product_bg {
    background: #ffffff;
	/*
    background: -moz-linear-gradient(top, #ffffff 0%, #a0a0a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a0a0a0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#a0a0a0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#a0a0a0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#a0a0a0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#a0a0a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0a0a0',GradientType=0 );
	*/
}
#product-detail .product_bg .image {
    width:100%;
	padding: 20px;
	overflow: hidden;
}
#product-detail .product_bg .image > img {
	max-width: 100%;
	max-height:400px;
}

#product-detail .product-des{
	padding: 20px;
}

@media (min-width: 768px) {
	#product-detail {
		width: 1150px;
	}
}



.dealer_list{
}
.dealer_list li{
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 20px;
	margin: 0 auto 20px;
    width:100%;
    overflow:hidden;
}
.dealer_list li h3 {
	font-size: 20px;
    margin: 10px auto;
    padding: 10px 15px;
	border-bottom: 2px solid #ddd;
    color: #000;
}
.dealer_list li .text p > i {
	width: 20px;
	padding-right:7px;
}
.dealer_list li .text p > span {
	width: 58px;
    display: inline-block;
}



/*--DESGINER--*/
.designer_list{}
.designer_list li{
	border-bottom: 1px solid #b8b8b8;
    padding: 30px 0;
	width:100%;
	overflow:hidden;
}
.designer_list li:first-child {
    padding-top: 0px;
}
@media (min-width: 768px) {
	.designer_list li .map {
		float:left;
		width:35%;
	}
	.designer_list li .text {
		float:right;
		width:60%;
		text-align: left;
	}
	.designer_list li:nth-child(even) .map{
		float:right;
	}
	.designer_list li:nth-child(even) .text {
		float:left;
		text-align: right;
	}
	.designer_list li .image img {
    	filter: gray;
	    -webkit-filter: grayscale(100%);
    	-webkit-transition: all .6s ease;
	}
	.designer_list li .image img:hover {
	    filter: none; /* Applies to FF + IE */
	    -webkit-filter: grayscale(0);
		-webkit-transition: all .6s ease;
	}

}
.designer_list li .image {
	width:100%;
	height:0px;
	padding-bottom:80%;
	overflow:hidden;
}
.designer_list li h3 {
	font-size: 24px;
	line-height: 30px;
	margin:10px auto;
	padding-bottom: 10px;
}
.designer_list li h3 span {
	border-bottom: 2px solid #0097A7;
    padding-bottom: 5px;
}
.designer_list li .desc {
	font-size: 16px;
    line-height: 20px;
}




/*--CONTACT--*/
#blog{
	width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
#blog h4 {
    font-size: 20px;
    margin: 20px auto 0px;
    padding: 5px 15px;
    border-left: 5px solid #8E2E89;
    border-bottom: 1px dotted #ddd;
}
.cbp-mc-column {
    padding: 10px 10px;
}	

/*----*/
.cbp-mc-form label {
    display: block;
    padding: 20px 5px 5px 2px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.cbp-mc-form label.checkbox-inline {
    display: inline-block;
	padding: 3px 0px 3px 30px;
	margin:0;
}
.cbp-mc-form .w50 {
	margin-left: 10px !important;
    width: 130px !important;
    display: inline-block !important;
}
.cbp-mc-form input[type=text],
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 1em;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: #FFF;

}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #999;
}
.cbp-mc-form textarea {
	min-height: 134px;
}
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #CC0000;
}
.cbp-mc-form select:focus {
	outline: none;
}
.cbp-mc-form input[type=radio] {
    margin: 10px;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 32px;
	clear: both;
}
.cbp-mc-form input.cbp-mc-submit {
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px 15px 40px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 10px;
	background-color: #990000;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #000000;
}


.tab-content {
	padding:20px 0;
}

/*----*/
.quotes{
	clear:both;
	width:100%;
	padding:20px 0;
	text-align:center;
	overflow:hidden;
}
.quotes #pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #096;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}




/* ====== 底部宣告 ====== */
footer {
	width: 100%;
	padding: 30px;
	overflow: hidden;
	background-color: #141313;
}
footer p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
}
footer .social{
    text-align: center;
    margin-bottom: 20px;
}
footer .social a {
	width: 31px;
	height: 31px;
	position: relative;
	text-align: center;
	color: #666666;
	display: inline-block;
	margin-right: 5px;
	line-height: 28px;
	font-size: 16px;
	border: 1px solid #666666;
}
footer .social a:hover {
    background: #202020;
    color: #FFF;
}
footer .social a i{
    line-height: 28px;
	padding:0;
}
#wizards, #wizards a {
	color:#686868;
}


.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-toggle {
    border-color: #686868;
}
