/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "微軟正黑體",Calibri,sans-serif;
  color: #31353d;
  background-color: rgba(0,0,0,1);
}
body.overflow-hidden {
  /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
  overflow: hidden;
}

a {
  color: #435779;
  text-decoration: none;
  cursor:pointer;
}

img {
  max-width: 100%;
}

p {
	font-family: "微軟正黑體",Calibri,sans-serif;
}
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 100%;/*90%*/
  max-width: 1300px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*-- 左側選單 --*/
.left-nav-m {
	display:none;
}
.left-nav {
	width:98%;
	margin:0 auto 40px auto;
}
.left-nav ul li {
	padding:10px 20px;
	border-bottom:1px dashed #CCCCCC;
}
.left-nav ul li:hover ,.left-nav ul li.current {
	border-left:3px solid rgba(234,47,0,1);
	background-color:rgba(255,244,233,1);
}
.left-nav ul li a i {
	color:rgba(234,47,0,1);
	margin-right:10px;
}
.left-nav ul li ul li {
	padding:10px 30px;
	border:none;
}
.left-nav ul li ul li:first-child {
	margin-top:20px;
}
.left-nav ul li ul li:hover {
	border:none;
}
.left-nav ul li ul li:hover a {
	color:rgba(204,0,0,1);
}
.left-nav h1 {
	padding:10px 0;
	text-align:center;
	font-weight:700;
	color:rgba(255,255,255,1);
	background-color:rgba(234,47,0,1);
	font-size:20px;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	.left-nav-m {
	  display: block;
	}
	.left-nav {
	  float:left;
	  width:20%;
	  margin:0;
  	}
  	.left-nav ul li {
	  padding:20px 10px;
  	}
  	.left-nav h1 {
	  padding:20px 0;
	  font-size:24px;
	  -webkit-border-radius: 5px 5px 0px 0px;
	  -moz-border-radius: 5px 5px 0px 0px;
	  -khtml-border-radius: 5px 5px 0px 0px;
	  border-radius: 5px 5px 0px 0px;
  	}
}
@media only screen and (min-width: 1200px) {
	.left-nav-m {
	  display: block;
	}
  	.left-nav {
	  float:left;
	  width:20%;
	  margin:0;
  	}
  	.left-nav ul li {
	  padding:20px;
  	}
  	.left-nav h1 {
	  padding:20px 0;
	  font-size:24px;
	  -webkit-border-radius: 7px 7px 0px 0px;
	  -moz-border-radius: 7px 7px 0px 0px;
	  -khtml-border-radius: 7px 7px 0px 0px;
	  border-radius: 7px 7px 0px 0px;
  	}
}
.right-content {
	width:98%;
	margin:0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	.right-content {
	  float:right;
	  width:75%;
	}
}
@media only screen and (min-width: 1200px) {
	.right-content {
	  float:right;
	  width:75%;
	}
}
/*-- BENNER --*/
.left-ad {
	margin:40px 0 0 0;
	width:100%;
	height:260px; !important
	display:none;
	position: relative;
}
.left-ad img {
	width:100%;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
}
.top-ad {
	margin:0 0 30px 0;
	width:100%;
	height:200px; !important
	display:none;
	position: relative;
}
.top-ad a.ad ,.left-ad a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
.top-ad .control ,.left-ad .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display:none;
}
.top-ad .control a ,.left-ad .control a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 16px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.top-ad .control a.on ,.left-ad .control a.on {
	font-weight: bold;
	color: #f00;
}
.top-ad img {
	width:100%;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	.left-ad ,.top-ad {
	  display:block;
	}
}
@media only screen and (min-width: 1200px) {
	.left-ad ,.top-ad {
	  display:block;
	}
}
/* --------------------------------

各種文字設定

-------------------------------- */


/* --------------------------------

通用設定

-------------------------------- */
/*-- AD輪播 --*/
.slide {
	position:relative;
}
.slide a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
.slide .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.slide .control a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 16px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.slide .control a.on {
	font-weight: bold;
	color: #f00;
}
/*-- 版頭 --*/
header {
  position: relative;
  top:0;
  left:0;
  height:100px;
  width:100%;
  background:rgba(255,255,255,1);
  text-align:center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  header {
      position: fixed;
  }
}
@media only screen and (min-width: 768px) and (max-width: 3000px) {
	header {
      position: fixed;
	}
}
@media only screen and (min-width: 1200px) {
  header,header .content {
	text-align:left;
  }
}
#logo {
  padding-top: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  float:left;
  margin-left:65px;
  margin-right:10px;
}
#logo a {
  height:100px;
  line-height:100px;
  font-size:18px;
  font-weight:900;
  color:rgba(0,0,0,1);
}
#logo img {
  vertical-align:middle;
}
#logo span {
  display:none;
}
@media only screen and (min-width: 1200px) {
  #logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	display:inline-block;
	float:none;
	margin:0;
	position:absolute;
  }
  #logo img {
    float:left;
    margin-top:25px;
  }
  #logo span {
	float:left;
    margin-left:20px;
    display:block;
  }
}
#cd-hamburger-menu, #cd-cart-trigger ,#cd-member-trigger ,#cd-member-trigger-logout {
  position: absolute;
  top: 0;
  height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a ,#cd-member-trigger a ,#cd-member-trigger-logout a {
  width: 60px;
  height: 100%;
}
#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
  height: 100px;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}
#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background:url(../img/hd-cart.png) center center no-repeat;
}
#cd-member-trigger ,#cd-member-trigger-logout {
  right: 60px;
}
#cd-member-trigger a {
  background:url(../img/hd-member.png) center center no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  height:100px;
  display: block;
}
#cd-member-trigger-logout a {
  background:url(../img/hd-member-logout.png) center center no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  height:100px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger a {
    position: relative;
    width: 40px;
    border-left: none;
	height:100px;
  }
  #cd-member-trigger a {
    position: relative;
    width: 40px;
    border-left: none;
  }
  #cd-member-trigger-logout a {
    position: relative;
    width: 40px;
    border-left: none;
  }
}
#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;/*355*/
  padding-top:110px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
