@charset "utf-8";
/* CSS Document */
/*
banner：1920*850
手機banner：545*820

最新消息首圖 768x598	135*105
百科園地首圖 320*230

最新消息首頁廣告 768x210

主色調：#c79f62
*/

/* GLOBAL */
* { margin:0; padding:0; /*z-index: 0;*/ }
body {
    background-color: #FFF;
    color: #666;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
	overflow-x: hidden;
}
ul {
    padding-left: 0;
    list-style: none;
}
::-moz-selection { background: #ffe1df; }
::selection { background: #ffe1df; }
input[type="radio"] + label {
	font-weight: normal;
	margin-right: 15px;
}
[data-toggle~="collapse"] {
    cursor: pointer;
}


.hr-gold {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c79f62;
    margin-bottom: 0;
	margin-top: 0.9em;
    padding: 0;
}
.hr-titsep {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 0;
	margin-top: 0.9em;
    padding: 0;
}
.hr-3dots {
	display: block;
    height: 9px;
	background: url(../images/dots_3v.jpg) repeat-x;
    border: 0;
}
.img-100 { max-width: 100%; }
.pad_r0 { padding-right: 0; !important}
.pad_l0 {
	padding-left: 0; !important
}
.width100 { width: 100%;}
.clear30 {
	clear: both;
	height: 30px;
}
.center-left { display:inline-block; text-align:left; }
.red { color: #E53043;}


/* BUTTONS */
.btn-pink {
	background: #540b17;
	border: 0;
	color: #FFF;
	font-size: 1em;
	margin: 0 auto;
	padding: 5px 1em;
	transition: all 0.5s;
	cursor: pointer;
}
.btn-pink:hover {
	background: #870d13;
	color: #FFF;
}
.btn-pink span {
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.btn-pink span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.btn-pink:hover span {
	padding-right: 25px;
}
.btn-pink:hover span:after {
	opacity: 1;
	right: 0;
}

.btn-pink-input {
	background: #540b17;
	border: 0;
	color: #FFF;
	font-size: 1em;
	margin: 0 auto;
	padding: 5px 1em;
	transition: all 0.5s;
	cursor: pointer;
}
.btn-pink-input:hover {
	background-color: #870d13;
	color: #FFF;
}

.btn-idx-survey {
	background: #ffb4ae;
	border-radius: 5px;
	color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 5px 2.5em;
	transition: all 0.5s;
	cursor: pointer;
}
.btn-idx-survey a:hover {
	color: #FFF;
}
.btn-idx-survey span {
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.btn-idx-survey span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.btn-idx-survey:hover span {
	padding-right: 25px;
}
.btn-idx-survey:hover span:after {
	opacity: 1;
	right: 0;
}
.btn-hollow {
	border: 1px solid #540b17;
	color: #540b17;
}
.btn-hollow:hover {
	color: #540b17;
}

.btn-gold {
	background: #e4c38e;
	border: 0;
	color: #bd2518;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding: 2px 1em;
	transition: all 0.5s;
	cursor: pointer;
}
.btn-gold:hover {
	background: #820a13;
	color: #FFF;
}

.login-form input[type=email] {
	background: #d1beba;
	color: #4f020a;
}
.login-form input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4f020a;
  opacity: 1; /* Firefox */
}

.login-form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4f020a;
}

.login-form input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: #4f020a;
}
.login-form input[type=password] {
	background: #d1beba;
	color: #4f020a;
}
.login-form input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4f020a;
  opacity: 1; /* Firefox */
}

.login-form input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4f020a;
}

.login-form input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
  color: #4f020a;
}


/* NAVIGATION */
.mylogo { width: 90px; }

.navbar-tooltip {
	background-color: #F5F5F5;
	height: 30px;
	min-height: 30px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	font-size: 13px;
	color: #6c6c6c;
}
.navbar-tooltip .navbar-header {
	line-height: 30px;
}
.navbar-tooltip .navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
	height: 30px;
	color: #6c6c6c;
}
.navbar-nav>li>a:hover { color: #c79f62; }
/*.tel { color: #c79f62; padding-left: 2px; }*/
/*.navbar-default { background-color: #FFF; }*/
.navbar-default .navbar-nav > li > a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#main-nav {
	padding: 20px 0;
	margin-bottom: 0;
	z-index: 50;
}
#main-nav .navbar-nav li a {
	color: #c8a063;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 20px 10px 20px;

	-webkit-transition: all ease-in-out 0s;
	-moz-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	-ms-transition: all ease-in-out 0s;
}
#main-nav .navbar-nav li a:hover, #main-nav .navbar-nav li a:focus {
	background: #FFF;
}
#main-nav .navbar-nav li a:after {
	width: 0%;
}
.navbar-nav>li>a {
	line-height: 30px;
}
#main-nav ul.dropdown-menu.dropdownhover-bottom {
	border-top: 2px solid #c79f62;
	min-width: 100px;
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu li a {
	padding: 15px;
	border-bottom: 1px solid #c79f62;
}
.dropdown-menu li a:hover {
	color: #c79f62;
}

