body {
	padding-top: 90px;
	height: 100%;
	font-family: arial, Microsoft JhengHei, helvetica, san-serif;
}
@media (max-width: 991px) {
	body {
		padding-top: 80px;
	}
}
a, a:hover, a:active {
	color: hsla(0,0%,50%,1);
	text-decoration: none;
}
/* Navbar */
.navbar {
	position: absolute;
	top: 0;
	border:0;
	border-radius:0;
	margin-bottom:0;
	width: 100%;
	background-color: hsla(0,0%,100%,.9);
	z-index: 99;
}
.navbar:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	background: url('../images/shadow-top.png')bottom left repeat-x;
}
.navbar-brand {
	height: 90px;
}
.navbar-brand img {
	display: block;
	height: 100%;
	width: auto;
}
@media (max-width: 991px) {
	body {
		padding-top: 80px;
	}
	.navbar:after  {
		height: 20px;
	}
	.navbar-brand {
		height: 75px;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 60px;
	}
	.navbar-brand {
		height: 60px;
	}
}

/* Navbar Burger Menu */
.navbar .navbar-toggle {
	border: 1px solid hsla(0,0%,85%,1);
	border-radius: 5px;
	width: 45px;
	height: 45px;
}
.navbar .navbar-toggle .icon-bar {
	background: hsla(0,0%,50%,1);
}
.navbar .navbar-toggle:hover, 
.navbar .navbar-toggle:focus {
	background-color: hsla(0,0%,85%,1);
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
	background: hsla(0,0%,40%,1);
}
.navbar .search-m {
	display: none;
	float: right;
	margin: 8px 8px 0px 0px;
	border: 1px solid hsla(0,0%,85%,1);
	border-radius: 5px;
	padding: 10px 12px 10px 12px;
	width: 45px;
	height: 45px;
	background: transparent;
	font-size: 20px;
	color: hsla(0,0%,50%,1);
	cursor: pointer;
}
.navbar .search-m:hover,
.navbar .search-m:focus {
	outline: 0;
	background-color: hsla(0,0%,85%,1);
	color: hsla(0,0%,40%,1);
}
.navbar .navbar-collapse,
.navbar .navbar-form {
	border-color: hsla(0,0%,85%,1);
}
/* Navbar-nav */
.navbar .collapse {
	float: left;
}
.navbar .navbar-nav {
	margin-left: 18px;
}
.navbar .navbar-nav > li {
	margin: 8px 15px;
	text-align: center;
}
.navbar .navbar-nav > li > a {
	display: block;
	padding: 34px 20px 18px 20px;
	font-size: 22px;
	color: hsla(0,0%,40%,1);
}
.navbar .navbar-nav > li:hover:before {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0 auto;
	background:  url('../images/heading-top.png')center center no-repeat;
	background-size: 100% auto;
	content: "";
	width: 100%;
	height: 32px;
}
.navbar .navbar-nav > li:hover:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: 0 auto;
	background:  url('../images/heading-bottom.png')center center no-repeat;
	background-size: auto 100%;
	content: "";
	width: 100%;
	height: 20px;
}
.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:active {
	color: hsla(40,90%,50%,1);
}
.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus {
	background: transparent;
	color: hsla(40,90%,50%,1);
}
.navbar .navbar-nav > li > a .glyphicon {
	font-size: 14px;
}
.navbar .navbar-nav > li > ul.dropdown-menu {
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	padding: 0;
	background-color: hsla(0,0%,100%,1);
	z-index: 2;
}
.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.navbar .navbar-nav > li > ul.dropdown-menu > li {
	padding: 10px 0px;
}
.navbar .navbar-nav > li > ul.dropdown-menu > li a {
	font-size: 16px;
}
.navbar .navbar-nav > li > ul.dropdown-menu > li a:hover {
	color: hsla(40,90%,50%,1);
}
/* Search */
.navbar .search {
	float: right;
	margin-top: 30px;
}
.navbar .search .search-btn {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 8px 8px 8px 10px;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: hsla(0,0%,60%,1);
	-webkit-transition: all .2s ease-out;
	transition: 		all .2s ease-out;
}
.navbar .search .search-btn:hover {
	background-color: hsla(0,0%,40%,1);
	color: hsla(0,0%,100%,1);
}
.navbar .search .search-btn .search-text {
	display: none;
}