/*-- 搜尋條 --*/
#search {
	position: relative;
	width:25%;
	height:100px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.search-input {
	position: absolute;
	top: 35px;
	right: 0;
	border: none;
	outline: none;
	background: rgba(242,242,242,1);
	width:100%;
	height:35px;
	margin:0;
	z-index:10;
	padding:2px 40px 2px 10px;
	font-family: inherit;
	font-size: 14px;
	color: rgba(0,0,0,1);
}
.search-input::-webkit-input-placeholder {
	color:rgba(0,0,0,1);
}
.search-input:-moz-placeholder {
	color:rgba(0,0,0,1);
}
.search-input::-moz-placeholder {
	color:rgba(0,0,0,1);
}
.search-input:-ms-input-placeholder {
	color:rgba(0,0,0,1);
}
.icon-search,
.search-submit  {
	width: 40px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 35px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.icon-search {
	color: rgba(0,0,0,1);
	z-index: 90;
	font-size: 22px;
	speak: none;
}
@media only screen and (min-width: 640px) {
  #search {
	width:150px;
  }
}
@media only screen and (min-width: 1200px) {
  #search {
	display:inline-block;
	position: absolute;
	top:0;
	left:300px;
	width:200px;
	height:100px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
  }
  .search-input {
	position: absolute;
	top: 35px;
	right: 0;
	border: none;
	outline: none;
	background: rgba(242,242,242,1);
	width:100%;
	height:35px;
	margin:0;
	z-index:10;
	padding:2px 65px 2px 10px;
	font-family: inherit;
	font-size: 14px;
	color: rgba(0,0,0,1);
  }
}
/*-- 版頭選單 --*/
#main-nav {
  position: absolute;
  top: 0;
  width:100%;
  /*padding-top:100px;*/
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #main-nav, #cd-cart {
    width: 100%;
  }
  #main-nav {
    padding-top:100px;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 100%;
  }
  #main-nav {
    position: fixed;
	  top:100px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    padding-top: 120px;
  }
}
#main-nav {
  /*top: -100%;*/
  display:none;
  background: #FFF;
  -webkit-transition: display 0.3s;
  -moz-transition: display 0.3s;
  transition: display 0.3s;
}
#main-nav.speed-in {
  display:block;
}
#main-nav > ul > li {
	border-bottom:1px solid rgba(204,204,204,1);
}
#main-nav > ul > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
}
#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}
#main-nav ul > li.pt-mu ,#main-nav ul > li.pt-mu-ab ,#main-nav ul > li.pt-mu-qa {
	position:relative;
}
#main-nav ul > li.pt-mu > ul ,#main-nav ul > li.pt-mu-ab > ul ,#main-nav ul > li.pt-mu-qa > ul {
  display:none;
  width:100%;
  /*height: 50px;
  line-height: 50px;*/
  /*position:absolute;
  left:0;
  bottom:-50px;*/
  z-index: 999;
}
#main-nav ul > li.pt-mu > ul > li ,#main-nav ul > li.pt-mu-ab > ul > li ,#main-nav ul > li.pt-mu-qa > ul > li {
  line-height:50px;
  background-color:rgba(242,242,242,1);
  padding:0 20px;
}
/*#main-nav ul > li.pt-mu:hover > ul {
  display: block;
}*/
#nav-1 { background:url(../img/nav-bg-1-m.png) left no-repeat;}
#nav-2 { background:url(../img/nav-bg-2-m.png) left no-repeat;}
#nav-3 { background:url(../img/nav-bg-3-m.png) left no-repeat;}
#nav-4 { background:url(../img/nav-bg-4-m.png) left no-repeat;}
#nav-5 { background:url(../img/nav-bg-5-m.png) left no-repeat;}
#nav-bottom-4 {
	height:auto;
	display:none;
	width:100%;
	overflow:hidden;
	position: absolute;
	left:0;
	top:100px;
	background-color:rgba(242,242,242,.9);
	z-index:4;
	border-top:1px solid rgba(204,204,204,1);
}
#nav-bottom  ,#nav-bottom-2 ,#nav-bottom-3 {
	display:none;
	width:100%;
	height:0px;
	overflow:hidden;
	position: absolute;
	left:0;
	top:100px;
	background-color:rgba(242,242,242,.9);
	z-index:4;
	border-top:1px solid rgba(204,204,204,1);
}
#nav-bottom .nbpp  ,#nav-bottom-2 .nbpp ,#nav-bottom-3 .nbpp ,#nav-bottom-4 .nbpp {
	position: relative;
 	width: 100%;/*90%*/
  	max-width: 1300px;
  	margin: 0 auto;
	min-height:50px;
}
#nav-bottom-2 .nbpp > ul {
  	margin-right: 390px;
}
#nav-bottom-4 .nbpp > ul {
  	margin-right: 0px;
}
.nbpp > ul {
	float: right;
  	margin-right: 150px;
}
.nbpp > ul > li {
	padding:20px 0;
	width:120px;
	float:left;
	background:none;
	text-align:center;
}
.nbpp > ul > li > a {
	color: rgba(102,102,102,1);
  	font-size: 16px;
  	font-weight: 900;
	border-right:1px solid rgba(204,204,204,1);
	width:100%;
	display: block;
	padding:5px 0;
	margin-bottom:5px;
}
.nbpp > ul > li:first-child > a {
	border-left:1px solid rgba(204,204,204,1);
}
.nbpp > ul > li > ul > li {
	line-height:25px;
}
.nbpp > ul > li > ul > li > a {
	color:rgba(234,47,0,1);
}
@media only screen and (min-width: 1200px) {
  #main-nav {
	display:inline-block;
    height: auto;
    width: auto;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    z-index: 5;
	position:absolute;
	right:150px;
  }
  #main-nav > ul > li {
	float:left;
	margin:0;
	width:120px;
	border:none;
  }
  #main-nav > ul > li > a {
	height:100px;
	text-align:center;
    color: rgba(102,102,102,1);
	font-size:18px;
	font-weight:900;
	padding:40px 0 0 0;
  }
  #main-nav ul > li.pt-mu ,#main-nav ul > li.pt-mu-ab ,#main-nav ul > li.pt-mu-qa {
	position: static;
  }
  #main-nav ul > li.pt-mu > ul ,#main-nav ul > li.pt-mu-ab > ul ,#main-nav ul > li.pt-mu-qa > ul {
	  display:none;
	  height:0px;
	  overflow:hidden;
  }
  #main-nav ul li a.current {
    box-shadow: none;
    background-color: rgba(245,245,245,1);
	color: rgba(234,47,0,1);
  }
  .no-touch #main-nav > ul > li > ul > li ,#nav-bottom > ul > li {
	  width:120px;
	  text-align:center;
  }
  .no-touch #main-nav > ul > li:hover > a {
	background-color: rgba(245,245,245,1);
	color: rgba(234,47,0,1);
  }
  #main-nav ul > li.pt-mu > ul > li ,#main-nav ul > li.pt-mu-ab > ul > li ,#main-nav ul > li.pt-mu-qa > ul > li {
    float:left;
	background:none;
	padding:0;
  }
  #nav-1 { background:url(../img/nav-bg-1.png) top no-repeat;}
  #nav-2 { background:url(../img/nav-bg-2.png) top no-repeat;}
  #nav-3 { background:url(../img/nav-bg-3.png) top no-repeat;}
  #nav-4 { background:url(../img/nav-bg-4.png) top no-repeat;}
  #nav-5 { background:url(../img/nav-bg-5.png) top no-repeat;}
  #nav-1:hover ,#nav-1.current { background:url(../img/nav-bg-1-1.png) top no-repeat;}
  #nav-2:hover ,#nav-2.current { background:url(../img/nav-bg-2-1.png) top no-repeat;}
  #nav-3:hover ,#nav-3.current { background:url(../img/nav-bg-3-1.png) top no-repeat;}
  #nav-4:hover ,#nav-4.current { background:url(../img/nav-bg-4-1.png) top no-repeat;}
  #nav-5:hover ,#nav-5.current { background:url(../img/nav-bg-5-1.png) top no-repeat;}
  #nav-bottom ,#nav-bottom-2 ,#nav-bottom-3 ,#nav-bottom-4 {
	height: auto;
  }
}
.no-js #main-nav {
	position: fixed;
}
#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  color:rgba(234,47,0,1);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  /*top: 50%;*/
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background:rgba(234,47,0,1);
  color: #FFF;
  text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
  background:rgba(234,47,0,.7);
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
#cd-cart .cd-cart-items li .ptt {
	margin:15px 0 5px 0;
	border:1px solid rgba(234,47,0,1);
	padding:5px;
	font-size:12px;
	line-height:32px;
	color: rgba(234,47,0,1);
}
#cd-cart .cd-cart-items li .ptt p {
	float:left;
}
#cd-cart .cd-cart-items li .ptt a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
  	white-space: nowrap;
	float:right;
	text-align:center;
	color: rgba(234,47,0,1);
}
#cd-cart .cd-cart-items li .ptt a:hover {
	background-color: rgba(234,47,0,1);
	color: rgba(255,255,255,1);
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 30px;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}
/*-- 內容 --*/
main {
  position: relative;
  background-color:rgba(255,255,255,1);
  width:100%;
  min-height: 100%;
  padding-top:0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 100px;
  }
}
#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 2;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
/*-- 版尾 --*/
footer {
  position: relative;
  width:100%;
  min-height:45px;
  line-height:30px;
  background: rgba(0,0,0,1);
  z-index: 1;
  padding:0 10px;
  font-size:14px;
  text-align:center;
}
#ft-info {
}
#ft-info ul{
}
#ft-info ul li{
	display:inline-block;
	margin:0 7px;
}
#ft-info ul li a{
	color:rgba(255,255,255,1);
}