nav.navbar.navbar-default#main-nav {
	background: #6d0712; /* Old browsers */
	background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
}
.navbar-default {
    border: 0;
}
.navbar {
    border-radius: 0;
}
.dropdown a p {
	margin-bottom: 0;
}
.navbar-nav>li>.dropdown-menu {
    overflow: hidden;
    /*height: 0;*/
    min-height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: #FFF;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.dropdown-menu {
	min-width: 123px;
}
ul.dropdown-menu>li>a:hover {
	background: #6d0712;
	color: #c79f62;
}

.indicator-bg {
	display: block;
	height: 40px;
	background: #6d0712; /* Old browsers */
	background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #000\9;
    background-color: transparent;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #fff;
	border: 1px solid #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
ol.carousel-indicators {
	margin-bottom: 5px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

ul.nav.navbar-nav.navbar-right {
	height: 90px;
	padding-top: 50px;
}


/*  MOBILE NAV */
.cell-nav-bar li {
	border-bottom: solid 1px #eee;
}
.cell-nav-bar li ul li {
	border-bottom: solid 1px #eee;
	padding: 5px;
}
.caret-pos {
	margin-top: 12px;
}



/* BANNER */
.carousel-control.right, .carousel-control.left {
	background-image:none;
}
.slide img {
	text-align: center;
	margin: 0 auto;
}

.red-stripe {
	height: 35px;
	background: #6d0712; /* Old browsers */
	background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
}
.white-stripe {
	height: 35px;
	background: #FFF;
}



/* BLOCKS */
.block-general {
	padding-top: 4.5em;
	padding-bottom: 4.5em;
}
.block-bread {
	background-color: #f5f5f5;
}
.block-idx-survey {
	padding: 4.5em 0;
	background: #6d0712; /* Old browsers */
	background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
}
.block-grey {
	background-color: #f5f5f5;
	padding-top: 3em;
	padding-bottom: 4.5em;
}
.block-login {
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	
	background: #510011; /* Old browsers */
	background: -moz-linear-gradient(left, #510011 25%, #510011 25%, #850c13 50%, #510011 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #510011 25%,#510011 25%,#850c13 50%,#510011 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #510011 25%,#510011 25%,#850c13 50%,#510011 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#510011', endColorstr='#510011',GradientType=1 ); /* IE6-9 */
}

.equal-heights {
	overflow: hidden;
}
.equal-heights [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.block-left {
	border-right: 1px solid #e0e0e0;
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	padding-right: 2em;
}
.block-right {
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	padding-left: 2em;
}
.block-chicken {
	background-color: #efdfdb;
	padding-top: 5.5em;
	padding-bottom: 4.5em;
}
.block-survey {
/*	background-color: #FFFFFF;*/
	padding-top: 4.5em;
	padding-bottom: 4.5em;
	padding-right: 3em;
}
.block-guide {
/*	background-color: #F5F5F5;*/
	padding-top: 6.5em;
	padding-bottom: 4.5em;
	padding-left: 3em;
}





.breadcrumb {
	margin-bottom: 0;
	font-size: 13px;
	padding-right: 0;
	text-align:right;
}
.breadcrumb li a { color: #c79f62; }


.tit-img {
	max-width: 220px;
}
.tit-zh {
	color: #c79f62;
	font-size: 1.9em;
}
.cap { color: #c7c7c7; font-size: 20px;}
.tit-eng {
	color: #c7c7c7;
	font-size: 15px;
}
.brand-txt {
	line-height: 1.8em;
	text-align: justify;
	margin-bottom: 1em;
}

.contact-item {
	/*background: #f5f5f5;
	padding: 2em 3em;*/
}
.contact-item p {
	line-height: 1.8em;
}
.privacy-txt { line-height: 1.8em;}
.privacy-txt p { text-align: justify; }


/* NEWS */
.news-tit-zh {
	color: #65d9e1;
	font-size: 1.9em;
}
.news-btn {
	border: solid 1px #95e1e6;
	border-collapse: collapse;
	font-size:1em;
	color: #65d9e1;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.news-btn:hover, .news-btn:active, .news-btn:focus { background: #95e1e6; color: #FFF; }
.btn.active, .btn:active { box-shadow:none; -webkit-box-shadow:none;}

.news-idx-list:hover {

}
.news-idx-list a .news-idx-tit {
	color: #500010;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-idx-list a .news-idx-txt {
	color: #c79f62;
	font-size: 0.88em;
	margin-bottom: 0;
	line-height: 1.6em;
}
.news-idx-list a .news-idx-date {
	color: #c7c7c7;
	font-size: 0.88em;
	margin-bottom: 0;
}
.news-idx-imgbox {
	padding-right: 0;
}
.news-idx-imgbox img {
	padding-top: 3px;
}

.news-list {
	border-bottom: 1px solid #ddd;
	/*display: table-cell;*/
	padding: 15px;
	padding-right: 0;
	vertical-align: top;
	width: 50%;
}
.news-list:hover {
	background: #f5f5f5;
}
.news-list a {
	text-decoration: none;
}
.news-list a p {
	color: #666;
}
.news-list .news-list-date {
	color: #c79f62;
	font-size: 0.8em;
	margin-bottom: 0;
}
.news-list h3 {
	color: #666;
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0.2em;
	overflow-wrap: break-word;
  	word-wrap: break-word;
}
.news-list-txt {
	font-size: 0.9em;
}
/*.news-detail-block {
	border: 1px solid #ddd;
	padding: 1.5em;
}*/
.news-tb {
	display: table;
	width: 100%;
}
.news-tb [class^=col-] {
	display: table-cell;
	float: none;
}
.recent-news-items {
    position: relative;
    width: 100%;

	overflow-wrap: break-word;
	word-wrap: break-word;
}
.recent-news-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #EFEFEF;
}
.recent-news-item .news-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.left-date {
	color: #c0c0c0;
	display: inline-block;
	font-family: Metropolis,sans-serif;
	font-size: 0.8em;
	transform:scaleX(1.1);
	-webkit-transform:scaleX(1.1);
	text-indent: 4px;
	-webkit-transition: all .35s ease-out 0s;
	transition: all .35s ease-out 0s;
}
.recent-news-item  h4{
	font-size: 0.92em;
	line-height: 1.5em;
	margin-top: 0.2em;
}
.news-main h2 {
	font-size: 2em;
	margin-top: 10px;
}







/* RESPONSIVE IMAGES */
.rwd-img {
    width: 100%;
    padding: 0;
    margin: 0;
}
.img-box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-box span {
    display: block;
    width: 100%;
    overflow: hidden;
}
.prod-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.rwd-img .img-box .news-img {
    position: relative;
    height: 0;
    padding-top: 77.78%;
}
.rwd-img .img-box .info-img {
    position: relative;
    height: 0;
    padding-top: 72.22%;
}
.rwd-img .img-box .product-img {
    position: relative;
    height: 0;
    padding-top: 76.47%;
}
.rwd-img .img-box .hotprod-img {
    position: relative;
    height: 0;
    padding-top: 100%;
	margin-bottom: 20px;
}
.rwd-img .img-box .hotnewsad-img {
    position: relative;
    height: 0;
    padding-top: 27.78%;
}
.rwd-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.idx-hot {
	margin-bottom: 30px;
}



.info-list-item, .video-list-item {
	background-color: #FFF;
	padding: 25px;
	box-shadow:
    1px 0 0 0 #e5e5e5,
    0 1px 0 0 #e5e5e5,
    1px 1px 0 0 #e5e5e5,   /* Just to fix the corner */
    1px 0 0 0 #e5e5e5 inset,
    0 1px 0 0 #e5e5e5 inset;
	text-align: center;
}
.info-list-item img, .video-list-item img {
	transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.info-list-item:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.info-list-item h4, .video-item h4 {
	color: #666;
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 1.5em;
	margin-bottom: 0;
	text-align: center;
	height: 3.2em;
	overflow: hidden;
}
.info-list-item a:hover {
	text-decoration: none;
	color: #666;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.product-list-item {
	background-color: #FFF;
	padding: 25px;
	box-shadow:
    1px 0 0 0 #e5e5e5,
    0 1px 0 0 #e5e5e5,
    1px 1px 0 0 #e5e5e5,   /* Just to fix the corner */
    1px 0 0 0 #e5e5e5 inset,
    0 1px 0 0 #e5e5e5 inset;
	text-align: center;

}
.product-list-item img {
	transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.product-list-item:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-list-item h4 {
	color: #454545;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: center;
	min-height: 4.9rem;
	line-height: 1.35em;
}
.list-price {
	color: #666;
	font-size: 0.88em;
	margin-bottom: 0;
	text-align: center;
}
.svg-hline {
	text-align: center;
}
.btn-go {
	color: #c79f62;
	font-size: 0.88em;
	margin: 0 auto;
	padding: 5px 0;
	transition: all 0.5s;
	cursor: pointer;
}
.product-list-item a:hover {
	text-decoration: none;
}
.product-title {
	margin-top: 0;
}
.detail-price {
	color: #E53043;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
}

/*.prod-amount-section {
	padding: 15px 0;
}
.input-amount {
	border: solid 1px #ccc;
	width: 35px;
	text-align: center;
}
.btn-add, .btn-minus {
	background-color: #eaeaea;
	border: solid 1px #ccc;
	display: inline-block;
	width: 30px;
	text-align: center;
}
.btn-add a, .btn-minus {
	color: #666;
	text-decoration: none;
}*/
.promote-list-item {
	background-color: #FFF;
	padding: 15px;
	box-shadow:
    1px 0 0 0 #e5e5e5,
    0 1px 0 0 #e5e5e5,
    1px 1px 0 0 #e5e5e5,   /* Just to fix the corner */
    1px 0 0 0 #e5e5e5 inset,
    0 1px 0 0 #e5e5e5 inset;
	text-align: center;

}
.promote-list-item img {
	transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.promote-list-item:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.promote-list-item h5 {
	color: #454545;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: center;
	min-height: 3.1rem;
}
.promote-list-item a:hover {
	text-decoration: none;
}

.gift-item {
	background-color: #FFF;
	padding: 0 15px;
	text-align: center;
}
.gift-item h5 {
	color: #454545;
	line-height: 1.6em;
	margin-top: 1em;
	text-align: center;
}
.gift-item a:hover {
	text-decoration: none;
}




/* SURVEY */
.idx-survey-num {
	color: #ffb4ae;
	font-size: 5.2em;
	font-weight: bold;
	text-align: center;
}
.idx-survey-intro dd { line-height: 1.8em; }
.idx-survey-intro dt { font-size:1.2em; line-height:1.8em; }



.hot-prod {
	padding: 1px;
	box-shadow:
    1px 0 0 0 #e5e5e5,
    0 1px 0 0 #e5e5e5,
    1px 1px 0 0 #e5e5e5,   /* Just to fix the corner */
    1px 0 0 0 #e5e5e5 inset,
    0 1px 0 0 #e5e5e5 inset;
}



/* MEMBER */
.member-left {
	background: #FFF;
	min-height: 400px;
	padding: 2em;
}
.member-right {
	background: #FFF;
	min-height: 400px;
	padding: 2em;
}
.mem-tit-zh {
	color: #c79f62;
	font-size: 1.3em;
}
.mem-cap { color: #c7c7c7; font-size: 0.88em;}
.mem-tit-eng {
	color: #c7c7c7;
	font-size: 0.78em;
}
.member-left ul li {
	border-bottom: 1px dashed #ddd;
	line-height: 2.8em;
}
.member-left ul li a {
	color: #666;
}
.member-left ul li a:hover {
	color: #c79f62;
	text-decoration: none;
}

.myorder-head {
	font-size: 0.88em;
}
.panel>.myorder-head {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.order-list-tb {
	display: table;
	font-size: 0.88em;
	width: 100%;
}
.order-list-tbrow {
	display: table-row;

}
.order-list-prod {
	color: #666;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
a .order-list-prod p:hover {
	color: #c79f62;
}
.order-list-price, .order-list-status, .order-list-todo {
	display: table-cell;
	width: 16.6%;
	text-align: center;
	vertical-align: middle;
}
.myorder-info h3 {
	font-size: 0.88em;
	font-weight: bold;
	margin-top: 0;
}
.myorder-info ul li {
	font-size: 0.88em;
}
.details-btn {
	cursor: pointer;
}


/* CART */
.mycart {
	border: 1px solid #540b17;
	border-radius: 3px;
	color: #540b17;
	display: inline-block;
	padding: 8px;
	vertical-align: middle;
}
.pay-panel {
	line-height: 2em;
}
.discount-code {
	border:1px solid #cccccc;
	border-radius: 3px;
	line-height: 1.7em;
	margin-right: 15px;
	padding-left: 6px;
}
.mo-cart-item {
	font-size: 0.88em;
}
.pitem-img {
	display: inline-block;
	width: 60px;
	padding-right: 15px;
	vertical-align: middle;
}
.pitem-name {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
}
.shipping_at {
	border:1px solid #cccccc;
	border-radius: 3px;
	line-height: 1.7em;
	margin-right: 15px;
	padding-left: 6px;
	width: 100px;
	cursor: pointer;
}
.panel-default>.panel-heading {
	background-color: #f5f5f5;
	border-color: #ddd;
}



/* LOGIN */
.login-form {
	background: #FFF;
	margin-left: 50px;
	padding: 50px 25px;
}
.login-title {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.5em;
}
.label-login {
	color: #808080;
	margin-top: 1.4em;
}
.verify-img {
	width: 100%;
	height: 2.2em;
	background-color: #eaeaea;
	margin-top:0.5em;
}
.label-login a {
	color: #c79f62;
}
.login-tip {
	font-size: 0.88em;
}



/* SHOPPING */
.bullet-tit {
	font-size: 1.15em;
	font-weight: bold;
	vertical-align: middle;
}
.bullet-tit img {
	padding-right: 5px;
}
.pay-ul {
	line-height: 1.6em;
	list-style: square;
	/*list-style-position: inside;*/
	margin-left: 25px;
}


/*.bg-fluid {
	background: linear-gradient(to right, #FFFFFF 50%, #F5F5F5 50%);
}*/

.survey-form .form-group {
	margin-bottom: 2em;
}
.guide-active {
	color: #ffb4ae;
}
.survey-guide {
	padding-bottom: 0.7em;
	padding-top: 0.7em;
}
.survey-guide p {
	color: #bbb;
	font-size: 0.88em;
}
.result-item {
	border: 1px solid #c9a368;
	color: #c9a368;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 12px 18px;
}



.icon-ingredient {
	/*border-radius: 5px;*/
	display: inline-block;
	padding: 20px;
	margin: 20px;
	/*box-shadow:
    1px 0 0 0 #e5e5e5,
    0 1px 0 0 #e5e5e5,
    1px 1px 0 0 #e5e5e5,  
    1px 0 0 0 #e5e5e5 inset,
    0 1px 0 0 #e5e5e5 inset;*/
}

.certify-item {
	padding: 2em;

	box-shadow:
    1px 0 0 0 #e5e5e5,
    0 0 0 0 #e5e5e5,
    1px 0 0 0 #e5e5e5,   /* Just to fix the corner */
    1px 0 0 0 #e5e5e5 inset,
    0 0 0 0 #e5e5e5 inset;
}
.certify-owner {
	font-size: 0.88em;
	font-weight: bold;
	margin-bottom: 2px;
}
.certify-org {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}
.certify-note {
	color: #c9a368;
	padding-bottom: 10px;
}


.ingredient-intro {
	line-height: 1.6em;
	text-align: justify;
}
.tip-item {
	background-color: #FFF;
	padding: 25px;
	box-shadow:
    1px 0 0 0 #e5e5e5,
    0 1px 0 0 #e5e5e5,
    1px 1px 0 0 #e5e5e5,   /* Just to fix the corner */
    1px 0 0 0 #e5e5e5 inset,
    0 1px 0 0 #e5e5e5 inset;
	text-align: center;
}
/*.product-list-item img {
	transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.product-list-item:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}*/
.tip-item h4 {
	color: #454545;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
.tip-tit {
	margin-top: 0;
}
.tip-intro {
	font-size: 0.9em;
	line-height: 1.65em;
	margin-bottom: 5px;
	text-align: justify;
}

.plate-chicken-item, .plate-chicken-item img {
	position: relative;
}
.plate-chicken-item img {
	z-index: 100;
}
.plate-chicken-item img {
  position: absolute;
  top: -150px;
  left: -37px;
  z-index: 100;
}


.block-footer {
	background: #540b17;
	padding: 1em 0;
}
.ico-tel {
	float: left;
	margin-right: 15px;
}
.footer-tit {
	color: #c9a368;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
}
.footer-txt {
	color: #c9a368;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.65em;
}
ul li.foo-addr {
	background: url(../images/ico_addr.jpg) no-repeat left;
	background-size: 20px 20px;
	padding-left: 30px;
	display: block;
}
ul li.foo-tel {
	background: url(../images/ico_tel.jpg) no-repeat left;
	background-size: 20px 20px;
	padding-left: 30px;
	display: block;
}
ul li.foo-line {
	background: url(../images/ico_fooline.jpg) no-repeat left;
	background-size: 20px 20px;
	padding-left: 30px;
	display: block;
}
ul li.foo-time {
	background: url(../images/ico_footime.jpg) no-repeat left;
	background-size: 20px 20px;
	padding-left: 30px;
	display: block;
}
ul li.foo-fax {
	background: url(../images/ico_fax.jpg) no-repeat left;
	background-size: 20px 20px;
	padding-left: 30px;
	display: block;
}
ul li.foo-mail {
	background: url(../images/ico_mail.jpg) no-repeat left;
	background-size: 20px 20px;
	padding-left: 30px;
	display: block;
}
.foo-icoset div {
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
}
.footer-tit-inner {
	color: #c9a368;
	font-size: 1.3em;
	font-weight: bold;
}
.footer-txt-inner {
	color: #c9a368;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.55em;
}


/* Animation */
.fade {
opacity: 0;
-webkit-transition: opacity 1.5s linear;
  -moz-transition: opacity 1.5s linear;
   -ms-transition: opacity 1.5s linear;
	-o-transition: opacity 1.5s linear;
	   transition: opacity 1.5s linear;
}


.block-chickenbg {
	background-color: #efdfdb;
	background: url(../images/banner_chicken.jpg) no-repeat top center;
	margin: 0 0 50px;
}
.block-porkbg {
	background-color: #efdfdb;
	background: url(../images/banner_pork.jpg) no-repeat top center;
	margin: 0 0 50px;
}
.block-beefbg {
	background-color: #efdfdb;
	background: url(../images/banner_beef.jpg) no-repeat top center;
	margin: 0 0 50px;
}
.block-fishbg {
	background-color: #efdfdb;
	background: url(../images/banner_fish.jpg) no-repeat top center;
	margin: 0 0 50px;
}
.block-shrimpbg {
	background-color: #efdfdb;
	background: url(../images/banner_shrimp.jpg) no-repeat top center;
	margin: 0 0 50px;
}
.block-teabg {
	background-color: #efdfdb;
	background: url(../images/banner_tea.jpg) no-repeat top center;
	margin: 0 0 50px;
}

.paper {
	background-color: #FFF;
	border: 1px solid #3e3e3e;
	line-height: 1.8em;
	margin-top: -20px;
	margin-bottom: -60px;
	padding: 90px 50px;
	text-align: justify;

	/*position: relative;*/
	/*padding: 50px;*/
	/*margin: 0 auto;*/
	/*background-color: #fff;*/
	/*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);*/
}
/*.paper:before, .box:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.paper:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}*/


.block-about {
	background: url(../images/bg_about.jpg) no-repeat top center;
}
.block-rnd {
	background-color: #f1f0ed;
	background: url(../images/bg_rnd1.jpg) no-repeat top center;
}

.person-info {
	background: #FFF;
	border: 1px solid #454545;
	margin-top: -25px;
	margin-bottom: -25px;
	padding: 3em 3.5em;
	text-align: center;
}
.center-left {
	display: inline-block;
	text-align: left;
}
.person-info ul > li {
	line-height: 1.6em;
}
.br-break {
	padding-bottom: 12px;
}

.privacy-block {
	background: #FFF;
	line-height: 1.65em;
	padding: 3.5em 3.5em;
	text-align: center;
}
.privacy h4 {
	font-weight: bold;
	margin-top: 1.6em;
}
.privacy ul li {
	list-style: square;
	margin-left: 25px;
}




/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.block-footer {
		background: #540b17;
		padding: 3em 0;
	}
	.ico-tel {
		float: left;
		margin-right: 15px;
	}
	.footer-tit {
		color: #c9a368;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.9em;
	}
	.footer-txt {
		color: #c9a368;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.8em;
	}
	ul li.foo-addr {
		background: url(../images/ico_addr.jpg) no-repeat left;
		background-size: 25px 25px;
		padding-left: 35px;
		display: block;
	}
	ul li.foo-tel {
		background: url(../images/ico_tel.jpg) no-repeat left;
		background-size: 25px 25px;
		padding-left: 35px;
		display: block;
	}
	ul li.foo-fax {
		background: url(../images/ico_fax.jpg) no-repeat left;
		background-size: 25px 25px;
		padding-left: 35px;
		display: block;
	}
	ul li.foo-mail {
		background: url(../images/ico_mail.jpg) no-repeat left;
		background-size: 25px 25px;
		padding-left: 35px;
		display: block;
	}
	ul li.foo-line {
		background: url(../images/ico_fooline.jpg) no-repeat left;
		background-size: 25px 25px;
		padding-left: 35px;
		display: block;
	}
	ul li.foo-time {
		background: url(../images/ico_footime.jpg) no-repeat left;
		background-size: 25px 25px;
		padding-left: 35px;
		display: block;
	}
}


/* WIDE PC */
@media (max-width: 1500px) and (min-width: 1200px) {

}


/* PC */
@media (max-width: 1199px) and (min-width: 992px) {
	
	#main-nav .navbar-nav li a {
		padding: 15px 10px 10px 10px;
	}

	/* LOGIN */
	.login-form {
		margin-left:0;
		padding: 40px 25px;
	}
	.login-title {
		font-size: 1.2em;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2.5em;
	}
	.label-login {
		color: #808080;
		margin-top: 1.4em;
	}
	.verify-img {
		width: 100%;
		height: 2.2em;
		background-color: #eaeaea;
		margin-top:0.5em;
	}

	.result-item {
		margin: 0 15px 15px 0;
		padding: 12px 20px;
	}


	.news-list h3 {
		margin-top: 0.2em;
	}
}


/* PAD */
@media (max-width: 991px) and (min-width: 768px) {
	
	#main-nav {
		padding: 15px 0;
	}
	#main-nav .navbar-nav li a {
		font-size: 15px;
		padding: 10px 8px 0px 8px;
	}
	.navbar-nav>li>a {
		line-height: 20px;
	}
	.news-idx-imgbox {
		padding-right: 15px;
		margin-bottom: 15px;
	}

	/* LOGIN */
	.login-form {
		margin-left:0;
	}
	.result-item {
		margin: 0 15px 15px 0;
		padding: 12px 20px;
	}

	.news-list h3 {
		margin-top: 0;
	}

}


/* MOBILE */
@media (max-width: 767px) {
	.navbar-nav {
		margin: 0px -15px;
	}
	.mobile-topblock {
		background-color: #FFF;
	}
	.dropdown-menu li a {
		padding: 10px;
		border-bottom: none;
		font-size: 16px;
	}
	.slide img {
		margin-top: 50px;
	}
	.in-banner {
		margin-top: 65px;
	}

	/* BLOCKS */
	.block-general {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.block-right {
		padding: 2em 2em;
	}

    .news-list {
    	width: 100%;
    	padding-right: 15px;
    }
	.news-tit-zh {
		font-size: 1.5em;
	}
	.news-btn {
		font-size: 0.88em;
		margin-top: 15px;
	}
	.news-idx-list a {
		text-decoration: none;
	}
	.news-idx-tit {
		font-size: 1.1em;
	}
	.news-idx-imgbox {
		padding-right: 15px;
		margin-bottom: 15px;
	}


	/* LOGIN */
	.login-form {
		margin-left:0;
	}
	.result-item {
		margin: 0 15px 15px 0;
		padding: 12px 20px;
	}

	.copy-txt {
		margin-top: 0px;
		height: 30px;
		line-height: 30px;
		padding-top: 4px;
	}

	.icon-ingredient img {
		max-width: 80px;
	}

	.discount-code {
		width: 120px;
	}


	.red-stripe {
		height: 15px;
	}
	.foo-icoset img {
		max-width: 55px;
	}
	.foo-icoset div {
		text-align: center;
	}
	.footer-tit-inner {
		font-size: 1.1em;
	}
	.footer-txt-inner {
		font-size: 0.9em;
	}
	
	.indicator-bg {
		display: block;
		height: 25px;
		background: #6d0712; /* Old browsers */
		background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
	}
	.carousel-indicators {
		bottom: 0px;
	}
	.carousel-indicators li {
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 15px;
		background-color: #000\9;
		background-color: transparent;
		margin-bottom: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
	.carousel-indicators .active {
		width: 12px;
		height: 12px;
		background-color: #fff;
		border: 1px solid #FFF;
		margin-left: 10px;
		margin-right: 10px;
	}
	ol.carousel-indicators {
		margin-bottom: 0;
	}
}




/*.fadein {
    opacity: 0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

body.loaded .fadein {
    opacity: 1;
}
*/

#myfadein {
  animation: fadein 2.5s;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}

.pagination>li>a, .pagination>li>span {
	color: #850c13;
}
.pagination>li>a:focus, .pagination>li>a:hover {
	color: #c79f62;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #850c13;
	border-color: #850c13;
}

/* Slide Down
============================== */
@media (min-width: 768px) {
    .dropdown-menu {
        display: block !important;
    }
    .navbar-nav>li:hover>.dropdown-menu {
        border-top: 2px solid #c79f62;
        height: auto;
    }
    .navbar-nav>li>.dropdown-menu {
        overflow: hidden;
        height: 0;
        min-height: auto;
        padding: 0;
        border: none;
        box-shadow: none;
        background-color: #FFF;
        -webkit-transition: height 200ms ease-in;
        -moz-transition: height 200ms ease-in;
        -o-transition: height 200ms ease-in;
        transition: height 200ms ease-in;
    }
}



.back-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

.circle{ background: #FFF; width: 80px; height: 80px; border-radius: 40px;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.4);
}
.circle .to-top-page { position:relative; left: 6px; top: 5px; width: 70px; height: 70px; color: white; text-align:center; }
.to-top-page {
	margin: 0;
	padding: 0;
}
.to-top-page .glyphicon-chevron-up {
	color: #666;
	font-size: 1.2em;
	height: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 12px;
	display: block;
}
#txt-top {
	color: #666;
}

@media (max-width: 767px) {
	body {
		margin-bottom: 60px;
	}
	.circle{ background: #FFF; width: 40px; height: 40px; border-radius: 20px;
		-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:    0px 3px 2px rgba(0, 0, 0, 0.4);
		box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.4);
	}
	.circle .to-top-page { position:relative; left: 3px; top: 2px; width: 35px; height: 35px; color: white; text-align:center; }
	.to-top-page {
		margin: 0;
		padding: 0;
	}
	.to-top-page .glyphicon-chevron-up {
		color: #666;
		font-size: 0.7em;
		height: 0.7em;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 3px;
		display: block;
	}
	#txt-top {
		font-size: 0.9em;
	}
	
	.icon-ingredient {
		padding: 0;
		margin: 0;
	}
	.paper {
		line-height: 1.65em;
		padding: 30px 20px;
	}
	.tit-img {
		max-width: 120px;
	}
	
	.block-idx-survey {
		padding: 2.5em 0;
	}
	.navbar-header {
		background: #6d0712; /* Old browsers */
		background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
		
		height:150px;
	}
	
	.navbar-default .navbar-toggle {
		border: 0;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
		border: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #c8a063;
	}
	
	#carousel-m {
		min-width: 100vw;
		min-height: calc(100vw-150px;);
	}
	
	.login-title {
		font-size: 1.15em;
		line-height: 1.85em;
	}
	.person-info {
		padding: 1.5em 1.5em;
	}
	
	.sm-block {
		margin-top: 30px;
	}
	
	ul.nav.navbar-nav.navbar-right {
		padding-top: 0px;
	}
	
	.mobile-topblock {
		background: #6d0712; /* Old browsers */
		background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
		
		border-bottom: 1px solid #c8a063;
	}
	.navbar-offcanvas.in {
		background: #6d0712; /* Old browsers */
		background: -moz-linear-gradient(left, #500010 0%, #870d13 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #500010 0%,#870d13 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #500010 0%,#870d13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500010', endColorstr='#870d13',GradientType=0 ); /* IE6-9 */
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
		color: #c8a063;
	}
	.cell-nav-bar li {
		border-bottom: solid 1px #c8a063;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		background-color: #eee;
		color: #c8a063;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #c8a063;
		background-color: #eee;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #c8a063;
	}
	.mobile-nav-hdtxt {
		color: #c8a063;
		padding-left:15px; padding-top:20px;
	}
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}
	.navbar-toggle .icon-bar {
		width: 25px;
		height: 3px;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.offcanvas-toggle.is-open .icon-bar:first-child {
		-webkit-transform: rotate(45deg) translate(5px,6px);
		transform: rotate(45deg) translate(5px,6px);
	}
	.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(5px,-6px);
		transform: rotate(-45deg) translate(5px,-6px);
	}
}

/* TINY */
@media (max-width: 450px) {
	.discount-code {
		width: 75px;
	}
	.cart-btn-xxs {
		font-size: 0.88em;
		padding: 4px 8px;
		margin-top: -1px;
	}
	.foo-icoset {
		text-align: center;
	}
	
	body {
		margin-bottom: 40px;
	}

}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    font-size: 50px;
}

.sidebar-left{background:transparent;width:65px;position:fixed;top:180px;right:0;_zoom:10;overflow:visible;z-index:12;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.sidebar-left .list-group-item{border:0; margin-bottom:10px;}
.sidebar-left_action{opacity:1;filter:Alpha(opacity=100);-webkit-transform:scale(1);transform:scale(1)}
.sidebar-left .home_nav_list{width:65px;background:transparent;}
.sidebar-left .home_nav_border{width:65px;position:absolute;left:0;top:0;right:0;bottom:0;height:100%;display:none;margin:auto}
.sidebar-left ul li{margin-bottom:5px;}
.sidebar-left a span{text-align:center;display:block;}
.sidebar-left .act{color:#fff;text-decoration:none}
.sidebar-left .act:hover{color:#fff;}.sidebar-left ul{list-style:none;-webkit-padding-start:0;margin:0;padding:0}
.sidebar-left .ching_idx{font-size:14px;color:#fff;}
.sidebar-left .ching_idx,.sidebar-left a{width:65px;text-align:center;}
.sidebar-left a{display:block;color:#8f8f8f}
.sidebar-left a:hover,.sidebar-left a:hover i{text-decoration:none;color:#fff;}.sidebar-left .list-group-item.active{z-index:2;color:#fff;background-color:#fcb632;border-color:#fcb632}.sidebar-left .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.sidebar-left .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.sidebar-left .sidebar-left .list-group-item{padding:0; background:transparent;}
.nav_mustsee a { height: auto;}
.sidebar-left .nav_health { height:100%;}