.navbar .search .search-input {
	border-radius: 0px;
	border: 1px solid hsla(0,0%,85%,1);
	padding: 0px 5px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	width: 120px;
	font-size: 14px;
	-webkit-transition: all .2s ease-out;
	transition: 		all .2s ease-out;
}
.navbar.fixed {
	position: fixed;
	margin-top: 0px;
}
.navbar.fixed .navbar-brand {
	height: 60px;
}
.navbar.fixed .navbar-nav {
	margin-top: 0px;
}
.navbar.fixed .navbar-nav > li > a {
	padding: 10px 14px;
	font-size: 16px;
}
.navbar.fixed .navbar-nav > li:hover:before,
.navbar.fixed .navbar-nav > li:hover:after {
	content: none;
}
.navbar.fixed .navbar-nav > li > ul.dropdown {
	background-color: hsla(0,0%,100%,.9);
}
.navbar.fixed .search {
	margin-top: 10px;
}
@media (max-width: 1199px) {
	.navbar .navbar-nav {
		margin-left: 0px;
	}
	.navbar .navbar-nav > li {
		margin: 8px 8px;
	}
	.navbar .navbar-nav > li > a {
		font-size: 18px;
	}
	.navbar .search .search-input {
		width: 100px;
	}
}
@media (max-width: 991px) {
	.navbar .navbar-nav > li {
		margin: 4px 4px;
	}
	.navbar .navbar-nav > li > a {
		font-size: 16px;
		padding: 34px 14px 18px 14px;
	}

}
@media (max-width: 767px) {
	.navbar {
		position: fixed;
	}
	.navbar .collapse {
		float: none;
	}
	.navbar-brand {
		margin: 0 auto;
	}
	.navbar .navbar-nav > li {
		text-align: left;
	}
	.navbar .navbar-nav > li > a {
		padding: 12px;
	}
	.navbar .navbar-nav > li:hover:before,
	.navbar .navbar-nav > li:hover:after {
		content: none;
	}
	.navbar .navbar-nav > li > ul.dropdown-menu {
		display: block;
		position: static;
		float: none;
		border: 0;
		box-shadow: none;
		background: transparent;
	}
	.navbar .navbar-nav > li > ul.dropdown-menu > li a {
		color: hsla(0,0%,50%,1);
	}
	.navbar .navbar-nav .open .dropdown-menu > li > a:hover {
		color: hsla(40,90%,50%,1);
	}
	.navbar .search .search-btn {
		border-radius: 0px;
		width: auto;
		padding: 6px 12px;
	}
	.navbar .search .search-btn .search-text {
		display: inline-block;
		font-size: 14px;
	}
	.navbar .search .search-btn .glyphicon {
		display: none;
	}
	.navbar .search-m {
		display: block;
	}
	.navbar .search {
		display: none;
		position: absolute;
		right: 0;
		margin-top: 0px;
		padding: 12px 15px;
		width: 200px;
		background: hsla(0,0%,100%,1);
	}

}
/* Animation */
.slideUp, .slideRight, .slideBottom, .slideLeft, .fadeIn {
	position: relative;
	opacity: 0;
	-webkit-transition: all .5s ease .4s;
	transition: 		all .5s ease .4s;
}
.slideUp 	{top:20px;}
.slideRight	{right:20px;}
.slideBottom{bottom:20px;}
.slideLeft 	{left:20px;}
.active .slideUp	{opacity:1;top:0}
.active .slideRight	{opacity:1;right:0} 
.active .slideBottom{opacity:1;bottom:0}
.active .slideLeft 	{opacity:1;left:0}
.active .fadeIn 	{opacity:1}
.delay-100ms {transition-delay:.5s; -moz-transition-delay:.5s; -webkit-transition-delay:.5s; -o-transition-delay:.5s}
.delay-200ms {transition-delay:.6s; -moz-transition-delay:.6s; -webkit-transition-delay:.6s; -o-transition-delay:.6s}
.delay-300ms {transition-delay:.7s; -moz-transition-delay:.7s; -webkit-transition-delay:.7s; -o-transition-delay:.7s}
.delay-400ms {transition-delay:.8s; -moz-transition-delay:.8s; -webkit-transition-delay:.8s; -o-transition-delay:.8s}
.delay-500ms {transition-delay: 1s; -moz-transition-delay: 1s; -webkit-transition-delay: 1s; -o-transition-delay: 1s}