#ft-links{
	text-align: center;
	color:rgba(255,255,255,1);
	clear:both;
}
#ft-links a{
	color:rgba(255,255,255,1);
	font-style: italic;
}
@media only screen and (min-width: 890px) and (max-width: 1198px) {
	footer {
	  padding:0;
	  line-height:45px;
	}
	#ft-info ul{
	  float:left;
	}
	#ft-links{
	  float:right;
	  text-align:right;
	  clear:none;
	}
}
@media only screen and (min-width: 1200px) {
	footer {
	  padding:0;
	  line-height:45px;
	}
	#ft-info ul{
	  float:left;
	  margin-right:50px;
	}
	#ft-info ul li{
	  margin-right:30px;
	}
	#ft-links{
	  float:right;
	  text-align:right;
	  clear:none;
	}
}
#ft-logo {
  padding-top: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  float:none;
}
#ft-logo img {
  vertical-align:middle;
}
@media only screen and (min-width: 890px) and (max-width: 1200px) {
  #ft-logo {
	float:left;
	margin:0;
  }
}
@media only screen and (min-width: 1200px) {
  #ft-logo {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	display:inline-block;
	float:none;
	margin:0;
  }
}
/*-- xkeyframes  --*/
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* --------------------------------

各頁面設定

-------------------------------- */
/*-- 頁面上方大圖 --*/
#product-top {
	background: url(../img/product-top.png) center no-repeat;
}
#about-top {
	background: url(../img/about-top.png) center no-repeat;
}
#news-top {
	background: url(../img/news-top.png) center no-repeat;
}
#product-top ,#about-top ,#news-top, #contacts-top {
	height:200px;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	display:none;
}
#product-top h1 {
	background: url(../img/nav-bg-3-1.png) left bottom no-repeat;
}
#about-top h1 {
	background: url(../img/nav-bg-1-1.png) left bottom no-repeat;
}
#news-top h1 {
	background: url(../img/nav-bg-2-1.png) left bottom no-repeat;
}
#product-top h1 ,#about-top h1 ,#news-top h1 {
	font-size:27px;
	font-weight:900;
	color:rgba(51,51,51,1);
	padding-left:40px;
	padding-top:50px;
}
#contacts-top h1 {
  font-size:27px;
  font-weight:900;
  color:rgba(255,0,0,1);
  padding-left:40px;
  padding-top:50px;
}
#product-top p ,#about-top p ,#news-top p {
	font-size:17px;
	font-weight:700;
	color:rgba(255,0,0,1);
	padding-left:40px;
	margin-top:15px;
	line-height:25px;
}
#contacts-top p {
  font-size:17px;
  font-weight:700;
  color:rgba(255,0,0,1);
  padding-left:40px;
  margin-top:15px;
  line-height:25px;
}
@media only screen and (max-width: 767px) {
  #contacts-top h1{
    font-size:20px;
    font-weight:900;
    color:rgba(255,0,0,1);
    padding-left:40px;
    padding-top:50px;
  }
  #contacts-top p {
    font-size:14px;
    font-weight:700;
    color:rgba(255,0,0,1);
    padding-left:40px;
    padding-right:40px;
    margin-top:15px;
    line-height:25px;
  }  
  #contacts-top {
    height:100px;
    display:block;
  }
  #contacts-top h1 {
    padding-top:60px;
  }
}
@media only screen and (min-width: 768px) and (max-width:3000px) {
	#product-top ,#about-top ,#news-top ,#contacts-top {
	  height:290px;
	  display:block;
	}
	#product-top h1 ,#about-top h1 ,#news-top h1 ,#contacts-top h1 {
	  padding-top:100px;
	}
}
/*-- HOME --*/
#home-ad {
	width:100%;
	/*display:none;*/
	position:relative;
}
#home-ad #home-ad-bt {
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:385px;
	background: url(../img/ad-bg-0.png) center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
@media only screen and (min-width: 768px) and (max-width:3000px) {
	#home-ad {
	  display: block;
	}
}
#home-1 {
	z-index:999;
	height:100px;
	margin-top:-100px;
}
#home-1 #home-1-top {
	width:300px;
	height:145px;
	background:url(../img/home-1-top.png) right top no-repeat;
	position:absolute;
	top:120px;
	left:5px;
	padding:15px;
	z-index:999;
	display:none;
}
#home-1 #home-1-top a.add-bt {
	display:block;
	width:44px;
	height:16px;
	position:absolute;
	right: 10px;
	top: 57px;
}
#home-1 #home-1-top h1 {
	font-size:16px;
	font-weight:900;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
}
#home-1 #home-1-top p {
	line-height:25px;
	font-size:14px;
	color:rgba(255,255,255,1);
}
#home-1 #home-1-top p a {
	color:rgba(255,255,255,1);
}
#home-bt {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9999;
}
#home-2-top {
	display:block;
	width:40px;
	height:40px;
	background:url(../img/home-2-top.png) center no-repeat;
	margin:0 auto;
	cursor:pointer;
}
#home-2 {
	width:100%;
	background-color:rgba(0,0,0,.5);
	padding:10% 2%;
	z-index:999;
}
#home-2 #home-news {
	width:100%;
	height:215px;
	float:right;
}
#home-2 #home-news h1 {
	color:rgba(255,255,255,1);
	font-size:27px;
	margin-bottom:20px;
	font-weight:900;
}
#home-2 #home-news ul {
	width:100%;
	height:175px;
	background-color:rgba(242,242,242,1);
	padding:10px 10px 10px 10px;
}
#home-2 #home-news ul li {
	color:rgba(234,47,0,1);
	border-top:1px solid rgba(255,255,255,1);
	padding-top:8px;
	margin-top:8px;
	position:relative;
}
#home-2 #home-news ul li:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0;
}
#home-2 #home-news ul li a {
	color:rgba(51,51,51,1);
	font-size:12px;
}
#home-2 #home-news ul li p {
	width:240px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
