#slider-wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
#slider {
}
#slider img {
}
#slider a img {
	overflow: hidden;
	width: 100%!important;
}
#slider a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-caption {
	width: 400px;
	height: 170px;
	margin: 0px;
	text-align: left;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 0px;
	top: 300px;
	z-index: 89;
	display: none!important;
}
.nivo-caption .nivo-caption-inner {
	margin: 0;
	text-shadow: 0 0 5px #000;
}
.nivo-caption h4 {
	margin: 0 0 13px 0;
	line-height: 36px;
	font-family: 'Amethysta', serif!important;
	font-size: 36px;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #fff;
}
.nivo-caption p {
	margin: 0;
	line-height: 21px;
	font-size: 16px;
	color: #fff;
}
.nivo-caption a {
	display: inline!important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav {
	position: absolute;
	width: 954px;
	height: 23px;
	bottom: 0px;
	text-align: left;
	padding: 0!important;
}
.nivo-controlNav a {
	background: url(../images/nivo.slider/pagination.png) no-repeat top right;
	position: relative;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 3px;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
	z-index: 99;
	cursor: pointer;
	display: inline-block!important;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position: top left;
}
.nivo-directionNav {
	display: none !important; /*左右切換開關*/
}
.nivo-directionNav a {
	position: absolute;
	display: block;
	width: 36px;
	height: 35px;
	text-indent: -9999px;
	border: 0;
	top: 215px;
	background: url(../images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right: 25px;
	background-position: -36px 0;
}
a.nivo-nextNav:hover {
	background-position: -36px -35px;
}
a.nivo-prevNav {
	left: 25px;
	background-position: 0 0;
}
a.nivo-prevNav:hover {
	background-position: 0 -35px;
}
#slider .nivo-controlNav img {
	display: inline;
	position: relative;
	margin-right: 10px;
	width: 120px;
	height: auto;
}
.nav-rotate {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
}
/*  menu  end */
.header_top_nav {
	position: relative;
	float: left;
	width: 100%;
	padding: 8px 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
}
.nav-list li a.active span.en {
	border-bottom: 1px solid #fff;
}
.header_nav_right {
	position: absolute;
	right: 10px;
	top: -8px;
	z-index: 10;
	float: right;
}
.btn_social_search {
    float: left;
    margin-right: 0px;
    transition: all 0.3s ease-out 0s;
}
.btn_social_search .btn_search {
	background: url("/images/icon_search.png") no-repeat center;    
	display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.btn_social_search > div {
	display: block;
	width: 100%;
	height: 38px;
	position: absolute;	
	right: 0px;
	bottom: -38px;
	background: #322E33;
	
}
.btn_social_fb {
	float: left;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.btn_social_fb:hover {
}
.btn_social_fb a {
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	background: url(../images/btn_social_fb.png) no-repeat center center;
}
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/mobile_nav.svg) no-repeat center center;
	background-size: 25px;
	height: 38px;
	width: 38px;
}
.nav-mobile:after {
	display:block;
	content:"MENU";
	position:absolute;
	top:12px;
	left:35px;
	color:#d9d9d9;
}
/* Mobile navigation, clickable area for revealing <ul> */
/*
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 22px;
	width: 100%;
	z-index:500;
	cursor: pointer;
}
.nav-click i::after {
	position:absolute;
	top: 10px;
	right:20px;
	content:" ";
	display: block;
	border: solid transparent;
	border-top: 6px solid #FFF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.nav-click:hover {
}
.nav-rotate {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
*/