/* Carousel */
.carousel {
	width: 100%;
}
.carousel .item {
	overflow: hidden;
}
.carousel .item img {
	display: block;
}
.carousel.slideBoard .item:before {
	position: absolute;
	content: "";
	top: 0;
	right: -10%;
	margin: -8% -8% 0px 0px;
	width: 45%;
	height: 150%;
	opacity: 0;
	background-color: hsla(0,0%,100%,.7);
	-webkit-transform: 	rotate(15deg);
	transform: 			rotate(15deg);
	-webkit-transition: all .5s ease;
	transition: 		all .5s ease;
}
.carousel .item.active:before {
	right: 0%;
	opacity: 1;
}
.carousel .item .caption {
	position: absolute;
	top: 25%;
	right: 8%;
	width: 24%;
	height: 100%;
}
.carousel .item .caption h1.title {
	font-size: 48px;
}
.carousel .item .caption h1.mini-title {
	font-size: 24px;
	text-align: center;
}
.carousel .item .caption h2.subtitle {
	margin-top: 10px;
	font-size: 28px;
}
.carousel .item .caption p.description {
	font-size: 18px;
	line-height: 1.6em;
}
.carousel .item .caption p.mini-description {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}
.carousel .item .caption .buttonbar {
	text-align: left;
}
.carousel .item .caption .buttonbar a.more {
	margin-top: 12px;
	font-size: 16px;
}
.carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .25) 100%);
    background-image: -webkit-gradient(linear, right top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .25)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .25) 100%);
}
.carousel .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .25) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .25)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .25) 100%);
}
.sub-carousel {
	color: hsla(0,0%,35%,1);
}
@media (max-width: 1199px) {
	.carousel .item .caption { top: 20%; width: 26%; right: 5%;}
	.carousel .item .caption h1.title {	font-size: 40px;}
	.carousel .item .caption h2.subtitle { font-size: 22px;}
	.carousel .item .caption p.description { font-size: 14px; line-height: 1.4em;}
	.carousel .item .caption .buttonbar a.more { font-size: 16px;}
}
@media (max-width: 991px) {
	.carousel .item .caption { width: 28%; right: 2%;}
	.carousel .item .caption h1.title {	font-size: 36px;}
	.carousel .item .caption h2.subtitle { font-size: 18px;}
	.carousel .item .caption p.description { font-size: 13px; line-height: 1.5em;}
	.buttonbar a.more { font-size: 14px;}
}
@media (max-width: 767px) {
	.carousel.slideBoard .item:before {width: 50%;}
	.carousel .item .caption {top: 25%; width: 34%;}
	.carousel .item .caption h1.title {font-size: 24px;}
	.carousel .item .caption h2.subtitle {font-size: 18px;}
	.carousel .item .caption p.description {display: none;}
}
@media (max-width: 480px) {
	.carousel .carousel-control {display: none;}
	.carousel .item .caption {top: 8%;}
	.carousel .item .caption h1.title {font-size: 18px;}
	.carousel .item .caption h2.subtitle {font-size: 14px;}
	.carousel .item .caption .buttonbar a.more {margin-top: 0; padding: 6px 12px; font-size: 12px;}
	.carousel .item .caption h1.mini-title {font-size: 14px;}
	.carousel .item .caption p.mini-description {display: none;}
}
@media (max-width: 320px) {
	.carousel .item .caption {top: 2%;}
	.carousel .item .caption h1.title {font-size: 14px;}
	.carousel .item .caption h2.subtitle {font-size: 12px;}
	.carousel .item .caption h1.mini-title {font-size: 12px;}
}
/* Heading */
.heading {
	text-align: center;
}
.heading div {
	position: relative;
	display: inline-block;
	margin: 24px auto;
	margin-bottom: 24px;
	padding: 20px 0px;
}
.heading div:before {
	position: absolute;
	top: -10px;
	left: 0;
	margin: 0 auto;
	background:  url('../images/heading-top.png')center center no-repeat;
	background-size: 100% auto;
	content: "";
	width: 100%;
	height: 52px;
	background-origin: border-box;
}
.heading div:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: 0 auto;
	background:  url('../images/heading-bottom.png')center center no-repeat;
	background-size: auto 100%;
	content: "";
	width: 100%;
	height: 25px;
}
.heading h1 {
	margin: 0;
	padding: 20px 18px 0px 18px;
	font-size: 36px;
	font-weight: 400;
	overflow: visible;
}
@media (max-width: 767px) {
	.heading h1 {font-size: 24px;}
	.heading div:before {top: -5px;}
}

/* Button */
a.more,
a.send {
	display: inline-block;
	border: 1px solid hsla(0,0%,60%,1);
	padding: 12px 24px;
	color: hsla(0,0%,40%,1);
	font-size: 16px;
	-webkit-transition: all .25s ease;
	transition: 		all .25s ease;
}
a.more:hover,
a.send:hover {
	border: 1px solid hsla(40,90%,50%,1);
	background-color: hsla(40,90%,50%,1);
	color: hsla(0,0%,100%,1);
}
.main-content {
	min-height: 700px;
}
/* Index-Section */
.section {
	padding-top: 55px;
	padding-bottom: 55px;
}

.section h2 {
	font-size: 26px;
	font-weight: 600;
	color: hsla(0,0%,40%,1);
}
.section p {
	line-height: 1.5em;
	font-size: 16px;
	color: hsla(0,0%,40%,1);
}