#home-2 #home-news ul li span {
	color: rgba(153,153,153,1);
	font-size:12px;
	position:absolute;
	right:0;
	top:10px;
}
#home-2 #home-news ul li:first-child span {
	top:2px;
}
#home-2 #home-new {
	width:100%;
	height:215px;
	float:left;
	position:relative;
}
#home-2 #home-new h1 {
	color:rgba(255,255,255,1);
	font-size:27px;
	margin-bottom:20px;
	font-weight:900;
}
/*#home-2 #home-new ul {
	width:100%;
}
#home-2 #home-new ul li {
	float:left;
	width:25%;
	padding:20px 10px;
	text-align:center;
}
#home-2 #home-new ul li img {
	width:80%;
}*/
#home-2 #home-new ul li p {
	padding:15px 0;
}
#home-2 #home-new ul li p a {
	color:rgba(255,255,255,1);
}
@media only screen and (max-width: 767px) {
  #home-2 #home-new ul li p a {
    word-break: break-all;
    line-height: 20px;
    /*font-size:12px;*/
    padding:2%;
  } 
}
@media only screen and (min-width: 768px) and (max-width: 918px) {
	#home-1 #home-1-top {
	  top:130px;
	  left:20px;
	  display:block;
	}
	#home-2 {
	  padding:2%;
	}
	#home-2 #home-news {
	  width:30%;
	}
	#home-2 #home-new {
	  width:65%;
	}
	#home-2 #home-news ul li p {
	  width:120px;
      white-space: nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
	  -o-text-overflow:ellipsis;
	}
  #home-2 #home-new ul li p a {
    word-break: break-all;
    line-height: 24px;
    padding:2%;
  }    
}
@media only screen and (min-width: 810px) and (max-width: 1200px) {
	#home-1 #home-1-top {
	  top:130px;
	  left:20px;
	  display:block;
	}
	#home-2 {
	  padding:2%;
	}
	#home-2 #home-news {
	  width:30%;
	}
	#home-2 #home-new {
	  width:65%;
	}
	#home-2 #home-news ul li p {
	  width:150px;
      white-space: nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
	  -o-text-overflow:ellipsis;
	}
  #home-2 #home-new ul li p a {
    word-break: break-all;
    line-height: 24px;
    padding:2%;
  }  
}
@media only screen and (min-width: 1200px) {
	#home-1 #home-1-top {
	  top:130px;
	  left:20px;
	  display:block;
	}
	#home-2 {
	  padding:2%;
	}
	#home-2 #home-news {
	  width:30%;
	}
	#home-2 #home-new {
	  width:65%;
	}
  #home-2 #home-new ul li p a {
    word-break: break-all;
    line-height: 24px;
  }  
}
/*-- ABOUT --*/
#about {
	padding:30px 0;
}
#about #about-info-h1 {
	padding:0 5px 20px 5px;
	width:98%;
	margin:0 auto;
	border-bottom: solid 1px rgba(234,47,0,1);
 	/*border-left: 3px solid rgba(234,47,0,1);
  	background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#about #about-info {
	padding:30px 1%;
	width:98%;/*50*/
	margin:0 auto;
	/*background-color:rgba(255,244,233,1);*/
	line-height:30px;
}
#about #about-info img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:100%;
}
#about #about-info img.chef-all {
	float:none;
	width:100%;
}
#about #about-info h2 {
	font-size:20px;
	font-weight:900;
	margin-bottom:50px;
}
#about #about-info h3 {
	clear:both;
	margin:30px 0;
	border-left: 3px solid rgba(234,47,0,1);
	padding-left:10px;
	font-size:20px;
	font-weight:900;
}
#about #about-info > ul {
	padding:20px;
	border: 1px solid rgba(234,47,0,1);
}
#about #about-info > ul > li {
	display:block;
	margin-right:30px;
}
#about #about-info > ul > li > a:hover {
	color: rgba(234,47,0,1);
}
#about #about-info .chef-info ul li {
	border-bottom:1px dashed #666666;
	float:left;
	min-height: 460px;
}
#about #about-info .chef-info ul li:first-child {
	border-top:1px dashed #666666;
}
#about #about-info .chef-info ul li p {
	padding-bottom:40px;
}
#about #about-info .chef-info ul li > div {
	position:relative;
}
#about #about-info .chef-info ul li img {
	float:none;
	margin:40px 0;
}
#about #about-info .chef-info ul li .post {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:14px;
	color:rgba(255,255,255,1);
	letter-spacing:3px;
	font-size:16px;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	background-color:rgba(234,47,0,1);
}
#about #about-info .chef-info ul li h4 {
	font-size:24px;
	font-weight:900;
	color:rgba(153,100,55,1);
	margin-top:-40px;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#about #about-info-h1 {
	  width:98%;
	  font-size:20px;
	}
	#about #about-info {
	  width:98%;
	}
	#about #about-info img {
	  width: auto;
	}
	#about #about-info > ul > li {
	  display:inline-block;
	}
	#about #about-info .chef-info ul li {
	  width:48%;
	  padding:0 1%;
	  border-bottom:none;
	  border-top:1px dashed #666666;
	}
}
@media only screen and (min-width: 1200px) {
	#about #about-info-h1 {
	  width:100%;
	  font-size:24px;
	}
	#about #about-info {
	  width:100%;
	}
	#about #about-info img {
	  width: auto;
	}
	#about #about-info > ul > li {
	  display:inline-block;
	}
	#about #about-info .chef-info ul li {
	  width:33%;
	  padding:0 1%;
	}
	#about #about-info .chef-info ul li {
	  border-right:1px dashed #666666;
	  border-bottom:none;
	  border-top:none;
	}
	#about #about-info .chef-info ul li:first-child {
	  border-top:none;
	}
	#about #about-info .chef-info ul li:first-child ,#about #about-info .chef-info ul li:last-child {
	  border-left:1px dashed #666666;
	}
	#about #about-info .chef-info ul li .post {
	  right:0px;
	}
}
/*--- NEWS ---*/
#news {
	padding:100px 0;
}
#news #news-info-h1 {
	padding:0 5px;
	width:98%;
	margin:0 auto 20px auto;
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#news #news-2-info-h1 {
	padding:0;
	width:100%;
	margin:0 auto 20px auto;
	line-height:40px;
	font-size:24px;
	color:rgba(93,80,72,1);
	font-weight:900;
	border-bottom:1px solid rgba(51,51,51,1);
}
#news #news-info {
	width:98%;/*50*/
	margin:0 auto;
}
#news #news-info ul li {
	padding:30px 0;
	border-top:1px solid rgba(51,51,51,1);
}
#news #news-info span {
	color:rgba(234,47,0,1);
	font-size:16px;
	font-weight:900;
}
#news #news-info ul li h1 {
	margin:20px 25px;
	color:rgba(93,80,72,1);
	font-size:24px;
	font-weight:900;
}
#news #news-info ul li p {
	margin:0 25px;
	color:rgba(93,80,72,1);
	line-height:30px;
	font-size:16px;
}
#news #news-info ul li h1 a {
	padding:5px 10px;
	color:rgba(255,255,255,1);
	background-color:rgba(234,47,0,1);
	margin-left:20px;
	font-size:14px;
}
#news #news-info #news-info-p {
	padding:25px;
}
#news #news-info #news-info-p img {
	width:100%;
}
#news #news-info #news-info-p p {
	line-height:25px;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#news #news-info-h1 {
	  width:98%;
	  font-size:20px;
	}
	#news #news-info {
	  width:98%;
	}
	#news #news-info span {
	  padding-left:25px;
	}
	#news #news-info ul li h1 {
	  padding-left:25px;
	}
	#news #news-info ul li p {
	  padding:0 25px;
	}
	#news #news-info #news-info-p {
	  padding:25px;
	}
}
@media only screen and (min-width: 1200px) {
	#news #news-info-h1 {
	  width:100%;
	  font-size:24px;
	}
	#news #news-info {
	  width:100%;
	}
	#news #news-info span {
	  padding-left:25px;
	}
	#news #news-info ul li h1 {
	  padding-left:25px;
	}
	#news #news-info ul li p {
	  padding:0 25px;
	}
	#news #news-info #news-info-p {
	  padding:25px;
	}
}
/*-- PRODUCTS --*/
#product {
	padding:50px 0;
}
#products-list {
	width:100%;
}
.products-list-h1 {
	font-size:30px;
	font-weight:900;
	color:rgba(93,80,72,1);
	padding:0 0 20px 30px;
	border-bottom:1px solid rgba(153,153,153,1);
}
.products-list-h1 span {
	color: rgba(255,0,0,1);
	margin:0 10px;
}

.search-error {
  line-height: 40px;
  padding:0 30px;
  font-size: 20px;
  background-color: rgba(234,47,0,1);
  margin: 50px 0;
  color: rgba(255,255,255,1);
}

#products-list ul li {
	float:left;
	width:70%;
	margin:50px 15% 0 15%;
	text-align:center;
	position:relative;
}
.r {background-color:rgba(234,47,0,1);}
.p {background-color:rgba(102,45,145,1);}
.g {background-color:rgba(140,198,63,1);}
.pt-icon {
	position:absolute;
	font-size:14px;
	color:rgba(255,255,255,1);
	letter-spacing:3px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	top:-20px;
	left:-5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
}
#products-list ul li img {
    width:95%;
	border:4px solid rgba(255,255,255,1);
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
}
#products-list ul li p {
	margin:25px 0 0 0;
}
#products-list ul li p#outlat-time {
	margin-bottom:20px;
	font-size:16px;
	color:rgba(237,21,25,1);
}
#products-list ul li p#outlat-time span {
	margin:0 5px;
}
#products-list ul li p a {
	font-size:16px;
	font-weight:600;
	color:rgba(153,100,55,1);
}
@media only screen and (min-width: 768px) {
	#products-list ul li {
	  width:48%;
      min-height: 220px;
	  margin:50px 1% 0 1%;
	}
    #products-list ul li img {
        width:205px;
        height:137px;
    }
}
@media only screen and (min-width: 1200px) {
	#products-list ul li {
	  width:23%;
      min-height: 220px;
	  margin:50px 1% 0 1%;
	}
    #products-list ul li img {
      width:205px;
      height:137px; 
      border:4px solid rgba(255,255,255,1);
      -webkit-box-shadow: 3px 3px 5px #999;
      -moz-box-shadow: 3px 3px 5px #999;
      box-shadow: 3px 3px 5px #999;
    }
}
#products-info {
	padding:30px 2%;
	width:98%;
}
#pt-img {
	position:relative;
	float:left;
	width:100%;
}
#pt-img img {
	width:100%;
}
#pt-info {
	float:right;
	width:100%;
	padding:3%;
	background-color:rgba(255,244,233,1);
	margin-top:10px;
}
#pt-info p {
	margin-bottom:20px;
	font-size:16px;
	color:rgba(77,77,77,1);
}
#pt-info p#outlat-time {
	margin-bottom:20px;
	font-size:16px;
	color:rgba(255,255,255,1);
	padding:10px;
	background-color:rgba(237,21,25,1);
}
#pt-info p#outlat-time span {
	margin:0 10px;
}
#pt-info .pt-cart {
	margin-top:41px;
}
#pt-info .pt-cart input[type="number"] ,#pt-info .pt-cart select {
	width:90px;
	height:30px;
	padding:5px;
	border:none;
	margin:0;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#pt-info #pt-purchase select {
	width:100%;
	height:30px;
	padding:5px;
	border:none;
	margin:0;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#pt-info .pt-cart input[type="button"] {
	padding:2px 10px;
	height:32px;
	border:2px solid rgba(234,47,0,1);
	color:rgba(234,47,0,1);
	background-color:rgba(255,255,255,1);
	font-size:16px;
	font-family: "微軟正黑體",Calibri,sans-serif;
	cursor:pointer;
}
@media only screen and (min-width: 768px) and (max-width: 3000px) {
	#pt-img {
	  width:55%;
	}
	#pt-info {
	  width:43%;
	  margin-top:0;
	}
	#pt-info .pt-cart input[type="number"] ,#pt-info .pt-cart select {
	  width:78px;/*50*/
	}
}
#pt-purchase {
	margin-top:30px;
}
#pt-purchase h2 {
	padding-bottom:10px;
	border-bottom:2px solid rgba(51,51,51,1);
	margin-bottom:10px;
}
#pt-purchase ul li {
	float:left;
	width:23%;
	margin:0 1%;
}
#pt-purchase ul li p {
	margin:0;
	padding:5px;
	background-color:rgba(255,255,255,1);
	text-align:center;
}
#pt-purchase ul li p a {
	font-size:12px;
}