@media (max-width: 767px) {
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section .heading,
	.section h1 {
		font-size: 1.6em;
	}
	.section h2 {
		font-size: 1.45em;
	}
	.section p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
@media (max-width: 480px) {
	.section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section .heading,
	.section h1 {
		font-size: 1.4em;
	}
	.section h2 {
		font-size: 1.2em;
	}
	.section p {
		font-size: .9em;
		line-height: 1.5em;
	}
}

/* Section1 */
.section-1 .bestseller-1 {
	margin-bottom: 30px;
	border: 1px solid hsla(0,0%,70%,1);
	padding: 20px;
	height: 300px;
	background: url('../images/section-101.jpg')left center;
}
.section-1 .bestseller-1 .bestseller-content {
	margin-left: 200px;
	width: 350px;
	text-align: left;
}
.section-1 .bestseller-2 {
	border: 1px solid hsla(0,0%,70%,1);
	padding: 20px;
	height: 550px;
	background: url('../images/section-102.jpg')right center;
}
.section-1 .bestseller-2 .bestseller-content {
	margin-top: 50px;
	margin-left: 20px;
	width: 250px;
	text-align: left;
}
.section-1 .bestseller-3 {
	margin-bottom: 20px;
	border: 1px solid hsla(0,0%,70%,1);
	padding: 20px;
	height: 265px;
	background: url('../images/section-103.jpg')left center;
}
.section-1 .bestseller-3 .bestseller-content {
	float: right;
	margin-left: 20px;
	width: 280px;
	text-align: left;
}
.section-1 .bestseller-4 {
	border: 1px solid hsla(0,0%,70%,1);
	padding: 20px;
	height: 265px;
	background: url('../images/section-104.jpg')left center;
}
.section-1 .bestseller-4 .bestseller-content {
	float: right;
	margin-left: 20px;
	width: 280px;
	text-align: left;
}
@media (max-width: 1199px) {
	.section-1 .bestseller-1 .bestseller-content {}
	.section-1 .bestseller-2 .bestseller-content {width: 160px;}
	.section-1 .bestseller-3 .bestseller-content {width: 240px;}
	.section-1 .bestseller-4 .bestseller-content {width: 180px;}
}
@media (max-width: 991px) {
	.section-1 .left {
		float: left;
		width: 48%;
	}
	.section-1 .right {
		float: right;
		width: 48%;
	}
	.section-1 .bestseller-1, .section-1 .bestseller-2,
	.section-1 .bestseller-3, .section-1 .bestseller-4 {
		margin: 12px 0px;
		width: 100%;
		height: 300px;
	}
	.section-1 .bestseller-1 {
		background: url('../images/section-101-sm.jpg')right center;
	}
	.section-1 .bestseller-2 {
		background: url('../images/section-102-sm.jpg')right center;
	}
	.section-1 .bestseller-3 {
		background: url('../images/section-103-sm.jpg')right center;
	}
	.section-1 .bestseller-4 {
		background: url('../images/section-104-sm.jpg')right center;
	}
	.section-1 .bestseller-1 .bestseller-content,
	.section-1 .bestseller-2 .bestseller-content,
	.section-1 .bestseller-3 .bestseller-content,
	.section-1 .bestseller-4 .bestseller-content {
		float: none;
		margin: 30px 0px 0px 20px;
		padding: 0;
		width: 60%;
		height: auto;
		background: transparent;
		box-shadow: none;
	}
}
@media (max-width: 767px) {
	.section-1 .left {
		float: left;
		width: 48%;
	}
	.section-1 .right {
		float: right;
		width: 48%;
	}
	.section-1 h2 {
		margin-top: 0;
	}
	.section-1 .bestseller-1, .section-1 .bestseller-2,
	.section-1 .bestseller-3, .section-1 .bestseller-4 {
		width: 100%;
		height: 300px;
	}
	.section-1 .bestseller-1 {
		background: url('../images/section-101-xs.jpg')right center;
	}
	.section-1 .bestseller-2 {
		background: url('../images/section-102-xs.jpg')right center;
	}
	.section-1 .bestseller-3 {
		background: url('../images/section-103-xs.jpg')right center;
	}
	.section-1 .bestseller-4 {
		background: url('../images/section-104-xs.jpg')right center;
	}
	.section-1 .bestseller-1 .bestseller-content,
	.section-1 .bestseller-2 .bestseller-content,
	.section-1 .bestseller-3 .bestseller-content,
	.section-1 .bestseller-4 .bestseller-content {
		float: none;
		padding: 0;
		width: 60%;
		height: auto;
		background: transparent;
		box-shadow: none;
		text-shadow: 0px 0px 4px hsla(0,0%,0%,.85)
	}
	.section-1 .bestseller-content h2 { color: hsla(0,0%,100%,1); font-size: 24px;}
	.section-1 .bestseller-content p { color: hsla(0,0%,100%,1); font-size: 16px;}
	.section-1 .bestseller-content a.more { border: 1px solid hsla(0,0%,100%,1); color: hsla(0,0%,100%,1);}
	.section-1 .bestseller-content a.more:hover { border: 1px solid hsla(0,0%,100%,0);}
}
@media (max-width: 480px) {
	.section-1 .bestseller-1, .section-1 .bestseller-2,
	.section-1 .bestseller-3, .section-1 .bestseller-4 {
		padding: 12px;
		height: 180px;
		background-size: auto 100%;
	}
	.section-1 .bestseller-1 .bestseller-content,
	.section-1 .bestseller-2 .bestseller-content,
	.section-1 .bestseller-3 .bestseller-content,
	.section-1 .bestseller-4 .bestseller-content {
		width: 50%;
		height: auto;
	}
	.section-1 .bestseller-content h2 { font-size: 24px;}
	.section-1 .bestseller-content p { display: none;}

}
/* Section2 */
.section-2 {
	color: #FFF;
	text-align: center;
}
.section-2 img {
	margin-top: 70px;
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	.section-2 img {
		margin-top: 70px;
		width: 100%;
		height: auto;
	}
}
/* About */
.about-sec1 {
	padding: 60px 0px;
	min-height: 500px;
	background: url('../images/about/about-bg1.jpg')center center;
	background-attachment: fixed;
	text-align: center;
	box-sizing: border-box;
}
.about-sec1 p {
	margin: 0 auto;
	margin-top: 36px;
	width: 500px;
	line-height: 1.5em;
	color: hsla(0,0%,100%,1);
	font-size: 16px;
	text-align: left;
}
.about-sec2 {
	text-align: center;
	padding: 60px 0px;
}
.about-sec2 p {
	text-align: left;
	color: hsla(0,0%,50%,1);
	line-height: 1.8em;
}
.about-sec2 .about-box {
	margin: 0 auto;
	min-height: 500px;
	text-align: left;
}
.about-sec2 .about-box img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 2px 2px 8px hsla(0,0%,0%,.35);
}
.about-sec2 .about-box p {
	color: hsla(0,0%,50%,1);
	line-height: 1.8em;
}
.about-sec2 h2 {
	color: hsla(0,0%,35%,1);
}
.about-sec2 .locate {
	text-align: left;
}
.about-sec2 .locate p {
	color: hsla(0,0%,50%,1);
	line-height: 1.8em;
}
.about-sec2 .awards {
	text-align: center;
}
@media (max-width: 767px) {
	.about-sec1 {
		padding: 40px 20px;
		min-height: 300px;
		background: url('../images/about/about-bg2.jpg')center repeat;
	}
	.about-sec1 img {
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	.about-sec1 p {
		width: 100%;
	}
	.about-sec2 {
		padding: 40px 0px;
	}
	.about-sec2 .locate img {
		width: 100%;
		height: auto;
	}
	.about-sec2 .about-box {
		min-height: 450px;
	}
}
/* Sort-Label */
.sort-label {
	position: absolute;
	top: -5%;
	right: -10%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: hsla(40,90%,50%,1);
	overflow: hidden;
	-webkit-transition: all .25s ease;
	transition: 		all .25s ease;
	z-index: 2;
}
.sort-label img {
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.sort-label {
		top: -8px;
		right: -8px;
	}
}
/* Search Page */
.not-found {
	font-size: 28px;
	color: hsla(0,0%,65%,1);
}
/* Grid Product-item */
.grid .product-item {
	display: block;
	position: relative;
	margin: 12px 0px;
	border: 1px solid hsla(0,0%,90%,1);
	padding: 12px 12px 6px 12px;
	text-align: center;
}
.grid .product-item:hover {
	border: 1px solid hsla(80,60%,52%,1);
	color: hsla(40,90%,50%,1);
}
.grid .product-item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 100%;
	background-color: hsla(40,90%,50%,1);
	z-index: -1;
	-webkit-transition: all .25s ease;
	transition: 		all .25s ease;
}
.grid .product-item:hover:after {
	background-color: hsla(80,60%,52%,1);
}
.grid .product-item:hover .sort-label {
	background-color: hsla(80,60%,52%,1);
}
.grid .product-item .product-img {
	width: 100%;
}
.grid .product-item .product-img img {
	width: 100%;
	height: auto;
}
.grid .product-item .product-name {
	margin-top: 16px;
	height: 65px;
	-webkit-transition: all .25s ease;
	transition: 		all .25s ease;
}
.grid .product-item:hover .product-name {
	color: hsla(80,60%,52%,1);
}
.grid .product-item .product-name .chinese {
	font-size: 18px;
}
.grid .product-item .product-name .english {
	font-size: 12px;
}