#pt-ct {
	margin:50px 0;
	line-height:30px;
}
/*-- QA --*/
#qa {
	padding:100px 0;
}
#qa #qa-info-h1 {
	padding:0 5px 20px 5px;
	width:98%;
	margin:0 auto;
	border-bottom: solid 1px rgba(234,47,0,1);
 	/*border-left: 3px solid rgba(234,47,0,1);
  	background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#qa #qa-info {
	padding:30px 1%;
	width:98%;/*50*/
	margin:0 auto;
	/*background-color:rgba(255,244,233,1);*/
	line-height:30px;
}
#qa #qa-info h2 {
	font-size:20px;
	font-weight:900;
	margin-bottom:50px;
}
#qa #qa-info h3 {
	clear:both;
	margin:30px 0;
	background: url(../img/qa-h3.png) top left no-repeat;
	padding-left:40px;
	line-height:33px;
	font-size:20px;
	font-weight:900;
}
#qa #qa-info p {
	margin:30px 0;
	background: url(../img/qa-p.png) top left no-repeat;
	padding: 0 0 30px 40px;
	border-bottom:1px dashed #999999;
	line-height:33px;
}
#qa #qa-info p span {
	font-weight:900;
	font-size:18px;
}
#qa #qa-info > ul {
	padding:20px;
	border: 1px solid rgba(234,47,0,1);
}
#qa #qa-info > ul > li {
	display:block;
	margin-right:30px;
}
#qa #qa-info > ul > li > a:hover {
	color: rgba(234,47,0,1);
}
#qa #qa-info .qa-bt {
	width:100%;
	margin:0 auto;
}
#qa #qa-info .qa-bt h4 {
	background-color:rgba(234,47,0,1);
	color:rgba(255,255,255,1);
	padding:0 10px;
	text-align:center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	font-size:16px;
	font-weight:900;
}
#qa #qa-info .qa-bt span.ll {
	font-weight:normal;
	font-size:16px;
	float:left;
	color:rgba(234,47,0,1);
}
#qa #qa-info .qa-bt span.rr {
	font-weight:normal;
	font-size:16px;
	float:right;
	color:rgba(234,47,0,1);
}
#qa #qa-info .qa-bt span.ll ,#qa #qa-info .qa-bt span.rr {
	width:100%;
	text-align:center;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#qa #qa-info-h1 {
	  width:98%;
	  font-size:20px;
	}
	#qa #qa-info {
	  width:98%;
	}
	#qa #qa-info .qa-bt {
	  width:70%;
	}
	#qa #qa-info .qa-bt span.ll ,#qa #qa-info .qa-bt span.rr {
		width:100%;
		text-align:center;
	}
}
@media only screen and (min-width: 1200px) {
	#qa #qa-info-h1 {
	  width:100%;
	  font-size:24px;
	}
	#qa #qa-info {
	  width:100%;
	}
	#qa #qa-info .qa-bt {
	  width:50%;
	}
	#qa #qa-info .qa-bt span.ll ,#qa #qa-info .qa-bt span.rr {
	  width:auto;
	  text-align:center;
	  margin:0 30px;
	}
}
/*-- OTHER --*/
#other {
	padding:100px 0;
}
#other #other-info-h1 {
	padding:0 5px 20px 5px;
	width:98%;
	margin:0 auto;
	border-bottom: solid 1px rgba(234,47,0,1);
 	/*border-left: 3px solid rgba(234,47,0,1);
  	background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#other #other-info {
	padding:30px 1%;
	width:98%;/*50*/
	margin:0 auto;
	/*background-color:rgba(255,244,233,1);*/
	line-height:30px;
}
#other #other-info h2 {
	font-size:20px;
	font-weight:900;
	margin-bottom:50px;
}
#other #other-info h3 {
	clear:both;
	margin:30px 0;
	line-height:33px;
	font-size:20px;
	font-weight:900;
}
#other #other-info p {
	margin:30px 0;
	line-height:33px;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#other #other-info-h1 {
	  width:98%;
	  font-size:20px;
	}
	#other #other-info {
	  width:98%;
	}
}
@media only screen and (min-width: 1200px) {
	#other #other-info-h1 {
	  width:100%;
	  font-size:24px;
	}
	#other #other-info {
	  width:100%;
	}
}
/*-- CONTACTS --*/
#contacts {
	padding:150px 0;
	width:98%;
	margin:0 auto;
}
#contacts #contacts-info {
	padding:10px;
	width:98%;/*50*/
	margin:0 auto;
	background-color:rgba(255,244,233,1);
}
#contacts span {
	color:rgba(204,0,0,1);
	font-size:14px;
}
#contacts h1 {
	padding:0 5px;
	width:98%;
	margin:0 auto;
	/*border-bottom: solid 1px #e3e3e3;*/
  	/*background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color:rgba(234,47,0,1);
}
#contacts label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
#contacts form {
    margin:0 auto;
    width:100%;
	font-size:18px;
}
#contacts input,#contacts textarea,#contacts  file {
	width:100%;
	height:40px;
	background-color: rgba(255,255,255,1);
	border:none;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family:"微軟正黑體";
}
#contacts input:focus,#contacts textarea:focus {
		border:none;
}
#contacts textarea {
	height:213px;
	background-color: rgba(255,255,255,1);
	font-family:"微軟正黑體";
}
#contacts #submit {
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
	background-color: rgba(234,47,0,1);
	color:rgba(255,255,255,1);
	font-family:"微軟正黑體";
}
#contacts #submit:hover {
	background-color: rgba(204,0,0,1);
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#contacts {
	  padding:50px 30px;
	  width:70%;
	}
	#contacts #contacts-info {
	  padding:20px;
	}
}
@media only screen and (min-width: 1200px) {
	#contacts {
	  padding:50px;
	  width:60%;
	}
	#contacts h1 {
	  font-size:24px;
	}
	#contacts #contacts-info {
	  padding:50px;
	}
}

/*--- LOGIN ---*/
#login {
	color:rgba(153,153,153,1);
	padding:100px 0;/*150 0*/
	/*background: url(../img/login-bg.jpg) center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}
#login h1 {
	padding:0 5px;
	width:98%;
	margin:0 auto;
	/*border-bottom: solid 1px #e3e3e3;*/
  	/*background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color:rgba(234,47,0,1);
}
#login .login-info {
	padding:50px;
	width:98%;/*50*/
	margin:0 auto;
	background-color:rgba(255,244,233,1);
	border-left: 3px solid rgba(234,47,0,1);
}
#login label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
#login form {
    margin:0 auto;
    width:100%;
	font-size:16px;/*18*/
}
#login input,#login  file {
	width:100%;
	height:40px;
	background-color: rgba(255,255,255,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#login input:focus {
	border:1px solid #97d6eb;
}
#login #submit {
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#login span {
	color: rgba(255,153,0,1);
	font-size:14px;
}
#login .left,#login .right {
	width:100%;/*49%*/
}
#login .left {
	text-align:center;/*left*/
}
#login .right {
	margin-top:30px;/*0*/
}
#login .left a{
	color: rgba(153,153,153,1);
	text-decoration:underline;
}
#login #submit:hover {
	color:#fff;
	background-color:rgba(234,47,0,1);
	opacity:0.9;
}
#login .login-rg {
	display:block;
	background-color:rgba(234,47,0,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin:3px auto 0 auto;/*3 0 0 0*/
	font-size:0.9em;
	color:#fff;
	width:200px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
	line-height:28px;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#login h1 {
	  width:50%;
	  font-size:20px;
	}
	#login .login-info {
	  width:50%;
	}
	#login form {
	  font-size:16px;
	}
}
@media only screen and (min-width: 1200px) {
	#login h1 {
	  width:50%;
	  font-size:24px;
	}
	#login .login-info {
	  width:50%;
	}
	#login form {
	  font-size:18px;
	}
	#login .left,#login .right {
	  width:50%;
	}
	#login .left {
	  text-align:left;
	}
	#login .right {
	  margin-top:0px;
	}
	#login .login-rg {
	  margin: 20px 0 0 auto;
	}
}

/*--- REGISTER ---*/
#register {
	color:rgba(153,153,153,1);
	padding:100px 0;/*150 0*/
	/*background: url(../img/login-bg.jpg) center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}
#register h1 {
	padding:0 5px;
	width:98%;
	margin:0 auto;
	/*border-bottom: solid 1px #e3e3e3;
  	background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#register .register-info {
	padding:50px;
	width:98%;/*50*/
	margin:0 auto;
	background-color:rgba(255,244,233,1);
	border-left: 3px solid rgba(234,47,0,1);
}
#register label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
#register form {
    margin:0 auto;
    width:100%;
	font-size:16px;/*18*/
}
#register input[type="text"],
#register input[type="password"],
#register input[type="date"],
#register file {
	width:100%;
	height:40px;
	background-color: rgba(255,255,255,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#register input:focus {
	border:1px solid #97d6eb;
}
#register input[type="checkbox"] {
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,1);
	border-radius: none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border:1px solid #dedede;
	padding:0px;
	margin-top:0px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#register #submit {
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#register span {
	color: rgba(255,153,0,1);
	font-size:14px;
}
#register #submit:hover {
	color:#fff;
	background-color: rgba(234,47,0,1);
	opacity:0.9;
}
#register a {
	color:rgba(234,47,0,1);
	text-decoration:underline;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#register h1 {
	  width:50%;
	  font-size:20px;
	}
	#register .register-info {
	  width:50%;
	}
	#register form {
	  font-size:16px;
	}
}
@media only screen and (min-width: 1200px) {
	#register h1 {
	  width:50%;
	  font-size:24px;
	}
	#register .register-info {
	  width:50%;
	}
	#register form {
	  font-size:18px;
	}
}

/*--- MEMBER ---*/
#member {
	padding:100px 0;
}
#member #member-info-h1 {
	padding:0 5px;
	width:98%;
	margin:0 auto;
	/*border-bottom: solid 1px #e3e3e3;
 	border-left: 3px solid rgba(234,47,0,1);
  	background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#member #member-info {
	padding:50px;
	width:98%;/*50*/
	margin:0 auto;
	background-color:rgba(255,244,233,1);
}
#member #member-info label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
#member #member-info form {
    margin:0 auto;
    width:100%;
	font-size:16px;/*18*/
}
#member #member-info input,#member #member-info file {
	width:100%;
	height:40px;
	background-color: rgba(255,255,255,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#member #member-info input:focus {
	border:1px solid #97d6eb;
}
#member #member-info input[type="checkbox"] {
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,1);
	border-radius: none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border:1px solid #dedede;
	padding:0px;
	margin-top:0px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#member #member-info #submit {
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#member #member-info span {
	color: rgba(255,153,0,1);
	font-size:14px;
}
#member #member-info #submit:hover {
	color:#fff;
	background-color: rgba(234,47,0,1);
	opacity:0.9;
}
#member #member-info a {
	color:rgba(234,47,0,1);
	text-decoration:underline;
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#member #member-info-h1 {
	  width:98%;
	  font-size:20px;
	}
	#member #member-info {
	  width:98%;
	}
	#member #member-info form {
	  font-size:16px;
	}
}
@media only screen and (min-width: 1200px) {
	#member #member-info-h1 {
	  width:100%;
	  font-size:24px;
	}
	#member #member-info {
	  width:100%;
	}
	#member #member-info form {
	  font-size:18px;
	}
}
#member #member-order {
	width:98%;/*50%*/
	margin:0 auto;
	padding:10px;/*50px*/
	background-color:rgba(255,244,233,1);
	color:rgba(0,0,0,1);
	text-align:center;
}
#member #member-order h2 {
	line-height:40px;
	font-size:20px;
	background-color: rgba(234,47,0,1);
	margin:50px 0;
	color:rgba(255,255,255,1);
}
#member #member-order table {
	width:100%;
	font-size:14px;/*16px*/
}
#member #member-order table a {
	color:rgba(0,0,0,1);
}
#member #member-order table th,#member #member-order table td {
	padding:20px 0;
}
#member #member-order table th {
	border-bottom:2px solid rgba(0,0,0,1);
}
#member #member-order table td {
	border-bottom:1px solid rgba(0,0,0,1);
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#member #member-order {
	  width:98%;
	  padding:50px;
	}
	#member #member-order table {
	  font-size:14px;
	}
}
@media only screen and (min-width: 1200px) {
	#member #member-order {
	  width:100%;
	  padding:50px;
	}
	#member #member-order table {
	  font-size:16px;
	}
}
/*--- ORDER LIST 、 SHOPPING CART---*/
#shopping-cart {
	padding:150px 0 100px 0;
}
#member-order-list,#shopping-cart {
	padding:0x;
	width:98%;
	margin:0 auto;
}
#shopping-cart h1 {
	padding-bottom:10px;
	border-bottom:1px solid rgba(153,153,153,1);
}
.cart-process {
	margin:30px 0;
}
#member-order-list h1,#shopping-cart h1 {
	padding:5 0px;/*0 50px*/
	/*border-bottom: solid 1px #e3e3e3;
 	border-left: 3px solid rgba(234,47,0,1);
  	background: #eee;*/
	line-height:40px;
	font-size:20px;/*24*/
	color: rgba(234,47,0,1);
}
#member-order-list table,#shopping-cart table {
	width:100%;
	text-align:center;
}
#member-order-list table th,#member-order-list table td,#shopping-cart table th,#shopping-cart table td {
	padding:20px 0;
	vertical-align:middle;
}
#member-order-list table th,#shopping-cart table th {
	color:#fff;
	background-color: rgba(234,47,0,1);
}
#member-order-list table td,#shopping-cart table td {
	border-top:1px solid rgba(153,153,153,1);
	font-size:14px;
}
#member-order-list table tr:first-child td,#shopping-cart table tr:first-child td {
	border-top:none;
}
#member-order-list table tr.plus td,#shopping-cart table tr.plus td {
	border-top:3px solid rgba(234,47,0,1);
	border-bottom:3px solid rgba(234,47,0,1);
	font-size:14px;
	color:rgba(234,47,0,1);
	padding:10px 0;
}
#member-order-list table tr.plus td:first-child,#shopping-cart table tr.plus td:first-child {
	border-left:3px solid rgba(234,47,0,1);
}
#member-order-list table tr.plus td:last-child,#shopping-cart table tr.plus td:last-child {
	border-right:3px solid rgba(234,47,0,1);
}
#member-order-list table tr.plus td img,#shopping-cart table tr.plus td img {
	vertical-align:middle;
}
#member-order-list table td.list-total,#shopping-cart table td.list-total {
	color: rgba(234,47,0,1);
	border-top:none;
	border-bottom:solid 1px #e3e3e3;
  	background: #eee;
	text-align:right;
	line-height:25px;
	padding:20px;
	font-weight:700;
}
.order-check-list {
	background-color:rgba(255,244,233,1);
	padding:20px 10px;
}
#member-order-list .order-list-info {
	padding:0 20px;/*0 50px*/
}
#member-order-list .order-list-info li {
	line-height:30px;
}
#member-order-list .login-rg,#shopping-cart .login-rg {
	display:block;
	background-color:rgba(234,47,0,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin:3px auto 0 auto;/*3 0 0 auto*/
	font-size:0.9em;
	color:#fff;
	width:200px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
	line-height:28px;
}
#shopping-cart table a.delete:hover {
	color:rgba(204,0,0,1);
}
#shopping-cart .left .login-rg {
	color:rgba(51,51,51,1);
	background: #eee;
}
#shopping-cart .left a:hover {
	background-color:rgba(234,47,0,1);
	color:rgba(255,255,255,1);
}
#shopping-cart .left {
	width:100%;/*50%*/
	text-align:center;
}
#shopping-cart .right {
	width:100%;/*50%*/
	text-align:center;
}
#shopping-cart input {
	width:50px;
	height:30px;
	line-height:30px;
	padding-left:10px;
}
#shopping-cart select {
	height:30px;
	line-height:30px;
	padding-left:10px;
}
#shopping-cart .check-rg {
	display:block;
	background-color:rgba(234,47,0,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	font-size:0.9em;
	color:#fff;
	width:200px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
	line-height:28px;
}
@media only screen and (min-width: 768px) and (max-width: 3000px) {
	#shopping-cart {
	  padding:50px 0;
	  width:auto;
	}
	#member-order-list {
	  padding:0;
	  width:auto;
	}
	#member-order-list h1,#shopping-cart h1 {
	  font-size:24px;
	}
	#member-order-list .order-list-info {
	  padding:0 50px;
	}
	#member-order-list .login-rg {
	  margin:3px 0 0 auto;
	}
	#shopping-cart .left .login-rg {
	  margin:3px auto 0 0;
	}
	#shopping-cart .right .login-rg {
	  margin:3px 0 0 auto;
	}
	#shopping-cart .left {
	  width:50%;
	  text-align:left;
	  margin-top:50px;
	}
	#shopping-cart .right {
	  width:50%;
	  text-align:right;
	  margin-top:50px;
	}
}