@media (max-width: 480px) {
	.grid .product-item .product-name {
		height: 50px;
	}
	.grid .product-item .product-name .chinese {
		font-size: 16px;
	}
}
@media (max-width: 320px) {
	.grid .product-item .product-name .chinese {
		font-size: 14px;
	}
}
/* List Product-item */
.list .product-item {
	display: block;
	position: relative;
	border: 1px solid hsla(0,0%,85%,1);
	margin: 15px 0px;
	height: 280px;
	text-align: left;
	color: hsla(0,0%,30%,1);
	overflow: hidden;
}
.list .product-item .sort-label {
	top: 3%;
	left: 3%;
	width: 75px;
	height: 75px;
}
.list .product-item .buttonbar {
	float: right;
	padding: 0px 14px 14px 14px;
}
.list .product-item .buttonbar a.more {
	border: 1px solid hsla(40,90%,50%,1);
	background-color: hsla(40,90%,50%,1);
	color: hsla(0,0%,100%,1);
}
.list .product-item .buttonbar a.exp {
	display: inline-block;
	margin-left: 12px;
	border: 1px solid hsla(80,60%,52%,1);
	padding: 12px 24px 12px 12px;
	background-color: hsla(80,60%,52%,1);
	color: hsla(0,0%,100%,1);
	font-size: 16px;
	-webkit-transition: all .25s ease;
	transition: 		all .25s ease;
}
.list .product-item .buttonbar a.more {
	margin-top: 12px;
}
.list .product-item .product-img {
	float: left;
	width: 45%;
	overflow: hidden;
}
.list .product-item .product-img img {
	padding: 14px;
	width: 100%;
	height: auto;
}
.list .product-item .product-info {
	float: right;
	padding: 14px 14px 0px 14px;
	width: 55%;
}
.list .product-item .product-info hr {
	margin: 8px 0px;
}
.list .product-item .product-info p {
	font-size: 14px;
	line-height: 1.5em;
}
.list .product-item .product-name .chinese {
	font-weight: 600;
	font-size: 22px;
}
.list .product-item .product-name .english {
	font-size: 14px;
}
.list .product-item .product-name p {
	font-size: 12px;
}
@media (max-width: 1199px) {
	.list .product-item .buttonbar a.more { padding: 8px 12px;}
	.list .product-item .buttonbar a.exp {	padding: 8px 12px;}
}
@media (max-width: 991px) {
	.list .product-item { height: auto;}
}
@media (max-width: 767px) {
	.list .product-item .sort-label { width: 50px; height: 50px;}
	.list .product-item .product-img { width: 40%;}
	.list .product-item .product-name .chinese { font-size: 18px;}
	.list .product-item .product-info {	width: 60%;}
}
@media (max-width: 480px) {
	.list .product-item { height: auto; width: 75%; margin: 15px auto;}
	.list .product-item .sort-label { width: 75px; height: 75px;}
	.list .product-item .product-img { width: 100%;}
	.list .product-item .product-info {	width: 100%;}
	.list .product-item .product-info p {display: none;}
	.list .product-item .buttonbar { width: 100%;}
	.list .product-item .buttonbar a.more { margin: 6px 0px; width: 100%}
	.list .product-item .buttonbar a.exp { margin: 6px 0px; width: 100%}
}
/* Product */
.product .product-img {
	float: right;
	width: 79%;
}
.product .product-img .carousel-control {
	display: none;
}
.product .product-img .carousel-control.left,
.product .product-img .carousel-control.right {
	position: absolute;
	top: 40%;
	padding: 12px;
	width: 50px;
	height: 50px;
	background: hsla(0,0%,60%,1);
}
.product .product-img .carousel-control.left span.glyphicon,
.product .product-img .carousel-control.right span.glyphicon {
	position: static;
	margin: 0;
}
.product .product-thumbnail {
	float: left;
	width: 20%;
}
.product .product-thumbnail ul {
	margin-left: 0px;
}
.product .product-thumbnail ul li {
	border: 1px solid hsla(0,0%,85%,1);
	padding: 5px;
	width: 100px;
	height: 100px;
}
.product .product-thumbnail ul li a {
	cursor: pointer;
}
.product .product-info {}
.product .product-info h1 {
	color: hsla(0,0%,40%,1);
}
.product .product-info h3 {
	margin-top: 0px;
	color: hsla(40,90%,50%,1);
}
.product .product-info ul {
	list-style: none;
	padding-left: 0px;
}
.product .product-info ul li {
	padding: 3px 0px;
	font-size: 14px;
	color: hsla(0,0%,40%,1);
}
.product .product-info p {
	font-size: 14px;
	color: hsla(0,0%,40%,1);
}
.product .product-info a.exp {
	display: inline-block;
	border: 1px solid hsla(0,0%,60%,1);
	padding: 12px 24px;
	color: hsla(0,0%,40%,1);
	font-size: 16px;
	-webkit-transition: all .25s ease;
	transition: 		all .25s ease;
}
.product .product-info a.exp:hover {
	border: 1px solid hsla(80,60%,52%,1);
	background-color: hsla(80,60%,52%,1);
	color: hsla(0,0%,100%,1);
}
.product .product-description {
	margin-bottom: 30px;
}
.related {
	margin-bottom: 30px;
}
@media(max-width: 1199px) {
	.product .product-thumbnail ul li {
		width: 80px;
		height: 80px;
	}
}
@media(max-width: 991px) {
	.product .product-thumbnail {
		width: 20%;
	}
	.product .product-thumbnail ul li {
		width: 65px;
		height: 65px;
	}
}
@media(max-width: 767px) {
	.product .product-img {float: none; width: 100%}
	.product .product-img .carousel-control {display: block;}
	.product .product-info .buttonbar {text-align: center;}

}
@media(max-width: 480px) {
	.product .product-info h1 {font-size: 28px;}
	.product .product-info h3 {font-size: 20px;}

}
.category-box {
	position: relative;
	height: 350px;
	margin-bottom: 30px;
}
.category-box:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border: 1px solid hsla(40,90%,100%,1);
	width: 100%;
	height: 100%;
	-webkit-transform: 	scale(.95,.9);
	transform: 			scale(.95,.9);
	-webkit-transition: all .2s ease-out;
	-noz-transition: 	all .2s ease-out;
	transition: 		all .2s ease-out;
	z-index: 2;
}
.category-box:hover:before {
	border: 2px solid hsla(40,90%,50%,1);
	-webkit-transform: 	scale(.8,.75);
	transform: 			scale(.8,.75);
}
.category-box:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,0%,.1);
	-webkit-transition: all .2s ease-out;
	-noz-transition: 	all .2s ease-out;
	transition: 		all .2s ease-out;
	z-index: 1;
}
.category-box:hover:after {
	background-color: hsla(0,0%,0%,.5);
}
.category-box .box-heading {
	position: absolute;
	top: 22%;
	width: 100%;
	text-align: center;
	color: hsla(0,0%,100%,1);
	text-shadow: 0px 0px 3px hsla(0,0%,0%,.75);
	z-index: 3;
}
.category-box .box-heading a.more {
	margin-top: 24px;
	border: 1px solid hsla(0,0%,100%,1);
	color: hsla(0,0%,100%,1);
}
.category-box .box-heading a.more:hover {
	border: 1px solid hsla(40,90%,50%,1);
}
.category-info {
	margin: 40px 0px;
	line-height: 1.5em;
	font-size: 14px;
	color: hsla(0,0%,50%,1);
	text-align: left;
}
.category-info img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.category-box {
		height: 350px;
		background-size: cover;
	}
	.category-info {
		margin: 40px -15px;
	}
}
@media (max-width: 480px) {
	.category-box {
		height: 260px;
	}
}
/* Witness */
.witness-tabs {}
.witness-tabs li .tab-icons {
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-position: top;
}
.witness-tabs li:hover .tab-icons {
	background-position: bottom;
}
.witness {}
.witness .witness-box {
	display: block;
	position: relative;
	border: 1px solid hsla(0,0%,85%,1);
	margin: 15px 0px;
	overflow: hidden;
	cursor: pointer;
}
.witness .witness-box .img {
	height: 400px;
}
.witness .witness-box .img .img-bg {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.witness .witness-box .img .img-fix {
	/*display: none;*/
}
.witness .witness-box .content {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 5px solid hsla(40,90%,50%,1);
	padding: 15px;
	width: 100%;
	background: hsla(0,0%,100%,.75);
	text-align: left;
}
.witness .witness-box:hover .content {
	border-bottom: 5px solid hsla(80,60%,52%,1);
}
.witness .witness-box .content .sort-label {
	top: -20px;
	right: 5%;
}
.witness .witness-box:hover .content .sort-label {
	background-color: hsla(80,60%,52%,1);
}
.witness .witness-box .content h2.name {
	margin-top: 0;
	font-size: 16px;
	color: hsla(0,0%,35%,1);
}
.witness .witness-box .content h3.title {
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
	color: hsla(0,0%,45%,1);
}
.witness .witness-box .content p.full {
	display: none;
}
.witness .witness-box .content a.more {
	display: none;
}
@media (max-width: 767px) {
	.witness .witness-box .img {
		height: 450px;
	}

}
@media (max-width: 480px) {
	.witness .witness-box .img {
		height: 360px;
	}
	.witness-tabs li .tab-icons {
		width: 16px;
		height: 16px;
	}
	.witness-tabs > li > a {
		padding: 5px 8px;
		font-size: 12px;
	}
}
/* Modal */
.modal-content {
	position: relative;
	top: 150px;
	overflow: hidden;
}
.modal-content button.close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 20px;
	z-index: 99;
}
.modal-content button.close span {
	font-size: 32px;
}
.modal-content .modal-body {
	padding: 0px 15px;
}
.modal-content .modal-body .img {
	padding: 0;
}
.modal-content .modal-body .img .img-bg {
	width: 100%;
	min-height: 500px;
	background-position: center top;
}
.modal-content .modal-body .content {
	text-align: left;
}
.modal-content .modal-body .content .sort-label {
	display: none;
}
.modal-content .modal-body .content h2.name {
	font-size: 26px;
	color: hsla(0,0%,15%,1);
}
.modal-content .modal-body .content h3.title {
	line-height: 1.5em;
	font-size: 18px;
	color: hsla(40,90%,50%,1);
}
.modal-content .modal-body .content p.full {
	line-height: 1.5em;
	font-size: 14px;
	color: hsla(0,0%,35%,1);
	max-height: 200px;
	overflow-y: auto;
}
.modal-content .modal-body .more {
	float: right;
	margin-top: 36px;
	margin-bottom: 36px;
}
@media (max-width: 767px) {
	.modal-content {
		top: 0px;
	}
}
@media (max-width: 480px) {
	.modal-content .modal-body .img .img-bg {
		min-height: 250px;
	}
	.modal-content .modal-body .content p.full {
		max-height: 100px;
	}
}
/* Contact */
.contact {
	margin: 36px 0px;
}
.contact .contact-info p {
	font-size: 15px;
	line-height: 2em;
	color: hsla(0,0%,50%,1);
}
.contact .contact-input {
	position: relative;
	margin: 8px 0px;
	padding: 16px 20px;
	background: hsla(0,0%,92%,1);
	font-size: 16px;
	overflow: hidden;
}
.contact .contact-input span {
	position: absolute;
	margin-top: 16px;
	color: hsla(0,0%,45%,1);
	font-size: 18px;
}
.contact .contact-input input {
	border:0;
	padding-left: 24px;
	width: 100%;
	background:transparent;
	color: hsla(0,0%,15%,1);
}
.contact .contact-input input.codes {
	width: 50%;
	padding-left: 0;
}
.contact .contact-input input:focus,
.contact .contact-input textarea:focus {
	outline: none;
}
.contact .contact-input textarea {
	border:0;
	padding-left: 24px;
	width: 100%;
	background:transparent;
	color: hsla(0,0%,15%,1);
}
.contact .map {
	margin-top: 36px;
	width: 100%;
	height: 300px;
}
.contact a.send {
	margin-top: 8px;
	border: 1px solid hsla(0,0%,60%,1);
	padding: 15px 24px;
}
.contact a.send:hover {
	border: 1px solid transparent
}
@media (max-width: 767px) {
	.contact .contact-info h2 {text-align: center;}
	.contact .contact-info p {font-size: 14px;}
	.contact .contact-input {padding: 12px 16px;}
	.contact .buttonbar {text-align: center;}
}
/* Breadcrumb */
.breadcrumb {
	border: 1px solid hsla(0,0%,90%,1);
	border-radius: 5px;
	margin-top: 30px;
	padding: 8px 12px;
	background-color: transparent;
}
.breadcrumb a {
	padding: 0px 3px;
}
.breadcrumb a:hover {
	color: hsla(40,90%,50%,1);
}
/* Pager */
.pager {
	margin: 0 auto;
}
.pager ul li a {
	border-radius: 0px;
	background-color: hsla(0,0%,100%,1);
	color: hsla(0,0%,50%,1);
}
.pager ul > li > a:hover,
.pager ul > li.active > a,
.pager ul > li.active > a:hover {
	border: 1px solid hsla(40,90%,50%,1);
	background-color: hsla(40,90%,50%,1);
	color: hsla(0,0%,100%,1);
}
/* Footer */
.footer {
	position: relative;
	background: hsla(0,0%,90%,1);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .footer-logo img {
	width: 110px;
	height: auto;
}
.footer .contact-info {
	padding-top: 4px;
	text-align: center;
}
.footer .contact-info span {
	margin-right: 11px;
	font-size: 14px;
	color: hsla(0,0%,50%,1);
}
.footer .contact-info span img {
	vertical-align: middle;
	width: 25px;
	height: auto;
}

.footer .contact-info span.qr-code img{
    width: 43px;
}

.footer .copyright {
	padding-top: 12px;
	text-align: right;
	color: hsla(0,0%,50%,1);
}
.footer .footerToggle {
	display: none;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -40px;
	border: 0px;
	width: 80px;
	height: 40px;
	background: transparent;
	z-index: 0;
}
.footer .footerToggle img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 1199px) {
	.footer .copyright {
		padding-top: 0px;
	}
	.footer .contact-info {
		padding-top: 0px;
		text-align: left;
	}
	.footer .contact-info span {
		display: inline-block;
	}
	.footer .contact-info span img {
		width: 20px;
		height: auto;
	}
    .footer .contact-info span.qr-code img{
        display: none;
    }
}
@media (max-width: 991px) {
	.footer .copyright {
		padding-top: 0px;
		font-size: 12px;
	}
	.footer .contact-info {
		padding-top: 0px;
		text-align: left;
	}
	.footer .contact-info span {
		margin-right: 10px;
		font-size: 12px;
	}
	.footer .contact-info span img {
		width: 18px;
		height: auto;
	}
}
@media (max-width: 767px) {
	.footer .right-fix {float: none;}
	.footer .contact-info {
		position:absolute; 
		top: 0;
		width: 100%; 
		height: 0; 
		background: hsla(0,0%,90%,1);
		overflow: hidden;
		-webkit-transition: all .2s ease-out;
		transition: 		all .2s ease-out;
		z-index: 2;
	}
	.footer .contact-info span {display: block; margin:12px 0px;}
	.footer .contact-info.slideTop {
		margin-top: -100px;
		height: 100px;
	}
	.footer .footerToggle {
		display: block;
		-webkit-transition: all .2s ease-out;
		transition: 		all .2s ease-out;
	}
	.footer .footerToggle.slideTop {margin-top: -100px;}
	.footer .footer-logo {display: none;}
	.footer .copyright {text-align: center;}
}
@media (max-width: 480px) {
	.footer .information {font-size: .8em;}
	.footer .information .copyright {text-align: left;}
	.footer .information .contact-info .icon {width: 26px; height: 26px;}
}
#goTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background:  hsla(0,0%,30%,1);
	z-index: 98;

}
#goTop:hover {
	background: hsla(40,100%,50%,1);
}
#goTop img {
	width: 40px;
	height: 40px;
	display: block;
}