#check-info {
	padding:50px;
	width:98%;/*50*/
	margin:30px auto 0 auto;
	background-color:rgba(255,244,233,1);
	color: rgba(102,102,102,1);
}
#check-info label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
#check-info form {
    margin:0 auto;
    width:100%;
	font-size:16px;/*18*/
}
#check-info input,
#check-info file {
	width:100%;
	height:40px;
	background-color: rgba(255,255,255,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#check-info textarea{
	width:100%;
	background-color: rgba(255,255,255,1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#check-info input:focus {
	border:1px solid #97d6eb;
}
#check-info input[type="radio"] {
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,1);
	border-radius: none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border:1px solid #dedede;
	padding:0px;
	margin-top:0px;
	font-size:0.9em;
	color:#3a3a3a;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
#check-info #submit {
	width:127px;
	height:48px;
	text-align: center;
	border:none;
	margin-top:20px;
	cursor:pointer;
	background-color:rgba(204,0,0,1);
	color:rgba(255,255,255,1);
}
#check-info span {
	color: rgba(255,153,0,1);
	font-size:14px;
}
#check-info a {
	color: rgba(102,102,102,1);
	padding-bottom:3px;
	border-bottom:1px solid rgba(102,102,102,1);
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
	#check-info {
	  width:100%;
	}
	#check-info form {
	  font-size:16px;
	}
}
@media only screen and (min-width: 1200px) {
	#check-info {
	  width:100%;
	}
	#check-info form {
	  font-size:18px;
	}
}
.check-end-info {
	padding:35px 20px;
	width:100%;/*50*/
	margin:0 auto;
	background-color: rgba(204,204,204,0.2);
	color: rgba(51,51,51,1);
	font-family: "微軟正黑體",Calibri,sans-serif;
}
.check-end-info p{
	line-height:25px;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
.check-end-info ul li {
	margin-bottom:15px;
}
.check-end-info ul li span {
	color:rgba(204,0,0,1);
	margin-right:20px;
}
@media only screen and (min-width: 768px) and (max-width: 3000px) {
	.check-end-info {
	  padding:35px 50px;
	}
}
/*--- 狀況頁面 ---*/
#success {
	padding:50px 0;/*150px 0*/
}
#success h1 {
	width:98%;/*70%*/
	margin:0 auto;
	padding:0 20px;/*0 50px*/
	border-bottom: solid 1px #e3e3e3;
 	border-left: 3px solid rgba(204,0,0,1);
  	background: #eee;
	line-height:40px;
	font-size:20px;/*24*/
	color:rgba(204,0,0,1);
}
#success #check-info {
	margin:0 auto;
	width:98%;/*70%*/
	margin:0 auto;
}
#success #check-info p {
	margin-bottom:30px;
	font-size:14px;/*16*/
	line-height:20px;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 3000px) {
	#success {
	  padding:150px 0;
	}
	#success h1 {
	  width:70%;
	  padding:0 50px;
	  font-size:24px;
	}
	#success #check-info {
	  width:70%;
	}
	#success #check-info p {
	  font-size:16px;
	}
}
/*--- 錯誤頁面 ---*/
.error {
	padding:50px 0;/*150px 0*/
}
.error h1 {
	width:98%;/*70%*/
	margin:0 auto;
	padding:0 20px;/*0 50px*/
	border-bottom: solid 1px #e3e3e3;
 	border-left: 3px solid rgba(204,0,0,1);
  	background: #eee;
	line-height:40px;
	font-size:20px;/*24*/
	color:rgba(204,0,0,1);
}
.error .error-info {
	margin:0 auto;
	width:98%;/*70%*/
	padding:50px;
	margin:0 auto;
	background-color: rgba(204,0,0,0.7);
	color:rgba(255,255,255,1);
}
.error .error-info p {
	margin-bottom:30px;
	font-size:14px;/*16*/
	line-height:20px;
	font-family: "微軟正黑體",Calibri,sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 3000px) {
	.error {
	  padding:70px 0;
	}
	.error h1 {
	  width:70%;
	  padding:0 50px;
	  font-size:24px;
	}
	.error .error-info {
	  width:70%;
	}
	.error .error-info p {
	  font-size:16px;
	}
}
/*-- 首頁商品輪播 --*/
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	padding: 0 22px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item li {
    width:25%;
	padding:20px 10px;
	text-align:center;
}
.nbs-flexisel-item img {
    width: 80%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 42px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background:url(../img/backward.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background:url(../img/forward.png) no-repeat;
}
#home-new-backward {
	width:22px;
	height:42px;
	display:block;
	background:url(../img/backward.png) no-repeat;
	position:absolute;
	left:0;
	top:20px;
	cursor:pointer;
}
#home-new-forward {
	width:22px;
	height:42px;
	display:block;
	background:url(../img/forward.png) no-repeat;
	position:absolute;
	right:0;
	top:20px;
	cursor:pointer;
}

/*新增修改首頁輪播*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
@media only screen and (min-width: 320px) and (max-width: 768px) {  
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    margin-top:20px;
    }
}
@media only screen and (max-width: 1024px) {  
  #home-2-top {
    display: none;
  }
}